/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

:root {
  --light-color: #ffffff;
  --dark-color: #000;
  --text-color: #434747;
  --header-font-family: "Merriweather", "Georgia", "Times", serif;
  --body-font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/* Default Color Scheme: royal blue and red */
:root {
  --primary-color: #02113d;
  --primary-color-rgb: 2, 17, 61;
  --primary-hover-color: #122a4d;
  --secondary-color: #398fb9;
  --secondary-color-rgb: 57,143,185;
  --tertiary-color: #ffce07;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

address {
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

[aria-current="page"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

.values-section .value-card .img-block, .values-section .value-card .title-block {
  display: block;
}

[hidden] {
  display: none;
}


.gtranslate {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px;
  z-index: 99999;
}

#gt_float_wrapper {
  position: initial !important;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ahp9il');
  src:  url('../fonts/icomoon.eot?ahp9il#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ahp9il') format('truetype'),
    url('../fonts/icomoon.woff?ahp9il') format('woff'),
    url('../fonts/icomoon.svg?ahp9il#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],[class*=" icon-"],.main-nav>li>a.has-drop-down-a:after,.slick-prev .slick-prev-icon:before,.slick-next .slick-next-icon:before,.article-preview .link:after, .posture-stories .newsbtn:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
.icon-arrow-right:before {
  content: "\e908";
}
.icon-chevron-down:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e90a";
}
.icon-twitter-x:before {
  content: "\e900";
}


.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: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@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: transparent;
  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-prev:focus {
  top: calc(50% - 1px);
}

.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: "→";*/
content: "\e902";
}

[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: transparent;
  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;
  -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;
}

svg {
  max-width: 100%;
}

.gm-style img {
  max-width: none;
}

iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

figure {
  margin: 0;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.main-nav,.drop ul,.social-networks,.footer-nav-list,.top-level {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.resetButton,button,[type="button"],[type="reset"],[type="submit"],.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
  visibility: hidden;
}

html {
  font-size: 16px;
}

body {
  color: #000000;
  background-color: #ffffff;
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  min-width: 20rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

body .buffer { 
  font-size: 1.25rem;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffce07;
  text-decoration: none;
}

a:hover {
  color: #ffd83a;
  text-decoration: underline;
}

.buffer a {
  color: #398fb9;
  color: var(--secondary-color);
  text-decoration: underline;
}

.buffer a:hover {
  color: #122a4d;
  color: var(--primary-color);
  text-decoration: none;
}

ul,ol,dl,p {
  margin: 0 0 .75em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", serif;
  font-weight: 900;
  margin: 0 0 .5em;
  color: #122a4d;
}

h1,.h1 {
  font-size: 2.5rem;
  line-height: 1.257;
}

h2,.h2 {
  font-size: 2.5rem;
  line-height: 1.4;
}

h3,.h3 {
  font-size: 1.875rem;
  line-height: 1.15;
  margin-bottom: .6875rem;
}

.buffer h3,
.buffer .h3 {
  font-size: 1.5rem;
  color: #000000;
  margin-top:1.5rem;
  margin-bottom: .3rem;
}

h4,.h4 {
  font-size: 1.125rem;
  line-height: 1.12;
}

h5,.h5 {
  font-size: 1.375rem;
  line-height: 1.14;
  margin: 0 0 1.5rem;
}

h6,.h6 {
  font-size: .9375rem;
}

.display-1 {
  font-size: 2.8125rem;
  line-height: 1.05;
}

.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;
}

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: .1875rem solid #122a4d;
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-width: 0;
  height: 60px;
  padding: 5px 22px;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"].focus-visible,input[type="email"].focus-visible,input[type="tel"].focus-visible,input[type="search"].focus-visible,input[type="password"].focus-visible,input[type="url"].focus-visible,input[type="date"].focus-visible,input[type="datetime"].focus-visible,input[type="datetime-local"].focus-visible,input[type="time"].focus-visible,input[type="week"].focus-visible,input[type="month"].focus-visible,input[type="number"].focus-visible,input[type="color"].focus-visible,input:not([type]).focus-visible,textarea.focus-visible {
  border-color: #ffce07;
}

input[type="text"]:focus-visible,input[type="email"]:focus-visible,input[type="tel"]:focus-visible,input[type="search"]:focus-visible,input[type="password"]:focus-visible,input[type="url"]:focus-visible,input[type="date"]:focus-visible,input[type="datetime"]:focus-visible,input[type="datetime-local"]:focus-visible,input[type="time"]:focus-visible,input[type="week"]:focus-visible,input[type="month"]:focus-visible,input[type="number"]:focus-visible,input[type="color"]:focus-visible,input:not([type]):focus-visible,textarea:focus-visible {
  border-color: #ffce07;
}

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 {
  color: rgba(18, 42, 77, .4);
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: capitalize;
}

input[type="text"]::placeholder,input[type="email"]::placeholder,input[type="tel"]::placeholder,input[type="search"]::placeholder,input[type="password"]::placeholder,input[type="url"]::placeholder,input[type="date"]::placeholder,input[type="datetime"]::placeholder,input[type="datetime-local"]::placeholder,input[type="time"]::placeholder,input[type="week"]::placeholder,input[type="month"]::placeholder,input[type="number"]::placeholder,input[type="color"]::placeholder,input:not([type])::placeholder,textarea::placeholder {
  color: rgba(18, 42, 77, .4);
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: capitalize;
}

textarea,.textarea {
  resize: none;
  height: 150px;
  padding: 5px 22px;
  font-size: 24px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: 0;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

body {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
}

.sticky-wrap-header.fixed-position .header {
  background: #122a4d;
  width: 100% !important;
}

.sticky-wrap-header.fixed-position .drop-holder {
  border: none;
}

.header {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 100;
  width: 100%;
  background: #122a4d;
  position: relative;
}

.header:before {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: '';
  position: absolute;
  top: 0;
  bottom: -9999px;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(84, 129, 193, .4);
  opacity: 0;
  visibility: hidden;
}

.drop-holder {
  border-bottom: .5px solid rgba(240, 240, 240, 0.3);
}

.nav-active .header:before {
  opacity: 1;
  visibility: visible;
}

.header .container {
  padding: 0 1rem;
}

.header .social-networks {
  margin-top: auto;
}

.header .logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  width: 4.1875rem;
}

.header .holder-block {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.header-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5625rem 0;
}

.main-nav {
  margin: 0 -1.5rem;
  font-size: 1.3125rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav>li {
  position: relative;
}

.main-nav>li.hover-js>a,.main-nav>li.hover-tab>a,.main-nav>li.active>a {
  color: #398fb9;
}

.main-nav>li>a {
  position: relative;
  z-index: 10;
  color: #ffffff;
  padding: .9375rem 1.5rem;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  grid-gap: 1.1875rem;
  width: 100%;
}

.main-nav>li>a:hover {
  color: #398fb9;
}

.main-nav>li>a.has-drop-down-a:after {
  content: "\e909";
  color: #ffce07;
  font-size: .625rem;
}

.main-nav a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.drop {
  padding: 0 0 1.5rem 2.125rem;
  font-size: 1rem;
  color: #ffffff;
}

.drop .hover-tab>a {
  text-decoration: underline;
}

.drop a {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  padding: .3125rem;
  color: inherit;
}

.drop a:hover {
  text-decoration: underline;
}

.drop ul>li {
  position: relative;
}

.drop .second-level-nav .has-drop-down:hover>a,.drop .second-level-nav .has-drop-down.hover-js>a,.drop .second-level-nav .has-drop-down.hover-tab>a {
  text-decoration: underline;
}

.drop .drop {
  padding: .3125rem 0 .3125rem 1.5rem;
}

.drop .drop a:before {
  display: none;
}

.main-nav-drop {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  width: 15.75rem;
  padding: 1.5rem;
}

.main-nav-drop .logo {
  width: 9.875rem !important;
  margin-bottom: 1.625rem;
}

.main-nav-drop .nav-opener {
  position: absolute;
  right: .625rem;
  top: .625rem;
}

.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: block;
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  text-indent: -9999px;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s;
  content: '';
  position: absolute;
  height: .125rem;
  left: .625rem;
  background: #ffce07;
  width: 1.5rem;
}

.nav-opener:after {
  top: 1rem;
}

.nav-opener span {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  top: 1.375rem;
}

.nav-opener:before {
  top: 1.75rem;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before,.nav-active .nav-opener:after {
  top: 1.375rem;
  transition: background .3s ease-in-out, top .25s, transform .3s ease .3s;
}

.nav-active .nav-opener:before {
  transition: background .3s ease-in-out, top .25s, transform .3s ease .3s, width .3s ease .3s;
  transform: rotateZ(45deg);
}

.nav-active .nav-opener:after {
  transform: rotateZ(-45deg);
}

.js-acc-hidden {
  visibility: hidden;
}

.alert-holder {
  overflow: hidden;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  background: #ffce07;
  color: #122a4d;
  position: relative;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  max-height: 0;
}

.page-loaded .alert-bar {
  max-height: 12.5rem;
  transition-delay: 1s;
}

.alert-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-bar .alert-close {
  color: #122a4d;
  font-size: 80%;
}

.alert-bar .alert-close:hover {
  text-decoration: none;
  color: #ffffff;
}

.alert-bar .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .75rem 0;
  margin: 0 .625rem 0 0;
}

.alert-bar .text p:last-child {
  margin-bottom: 0;
}

.alert-bar .text a {
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
}

.alert-bar-close .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

.search-form {
  margin: 0 -1.5rem 1.25rem;
  background-color: #0e2341;
  padding: 0 1.5rem;
  padding: .5625rem 1.5rem;
}

.search-form .search-opener {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1;
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: center;
  justify-content: center;
}

.search-form .search-opener:hover {
  text-decoration: none;
}

.search-form .search-opener .icon-close {
  font-size: 1.375rem;
  opacity: 0;
  visibility: hidden;
  color: #ffce07;
}

.search-active .search-form .search-opener .icon-close {
  opacity: 1;
  visibility: visible;
}

.search-active .search-form .search-opener .icon-search {
  opacity: 0;
  visibility: hidden;
}

.search-form .search-opener .icon-search,.search-form .search-opener .icon-close {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.search-form .btn-search {
  display: inline-block;
  vertical-align: top;
  color: rgba(84, 129, 193, .36);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form .search-drop {
  position: relative;
  display: none;
}

.search-active .search-form .search-drop {
  display: block;
}

.search-form .input-holder {
  position: relative;
}

.search-form input[type="search"] {
  width: 100%;
  height: 2.5rem;
  border: 0;
  color: #122a4d;
  background: #ffffff;
  font-family: "Fira Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  padding: .3125rem 2.8125rem .3125rem .625rem;
}

.search-form input[type="search"]::-moz-placeholder {
  line-height: normal;
}

.search-form input[type="search"]::placeholder {
  line-height: normal;
}

.container {
  max-width: 104.001rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.438rem;
  padding-right: 3.438rem;
  width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

*:focus {
  outline-offset: .25rem;
}

.section-heading.with-decor h1,.section-heading.with-decor .h1,.section-heading.with-decor h2,.section-heading.with-decor .h2,.section-heading.with-decor h3,.section-heading.with-decor .h3,.section-heading.with-decor h4,.section-heading.with-decor .h4,.section-heading.with-decor h5,.section-heading.with-decor .h5,.section-heading.with-decor h6,.section-heading.with-decor .h6 {
  display: inline-block;
  vertical-align: top;
  padding: 0 1.25rem;
  position: relative;
}

.section-heading.with-decor h1:before,.section-heading.with-decor .h1:before,.section-heading.with-decor h2:before,.section-heading.with-decor .h2:before,.section-heading.with-decor h3:before,.section-heading.with-decor .h3:before,.section-heading.with-decor h4:before,.section-heading.with-decor .h4:before,.section-heading.with-decor h5:before,.section-heading.with-decor .h5:before,.section-heading.with-decor h6:before,.section-heading.with-decor .h6:before {
  content: '';
  width: .4375rem;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffce07;
  position: absolute;
}

.section-heading.with-decor h1:last-child,.section-heading.with-decor .h1:last-child,.section-heading.with-decor h2:last-child,.section-heading.with-decor .h2:last-child,.section-heading.with-decor h3:last-child,.section-heading.with-decor .h3:last-child,.section-heading.with-decor h4:last-child,.section-heading.with-decor .h4:last-child,.section-heading.with-decor h5:last-child,.section-heading.with-decor .h5:last-child,.section-heading.with-decor h6:last-child,.section-heading.with-decor .h6:last-child {
  margin-bottom: 0;
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.0625rem;
  font-size: 1.25rem;
  line-height: 1;
}

.social-networks a {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background-color: #398fb9;
  color: #ffffff;
}

.social-networks a:hover {
  text-decoration: none;
  background-color: #ffce07;
  color: #ffffff !important;
}

.social-networks .icon-facebook {
  font-size: 1.4375rem;
}

.social-networks .icon-twitter {
  font-size: 1.1875rem;
}

.social-networks .icon-youtube {
  font-size: 1.125rem;
}

.social-networks .icon-instagram {
  font-size: 1.3125rem;
}

.slick-arrow {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95);
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: .1875rem solid currentColor;
}

.slick-arrow .slick-prev-icon,.slick-arrow .slick-next-icon {
  color: inherit;
  opacity: 1;
  font-size: 1.25rem;
}

.slick-prev .slick-prev-icon:before {
/*  content: "";*/
content: "\e903";
}

.slick-next .slick-next-icon:before {
/*  content: "";*/
content: "\e902";
}

.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: #ffce07;
  font-size: 1.25rem;
  margin-left: 0;
}

.footer {
  background-color: #122a4d;
  color: #ffffff;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 2.8125rem 0;
}

.footer .container {
  max-width: 87.5rem;
}

.footer .decor {
  display: none;
}

.footer a {
  color: inherit;
}

.footer a:hover {
  text-decoration: none;
  color: #ffce07;
}

.footer .row {
  position: relative;
  z-index: 1;
}

.footer .address-wrap {
  width: 100%;
  font-weight: 700;
}

.footer address {
  font-style: normal;
}

.footer .office-title {
  display: block;
  font-weight: 900;
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", serif;
  font-size: 1.5rem;
  margin-bottom: .9375rem;
}

.footer-holder .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 4.125rem 0;
  margin-bottom: 4.875rem;
}

.footer-bottom {
  position: relative;
}

.footer-nav-list {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: .875rem;
  font-weight: 300;
  grid-gap: 1.25rem 2.375rem;
  position: relative;
  padding: 1.4375rem 1.875rem 1.4375rem 0;
  margin-bottom: 1.375rem;
}

.footer-nav-list:after {
  content: '';
  position: absolute;
  left: -999px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #398fb9;
}

.footer-nav-list li {
  position: relative;
  z-index: 1;
}

.pr-btn.btn {
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  color: #ffffff;
  background-color: #122a4d;
  font-size: 2rem;
}

.btn,
.buffer [type="button"], .buffer [type="reset"], .buffer [type="submit"] {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  padding: 1.125rem 2.3125rem;
  font-size: .9375rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.buffer #news-search [type="submit"] {
  text-transform:none;
  padding: 0;
}

.btn:hover {
  text-decoration: none;
}

.btn {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  text-transform: uppercase;
}

.pr-btn {
  margin: 1rem 0 0;
  padding: 1.725rem 2.3125rem;
}


.buffer [type="button"], .buffer [type="reset"], .buffer [type="submit"], .btn.btn-blue {
  background-color: #122a4d;
  color: #ffffff;
}

.btn.btn-blue:hover,
.btn.btn-secondary:hover,
.pr-btn.btn.btn-secondary:hover,
.btn.btn-tertiary:hover,
.buffer [type="button"]:hover, .buffer [type="reset"]:hover, .buffer [type="submit"]:hover {
  background-color: #ffce07;
}

.btn.btn-secondary,
.pr-btn.btn.btn-secondary {
  color: #ffffff;
  background-color: var(--secondary-color);
}

.btn.btn-tertiary {
  background-color:#848485;
}

.btn.btn-outline-blue {
  color: #122a4d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  border: .1875rem solid #122a4d;
  padding: .5625rem .9375rem;
}

.btn.btn-outline-blue:hover {
  background-color: #122a4d;
  color: #ffffff;
}

.btn.btn-outline-white {
  background-color: transparent;
  border: .1875rem solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  margin: .5rem .25rem;
  padding: .5625rem 1.9375rem;
}

.btn.btn-outline-white:hover {
  background-color: #ffffff;
  color: #122a4d;
}

.btn.btn-white {
  color: #122a4d;
  background-color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  border: .1875rem solid #ffffff;
  padding: .5625rem .9375rem;
}

.btn.btn-white:hover {
  background-color: #122a4d;
  color: #ffffff;
}

.btn.btn-outline-black {
  color: #000000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08356rem;
  text-transform: uppercase;
  border: .25rem solid #000000;
  padding: .5rem .9375rem;
}

.btn.btn-outline-black:hover {
  background-color: #000000;
  color: #ffffff;
}

.subscribe-popup {
  padding: 3.75rem 2.75rem;
  color: #ffffff;
  background: #122a4d;
  border: 10px solid #ffce07;
  position: relative;
  min-width: 100%;
  margin: 0 auto;
  min-height: 350px;
}

.subscribe-popup img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 300px;
}

.subscribe-popup .subscribe-close {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: none;
  border: 0;
}

.subscribe-popup .subscribe-close:before,.subscribe-popup .subscribe-close:after {
  content: "";
  width: .125rem;
  height: 2.25rem;
  top: 50%;
  left: 50%;
  background: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscribe-popup .subscribe-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.subscribe-popup .subscribe-close:hover {
  color: #b2292e;
}

.subscribe-popup .text-block {
  font-size: 1.0625rem;
  line-height: 1.47;
}

.subscribe-popup .text-block p {
  margin: 0 0 1.125rem;
}

.subscribe-popup h1,.subscribe-popup .h1,.subscribe-popup h2,.subscribe-popup .h2 {
  color: #ffffff;
}

.subscribe-block h2,.subscribe-block .h2 {
  font-size: 2.374rem;
  color: #ffffff;
  letter-spacing: normal;
  margin: 0 0 2.625rem;
}

.subscribe-block {
  max-width: 70%;
  text-align: center;
}

.btn-wrapper {
  margin: 2rem 0;
}

.subscribe-popup-wrap {
  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);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%) scale3d(.4, .4, 1);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
  max-width: 44.625rem;
}

.subscribe-popup-wrap:before {
  content: "";
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  background: rgba(0, 0, 0, .4);
}

.popup-loaded .subscribe-popup-wrap {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 23.4375rem auto;
  position: relative;
}

.intro-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .78) 47.74%, rgba(0, 0, 0, 0) 100%);
  height: 6.25rem;
  z-index: 9;
}

.intro-section .intro-slider {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.intro-section .intro-content {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.intro-section .quick-links-block {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.intro-slider {
  margin-bottom: 0;
}

.intro-slider .slick-autoplay-toggle-button {
  opacity: 0;
  visibility: hidden;
}

.intro-slider .slick-list,.intro-slider .slick-track,.intro-slider .slick-slide,.intro-slider .img-block {
  height: 100%;
}

.intro-slider .img-block {
  position: relative;
}

.intro-slider .img-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 42, 77, .3) linear-gradient(0deg, rgba(18, 42, 77, .7) 0%, rgba(18, 42, 77, 0) 70%);
}

.intro-slider .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.intro-content .section-heading {
  max-width: 30.875rem;
  margin-left: auto;
  margin-right: auto;
}

.intro-content h1,.intro-content .h1 {
  color: inherit;
}

.intro-content h1:last-child,.intro-content .h1:last-child {
  margin-bottom: 0;
}

.quick-links-block {
  position: relative;
  z-index: 1;
}

.quick-links-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.quick-links-list .quick-link:nth-child(even) {
  background-color: rgba(18, 42, 77, .9);
}

.quick-links-list .quick-link:nth-child(odd) {
  background-color: #122a4d;
}

.quick-link {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8.625rem;
  color: #ffffff;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  background-color: #122a4d;
  padding: 1.25rem;
  text-align: center;
}

.quick-link:hover {
  color: #ffffff;
}

.about-section {
  padding: 4.5rem 0 4.625rem;
  position: relative;
}

.about-section .decor-block {
  background-color: #848485;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 18.0625rem;
  overflow: hidden;
}

.about-section .decor-img {
  width: 31.375rem;
  margin: -1.0625rem -6rem 0 0;
}

.about-section .section-layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  grid-gap: 2.25rem;
  max-width: 84.1875rem;
}

.about-section .img-block {
  max-width: 27.3125rem;
}

.about-section .text-block {
  font-size: 1.25rem;
  padding-left: 1.25rem;
}

.about-section .text-block .btn {
  width: 100%;
}

.about-section .text-block p:last-of-type {
  margin-bottom: 1.875rem;
}

.about-section .section-heading {
  margin-bottom: 1.75rem;
  margin-left: -1.25rem;
}

.about-section .section-heading h2,.about-section .section-heading .h2 {
  line-height: 1.06217;
}

.about-section .section-heading h2:before,.about-section .section-heading .h2:before {
  top: .375rem;
  bottom: .375rem;
}

.services-section {
  position: relative;
  overflow: hidden;
  background-color: #122a4d;
  padding: 3.0625rem 0 4.5rem;
}

.services-section .decor {
  display: none;
}

.services-section .container {
  position: relative;
  z-index: 1;
}

.int-serv {
  padding: 0;
  margin: 0;
  list-style: none;
}

.int-serv a, {
  text-decoration: none;
  color: #122a4d;
}

.int-serv a:hover {
  color: #ffffff;
}

.int-serv {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.services-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 1.375rem;
}

.int-serv .service-link,
.issues-item {
  font-size: 2rem;
  background-color: #F5F4F7;
}

.buffer .issues-item {
  border: none;
}

.buffer .issues-item:hover {
  background-color: transparent;
}

.top-level {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 2rem;
}

.top-level li {
  margin: 0 0 2rem;
}


.service-link,
.buffer .issues-item,
.top-level a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  background-color: #F5F4F7;
  color: #122a4d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 9.3125rem;
  padding: .5rem .5rem 1.875rem;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.197;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.top-level a {
  text-decoration: none;
  color: #ffffff;
  justify-content: left;
  align-items: end;
  background-size: cover;
  padding: .85rem 1.5rem 2.25rem;
  font-size: 1.75rem;
  background-position: 50% 50%;
}

.top-level a:before {
  background: rgb(18 42 77 / 60%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height:100%;
  z-index: -2;
}

.service-link:hover,
.issues-item:hover,
.top-level a:hover {
  color: #ffffff;
  text-decoration: none;
}

.service-link:hover:after,
.issues-item:hover:after,
.top-level a:hover:after {
  transform: translateY(0);
}

.service-link:after,
.issues-item:after,
.top-level a:after {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(57 143 185 / 75%);
  height: 100%;
  transform: translateY(calc(100% - 1.375rem));
  z-index: -1;
}

.service-link:after {
  background-color: rgb(57 143 185 / 100%);
}

.subscribe-section {
  padding: 3.125rem 0;
  border-top: .3125rem solid #122a4d;
  border-bottom: .3125rem solid #122a4d;
}

.subscribe-section .section-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.subscribe-section h2,.subscribe-section .h2 {
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.5rem;
  line-height: 1.197;
  font-weight: 400;
}

.subscribe-section h2:last-child,.subscribe-section .h2:last-child {
  margin-bottom: 0;
}

.subscribe-section h2 strong,.subscribe-section .h2 strong {
  font-weight: 700;
  display: block;
}

.subscribe-form {
  max-width: 80.625rem;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form .input-group {
  display: flex;
  flex-direction: column;
  grid-gap: 1.25rem;
}

.subscribe-form [type=submit] {
  font-size: 1.5rem;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  flex: 0 0 auto;
  min-width: 18.5625rem;
}

.district-section .content-block {
  margin-top: -9.375rem;
  color: #122a4d;
  font-size: 1.25rem;
  padding-bottom: 3rem;
}

.district-section .section-heading {
  margin-left: -1.25rem;
  margin-bottom: 1.0625rem;
}

.district-section .section-heading h3,.district-section .section-heading .h3 {
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.5rem;
  line-height: 1.197;
  padding-right: 0;
}

.district-section .map-block {
  position: relative;
  z-index: 2;
  max-width: 20.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.district-section .text-block {
  padding-left: 1.25rem;
  position: relative;
  z-index: 1;
}

.district-section .map-pin {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  position: absolute;
  background: #ffffff;
  box-shadow: inset 0 0 0 .1875rem #122a4d;
  color: #122a4d;
  padding: .75rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.district-section .map-pin.active {
  opacity: 1;
  visibility: visible;
}

.district-section .map-pin .title {
  display: block;
  font-weight: 700;
}

.district-section path[data-id] {
  cursor: pointer;
}

.district-images-slider {
  margin-bottom: 0;
}

.district-images-slider .slick-autoplay-toggle-button {
  opacity: 0;
  visibility: hidden;
}

.district-images-slider .img-block {
  height: 26.5rem;
  position: relative;
  overflow: hidden;
}

.district-images-slider .img-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6.5625rem;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .5) -8.98%, rgba(0, 0, 0, 0) 98.4%);
}

.district-images-slider .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.updates-section {
  position: relative;
  color: #ffffff;
  padding: 6.25rem 0 4.5rem;
}

.updates-section .section-heading {
  text-align: center;
  margin-bottom: 2.75rem;
}

.updates-section .section-heading h2,.updates-section .section-heading .h2 {
  color: inherit;
}

.updates-section .bg-block {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.updates-section .bg-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 42, 77, .71);
}

.updates-section .bg-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.updates-slider {
  margin: 0 0 2.8125rem;
}

.updates-slider .update-preview {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
}

.update-preview {
  border-left: .4375rem solid #ffce07;
  padding: 0 0 0 .875rem;
  font-size: 1.25rem;
}

.update-preview h3,.update-preview .h3 {
  color: inherit;
  font-weight: 700;
}

.update-preview h3 a,.update-preview .h3 a {
  color: inherit;
}

.update-preview time,.update-preview .time {
  display: block;
  color: #ffce07;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}

.updates-slider-controls {
  display: flex;
  justify-content: center;
  grid-gap: .5rem;
  max-width: 22.25rem;
  margin: 0 auto;
}

.updates-slider-controls .slick-arrow {
  position: static;
  color: #ffffff;
  border-color: #ffffff;
  flex: 0 0 auto;
  transform: none;
}

.updates-slider-controls .slick-arrow:hover {
  background-color: #ffffff;
  color: #122a4d;
}

.updates-slider-controls .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}

.news-section {
  padding: 3.8125rem 0 2.8125rem;
}

.news-section .section-heading {
  margin-bottom: 1.125rem;
}

.news-section .section-heading .title-holder {
  position: relative;
}

.article-preview {
  background: #ffffff;
  box-shadow: 0 .3125rem 1.5rem 0 rgba(84, 129, 193, .36);
  padding: 2.5rem 1.625rem 2.5rem 1.25rem;
  display: flex;
  flex-direction: column;
}

.article-preview.doc-2442 {
  background-color: #122A4D;
  color:#ffffff;
}

.article-preview.doc-2446 {
  background-color: #398FB9;
}

.article-preview.doc-2446 time,
.article-preview.doc-2446 .time {
  color: #122A4D;
}

.article-preview time,.article-preview .time {
  display: block;
  color: #398fb9;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: .25rem;
}

.article-preview h3,.article-preview .h3 {
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 3.125rem;
}

.article-preview h3 a,.article-preview .h3 a {
  color: inherit;
}

.article-preview.doc-2446 h3 a,
.article-preview.doc-2446 .h3 a,
.article-preview.doc-2442 h3 a,
.article-preview.doc-2442 .h3 a,
.article-preview.doc-2446 .link,
.article-preview.doc-2442 .link {
  color: #ffffff;
}

.article-preview .bottom-block {
  margin-right: -1.625rem;
  line-height: normal;
  display: flex;
  align-items: center;
  grid-gap: 1.875rem;
  margin-top: auto;
}

.article-preview .bottom-block:after {
  content: '';
  height: .6875rem;
  background-color: #398fb9;
  flex: 1 0 auto;
}

.article-preview.doc-2446 .bottom-block:after {
  background-color: #122b4e;
}

.article-preview .link,
.posture-stories .newsbtn {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  grid-gap: .5rem;
  vertical-align: top;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .05013rem;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.article-preview .link:after,
.posture-stories .newsbtn:after {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  content: "\e908";
  font-size: .6875rem;
}

.article-preview .link:hover,
.posture-stories .newsbtn:hover {
  text-decoration: none;
}

.article-preview .link:hover:after,
.posture-stories .newsbtn:hover:after {
  transform: translateX(.4375rem);
}

.issue-news .news-slider {
  margin: 0;
}

.issue-news .container {
  padding: 0;
  margin: 0;
  width: 100% !important;
}

.issue-news .news-slider {
  padding: 0;
  display: flex;
}

.issue-news .news-slider .slide {
  padding: 1.5rem .8125rem;
  width: 33%;
}

.issue-news a {
  text-decoration: none;
}

.issue-news a:hover {
  text-decoration: underline;
}

.issue-news .article-preview h3 {
  font-size: 2rem;
}

.issue-news .news-slider-controls:before,
.issue-news .news-slider-controls:after {
  content:none;
}

.issue-news .news-slider-controls .slick-arrow {
  display: none;
}

.news-slider {
  margin: 0 -1.5rem 1.125rem;
}

.news-slider .slick-slide {
  padding: 1.5rem;
}

.news-slider-controls {
  display: flex;
  justify-content: center;
  grid-gap: .5rem;
  max-width: 22.25rem;
  margin: 0 auto;
  position: relative;
}

.news-slider-controls .slick-arrow {
  position: static;
  color: #122a4d;
  border-color: #122a4d;
  flex: 0 0 auto;
  transform: none;
}

.news-slider-controls .slick-arrow:hover {
  background-color: #122a4d;
  color: #ffffff;
}

.news-slider-controls .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}

.values-section {
  padding: 3rem 0 5.6875rem;
}

.values-section .section-heading {
  margin-bottom: 2.5rem;
}

.values-list {
  padding: 0 1.375rem;
  display: flex;
  flex-direction: column;
  grid-gap: .9375rem;
}

.value-card {
  display: block;
  position: relative;
  height: 12.5rem;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.197;
}

.value-card:hover {
  color: #ffffff;
  text-decoration: none;
}

.value-card:hover:before {
  transform: translateY(-50%);
}

.value-card:before {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  content: '';
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(57, 143, 185, 0) 0%, rgba(57, 143, 185, .9) 42%, rgba(57, 143, 185, .9) 50%, rgba(57, 143, 185, .9) 50%);
}

.value-card .img-block {
  height: 100%;
}

.value-card .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.value-card .title-block {
  transition: top .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: 0;
  z-index: 1;
  padding: 1.6875rem .3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-card .title {
  font-weight: 400;
  box-shadow: inset 0 -1.375rem 0 0 #122a4d;
  padding: 0 .5rem .625rem;
}

.blockquote-section {
  background-color: #122a4d;
  color: #ffffff;
}

.blockquote-slider {
  margin: 0;
}

.blockquote-slider .container {
  max-width: 71.25rem;
}

.blockquote-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2.5rem;
  right: 0;
}

.blockquote-slider .slick-dots li {
  margin: 0 .625rem;
}

.blockquote-slider .slick-dots button {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  width: 2rem;
  height: 2rem;
  border: .3125rem solid #398fb9;
  border-radius: 0;
}

.blockquote-slider .slick-dots button:hover {
  background-color: rgba(57, 143, 185, .4);
}

.blockquote-slider .slick-dots .slick-active button {
  background-color: #398fb9;
}

.blockquote-slider .slick-dots .slick-dot-icon {
  display: none;
}

.blockquote {
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", serif;
  font-size: 1.25rem;
  line-height: 1.9;
  margin: 0 -.125rem;
  padding: 5.625rem 0 8.375rem;
}

.blockquote p:first-child {
  position: relative;
  z-index: 2;
}

.blockquote p:first-child:before {
  content: '“';
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 800;
  font-size: 18.9375rem;
  line-height: .75;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(57, 143, 185, .4);
  z-index: -1;
  transform: translate(-15%, -25%);
  pointer-events: none;
}

.blockquote p:last-of-type {
  position: relative;
  z-index: 2;
}

.blockquote p:last-of-type:after {
  content: '“';
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 800;
  font-size: 18.9375rem;
  line-height: .75;
  position: absolute;
  color: rgba(57, 143, 185, .4);
  z-index: -1;
  transform: translate(0, -61%) rotate(180deg);
  right: 0;
  pointer-events: none;
}

.blockquote-footer {
  display: flex;
  align-items: center;
  margin-top: 3.3125rem;
  line-height: 1.257;
}

.blockquote-footer .img-holder {
  position: relative;
  flex-shrink: 0;
  width: 6.5rem;
  height: 5.9375rem;
  margin-right: 1.875rem;
}

.blockquote-footer .img-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: .3125rem;
  height: 100%;
  background-color: #ffce07;
}

.blockquote-footer .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blockquote-footer .name {
  display: block;
  font-size: 1.875rem;
  color: #ffffff;
}

.blockquote-footer .position {
  display: block;
  font-size: 1.25rem;
  color: #398fb9;
}


/*INTERNAL PAGES*/
.content-section {
  margin-bottom: 3rem;
}

.content-section .container {
  max-width: 72rem;
}

.content-section .row {
  flex-wrap: wrap;
}

.inner-header {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.inner-header .section-heading, .inner-header .section-heading-img{
  min-height: 25rem;
  width: 50%;
}

.inner-header {
  background-color: #398fb9;
}

.inner-header.grayed {
  background-color: #414042;
}

.section-heading-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-heading-img.interns  {
  background-position: 50% 100%;
}

.inner-header .heading-left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem;
}

.inner-header .heading-left .h2 {
  position: relative;
  display: inline-block;
  color: #fff;
}

.inner-header .heading-left .h2::after {
  content: "";
  position: absolute;
  bottom: -0.65rem;
  left: 0;
  width: 100%;
  border-bottom: 10px solid #ffce07;
}


/*INTERNAL FORM FIELDS*/
.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 {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid var(--dark-color);
  border-radius: 0;
  font-size: 1.125rem;
  line-height: normal;
  background-color: transparent;
  min-width: 0;
  height: 50px;
  padding: 5px 15px;
  min-width: 300px;
  -webkit-appearance: none;
}

.buffer input[type="text"]::-ms-clear,
.buffer input[type="email"]::-ms-clear,
.buffer input[type="tel"]::-ms-clear,
.buffer input[type="search"]::-ms-clear,
.buffer input[type="password"]::-ms-clear,
.buffer input[type="url"]::-ms-clear,
.buffer input[type="date"]::-ms-clear,
.buffer input[type="datetime"]::-ms-clear,
.buffer input[type="datetime-local"]::-ms-clear,
.buffer input[type="time"]::-ms-clear,
.buffer input[type="week"]::-ms-clear,
.buffer input[type="month"]::-ms-clear,
.buffer input[type="number"]::-ms-clear,
.buffer input[type="color"]::-ms-clear,
.buffer input:not([type])::-ms-clear,
.buffer textarea::-ms-clear {
  display: none;
}

.buffer input[type="text"]::-webkit-.buffer input-placeholder,
.buffer input[type="email"]::-webkit-.buffer input-placeholder,
.buffer input[type="tel"]::-webkit-.buffer input-placeholder,
.buffer input[type="search"]::-webkit-.buffer input-placeholder,
.buffer input[type="password"]::-webkit-.buffer input-placeholder,
.buffer input[type="url"]::-webkit-.buffer input-placeholder,
.buffer input[type="date"]::-webkit-.buffer input-placeholder,
.buffer input[type="datetime"]::-webkit-.buffer input-placeholder,
.buffer input[type="datetime-local"]::-webkit-.buffer input-placeholder,
.buffer input[type="time"]::-webkit-.buffer input-placeholder,
.buffer input[type="week"]::-webkit-.buffer input-placeholder,
.buffer input[type="month"]::-webkit-.buffer input-placeholder,
.buffer input[type="number"]::-webkit-.buffer input-placeholder,
.buffer input[type="color"]::-webkit-.buffer input-placeholder,
.buffer input:not([type])::-webkit-.buffer input-placeholder,
.buffer textarea::-webkit-.buffer input-placeholder {
  color: var(--dark-color);
  font-size: 1.125rem;
  opacity: 1;
}

.buffer input[type="text"]::-moz-placeholder,
.buffer input[type="email"]::-moz-placeholder,
.buffer input[type="tel"]::-moz-placeholder,
.buffer input[type="search"]::-moz-placeholder,
.buffer input[type="password"]::-moz-placeholder,
.buffer input[type="url"]::-moz-placeholder,
.buffer input[type="date"]::-moz-placeholder,
.buffer input[type="datetime"]::-moz-placeholder,
.buffer input[type="datetime-local"]::-moz-placeholder,
.buffer input[type="time"]::-moz-placeholder,
.buffer input[type="week"]::-moz-placeholder,
.buffer input[type="month"]::-moz-placeholder,
.buffer input[type="number"]::-moz-placeholder,
.buffer input[type="color"]::-moz-placeholder,
.buffer input:not([type])::-moz-placeholder,
.buffer textarea::-moz-placeholder {
  opacity: 1;
  color: var(--dark-color);
  font-size: 1.125rem;
  opacity: 1;
}

.buffer input[type="text"]:-moz-placeholder,
.buffer input[type="email"]:-moz-placeholder,
.buffer input[type="tel"]:-moz-placeholder,
.buffer input[type="search"]:-moz-placeholder,
.buffer input[type="password"]:-moz-placeholder,
.buffer input[type="url"]:-moz-placeholder,
.buffer input[type="date"]:-moz-placeholder,
.buffer input[type="datetime"]:-moz-placeholder,
.buffer input[type="datetime-local"]:-moz-placeholder,
.buffer input[type="time"]:-moz-placeholder,
.buffer input[type="week"]:-moz-placeholder,
.buffer input[type="month"]:-moz-placeholder,
.buffer input[type="number"]:-moz-placeholder,
.buffer input[type="color"]:-moz-placeholder,
.buffer input:not([type]):-moz-placeholder,
.buffer textarea:-moz-placeholder {
  color: var(--dark-color);
  font-size: 1.125rem;
  opacity: 1;
}

.buffer input[type="text"]:-ms-.buffer input-placeholder,
.buffer input[type="email"]:-ms-.buffer input-placeholder,
.buffer input[type="tel"]:-ms-.buffer input-placeholder,
.buffer input[type="search"]:-ms-.buffer input-placeholder,
.buffer input[type="password"]:-ms-.buffer input-placeholder,
.buffer input[type="url"]:-ms-.buffer input-placeholder,
.buffer input[type="date"]:-ms-.buffer input-placeholder,
.buffer input[type="datetime"]:-ms-.buffer input-placeholder,
.buffer input[type="datetime-local"]:-ms-.buffer input-placeholder,
.buffer input[type="time"]:-ms-.buffer input-placeholder,
.buffer input[type="week"]:-ms-.buffer input-placeholder,
.buffer input[type="month"]:-ms-.buffer input-placeholder,
.buffer input[type="number"]:-ms-.buffer input-placeholder,
.buffer input[type="color"]:-ms-.buffer input-placeholder,
.buffer input:not([type]):-ms-.buffer input-placeholder,
.buffer textarea:-ms-.buffer input-placeholder {
  color: var(--dark-color);
  font-size: 1.125rem;
  opacity: 1;
}

.buffer input[type="text"].placeholder,
.buffer input[type="email"].placeholder,
.buffer input[type="tel"].placeholder,
.buffer input[type="search"].placeholder,
.buffer input[type="password"].placeholder,
.buffer input[type="url"].placeholder,
.buffer input[type="date"].placeholder,
.buffer input[type="datetime"].placeholder,
.buffer input[type="datetime-local"].placeholder,
.buffer input[type="time"].placeholder,
.buffer input[type="week"].placeholder,
.buffer input[type="month"].placeholder,
.buffer input[type="number"].placeholder,
.buffer input[type="color"].placeholder,
.buffer input:not([type]).placeholder,
.buffer textarea.placeholder {
  color: var(--dark-color);
  font-size: 1.125rem;
  opacity: 1;
}

.buffer textarea,
..buffer textarea {
  resize: none;
  min-height: 150px;
  font-size: 1.125rem;
}

.buffer input[type="search"] {
  -webkit-appearance: textfield;
}

.buffer input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.buffer input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.enacted-legislation .article-preview {
  margin: 5px;
 }

.enacted-legislation .article-preview h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.enacted-legislation .article-preview .content-block{
    font-size: .8rem;
 }

.enacted-legislation .article-preview .bottom-block {
  grid-gap: .5rem;
}

.enacted-legislation .article-preview .bottom-block a , .enacted-legislation .article-preview .bottom-block b{
  font-size: .8rem;
}


/*-----------Custom News Component--------------*/
.news-container .buffer {
  margin: 0;
}

.news-container .container {
  margin: 4rem auto 2rem;
}

.news-container #news-search {
  margin: 2rem 0;
  border: none;
  background-color: #F5F4F7;
}

.news-container #newsfilterlist {
  background-color: #E6E6E6;
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: none;
  font-weight: bold;
  margin: 0;
}

.news-container #newsfilterlist .filterwrap {
  max-width: 72rem;
  margin: 0 auto;
}

.news-container #newsfilterlist .tablister {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.news-container #newsfilterlist li {
  margin: 0;
}

.news-container #newsfilterlist .all-tab {
  background: #848485 !important;
  color: #ffffff;
  font-size: 1.75rem;
  padding: 1.75rem 2.75rem;
  border:none;
  border-bottom: 4px solid transparent;
}


.news-container #newsfilterlist li a {
  font-size: 1.75rem;
  padding: 1.75rem 2.75rem;
  background-color: #F2F2F2;
  color: #848485;
  border: none;
  border-bottom: 6px solid transparent;
}

.news-container #newsfilterlist li:nth-child(odd) a { 
  background: #FAFAFA;
}

.news-container #newsfilterlist li a:hover {
  border-bottom: 6px solid #ffce07;
  border-top: 0;
}

.news-container #newsfilterlist li a.active {
  background: #b6b6b6;
  color: #ffffff;
  border: none;
  border-bottom: 6px solid #ffce07;
}

.press-wrap .buffer {
  max-width: 72rem;
      margin-left: auto;
    margin-right: auto;
    padding-left: 3.438rem;
    padding-right: 3.438rem;
    width: 100%;
}

.posture-stories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.posture-stories article {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: calc(50% - 1.5rem);
  margin: .75rem .75rem;
  font-size: 1rem;
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(182,197,205,1);
-moz-box-shadow: 0px 0px 8px 2px rgba(182,197,205,1);
box-shadow: 0px 0px 8px 2px rgba(182,197,205,1);
}

.posture-stories .more-line {
    position: absolute;
    bottom: 20px;
    left: 1.5rem;
    display: block;
    text-transform: uppercase;
    width: 100%;
}

.posture-stories .link-row {
    position: absolute;
    bottom: 20px;
    left: 1.5rem;
    display: block;
    text-transform: uppercase;
    width: 100%;
}

.posture-stories .link-row:after,
.posture-stories .more-line:after {
    content: "";
    width: 50%;
    height: 6px;
    background-color: var(--secondary-color);
    position: absolute;
    right: 1.5rem;
    top: 10px;
}

.posture-stories .more-line a {
  text-decoration: none;
}

.posture-stories .doc-2449 .link-row:after {
  background-color: var(--primary-color);
  width: 30%;
}

.posture-stories .news-texthold {
  padding: 1.5rem;
}

.posture-stories .newsie-titler a {
  font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: bold;
}

.posture-stories .doc-2449 .newsie-content {
  display: block;
}

.posture-stories .doc-2449 {
  background-color: #F5F4F7;
}

.posture-stories .doc-2442 {
    background-color: #122A4D;
    color: #ffffff;
}

.posture-stories .doc-2446 {
    background-color: #398FB9;
    color: #ffffff;
}

/*.posture-stories article:nth-child(4n - 1) {
    background-color: #F5F4F7;
    color: var(--primary-color);
}

.posture-stories article:nth-child(4n) {
    background-color: rgb(255 206 7 / 15%);
    color: var(--primary-color);
}*/

.posture-stories .doc-2442 .newsie-titler a,
.posture-stories .doc-2446 .newsie-titler a,
.posture-stories .doc-2446 .more-line a,
.posture-stories .doc-2446 .more-line:after,
.posture-stories .doc-2446 .newsie-date,
.posture-stories .doc-2442 .newsie-type a:hover {
  color: #ffffff;
}

/*.posture-stories article:nth-child(4n - 1) .newsie-titler a,
.posture-stories article:nth-child(4n) .newsie-titler a,
.posture-stories article:nth-child(4n) .more-line a,
.posture-stories article:nth-child(4n) .newsie-type a*/
.posture-stories .doc-2446 .newsie-type a {
  color: var(--primary-color);
}

.posture-stories .doc-2442 .newsie-date,
/*.posture-stories article:nth-child(4n - 1) .newsie-date,
.posture-stories article:nth-child(4n - 1) .more-line a*/
.posture-stories .doc-2442 .more-line a,
.posture-stories .doc-2442 .more-line:after,
.posture-stories .doc-2449 .newsie-type {
  color: var(--secondary-color);
}

.posture-stories .doc-2446 .more-line:after {
  background-color: var(--primary-color);
}

/*.posture-stories article:nth-child(4n) .newsie-date {
  color: #c6a009;
}*/

.posture-stories .newsblocker:after {
  content: none;
}

.posture-stories .newsie-date,
.posture-stories .newsie-type {
  font-weight: bold;
}

.posture-stories .newsie-type {
  text-transform: uppercase;
}

.posture-stories .newsie-type a {
  text-decoration: none;
}

.posture-stories .newsie-type a:hover {
  color: initial;
  text-decoration: underline;
}

.posture-stories.enacted-leg {
  margin: 3rem 0;
}

.press-row {
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
  width: 100%;
}

.press-col {
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 1rem;
}

.column-a {
  display: flex;
}

.press-col h2 {
  font-size: 2.5rem;
}

.press-col h3 {
  margin: 2rem 0 1rem;
}

.float.float-right {
  margin: 0 0 1rem 1rem;
  border: 2px solid #FFCE07;
  float: right;
  max-width: 450px;
}

.maprow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.mapcol {
    display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.double {
  flex: 2;
}

.buffer .pictureholder, .buffer .flexslider {
  display: none;
}

@media (min-width: 520px) {
  .main-nav-drop {
    width: 25rem;
  }

  .news-section {
    padding: 4rem 0 2.8125rem;
  }

  .news-section .section-heading {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .news-section .section-heading .title-holder:before,.news-section .section-heading .title-holder:after {
    content: '';
    height: 1rem;
    background-color: rgba(18, 42, 77, .1);
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
  }

  .news-section .section-heading .title-holder:before {
    left: -9999px;
    right: calc(100% + 3.125rem);
  }

  .news-section .section-heading .title-holder:after {
    right: -9999px;
    left: calc(100% + 1.875rem);
  }

  .news-slider {
    margin: 0 -1.375rem 1.125rem;
  }

  .news-slider .slick-track {
    display: flex;
  }

  .news-slider .slick-slide {
    float: none;
    height: auto;
    padding: 1.5rem .8125rem;
  }

  .news-slider .article-preview {
    height: 100%;
  }

  .news-slider-controls:before,.news-slider-controls:after {
    content: '';
    height: 1rem;
    background-color: rgba(18, 42, 77, .1);
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
  }

  .news-slider-controls:before {
    left: -9999px;
    right: calc(100% + 2.5rem);
  }

  .news-slider-controls:after {
    right: -9999px;
    left: calc(100% + 2.5rem);
  }
}

@media (min-width: 640px) {
  .footer .address-holder {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {

  h3,.h3 {
    line-height: 1.16;
  }

  h5,.h5 {
    font-size: 1.5rem;
    line-height: 1.12;
    margin: 0 0 1.25rem;
  }

  .display-1 {
    font-size: 4.0625rem;
    line-height: 1.06;
  }

  .header .container {
    padding: 0 2.1875rem;
  }

  .header .logo {
    width: 9.3125rem;
  }

  .header-holder {
    padding: 1.5625rem 0;
  }

  .nav-opener {
    width: 4.5rem;
    height: 4.5rem;
  }

  .nav-opener:after,.nav-opener:before,.nav-opener span {
    width: 3.25rem;
    height: .25rem;
  }

  .nav-opener:after {
    top: 1.5rem;
  }

  .nav-opener span {
    top: 2.125rem;
  }

  .nav-opener:before {
    top: 2.75rem;
  }

  .nav-active .nav-opener:before,.nav-active .nav-opener:after {
    top: 2.125rem;
  }

  .alert-bar .text {
    margin: 0 1.25rem 0 2.75rem;
  }

  .search-form .btn-search {
    font-size: 1.625rem;
    width: 3.75rem;
    height: 3.75rem;
  }

  .search-form input[type="search"] {
    height: 3.75rem;
  }

  .slick-arrow {
    width: 3rem;
    height: 3rem;
  }

  .footer {
    padding: 2.8125rem 0 4.1875rem;
  }

  .footer .social-networks {
    margin-left: .8125rem;
  }

  .footer-holder .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 4.125rem 2.5rem;
    margin-bottom: 2.125rem;
  }

  .footer-nav-list {
    padding: 1.4375rem 1.875rem 1.4375rem 1.5rem;
    margin-bottom: 2.5625rem;
  }

  .subscribe-popup .text-block {
    line-height: 1.76;
  }

  .subscribe-popup .text-block p {
    margin: 0 0 .75rem;
  }

  .subscribe-block h2,.subscribe-block .h2 {
    font-size: 2.5rem;
    margin: 0 0 1rem;
  }

  .intro-section {
    grid-template-rows: 26.75rem auto;
  }

  .about-section {
    padding: 6.8125rem 0 4.6875rem;
  }

  .about-section .decor-block {
    height: 33.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .about-section .section-layout {
    grid-gap: 3.375rem;
  }

  .about-section .text-block {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-section .text-block p:last-of-type {
    margin-bottom: 2.6875rem;
  }

  .about-section .section-heading {
    margin-bottom: .625rem;
  }

  .about-section .section-heading h2,.about-section .section-heading .h2 {
    line-height: 1.257;
  }

  .about-section .section-heading h2:before,.about-section .section-heading .h2:before {
    top: .5rem;
    bottom: .5rem;
  }

  .services-section {
    padding: 2.3125rem 0 3.875rem;
  }

  .subscribe-form .input-group {
    flex-direction: row;
    grid-gap: 0;
  }

  .subscribe-form [type=submit] {
    margin-left: -.1875rem;
  }

  .district-section .content-block {
    margin-top: -17rem;
    padding-bottom: 5.75rem;
  }

  .district-section .map-block {
    max-width: 35.25rem;
    margin-bottom: 4.8125rem;
  }

  .district-section .map-pin:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1rem;
    width: 2rem;
    height: 1.375rem;
    background-color: #122a4d;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .district-section .map-pin:before {
    content: '';
    position: absolute;
    top: calc(100% - .1875rem);
    left: 50%;
    margin-left: -.8125rem;
    width: 1.625rem;
    height: 1.1875rem;
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 1;
  }

  .district-section .map-pin#wayne-county {
    right: .5625rem;
    top: 2rem;
  }

  .district-section .map-pin#lackawanna-county {
    right: 1rem;
    top: 3rem;
  }

  .district-section .map-pin#parts-of-luzerne-county {
    top: 4.625rem;
    right: 1.25rem;
  }

  .district-section .map-pin#pike-county {
    top: 3.625rem;
    right: -.8125rem;
  }

  .district-section .map-pin#parts-of-monroe-county {
    top: 5.875rem;
    right: -1.75rem;
  }

  .updates-section {
    padding: 6.9375rem 0 5.75rem;
  }

  .updates-section .section-heading {
    margin-bottom: 4.1875rem;
  }

  .updates-section .bg-block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(18, 42, 77, .72) 0%, rgba(18, 42, 77, 0) 16%, rgba(18, 42, 77, 0) 84%, rgba(18, 42, 77, .72) 100%);
  }

  .updates-slider {
    margin: 0 -3.4375rem 2.8125rem;
  }

  .updates-slider .slide {
    padding: 0 2.75rem;
  }

  .update-preview {
    font-size: 1.35rem;
    line-height: 1.2;
  }

  .updates-slider-controls {
    grid-gap: .5625rem;
  }

  .news-section .section-heading {
    margin-bottom: 1.9375rem;
  }

  .article-preview {
    padding: 2.5rem 1.625rem 2.875rem 1.25rem;
  }

  .article-preview h3,.article-preview .h3 {
    margin-bottom: 3.75rem;
  }

  .news-slider {
    margin: 0 -3.4375rem 2.875rem;
  }

  .news-slider-controls {
    grid-gap: .5625rem;
  }

  .values-section .section-heading {
    text-align: center;
    margin-bottom: 3.375rem;
  }

  .values-list {
    padding: 0 3.438rem;
  }

  .value-card {
    height: 20.625rem;
  }

  .blockquote-slider .slick-dots {
    bottom: 8.75rem;
    right: 3rem;
    max-width: 225px;
    justify-content: flex-end;
  }

  .blockquote-slider .slick-dots li {
    margin: 0 .5rem;
  }

  .blockquote-slider .slick-dots button {
    width: 1.5625rem;
    height: 1.5625rem;
    border-width: .25rem;
  }

  .blockquote {
    font-size: 2rem;
    line-height: 1.564;
    margin: 0;
    padding: 8.3125rem 0 6.5625rem;
  }

  .blockquote p:first-child:before {
    font-size: 22.875rem;
    transform: translate(-22%, -17%);
  }

  .blockquote p:last-of-type:after {
    font-size: 22.875rem;
    transform: translate(-19%, -72%) rotate(180deg);
  }

  .blockquote-footer {
    margin-top: 4rem;
    width: calc(100% - 225px);
  }

  .subscribe-popup {
    min-width: 480px;
  }
}

@media (min-width: 1024px) {

  .inner-header .heading-left {
    padding: 2rem 8rem;
  }

  h1,.h1 {
    font-size: 3.125rem;
  }

  .display-1 {
    font-size: 4.375rem;
    line-height: .98;
  }

  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 {
    border-width: .3125rem;
    height: 5.375rem;
    font-size: 2.5rem;
  }

  .sticky-wrap-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }

  .header {
    background: transparent;
  }

  .header:before {
    display: none;
  }

  .header .container {
    padding: 0 3.4375rem;
  }

  .header .social-networks {
    display: none;
  }

  .header .holder-block {
    flex-direction: row;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0 .625rem;
  }

  .main-nav>li {
    padding: 1.125rem .625rem;
  }

  .main-nav>li>a {
    padding: 0;
  }

  .main-nav>li>a.has-drop-down-a:after {
    display: none;
  }

  .main-nav>li>.drop:before {
    content: '';
    height: 2.4rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
  }

  .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: calc(100% + 1.25rem);
  }

  .main-nav li.hover-js>.drop,.main-nav li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .drop {
    background: #ffffff;
    width: 16.25rem;
    font-size: 1.25rem;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    color: #122a4d;
    border-left: .4375rem solid #ffce07;
    padding: 1.0625rem .875rem 1.375rem;
  }

  .drop a {
    padding: .6875rem;
  }

  .drop .drop {
    left: calc(100% + 1.25rem);
    top: 0;
    margin: 0;
    padding: 1.0625rem .875rem 1.375rem;
  }

  .main-nav-drop {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .main-nav-drop .logo {
    display: none;
  }

  .main-nav-inner {
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .nav-opener {
    display: none;
  }

  .alert-bar {
    font-size: 1.5rem;
  }

  .alert-bar .text {
    margin: 0 2.5rem 0 4rem;
  }

  .search-form {
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .search-form .search-opener {
    padding: .3125rem;
  }

  .search-form .search-drop {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 3rem;
    top: 0;
    z-index: 50;
    display: block;
    transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
    transform-origin: right;
  }

  .search-active .search-form .search-drop {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
  }

  .search-form input[type="search"] {
    font-size: 1.875rem;
    padding: .3125rem 4.0625rem .3125rem 1.25rem;
  }

  .footer {
    padding: 4.375rem 0 0;
  }

  .footer .decor {
    display: block;
    position: absolute;
    right: 2.375rem;
    top: 1.6875rem;
    max-width: calc(100% - 4.75rem);
  }

  .footer .social-networks {
    margin-left: 0;
    padding-top: .625rem;
  }

  .footer-holder .row {
    grid-template-columns: repeat(3, minmax(auto, 21.9375rem));
  }

  .footer-bottom .row {
    display: flex;
    align-items: flex-start;
    grid-gap: 1.4375rem;
  }

  .footer-nav-list {
    margin-bottom: 0;
    padding: 1.4375rem 7.75rem 1.4375rem 4.6875rem;
  }

  .subscribe-open-close {
    padding: 4.5625rem 3.5625rem 3.375rem 3.1875rem;
  }

  .subscribe-open-close .popup-heading {
    margin-bottom: .8125rem;
  }

  .subscribe-open-close .text-block {
    margin-bottom: 1.375rem;
  }

  .subscribe-open-close .input-group input[type="email"] {
    margin-bottom: 1.5rem;
  }

  .subscribe-open-close .input-group button[type="submit"] {
    min-width: 10.875rem;
  }

  .intro-section {
    grid-template-rows: 50rem;
  }

  .intro-section:before {
    height: 9.375rem;
  }

  .intro-section .quick-links-block {
    grid-row: 1 / 2;
    align-self: end;
  }

  .intro-content {
    padding: 12.625rem 0;
  }

  .intro-content .section-heading {
    max-width: 100%;
    padding-bottom: 7.3125rem;
  }

  .quick-links-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .quick-links-list .quick-link:nth-child(even):hover {
    background-color: #122a4d;
  }

  .quick-links-list .quick-link:nth-child(odd):hover {
    background-color: #122a4d;
  }

  .quick-links-list .quick-link:nth-child(odd) {
    background-color: rgba(18, 42, 77, .6);
  }

  .quick-link {
    font-size: 1.625rem;
  }

  .about-section {
    padding: 4.3125rem 0 6.25rem;
  }

  .about-section .decor-block {
    left: auto;
    width: 25rem;
    bottom: 0;
    height: auto;
  }

  .about-section .decor-img {
    width: 98%;
    margin: 0 -1.25rem 0 0;
  }

  .about-section .section-layout {
    flex-direction: row;
    align-items: flex-end;
  }

  .about-section .img-block {
    flex: 0 0 auto;
    order: 2;
  }

  .about-section .text-block {
    order: 1;
    padding-bottom: .875rem;
  }

  .about-section .text-block .btn {
    width: auto;
    min-width: 18.75rem;
  }

  .services-section {
    padding: 5.4375rem 0;
  }

  .services-section .decor {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subscribe-section {
    padding: 4.5rem 0 5.875rem;
  }

  .subscribe-section h2,.subscribe-section .h2 {
    font-size: 3rem;
  }

  .subscribe-form [type=submit] {
    font-size: 2.5rem;
    margin-left: -.3125rem;
  }

  .updates-section {
    padding: 7.5rem 0;
  }

  .updates-slider {
    margin: 0 -2.75rem 2.8125rem;
  }

  /*.updates-slider .slide:not(.slick-current) .update-preview {
    transform: scale(.9);
  }*/

  .news-section {
    padding: 4.5625rem 0 3.5625rem;
  }

  .news-section .section-heading {
    margin-bottom: 1.375rem;
  }

  .news-slider {
    margin: 0 -1.625rem 2.875rem;
  }

  .news-slider .slick-list {
    padding: 0 .8125rem;
  }

  .news-slider .slick-slide:not(.slick-active) .article-preview {
    box-shadow: none;
  }

  .values-section {
    padding: 3rem 0 3.8125rem;
  }

  .values-section .section-heading {
    margin-bottom: 4rem;
  }

  .values-list {
    padding: 0 1.25rem;
    flex-direction: row;
    justify-content: center;
  }

  .values-list .value-card {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
  }

  .value-card:hover .title-block {
    bottom: auto;
    top:50%;
    transform: translateY(-50%);
  }

  .value-card .title-block {
    bottom: auto;
    padding: 2.4375rem .3125rem;
    top: 100%;
    transform: translateY(-100%);
  }

  .blockquote-slider .slick-dots {
    right: calc(50% - 392px);
    bottom: 7.5625rem;
  }

  .blockquote {
    padding: 6.25rem 0 4.8125rem;
  }

  .blockquote-footer {
    width: calc(100% - 360px);
  }

  .blockquote-footer {
    margin-top: 3rem;
  }

   .buffer,
   .press-wrap .buffer {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1280px) {
  h1,.h1 {
    font-size: 3.75rem;
  }

  .sticky-wrap-header.fixed-position .header-holder {
    padding: 1.25rem 0;
  }

  .header .logo {
    width: 11.875rem;
  }

  .header-holder {
    padding: 2.625rem 0;
  }

  .main-nav {
    padding: 0 1.4375rem;
  }

  .main-nav>li {
    padding: 1.125rem 1.4375rem;
  }

  .alert-bar {
    font-size: 1.875rem;
  }

  .footer-holder .row {
    grid-gap: 5rem 2.5rem;
    margin-bottom: 1.75rem;
  }

  .intro-section {
    grid-template-rows: 59.625rem;
  }

  .intro-section:before {
    height: 16.25rem;
  }

  .quick-link {
    font-size: 1.875rem;
  }

  .about-section {
    padding: 4.3125rem 0 9.625rem;
  }

  .about-section .section-layout {
    grid-gap: 5.625rem;
  }

  .about-section .img-block {
    max-width: 33.5rem;
  }

  .about-section .text-block .btn {
    min-width: 25rem;
  }

  .district-section {
    background-color: #ffce07;
  }

  .district-section .section-layout {
    display: flex;
    align-items: flex-start;
    max-width: 88.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .district-section .content-block {
    margin-top: -13.375rem;
  }

  .district-section .map-block {
    width: 38.75rem;
    max-width: 100%;
    flex: 0 0 auto;
    margin-bottom: 0;
  }

  .district-section .text-block {
    margin: 3.875rem 0 0 1.25rem;
    padding: 3rem 2.5rem 4rem 1.25rem;
  }

  .district-section .text-block:after {
    content: '';
    position: absolute;
    left: -14.1875rem;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
  }

  .district-section .map-pin#wayne-county {
    right: .9375rem;
  }

  .district-section .map-pin#lackawanna-county {
    right: 1.5625rem;
    top: 3.5625rem;
  }

  .district-section .map-pin#parts-of-luzerne-county {
    top: 5.875rem;
    right: 2.125rem;
  }

  .district-section .map-pin#pike-county {
    top: 4.4375rem;
  }

  .district-section .map-pin#parts-of-monroe-county {
    top: 6.9375rem;
    right: -1.3125rem;
  }

  .district-images-slider .img-block {
    height: 28.75rem;
  }

  .updates-section {
    padding: 7.5rem 0 10.8125rem;
  }

  .value-card {
    height: 26.875rem;
  }

  .blockquote p:first-child:before {
    transform: translate(-68%, -5%);
  }

  .blockquote p:last-of-type:after {
    right: auto;
    transform: translate(-26%, -75%) rotate(180deg);
  }

  .enacted-legislation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .enacted-legislation .article-preview {
    width: 48% !important;
  }
}

@media (min-width: 1366px) {
  .sticky-wrap-header.fixed-position .logo {
    width: 11.875rem;
  }

  .header .logo {
    width: 18.125rem;
  }

  .alert-bar .text {
    margin: 0 6.875rem 0 8.375rem;
  }

  .quick-link {
    font-size: 2.125rem;
  }

  .about-section .text-block .btn {
    min-width: 30.875rem;
  }

  .services-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 1.0625rem 1.375rem;
  }

  .district-section .text-block {
    margin: 3.875rem 3.125rem 0 2.25rem;
  }

  .value-card {
    height: 30.625rem;
  }
}

@media (min-width: 1440px) {
  .quick-link {
    font-size: 2.25rem;
    padding: 1.25rem 1.25rem 3.875rem;
    min-height: 12.125rem;
  }

  .district-section .content-block {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .values-list {
    justify-content: space-between;
    grid-gap: .875rem;
  }

  .section-heading-img {
    background-position: 50% 0%;
  }

  .inner-header .section-heading-img {
    min-height: 30rem;
  }
}

@media (min-width: 1600px) {
  .quick-link {
    font-size: 2.5rem;
  }

  .about-section .decor-block {
    width: 39vw;
  }

  .updates-slider {
    margin: 0 -5.5rem 2.8125rem;
  }

  .values-list {
    padding: 0 1.6875rem;
  }
}

@media (min-width: 1800px) {
  .inner-header .section-heading-img {
    min-height: 50rem;
  }
}


@media (max-width: 1023px) {
  .drop-holder {
    border-bottom: none;
  }
  
  .issue-news .news-slider .slide {
    width: 50%;
  }

  .issue-news .news-slider .slide:last-of-type { 
    display: none;
  }

  body.nav-active {
    overflow: hidden !important;
  }

  .main-nav>li:nth-child(odd)>a {
    background-color: #0e2341;
  }

  .main-nav-drop {
    position: absolute;
    background: #122a4d;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
  }

  .nav-active .main-nav-drop {
    transform: translateX(0);
  }

  .main-nav-inner {
    height: 100%;
  }

  .buffer {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .mapcol, 
  .mapcol.double,
  .maprow {
    display: block;
    margin: 1rem auto;
    text-align: center;
  }

  .float {
    float:none !important;
    margin: 1rem auto !important;
    display: block;
  }

  .issue-news .news-slider {
    display: block;
  }

  .issue-news .news-slider .slide {
    width: 100%;
  }

  .press-col {
    flex: initial;
  }
  .pr-btn {
    width: 100%;
  }
  
  .column-a {
    display: block;
  }

  .posture-stories,
  .news-container #newsfilterlist .tablister {
    display: block;
  }

  .news-container #newsfilterlist li,
  .news-container #newsfilterlist .filter {
    border: none;
    width: 100%;
    display: block;
    max-width: none;
  }

  .news-container #newsfilterlist li a:hover { 
    background-color: initial;
    color: var(--secondary-color);
  }

  .posture-stories article { 
    width: 100%;
    flex: none;
    margin: 0 0 2rem;
  }

  .container,
  .press-wrap .buffer {
    padding: 0 1.375rem;
  }

  .subscribe-open-close {
    left: 0;
  }

  .subscribe-open-close .input-group button[type="submit"] {
    width: 100%;
  }

  .about-section .decor-img {
    display: none;
  }

  .district-section .map-pin {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    box-shadow: inset 0 0 0 .1875rem #ffce07;
  }

  .district-section path[data-id].active {
    fill: #398fb9;
  }

  .subscribe-popup img {
    display: none;
  }

  .subscribe-block {
    max-width: 100%;
  }

  .subscribe-popup {
    min-height: auto;
    padding: 2rem;
  }
}

@media (max-width: 1279px) {

  .double {
    flex: 1;
  }

  .quick-links-block .container {
    padding: 0;
  }

  .inner-header {
    position: relative;
  }

  .inner-header .section-heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
  }

  .inner-header .heading-left .h2 {
    text-align: center;
  }

  .inner-header .heading-left .h2::after {
    content: none;
  }

  .inner-header .section-heading-img {
    width: 100%;
    position: relative;
    min-height: 20rem;
  }

  .inner-header .section-heading-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(18,42,77,0) 0%, rgba(18,42,77,1) 100%);
    z-index: 10; 
   }
}

@media (min-width: 1024px) and (max-width: 1719px) {
  .main-nav>li:nth-last-child(1) .drop {
    left: auto;
    right: 0;
  }

   .drop {
    width: 18.25rem;
  }

  .drop .second-level-nav {
    font-size: 1.2rem;
  }

  .about-section .img-block {
    max-width: 40rem;
    margin-right: 10rem;
  }

  .about-section .img-block img {
    max-width: 30rem;
  }

  .about-section .decor-block {
    width: 35rem;
  }

  .inner-header .section-heading-img {
    min-height: 30rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .values-section .section-heading h2,.values-section .section-heading .h2 {
    font-size: 2.5rem;
  }

  .posture-stories .more-line:after {
    content: none;
  }
}


@media (max-width: 560px) {
  .float.float-right {
    max-width: 100%;
  }

  .top-level {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-gap: 2rem;
  }
}



@media (max-width: 480px) {
  .posture-stories .link-row:after {
    content:none;
  }

  .posture-stories .more-line:after {
    width: 30%;
  }
}

