/*! 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;
}

.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(../css/fonts/slick.eot);
  src: url(../css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(../css/fonts/slick.woff) format("woff"), url(../css/fonts/slick.ttf) format("truetype"), url(../css/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;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 2rem;
  color: #88cdea;
  background: transparent;
  border: 2px solid #88cdea;
  outline: none;
  z-index: 1;
  border-radius: 50%;
  top: -104px;
}

.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 {
  right: 72px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: 6px;
}

[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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

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;
}

.footer-menu,.drop ul,.main-nav,.social-list {
  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;
}

.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;
}

html {
  font-size: 16px;
}

:root {
  --primary-color: #051D40;
  --secondary-color: #87cdea;
}

body {
  color: #444;
  background-color: #ffffff;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.125rem;
  line-height: 1.667;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  color: #87cdea;
  text-decoration: none;
}

a:hover {
  color: #87cdea;
  text-decoration: none;
}

.logo a::after {
  content:none;
}

a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: white;
  display: block;
  transition: width 0.5s;
}

a:hover::after {
  width: 100%;
}

ul,ol,dl,p {
  margin: 0 0 1.0625rem;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Merriweather", "times new roman", "times", "baskerville", "georgia", serif;
  font-weight: 700;
  margin: 0 0 .5em;
  color: #051D40;
}

h1,.h1 {
  font-size: 3.75rem;
  line-height: 1.08;
  font-weight: 600;
  margin: 0 0 2.0625rem;
}

h2,.h2 {
  font-size: 3.125rem;
  line-height: 1;
  margin: 0 0 20px;
}

h3,.h3 {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}

h4,.h4 {
  font-size: 1.125rem;
  line-height: 1.38;
}

h5,.h5 {
  font-size: 1.3125rem;
  line-height: 1.47;
  font-weight: 400;
}

h6,.h6 {
  font-size: 1.0625rem;
  line-height: 1.45;
}

.section-heading .subtitle {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 1rem .8125rem 0;
  line-height: 1.1;
}

.section-header {
  position: relative;
}

.section-header:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -1.75rem;
  background: #87cdea;
  width: 5.875rem;
  height: 6px;
}

input[type=text],input[type=email],input[type=tel],textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  background-color: var(--white);
  width: 100%;
  min-width: 0;
  height: 3.1875rem;
  padding: .875rem 1.125rem;
  -webkit-appearance: none;
  border: none;
  font-size: .75rem;
}

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;
  outline: none;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--tertiary);
  opacity: 1;
}

input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,textarea::placeholder {
  color: var(--tertiary);
  opacity: 1;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 0 1rem;
}

.header {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #051D40;
}

.header>.container {
  max-width: 100%;
}

.header .header-holder {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), padding .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  padding: 1.25rem .8125rem 1rem 1.375rem;
}

.header .holder-block {
  flex: 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header.fixed-position {
  background: #051D40;
}

.header.fixed-position .main-nav>li.active>a,.header.fixed-position .main-nav>li.hover-js>a,.header.fixed-position .main-nav>li.hover-tab>a {
  color: #87cdea;
}

.header.fixed-position .main-nav>li>a:hover {
  color: #87cdea;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

body {
  box-sizing: border-box;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  box-sizing: border-box;
}

.wrapper-inner {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
  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);
  position: relative;
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

.footer {
  background: #051D40;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}

.btn {
  transition: background .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;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
  padding: 1.3125rem;
  text-align: center;
  background: #87cdea;
  color: #051D40;
  border: 0;
  border-radius: 0;
  min-width: 10.8125rem;
  text-transform: uppercase;
}

.btn:hover {
  text-decoration: none;
  background: #051D40;
  color: #ffffff;
}

/*=========================================*/
/* Header styles
/*=========================================*/

.header-container {
  display: flex; 
  justify-content: space-around;
  align-items: center;
  background: #051D40;
  margin-bottom: -20px;
  z-index: 98;
  box-shadow: 0 5px 15px -10px #111;
}

.nav-active .main-nav-drop {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  order: 2;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  z-index: 14;
  background: #87cdea;
  padding: 0;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  right: 20px;
}

.nav-opener:hover {
  background: #597095;
}

.nav-opener:hover .decor {
  background: #ffffff;
}

.nav-opener .nav-icon {
  position: relative;
  display: block;
}

.nav-opener .decor {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), left .35s cubic-bezier(.3, .86, .36, .95), width .35s cubic-bezier(.3, .86, .36, .95), top .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  height: .1875rem;
  background: #ffffff;
}

.nav-opener .decor.decor-1 {
  top: 16px;
}

.nav-opener .decor.decor-2 {
  top: 22px;
  left: 18px;
}

.nav-opener .decor.decor-3 {
  top: 29px;
}

.nav-active {
  overflow: hidden;
}

.nav-active .nav-opener .decor {
  background: #ffffff;
}

.nav-active .nav-opener .decor.decor-1 {
  top: 12px;
  width: 0%;
  left: 50%;
}

.nav-active .nav-opener .decor.decor-2,.nav-active .nav-opener .decor.decor-3 {
  right: 13px;
  top: 22px;
  left: 11px;
}

.nav-active .nav-opener .decor.decor-2 {
  transform: rotate(45deg);
}

.nav-active .nav-opener .decor.decor-3 {
  transform: rotate(-45deg);
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.logo {
  order: 3;
  padding: 0;
  color: #beddef;
  line-height: 32px;
  position: relative;
  top: -50px;
  z-index: 99;
  width: 200px;
  margin-bottom: -15px;
  text-align: center;
}

.mobile-logo.logo {
  width: 140px;
}

.mobile-logo .full-logo {
  opacity: 1 !important;
}

.dclogo {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}

.full-logo {
  opacity: 1;
  transition: opacity .2s,fill .2s;
}

.icon-logo {
  opacity: 0;
  transition: opacity .2s;
  width: 90px;
}

.header.fixed-position .icon-logo {
    opacity: 1;
}

.header.fixed-position .full-logo {
    opacity: 0;
}

.navigation {
  font-family: "Merriweather", "times new roman", "times", "baskerville", "georgia", serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.item {
  color: #fff;
  text-decoration: none;
  padding: 2.5rem 2.5rem;
}

.item:nth-of-type(n+3) {
  order: 3;
}

/*=========================================*/
/* Hero styles
/*=========================================*/

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px 16px;
  transition: all 0.3s ease;
  color:#051D40;
  font-size: 24px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color:#051D40;
  color: #fff;
}

.icon-bar a:after {
  content:none;
}

.facebook {
  background: #3B5998;
  color: white;
}

.instagram {
  background: #EFEAEA;
  color: #051D40;
}

.twitter {
  background: #98CCEB;
  color: white;
}

.intro-section {
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.intro-section {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  color: var(--white);
  height: 100vh;
}

.intro-section .intro-inner.intro-slider {
  display: block;
}

.intro-section .intro-inner.intro-slider:after {
  display: none;
}

.intro-slider {
  margin-bottom: 0 !important;
}

.intro-slider .slick-dots {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
}

.intro-slider .slick-dots li {
  margin: .5rem .5rem;
}

.intro-slider .slick-dots li button .slick-dot-icon {
  color: #ffffff;
  color: var(--white);
}

.intro-slider .slick-dots li button .slick-dot-icon:before {
  font-size: .9375rem;
}

.intro-slider .slick-dots li.slick-active button .slick-dot-icon:before {
  margin: 0 !important;
}

.intro-slider .slick-autoplay-toggle-button {
  opacity: 0;
  visibility: hidden;
}

.intro-slide {
  width: 100%;
}

.intro-slide .display-1 {
  color: #ffffff;
  color: var(--white);
}

/*=========================================*/
/* Pillar styles
/*=========================================*/

#pillar-block {
  padding: 2rem 0 4rem;
}

.pillar-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    /*top: -7rem;*/
}

.pillar-box {
  background: #051D40;
  width: calc(33.33% - 2.4rem);
  text-align: center;
  margin: 0 1.2rem 1rem;
  display: table;
  color: #fff;
  padding-top: 3rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  box-shadow: 10px 10px 0px 0px #597095;  
}

.pillar-box h1 {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 6px solid #051D40;
}

.pillar-box h1 .shrink {
  max-width: 16rem;
  display: inline-block;
  text-align: center;
}

.pillar-box:nth-child(1) h1 { 
  color: #ffffff;
  border-bottom: 6px solid #fff;
}

.pillar-box:nth-child(2) {
  background: #98CCEB;
  color: #051D40;
}

.pillar-box:nth-child(3) {
  background: #EFEAEA;
  color: #051D40;
}

/*=========================================*/
/* About styles
/*=========================================*/

.about {
  padding: 6rem 0 2rem;
}
.section-header {
  text-align: center;
  padding: 0 0 4rem;
}

.section-header h1 {
  font-size: 3rem;
}

.about-body {
  font-weight: 600;
}

.about-image {
  position: relative;
  padding-left: 2rem;
  margin-right: -4rem;
  min-height: 0;
  height: 100%;
}

.about-image:after {
    content: "";
    left: 100px;
    width: 100%;
    top: -2rem;
    bottom: 2rem;
    background-color: #EFEAEA;
    position: absolute;
    z-index: -1;
}

/*=========================================*/
/* Legislation styles
/*=========================================*/

.leg-action {
  background: #98cceb;
  padding: 7rem 0;
  z-index: 1;
}

.leg-action .section-header {
  padding: 0 0 2rem;
}

.leg-action .section-header:before {
  background:#051d40;
}

.resources-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}

.resources-column ul li {
  break-inside: avoid-column;
}

.resources-column li a {
  background: #ffffff;
  color: #051d40;
  text-decoration: none;
  padding: .85rem 1rem;
  margin: 0 0 1rem;
  display: block;
  border-left: 5px solid #051d40;
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
}

.resources-column li a:hover {
  background: #051d40;
  color: #ffffff;
  border-left: 5px solid #ffffff;
}

.resources-column li a::after {
  content: none;
}

.resources-column {
  font-size: 1.25rem;
  line-height: 1.2;
}

/*=========================================*/
/* News styles
/*=========================================*/

.news-section {
  background: #051D40;
  padding: 6rem 0;
  position: relative;
}

.news-section:before {
  background: url(../images/latest-news.png);
  content: "";
  position: absolute;
  bottom: 0rem;
  width: 100%;
  left: 0rem;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 9;
  background-size: 540px;
  background-position: 0 100%;
}

.news-section .news-image img {
  display: none;
}

.news-section h1 {
  color: #fff;
}

.news-item {
  background: #EFEAEA;
  padding: 1rem 2rem;
  margin: 0 0 1rem;
  border-left: 10px solid #87cdea;
}

.news-item h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
  margin: 0 0 .5rem;
}

.news-item a {
  color: #051D40;
}

.news-item a:hover {
  text-decoration: underline;
  color: #597095;
}

.news-item a::after {
  content: none;
}

.news-item .meta-data {
  font-size: .95rem;
  color: #597095;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}

.news-body {
  z-index: 10;
}
.wrapp {
  align-self: start;  
}

/*=========================================*/
/* Background styles
/*=========================================*/

.background {
  background: #EFEAEA;
  padding: 9rem 0 10rem;
}

.bg-wrapper {
  box-shadow: 10px 10px 0px 0px #597095;
  background: #ffffff;
  padding: 6rem 4rem 5rem;
}

.bg-block {
  margin-right: 2rem;
}

#bg-block.started.background {
  padding: 10rem 2rem 8rem;
  z-index: 99;
}

#bg-block .mobile-version {
  display: none;
}

#bg-block.started .bg-block {
  margin-left: 2rem;
  margin-right: 0;
}

#bg-block.started .bg-wrapper {
  padding: 0;
}

#bg-block.started .bg-img   { 
  width: 40%;
  background-image: url(../images/how-it-started.jpg);
  background-size: cover;
  margin-top: -2rem;
  background-repeat: no-repeat;
}

#bg-block.started .bg-block { 
  width: calc(60% - 2rem); 
  padding: 2.5rem 3rem 2.5rem 1rem;
}

.bg-quote {
  font-weight: bold;
  font-family: "Merriweather", "times new roman", "times", "baskerville", "georgia", serif;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 2.75rem;
  color: #051D40;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 6px solid #051D40;
}

.bg-main {
  font-weight: 600;
}

.bg-img {
  position: relative;
}

.bg-img img {
  position: absolute;
  bottom: 0;
}

/*=========================================*/
/* Member styles
/*=========================================*/

.membership {
  background: #051D40;
}

.member-list {
    display: flex;
    flex-wrap: wrap;
}

.member-list .member {
    width: 20%;
}

.member {
  position: relative;
  overflow: hidden;
}

.member:after {
  content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-top: 12rem;
    background-image: -webkit-linear-gradient(bottom, rgb(5 28 64) 0%, rgb(5 28 64 / 42%) 25%, rgb(5 28 64 / 0%) 100%);
    background-image:linear-gradient(to top, rgb(5 28 64) 20%, rgb(5 28 64 / 42%) 65%, rgb(5 28 64 / 0%) 100%)
}

.member-info {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.member-info .title {
  font-size: .95rem;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  display: block;
  font-style: italic;
}

.member-info .creds {
  color: #87cdea;
  font-size: 1rem;
  font-weight: 700;
}

.member-info h3 {
  margin-bottom: 0;
}

.member-info h3 a {
  font-family: "Merriweather", "times new roman", "times", "baskerville", "georgia", serif;
  font-weight: 900;
  color: #fff;
  font-size: 1.15rem;
}

.member-info h3 a:hover {
  text-decoration: underline;
}

.member-info h3 a:after {
  content: none;
}

.image-wrap {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
}

.member:hover .image-wrap {
  transform: scale3d(1.1, 1.1, 1);
}

/*=========================================*/
/* Social styles
/*=========================================*/

.social {
  padding: 7rem 0;
  background: #f0f9ff;
}

.social-wrapper .column {
  width: 50%;
}

.social .section-header {
  padding: 0 0 2rem;
}

.report {
  padding: 7rem 0;
}

.report .section-header a {
  color: #051d40;
}

.report .section-header {
  padding: 0 0 2rem;
}

.report-container {
  text-align: center;
}

.report-container img {
  max-width: 100%; 
  max-height: 350px; 
  margin: 0 auto; 
}

/* center the blockquote in the page */
.blockquote-wrapper {
   display: flex;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffffff;
    padding: 50px 0 40px;
    width: 100%;
    max-width: 900px;
    z-index: 1;
    margin: 80px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

/* Blockquote header */
.blockquote h1 {
    position: relative;
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

/* Blockquote right double quotes */
.blockquote:before {
    position: absolute;
    font-family: 'Georgia', "Times New Roman", serif;
    font-weight: bold;
    content: "\201C";
    color:rgb(135 206 235);
    font-size: 15rem;
    line-height: 0;
    top: 30px;
    left: 10px;
}

.blockquote:after {
    position: absolute;
    font-family: 'Georgia', "Times New Roman", serif;
    content: "\201D";
    color:rgb(135 206 235);
    font-size: 15rem;
    line-height: 0;
    bottom: -75px;
    right: 20px;
}

/* Blockquote subheader */
.blockquote p {
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
    font-weight: 800;
}

.blockquote .title {
  display: block;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgb(135 206 235);
}

@media (min-width: 768px) { 

  .nav-opener {
    width: 4.4375rem;
    height: 4.4375rem;
  }

  .nav-opener .nav-icon {
    padding: 1.8125rem 2.125rem;
  }

  .nav-opener .decor {
    left: 18px;
    right: 18px;
    height: .25rem;
  }

  .nav-opener .decor.decor-1 {
    top: 23px;
  }

  .nav-opener .decor.decor-2 {
    top: 33px;
    left: 25px;
  }

  .nav-opener .decor.decor-3 {
    top: 43px;
  }

  .nav-active .nav-opener .decor.decor-2,.nav-active .nav-opener .decor.decor-3 {
    top: 32px;
    right: 18px;
    left: 18px;
  }
}

@media (min-width: 1200px) {  
  .item {
    padding: 2.5rem 2.5rem;
  }

  .news-section:before {
    left: 6rem;
  }
}

@media (max-width: 1100px) { 
  #bg-block.started .bg-img {
    width: 50%;
  }
  #bg-block.started .bg-block {
      width: calc(50% - 2rem);
  }
}

@media (max-width: 1023px) { 

  #header {
    position: fixed;
  }

  .header-container {
    flex-direction: column;
    align-items: stretch;
  }

  .mobile-logo.logo {
    order: 0;
    text-align: center;
    width: 208px;
    position: absolute;
    top: 10px;
    margin: auto auto 20px;
  }

  .header>.container {
    height: 7rem;
  }

  .main-nav-drop {
    transition: visibility .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
    background: #051D40;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
    transform: translateX(100%);
    height: 100vh;
    padding: 8.5rem 2rem 2rem;
    width: 100%;
    text-align: center;
  }

  .main-nav-drop .logo {
    display: none;
  }

  .main-nav-drop a {
    padding: 1rem 0;
    font-size: 2rem;
    display: block;
  }

  .main-nav-drop a::after {
    content: none;
  }

  .icon-logo {
    opacity: 0;
  }

  .full-logo,
  . {
    opacity: 1;
  }

  .intro-section {
    max-height: 80vh;
  }

  .pillar-box {
    padding: 2rem;
  }

  .pillar-box h1 {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .news-section:before {
    left:-1rem;
    background-size: 400px;
    bottom: 0rem;
  }

  .bg-wrapper {
    padding: 2rem;
  }

  .bg-quote {
    font-size: 2rem;
  }

  .member-list .member {
    width: 25%;
  }

  .news-item:nth-of-type(3) {
    display: none;
  }

  #bg-block .mobile-version {
    display: block;
  }

  #bg-block.started .column {
    flex: none;
    margin: 0;
  }

  #bg-block.started .bg-img {
    background-image: none;
    width: 100%;
    margin-top: -2rem;
  }

  #bg-block.started .bg-block {
      width: 100%;
      padding: 2.5rem;
  }

  #bg-block.started .bg-img img {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px)  {
  .member-list .member {
    width: 33.33%;
  }
}

@media (min-width: 1024px) { 
  .nav-opener {
    display: none;
  }

  .mobile-logo {
    display: none;
  }

  .main-nav-drop {
    padding: 0;
  }

  .main-nav-drop {
    display: flex;
    align-items: center;
    top: 0;
  }

  .main-nav-drop .main-nav-inner {
    width: 100%;
  }

}

@media (max-width: 767px) { 

  .resources-column ul {
    column-count: 1;
  }

  #bg-block.started .bg-wrapper {
    padding: 0;
    display: flex;
    flex-flow: column;
  }

  #bg-block.started .column { 
  flex: 0 0 auto; 
}

  #bg-block.started .bg-img   { 
    order: 2;
  }

  #bg-block.started .bg-block { 
    order: 1;
  }

  #bg-block.started .bg-img img {
    padding: 2rem 0;
    max-width: 100%;
  }

  #bg-block.started.background { 
    padding-top: 0;
  }

  #bg-block.started .bg-wrapper { 
    margin-top: -3rem; 
  }

  #swap {
    display:flex;
    flex-flow: column;
  }

  #pillar-block {
    order: 2;
  }

  #about-block {
    order: 1;
  }

  .icon-bar {
    top: 90%;
        -webkit-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  .icon-bar a {
    font-size: 18px;
  }

  .mobile-logo.logo {
    width: 130px;
    margin: auto auto 20px;
  }

  .header>.container {
    height: 5rem;
  }

  .intro-section {
    max-height: 400px;
    background-position: 90% 50%;
  }

  .section-header {
    padding: 0;
  }

  /*.pillar-wrapper {
    top: -2rem;
  }*/

  .pillar-box {
    width: 100%;
    margin: 0 2rem 2rem;
    padding: 3rem;
  }

  .pillar-box h1 {
    font-size: 2rem;
  }

  .pillar-box h1 .shrink {
    max-width: 100%;
  }

  .row.news-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .news-wrapper .column {
    display: flex;
  }

  .news-section .news-image {
    margin: 0 auto;
  }

  .news-section .news-image img {
    display: block;
    position: relative;
    max-width: 400px;
    width: 100%;
  }

  .news-section {
    padding: 6rem 0 0 ;
  }

  .news-section:before {
    content: none;
  }

  .about-body.column {
    margin: 0 0 4rem;
  }

  .background {
    padding: 10rem 0 8rem;
  }

  .bg-img img {
    position: relative;
  }

  .social-wrapper .column {
    width: 100%;
    text-align: center;
    margin: 2rem auto;
    max-width: 560px;
  }

  .row, .column {
    display: block;
  }

  .column {
    margin: 0 0 2rem;
  }

  .member-list .member {
    width: 50%;
  }

  .blockquote h1 {
    font-size: 2rem;
  }
}

@media (max-width: 460px) { 
  .member:after {
    margin-top: 9rem;
  }
  
  .pillar-box {
    margin: 0 0 2rem;
  }
  .news-section .news-image {
    margin: 0 auto -3.3rem;
  }

  .news-section .news-image img {
    max-width: 300px;
    width: 100%;
  }
}