@charset "UTF-8";
:root {
  --primary-color: #002E6D;
  --secondary-color: #f7a800;
  --light-gray-color: #e1e1e1;
}

.navy {
  color: var(--primary-color);
}

.gold {
  color: var(--secondary-color);
}

.gray {
  color: var(--light-gray-color);
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?lc80nr');
  src:  url('../fonts/icomoon.eot?lc80nr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?lc80nr') format('truetype'),
    url('../fonts/icomoon.woff?lc80nr') format('woff'),
    url('../fonts/icomoon.svg?lc80nr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e902";
}
.icon-twitter-outline:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-chevron-right:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-arrow-up:before {
  content: "\e907";
}
.icon-search:before {
  content: "\e908";
}
.icon-close:before {
  content: "\e909";
}
.icon-instagram:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e90d";
}
.icon-threads-circle:before {
  content: "\e918";
}
.icon-x-circle:before {
  content: "\e919";
}
.icon-x:before {
  content: "\e900";
}
.icon-threads:before {
  content: "\e901";
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.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;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
iframe {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

figure {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.social-networks,
.main-nav,
.drop ul,
.issues-list,
.menu-footer {
  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;
}

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  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;
}

body {
  color: #4b4b4b;
  background-color: #fff;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #f7a800;
  text-decoration: none;
}

a:hover {
  color: #c48500;
  text-decoration: underline;
}

p {
  margin: 0 0 1em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #002e6d;
}

.buffer h1,
.buffer .h1,
.buffer h2,
.buffer .h2,
.buffer h3,
.buffer .h3,
.buffer h4,
.buffer .h4,
.buffer h5,
.buffer .h5,
.buffer h6,
.buffer .h6,
.buffer .h {
  margin-bottom: 0.625rem;
}

h1,
.h1 {
  font-size: 3.125rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.125rem;
}

h2,
.h2 {
  font-size: 2.125rem;
  line-height: 1.1;
  margin-bottom: 1.4375rem;
}

h3,
.h3 {
  font-size: 1.875rem;
  margin-bottom: 1.1875rem;
  line-height: 1.1;
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

h5,
.h5 {
  font-size: 1.125rem;
  color: #f7a800;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.1;
}

h6,
.h6 {
  font-size: 15px;
}

.section-heading {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.9375rem;
}

.section-heading .decore-heading {
  position: absolute;
  left: 0;
  top: -0.4375rem;
  background: #f7a800;
  width: 3.3125rem;
  height: 0.25rem;
}

.section-heading .decore-heading.decore-right {
  left: calc(100% + 1.1rem * .625);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-heading .decore-heading.decore-md {
  width: 2.625rem;
}

.section-heading .decore-heading.decore-lg {
  width: 4.875rem;
}

.section-heading h1,
.section-heading .h1,
.section-heading h2,
.section-heading .h2,
.section-heading h3,
.section-heading .h3,
.section-heading h4,
.section-heading .h4,
.section-heading h5,
.section-heading .h5,
.section-heading h6,
.section-heading .h6 {
  margin: 0;
}

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 {
  -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 #3c3c3c;
  border-radius: 0;
  font-size: 1.0625rem;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: normal;
  background-color: #fff;
  width: 100%;
  min-width: 130px;
  padding: 0.3125rem 1rem;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=color]:focus,
input:not([type]):focus,
textarea:focus {
  border-color: #e1e1e1;
}

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]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #818181;
  font-size: 1.0625rem;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #818181;
  font-size: 1.0625rem;
}

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: #818181;
  font-size: 1.0625rem;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #818181;
  font-size: 1.0625rem;
}

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: #818181;
  font-size: 1.0625rem;
}

textarea,
.textarea {
  resize: none;
  height: 150px;
  padding: 0.3125rem 1rem;
  font-size: 1.0625rem;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.btn {
  color: #002e6d;
  background-color: transparent;
  padding: 0.9375rem 1.8125rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.header-wrap {
  position: relative;
  z-index: 999;
}

.header {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #002e6d;
  background: #fff;
  z-index: 100;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #002e6d;
}

.header > .container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.fixed-position .header {
  background: #fff;
}

.header .logo {
  display: block;
  width: 10.625rem;
}

.header .logo a {
  display: block;
}

.header .social-networks a {
  color: currentColor;
}

.header-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem 0;
}

.social-networks {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1rem;
  margin: 0 -0.5rem;
}

.social-networks li {
  padding: 0 0.5rem;
}

.social-networks a {
  color: #fff;
}

.social-networks a:hover {
  color: #f7a800;
  text-decoration: none;
}

.main-nav {
  font: 0.9090909091rem "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0 0 3.4375rem;
}

.main-nav > li {
  position: relative;
  margin: 0 0 0.6875rem;
}

.main-nav > li > a {
  color: currentColor;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-size: 2.0625rem;
}

.main-nav > li > .drop:before {
  content: "";
  height: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}

.main-nav > li:hover > a,
.main-nav > li.hover-tab > a,
.main-nav > li.active > a {
  color: #f7a800;
}

.main-nav > li:hover > a:after,
.main-nav > li.hover-tab > a:after,
.main-nav > li.active > a:after {
  opacity: 1;
  visibility: visible;
  left: 0;
  right: 0;
}

.main-nav a {
  color: currentColor;
  text-decoration: none;
  display: block;
}

.drop {
  background: rgba(255, 255, 255, 0.19);
  margin: 0.875rem 0 1.875rem;
  padding: 2.1875rem 0 1.125rem;
}

.drop a {
  color: #fff;
}

.drop ul > li {
  position: relative;
  margin: 0 0 1.25rem;
}

.drop ul > li.active > a {
  color: #f7a800;
}

.drop .drop {
  background: rgba(255, 255, 255, 0.15);
}

.main-nav-drop {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.nav-active .main-nav-drop {
  opacity: 1;
  visibility: visible;
}

.search-form .search-drop {
  padding: 0 0 2.5rem;
}

.search-form .search-drop .search-close {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0;
  font-size: 1.5rem;
  color: #002e6d;
  text-decoration: none;
  top: 1.0625rem;
  right: 1.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-form form {
  position: relative;
}

.search-form input[type=search],
.search-form input[type=text] {
  background-color: #fff;
  padding: 0.625rem 3.6875rem 0.625rem 1.5rem;
  border: none;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  height: 3.875rem;
}

.search-form input[type=search]::-webkit-input-placeholder,
.search-form input[type=text]::-webkit-input-placeholder {
  font-size: 1.125rem;
  font-weight: 400;
  color: #002e6d;
}

.search-form input[type=search]::-moz-placeholder,
.search-form input[type=text]::-moz-placeholder {
  opacity: 1;
  font-size: 1.125rem;
  font-weight: 400;
  color: #002e6d;
}

.search-form input[type=search]:-moz-placeholder,
.search-form input[type=text]:-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 400;
  color: #002e6d;
}

.search-form input[type=search]:-ms-input-placeholder,
.search-form input[type=text]:-ms-input-placeholder {
  font-size: 1.125rem;
  font-weight: 400;
  color: #002e6d;
}

.search-form input[type=search].placeholder,
.search-form input[type=text].placeholder {
  font-size: 1.125rem;
  font-weight: 400;
  color: #002e6d;
}

.search-form button[type=submit] {
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  font-size: 1.875rem;
  color: #002e6d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.875rem;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
}

.search-form button[type=submit]:hover {
  opacity: 0.8;
}

.search-form .search-opener,
.search-form .btn-search {
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #002e6d;
  text-decoration: none;
  line-height: 1;
  font-size: inherit;
}

.search-form .search-opener {
  color: currentColor;
  margin: 0 0 0 1.25rem;
}

.search-form .search-opener:hover {
  color: #f7a800;
}

.options {
  padding: 0 1.25rem 0 1.5625rem;
}

.nav-opener {
  -webkit-transition: background 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, margin 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  width: 2.0625rem;
  height: 1.9375rem;
  text-indent: -9999px;
  margin: 0.375rem 0 0;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
  -webkit-transition: background 0.3s ease-in-out, top 0.25s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, top 0.25s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, top 0.25s ease-in-out 0.3s;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, top 0.25s ease-in-out 0.3s;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, top 0.25s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  background: #002e6d;
  height: 0.3125rem;
  left: 0;
  right: 0;
}

.nav-opener:after {
  top: 0;
}

.nav-opener span {
  -webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  top: 0.75rem;
}

.nav-opener:before {
  top: 1.5rem;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
  top: 0.75rem;
  -webkit-transition: background 0.3s ease-in-out, top 0.25s, -webkit-transform 0.3s ease 0.3s;
  transition: background 0.3s ease-in-out, top 0.25s, -webkit-transform 0.3s ease 0.3s;
  -o-transition: background 0.3s ease-in-out, top 0.25s, transform 0.3s ease 0.3s;
  transition: background 0.3s ease-in-out, top 0.25s, transform 0.3s ease 0.3s;
  transition: background 0.3s ease-in-out, top 0.25s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}

.nav-active .nav-opener:before {
  -webkit-transform: rotateZ(45deg) scale(1.05);
  -ms-transform: rotate(45deg) scale(1.05);
  transform: rotateZ(45deg) scale(1.05);
}

.nav-active .nav-opener:after {
  -webkit-transform: rotateZ(-45deg) scale(1.05);
  -ms-transform: rotate(-45deg) scale(1.05);
  transform: rotateZ(-45deg) scale(1.05);
}

.alert-bar {
  -webkit-transition: min-height 0.3s ease-in-out, padding 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: min-height 0.3s ease-in-out, padding 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, min-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, min-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, min-height 0.3s ease-in-out, padding 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background: #fff;
  color: #002e6d;
  font-size: 1rem;
  font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 600;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 99;
}

.alert-active .alert-bar {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  padding: 2.0625rem 0 1.75rem;
  max-height: 125rem;
}

.alert-bar .title {
  margin: 0 0 16px;
  display: block;
}

.alert-bar .alert-info {
  color: #f7a800;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 0 0 0 1.25rem;
}

.alert-bar .alert-info:before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: #f7a800;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.alert-bar .btn {
  padding: 5px 23px;
  min-width: 0;
  border-width: 2px;
}

.alert-bar .alert-bar-close {
  position: absolute;
  z-index: 99;
  width: 1.875rem;
  height: 1.875rem;
  top: 7px;
  right: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f7a800;
  font-size: 1.375rem;
}

.container {
  max-width: 1205px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

#wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner #header {
  -ms-grid-row: 1;
  grid-row: 1;
}

.wrapper-inner #main {
  -ms-grid-row: 2;
  grid-row: 2;
}

.wrapper-inner #footer {
  -ms-grid-row: 3;
  grid-row: 3;
}

.footer {
  background: #002e6d;
  color: #fff;
  position: relative;
}

.footer > .container {
  max-width: 81.25rem;
}

.footer span {
  display: block;
}

.footer .anchor-link {
  width: 3.5rem;
  height: 3.3125rem;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 100%;
  color: #fff;
  background: #f7a800;
  border: 0.0625rem solid #f7a800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .anchor-link:hover {
  text-decoration: none;
  background: #fff;
  color: #f7a800;
}

.footer .anchor-link [class^=icon-] {
  font-size: 0.8125rem;
}

.footer .footer-holder {
  padding: 3.125rem 1.875rem;
}

.footer .footer-holder .section-heading {
  margin-bottom: 1.3125rem;
}

.footer .address-holder {
  margin-bottom: 2.625rem;
}

.footer .phone-holder .wrap {
  margin-bottom: 1.9375rem;
}

.footer .phone-holder .wrap:last-child {
  margin-bottom: 0;
}

.footer .phone-holder a {
  color: #fff;
}

.footer .phone-holder a:hover {
  text-decoration: none;
  color: #f7a800;
}

.footer address {
  font-style: normal;
  line-height: 1.8;
}

.footer .title {
  display: block;
}

.footer .footer-bottom {
  padding: 1.75rem 0.9375rem 3.4375rem;
  border-top: 0.125rem solid rgba(255, 255, 255, 0.11);
}

.footer .subscribe-holder {
  margin-bottom: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
}

.footer .subscribe-holder .text {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.footer .subscribe-holder .btn-holder {
  text-align: center;
}

.footer .subscribe-holder .btn {
  min-width: 12rem;
  padding: 0.75rem 1.8125rem;
}

.footer .social-networks {
  margin: 0 -0.875rem 2.625rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 23px;
}

.footer .social-networks li {
  padding: 0 0.875rem;
}

.footer .social-networks a:hover {
  color: #f7a800;
}

.issues-block {
  margin-bottom: 2.875rem;
}

.issues-list li {
  margin-bottom: 0.125rem;
}

.issues-list a {
  color: #fff;
}

.issues-list a:hover {
  text-decoration: none;
  color: #f7a800;
}

.menu-footer {
  font-size: 0.875rem;
  font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.menu-footer li {
  margin-bottom: 0.0625rem;
}

.menu-footer li:last-child {
  margin-bottom: 0;
}

.btn {
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  border: 0.0625rem solid #002e6d;
  min-width: 10.25rem;
}

.btn:hover {
  background: #002e6d;
  color: #fff;
}

.btn [class^=icon-] {
  margin-left: 0.5rem;
  display: inline-block;
}

.btn.md {
  min-width: 13.75rem;
  padding: 0.875rem 0.75rem;
}

.btn.xl {
  font-size: 1.375rem;
  padding: 1.9375rem 2.75rem;
}

.btn.yellow {
  background: #f7a800;
  color: #fff;
  border-color: #f7a800;
}

.btn.yellow:hover {
  color: #f7a800;
  background: transparent;
}

.btn.blue {
  background: #002e6d;
  border-color: #002e6d;
  color: #fff;
}

.btn.blue:hover {
  color: #002e6d;
  background: transparent;
}

.connect-block {
  padding: 3.9375rem 0 6.625rem;
}

.connect-block input[type=text],
.connect-block input[type=email] {
  background-color: #e1e1e1;
  height: 5.5rem;
  border: 0 solid transparent;
}

.connect-block .input-group {
  margin-bottom: 1.3125rem;
}

.features-section .box {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 26.5rem;
}

.features-section .img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.features-section .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.78;
  z-index: -1;
}

.features-section a {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: block;
  padding: 2.5rem 2.375rem;
}

.features-section a:hover .img-wrap {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.features-section .section-heading {
  z-index: 1;
  margin: 0;
}

.features-section .section-heading .decore-heading {
  top: -1.0625rem;
}

.features-section .title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.15;
}

.features-section .title span,
.text-yellow {
  color: #f7a800;
}

.news-section {
  padding: 3.875rem 0 6.25rem;
  background: rgba(225, 225, 225, 0.65);
}

.latest-news .section-heading,
.socials-news .section-heading {
  margin-bottom: 2.8125rem;
}

.latest-news .section-heading .decore-heading,
.socials-news .section-heading .decore-heading {
  top: -1.0625rem;
}

.latest-news .h2,
.latest-news h2,
.socials-news .h2,
.socials-news h2 {
  text-transform: uppercase;
}

.latest-news a:hover,
.socials-news a:hover {
  text-decoration: none;
}

.latest-news .btn-holder,
.socials-news .btn-holder {
  margin-top: auto;
}

.latest-news {
  line-height: 1.55;
  margin-bottom: 6.5625rem;
}

.latest-news .item {
  margin-bottom: 3.125rem;
  position: relative;
}

.latest-news .card {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  color: #4b4b4b;
  display: block;
  background: #fff;
  padding: 2.1875rem 2.1875rem 1.9375rem;
}

.latest-news .card:hover {
  -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.16);
}

.latest-news .card:hover .title {
  color: #002e6d;
}

.latest-news .card:hover .date-desktop {
  background: #002e6d;
}

.latest-news .date-mobile {
  color: #f7a800;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.latest-news .date-desktop {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  background: #4b4b4b;
  width: 5rem;
  height: 6.125rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.latest-news .date-desktop span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.latest-news .date-desktop strong {
  font-size: 2.375rem;
  font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.latest-news .title {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: block;
  margin-bottom: 0.1875rem;
  font-size: 1.25rem;
  font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.latest-news .more {
  display: block;
  font-size: 1rem;
}

.socials-news a {
  color: #002e6d;
}

.socials-news a:hover .icon-twitter {
  opacity: 1;
  visibility: visible;
}

.socials-news a:hover .icon-twitter-outline {
  opacity: 0;
  visibility: hidden;
}

.socials-news .social-item {
  margin-bottom: 3.1875rem;
  font-size: 1.1875rem;
}

.socials-news .heading {
  color: #4b4b4b;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 1.1875rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.socials-news .user {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-right: 0.9375rem;
  color: inherit;
}

.socials-news .user:hover {
  color: #f7a800;
}

.socials-news .social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.socials-news .text-yellow {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.socials-news .text-yellow:hover {
  color: #002e6d;
}

.socials-news .icon-twitter-outline {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  font-size: 6.125rem;
}

.socials-news .icon-twitter {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 6.125rem;
}

.socials-news .txt-holder {
  font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.socials-news .txt-holder a {
  color: #f7a800;
}

.featured-news-section {
  padding: 1.25rem 0 5.3125rem;
  position: relative;
}

.featured-news-section .img-holder {
  position: relative;
  margin-bottom: 1.3125rem;
}

.featured-news-section .block-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 82%;
}

.featured-news-section .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f7a800;
  width: 5.1875rem;
  height: 6.4375rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding-top: 0.625rem;
}

.featured-news-section .date span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-news-section .date strong {
  font-size: 2.5625rem;
  font-family: "Montserrat", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.featured-news-section .news-type {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.6875rem;
  color: #f7a800;
  font-weight: 600;
}

.featured-news-section .txt-holder {
  margin-bottom: 1.5rem;
}

.featured-news-section p:last-of-type {
  margin-bottom: 0;
}

.intro-section {
  position: relative;
  z-index: 1;
  padding: 5.125rem 0 9.375rem;
  min-height: 42.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #002e6d;
  opacity: 0.55;
}

.intro-section .heading-visual {
  position: relative;
  z-index: 1;
}

.intro-section .anchor-link {
  position: absolute;
  bottom: 1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  font-size: 1.125rem;
}

.intro-section .anchor-link:hover {
  text-decoration: none;
  color: #f7a800;
}

.intro-section .txt-holder {
  margin-bottom: 2.3125rem;
}

.intro-section .btn {
  min-width: 11.75rem;
  padding: 1.3125rem 1.8125rem 1.375rem;
  font-size: 1rem;
}

.intro-content-wrap {
  color: #fff;
  padding: 0 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.7;
}

.intro-slider {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.intro-slider .slick-track {
  height: 100%;
}

.intro-slider .slick-list {
  height: 100%;
}

.intro-slider .intro-slide {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.spotlight-open-close {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  background: #002e6d;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: bottom-slide 0.5s ease-out 1s forwards;
  animation: bottom-slide 0.5s ease-out 1s forwards;
}

.spotlight-open-close .opener {
  position: absolute;
  top: 0.8125rem;
  right: 0.8125rem;
  display: block;
  font-size: 1.4375rem;
}

.spotlight-open-close .opener:hover {
  text-decoration: none;
}

.spotlight-slider {
  padding: 3.4375rem 2.25rem;
  color: #fff;
}

.spotlight-slider .section-heading .decore-heading {
  top: -1.3125rem;
}

.spotlight-slider .section-heading h3,
.spotlight-slider .section-heading .h3 {
  color: #fff;
}

.spotlight-slider .section-heading h3:after,
.spotlight-slider .section-heading .h3:after {
  display: none;
}

.spotlight-slider p {
  margin-bottom: 1.5625rem;
}

.spotlight-slider ul {
  margin: 0;
}

.spotlight-slider p:last-of-type {
  margin-bottom: 0;
}

@-webkit-keyframes bottom-slide {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bottom-slide {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*News and Calendar Styles */
.events-listing a {
  font-weight: bold;
  color: #002e6d;
}

.events-pages {
  margin: 30px 0;
  display: block;
}

.events-pages span {
  font-size: 0.875rem;
  padding: 0.84375rem 1.8125rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #E8E9E9;
  color: #3c3c3c;
  top: 7px;
  position: relative;
}

.events-pages a {
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  border: 0.0625rem solid #002e6d;
  background-color: #002e6d;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.9375rem 1.8125rem;
  line-height: 1;
  font-weight: 700;
  min-width: 9rem;
}

.events-pages a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #002e6d;
}

.search-box {
  background: #e1e1e1;
  padding: 20px;
}

.search-box .middleheadline {
  font-weight: bold;
}

.event-search label {
  font-weight: bold;
  color: #002e6d;
  display: block;
}

.filter-drop {
  display: inline-block;
  min-height: 1.71875rem;
  border: 1px solid #aaa;
  background: #fff;
  padding: 0.15625rem;
  color: #555;
  width: 100%;
}

.buffer button,
.buffer [type=button],
.buffer [type=reset],
.buffer [type=submit] {
  background: #002e6d;
  border-color: #002e6d;
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  border: 0.0625rem solid #002e6d;
  min-width: 10.25rem;
  font-weight: 700;
  padding: 0.9375rem 1.8125rem;
}

.buffer .news-imagewrap,
.buffer .pictureholder {
  display: none;
}

.buffer .middleheadline {
  font-weight: 700;
  color: #002e6d;
  text-transform: uppercase;
}

.buffer #news-search .dropbtn,
.buffer #news-search .open-search .submit {
  padding: initial;
  text-transform: none;
}

.buffer a.prevnexter,
.buffer #news-search .dropbtn,
.buffer #news-search .search-title,
.buffer #news-search .search-phrase {
  font-size: 0.875rem;
}

#news-search {
  display: none;
}

.news-filter#news-search {
  display: block;
}

#calendar-listing .calblocker {
  padding: 1rem;
}

#calendar-listing .calblocker:nth-child(2n) {
  background-color: #E8E9E9;
}

#calendar-listing .calblocker::after {
  content: none;
}

.buffer h1,
.buffer .h1,
.buffer h4,
.buffer .h4,
.buffer h6,
.buffer .h6 {
  color: #002e6d;
}

#news-search .form-filter .filter-drop {
  width: calc(100% - 4.2rem);
}

#news-search .filter-drop.filter-split {
  width: calc(50% - 2.2rem);
}

.inner-header {
  background: #002E6D;
  min-height: 17.9111875rem;
  position: relative;
}

.inner-header .section-heading {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.inner-header .section-heading h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.decor-bottom span:after {
  width: 127px;
  height: 8px;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  background: #edb200;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-wrap {
  padding: 3.75rem 0;
}

#main.internal .connect-block {
  background: #E1E1E1;
}

#main.internal .connect-block input[type=text],
#main.internal .connect-block input[type=email] {
  background: #fff;
}

.event-listing {
  margin-bottom: 40px;
}

.CalendarControl {
  margin: 0 auto;
}

/* Custom Membership page */

#member-list {
  display: flex;
  margin: 0 0 20px;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

#member-list .member {
    width: calc(25% - 20px);
    margin: 20px 10px;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.16);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    padding: 10px;
}

#member-list .member:hover {
  top: -8px;
}

#member-list .member a:hover {
  text-decoration: none;
}

#member-list span {
  display: block;
  line-height: 1.5rem;
}

#member-list .member-title {
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 0;
  font-size: 1.15rem;
}

#member-list .creds {
  font-style: italic;
}


@media (min-width: 520px) {
  .footer .subscribe-holder {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer .subscribe-holder .text {
    margin: 0 0.625rem 0 0;
    width: 54%;
  }

  .footer .subscribe-holder .btn-holder {
    width: 20%;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.64;
  }

  h1,
.h1 {
    font-size: 4.25rem;
    margin-bottom: 0.75rem;
  }

  .buffer h1,
.buffer .h1 {
    font-size: 2.8125rem;
  }

  h2,
.h2 {
    font-size: 2.375rem;
    margin-bottom: 2.1875rem;
  }

  h3,
.h3 {
    margin-bottom: 1.875rem;
  }

  .section-heading .decore-heading {
    width: 2.625rem;
  }

  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 {
    font-size: 1.3125rem;
  }

  input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 1.3125rem;
  }

  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 {
    font-size: 1.3125rem;
  }

  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 {
    font-size: 1.3125rem;
  }

  input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 1.3125rem;
  }

  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 {
    font-size: 1.3125rem;
  }

  .header-wrap {
    position: absolute;
    left: 0 !important;
    right: 0;
    top: 0;
    width: 100%;
    background: transparent;
    color: #fff;
  }

  .header {
    background: transparent;
    color: #fff;
    border: none;
  }

  .header > .container {
    padding-left: 23px;
    padding-right: 23px;
  }

  .fixed-position .header {
    border-bottom: 1px solid #002e6d;
  }

  .fixed-position .header .nav-opener:after,
.fixed-position .header .nav-opener:before,
.fixed-position .header .nav-opener span {
    background: #002e6d;
  }

  .fixed-position .header .logo {
    padding: 0.4375rem 3.125rem 0.625rem 1.375rem;
  }

  .fixed-position .header .logo .mobile-logo {
    display: block;
  }

  .fixed-position .header .logo .desktop-logo {
    display: none;
  }

  .header .logo {
    width: 20rem;
    padding: 1.5rem 1.9375rem 1.5rem 1.9375rem;
    background: #fff;
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
  }

  .header .logo .mobile-logo {
    display: none;
  }

  .header-holder {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.375rem 0;
  }

  .drop-holder {
    width: calc(100% - 24.2rem * .625);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main-nav {
    margin: 0 0 6.1875rem;
  }

  .main-nav > li {
    margin: 0 0 0.3125rem;
  }

  .main-nav > li > a {
    font-size: 2.3125rem;
  }

  .drop {
    padding: 1.9375rem 0 1.125rem;
  }

  .options {
    padding: 0 1.125rem 0 2.3125rem;
  }

  .nav-opener {
    margin: 0;
  }

  .nav-opener:after,
.nav-opener:before,
.nav-opener span {
    background: #fff;
  }

  .nav-opener:hover:after,
.nav-opener:hover:before,
.nav-opener:hover span {
    background: #fff;
  }

  .alert-bar {
    padding: 0 3.375rem 0 2.25rem;
  }

  .alert-active .alert-bar {
    /*max-height: 4.5625rem;*/
    padding: 1.375rem 3.375rem 1.4375rem 2.25rem;
  }

  .alert-bar .alert-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .alert-bar .title {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.25rem 0 0;
  }

  .alert-bar .title br {
    display: none;
  }

  .alert-bar .alert-bar-close {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5rem;
    top: 50%;
  }

  .footer > .container {
    padding: 0 4.25rem;
  }

  .footer .footer-holder {
    padding: 4.4375rem 0 3.9375rem;
  }

  .footer .contact-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -1.5625rem;
    padding-right: 3.125rem;
  }

  .footer .address-holder {
    padding: 0 1.5625rem;
    margin: 0;
  }

  .footer .phone-holder {
    padding: 0 0 0 1.5625rem;
  }

  .footer address {
    line-height: 1.7;
  }

  .footer .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3.25rem 0;
  }

  .footer .subscribe-holder {
    margin-bottom: 1.875rem;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer .subscribe-holder .text {
    width: 43%;
  }

  .footer .subscribe-holder .btn-holder {
    width: auto;
  }

  .footer .social-networks {
    width: calc(43% + 1.4rem * .625);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0.625rem 0 -0.875rem;
  }

  .issues-block {
    margin-bottom: 5.25rem;
  }

  .issues-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 70%;
  }

  .issues-list li {
    margin-bottom: 0.0625rem;
  }

  .menu-footer {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .btn.lg {
    min-width: 13.75rem;
  }

  .connect-block > .container {
    padding: 0 2.4375rem;
  }

  .connect-block .connect-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .connect-block .input-group {
    width: 71%;
    margin: 0 1.875rem 0 0;
  }

  .connect-block .btn {
    width: 24%;
  }

  .features-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .features-section .box {
    width: 33.33%;
    min-height: 21.125rem;
  }

  .features-section a {
    padding: 1.6875rem 1.75rem;
  }

  .news-section {
    padding: 6.875rem 0 6.375rem;
  }

  .latest-news,
.socials-news {
    padding: 0 3.1875rem;
  }

  .latest-news .section-heading,
.socials-news .section-heading {
    margin-bottom: 3rem;
  }

  .latest-news .h2,
.latest-news h2,
.socials-news .h2,
.socials-news h2 {
    font-size: 2.1875rem;
  }

  .latest-news {
    line-height: 1.4;
    margin-bottom: 8.1875rem;
  }

  .latest-news .item {
    margin-bottom: 3.875rem;
  }

  .latest-news .card {
    padding: 2.6875rem 2.5rem 2.5625rem 7.625rem;
  }

  .latest-news .date-mobile {
    display: none;
  }

  .latest-news .title {
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
  }

  .socials-news .social-item {
    margin-bottom: 4.3125rem;
  }

  .socials-news .social-item .tweet-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .socials-news .heading {
    width: 85%;
    margin: 0 0 0 auto;
    padding: 0 0 0 2.5rem;
  }

  .socials-news .user {
    margin-right: 0.625rem;
  }

  .socials-news .social-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .socials-news .txt-holder {
    width: 85%;
    padding: 1.375rem 0 0 2.5rem;
  }

  .featured-news-section {
    padding: 4.25rem 0 5.3125rem;
  }

  .featured-news-section .row {
    padding: 0 3.3125rem;
  }

  .featured-news-section .img-holder {
    margin-bottom: 2.6875rem;
  }

  .featured-news-section .date {
    width: 7.0625rem;
    height: 8.6875rem;
  }

  .featured-news-section .date span {
    font-size: 1.125rem;
  }

  .featured-news-section .date strong {
    font-size: 2.6875rem;
  }

  .featured-news-section .news-type {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .featured-news-section .h2,
.featured-news-section h2 {
    width: 80%;
  }

  .featured-news-section .txt-holder {
    margin-bottom: 2.1875rem;
  }

  .intro-section {
    padding: 18.75rem 0 9.375rem;
    min-height: 52.3125rem;
  }

  .intro-section .heading-visual {
    width: 74%;
    margin: 0 auto;
  }

  .intro-section .btn {
    min-width: 14.375rem;
  }

  .intro-content-wrap {
    padding: 0;
    font-size: 1.1875rem;
  }

  .spotlight-slider {
    max-width: 26.8125rem;
    padding: 4.6875rem 3.5rem;
  }

  .spotlight-slider .section-heading {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .col.addy {
    width: 51%;
  }
  .section-heading .decore-heading {
    width: 4.875rem;
  }

  .inner-header .section-heading {
    max-width: 600px;
  }

  .header > .container {
    padding-left: 33px;
    padding-right: 33px;
  }

  .fixed-position .header {
    color: #002e6d;
  }

  .fixed-position .header .search-drop {
    padding: 0.625rem 0 0.4375rem 0.625rem;
    width: calc(100% - 14.2rem);
    height: 4.97rem;
  }

  .fixed-position .header .logo {
    width: 14.2rem;
    margin: 0;
    padding: 0.625rem 1.3125rem 0.625rem 2.5rem;
  }

  .header .logo {
    width: 16rem;
    padding: 1.5rem 1.6875rem 1.27rem 1.9375rem;
  }

  .header-holder {
    padding: 0 0 1.75rem;
  }

  .main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.75rem;
    margin: 0 1.25rem;
  }

  .main-nav > li {
    padding: 0 1rem;
    margin: 0;
  }

  .main-nav > li > a {
    font-size: 0.8125rem;
    padding: 1.9375rem 0 0;
  }

  .main-nav > li > a:after {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    right: 50%;
    height: 3px;
    background: #f7a800;
    opacity: 0;
    visibility: hidden;
  }

  .main-nav > li.hover-js {
    background: transparent !important;
  }

  .main-nav li.hover-js > .drop,
.main-nav li.hover-tab > .drop {
    opacity: 1;
    visibility: visible;
  }

  .main-nav li:hover > a {
    color: #f7a800;
  }

  .drop {
    padding: 0;
    background: #fff;
    width: 11.5rem;
    position: absolute;
    top: 100%;
    left: 1rem;
    margin: 1.4375rem 0 0;
    border-bottom: 0.3125rem solid #f7a800;
    opacity: 0;
    visibility: hidden;
  }

  .drop a {
    color: #002e6d;
  }

  .drop ul > li {
    margin: 0;
    padding: 0.6875rem 1.1875rem;
    border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.14);
  }

  .drop ul > li.active {
    background: #f1f1f1;
  }

  .drop ul > li.hover-js,
.drop ul > li.hover-tab {
    background: #f1f1f1;
  }

  .drop .drop {
    left: 100%;
    top: 0;
    margin: 0;
    background: #f1f1f1;
  }

  .search-form .search-mobile {
    display: none;
  }

  .search-form .search-drop {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    padding: 1.5625rem 0 1.0625rem 0.625rem;
    background: white;
    z-index: 103;
    width: calc(100% - 16rem);
  }

  .search-active .search-form .search-drop {
    opacity: 1;
    visibility: visible;
  }

  .search-form input[type=search]::-webkit-input-placeholder,
.search-form input[type=text]::-webkit-input-placeholder {
    font-size: 1.5625rem;
    font-style: italic;
  }

  .search-form input[type=search]::-moz-placeholder,
.search-form input[type=text]::-moz-placeholder {
    font-size: 1.5625rem;
    font-style: italic;
  }

  .search-form input[type=search]:-moz-placeholder,
.search-form input[type=text]:-moz-placeholder {
    font-size: 1.5625rem;
    font-style: italic;
  }

  .search-form input[type=search]:-ms-input-placeholder,
.search-form input[type=text]:-ms-input-placeholder {
    font-size: 1.5625rem;
    font-style: italic;
  }

  .search-form input[type=search].placeholder,
.search-form input[type=text].placeholder {
    font-size: 1.5625rem;
    font-style: italic;
  }

  .search-form .btn-search {
    display: none !important;
  }

  .main-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.375rem 0 0;
  }

  .nav-opener {
    display: none;
  }

  .alert-bar {
    padding: 0 3.375rem 0 10.4375rem;
  }

  .alert-active .alert-bar {
    /*max-height: 5.125rem;*/
    padding: 1.5625rem 3.375rem 1.75rem 10.4375rem;
  }

  .alert-bar .alert-info {
    padding: 0 1.25rem 0 1.25rem;
  }

  .footer > .container {
    padding: 0 1.25rem;
  }

  .footer .footer-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5.0625rem 0 4.4375rem;
  }

  /*.footer .col {
    width: calc(50% - 3rem);
    margin-right: 3rem;
  }*/

  .footer .contact-holder {
    margin: 0 0 0 -1.25rem;
    padding: 0;
  }

  .footer .address-holder {
    padding: 0 1.25rem;
    width: 70%;
  }

  .footer .phone-holder {
    padding: 0 0 0 0.625rem;
    width: 30%;
  }

  .footer .subscribe-holder {
    width: 45%;
  }

  .footer .social-networks {
    width: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -0.5625rem;
  }

  .footer .social-networks li {
    padding: 0 0.5625rem;
  }

  .issues-block {
    margin: 0;
  }

  .menu-footer {
    width: 35%;
  }

  .connect-block {
    padding: 4.75rem 0;
  }

  .connect-block > .container {
    padding: 0 1.25rem;
  }

  .connect-block .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .connect-block .h3,
.connect-block h3 {
    width: 27%;
    padding-right: 2rem;
    margin: 0;
  }

  .connect-block .connect-form {
    width: 73%;
  }

  .features-section .box {
    min-height: 34.5rem;
  }

  .features-section a {
    padding: 2.5rem 5rem 4.375rem 3.4375rem;
  }

  .features-section .title {
    font-size: 1.875rem;
  }

  .news-section {
    padding: 5.8125rem 0 5.75rem;
  }

  .news-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.625rem;
  }

  .latest-news,
.socials-news {
    width: 50%;
    padding: 0 2.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .latest-news .section-heading,
.socials-news .section-heading {
    margin-bottom: 3.125rem;
  }

  .latest-news .section-heading .decore-heading,
.socials-news .section-heading .decore-heading {
    top: -1.1875rem;
  }

  .latest-news {
    margin: 0;
  }

  .socials-news .social-item {
    padding: 2.625rem 0.5rem;
    margin-bottom: 0.6875rem;
    font-size: 1.25rem;
  }

  .socials-news .heading {
    width: 81%;
  }

  .socials-news .txt-holder {
    width: 81%;
  }

  .featured-news-section {
    padding: 5.5625rem 0 0;
  }

  .featured-news-section:before {
    content: "";
    position: absolute;
    left: -624.9375rem;
    right: -624.9375rem;
    bottom: 0;
    top: 85%;
    background: rgba(225, 225, 225, 0.67);
    z-index: -1;
  }

  .featured-news-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

  .featured-news-section .img-holder {
    width: 46.5%;
    margin: 0;
  }

  .featured-news-section .block-img {
    float: right;
    width: calc(100% + 2rem * .625);
    height: 100%;
    padding: 0;
  }

  .featured-news-section .date {
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
  }

  .featured-news-section .content-holder {
    width: 53.5%;
    padding: 0 0 10.9375rem 3.875rem;
  }

  .featured-news-section .h2,
.featured-news-section h2 {
    width: auto;
  }

  .intro-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10rem 0;
  }

  .intro-section .heading-visual {
    width: 53%;
    margin: 0 0 0 auto;
  }

  .intro-section .anchor-link {
    bottom: 1.8125rem;
  }

  .spotlight-slider .section-heading h3,
.spotlight-slider .section-heading .h3 {
    font-size: 2.1875rem;
  }

  .spotlight-slider p {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1100px) {
  .header .logo {
    width: 22rem;
  }
  .search-form .search-drop {
    width: calc(100% - 22rem);
  }
}

@media (min-width: 1280px) {

  .header .logo {
    width: 26rem;
  }

  .search-form .search-drop {
    width: calc(100% - 26rem);
  }
  
  .inner-header .section-heading {
    max-width: 800px;
  }

  .header .social-networks {
    padding-right: 1.5rem;
  }

  .main-nav {
    margin: 0 3.6vw 0 1.25rem;
  }

  .main-nav > li {
    padding: 0 1.1875rem;
  }

  .drop {
    left: 1.1875rem;
  }

  .footer .contact-holder {
    width: auto;
    margin: 0 0 0 -1.875rem;
  }

  .footer .address-holder {
    padding: 0 1.875rem;
    width: 75%;
  }

  .footer .phone-holder {
    padding: 0 0 0 1.875rem;
    width: 25%;
  }

  .footer .subscribe-holder {
    width: 50%;
  }

  .footer .social-networks {
    margin: 0 -0.875rem;
    padding: 0 1.625rem;
    width: 22.5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer .social-networks li {
    padding: 0 0.875rem;
  }

  .menu-footer {
    width: 27.5%;
  }

  .connect-block .input-group {
    width: 75%;
  }

  .connect-block .btn {
    width: 21%;
  }

  .featured-news-section .block-img {
    width: calc(100% + 50vw - 57.5rem * .625);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .inner-header .section-heading {
    width: calc(100% - 24.2rem * .625);
    left: auto;
  }
}
@media (max-width: 1023px) {
  body.nav-active {
    overflow: hidden !important;
  }

  body.nav-active main,
  body.nav-active .header-wrap {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateX(-24.875rem);
    -ms-transform: translateX(-24.875rem);
    transform: translateX(-24.875rem);
  }

  .header .social-networks {
    font-size: 1.625rem;
    margin: 0 -0.3125rem 2rem;
  }

  .header .social-networks li {
    padding: 0 0.625rem;
  }

  .main-nav a {
    padding: 0 2.3125rem;
  }

  .drop .drop {
    padding: 1.1875rem 0 0.25rem;
    margin: 0.875rem 0 0;
  }

  .main-nav-drop {
    position: absolute;
    background: #002e6d;
    right: 0;
    top: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
    visibility: hidden;
    width: 24.875rem;
    -webkit-transform: translateX(24.875rem);
    -ms-transform: translateX(24.875rem);
    transform: translateX(24.875rem);
  }

  .search-form .search-desktop {
    display: none;
  }

  .search-form .search-drop .search-close {
    display: none;
  }

  .search-form .search-opener {
    display: none;
  }

  .main-nav-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2.125rem 0;
  }

  .connect-block .h3,
  .connect-block h3 {
    text-align: center;
  }

  .footer .col {
    margin-bottom: 3rem;
  }

  #member-list .member {
    width: calc(33% - 20px);
  }
}
@media (max-width: 767px) {
  .buffer h1,
  .buffer .h1 {
    font-size: 2.375rem;
  }

  .inner-header {
    min-height: 12.5rem;
  }

  body.nav-active main,
  body.nav-active .header-wrap {
    -webkit-transform: translateX(-15.625rem);
    -ms-transform: translateX(-15.625rem);
    transform: translateX(-15.625rem);
  }

  .header-wrap {
    background: #fff;
  }

  .header .logo .desktop-logo {
    display: none;
  }

  .header .social-networks {
    margin: 0 -0.625rem 2rem;
  }

  .header .social-networks a {
    color: #fff;
  }

  .main-nav > li > a {
    color: #fff;
  }

  .main-nav a {
    padding: 0 1.5625rem;
  }

  .main-nav-drop {
    -webkit-transform: translateX(15.625rem);
    -ms-transform: translateX(15.625rem);
    transform: translateX(15.625rem);
    width: 15.625rem;
  }

  .main-nav-inner {
    padding: 1.75rem 0 2.5rem;
  }

  .alert-bar {
    text-align: center;
    border-bottom: 1px solid #002e6d;
  }

  .menu-footer {
    text-align: center;
  }

  .connect-block .btn {
    width: 100%;
  }

  .latest-news .btn-holder,
  .socials-news .btn-holder {
    margin-top: -0.875rem;
    text-align: center;
  }

  .latest-news .date-desktop {
    display: none;
  }

  .socials-news .social-title {
    display: none;
  }

  .spotlight-open-close {
    left: 0;
  }

  .spotlight-open-close .opener {
    top: 0.625rem;
    right: 0.625rem;
    font-size: 1.125rem;
  }

  .spotlight-slider .section-heading h3,
  .spotlight-slider .section-heading .h3 {
    margin: 0;
  }

  #member-list .member {
    width: calc(50% - 20px);
  }
}

@media (max-width: 500px) {
  #member-list .member {
    width: calc(100% - 20px);
  }
}