/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],[class*=" icon-"],.custom-check .fake-input::after,.slick-button:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "";
}

.icon-checked-checkbox:before {
  content: "";
}

.icon-email-send:before {
  content: "";
}

.icon-news:before {
  content: "";
}

.icon-twitter-lg:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-bottom:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-search:before {
  content: "";
}

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: rgba(0, 0, 0, 0);
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  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;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  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;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #cccccc;
  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;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  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;
  transition-property: transform, opacity;
  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: #ffffff;
  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(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  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: rgba(0, 0, 0, 0);
  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;
  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: #000000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #ffffff;
}

.fancybox-video,.fancybox-iframe {
  background: rgba(0, 0, 0, 0);
  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: #ffffff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,.fancybox-button:visited,.fancybox-button:link {
  color: #cccccc;
}

.fancybox-button:hover {
  color: #ffffff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
  color: #888888;
  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;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  color: #cccccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #ffffff;
  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: 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: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eeeeee;
  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;
}

.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: #cccccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: rgba(0, 0, 0, 0);
  border: 4px solid #888888;
  border-bottom-color: #ffffff;
  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% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  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: #222222;
  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;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,.fancybox-share__button:link {
  color: #ffffff;
}

.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: #ffffff;
}

.fancybox-share__input {
  background: rgba(0, 0, 0, 0);
  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: #dddddd;
  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: #ffffff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(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, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.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 {
  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 rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-loading .slick-list {
  background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
}

.slick-next,.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: rgba(0, 0, 0, 0);
  border: none;
  transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-next:hover .slick-next-icon,.slick-next:hover .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon,.slick-prev:hover .slick-next-icon,.slick-prev:hover .slick-prev-icon {
  opacity: 1;
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
  cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,.slick-next.slick-disabled .slick-prev-icon,.slick-prev.slick-disabled .slick-next-icon,.slick-prev.slick-disabled .slick-prev-icon {
  opacity: .25;
}

.slick-next .slick-next-icon,.slick-next .slick-prev-icon,.slick-prev .slick-next-icon,.slick-prev .slick-prev-icon {
  display: block;
  color: #000000;
  opacity: .75;
  font-family: slick;
  font-size: 24px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev .slick-prev-icon:before {
  content: "←";
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next .slick-next-icon:before {
  content: "→";
}

[dir=rtl] .slick-next .slick-next-icon:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  border: 0;
  background: 0 0;
  cursor: pointer;
}

.slick-dots li button:focus .slick-dot-icon,.slick-dots li button:hover .slick-dot-icon {
  opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}

.slick-dots li button .slick-dot-icon {
  color: #000000;
  opacity: .25;
}

.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: slick;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all .05s linear;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: #000000;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px;
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: .75;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #000000;
}

.slick-autoplay-toggle-button:focus,.slick-autoplay-toggle-button:hover {
  opacity: 1;
}

.slick-autoplay-toggle-button:focus {
  color: orange;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  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;
}

.footer-nav,.social-networks,.drop ul,.main-nav,.check-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

button,[type=button],[type=reset],[type=submit],.btn,.resetButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

@font-face {
  font-family: "lato-semibold";
  src: url(../fonts/lato-semiBold.woff) format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

body {
  color: #9a9a9a;
  background-color: #ffffff;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #49929f;
  text-decoration: underline;
}

a:hover {
  color: #022a3c;
  text-decoration: none;
}

ul,ol,dl,p {
  margin: 0 0 .5em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  margin: 0 0 .5em;
  color: #022a3c;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1,.h1 {
  font-size: 1.875rem;
  line-height: 1;
  color: #ffffff;
}

h2,.h2 {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 400;
}

h3,.h3 {
  font-size: 1.75rem;
  line-height: .85;
}

h4,.h4 {
  font-size: 1.75rem;
}

h5,.h5 {
  font-size: 1.5625rem;
}

h6,.h6 {
  font-size: 1.125rem;
}

.display-1 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  text-transform: none;
}

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 {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 2px solid #022a3c;
  font-size: 1rem;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  height: 4.6875rem;
  padding: .25rem 1.1875rem;
  border-radius: 0;
  -webkit-appearance: none;
}

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 {
  outline: none;
  border-color: #49929f;
}

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]::-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;
  text-transform: uppercase;
  color: #022a3c;
}

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 {
  opacity: 1;
  text-transform: uppercase;
  color: #022a3c;
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px #ffffff inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #022a3c !important;
}

.custom-check {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.custom-check input[type=checkbox] {
  position: fixed;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
}

.custom-check input[type=checkbox]:checked~.fake-input {
  background-color: #49929f;
}

.custom-check input[type=checkbox]:checked~.fake-input::after {
  opacity: 1;
  visibility: visible;
}

.custom-check .fake-input {
  width: 1.6875rem;
  height: 1.6875rem;
  border: 2px solid #ffffff;
  position: relative;
  flex-shrink: 0;
  margin-right: .875rem;
}

.custom-check .fake-input::after {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  margin-top: -0.0625rem;
}

.custom-check .fake-label {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 0 0 .1875rem;
}

.check-group li {
  margin-bottom: 1.0625rem;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.header {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.header.fixed-position .header-holder {
  padding: 0;
}

.header.fixed-position .logo {
  width: 13rem;
  background:#185a67;
  padding: 10px 20px;
  border-radius: 0 0 5px 0;
}

.header .logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  z-index: 2;
  width: 11.625rem;
  flex-shrink: 0;
  margin-right: auto;
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.header-holder {
  transition: padding .35s cubic-bezier(.3, .86, .36, .95);
  padding: .875rem 0 0 1.25rem;
  position: relative;
}

.main-nav {
  width: 100%;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 1.3125rem;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-nav>li {
  position: relative;
}

.main-nav>li>a {
  position: relative;
  z-index: 10;
  color: inherit;
  display: block;
  text-transform: uppercase;
  font-size: 1.875rem;
  padding: .6875rem 0;
  font-weight: 700;
}

.main-nav>li>a:hover {
  color: #022a3c;
}

.main-nav>li.active>a {
  color: #022a3c;
}

.main-nav a {
  text-decoration: none;
  display: block;
}

.nav-active .main-nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  width: 3.125rem;
  height: 3.4375rem;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 21;
  background-color: #49929f;
  border-radius: 0 0 0 5px;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  transition: right .3s ease-in-out, transform .3s ease-in-out;
  content: "";
  position: absolute;
  height: .1875rem;
  left: .75rem;
  right: .75rem;
  background: #ffffff;
}

.nav-opener:after {
  top: 2.125rem;
}

.nav-opener span {
  top: 1.6875rem;
}

.nav-opener:before {
  top: 1.25rem;
  right: 1.1875rem;
}

.nav-opener:hover:before {
  right: .75rem;
}

.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 1.6875rem;
  right: .6875rem;
  left: .3125rem;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.nav-active .nav-opener span {
  opacity: 0;
}

.js-acc-hidden {
  visibility: hidden;
}

.container {
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

.footer {
  padding: 4rem 0;
  background-color: #185a67;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.footer .container {
  max-width: 87.375rem;
}

.footer .logo {
  max-width: 15rem;
  margin: 0 auto;
  text-align: center;
}

.back-to-top {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  width: 1.875rem;
  height: 1.875rem;
  font-size: .875rem;
  color: #ffffff;
  background-color: #49929f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  position: absolute;
  bottom: 0;
}

.back-to-top span {
  transform: rotate(-180deg);
  display: block;
}

.back-to-top:hover {
  color: #ffffff;
  background-color: #ffffff;
}

.-layout .right-holder {
  position: relative;
  z-index: 3;
  padding: 1.5625rem 1.875rem 0;
}

.footer-bottom .logo {
  margin: 0 auto 2.125rem;
  width: 14rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: .875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 -0.625rem;
}

.footer-nav li {
  padding: 0 .625rem;
  margin-bottom: .75rem;
}

.footer-nav a {
  color: currentColor;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: none;
  color: #49929f;
}

.btn-wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.btn {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: #49929f;
  border: .125rem solid #49929f;
  padding: 1rem .9375rem;
  font-size: .8125rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  min-width: 11.3125rem;
  border-radius: 5px;
}

.btn:hover {
  text-decoration: none;
  background-color: #022a3c;
  color: #ffffff;
  border-color: #022a3c;
}

.btn {
  text-transform: uppercase;
}

.btn-dark {
  background: #022a3c;
  border-color: #022a3c;
}

.btn.btn-white {
  background:#ffffff;
}

.btn.btn-secondary {
  background-color: #022a3c;
  border-color: #022a3c;
}

.btn.btn-secondary:hover {
  background-color: #49929f;
  border-color: #49929f;
}

.section-heading {
  position: relative;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  text-transform: uppercase;
}

.section-heading:before {
  content: "";
  background-color: #49929f;
  display: block;
  margin: 0 auto .6875rem;
  width: 3.125rem;
  height: .375rem;
}

.section-heading h2,.section-heading .h2 {
  font-size: 2.625rem;
  line-height: 1.214;
  margin-bottom: 2.375rem;
  font-weight: bold;
}

.section-heading p {
  margin-bottom: 1.4375rem;
}

.section-heading p:last-child {
  margin-bottom: 0;
}

.intro-section-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}

.intro-section-wrap .intro-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.intro-section-wrap>.container {
  position: relative;
  z-index: 2;
}

.intro-section-wrap .intro-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 4.1875rem 0 4.75rem;
  min-height: 27.0625rem;
}

.intro-section-wrap .intro-inner.intro-slider {
  display: block;
}

.intro-section-wrap .intro-inner.intro-slider:after {
  display: none;
}

/*.intro-section-wrap .intro-heading {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  transition-delay: .8s;
  transition-duration: .6s;
}

.page-loaded .intro-section-wrap .intro-heading {
  opacity: 1;
  visibility: visible;
}*/

.intro-section-wrap .display-1 {
  color: #F4F0EB;
  margin: 0 0 1.25rem;
}

.intro-section {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.intro-section::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #0c5d6b;
  opacity: .8;
}

.intro-section--single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.intro-slider {
  margin-bottom: 0 !important;
}

.intro-slider .slick-track,.intro-slider .slick-list {
  height: 100%;
}

.intro-slider .slick-autoplay-toggle-button {
  opacity: 0;
  visibility: hidden;
}

.intro-slider img {
  width: 131%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-video-holder {
  overflow: hidden;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.bg-video-holder.video-active .video-poster {
  opacity: 0;
  visibility: hidden;
}

.bg-video-holder .video-poster {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

.news-section {
  position: relative;
  z-index: 3;
  margin-top:-4rem;
}

.news-section .container {
  max-width: 81.75rem;
}

.news-section .tab-content {
  margin: 0 -1.875rem;
  position: relative;
}

.news-section .tab-item {
  padding: 3.9375rem 1.875rem 2.9375rem;
  position: relative;
  z-index: 2;
}

.news-section .tab-item::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.news-section-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#content-news-tab::after {
  background-color: #185a67;
  border-radius: 0 0 0 5px;
}

.who-content {
  font-size: 1.45rem;
  padding: 0 0 11rem;
  line-height: 2.5rem;
  font-family: "Open Sans";
  color: #fff;
  position: relative;
}

.who-content .section-heading h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 3.5rem;
}

.tab-icon {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.why-icon {
  bottom: 50px;
}

#content-news-tab h2{
  color: #F4F0EB;
}

#content-twitter-tab h2 {
  color: #FFFFFF;
}

#content-twitter-tab::after {
  background-color: #49929f;
  border-radius: 0 0 0 5px;
}

#content-twitter-tab .section-heading:before {
  background-color: #ffffff;
}

#content-survey-tab::after {
  background-color: #F4F0EB;
  border-radius: 0 0 0 5px;
}

#content-survey-tab .who-content {
  color: #022a3c;
}

.news-section-controls {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.5;
}

.news-section-controls-item {
  padding: .625rem .75rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.news-section-controls-item#news-tab {
  background-color: #185a67;
  border-radius: 5px 0 0 0;
}

.news-section-controls-item#twitter-tab {
  background-color: #49929f;
}

.news-section-controls-item#survey-tab {
  background-color: #F4F0EB;
  color: #022a3c;
  border-radius: 0 5px 0 0;
}

[role=tabpanel].is-hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.event-items {
  margin-bottom: 2.25rem;
}

.event-item {
  font-size: 1.25rem;
  line-height: 1.625;
  font-weight: 700;
  color: #022a3c;
  display: grid;
  grid-template-columns: 4.6875rem 1fr;
  grid-gap: 0 1rem;
  gap: 0 1rem;
  margin-bottom: 2.6875rem;
}

.event-item:last-child {
  margin-bottom: 0;
}

.event-item .description {
  margin-top: -0.375rem;
}

.event-item a {
  text-decoration: none;
  color: currentColor;
}

.event-item h3 {
  color: currentColor;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #49929f;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: .6875rem;
}

.event-item h3:last-child {
  margin-bottom: 0;
}

.event-item .date {
  border-top: .9375rem solid #49929f;
  padding: 1.1875rem 0;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.event-item .date span {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: -0.3125rem;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.membership-section {
  background: url('../images/membership-bg.jpg');
  background-repeat: repeat;
  padding: 6rem 0 8rem;
  background-size: 60%;
}

.membership-section .section-heading h2 {
  color: #FFFFFF;
}

.membership-section .section-heading:before {
  background-color: #F4F0EB;
}

.membership-section .member-title {
  color: #F4F0EB;
}

.events-section {
  padding: 3.0625rem 0 3.9375rem;
}

.events-section .container,
.membership-section .container,
.gallery-section .container,
.leg-action .container {
  max-width: 78.375rem;
}

.events-section .container.container--lg {
  max-width: 89.9375rem;
}

.events-section .section-heading {
  padding-bottom: 1.125rem;
}

.member-items {
  padding: 0
}

.member-item {
  display: flex;
  text-align: center;
  margin-bottom: 3.25rem;
}

.member-item>a {
  width: 100%;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: visible;
  padding-top: 120%;
  color: #ffffff;
  border-radius: 5px;
}

.member-item>a:focus {
  outline-offset: .25rem;
}

.member-item>a:hover img {
  transform: scale(1.1);
  border-radius: 5px;
}

.member-item .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 5px;
}

/*.member-item .bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 25%;
  opacity: .71;
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
}*/

.member-item .bg img {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  transition-duration: .6s;
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.member-item .description {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: -1.25rem;
  background-color: #185a67;
  padding: .45rem;
  border-radius: 5px;
}

.member-item .title {
  color: currentColor;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.25rem;
  line-height: 1.5;
}

.member-item .title .ssdd {
  color: #F4F0EB;
  font-size: 1rem;
}

.member-item .title:last-child {
  margin-bottom: 0;
}

.quote-column {
  background-color: #F4F0EB;
  color: #022a3c;
  font-size: 1.45rem;
  line-height: 2.5rem;
  font-family: "Open Sans";
  position: relative;
}

.quote-column.text {
  padding: 4rem 2rem 2rem 2rem;
}

.quote-column.text .container {
  max-width: 50rem;
  margin: 0;
}

.quote-column .creds {
  text-align: center;
  margin: 2rem 0 0;
  font-weight: bold;
}

.quote-column .section-heading h2 {
    text-transform: none;
    font-weight: normal;
    font-size: 3.5rem;
}

.gallery-section {
  padding: 4.5rem 0 3rem;
}

.gallery-section a {
  color: inherit;
  text-decoration: none;
}

.gallery-section a:hover {
  color: #fff;
  text-decoration: underline;
}

.gallery-section .gallery-holder {
  position: relative;
}

.gallery-section .gallery-slider {
  margin: 0 auto;
  max-width: calc(100% - 10px);
  overflow: visible;
  position: static;
  padding: 0 0 .875rem;
}

.gallery-section .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 86%;
  border-radius: 5px;
}

.gallery-section .content {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: -1.25rem 5% 0;
  background: #185a67;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: .625rem .9375rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: none;
}

.gallery-section .content:before {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  width: 2.125rem;
  height: 2.125rem;
  bottom: -0.3125rem;
  right: -0.3125rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #4a919f 50%, #4a919f 100%);
  z-index: -1;
  border-radius: 0 0 5px 0;
}

.gallery-section p:last-of-type {
  margin-bottom: 0;
}

.gallery-slider .gallery-slide {
  padding: 0 4px;
}

.gallery-slider .gallery-slide.slick-active .content {
  display: block;
  border-radius: 5px;
}

.gallery-slider .slick-list {
  overflow: visible;
}

.slick-button {
  background: #012a3d;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  right: 51%;
  bottom: -2.1875rem;
  top: auto;
  z-index: 10;
}

.slick-button:after {
  font-size: .625rem;
}

.slick-button.slick-prev {
  left: auto;
}

.slick-button.slick-prev:after {
  content: "";
}

.slick-button.slick-next {
  right: calc(50% - 25px);
}

.slick-button.slick-next:after {
  content: "";
}

.slick-button.slick-disabled {
  opacity: .8;
}

.gallery-section {
  padding-bottom: 9.0625rem;
}

.gallery-section .image {
  padding-top: 71%;
}

.gallery-section .content {
  font-size: 1rem;
  padding: 2.0625rem 3rem 1.875rem 2.5625rem;
  margin-top: -2.1875rem;
}

.gallery-section .content:before {
  width: 4.6875rem;
  height: 4.6875rem;
  bottom: -0.625rem;
  right: -0.625rem;
}

.gallery-slider .gallery-slide {
  padding: 0 15px;
}

.slick-button {
  width: 3rem;
  height: 3rem;
  right: 50%;
  bottom: -5rem;
}

.slick-button:after {
  font-size: 1.3125rem;
}

.slick-button.slick-next {
  right: calc(50% - 57px);
}

.quote-block {
  padding: 0 0 3rem;
}

.blockquote {
    padding: 3rem 8rem;
    position: relative;
}
.blockquote p {
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: 700px;
    text-align: center;
}

.blockquote .author {
  text-align: center;
  font-weight: bold;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;

}

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: -50px;
  content:"\f10d";
  font-size: 200px;
  color: rgba(0,0,0,0.1);
   
}

.blockquote::after {
    content: "";
    bottom: 10px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #49929f;
    height: 3px;
    width: 200px;
}

.leg-action {
  background:  #F4F0EB;
  padding: 6rem 0;
  z-index: 1;
}

/*.leg-action::after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #022a3c;
    opacity: .2;
    z-index: -1;
}*/


.resources-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}

.resources-column li a {
  background: #ffffff;
  color: #022a3c;
  text-decoration: none;
  padding: .75rem 1rem;
  margin: 0 0 1rem;
  display: block;
  border-radius: 0px 5px 5px 0px;
  border-left: 5px solid #022a3c;
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
}

.resources-column li a:hover {
  background: #49929f;
  color: #fff;
}

.resources-column {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (min-width: 520px) {
  .intro-slider img {
    width: 100%;
  }

  .gallery-section .image {
    padding-top: 60%;
  }

  .gallery-section .content {
    padding: .625rem 2.5rem;
    font-size: .6875rem;
  }
}

@media (min-width: 640px) {

  .member-item .title .ssdd {
    font-size: .85rem;
  }

  .member-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem 1rem;
    gap: 2.5rem 1rem;
    padding: 2.5rem 0;
  }

  .member-item {
    margin-bottom: 0;
  }

  .member-item>a {
    padding-top: 120%;
  }

  .chair-items {
    max-width: 70%;
    margin: 0 auto;
  }

  .chair-items .member-item {
    margin-bottom:  3.25rem;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.1875rem;
    line-height: 1.578;
  }

  h1,.h1 {
    font-size: 3.75rem;
    line-height: 1.04;
  }

  h2,.h2 {
    font-size: 2.125rem;
    line-height: 1.1;
  }

  h3,.h3 {
    font-size: 1.875rem;
  }

  .display-1 {
    font-size: 3rem;
    line-height: 1;
  }

  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 {
    padding: .3125rem 2.125rem;
    height: 5.5rem;
    font-size: 1.125rem;
  }

  .check-group li {
    margin-bottom: 1rem;
  }

  .header .logo {
    width: 18.25rem;
  }

  .header .right-panel {
    display: none;
  }

  .header-holder {
    padding: 1.8125rem 0 1.8125rem 2.1875rem;
  }

  .main-nav {
    margin-bottom: 0;
  }

  .main-nav>li>a {
    font-size: 2.25rem;
    padding: .75rem .375rem;
  }

  .main-nav-drop {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    opacity: 0;
    visibility: hidden;
    width: 27.9375rem;
    position: fixed;
    top: 0;
    right: 3.8125rem;
    padding: 4.75rem 3.3125rem;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    background-color: #49929f;
    z-index: 20;
  }

  .nav-active .main-nav-drop {
    transform: translateX(0);
  }

  .nav-opener {
    width: 3.8125rem;
    height: 4.5rem;
    position: fixed;
  }

  .nav-opener:after,.nav-opener:before,.nav-opener span {
    height: .3125rem;
    right: .8125rem;
    left: 1rem;
  }

  .nav-opener:after {
    top: 3rem;
  }

  .nav-opener span {
    top: 2.3125rem;
  }

  .nav-opener:before {
    top: 1.625rem;
    right: 1.375rem;
  }

  .nav-active .nav-opener:before,.nav-active .nav-opener:after {
    height: .25rem;
    left: 1.75rem;
    right: 2.0625rem;
  }

  .nav-active .nav-opener:before {
    top: 2.0625rem;
    left: .9375rem;
    right: .8125rem;
  }

  .nav-active .nav-opener:after {
    top: 2.875rem;
  }

  .container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    max-width: 68.6875rem;
  }

  .back-to-top {
    width: 3.75rem;
    height: 3.8125rem;
    font-size: 1.6875rem;
    border-radius: 0 5px 0 0;
  }

  .back-to-top:hover {
    background-color: #022a3c;
  }

  .btn {
    min-width: 14.5rem;
    padding: 1.3125rem .9375rem;
    font-size: 1.0625rem;
  }

  .section-heading {
    text-align: left;
  }

  .section-heading:before {
    width: 3.125rem;
    margin: 0 0 .625rem;
  }

  .section-heading h2,.section-heading .h2 {
    margin-bottom: .5625rem;
  }

  .section-heading p {
    margin-bottom: 2.6875rem;
  }

  .intro-section-wrap {
    text-align: left;
    min-height: 100vh;
  }

  .intro-section-wrap .intro-inner {
    padding: 6.6875rem 0 3.9375rem;
    min-height: 100vh;
    justify-content: flex-start;
  }

  .intro-section-wrap .intro-inner.intro-slider {
    min-height: calc(100vh - 435px);
  }

  .intro-section-wrap .display-1 {
    margin: 0 0 1.0625rem;
  }

  .news-section .tab-content {
    margin: 0;
  }

  .news-section .tab-item {
    padding: 4.5rem 2.25rem 3.3125rem;
  }

  .news-section-controls {
    font-size: 1.5rem;
    line-height: 1;
  }

  .news-section-controls-item {
    height: auto;
    padding: 1.75rem .75rem 1.3125rem;
  }

  .event-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.875rem 3.1875rem;
    gap: 1.875rem 3.1875rem;
    margin-bottom: 2.5625rem;
  }

  .event-item {
    grid-template-columns: 4.625rem 1fr;
    grid-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
    margin-bottom: 0;
  }

  .events-section .heading-holder {
    display: flex;
  }

  .events-section .section-heading {
    padding: 3.125rem 4.8125rem 4.6875rem 0;
    position: relative;
    z-index: 2;
  }

  .events-section .section-heading::after {
    content: "";
    left: -9999px;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #ffffff;
    z-index: -1;
  }

  .member-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.5rem 1rem;
    gap: 2.5rem 1rem;
    padding: 0;
  }

  .chair-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.5rem 1rem;
    gap: 2.5rem 1rem;
    max-width: 100%;
  }

  .member-item .description {
    bottom: -1.25rem;
  }

  .member-item .title {
    font-size: 1.15rem;
    line-height: 1.2;
  }

  .member-item .subtitle {
    display: block;
    padding-top: .25rem;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.2;
  }

  .gallery-section {
    padding-bottom: 9.0625rem;
  }

  .gallery-section .image {
    padding-top: 71%;
  }

  .gallery-section .content {
    font-size: 1rem;
    padding: 2.0625rem 3rem 1.875rem 2.5625rem;
    margin-top: -2.1875rem;
  }

  .gallery-section .content:before {
    width: 4.6875rem;
    height: 4.6875rem;
    bottom: -0.625rem;
    right: -0.625rem;
  }

  .gallery-slider .gallery-slide {
    padding: 0 15px;
  }

  .slick-button {
    width: 3rem;
    height: 3rem;
    right: 50%;
    bottom: -5rem;
  }

  .slick-button:after {
    font-size: 1.3125rem;
  }

  .slick-button.slick-next {
    right: calc(50% - 57px);
  }
}

@media (min-width: 1024px) {
  .tab-icon {
    right: auto;
    left: 30px;
    transform: none;
  }

  .who-content {
    padding: 0 0 0 16rem;
  }

  .gallery-section {
    padding: 7.5rem 0 7.5rem;
  }

  .gallery-section .content {
    font-size: 1.125rem;
  }

  .slick-button {
    right: 0;
    transform: translate(0, -100%);
    width: 4.4375rem;
    height: 4.4375rem;
    top: 50%;
  }

  .slick-button.slick-prev {
    left: 0;
    right: auto;
  }

  .slick-button.slick-next {
    right: 0;
  }

  .quote-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-content: flex-start;
  }

  .quote-column {
    flex: 50%;
  }

  h1,.h1 {
    font-size: 4.0625rem;
    line-height: 1;
  }

  h2,.h2 {
    font-size: 2.5rem;
  }

  .display-1 {
    line-height: 1.1;
    font-size: 4rem;
  }

  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 {
    padding: .25rem 2.3125rem;
  }

  .custom-check .fake-label {
    font-size: 1.125rem;
  }

  .header .logo {
    width: 14.0625rem;
    margin-right: 0;
  }

  .header-holder {
    padding: 2.1875rem 0 2.1875rem 2.5rem;
  }

  .main-nav>li {
    padding: 0 .3125rem;
  }

  .main-nav>li:hover>a {
    color: #022a3c;
  }

  .main-nav-drop {
    padding: 4.8125rem 2.6875rem;
    right: 0;
  }

  .nav-opener {
    width: 5.8125rem;
    height: 5.75rem;
  }

  .nav-opener:after,.nav-opener:before,.nav-opener span {
    left: 1.9375rem;
    right: 1.9375rem;
  }

  .nav-opener:after {
    top: 3.5rem;
  }

  .nav-opener span {
    top: 2.8125rem;
  }

  .nav-opener:before {
    right: 2.4375rem;
    top: 2.125rem;
  }

  .nav-opener:hover:before {
    right: 1.9375rem;
  }

  .nav-active .nav-opener:before {
    top: 2.875rem;
    left: 1.75rem;
    right: 1.9375rem;
  }

  .container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .with-negative-right-indent {
    margin-right: -5.8125rem;
  }

  .back-to-top {
    width: 5.75rem;
    height: 5.75rem;
    padding-top: .625rem;
  }

  .section-heading {
    font-size: 1.125rem;
    line-height: 1.66;
  }

  .section-heading:before {
    width: 4.0625rem;
    margin-bottom: .8125rem;
  }

  .section-heading h2,.section-heading .h2 {
    font-size: 3.625rem;
    line-height: 1.189;
    margin-bottom: 2.375rem;
  }

  .intro-section-wrap .intro-inner {
    align-items: center;
    min-height: 100vh;
    padding: 9.25rem 0 7.625rem;
  }

  .intro-section-wrap .display-1 {
    margin: 0 0 1.875rem;
    max-width: 740px;
  }

  .news-section {
    margin-top: -5.2rem;
  }

  .news-section .tab-item {
    padding: 4.5rem 2.1875rem 6.0625rem;
  }

  .news-section .tab-item::after {
    right: -9999px;
    left: -9999px;
  }

  .news-section-controls {
    font-size: 40px;
  }

  .news-section-controls-item {
    padding:1rem .75rem 1.325rem;
  }

  .event-items {
    grid-template-columns: 30% 30.6% 30%;
    margin-bottom: 2.5625rem;
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }

  .events-section {
    padding: 3rem 0 5rem;
  }

  .events-section .container.container--lg {
    padding: 0 2.3125rem;
  }

  .events-section .section-heading {
    padding: 2.5625rem 7.3125rem 2.5rem 0;
  }

  .member-items {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem 1.5rem;
    gap: 3rem 1.5rem;
  }

  .chair-items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem 1.5rem;
    gap: 3rem 1.5rem;
    max-width: 90%;
    margin: 0 auto 2rem;
  }
}

@media (min-width: 1280px) {


  .tab-icon {
    width: 270px;
    position: absolute;
    bottom: 0;
    left: 30px;
  }

  .why-icon {
    bottom: 50px;
  }

  h3,.h3 {
    font-size: 2.5rem;
    line-height: .9;
  }

  .main-nav>li {
    padding: 0 .625rem;
  }

  .footer-bottom .logo {
    width: 26.125rem;
  }

  .footer-nav {
    margin: 0 -0.9375rem 0 -1.25rem;
    font-size: .9375rem;
  }

  .footer-nav li {
    padding: 0 .9375rem;
  }

  .news-section .tab-item {
    padding: 4.5rem 0  6.0625rem 5.3125rem;
  }

  .event-items {
    grid-gap: 1.875rem 4.375rem;
    gap: 1.875rem 4.375rem;
  }

  .event-item {
    grid-template-columns: 6rem 1fr;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .event-item h3 {
    margin-bottom: .4375rem;
  }

  .event-item .date {
    font-size: 3rem;
  }

  .event-item .date span {
    margin-bottom: -0.25rem;
  }

  .gallery-section .gallery-slider {
    max-width: 93.9%;
    padding-left: 30px;
    max-width: 46.125rem;
  }

  .gallery-section .image {
    padding-top: 72%;
  }
}

@media (min-width: 1366px) {
  .gallery-section .content:before {
    width: 5.3125rem;
    height: 5.3125rem;
    bottom: -0.9375rem;
    right: -0.9375rem;
  }

  .slick-button:after {
    font-size: 1.9375rem;
  }

  .gallery-popup {
    font-size: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .news-holder {
    margin-left: 1.4375rem;
    margin-right: -1.4375rem;
  }

  .gallery-section .gallery-slider {
    padding-left: 0;
    max-width: 58.75rem;
  }

  .gallery-section .content {
    font-size: 1.4375rem;
    line-height: 1.43;
    padding: 2.25rem 3.6875rem 2.5rem 4.1875rem;
    margin: -3.125rem 8% 0;
  }

  .gallery-slider .gallery-slide {
    padding: 0 20px;
  }
}

@media (max-width: 1023px) {
  body.nav-active {
    overflow: hidden !important;
  }

  .main-nav>li.active>a {
    color: #022a3c;
  }

  .news-section .event-item+.event-item+.event-item {
    display: none;
  }

  .news-section .event-item:nth-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {

  .resources-column ul {
    column-count: 1;
  }

  .header .logo {
    max-width: 9rem;
  }

  .quote-column.text {
    padding: 4rem 0;
  }

  .who-content .section-heading h2,
  .quote-column .section-heading h2 {
    font-size: 2.5rem;
  }

  .blockquote {
    padding: 3rem 0;
  }

  .header .right-panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 78px 0 20px;
    display: flex;
    flex-direction: column;
  }

  .header .right-panel-inner {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }

  .main-nav-drop {
    flex-grow: 1;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 1.5625rem;
  }

  .drop-holder {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    background-color: #49929f;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 3rem 1.875rem;
    display: flex;
    flex-direction: column;
    height: calc(var(--vh)*100);
    z-index: 20;
  }

  .nav-active .drop-holder {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .drop-holder .drop-holder-bottom {
    margin-top: auto;
    flex-shrink: 0;
  }

  .nav-active .nav-opener {
    position: fixed;
  }

  .nav-active .nav-opener:after {
    top: 1.75rem;
    left: .3125rem;
    right: .6875rem;
  }

  .fixed-position .nav-opener {
    position: fixed;
  }

  .footer-nav li {
    width: 50%;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .nav-active .nav-opener:after {
    top: 34px;
    left: 14px;
    right: 14px;
  }
}


@media all and (max-height: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }

  .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;
  }
}