/*! 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;
}

:root {
  --primary-color: #09224d;
  --secondary-color: #2c69a8;
}

.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;
}

.nav-tabs,.footer-nav,.social-networks,.drop ul,.main-nav {
  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;
}

body {
  color: #09224d;
  background-color: #ffffff;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: .875rem;
  line-height: 1.715;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.buffer {
   font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #333;
  font-size: 1.15rem;
  line-height: 1.75rem;
}

.buffer a {
  text-decoration: underline;
  color: #2c69a8;
}

.buffer legend,
.buffer label,
.buffer input[type="submit"],
.buffer input[type="button"],
.buffer input[type="reset"],
.buffer #newsfilterlist,
.buffer .news-specs,
.buffer .relatedochead,
.buffer a.issues-item,
.buffer a.prevnexter,
.buffer a.related-headline {
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;-serif;
}

.buffer legend,
.buffer label,
.buffer input[type="submit"],
.buffer input[type="button"],
.buffer input[type="reset"],
.buffer #newsfilterlist,
.buffer .news-specs,
.buffer .relatedochead,
.buffer a.issues-item,
.buffer a.prevnexter,
.buffer a.related-headline {
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.buffer input[type="text"],
.buffer input[type="email"],
.buffer input[type="tel"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer input[type="url"],
.buffer input[type="date"],
.buffer input[type="datetime"],
.buffer  input[type="datetime-local"],
.buffer input[type="time"],
.buffer input[type="week"],
.buffer input[type="month"],
.buffer input[type="number"],
.buffer input[type="color"],
.buffer input:not([type]),
.buffer textarea {
  width: auto;
  border-radius: 0;
  border: 1px solid #333333;
  min-width: 300px;
  height:auto;
  min-height: 3rem;
}

.buffer .btn {
  color: #ffffff;
  text-decoration: none;
}

.buffer h1,
.buffer .h1 {
  color: #2c69a8;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #f8af00;
  text-decoration: underline;
}

a:hover {
  color: #2c69a8;
  text-decoration: none;
}

ul,ol,dl,p {
  margin: 0 0 .5em;
}

.buffer p {
  margin-bottom: 1rem;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  margin: 0 0 .5em;
  color: #2c69a8;
}

h1,.h1 {
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
}

h2,.h2 {
  font-size: 1.875rem;
  line-height: 1;
}

h3,.h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}

h4,.h4 {
  font-size: 1.25rem;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
}

h5,.h5 {
  font-size: 1.5625rem;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
}

h6,.h6 {
  font-size: 1.125rem;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
}

.display-1 {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2rem;
  line-height: .9375;
  font-weight: 600;
  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: 0 solid #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  height: 3.75rem;
  padding: .5rem 1rem;
  border-radius: 0;
  -webkit-appearance: none;
  border-radius: .625rem;
}

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;
}

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;
}

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;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

body.search-active {
  overflow: hidden !important;
}

.header {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 100;
  width: auto !important;
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  top: 0;
}

.header.fixed-position {
  background-color: #ffffff;
}

.header.fixed-position .logo {
  width: 4.6875rem;
}

.header.fixed-position .logo .logo-static {
  display: none;
}

.header.fixed-position .logo .logo-fixed {
  display: block;
}

.header.fixed-position .main-nav>li>a:after {
  background-color: #2c69a8;
  top: calc(100% + 33px);
}

.header.fixed-position .main-nav>li>a:before {
  height: 33px;
}

.header.fixed-position .main-nav .current>a:after {
  opacity: 1;
  visibility: visible;
}

.header.fixed-position .main-nav .drop {
  top: calc(100% + 27px);
}

.header.fixed-position .main-nav .drop .drop {
  top: 0;
}

.header .logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  width: 8.125rem;
  flex-shrink: 0;
}

.header .logo .logo-fixed {
  display: none;
}

.header .social-networks {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.header-holder {
  transition: padding .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: flex-start;
  padding: .875rem 3.4375rem .875rem .9375rem;
  position: relative;
}

.fixed-position .header-holder {
  align-items: center;
  min-height: 3.125rem;
  padding: .3125rem 3.75rem .3125rem .9375rem;
}

.drop-holder {
  margin: 0 1.125rem 0 0;
}

.main-nav {
  width: 100%;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 1.3125rem;
  font-family: "Poppins", "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: .5625rem 0;
  font-weight: 700;
}

.main-nav>li>a:after {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.main-nav>li.active>a {
  color: #2c69a8;
}

.main-nav a {
  text-decoration: none;
  display: block;
}

.second-level-nav>li.active>a,.second-level-nav>li.hover-js>a,.second-level-nav>li.hover-tab>a {
  color: #ffffff;
  background-color: #2c69a8;
}

.drop {
  padding: .1875rem 0 .5625rem;
  font-size: 1.125rem;
  font-weight: 700;
  z-index: 3;
}

.drop a {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  color: inherit;
  padding: .5625rem .75rem;
}

.drop ul {
  color: #ffffff;
}

.drop ul>li {
  position: relative;
}

.drop ul li {
  margin: 0;
}

.drop .drop {
  padding: .1875rem 0 .375rem .75rem;
}

.drop .third-level-nav li.active a {
  color: #ffffff;
  background-color: #2c69a8;
}

.drop .third-level-nav a {
  color: #ffffff;
}

.main-nav-drop-mobile {
  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);
}

.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);
}

.main-nav-inner {
  display: flex;
  flex-direction: column;
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #09224d;
  color: #ffffff;
  width: 2.75rem;
  height: 2.75rem;
  text-indent: -9999px;
  z-index: 2;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  content: "";
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  position: absolute;
  width: 1.4375rem;
  height: .25rem;
  left: 50%;
  transform: translateX(-50%);
  background: currentColor;
}

.nav-opener:after {
  top: .8125rem;
}

.nav-opener span {
  top: 1.3125rem;
}

.nav-opener:before {
  top: 1.8125rem;
}

.nav-opener:hover:after,.nav-opener:hover:before,.nav-opener:hover span {
  opacity: .8;
}

.js-acc-hidden {
  visibility: hidden;
}

.alert-holder {
  overflow: hidden;
}

.alert-holder.clone-alert-holder {
  opacity: 0;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  background: #09224d;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2.375rem;
  font-size: 1rem;
  line-height: 1.3;
  max-height: 0;
}

.alert-bar .btn {
  border-radius: 0;
  min-width: 0;
  font-size: .75rem;
  padding: .5625rem .75rem;
}

.page-loaded .alert-bar {
  max-height: 200px;
  transition-delay: 1s;
}

.alert-bar .alert-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  right: .4375rem;
  top: .9375rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #ffffff;
}

.alert-bar .alert-close:hover {
  opacity: .75;
}

.alert-bar .alert-close:after,.alert-bar .alert-close:before {
  content: "";
  width: .1875rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-bar .alert-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-bar .text {
  text-align: center;
  padding: 2.75rem 0 1.375rem;
}

.alert-bar .text p {
  margin: 0;
}

.alert-bar .icon-holder {
  position: absolute;
  left: .625rem;
  top: .75rem;
  width: 1.625rem;
  height: 1.625rem;
}

.alert-bar .icon-holder .svg-icon {
  width: 100%;
  height: 100%;
}

.alert-bar-close .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

.search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  background: #2c69a8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  top: 60px;
  right: 0;
}

.search-opener:hover {
  text-decoration: none;
  background: #09224d;
  color: #ffffff;
}

.search-form {
  position: relative;
  z-index: 11;
  margin-bottom: 2rem;
}

.search-form .search-opener {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  background-color: rgba(0, 0, 0, 0);
  top: 0;
}

.search-form .search-opener:hover {
  opacity: .75;
}

.search-form .search-opener:before,.search-form .search-opener:after {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1.5rem;
  height: .1875rem;
  background: #ffffff;
  width: .1875rem;
  height: 2.0625rem;
}

.search-form .input-holder {
  position: relative;
  width: 100%;
  max-width: 31.375rem;
  margin-left: auto;
  margin-right: auto;
}

.search-form .btn-search {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
}

.search-form .btn-search:hover {
  opacity: .75;
}

.search-form .btn-search .svg-icon {
  width: 100%;
  height: 100%;
}

.search-form .search-drop {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
}

.search-active .search-form .search-drop {
  opacity: 1;
  visibility: visible;
}

.search-form input[type=search],.search-form input[type=text] {
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  padding: 0 1.875rem .1875rem 0;
  height: 2.25rem;
  font-size: 1rem;
  border: 0;
  border-bottom: 4px solid #ffffff;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border-radius: 0;
}

.search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
  color: #ffffff;
}

.search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
  color: #ffffff;
}

.search-form input[type=search].focus-visible,.search-form input[type=text].focus-visible {
  outline: none;
  border-color: rgba(255, 255, 255, .75);
}

.search-form input[type=search]:focus-visible,.search-form input[type=text]:focus-visible {
  outline: none;
  border-color: rgba(255, 255, 255, .75);
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  margin: 0 -0.375rem;
}

.social-networks li {
  padding: 0 .375rem;
}

.social-networks a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.social-networks a:hover {
  text-decoration: none;
  color: #2c69a8;
}

.container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.wrapper {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  left: 0;
}

.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;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.svg-icon path {
  fill: currentColor;
}

.footer {
  background-color: #09224d;
  color: #ffffff;
  padding-bottom: .6875rem;
  position: relative;
  border-top-right-radius: 6.875rem;
}

.footer .container {
  max-width: 1170px;
}

.footer .map-holder {
  position: relative;
  height: 368px;
  margin-bottom: 3rem;
  border-top-right-radius: 4.6875rem;
  overflow: hidden;
}

.footer .map-holder #map_canvas_google {
  position: absolute;
  color: #000000;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 64% 50%;
  object-position: 64% 50%;
}

.footer .social-networks {
  justify-content: flex-start;
  margin: 0 -0.625rem .4375rem;
}

.footer .social-networks a {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.footer .social-networks a:hover {
  opacity: .6;
  color: inherit;
}

.location-tab {
  text-align: center;
  margin-bottom: 1.0625rem;
}

.location-tab-item {
  margin: 0 -1.875rem;
}

.location-tab-btn {
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  opacity: .6;
  padding: .625rem 1.875rem;
  width: 100%;
  margin-bottom: .75rem;
}

.location-tab-btn[aria-selected=true] {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background-color: #2c69a8;
  opacity: 1;
  position: relative;
  z-index: 2;
}

.location-tab-content {
  padding: .1875rem 1.875rem .8125rem;
  margin: 0 -1.875rem;
  overflow: hidden;
}

.location-tab-content address {
  font-style: normal;
}

.location-tab-content a {
  color: inherit;
  text-decoration: none;
}

.location-tab-content a:hover {
  text-decoration: underline;
}

.location-tab-content:not(.is-hidden) {
  background-color: #2c69a8;
  margin-bottom: .9375rem;
}

.footer-nav {
  -moz-column-count: 2;
  column-count: 2;
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: .8125rem;
  line-height: 1.77;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: calc(100% - 50px);
}

.footer-nav li {
  margin-bottom: .3125rem;
  page-break-inside: avoid;
}

.footer-nav a {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  color: currentColor;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: none;
  opacity: .6;
}

.back-to-top {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.75rem;
  height: 3.75rem;
  color: #ffffff;
  background-color: #2c69a8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.back-to-top .svg-icon {
  width: 46%;
}

.back-to-top:hover {
  background-color: #ffffff;
  color: #09224d;
}

.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: #2c69a8;
  border: .125rem solid #2c69a8;
  padding: 1.1875rem 1.8125rem;
  font-size: 1.125rem;
  line-height: 1.167;
  font-weight: 500;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  min-width: 10.8125rem;
}

.btn:hover {
  text-decoration: none;
  background-color: #09224d;
  color: #ffffff;
  border-color: #09224d;
}

.btn {
  text-transform: uppercase;
  border-radius: .625rem;
}

.btn.btn-no-rounded {
  border-radius: 0;
}

.btn.btn-primary {
  background-color: #2c69a8;
  border-color: #2c69a8;
}

.btn.btn-primary:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #2c69a8;
}

.btn.btn-white {
  background-color: #ffffff;
  color: #09224d;
  border-color: #ffffff;
}

.btn.btn-white:hover {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #09224d;
}

.intro-section-wrapper {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
}

.intro-section-wrapper .intro-section {
  grid-row: 1/2;
  grid-column: 1/2;
}

.intro-section-wrapper .slider-holder {
  position: relative;
  grid-row: 1/2;
  grid-column: 1/2;
}

.intro-section-wrapper .statistics-holder {
  grid-row: 2/3;
  grid-column: 1/2;
}

.intro-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.intro-section .intro-inner {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 7.1875rem 0 3.75rem;
  min-height: 30.625rem;
}

.intro-section .intro-inner.intro-slider {
  display: block;
}

.intro-section .intro-inner.intro-slider:after {
  display: none;
}

.intro-section .intro-heading {
  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: translateX(-100%);
  transition-delay: .8s;
  transition-duration: .6s;
}

.page-loaded .intro-section .intro-heading {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.intro-section .display-1 {
  text-transform: uppercase;
  color: currentColor;
  margin: 0 0 1.25rem;
}

.intro-section .btn-wrap {
  margin-bottom: 1.25rem;
}

.intro-section .btn {
  min-width: 16.25rem;
}

.statistics-holder {
  padding: 2.0625rem 0;
  position: relative;
  z-index: 2;
}

.statistics-holder:after {
  content: "";
  width: 180px;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e1e1e1;
}

.statistics-holder .footnote {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: .875rem;
  font-weight: 300;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.statistic-items {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.1875rem 0;
  gap: 1.1875rem 0;
  margin: 0 -0.9375rem .9375rem;
}

.statistic-items .item-wrapper {
  width: 100%;
  padding: 0 .9375rem;
}

.statistic-items .item-wrapper:nth-child(3):after {
  display: none;
}

.statistic-item {
  text-align: center;
}

.statistic-item .value {
  display: block;
  font-size: 4.0625rem;
  line-height: 1;
  font-family: "League Gothic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: .25rem;
}

.statistic-item .title {
  display: block;
  text-transform: uppercase;
  opacity: .7;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.intro-slider {
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 6.25rem;
  overflow: hidden;
}

.intro-slider .slick-track,.intro-slider .slick-list {
  height: 100%;
}

.intro-slider .slick-autoplay-toggle-button {
  opacity: 0;
  visibility: hidden;
}

.intro-slider img,.intro-slider video {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-slider .slide-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.intro-slider .slide-wrapper::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000000;
  opacity: .34;
}

body.subscribe-open {
  overflow: hidden;
  height: 100vh;
}

.subscribe-open-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  background: rgba(9, 34, 77, .9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-open-close.subscribe-open {
  opacity: 1;
  visibility: visible;
}

.subscribe-open-close .popup-wrapper {
  max-height: 100svh;
  overflow: auto;
  padding: .9375rem 1.875rem 1.875rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.subscribe-open-close .popup-wrapper::-webkit-scrollbar {
  display: none;
}

.subscribe-open-close .opener {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  text-decoration: none;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  display: block;
  margin-left: auto;
  margin-bottom: 3.75rem;
  right: -0.9375rem;
}

.subscribe-open-close .opener:before,.subscribe-open-close .opener:after {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  width: .1875rem;
  height: 2.0625rem;
}

.subscribe-open-close .opener:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscribe-open-close .opener:hover {
  opacity: .75;
}

.subscribe-open .subscribe-open-close {
  transform: translateY(0);
}

.subscribe-open-close .inner-holder {
  background: #ffffff;
}

.subscribe-open-close .image-holder {
  width: 100%;
  padding-top: 60%;
  position: relative;
  min-height: 124px;
  z-index: 1;
}

.subscribe-open-close .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 71% 50%;
  object-position: 71% 50%;
}

.subscribe-open-close .content-holder {
  padding: 1.25rem 1.4375rem 2.8125rem;
}

.subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
  text-align: center;
  font-size: 1.625rem;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin: 0 0 .5rem;
}

.subscribe-open-close .content-holder .text-block {
  text-align: center;
  font-size: .875rem;
  line-height: 1.45;
  margin: 0 -0.4375rem;
}

.subscribe-open-close .input-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.375rem;
}

.subscribe-open-close .input-group .input-holder {
  width: 100%;
  padding: 0 .375rem;
  margin: 0 0 .5625rem;
}

.subscribe-open-close .input-group input {
  color: #09224d;
  width: 100%;
  background-color: #f5f5f5;
}

.subscribe-open-close button[type=submit] {
  cursor: pointer;
  font-size: 1.125rem;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: 100%;
}

.subscribe-open-close .popup-subscribe-form {
  max-width: 480px;
  width: 100%;
}

.about-section {
  position: relative;
  z-index: 2;
  padding: 4.6875rem 0 0;
  color: #ffffff;
}

.about-section .bg-image {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

.about-section .bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .4;
}

.about-section .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.about-layout .description {
  font-weight: 500;
  max-width: 480px;
  margin: 0 auto .9375rem;
}

.about-layout .section-heading {
  margin-bottom: 0;
}

.about-layout .photo-holder {
  margin: 0 -1.5625rem;
  text-align: center;
}

.about-layout .photo-holder img {
  max-width: 480px;
  width: 100%;
}

.about-layout .btn {
  width: 100%;
}

.section-heading {
  position: relative;
  letter-spacing: .01em;
}

.section-heading:before {
  content: "";
  background-color: currentColor;
  display: block;
  width: 5rem;
  height: .625rem;
  margin: 0 auto .4375rem;
}

.section-heading h2,.section-heading .h2 {
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
  text-align: center;
  letter-spacing: normal;
}

.section-heading p {
  margin-bottom: 1.625rem;
}

.services-section {
  padding: 1.5rem 0;
}

.services-section .container {
  max-width: 81.625rem;
}

.services-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}

.services-item {
  text-align: center;
  width: 100%;
  padding: 0 .75rem;
}

.services-item .item-link {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  text-decoration: none;
  color: #09224d;
  position: relative;
  padding: .875rem 1.5625rem;
  border-radius: 0 0 1.875rem 0;
  overflow: hidden;
  max-width: 230px;
  margin: 0 auto;
}

.services-item .item-link:before {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #09224d, #2c69a8);
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

.services-item .item-link .hover-img {
  display: none;
}

.services-item .item-link:hover {
  color: #ffffff;
}

.services-item .item-link:hover .hover-img {
  display: block;
}

.services-item .item-link:hover .static-img {
  display: none;
}

.services-item .item-link:hover:before {
  opacity: 1;
}

.services-item .icon-holder {
  display: block;
  height: 4.375rem;
  margin-bottom: .9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-item h3,.services-item .h3 {
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}

.stay-connected {
  padding: 3.375rem 0 1.5625rem;
}

.stay-connected .section-heading {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: .75rem;
  color: #333333;
}

.stay-connected .section-heading h2,.stay-connected .section-heading .h2 {
  margin-bottom: .9375rem;
  color: #09224d;
}

.stay-connected .section-heading p {
  margin-bottom: 0;
}

.stay-connected .section-heading:before {
  background-color: #2c69a8;
}

.stay-connected .form-content {
  background-color: #e1e1e1;
  padding: 1.4375rem .9375rem 2.75rem;
  border-radius: 0 0 3.125rem 0;
}

.stay-connected .form-content h3,.stay-connected .form-content .h3 {
  margin-bottom: 1.875rem;
  color: #09224d;
  text-align: center;
}

.stay-connected .form-content .input-holder {
  padding: 0 .625rem;
  margin-bottom: .625rem;
}

.stay-connected .form-content .input-holder:last-child {
  margin-bottom: 0;
}

.stay-connected .form-content .btn {
  width: 100%;
}

.stay-connected .tab-content {
  max-width: 577px;
  margin: 0 auto;
}

.two-col-layout {
  display: flex;
  flex-wrap: wrap;
}

.two-col-layout .column {
  width: 100%;
}

.nav-tabs {
  margin: 0 auto 1.25rem;
  max-width: 500px;
}

.nav-tabs li {
  margin-bottom: .625rem;
}

.tab-btn {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #9a9a9a;
  width: calc(100% - 35px);
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  padding: 1.625rem .9375rem 1.375rem;
  border-radius: 0 0 1.25rem 0;
}

.tab-btn[aria-selected=true] {
  width: 100%;
}

.tab-btn.btn-blue {
  background-color: #2c69a8;
}

.tab-btn.btn-blue-dark {
  background-color: #09224d;
}

[role=tabpanel].is-hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.key-issues {
  padding: 1.375rem 0 3.5rem;
}

.key-issues .section-heading {
  text-align: center;
  color: #333333;
}

.key-issues .section-heading:before {
  margin-left: auto;
  margin-right: auto;
  background-color: #2c69a8;
}

.key-issues .section-heading h2,.key-issues .section-heading .h2 {
  margin-bottom: .75rem;
  text-align: inherit;
  color: #09224d;
}

.key-issues .section-heading p {
  margin-bottom: 1.125rem;
}

.key-issues .btn {
  min-width: 16.25rem;
}

.key-issues .btn-wrapper {
  text-align: center;
}

.key-issues-slider {
  width: calc(100% + 30px);
}

.key-issues-slider.slick-dotted {
  margin-bottom: 4.4375rem;
}

.key-issues-slider .slick-track {
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.key-issues-slider .slide-wrapper {
  padding-right: .75rem;
}

.key-issues-slider .slick-grab {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-color: #2c69a8;
  cursor: grab;
  z-index: 5;
}

.key-issues-slider .slick-dots {
  bottom: -2.875rem;
  display: flex;
  overflow: hidden;
  padding-top: .75rem;
}

.key-issues-slider .slick-dots li {
  position: relative;
  flex-grow: 1;
  margin: 0;
}

.key-issues-slider .slick-dots li button {
  width: 100%;
  height: .75rem;
  margin: 0;
  background-color: #e1e1e1;
}

.key-issues-slider .slick-dots li .slick-dot-icon {
  display: none;
}

.key-issues-slider .slick-dots .slick-active:before {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1.375rem;
  background-color: #2c69a8;
  left: 0;
  pointer-events: none;
}

.key-issue-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 12.5625rem;
  height: 16.375rem;
  color: #ffffff;
  background-color: #2c69a8;
  text-decoration: none;
  padding: .875rem .625rem;
  border-radius: 0 0 1.875rem 0;
  overflow: hidden;
}

.key-issue-card:hover {
  color: #ffffff;
}

.key-issue-card:hover .img-holder:before {
  opacity: .6;
}

.key-issue-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #000000, transparent);
  opacity: .71;
  z-index: 1;
}

.key-issue-card .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.key-issue-card .img-holder:before {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #2c69a8;
}

.key-issue-card .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.key-issue-card .card-title {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  line-height: 1.2;
  color: inherit;
  font-weight: 700;
  margin: 0;
}

.main-wrap .buffer {
  margin: 3rem 0;
}

@media (min-width: 520px) {
  .footer .map-holder {
    margin-bottom: 4.125rem;
  }

  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: .8125rem;
    margin: 0 -0.25rem;
    -moz-column-count: auto;
    column-count: auto;
    -moz-column-count: initial;
    column-count: initial;
  }

  .footer-nav li {
    margin-bottom: 0;
    padding: 0 .25rem;
  }

  .about-layout .description {
    margin-bottom: 1.875rem;
  }

  .services-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.625;
  }

  h1,.h1 {
    font-size: 3.125rem;
  }

  h2,.h2 {
    font-size: 2.25rem;
  }

  h3,.h3 {
    font-size: 1.5rem;
  }

  h4,.h4 {
    font-size: 1.5rem;
  }

  .display-1 {
    font-size: 3rem;
    line-height: .917;
  }

  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: 1rem 2.375rem;
    height: 5.5rem;
  }

  .header.fixed-position .logo {
    width: 9.5625rem;
  }

  .header.fixed-position .social-networks {
    opacity: 0;
    visibility: hidden;
  }

  .header .logo {
    width: 10.9375rem;
  }

  .header .social-networks {
    position: absolute;
    top: 7.5rem;
    right: 0;
    width: 3.75rem;
    margin: 0;
    text-align: center;
    padding-top: 1.25rem;
    opacity: 1;
    visibility: visible;
  }

  .header .social-networks li {
    width: 100%;
  }

  .header .social-networks a {
    width: 100%;
    color: #09224d;
    padding: .25rem;
  }

  .header .social-networks a:hover {
    color: #2c69a8;
  }

  .header-holder {
    position: relative;
    padding: 1.8125rem 5.625rem 1.8125rem 2.1875rem;
  }

  .fixed-position .header-holder {
    min-height: 7.5rem;
    padding: .3125rem 5rem .3125rem .9375rem;
  }

  .drop-holder {
    display: flex;
    align-items: center;
    margin: 0 1.4375rem 0 0;
  }

  .main-nav {
    margin-bottom: 2rem;
  }

  .main-nav>li>a {
    font-size: 2.25rem;
    padding: .75rem 0;
  }

  .drop {
    font-size: 1.5rem;
    padding-bottom: 0;
  }

  .drop a {
    padding: .75rem .9375rem;
  }

  .nav-opener {
    z-index: 9;
    width: 3.75rem;
    height: 3.75rem;
  }

  .nav-opener:after,.nav-opener:before,.nav-opener span {
    width: 2rem;
    height: .3125rem;
  }

  .nav-opener:after {
    top: 1.125rem;
  }

  .nav-opener span {
    top: 1.75rem;
  }

  .nav-opener:before {
    top: 2.375rem;
  }

  .alert-bar {
    padding: 0 6.5rem;
  }

  .alert-bar .alert-close {
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .alert-bar .text {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
  }

  .alert-bar .text-wrap {
    width: calc(100% - 150px);
  }

  .alert-bar .icon-holder {
    transform: translateY(-50%);
    top: 50%;
    left: 1.5rem;
  }

  .search-form {
    position: absolute;
    right: -5rem;
    top: 0;
    margin-bottom: 0;
  }

  .search-form .search-opener:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .search-form .input-holder {
    max-width: 38.125rem;
    padding-right: .625rem;
  }

  .search-form .btn-search {
    width: 2.25rem;
    height: 2.25rem;
    top: .8125rem;
    right: .75rem;
  }

  .search-form .search-drop {
    padding: 7.625rem 3.125rem;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 34, 77, .9);
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    padding: 7.625rem 1.9375rem 7.625rem 2.6875rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    height: 4.3125rem;
    padding: .625rem 4.25rem .25rem 0;
    font-size: 1.75rem;
  }

  .container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    max-width: 66.1875rem;
  }

  .footer {
    padding-bottom: 2.0625rem;
  }

  .footer .map-holder {
    border-top-right-radius: 6.25rem;
  }

  .footer .social-networks {
    margin: 0 -0.4375rem .6875rem;
  }

  .footer .section-heading {
    margin-bottom: 2.6875rem;
  }

  .location-tab {
    text-align: left;
    margin-bottom: 3.0625rem;
  }

  .location-nav-tabs {
    width: calc(50% - 28px);
    position: relative;
  }

  .location-tab-item {
    margin: 0;
  }

  .location-tab-btn {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .4375rem 0 .4375rem .9375rem;
    margin-bottom: .3125rem;
    width: calc(100% + 5px);
  }

  .location-tab-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100% + 56px);
    min-height: 100%;
    font-size: 1.25rem;
    line-height: 1.75;
    padding: .625rem 2.5rem;
    display: flex;
    align-items: center;
  }

  .footer-nav {
    font-size: .9375rem;
  }

  .intro-section-wrapper {
    grid-template-columns: 1fr 3.75rem;
    min-height: 47.5rem;
  }

  .intro-section-wrapper .slider-holder {
    grid-row: 1/3;
  }

  .intro-section .intro-inner {
    padding: 9.375rem 0 .9375rem;
    align-items: flex-end;
  }

  .intro-section .intro-inner.intro-slider {
    min-height: calc(100vh - 435px);
  }

  .intro-section .display-1 {
    letter-spacing: -0.025em;
    margin: 0 0 1.5rem;
  }

  .intro-section .btn {
    min-width: 14.5rem;
  }

  .statistics-holder {
    padding: 3rem 0 1.25rem;
    color: #ffffff;
  }

  .statistic-items {
    flex-wrap: nowrap;
    margin: 0 -1.875rem 2.1875rem;
  }

  .statistic-items .item-wrapper {
    width: 30%;
  }

  .statistic-items .item-wrapper:first-child {
    width: 40%;
  }

  .statistic-item .value {
    margin-bottom: .75rem;
  }

  .subscribe-open-close .popup-wrapper {
    padding: 1.25rem 3.75rem 3.75rem;
  }

  .subscribe-open-close .opener {
    right: -0.1875rem;
    margin-bottom: .8125rem;
  }

  .subscribe-open-close .inner-holder {
    display: flex;
  }

  .subscribe-open-close .image-holder {
    width: 36.4%;
    min-height: auto;
    padding-top: 0;
  }

  .subscribe-open-close .content-holder {
    width: 63.6%;
    padding: 3rem 1rem;
  }

  .subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
    text-align: left;
    font-size: 1.875rem;
    margin: 0 0 .3125rem;
    letter-spacing: 0;
  }

  .subscribe-open-close .content-holder .text-block {
    text-align: left;
    font-size: 1rem;
    margin: 0 0 1.125rem;
  }

  .subscribe-open-close .input-group .input-holder {
    margin: 0 0 .625rem;
  }

  .subscribe-open-close .input-group input {
    background-color: #e1e1e1;
  }

  .subscribe-open-close button[type=submit] {
    font-size: 1rem;
  }

  .subscribe-open-close .popup-subscribe-form {
    max-width: 907px;
    position: relative;
  }

  .about-section {
    margin-left: 3.75rem;
    padding: 4.1875rem 0 5.6875rem;
  }

  .about-section .bg-image {
    border-bottom-left-radius: 6.25rem;
  }

  .about-layout {
    display: flex;
    margin: 0;
  }

  .about-layout .description {
    margin-bottom: -1.25rem;
    display: flex;
    align-items: center;
    margin: 0;
    width: 55%;
    max-width: 100%;
  }

  .about-layout .photo-holder {
    width: 45%;
    display: flex;
    align-items: flex-end;
    margin: 0 0 -5.6875rem;
  }

  .about-layout .photo-holder img {
    width: 520px;
    max-width: inherit;
    transform: translateX(-98px);
  }

  .about-layout .btn {
    width: auto;
    min-width: 16.5625rem;
  }

  .section-heading:before {
    width: 7.5rem;
    margin: 0 0 .6875rem;
  }

  .section-heading h2,.section-heading .h2 {
    margin-bottom: 1.25rem;
    text-align: left;
  }

  .section-heading p {
    margin-bottom: 3.0625rem;
  }

  .services-section {
    padding: 2.8125rem 0 1.875rem;
  }

  .services-item {
    width: 33.333%;
  }

  .stay-connected {
    padding: 3.875rem 0 1.25rem;
  }

  .stay-connected .section-heading {
    font-size: 1.125rem;
    margin-bottom: 1.1875rem;
    line-height: 1.667;
  }

  .stay-connected .section-heading h2,.stay-connected .section-heading .h2 {
    margin-bottom: 1.125rem;
  }

  .stay-connected .form-content {
    padding-bottom: 3.3125rem;
  }

  .stay-connected .form-content h3,.stay-connected .form-content .h3 {
    margin-bottom: 2.375rem;
    font-size: 2rem;
  }

  .stay-connected .form-content .input-holder {
    margin-bottom: .9375rem;
  }

  .stay-connected .form-content .btn {
    min-height: 5.5rem;
  }

  .nav-tabs {
    margin-bottom: 3rem;
  }

  .tab-btn {
    padding: 1.5625rem .9375rem 1.375rem 1.5rem;
    font-size: 1.5rem;
  }

  .tab-btn .icon-holder {
    min-width: 2.8125rem;
  }

  .key-issues {
    padding: 2.625rem 0 4.375rem;
  }

  .key-issues .section-heading {
    font-size: 1.125rem;
    line-height: 1.667;
  }

  .key-issues .section-heading h2,.key-issues .section-heading .h2 {
    margin-bottom: 1.4375rem;
  }

  .key-issues-slider {
    width: calc(100% + 60px);
  }

  .key-issues-slider .slide-wrapper {
    padding-right: 1rem;
  }

  .key-issues-slider .slick-dots {
    bottom: -3.6875rem;
  }

  .key-issue-card {
    width: 16.625rem;
    height: 21.6875rem;
    padding: 1.4375rem .8125rem;
  }

  .key-issue-card .card-title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.667;
  }

  h1,.h1 {
    font-size: 3.75rem;
  }

  h2,.h2 {
    font-size: 3rem;
  }

  h3,.h3 {
    font-size: 1.875rem;
  }

  h4,.h4 {
    font-size: 1.875rem;
  }

  .display-1 {
    line-height: .909;
    font-size: 4.125rem;
  }

  .header.fixed-position .search-opener {
    height: 100%;
  }

  .header.fixed-position .search-drop .search-opener {
    height: 5rem;
  }

  .header.fixed-position .main-nav {
    color: #333333;
    padding-top: 0;
  }

  .header .logo {
    width: 14.0625rem;
  }

  .header .social-networks {
    top: 5rem;
    width: 5rem;
  }

  .header-holder {
    padding: 1.125rem 6.5rem 1.125rem 3.5rem;
  }

  .fixed-position .header-holder {
    padding: .3125rem 6.5rem .3125rem 3.5rem;
    min-height: 6.25rem;
  }

  .drop-holder {
    flex-grow: 1;
    justify-content: flex-end;
    margin: 0;
  }

  .main-nav {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-top: 1.8125rem;
  }

  .main-nav .mobile-view {
    display: none;
  }

  .main-nav>li {
    padding: 0 .3125rem;
  }

  .main-nav>li.hover-js>a:before,.main-nav>li.hover-tab>a:before,.main-nav>li:hover>a:before {
    display: block;
  }

  .main-nav>li.hover-js>a:after,.main-nav>li.hover-tab>a:after,.main-nav>li:hover>a:after {
    opacity: 1;
    visibility: visible;
  }

  .main-nav>li>a {
    font-size: 1.125rem;
    padding: 0 .3125rem;
    font-weight: 500;
  }

  .main-nav>li>a:after {
    content: "";
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    height: .5rem;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
  }

  .main-nav>li>.has-drop-down-a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1.25rem;
    display: none;
  }

  .main-nav>li:nth-last-child(1) .drop .drop,.main-nav>li:nth-last-child(2) .drop .drop {
    left: auto;
    right: 100%;
  }

  .main-nav li.hover-js>.drop,.main-nav li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .second-level-nav>li:last-child a {
    border-bottom-right-radius: 2.5rem;
  }

  .second-level-nav>li.active>a,.second-level-nav>li.hover-js>a,.second-level-nav>li.hover-tab>a {
    background-color: #2c69a8;
    color: #ffffff;
  }

  .second-level-nav>li>a {
    padding: .5rem 1.25rem;
  }

  .second-level-nav>li>a:hover {
    background-color: #2c69a8;
    color: #ffffff;
  }

  .drop {
    width: 15.625rem;
    padding: .875rem 0;
    line-height: 1.4;
    font-size: .875rem;
    position: absolute;
    top: calc(100% + 17px);
    left: .625rem;
    opacity: 0;
    visibility: hidden;
  }

  .drop.thinner {
    width: 12rem;
  }

  .drop a {
    color: #ffffff;
  }

  .drop ul {
    background-color: #09224d;
    border-bottom-right-radius: 2.5rem;
    padding: .25rem 0 0;
  }

  .drop .drop {
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .drop .third-level-nav {
    background-color: #09224d;
  }

  .drop .third-level-nav li:last-child a {
    padding-bottom: 1.3125rem;
    border-bottom-right-radius: 2.5rem;
  }

  .drop .third-level-nav a {
    padding: .875rem 1.75rem;
  }

  .drop .third-level-nav a:hover,.drop .third-level-nav a.focus-visible {
    color: #ffffff;
    background-color: #2c69a8;
  }

  .drop .third-level-nav a:hover,.drop .third-level-nav a:focus-visible {
    color: #ffffff;
    background-color: #2c69a8;
  }

  .main-nav-drop {
    height: auto;
    width: auto;
    max-width: none;
    padding: 0;
    right: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .main-nav-inner {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
  }

  .nav-opener {
    display: none;
  }

  .alert-bar .alert-close {
    right: .9375rem;
    right: 1.5rem;
  }

  .alert-bar .text {
    width: 100%;
    padding: 1.125rem 0 1.5rem .8125rem;
    max-width: 51.375rem;
  }

  .alert-bar .text-wrap {
    width: calc(100% - 130px);
  }

  .alert-bar .icon-holder {
    left: 1.875rem;
  }

  .search-opener {
    width: 5rem;
    height: 5rem;
    top: 0;
  }

  .search-form .input-holder {
    max-width: 73.75rem;
  }

  .search-form .btn-search {
    top: .9375rem;
    right: 1.5625rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    height: 4.625rem;
    font-size: 2.25rem;
    padding: .3125rem 3.125rem .3125rem .75rem;
  }

  .container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    max-width: 78.25rem;
  }

  .footer {
    margin-right: 5rem;
    padding: 3.5625rem 0 2rem;
  }

  .footer .footer-content {
    width: 56%;
  }

  .footer .map-holder {
    margin: 0;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }

  .location-nav-tabs {
    width: calc(50% - 4px);
  }

  .location-tab-content {
    width: calc(100% + 6px);
    padding: .625rem 1.125rem;
  }

  .footer-nav {
    width: 100%;
  }

  .back-to-top {
    width: 5rem;
    height: 5rem;
    right: -5rem;
  }

  .back-to-top:hover {
    background-color: #09224d;
    color: #ffffff;
  }

  .intro-section-wrapper {
    grid-template-columns: 1fr 5rem;
  }

  .intro-section-wrapper .intro-section {
    padding-left: 5rem;
  }

  .intro-section-wrapper .statistics-holder {
    padding-left: 5rem;
  }

  .intro-section .intro-inner {
    min-height: 36.125rem;
  }

  .intro-section .display-1 {
    margin: 0 0 2.125rem;
  }

  .subscribe-open-close .opener {
    margin-bottom: 1.5625rem;
  }

  .subscribe-open-close .content-holder {
    padding: 2.375rem 1.5625rem 2.1875rem;
  }

  .subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
    font-size: 2.5rem;
    margin: 0 .3125rem .75rem;
  }

  .subscribe-open-close .content-holder .text-block {
    font-size: 1.125rem;
    margin: 0 .375rem 1.125rem;
  }

  .subscribe-open-close .input-group .input-holder {
    margin: 0 0 .8125rem;
  }

  .subscribe-open-close .input-group .input-holder.w50 {
    width: 50%;
  }

  .subscribe-open-close button[type=submit] {
    min-height: 5.5rem;
    margin-top: .5rem;
  }

  .subscribe-open-close .popup-subscribe-form {
    width: 907px;
  }

  .about-section {
    margin-left: 5rem;
    padding: 3.75rem 0;
  }

  .about-section .container {
    max-width: 82.75rem;
  }

  .about-section .section-heading {
    font-weight: 700;
  }

  .about-layout .description {
    width: 48%;
    margin-bottom: 1.5625rem;
  }

  .about-layout .photo-holder {
    width: 52%;
    margin: -9.5625rem 0 -3.75rem;
  }

  .about-layout .photo-holder img {
    width: 600px;
    transform: translateX(-15px);
  }

  .section-heading:before {
    margin-bottom: .5625rem;
  }

  .section-heading p {
    margin-bottom: 1.625rem;
  }

  .services-section {
    padding: 4.6875rem 0 5.25rem;
  }

  .services-item {
    width: 20%;
  }

  .services-item .item-link {
    height: 100%;
    padding: 2.3125rem 1.5625rem 1.5625rem;
  }

  .stay-connected {
    padding: 6.5625rem 0 1.25rem;
  }

  .stay-connected .form-content {
    padding-top: 1.5625rem;
  }

  .stay-connected .form-content h3,.stay-connected .form-content .h3 {
    margin-bottom: 1.625rem;
    font-size: 2.5rem;
  }

  .two-col-layout .column {
    width: 50%;
  }

  .two-col-layout .column:first-child {
    padding-right: 2.5rem;
  }

  .nav-tabs {
    margin: 0;
  }

  .key-issues {
    padding: 4.375rem 0;
  }

  .key-issues .content-wrapper {
    display: flex;
  }

  .key-issues .section-heading {
    text-align: left;
    width: 352px;
    flex-shrink: 0;
    padding-right: 1.25rem;
  }

  .key-issues .section-heading:before {
    margin-left: 0;
    margin-right: 0;
  }

  .key-issues .btn {
    min-width: 16.5625rem;
  }

  .key-issues .btn-wrapper {
    display: none;
  }

  .key-issues-slider {
    width: calc(100% - 300px);
  }

  .key-issues-slider .slick-dots {
    bottom: -3.0625rem;
  }
}

@media (min-width: 1280px) {
  .header .logo {
    width: 17.5rem;
  }

  .main-nav>li {
    padding: 0 1rem;
  }

  .drop {
    left: .9375rem;
  }

  .statistics-holder {
    padding: 6.875rem 0 .75rem;
  }

  .statistic-items {
    margin: 0 -0.9375rem 1.5625rem;
  }

  .statistic-items .item-wrapper {
    width: 31%;
    position: relative;
  }

  .statistic-items .item-wrapper:after {
    content: "";
    height: 60px;
    width: 1px;
    background-color: currentColor;
    opacity: .7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .5rem;
  }

  .statistic-items .item-wrapper:first-child {
    width: 37%;
  }

  .statistic-items .item-wrapper:first-child .value {
    min-width: 13.125rem;
  }

  .statistic-items .item-wrapper:nth-child(2) .value {
    min-width: 7.875rem;
  }

  .statistic-items .item-wrapper:nth-child(3) .title {
    max-width: 12.5rem;
  }

  .statistic-items .item-wrapper:nth-child(3) .value {
    min-width: 5.875rem;
  }

  .statistic-item {
    display: flex;
    align-items: flex-end;
    text-align: left;
  }

  .statistic-item .value {
    margin-bottom: 0;
  }

  .statistic-item .title {
    margin: 0 0 .25rem;
  }

  .about-layout .photo-holder img {
    width: 689px;
  }

  .key-issues-slider {
    width: calc(100% - 352px - 576px + 50vw);
  }
}

@media (max-width: 1023px) {
  body.nav-active {
    overflow: hidden !important;
  }

  .main-nav>li.active>a,.main-nav>li.current>a {
    color: #2c69a8;
  }

  .main-nav>li.active>a:after {
    transform: translate(-50%, -50%) rotate(90deg) !important;
  }

  .main-nav-inner {
    height: 100%;
  }

  .stay-connected .section-heading {
    text-align: center;
  }

  .stay-connected .section-heading h2,.stay-connected .section-heading .h2 {
    text-align: center;
  }

  .stay-connected .section-heading:before {
    margin-left: auto;
    margin-right: auto;
  }

  .key-issues .section-heading .btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .header.fixed-position .nav-opener {
    height: 100%;
  }

  .main-nav-drop-mobile {
    transform: translateX(100%);
    position: absolute;
    background: #09224d;
    z-index: 1;
    border-bottom-right-radius: 3.125rem;
    padding: 5.625rem 1.875rem 1.25rem;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-height: calc(var(--vh)*100);
    max-width: 27.9375rem;
    overflow: auto;
  }

  .nav-active .main-nav-drop-mobile {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .alert-bar .text-wrap {
    margin: 0 0 .9375rem;
  }

  .search-opener {
    margin-bottom: 0;
    display: none;
  }

  .search-form .search-opener {
    display: none;
  }

  .location-tab-btn[aria-selected=true] {
    margin-bottom: 0;
  }

  .intro-section .intro-heading {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }

  .statistic-item br {
    display: none;
  }

  .stay-connected .form-content h3,.stay-connected .form-content .h3 {
    font-size: 1.625rem;
  }
}

@media (max-width: 1279px) {
  .main-nav>li:nth-last-child(1) .drop .drop,.main-nav>li:nth-last-child(2) .drop .drop,.main-nav>li:nth-last-child(3) .drop .drop {
    left: auto;
    right: 100%;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .main-nav-drop {
    transform: translateX(100%);
    position: absolute;
    background: #09224d;
    z-index: 1;
    border-bottom-right-radius: 3.125rem;
    padding: 4.6875rem 3.125rem 1.875rem 3.75rem;
    top: 0;
    right: 3.75rem;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-height: calc(100svh - 25px);
    max-width: 27.9375rem;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }

  .nav-active .main-nav-drop {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .subscribe-open-close .input-group input {
    height: 3.75rem;
    font-size: 1rem;
    padding: .5rem 1rem;
  }

  .about-section .container {
    padding: 0 3rem;
  }

  .services-section .container {
    padding: 0 2.5rem;
  }

  .key-issues-slider.slick-dotted {
    margin-bottom: 5.75rem;
  }
}

@media (min-width: 1024px)and (max-width: 1279px) {
  .location-tab-btn {
    font-size: 1rem;
    padding-left: .625rem;
  }

  .location-tab-content {
    font-size: 1rem;
    padding: .625rem .625rem .625rem 1.25rem;
    width: calc(100% + 20px);
  }
}

/*INTERNAL PAGES*/
.hero-section {
  position: relative;
  z-index: 2;
  padding: 4.6875rem 0 0;
  color: #ffffff;
  min-height: 450px;
  margin-bottom: 55px;
  display: flex;
}

.hero-section .container {
  margin-top: auto;
}

.hero-section h1 .sectionlink {
  position: relative;
  color:#fff;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  text-transform: capitalize;
  font-size: 5rem;
}

.hero-section .section-heading {
  margin: 0;
}

.main-internal .section-heading:before {
  background-color: #618ebe;
}

.hero-section .bg-image {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  border-bottom-right-radius: 6.25rem;
}

.hero-section .bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .4;
}

.hero-section .bg-image img,  .fry-content-with-headshot .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.fry-content-with-headshot .bg-image {
  max-width: 600px;
  float: right;
  margin: 0 0 1rem 3rem;
}

.fry-content-with-headshot .bg-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: top center;
  border-top-right-radius: 6.25rem;
}


.subscribe-block {
  position: relative;
  margin: 0 -1.5625rem;
  position: relative;
}

.subscribe-block:after {
  content: "";
  background: #eeeeee;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -9999px;
  bottom: 0;
  right: -9999px;
}

.news-letter-form {
  padding: 2.3125rem 1.625rem 3.9375rem;
  text-align: center;
}

.news-letter-form label {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 13px;
  display: block;
  font-weight: 700;
  color: #183d7b;
  
}

.news-letter-form input[type="text"],.news-letter-form input[type="email"],.news-letter-form input[type="tel"] {
  font-size: 1.375rem;
  padding: 1.1875rem 1.875rem 1.3125rem;
  height: 5.3125rem;
   font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  height: 5.3125rem;
  border-radius: 0;
  margin-bottom: 1.25rem;
  border: 2px solid #5c5c5c;
}


.subscription {
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  .hero-section {
    margin-right: 3.75rem;
    padding: 4.1875rem 0 5.6875rem;
  }

  .hero-layout {
    display: flex;
    margin: 0;
  }

  .news-letter-form {
    padding: 3.875rem 0 0;
    text-align: left;
  }

  .news-letter-form input[type="text"],.news-letter-form input[type="email"],.news-letter-form input[type="tel"] {
    border: 0;
    margin: 0 .4rem 0 0;
    background-color: #e1e1e1;
    border-radius: .625rem;
  }

  .news-letter-form .form-wrap {
    border: 0;
    display: flex;
  }

  .news-letter-form .form-holder {
    padding: 0 1.125rem 0 0;
  }

   .subscribe-block {
    margin: 0;
    padding: .0625rem 0 5.5625rem 2.1875rem;
  }
}

@media (min-width: 1024px) {
  .hero-section {
    margin-right: 5rem;
    padding: 1.75rem 0;
  }

  .hero-section .section-heading {
    font-weight: 700;
  }

   .subscribe-block {
    padding: .0625rem 0 5.625rem 4.5rem;
  }

  .subscribe-block:after {
    left: 0;
  }

  .news-letter-form input[type="text"],.news-letter-form input[type="email"],.news-letter-form input[type="tel"] {
    height: 5.3125rem;
  }

  .news-letter-form .form-holder {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .hero-layout .photo-holder img {
    width: 689px;
  }

  .hero-section .container .page-heading {
    margin-left: 1.8rem;
  }
}


@media (max-width: 1279px) {
  .main-nav>li:nth-last-child(1) .drop .drop,.main-nav>li:nth-last-child(2) .drop .drop,.main-nav>li:nth-last-child(3) .drop .drop {
    left: auto;
    right: 100%;
  }

  .hero-section h1 .sectionlink {
    font-size: 3rem;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .hero-section .container {
    padding: 0 3rem;
  }
}

@media (max-width: 1023px){
   .news-letter-form .btn {
    width: 100%;
    padding: 2.0625rem 1.25rem 2rem;
  }
}

@media (max-width: 600px){
  .fry-content-with-headshot .bg-image {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 1rem 0rem;
  }
}

.captcha-holder,
.captcha-holder-pop {
  display: none;
  margin: 5px 0;
}

.captcha-holder.visible,
.captcha-holder-pop.visible {
  display: block;
}

.captcha-holder.inliner {
  padding: 0 0.625rem;
  margin: 5px 0 10px;
}






