:root {
  --primary-color: #00355f;
  --secondary-color: #c53039;
  --tertiary-color: #EBEBEB;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[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-"],.link-more: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-arrow-right-alt:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-alert:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-facebook-alt:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram-alt:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-twitter-alt:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube-rounded:before {
  content: "";
}

.icon-youtube: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: transparent;
  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: transparent;
  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: 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;
  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: 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: #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: transparent;
  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: transparent;
  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: 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: #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: 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;
  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;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

*,*:before,*:after {
  box-sizing: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,iframe {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

figure {
  margin: 0;
}

.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,.second-level-nav,.third-level-nav,.socials-list,.footer .footer-menu,.contact-section .contact-tabset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.resetButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

.desktop-show {
  display: none;
}

html {
  font-size: 16px;
}

body {
  color: #222222;
  background-color: #ffffff;
  font-family: "Libre Franklin", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.buffer {
  line-height: 1.75rem;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  color: #00355f;
  text-decoration: none;
}

a:hover {
  color: #00355f;
  text-decoration: underline;
}

ul,ol,dl,p {
  margin: 0 0 1rem;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Libre Franklin", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 0 0 .5em;
  color: #00355f;
}

h1,.h1 {
  font-size: 1.5rem;
}

h2,.h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.int h2,.int .h2 {
  font-size: 1.4rem;
  text-transform: none;
  letter-spacing: 0;
}

h3,.h3 {
  font-size: 1.375rem;
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 5px;
  letter-spacing: 0;
}

h4,.h4 {
  font-size: 1.25rem;
}

h5,.h5 {
  font-size: .06641rem;
}

h6,.h6 {
  font-size: .05859rem;
}

.ellipsis {
  white-space: nowrap;
  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;
}

input[type='text'],input[type='email'],input[type='tel'],textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  height: 2.6875rem;
  padding: .3125rem .875rem;
  border-radius: 5px;
  border: 1px solid #222222;
  -webkit-appearance: none;
}

.buffer textarea {
  height:  auto;
}

input[type='text']:focus,input[type='text']:hover,input[type='email']:focus,input[type='email']:hover,input[type='tel']:focus,input[type='tel']:hover,textarea:focus,textarea:hover {
  box-shadow: none;
}

input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
}

input[type='text']::placeholder,input[type='email']::placeholder,input[type='tel']::placeholder,textarea::placeholder {
  color: #333333;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.header {
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.header__holder {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  padding: .625rem 0;
}

.header__navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .socials-list {
  justify-content: center;
  font-size: 1.75rem;
}

.header .socials-list a {
  color: #222222;
}

.header .socials-list a:hover {
  color: #c53039;
}

.header .socials-list .icon-youtube {
  font-size: 2.5rem;
}

.header .socials-list .icon-instagram-alt {
  font-size: 1.625rem;
}

.nav-holder-drop {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  padding: .375rem 1.5rem;
  background-color: #f5f5f5;
}

.nav-holder-drop .logo {
  margin-bottom: 1.5625rem;
}

.nav-holder-drop .nav-opener {
  position: absolute;
  right: 1.5625rem;
  top: 1.875rem;
}

.nav-holder-drop .nav-opener::after,.nav-holder-drop .nav-opener::before,.nav-holder-drop .nav-opener span {
  background-color: #c53039;
}

.logo {
  display: block;
  flex-shrink: 0;
  width: 8.0625rem;
}

.logo a {
  display: block;
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  width: 1.875rem;
  height: 1.25rem;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  transition: left .35s cubic-bezier(.3, .86, .36, .95), top .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  height: .25rem;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: .25rem;
}

.nav-opener:after {
  top: 1rem;
}

.nav-opener span {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  top: .5rem;
}

.nav-opener:before {
  top: 0;
}

.menu-holder {
  margin: 0 0 1.75rem;
}

.main-nav {
  font-size: 1.875rem;
  line-height: 1.5;
}

.main-nav>li.hover-js>a,.main-nav>li.hover-tab>a,.main-nav>li:hover>a {
  text-decoration: none;
}

.main-nav>li.active-item>a.has-drop-down-a::after {
  transform: translateY(-50%);
}

.main-nav>li>a {
  color: #222222;
  border-bottom: 1px solid #181819;
  display: block;
  letter-spacing: -0.7px;
  font-weight: 700;
  padding: .25rem 2.3125rem .1875rem 0;
}

.main-nav .has-drop-down-a {
  position: relative;
}

.main-nav .has-drop-down-a::after,.main-nav .has-drop-down-a::before {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  content: '';
  right: .375rem;
  top: 50%;
  position: absolute;
  background-color: currentColor;
  width: .875rem;
  height: .1875rem;
  transform: translateY(-50%);
}

.main-nav .has-drop-down-a::after {
  transform: translateY(-50%) rotate(-90deg);
}

.drop--two-cols .second-level-nav {
  -moz-column-count: 2;
  column-count: 2;
}

.second-level-nav {
  font-size: .8125rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
  padding: .875rem 0 .9375rem;
}

.second-level-nav>li {
  margin-bottom: 1rem;
}

.second-level-nav>li.active-item a.has-drop-down-a::after {
  transform: translateY(-50%);
}

.second-level-nav>li.custom-link a {
  font-weight: 700;
}

.second-level-nav a {
  color: #222222;
  display: block;
}

.second-level-nav a:hover {
  color: #c53039;
  text-decoration: none;
}

.third-level-nav {
  padding: .9375rem 0 0 1.5625rem;
}

.third-level-nav>li {
  margin-bottom: .5rem;
}

.third-level-nav>li:last-child {
  margin-bottom: 0;
}

.js-acc-hidden {
  visibility: hidden;
}

.search-form {
  flex-shrink: 0;
  padding: 0 0 1.125rem;
}

.search-form .search-opener:hover {
  text-decoration: none;
  color: #c53039;
}

.search-form .btn-search {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #222222;
  position: absolute;
  right: .6875rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
}

.search-form .input-holder {
  position: relative;
  width: 100%;
}

.search-form input[type="search"] {
  width: 100%;
  height: 1.9375rem;
  border: 0;
  font-size: 1rem;
  line-height: normal;
  color: #222222;
  background: #ffffff;
  font-family: "Libre Franklin", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: .25rem 2.875rem .25rem 1.25rem;
  border-radius: .25rem;
}

.search-form input[type="search"]::-moz-placeholder {
  line-height: 1.4;
  font-size: 1rem;
  color: #222222;
  opacity: 1;
}

.search-form input[type="search"]::placeholder {
  line-height: 1.4;
  font-size: 1rem;
  color: #222222;
  opacity: 1;
}

.search-form label {
  font-size: 1.5625rem;
  display: block;
  margin: 0 0 .4375rem;
  color: #ffffff;
  font-weight: 700;
}

.search-form .search-close:hover {
  color: #ffffff;
}

.socials-list {
  font-size: 1.375rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -.6875rem;
}

.socials-list li {
  padding: 0 .6875rem;
}

.socials-list a {
  color: #00355f;
}

.socials-list a:hover {
  color: #c53039;
  text-decoration: none;
}

.socials-list [class*='icon-'] {
  display: inline-block;
  vertical-align: middle;
}

.alert-holder {
  overflow: hidden;
}

.alert-holder.clone-alert-holder {
  opacity: 0;
}

.alert-holder {
  transition-delay: 1s;
  transition: max-height .3s ease-in-out;
  overflow: hidden;
  background: #c53039;
  position: relative;
  max-height: 0;
}

.page-loaded .alert-holder {
  max-height: 200px;
  transition-delay: 1s;
}

.alert-holder .alert-close {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: .6875rem;
  top: .625rem;
  font-size: 1.1875rem;
  color: #ffffff;
}

.alert-holder .alert-close:hover {
  color: #00355f;
  text-decoration: none;
}

.alert-holder .icon-alert {
  position: absolute;
  left: .5rem;
  top: .5rem;
  color: #ffffff;
  font-size: 1.5625rem;
}

.alert-bar {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.166;
  position: relative;
  letter-spacing: .05px;
  text-align: center;
  padding: 2.8125rem 0 1.5rem;
}

.alert-bar a {
  color: #ffffff;
}

.alert-bar a:hover {
  text-decoration: underline;
}

.alert-bar p {
  margin-bottom: .75rem;
}

.alert-bar .btn:hover {
  text-decoration: none;
}

.alert-bar-close .alert-holder {
  max-height: 0;
  transition-delay: 0s;
}

.container {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  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);
  position: relative;
}

.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 {
  position: relative;
  grid-row: 3;
}

.base-section {
  padding: 2.375rem 0;
}

.footer {
  background: #e5e5e5;
  margin-top:  5rem;
}

.footer .image-holder {
  width: 10.375rem;
  height: 10.375rem;
  margin: -3.1875rem auto -1.5625rem;
  border-radius: 50%;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .image-holder img {
  margin-top: -1.25rem;
  max-width: 5.125rem;
}

.footer .footer-menu {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: .7px;
}

.footer .footer-menu a {
  color: #000000;
  text-decoration: underline;
}

.footer .footer-menu a:hover {
  text-decoration: none;
  color: #c53039;
}

.footer .socials-list {
  margin: 0;
  font-size: 1.75rem;
}

.footer .socials-list li {
  padding: 0 .25rem;
}

.footer .socials-list a {
  color: #000000;
}

.footer .socials-list a:hover {
  color: #c53039;
}

.btn {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  font-family: "Libre Franklin", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: .875rem;
  line-height: 1.14;
  font-weight: 700;
  padding: .625rem .6875rem;
  text-align: center;
  background: #c53039;
  color: #ffffff;
  border: 1px solid #c53039;
  text-transform: uppercase;
  cursor: pointer;
}

.btn.secondary {
  background-color: #00355f;
  color: #ffffff;
  border-color: #00355f;
}

.btn.secondary:hover {
  background-color: #00101d;
  color: #ffffff;
}

.btn.tertiary {
  text-decoration: none;
  background: transparent;
  color: #00355f;
  border-color: #00355f;
}

.btn.tertiary:hover {
  background: #00355f;
  color: #ffffff;
}

.btn:hover {
  text-decoration: none;
  background: transparent;
  color: #c53039;
}

.link-more {
  display: flex;
  align-items: center;
  color: #c53039;
  text-transform: uppercase;
  font-weight: 700;
}

.link-more:after {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  font-size: 1rem;
  margin-left: 1px;
}

.link-more:hover {
  text-decoration: none;
}

.link-more:hover:after {
  transform: translateX(10px);
}

.intro-section {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.intro-section::before,.intro-section:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 53, 95, 0) 0%, #00355f 96%, #00355f 100%);
}

.intro-section::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .49) 0%, rgba(0, 11, 19, .49) 20%, rgba(0, 53, 95, 0) 100%);
  top: -50px;
  z-index: 1;
}

.intro-section .photo-holder {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  right: -2.4375rem;
  width: 12.25rem;
}

.intro-section .intro-inner {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  padding: 6.4375rem 0 .875rem;
}

.intro-section .intro-inner::after {
  content: '';
  width: 0;
  display: block;
  min-height: 13.9375rem;
}

.bg-video-holder {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

.stay-connected {
  width: 100%;
}

.stay-connected label {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.34;
  text-transform: capitalize;
  margin-bottom: .3125rem;
  letter-spacing: -.0125rem;
}

.stay-connected label h1 { 
  color: #ffffff;
  margin-bottom: 0;
}

.stay-connected .input-row {
  display: flex;
}

.stay-connected .input-holder {
  flex-grow: 1;
}

.stay-connected input[type='email'] {
  color: #333333;
  font-size: .9375rem;
  line-height: normal;
  background-color: #ffffff;
  border: 0;
  width: 100%;
  height: 2.6875rem;
  border-radius: .3125rem 0 0 .3125rem;
  padding: .25rem .625rem .25rem .75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.stay-connected input[type='email']::-moz-placeholder {
  color: #333333;
  opacity: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.stay-connected input[type='email']::placeholder {
  color: #333333;
  opacity: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.stay-connected button.btn {
  flex-shrink: 0;
  border-radius: 0 .3125rem .3125rem 0;
  width: 3rem;
  padding: .3125rem;
}

.stay-connected button.btn:hover {
  background-color: #90232a;
  border-color: #90232a;
  color: #ffffff;
}

.services-section {
  background: linear-gradient(to bottom, transparent 0%, transparent 145px, #e5e5e5 145px, #e5e5e5 100%);
}

.services-section.base-section {
  padding: 2.375rem 0 2.75rem;
}

.service-items {
  list-style-type: none;
  padding: 0;
}

.service-item {
  text-align: center;
  margin-bottom: 1.4375rem;
}

.service-item>a {
  display: block;
  color: #00355f;
  text-decoration: none;
}

.service-item>a:hover .img-holder::after,
.services-wrapper a:hover .service-img::after {
  opacity: 1;
  visibility: visible;
}

.service-item>a:hover .title {
  text-decoration: underline;
}

.service-item .img-holder {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 68.4%;
  margin-bottom: .75rem;
  position: relative;
}

.service-item .img-holder::after,
.services-wrapper .service-img:after {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 53, 95, .5);
}

.service-item .title {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.2;
}

.js-tab-hidden {
  display: none !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.contact-section {
  padding: .625rem 0 3.4375rem;
}

.contact-section .h2,.contact-section h2 {
  text-align: center;
  margin-bottom: 20px;
}

.contact-section .contact-tabset {
  font-weight: 700;
  text-align: center;
}

.contact-section .contact-tabset .contact-opener:hover {
  text-decoration: none;
}

.contact-section .contact-tabset .contact-opener.contact-active {
  color: #c53039;
}

.contact-section .tab-content {
  padding: 1.5625rem 0;
  list-style-type: none;
}

.contact-section .text-holder {
  font-size: .8125rem;
  line-height: 1.69;
  text-align: center;
  padding: 0 2.1875rem;
}

.contact-section h3,.contact-section .h3 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  text-align: center;
}

.contact-section address {
  font-style: normal;
}

.contact-section address a {
  color: #222222;
}

.contact-section .image-holder {
  border-radius: .9375rem;
  overflow: hidden;
  margin-bottom: 1.8125rem;
}

.contact-section .image-holder img {
  width: 100%;
}

.posts-section {
  padding: 3.25rem 0 1rem;
}

.posts-section .col {
  width: 100%;
  margin: 0 auto;
}

.posts-section .col:last-child .post-holder {
  margin-bottom: 0;
}

.posts-section .post-image img {
  width: 100%;
}

.post-item {
  line-height: 1.7;
  font-size: .875rem;
  margin-bottom: 2.8125rem;
}

.post-item .image-holder {
  margin-bottom: 1.25rem;
}

.post-item .image-holder img {
  width: 100%;
}

.post-item .date {
  display: block;
  color: #757575;
  font-size: .875rem;
  line-height: 1.2;
  margin-bottom: .9375rem;
}

.post-item h3,.post-item .h3 {
  color: #222222;
}

.post-item h3 a,.post-item .h3 a {
  color: #222222;
}

.post-item h3 a:hover,.post-item .h3 a:hover {
  text-decoration: none;
  color: #c53039;
}

.inner-banner {
  position: relative;
  min-height:  260px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  background-size: cover;
  padding: 56px 0 0;
  overflow-y: hidden;
}

.inner-banner::before{
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .49) 0%, rgba(0, 11, 19, .49) 20%, rgba(0, 53, 95, 0) 100%);
  top: -50px;
  z-index: 1;
}

.inner-header {
  padding: 35px 0 25px;
  text-align: center;
}

.inner-header h1 {
  font-size: 2rem;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}

.sidebar {
  background-color: #f5f5f5;
  padding:  40px 25px 45px;
  text-align: center;
  margin-top: 2.5rem;
}

.sidebar h2 {
  font-size: 28px;
  text-transform: none;
  color: #222222;
  letter-spacing: 0;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar ul > li,
.sidebar h2 {
  margin-bottom: 17px;
}

.sidebar ul > li > a {
  font-size: 20px;
  font-weight: 600;
  color:  #c53039;
  text-decoration: none;
}

.sidebar ul > li > a:hover {
  color: #00355f;
}

.official-photo {
  position: relative;
  background-color: #00355f;
  color: #ffffff;
  padding: 33px 25px 0;
  margin: 1.5rem 0 -5.5rem;
}

.official-photo h2 {
  color: #89d1ff;
  text-transform: none;
}

.official-photo p, 
.official-photo a {
  color: #ffffff;
  font-weight: 600;
}

.official-photo a {
  text-decoration: underline;
}

.official-photo a:hover {
  color: #89d1ff;
}

.official-photo .download-wrapper {
  position: relative;
}

.official-photo .download-wrapper a {
  display: inline-block;
  position: relative;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.int .stay-connected{
  margin: 10px 0 40px;
}

.int .stay-connected label h1{
  color: #00355f;
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.services-wrapper li {
  display: flex;
  width: 100%; 
  height: 20.3125rem;
  overflow: hidden;
  transition: all .2s ease-in-out;
  text-decoration: none;
  position: relative;
  margin-bottom: 1.25rem; 
}

.services-wrapper li:last-child {
  margin: 0 auto;
}

.services-wrapper li > a {
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.services-wrapper .service-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: inherit;
  height: inherit;
}

.services-wrapper h2 {
  position: absolute;
  color: #ffffff;
  text-transform: none;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  width: 70%;
  z-index: 2;
  font-size: 2.625rem;
  text-shadow: 1px 1px 2px #000000;
}

.press-section h2,
.archive-fb-wrapper h2 {
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.title-link-wrapper,
.press-bottom-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.press-section .title-link-wrapper {
  margin: 3rem 0 1rem;
}

.press-bottom-wrapper article {
  min-height: 15.625rem;
  width: 100%;
  padding: 1.25rem;
  background: var(--tertiary-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}

.press-bottom-wrapper article:after {
  display: none;
}

.press-bottom-wrapper article time {
  display: inline-block;
  font-size: 1.25rem;
  margin-bottom: 0.65rem;  
}

.press-bottom-wrapper article h2,
.archive-wrapper .archive-list h2 {
  font-size: 1.7rem;
  line-height: 2rem;
}

.press-bottom-wrapper .newsie-titler a {
  color: var(--primary-color);
}

.archive-fb-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem 0 6rem;
}

.archive-fb-wrapper .title-link-wrapper {
  margin-bottom: 1rem;
}

.archive-fb-wrapper > div {
  display: flex;
  flex-direction: column;
}

.archive-fb-wrapper .archive-wrapper {
  flex-grow: 1;
  margin: 0 0 2.25rem ;
}

.archive-wrapper .archive-list {
  background: var(--tertiary-color);
  width: 100%;
  min-height: 31.25rem;
  height: 100%;
  padding: 1.25rem;
}

.archive-wrapper .archive-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 50rem;
  width: 100%;
}

.archive-wrapper .archive-list ul li {
  margin: 0 0 2rem;
}


.archive-wrapper .archive-list h2 > a:hover { 
  text-decoration: underline;
}

.archive-wrapper .archive-list .date {
  display: inline-block;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}

.archive-fb-wrapper .fb-wrapper {
  width: 31.25rem;
  display: flex;
  justify-content: center;
}

.archive-fb-wrapper .fb-wrapper h2 {
  margin-bottom: 1rem;
}

.posts-section .row {
  display: flex;
  flex-wrap: wrap;
}

.tab {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.tabLinks {
    padding-top: 10px;
    color: #00355f;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f2f2f2;
    cursor: pointer;
    border: none;
    margin: 0 10px;
    transition: all .2s;
    font-weight: bold;
}

.tabLinks:hover,.tabLinks.active {
  background-color: #00355f;
  color: #fff;
}

.tabcontent .h1 {
  color: #c53039;
  text-align: center;
  display: block;
}

.tabcontent h3 {
  margin-bottom: 10px;
}

.tabcontent {
  display: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.location-wrapper {
  display: flex;
  padding:  10px 0;
}

.image-wrapper {
  max-width: 240px;
  padding: 1rem;
  margin: 0 2rem 2rem 0;
  border: 1px solid #666;
}

#news-search .open-search input[type="text"] {
  border-radius: 0;
}

@media (min-width: 520px) {
  .service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -.6875rem -1.5625rem;
  }

  .service-items .col {
    width: 50%;
    padding: 0 .625rem;
  }
}

@media (min-width: 768px) {
  h1,.h1 {
    font-size: 2.25rem;
  }

  h2,.h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 1.8px;
    margin-bottom: 23px;
  }

  .int h2,.int .h2 {
    font-size: 1.6rem;
  }

  h3,.h3 {
    font-size: 1.5rem;
  }

  input[type='text'],input[type='email'],input[type='tel'],textarea {
    height: 3rem;
  }

  .header__holder {
    padding: 1.6875rem 0;
  }

  .nav-holder-drop .logo {
    display: none;
  }

  .nav-holder-drop .nav-opener {
    right: 1.5625rem;
    top: 4.1875rem;
  }

  .nav-holder-drop .nav-opener::after,.nav-holder-drop .nav-opener::before,.nav-holder-drop .nav-opener span {
    background: #222222;
  }

  .logo {
    width: 11.625rem;
  }

  .nav-opener {
    margin: -1.1875rem -.4375rem 0 0;
  }

  .main-nav>li>a {
    padding: .25rem 1.625rem .125rem 0;
    letter-spacing: -.04375rem;
  }

  .drop--two-cols .second-level-nav {
    grid-column-gap: 2.1875rem;
    -moz-column-gap: 2.1875rem;
    column-gap: 2.1875rem;
  }

  .second-level-nav {
    padding: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.125;
  }

  .second-level-nav>li {
    margin-bottom: 1rem;
  }

  .second-level-nav>li.custom-link {
    margin-top: -.25rem;
  }

  .search-form {
    padding: 0 3.5rem 1.1875rem 0;
  }

  .search-form .btn-search {
    right: 14px;
  }

  .search-form input[type="search"] {
    padding: .3125rem 3rem .3125rem .875rem;
  }

  .search-form label {
    display: none;
  }

  .alert-holder .alert-close {
    width: 1.5rem;
    height: 1.5rem;
    right: .9375rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .alert-holder .icon-alert {
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.875rem;
    left: 1.5625rem;
  }

  .alert-bar {
    text-align: left;
    padding: 1.875rem 4.625rem 1.8125rem 5.8125rem;
    font-size: 1.0625rem;
    line-height: 1.2352;
  }

  .base-section {
    padding: 4.125rem 0;
  }

  .tab {
    display: block;
    flex-direction: row;
  }

  .footer {
    padding-bottom: 0;
  }

  .int .footer .container {
    padding-bottom: 37px;
  }

  .footer .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .int .footer .row {
    display: block;
    align-items: unset;
    justify-content: unset;
  }

  .int .footer .links-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .footer .image-holder {
    order: 2;
  }

  .footer .footer-menu {
    order: 1;
  }

  .footer .socials-list {
    order: 3;
  }

  .btn {
    padding: 1.125rem 2.0625rem;
  }

  .link-more:after {
    font-size: 1.125rem;
  }

  .intro-section .photo-holder {
    width: 13.8125rem;
    right: -1rem;
  }

  .intro-section .intro-inner {
    padding: 7.9375rem 10.4375rem 2.0625rem 0;
  }

  .intro-section .intro-inner::after {
    min-height: 21.4375rem;
  }

  .stay-connected label {
    font-size: 36px;
    margin-bottom: .25rem;
    letter-spacing: -.0125rem;
  }

  .stay-connected input[type='email'] {
    font-size: 1rem;
    height: 3rem;
    padding: .25rem 1.125rem;
  }

  .stay-connected button.btn {
    width: 9.25rem;
    padding: .9375rem;
  }

  .stay-connected button.btn span {
    display: none;
  }

  .services-section.base-section {
    padding: 4.125rem 0 1.875rem;
  }

  .service-items .col {
    width: 33.33%;
  }

  .service-item {
    margin-bottom: 2.3125rem;
  }

  .service-item .img-holder {
    padding-top: 68.6%;
  }

  .contact-section .contact-tabset {
    display: flex;
    justify-content: center;
    margin: 0 -1.0625rem;
  }

  .contact-section .contact-tabset li {
    padding: 0 1.0625rem;
  }

  .contact-section .tab-content {
    padding: 2.8125rem 0;
  }

  .contact-section .block-holder {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 72.8125rem;
    margin: 0 auto;
  }

  .contact-section .text-holder {
    width: 45%;
    text-align: left;
    padding: 0 2.8125rem 1.0625rem 0;
    font-size: .875rem;
  }

  .contact-section .image-holder {
    margin: 0 -8.75rem 0 0;
  }

  .posts-section .row {
    margin: 0 -1.1875rem;
    padding: 0 2.1875rem;
  }

  .posts-section .col {
    width: 50%;
    margin: 0;
    padding: 0 1.1875rem;
  }

  .post-item {
    font-size: 1.0625rem;
    line-height: 1.75;
    margin-bottom: 3.125rem;
  }

  .post-item .content-holder {
    padding: 0 .9375rem 0 0;
  }

  .inner-banner {
    min-height:  21.875rem;
    background-position: 50% 100%;
  }

  .inner-header {
    padding: 3.25rem 0 2.188rem;
  }

  .inner-header h1 {
    font-size: 3rem;
  }

  .official-photo {
    padding: 4.375rem 1.5625rem 3.75rem;
    margin: 9rem 0 -5.5rem;
    display: flex;
    justify-content: space-between;

  }

  .official-photo h2 {
    font-size: 2.25rem;
  }

  .official-photo p, 
  .official-photo a {
    font-size: 1.25rem;
  }

  .official-photo .download-wrapper {
    position: relative;
    width: 38%;
    max-width: 18.75rem;
  }

  .official-photo .download-wrapper a {
    top: 95%;
    left: 50%;
    z-index: 1;
  }

  .official-photo .download-wrapper img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3.25rem;
  }

  .official-photo .text-wrapper {
    max-width: 17.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .int .stay-connected{
     margin: 0.9375rem 0 3.4375rem;
  }

  .contact-section h3, .contact-section .h3 {
    text-align: left;
  }

  .services-wrapper li {  
    width: 50%;
    padding-right: 1.25rem; 
  }

  .press-bottom-wrapper article {
    min-height: 22.75rem;
    width: 32%;
    padding: 1.875rem 1rem;
    margin-bottom: 0;
  }

  .title-link-wrapper,
  .press-bottom-wrapper {
    align-items: flex-end;
    flex-direction: row;
    margin-bottom: 3rem;
  }

  .press-bottom-wrapper article h2 {
    font-size: 1.8rem;
  }

  .press-section h2, .archive-fb-wrapper h2,
  .archive-wrapper .archive-list h2 {
    margin-bottom: 0rem;
  }

  .archive-wrapper {
    margin-right: 5%;
  }

  .archive-wrapper .archive-list {
    padding: 1.875rem;
    list-style: none;
  }

  .archive-fb-wrapper .archive-wrapper {
    margin: 0 0 2.25rem 0;
  }

}

@media (min-width: 1024px) {
  .desktop-show {
    display: block;
  }

  h1,.h1 {
    font-size: 3rem;
  }

  h2,.h2 {
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: 2.4px;
    margin-bottom: 10px;
  }

  .int h1,.int .h1 {
    font-size: 2.5rem;
  }

  .int h2,.int .h2 {
    font-size: 2rem;
  }

  .int h3,.int .h3 {
    font-size: 1.75rem;
  }

  .int h4,.int .h4 {
    font-size: 1.55rem;
  }

  .lead {
    font-size: 1.25rem;
  }

  body:not(.page-loaded) .nav-holder-drop {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }

  .header__holder {
    padding: 23px 0;
  }

  .header__navbar {
    align-items: flex-start;
  }

  .header .socials-list {
    justify-content: flex-end;
  }

  .header .socials-list a {
    color: #ffffff;
  }

  .nav-holder-drop {
    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);
    padding: 28px 0 0;
    max-width: calc(100% - 252px);
    width: auto;
    background-color: transparent;
    position: relative;
    z-index: 4;
    transition-delay: .45s;
  }

  .logo {
    width: 14.5rem;
  }

  .nav-opener {
    display: none;
  }

  .menu-holder {
    border-bottom: .0625rem solid #ffffff;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 .875rem;
    margin: 0 0 .75rem;
  }

  .main-nav {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -.875rem -.1875rem;
    flex-grow: 1;
  }

  .main-nav>li {
    margin: 0 .1875rem;
    position: relative;
  }

  .main-nav>li:first-child .drop {
    right: auto;
    left: 0;
  }

  .main-nav>li:first-child .drop .drop {
    right: auto;
    left: calc(100% - 5px);
  }

  .main-nav>li.hover-js>a,.main-nav>li.hover-tab>a,.main-nav>li:hover>a {
    background-color: #00355f;
    color: #ffffff;
  }

  .main-nav>li.hover-js .drop,.main-nav>li.hover-tab .drop,.main-nav>li:hover .drop {
    opacity: 1;
    visibility: visible;
  }

  .main-nav>li.active>a {
    background-color: #00355f;
    color: #ffffff;
  }

  .main-nav>li>a {
    padding: .8125rem 1.3125rem;
    color: #ffffff;
    border-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
  }

  .main-nav .has-drop-down-a::after,.main-nav .has-drop-down-a::before {
    display: none;
  }

  .drop {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #00355f;
    border-radius: 0 0 .25rem .25rem;
    min-width: 17.5rem;
    padding: 2rem 0 1.75rem;
  }

  .drop--two-cols {
    min-width: 28.75rem;
    padding: 2rem 2.875rem 1.75rem;
  }

  .drop--two-cols .second-level-nav {
    grid-column-gap: 2.6875rem;
    -moz-column-gap: 2.6875rem;
    column-gap: 2.6875rem;
  }

  .drop--two-cols .second-level-nav>li {
    padding: 0;
  }

  .drop .drop {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    right: calc(100% - 5px);
    top: 0;
    padding: 1.5625rem 1.25rem;
  }

  .second-level-nav {
    font-weight: 500;
    letter-spacing: -.025rem;
    padding: 0;
  }

  .second-level-nav>li {
    margin-bottom: 1rem;
    position: relative;
    padding: 0 2.875rem;
  }

  .second-level-nav>li.hover-js .drop,.second-level-nav>li.hover-tab .drop,.second-level-nav>li:hover .drop {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .second-level-nav>li.custom-link {
    margin-top: 0;
  }

  .second-level-nav>li.custom-link a {
    font-weight: 800;
  }

  .second-level-nav a {
    color: #ffffff;
  }

  .third-level-nav {
    padding: 0;
  }

  .third-level-nav>li {
    margin-bottom: .9375rem;
  }

  .search-form {
    border-left: .0625rem solid #ffffff;
    margin: .1875rem -.5rem 0 .4375rem;
    padding: 0 0 0 1.375rem;
  }

  .search-form .search-opener {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
    color: #ffffff;
    display: flex;
    border: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background-color: transparent;
    width: 2.5rem;
  }

  .search-form .btn-search {
    padding: .6875rem 1.6875rem .3125rem;
    font-size: 2.75rem;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .search-form .input-holder {
    width: auto;
    min-width: 44.6875rem;
  }

  .search-form .search-drop {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    background: rgba(0, 53, 95, .9);
    position: fixed;
    padding: 5rem 1.5625rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .search-active .search-form .search-drop {
    opacity: 1;
    visibility: visible;
  }

  .search-form input[type="search"] {
    font-size: 1.5625rem;
    padding: 1.875rem 5rem 1.875rem 1.875rem;
    height: 5.3125rem;
  }

  .search-form input[type="search"]::-moz-placeholder {
    font-size: 1.5625rem;
  }

  .search-form input[type="search"]::placeholder {
    font-size: 1.5625rem;
  }

  .search-form .search-close {
    background: #c53039;
    position: absolute;
    right: 0;
    top: 0;
    width: 5.5625rem;
    height: 4.8125rem;
    font-size: 1.8125rem;
  }

  .alert-holder .alert-close {
    top: 50%;
    right: 1.5rem;
  }

  .alert-holder .icon-alert {
    left: 1.6875rem;
  }

  .alert-bar {
    padding: 1.125rem 3.125rem 1.375rem;
    font-size: 1.125rem;
    line-height: 1.166;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .alert-bar p {
    margin-bottom: 0;
  }

  .alert-bar .btn {
    margin-left: 2.0625rem;
  }

  .base-section {
    padding: 3.75rem 0;
  }

  .footer .footer-menu {
    margin: -.625rem 0 0;
  }

  .footer .socials-list {
    margin: -.9375rem 0 0;
  }

  .intro-section .photo-holder {
    bottom: -.375rem;
    width: auto;
  }

  .intro-section .intro-inner {
    padding: 10.625rem 25.4375rem 4.125rem 0;
  }

  .intro-section .intro-inner::after {
    min-height: calc(100vh - 234px);
  }

  .stay-connected label {
    font-size: 3rem;
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .stay-connected input[type='email'] {
    font-size: 1.0625rem;
    padding: .25rem 1.0625rem;
  }

  .services-section {
    background: linear-gradient(to bottom, transparent 0%, transparent 155px, #e5e5e5 155px, #e5e5e5 100%);
  }

  .services-section.base-section {
    padding: 3.75rem 0 1.75rem;
  }

  .service-items .col {
    width: 25%;
    padding: 0 .6875rem;
  }

  .service-item {
    margin-bottom: 1.5625rem;
  }

  .contact-section {
    padding: 1.25rem 0 45px;
  }

  .contact-section .contact-tabset {
    font-size: 1.5rem;
    margin: 0 -1.5625rem;
  }

  .contact-section .contact-tabset li {
    padding: 0 1.5625rem;
  }

  .contact-section .tab-content {
    padding: 2.75rem 0 2.375rem;
  }

  .contact-section .block-holder {
    padding: 0 0 0 3.4375rem;
  }

  .contact-section .text-holder {
    font-size: 1.25rem;
    line-height: 1.5;
    width: 30.5%;
    padding: 0 3.4375rem .9375rem 0;
  }

  .contact-section h3,.contact-section .h3 {
    font-size: 1.75rem;
    margin-bottom: .9375rem;
  }

  .contact-section .image-holder {
    width: 69.5%;
    margin: 0;
  }

  .posts-section {
    padding: 4.0625rem 0 1.625rem;
  }

  .posts-section .row {
    padding: 0;
  }

  .inner-banner {
    min-height: 40.625rem;
    background-position: 50% 50%;
  }

  .inner-header {
    padding: 2.813rem 0;
  }

  .inner-header h1 {
    font-size: 4.375rem;
  }

  .official-photo {
    width: 90%;
    max-width: 73.25rem;
    padding: 5.9375rem 4.375rem 5rem;
    margin: 12rem auto -5.5rem;
  }

  .official-photo h2 {
    font-size: 3rem;
  }

  .official-photo p, 
  .official-photo a {
    font-size: 1.5rem;
  }

  .official-photo .download-wrapper {
    max-width: 23.25rem;
  }

  .official-photo .download-wrapper a {
    top: 110%;
  }

  .official-photo .download-wrapper img {
    bottom: -4.5rem;
  }

  .official-photo .text-wrapper {
    max-width: 27.8125rem;
  }

  .int .stay-connected form {
    display: flex;
    justify-content: space-between;
  }

  .int .stay-connected .input-row {
    align-items: center;
    width: 73%;
    padding-left: 2.5rem;
  }

  .sidebar-wrapper {
    height: inherit;
  }

  .sidebar {
    padding: 2.8125rem 1.5625rem 1.5625rem;
    margin-top: 0;
    height: fit-content;
    width: 17.1875rem;
    margin-left: 3.75rem;
    text-align: left;
  }

  .sidebar h2 {
    font-size: 1.5rem;
  }

  .sidebar ul > li,
  .sidebar h2 {
    margin-bottom: 1.25rem;
  }

  .sidebar ul > li > a {
    font-size: 1.0625rem;
  }

  .press-bottom-wrapper article {
    min-height: 21.75rem;
    padding: 1.875rem;
  }

  .press-bottom-wrapper article time {
    font-size: 1.5rem;
  }

  .archive-wrapper .archive-list ul {
    max-width: 31.25rem;
  }

}

@media (min-width: 1128px) {
  .archive-fb-wrapper .archive-wrapper {
    margin: 0 2.25rem 2.25rem 0;
  }
}

@media (min-width: 1280px) {
  .service-items .col {
    width: 20%;
  }
  
  .posts-section .row {
    flex-wrap: nowrap;
  }

}

@media (min-width: 1428px) {
  .intro-section .photo-holder {
    right: calc((100vw - 1558px) / 2);
  }

  .archive-wrapper .archive-list ul {
    max-width: 765px;
  }
}

@media (min-width: 1480px) {
  .posts-section .col {
    max-width: 21.6875rem;
  }

  .posts-section .col.lg {
    max-width: 27.875rem;
    margin: 0 -.625rem 0 0;
  }

  .post-item {
    margin-bottom: 0;
  }

  .archive-wrapper .archive-list ul {
    max-width: 800px;
  }
}

@media (min-width: 1600px) {
  .drop {
    min-width: 22.5rem;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
  .services-wrapper h2 {
    bottom: 35%;
    font-size: 2rem;
  }
}

@media (max-width: 1023px) {
  .device-hidden {
    display: none;
  }

  body.nav-active {
    height: 100vh;
    overflow: hidden;
  }

  .nav-holder-drop {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95);
    height: 100vh;
    height: var(--full-viewport);
    overflow: hidden;
    overflow-y: auto;
  }

  .nav-active .nav-holder-drop {
    transform: translateX(0);
  }

  .menu-holder {
    display: flex;
    flex-direction: column-reverse;
  }

  .search-form .search-opener {
    display: none;
  }
}

@media (max-width: 767px) {

  .location-wrapper {
    display: block;
    text-align: center;
  }

  .image-wrapper {
    margin: 0 0 1rem;
    max-width: 500px;
  }

  .mobile-hidden {
    display: none;
  }

  .nav-holder-drop {
    overflow: hidden;
    overflow-y: auto;
    transform: translateX(100%);
  }

  .second-level-nav>li.custom-link a {
    color: #c53039;
  }

  .search-form .search-drop form {
    width: 100%;
  }

  .footer {
    padding-bottom: 4.375rem;
  }

  .footer .footer-menu {
    text-align: center;
    margin-bottom: .85rem;
  }

  .footer .socials-list {
    justify-content: center;
  }

  .stay-connected button.btn {
    font-size: 0;
    line-height: 0;
  }

  .stay-connected button.btn span {
    font-size: 1.375rem;
    line-height: 1.34;
  }

  .contact-section .contact-tabset {
    font-size: .875rem;
    line-height: 1.45;
  }

  .posts-section .col:nth-child(3) {
    display: none;
  }
}

@media (max-width: 519px) {
  .service-items .col {
    max-width: 14.5rem;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-holder-drop {
    width: 27rem;
    padding: 2.75rem 1.375rem 1.875rem 2rem;
    border-radius: .25rem 0 0 .25rem;
    transform: translateX(440px);
    left: auto;
  }

  .second-level-nav>li.custom-link a {
    background-color: #c53039;
    color: #ffffff;
    border-radius: .3125rem;
    padding: .875rem 1.5625rem;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.34;
    display: inline-block;
    vertical-align: top;
  }
}

@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;
  }
}

