/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1jxfgb');
  src:  url('../fonts/icomoon.eot?1jxfgb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1jxfgb') format('truetype'),
    url('../fonts/icomoon.woff?1jxfgb') format('woff'),
    url('../fonts/icomoon.svg?1jxfgb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e902";
}
.icon-chevron-right:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-chevron-left:before {
  content: "\e906";
}
.icon-chevron-bottom:before {
  content: "\e907";
}
.icon-warning:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90b";
}
.icon-instagram:before {
  content: "\e90c";
}
.icon-search:before {
  content: "\e90d";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-threads-circle:before {
  content: "\e918";
}
.icon-x-circle:before {
  content: "\e919";
}
.icon-x:before {
  content: "\e900";
}
.icon-threads:before {
  content: "\e901";
}
.webicon.icon-x {
  font-size: 0.8rem !important;
  vertical-align: middle;
}


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-loading .slick-list {
  background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
}

.slick-next,.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: rgba(0, 0, 0, 0);
  border: none;
  transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-next:hover .slick-next-icon,.slick-next:hover .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon,.slick-prev:hover .slick-next-icon,.slick-prev:hover .slick-prev-icon {
  opacity: 1;
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
  cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,.slick-next.slick-disabled .slick-prev-icon,.slick-prev.slick-disabled .slick-next-icon,.slick-prev.slick-disabled .slick-prev-icon {
  opacity: .25;
}

.slick-next .slick-next-icon,.slick-next .slick-prev-icon,.slick-prev .slick-next-icon,.slick-prev .slick-prev-icon {
  display: block;
  color: #000000;
  opacity: .75;
  font-family: slick;
  font-size: 24px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev .slick-prev-icon:before {
  content: "←";
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next .slick-next-icon:before {
  content: "→";
}

[dir=rtl] .slick-next .slick-next-icon:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  border: 0;
  background: 0 0;
  cursor: pointer;
}

.slick-dots li button:focus .slick-dot-icon,.slick-dots li button:hover .slick-dot-icon {
  opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}

.slick-dots li button .slick-dot-icon {
  color: #000000;
  opacity: .25;
}

.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: slick;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all .05s linear;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: #000000;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px;
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: .75;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #000000;
}

.slick-autoplay-toggle-button:focus,.slick-autoplay-toggle-button:hover {
  opacity: 1;
}

.slick-autoplay-toggle-button:focus {
  color: orange;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.twitter-block .link-list,.footer .footer-menu-list,.social-networks,.drop ul,.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

button,[type=button],[type=reset],[type=submit],.btn,.resetButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

html {
  font-size: 16px;
}

:root {
  --primary-color: #00224f;
  --secondary-color: #fdda53;
}

body {
  color: #00234f;
  background-color: #ffffff;
  font-family: "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.internal {
  color: #4b4b4b;
}

.buffer a {
  text-decoration: underline;
}

.buffer a:hover {
  color: #2d2d2d;
  text-decoration: none;
}

.buffer .upcoming-events-item a {
  text-decoration: none;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #00234f;
  text-decoration: none;
}

a:hover {
  color: #00234f;
  text-decoration: underline;
}

ul,ol,dl,p {
  margin: 0 0 .5em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Merriweather", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  margin: 0 0 .5em;
  color: #00234f;
}

h1,.h1 {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #ffffff;
}

h2,.h2 {
  font-size: 1.625rem;
  line-height: 1.15;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
}

h3,.h3 {
  font-size: 1.125rem;
  line-height: 1.33;
}

h4,.h4 {
  font-size: 1.75rem;
}

h5,.h5 {
  font-size: 1.5625rem;
}

h6,.h6 {
  font-size: 1.125rem;
}

form,fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

.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 {
  border: 1px solid #2d2d2d;
  min-width: 170px;
  width: 100%;
  height: initial;
  padding: .35rem 1rem;
}

input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=date],input[type=datetime],input[type=datetime-local],input[type=time],input[type=week],input[type=month],input[type=number],input[type=color],input:not([type]),textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 0 solid #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  height: 3.75rem;
  padding: .3125rem 1.4375rem;
  border-radius: 0;
  -webkit-appearance: none;
}

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: #2d2d2d;
  opacity: 1;
}

input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=search]::placeholder,input[type=password]::placeholder,input[type=url]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=time]::placeholder,input[type=week]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=color]::placeholder,input:not([type])::placeholder,textarea::placeholder {
  color: #2d2d2d;
  opacity: 1;
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.subscribe-active body {
  overflow: hidden !important;
}

.header {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 100;
  width: 100% !important;
  position: relative;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0;
}

.header .logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  z-index: 2;
  width: 12rem;
  margin-right: auto;
  flex: 0 0 auto;
}

.header .logo.rounded {
  position: absolute;
  top: 10px;
}

.header .logo.squared {
  display: none;
}

.header.fixed-position .logo.squared {
  display: block;
}

.header.fixed-position .logo.rounded {
  display: none;
}

.header .logo img {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  transition-delay: .5s;
  transition-duration: 1.5s;
}

.page-loaded .header .logo img {
  opacity: 1;
  visibility: visible;
}

.header.fixed-position {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

.header.fixed-position .header-holder {
  background: #00234f;
  padding-top: 0;
  padding-bottom: 0;
}

.header.fixed-position .logo {
  width: 7.5rem;
}

.header.fixed-position .logo.rounded {
    width: 8rem;
    background: #00224f;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.header-holder {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem 0 1rem 1rem;
}

.utility {
  display: flex;
  justify-content: end;
  width: 100%;
  align-items: center;
}

.drop-holder {
  margin-right: .8125rem;
}

.drop-holder>.social-networks {
  margin-right: 2.625rem;
  position: relative;
  z-index: 9;
  flex: 0 0 auto;
}

.main-nav {
  width: 100%;
  font-size: 1.5rem;
  font-family: "Merriweather", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  color: #ffffff;
  margin-bottom: .75rem;
}

.main-nav>li {
  position: relative;
  margin-bottom: 1.5rem;
}

.main-nav>li>a {
  position: relative;
  z-index: 5;
  color: inherit;
  display: inline-block;
  vertical-align: top;
}

.main-nav>li>a:hover {
  color: #fcdb53;
}

.main-nav>li.active>a {
  color: #fcdb53;
}

.main-nav a {
  text-decoration: none;
}

.drop {
  padding: .875rem 1.75rem 0;
  font-family: "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.drop a {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  color: inherit;
}

.drop a:hover {
  color: #fcdb53;
}

.drop ul {
  font-size: 1rem;
  color: #ffffff;
}

.drop ul>li {
  position: relative;
}

.drop ul>li.active>a,.drop ul>li.hover-js>a {
  color: #fcdb53;
  font-weight: 700;
}

.drop ul li {
  margin-bottom: 1.125rem;
}

.drop ul li:last-child {
  margin-bottom: 0;
}

.main-nav-drop {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  padding: 7.5rem 1.875rem 2.875rem 1.875rem;
}

.main-nav-drop .social-networks {
  margin-bottom: .8125rem;
}

.main-nav-inner {
  display: flex;
  flex-direction: column;
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  width: 2.5rem;
  height: 2.25rem;
  text-indent: -9999px;
  position: relative;
  z-index: 9;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  content: "";
  position: absolute;
  height: .3125rem;
  left: 0;
  right: 0;
  background: #ffffff;
}

.nav-opener:after {
  top: 0;
}

.nav-opener span {
  top: .9375rem;
}

.nav-opener:before {
  top: 1.9375rem;
  width: 66%;
}

.nav-opener:hover:after,.nav-opener:hover:before,.nav-opener:hover span {
  opacity: .8;
}

.nav-active .nav-opener:before {
  width: 100%;
  transform: rotate(45deg);
  top: .9375rem;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
  top: .9375rem;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.js-acc-hidden {
  visibility: hidden;
}

.alert-holder {
  overflow: hidden;
}

.alert-holder.clone-alert-holder {
  opacity: 0;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  background: #00234f;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.4px;
  max-height: 0;
}

.alert-bar .btn {
  font-size: .75rem;
  padding: .625rem .9375rem;
  min-width: 110px;
}

.alert-bar .btn:hover {
  background-color: #ffffff;
  color: #00234f;
}

.page-loaded .alert-bar {
  max-height: 200px;
  transition-delay: 1s;
}

.alert-bar .alert-close {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  padding: .625rem;
  position: absolute;
  right: .4375rem;
  top: .9375rem;
}

.alert-bar .alert-close:after,.alert-bar .alert-close:before {
  content: "";
  width: .1875rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-bar .alert-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-bar .text {
  text-align: center;
  padding: 2.75rem 0 1.375rem;
}

.alert-bar .text-wrap {
  letter-spacing: 0;
}

.alert-bar .icon-warning {
  position: absolute;
  left: .625rem;
  top: .75rem;
  font-size: 1.625rem;
  width: 10px;
  height: 10px;
}

.alert-bar-close .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

.search-form {
  position: relative;
  z-index: 9;
}

.search-form .search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  color: #00234f;
  background: #fcdb53;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  padding: .3125rem;
  width: 3.75rem;
  height: 3.75rem;
}

.search-form .search-opener:hover {
  text-decoration: none;
  background: #00234f;
  color: #ffffff;
}

.search-form .search-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 2.25rem;
  right: .375rem;
}

.search-form .search-close:before,.search-form .search-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: .25rem;
  height: 2.5rem;
  background: #fcdb53;
}

.search-form .search-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.search-form .search-close:hover {
  opacity: .8;
}

.search-form .input-holder {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.search-form .btn-search {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  background: rgba(0, 0, 0, 0);
  color: #fcdb53;
  font-size: 1.625rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: .25rem;
}

.search-form .btn-search:hover {
  opacity: .8;
}

.search-form .search-drop {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  background: rgba(0, 35, 79, .9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0;
  padding: 7.625rem 1.875rem;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search-active .search-form .search-drop {
  opacity: 1;
  visibility: visible;
}

.search-form input[type=search],.search-form input[type=text] {
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  padding: .3125rem 3.125rem .3125rem 0;
  height: 2.25rem;
  font-size: 1rem;
  font-family: "Merriweather", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: 0;
  border-bottom: 4px solid #ffffff;
}

.search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
  color: #ffffff;
}

.search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
  color: #ffffff;
}

.search-form input[type=search]:focus,.search-form input[type=text]:focus {
  outline-offset: 4px;
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.125rem;
  margin: 0 -0.5625rem;
}

.social-networks li {
  padding: 0 .5625rem;
}

.social-networks a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.social-networks a:hover {
  text-decoration: none;
  color: #fcdb53;
}

.mobile-subscribe-form {
  /*margin-top: auto;*/
}

.mobile-subscribe-form .input-holder {
  display: flex;
}

.mobile-subscribe-form input[type=email],.mobile-subscribe-form input[type=text] {
  font-size: 1rem;
  height: auto;
  padding: .3125rem .9375rem;
}

.mobile-subscribe-form [type=submit] {
  width: 4.875rem;
  height: 4.875rem;
  background-color: #fcdb53;
  color: #00234f;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.subscribe-block {
  position: relative;
  z-index: 9;
}

.subscribe-active .subscribe-block {
  z-index: 10;
}

.subscribe-block .subscribe-drop-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  color: #00234f;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  padding: .3125rem;
  width: 4.3125rem;
  height: 4.3125rem;
  font-size: 1.5625rem;
}

.subscribe-block .subscribe-drop-opener:hover {
  background-color: #fcdb53;
}

.subscribe-block .subscribe-drop {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  background: rgba(45, 45, 45, .9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  padding: 1.875rem;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 11;
}

.subscribe-active .subscribe-block .subscribe-drop {
  opacity: 1;
  visibility: visible;
}

.subscribe-block .close-btn {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  width: 26px;
  height: 26px;
  position: relative;
  margin-bottom: .5rem;
}

.subscribe-block .close-btn:before,.subscribe-block .close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 28px;
  background: #fcdb53;
}

.subscribe-block .close-btn:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscribe-block .close-btn:hover {
  opacity: .8;
}

.subscribe-block .inner-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 650px;
  margin: auto;
}

.subscribe-block .inner-holder {
  background-color: #ffffff;
  width: 100%;
}

.subscribe-block .img-block {
  height: 124px;
}

.subscribe-block .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.subscribe-block .form-block {
  padding: 1.3125rem 1.25rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
}

.subscribe-block h1,.subscribe-block .h1 {
  color: #00234f;
  font-size: 1.75rem;
  line-height: 1.8929;
  text-align: center;
  padding-top: 1.125rem;
  position: relative;
  text-transform: none;
  margin-bottom: .1875rem;
}

.subscribe-block h1:before,.subscribe-block .h1:before {
  content: "";
  width: 100px;
  height: 10px;
  background-color: #fcdb53;
  top: 0;
  left: 50%;
  margin-left: -50px;
  position: absolute;
}

.subscribe-block input[type=email],.subscribe-block input[type=text] {
  background-color: #f5f5f5;
  height: 3.75rem;
  margin-bottom: .8125rem;
}

.subscribe-block [type=submit] {
  width: 100%;
}

.container {
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.wrapper {
  transition: left .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  left: 0;
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.section-heading.section-heading-center {
  text-align: center;
}

.section-heading.section-heading-center .h2:before,.section-heading.section-heading-center h2:before {
  left: 50%;
  transform: translateX(-50%);
}

.section-heading .h2,.section-heading h2 {
  position: relative;
  padding-top: 1.5625rem;
}

.section-heading .h2:before,.section-heading h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.6875rem;
  height: .625rem;
  background: #fcdb53;
}

.footer {
  background: #00234f;
  color: #ffffff;
  padding: 1.875rem 0 2rem;
  font-size: 1.0625rem;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #fcdb53;
  text-decoration: none;
}

.footer>.container {
  max-width: 90rem;
}


.footer .content-holder {
  margin-bottom: 1.25rem;
}

.footer .title {
  color: #fcdb53;
  text-transform: uppercase;
}

.footer address {
  margin: 0;
  display: inline;
  font-style: normal;
  text-transform: uppercase;
}

.footer .footer-menu-list {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: .875rem;
  margin: 0 -0.5rem 1.375rem;
  padding: 0 1.875rem;
}

.footer .footer-menu-list li {
  padding: 0 .5rem;
  position: relative;
  margin-bottom: .125rem;
}

.footer .footer-menu-list li:before {
  content: "";
  position: absolute;
  top: .375rem;
  bottom: .1875rem;
  right: 0;
  background: #ffffff;
  width: .0625rem;
}

.footer .footer-menu-list li:last-child:before {
  display: none;
}

.footer .social-networks {
  margin: 0;
  justify-content: center;
}

.footer .social-networks li {
  padding: 0 .5rem;
}

.buffer .btn {
  border: 2px solid transparent;
  text-decoration: none;
}

.buffer .btn:hover {
  color: #ffffff;
}

.buffer input[type="submit"],
.buffer input[type="reset"],
.buffer input[type="button"] {
  color: #00234f !important;
}

.btn {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  color: #00234f;
  background-color: #fcdb53;
  padding: 1.3125rem 1.875rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
}

.btn:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  background-color: #00234f;
  color: #ffffff;
}

.member-section .member-slider {
  margin-bottom: 0;
}

.member-section .slide-holder {
  transition: filter .35s cubic-bezier(.3, .86, .36, .95);
  min-height: 17.375rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-section .slide-holder:hover,.member-section .slide-holder.hover {
  text-decoration: none;
}

.member-section .slide-holder:hover:before,.member-section .slide-holder:hover .text-holder,.member-section .slide-holder.hover:before,.member-section .slide-holder.hover .text-holder {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.member-section .slide-holder:before {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 35, 79, .66);
  opacity: 0;
  visibility: hidden;
}

.member-section .image-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: grayscale(1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.member-section .text-holder {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  font-size: .875rem;
  font-family: "Merriweather", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  padding: 0 1.25rem;
  opacity: 0;
  visibility: hidden;
  position: relative;
}

.member-section .name,.member-section .tetx {
  display: block;
}

.slick-arrow {
  background: #fcdb53;
  width: 1.9375rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00234f;
  bottom: 0;
  top: auto;
  transform: translate(0, 0);
  font-size: .625rem;
  z-index: 10;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-prev {
  left: 0;
}

.about-section {
  padding: 2.75rem 0 0;
  background: #e9e9e9;
  color: #4b4b4b;
}

.about-section .section-heading {
  margin-bottom: .9375rem;
}

.about-section p {
  margin-bottom: .9375rem;
}

.about-section .img-holder {
  margin: 0 -1.375rem;
}

.link {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}

.link:hover {
  text-decoration: none;
}

.link:hover [class^=icon-],.link:hover [class*=" icon-"] {
  transform: translateX(5px);
}

.link [class^=icon-],.link [class*=" icon-"] {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  margin-left: .25rem;
  display: block;
}

.page-loaded .intro-events-item {
  animation: fade .5s ease-in-out .3s forwards;
}

.page-loaded .news-item {
  animation: fade .5s ease-in-out .9s forwards;
}

.page-loaded .news-item+.news-item {
  animation: fade .5s ease-in-out 1.1s forwards;
}

.page-loaded .news-item+.news-item+.news-item {
  animation: fade .5s ease-in-out 1.3s forwards;
}

.intro-section {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 72px;
}

.intro-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 35, 79, .75);
}

.intro-section>.container {
  padding: 0 25px;
}

.intro-section .intro-inner {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 168px 0 23px;
}

.intro-section .intro-events-item {
  opacity: 0;
}

.intro-section .intro-events-item a {
  color: #ffffff;
  display: flex;
  align-items: flex-start;
}

.intro-section .intro-events-item a:hover {
  text-decoration: none;
}

.intro-section .intro-events-item a:hover .events-content {
  text-decoration: underline;
}

.intro-section .events-date {
  border-top: 6px solid #fcdb53;
  display: block;
  width: 62px;
  padding: 10px 0 0;
  text-align: center;
  flex-shrink: 0;
  margin-right: 13px;
  line-height: 1;
  color: #fcdb53;
}

.intro-section .date {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
  display: block;
}

.intro-section .news-wrap {
  padding-top: 30px;
  border-top: 2px solid #ffffff;
  position: relative;
  z-index: 1;
  margin: 0 5px;
}

.intro-section .news-item {
  color: #ffffff;
  display: block;
  margin-bottom: 26px;
  opacity: 0;
}

.intro-section .news-item:hover {
  text-decoration: none;
}

.intro-section .news-item:hover .news-content {
  text-decoration: underline;
}

.intro-section .news-date {
  color: #fcdb53;
  display: block;
  margin-bottom: 10px;
}

.intro-section .news-content {
  font-family: "Merriweather", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.5;
}

.bg-video-holder {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.internal .events-section {
  padding: 0;
}

.events-section {
  padding: 6rem 0 3.125rem;
}

.events-section .container {
  max-width: 75.625rem;
}

.events-section .inner-container {
  margin-bottom: 3.75rem;
}

.events-section .section-heading {
  text-align: center;
  margin-bottom: 1.4375rem;
}

.events-section .section-heading .h2,.events-section .section-heading h2 {
  padding-top: 1.25rem;
}

h2.no-events {
  text-transform: none;
}

.calendar-controls {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: .75rem;
  padding: 0 .3125rem;
}

.calendar-controls .controls-wrap {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  margin: .3125rem -0.625rem 0 .3125rem;
}

.calendar-controls .js-btn {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #00234f;
  font-size: 1.25rem;
  margin: 0 .125rem;
}

.calendar-controls .js-btn:hover {
  color: #c2c2c2;
}

.calendar-controls .heading-wrap {
  flex-grow: 1;
  overflow: hidden;
}

.calendar-controls .title {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #00234f;
  font-size: 1.25rem;
}

.calendar-controls .title::after {
  content: "";
  width: 624.9375rem;
  height: .125rem;
  top: 50%;
  position: absolute;
  left: 100%;
  background-color: #c2c2c2;
  margin-left: .3125rem;
}

.ui-datepicker {
  border-radius: 0;
  background: none;
  border: none;
  color: inherit;
  width: 100%;
  padding: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  font-size: .875rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  border-collapse: collapse;
  color: #fcdb53;
}

.ui-datepicker .ui-datepicker-calendar thead {
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar th span {
  display: block;
  margin: 0 auto .625rem;
  width: 2.25rem;
}

.ui-datepicker .ui-state-default {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95);
  width: 2.5625rem;
  height: 2.625rem;
  background: none;
  border: none;
  color: inherit;
  padding: .5rem .125rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .125rem;
  margin: 0 auto .5rem;
}

.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-state-default.ui-state-active,
.ui-datepicker .ui-state-default.ui-state-highlight.ui-state-active, 
.ui-datepicker .date-match .ui-state-default{
  color: #ffffff;
  text-decoration: none;
  background-color: #00224f;
}

.ui-datepicker-current-day span,
.ui-datepicker .date-match .ui-state-default:hover {
  background-color: #fcdb53 !important;
  color: #00224f !important;
}

.ui-datepicker .ui-state-default.ui-state-highinherit {
  background: none;
  color: #ffffff;
}

.ui-datepicker .ui-icon {
  background-image: none;
}

.ui-datepicker-prev,.ui-datepicker-next {
  position: fixed;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
}

.event-rows {
  position: relative;
}

.upcoming-events-item {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.666;
  margin-bottom: 1.25rem;
}

.upcoming-events-item a {
  display: flex;
  align-items: flex-start;
  color: #00234f;
}

.upcoming-events-item a:hover {
  text-decoration: none;
}

.upcoming-events-item a:hover .title {
  text-decoration: underline;
}

.upcoming-events-item .events-date {
  flex-shrink: 0;
  width: 3.75rem;
  min-height: 3.75rem;
  background-color: #fcdb53;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1;
  color: #00234f;
  margin-right: .625rem;
  padding: .5625rem .25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.upcoming-events-item .events-date .date {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
  display: block;
}

.upcoming-events-item .title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.277;
  font-family: "Merriweather", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: .3125rem;
}

.upcoming-events-item .events-location {
  display: block;
  color: #a7a7a7;
  font-size: 1rem;
  line-height: 1.5;
}

.datepicker-holder {
  margin: 0 -0.3125rem 3.4375rem -0.625rem;
}

.ui-datepicker {
  border-radius: 0;
  background: none;
  border: none;
  color: inherit;
  width: 100%;
  padding: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  font-size: .5625rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  border-collapse: collapse;
  color: #00234f;
}

.ui-datepicker .ui-datepicker-calendar thead {
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar th {
  padding: .1875rem .1875rem .25rem;
  color: #00234f;
  font-weight: 400;
  font-family: "Merriweather", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.125rem;
}

.ui-datepicker .ui-datepicker-calendar th span {
  display: block;
  margin: 0 auto;
  width: 1.875rem;
}

.ui-datepicker .ui-state-default {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95);
  width: 1.875rem;
  height: 1.8125rem;
  background: none;
  border: none;
  color: inherit;
  padding: .375rem .125rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .125rem;
  margin: 0 auto;
}

.ui-datepicker .ui-state-default:hover,.ui-datepicker .ui-state-default.ui-state-active,.ui-datepicker .ui-state-default.ui-state-highlight.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #00234f;
}

.ui-datepicker .ui-state-default.ui-state-highinherit {
  background: none;
  color: #ffffff;
}

.ui-datepicker .ui-icon {
  background-image: none;
}

.ui-datepicker-prev,.ui-datepicker-next {
  position: fixed;
  left: -624.9375rem;
  top: -624.9375rem;
  opacity: 0;
  visibility: hidden;
}

.twitter-block .icon-block {
  background: #00234f;
  width: 9.75rem;
  height: 9.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .9375rem;
}

.twitter-block .twitter-content {
  line-height: 1.5;
}

.twitter-block .twitter-content p {
  font-family: "Merriweather", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
}

.twitter-block .link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 -0.5rem;
  font-size: .875rem;
  line-height: 2;
}

.twitter-block .link-list li {
  position: relative;
  padding: 0 .5rem;
}

.twitter-block .link-list li:before {
  content: "";
  position: absolute;
  top: .5625rem;
  bottom: .3125rem;
  right: 0;
  background: #00234f;
  width: .0625rem;
}

.twitter-block .link-list li:last-child:before {
  display: none;
}

.twitter-block .link-list a {
  display: flex;
  align-items: center;
}

.twitter-block .link-list [class^=icon-],.twitter-block .link-list [class*=" icon-"] {
  font-size: 1.5625rem;
  margin-right: .4375rem;
}

.subscribe-form {
  display: flex;
  flex-wrap: nowrap;
}

.subscribe-form .subscribe-btn {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  text-align: center;
  background: #fcdb53;
  color: #00234f;
  border: 2px solid #fcdb53;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  flex-shrink: 0;
}

.subscribe-form .subscribe-btn:hover {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  background: #00234f;
  border-color: #00234f;
}

.internal .subscribe-form .subscribe-btn:hover {
  border-color: #fcdb53;
}

.subscribe-form input[type=email],.subscribe-form input[type=text] {
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 78px;
  padding: 5px 15px;
  font-size: 16px;
  width: calc(100% - 78px);
}

.subscribe-section {
  margin: -2.5rem 0;
  position: relative;
  z-index: 4;
}

.inner-header {
  margin-bottom: 3.125rem;
  padding-top: 8rem;
  background-color: #00224f;
}

.inner-header .container {
    padding: 0;
    position: relative;
}

.inner-header .section-heading {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.inner-header .h2 {
    text-transform: none;
    color: #ffffff;
    font-size: 1.875rem;
    padding: 0 5%;
    margin-bottom: 3.125rem;
    text-align: center;
    font-weight: 400;
    font-family: "Merriweather", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.inner-header .section-heading .h2:before {
  content: none;
}

.inner-header .section-heading .h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translatex(-50%);
    width: 4.6875rem;
    height: .15rem;
    background: #fcdb53;
}

.footer .subscribe-section {
  margin: 2rem 0 3.5rem;
}

.footer .logo-container {
  margin: 2rem 0;
  max-width: 20rem;
  display: block;
  margin: 0 auto;
}

.main-wrap {
  margin: 0 0 4rem;
}

/*--------Membership Pages----------*/
.member-list {
    display: block;
    text-align: center;
    width: 100%;
}

.member-list .member-item {
  display: inline-block;
  width: calc(24% - 12px);
  vertical-align: top;
  text-align: center;
  position: relative;
  top: 0px;
  line-height: 24px;
  margin: 6px;
}

.member-list .member-item img{
  width: 200px;
  height: 240px;
  object-fit: cover;
  object-position: 50% 0;
  margin: 0 auto 10px;
  display: block;
  border: 1px solid #fdda53;
  padding: 10px;
  box-sizing: border-box;
}

.member-list .member-item img.middle {
  object-position:  50% 40%;
}

.member-item em {
  display: block;
}

.member-item a {
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.member-item a:hover {
  color: #00224f;
  text-decoration: underline;
}

.member-item a:hover .creds {
  background: #fdda53;
  color: #00224f;
  text-decoration: none !important;
}

.member-item .creds {
  font-size: 14px;
  display: block;
  background: #00224f;
  color: #fdda53;
  max-width: 100px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.member-item ul{
  list-style-type: none;
  padding-left: 0;
}

.member-item ul li{
  display: inline-block;
  padding: 0 7px;
}
.member-item ul li a{
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.member-item ul li a:hover {
  color: #fdda53;
  text-decoration: none;
}


/*-----------Custom Calendar-------------*/

.internal .events-section .inner-container {
  margin: 0;
}

.buffer #news-search {
  background: #00224f;
  border: 1px solid #00224f;
}
.buffer #news-search .filter-drop {
  margin: 0 0 1rem;
}

.buffer #news-search .search-title,
.buffer #news-search .search-phrase  {
  color: #ffffff;
}

.buffer #news-search .dropbtn {
  color: var(--primary-color);
}

.buffer #news-search .dropbtn:hover {
  color: #ffffff !important;
}

.buffer .single-headline .subhead-titler {
  color: var(--primary-color);
}

.buffer a.prevnexter {
  color: var(--primary-color);
}

#news-search.callie label {
  color: #fdda53;
}

.btn-wrap {
  margin: 0 auto;
  text-align:center;

}

#news-search .btn:hover {
  background: transparent;
  color: #fcdb53;
  border: 2px solid #fcdb53;
}

.event-listing {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00234f;
}

.article-item {
  padding: 2px 0 0;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 30px;
  text-align: left;
  color: #757575;
}

.article-item h3,
.article-item .h3 {
  color: #00234f;
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.article-item h3 a,
.article-item .h3 a {
  color: inherit;
  text-decoration: none;
}

.article-item h3 a:hover,
.article-item .h3 a:hover {
  color: #00234f;
  text-decoration: underline;
}

.article-item .subhead {
  font-style:italic;
  font-size: 1rem;
}

.article-item time,
.newsie-details,
.newsdetails {
  color: #fdda53;
  font-weight: 600;
  font-size: 1rem;
  display: inline;
  margin: 0 0 4px;
  background: #00234f;
  padding: 0.15rem 1rem;
}

.newsie-details a {
  color:#ffffff;
}

.article-item address,
.topnewstext .calmeta {
  font-weight: 700;
  font-size: 1.2rem;
  color: #00224f;
  display: inline;
  font-style: normal;
}

.event-listing .article-item,
.events-past .article-item,
.events-future .article-item {
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0;
  margin: 0;
} 

.event-listing .article-item:last-of-type,
.events-past .article-item:last-of-type,
.events-future .article-item:last-of-type {
  border-bottom: none;
} 

#news-search.callie label {
  font-weight: 700;
}

#news-search.callie .selector.halves {
    width: 100%;
}

#news-search.callie .filter-drop {
  width: 100%;
}

#news-search.callie .btn {
  margin-top: 1rem;
}


#news-search .dropbtn {
  padding:  initial;
}

.newsie-titler a {
  font-weight: normal;
}

.buffer .newsie-titler {
  text-transform: none;
  font-size: 1.45rem;
  line-height: 1.75rem;
}

.newsie-tags {
  font-size: 1rem !important;
}

.custom-cal .newspagelinks {
    display: flex;
    justify-content: space-between;
}

.custom-cal .newspagelinks a {
  text-decoration: none;
}

.custom-cal .newspagelinks span {
  font-weight: bold;
  color: #c2a470;
}

.single-headline .newsie-titler {
  font-weight: normal;
  line-height: 2.5rem !important;
  font-size: 1.563rem !important;
}

.buffer .news-specs {
  background:  #00224f;
}

.buffer .news-specs a {
  color: #fdda53;
}

.buffer .news-specs a:hover {
  color: #fff;
}

.buffer .topnewstext {
  color: #ffffff;
}

.buffer .tag-title {
  color:  #fdda53;
}

/*.social-feed {display: none !important;}*/

body.social-feed-active {
  overflow: hidden;
  height: 100%;
}

.social-feed.active .social-feed__opener .icon-chevron-bottom {
  transform: rotate(0deg);
}

.social-feed.active .social-feed__panel {
  visibility: visible;
  opacity: 1;
}

.social-feed__opener {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), top .35s cubic-bezier(.3, .86, .36, .95), left .35s cubic-bezier(.3, .86, .36, .95);
  background-color: #fcdb53;
  color: #00234f;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.55;
  font-family: "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  transform: rotate(-90deg);
  padding: 1.125rem 1.4375rem;
  position: absolute;
  top: 23.75rem;
}

.social-feed__opener .icon-chevron-bottom {
  transform: rotate(-180deg);
  display: inline-block;
  vertical-align: middle;
  margin: -.1875rem 0 .25rem .9375rem;
  font-size: 1.25rem;
}

.social-feed__panel {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  background-color: #ffffff;
  border-left: .875rem solid #fcdb53;
  height: 100vh;
  width: 25rem;
  visibility: hidden;
  opacity: 0;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
}

.social-feed .holder {
  overflow: hidden;
  overflow-y: auto;
  padding: 0 2.5rem;
}

@media (min-width: 520px) {
  .member-section .slide-holder {
    min-height: 14.9375rem;
  }
}

@media (min-width: 768px) {
  body.social-feed-active header.fixed-position {
    transform: translateX(-400px);
  }
  body.social-feed-active .wrapper {
    left: -25rem;
  }

  .inner-header {
    margin-bottom: 1.688rem;
    padding-top: 7.625rem;
  }

  .inner-header .h2 {
    font-size: 2.5rem;
    padding: 0 10%;
    margin-bottom: 3rem;
  }

  body {
    font-size: 1.125rem;
    line-height: 1.66;
  }

  h1,.h1 {
    font-size: 2.25rem;
    line-height: 1.16;
  }

  h2,.h2 {
    font-size: 2.25rem;
    line-height: 1.1;
  }

  h3,.h3 {
    font-size: 1.4375rem;
  }

  .header .logo {
    width: 13.5rem;
  }

  .header-holder {
    padding: 2.0625rem 0 2.0625rem 2.0625rem;
  }

  .drop-holder {
    display: flex;
    align-items: center;
    margin-right: 1.125rem;
  }

  .drop {
    padding: .875rem 1.3125rem 0;
  }

  .main-nav-drop {
    padding: 10.0625rem 2.25rem 2.875rem 2.25rem;
  }

  .main-nav-drop .social-networks {
    display: none;
  }

  .alert-bar {
    padding: 0 6.5rem;
  }

  .alert-bar .alert-close {
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .alert-bar .text-wrap {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }

  .alert-bar .text p {
    margin: 0;
  }

  .alert-bar .text .btn {
    margin: 0 0 0 1rem;
  }

  .alert-bar .icon-warning {
    transform: translateY(-50%);
    top: 41%;
    left: 1.5rem;
  }

  .search-form .search-opener {
    width: 4.3125rem;
    height: 4.3125rem;
    font-size: 1.5625rem;
  }

  .search-form .search-close {
    top: 3.375rem;
    right: .6875rem;
  }

  .search-form .search-close:before,.search-form .search-close:after {
    width: .3125rem;
    height: 3.25rem;
  }

  .search-form .btn-search {
    font-size: 1.625rem;
    padding: .625rem;
  }

  .search-form .search-drop {
    padding: 7.625rem 3.125rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    font-size: 1.5rem;
    height: 3.625rem;
    padding: .3125rem 3.125rem .3125rem .75rem;
  }

  .mobile-subscribe-form {
    display: none;
  }

  .subscribe-block .subscribe-drop {
    padding: 3.125rem;
  }

  .subscribe-block .inner-holder {
    display: flex;
  }

  .subscribe-block .img-block {
    width: 270px;
    flex: 0 0 auto;
    height: auto;
  }

  .subscribe-block .form-block {
    width: 58.3%;
    padding: 3.125rem 2rem 2.5rem;
    flex: 1 0 auto;
  }

  .subscribe-block .title-block {
    margin-bottom: 2.6875rem;
  }

  .subscribe-block h1,.subscribe-block .h1 {
    font-size: 2.25rem;
    text-align: left;
    padding-top: .875rem;
  }

  .subscribe-block h1:before,.subscribe-block .h1:before {
    left: 0;
    margin-left: 0;
    width: 120px;
    height: 12px;
  }

  .container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .section-heading .h2,.section-heading h2 {
    padding-top: 2.1875rem;
  }

  .section-heading .h2:before,.section-heading h2:before {
    width: 6.25rem;
    height: .75rem;
  }

  .footer {
    padding: 2.3125rem 0 2.1875rem;
  }

  .footer .content-holder {
    margin-bottom: 0;
  }

  .footer .bottom-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer .footer-menu-list {
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
    font-size: .9375rem;
  }

  .member-section .text-holder {
    font-size: 1rem;
    line-height: 1.6;
  }

  .slick-arrow {
    bottom: 50%;
    transform: translateY(50%);
    width: 3.0625rem;
    height: 3rem;
    font-size: .8125rem;
  }

  .about-section {
    padding-top: 1.875rem;
  }

  .about-section .two-column-layout {
    display: flex;
  }

  .about-section .column {
    width: 50%;
  }

  .about-section .section-heading {
    margin-right: -0.625rem;
    padding-top: 3.125rem;
  }

  .about-section .h2,.about-section h2 {
    margin-bottom: 1.875rem;
  }

  .about-section .img-holder {
    margin: 0 -10rem 0 -3.1875rem;
  }

  .intro-section {
    padding-bottom: 90px;
  }

  .intro-section>.container {
    padding: 0 50px;
  }

  .intro-section .intro-inner {
    padding: 235px 0 30px;
  }

  .intro-section .events-date {
    border-width: 12px;
    width: 105px;
    line-height: 1.5;
    margin-right: 40px;
    margin-top: 10px;
  }

  .intro-section .date {
    font-size: 2.8125rem;
    margin-top: -0.3125rem;
  }

  .intro-section .events-content {
    padding-right: 20px;
  }

  .intro-section .news-wrap {
    margin: 0;
    padding-top: 40px;
  }

  .intro-section .news-row {
    display: flex;
    margin: 0 -15px;
  }

  .intro-section .news-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0;
  }

  .intro-section .news-date {
    font-size: 16px;
    margin-bottom: 17px;
  }

  .events-section {
    padding: 7.375rem 0 7.125rem;
  }

  .events-section .inner-container {
    margin: 0 auto 6.25rem;
    max-width: 30.75rem;
  }

  .events-section .section-heading {
    margin-bottom: 2.1875rem;
  }

  .events-section .section-heading .h2,.events-section .section-heading h2 {
    padding-top: 2.0625rem;
  }

  .calendar-controls {
    margin-bottom: 2.3125rem;
    padding: 0;
  }

  .calendar-controls .controls-wrap {
    margin: 0 -0.625rem 0 .75rem;
  }

  .calendar-controls .js-btn {
    font-size: 1.875rem;
    margin: 0 .25rem;
  }

  .calendar-controls .title {
    font-size: 1.625rem;
    line-height: 1;
  }

  .upcoming-events-item {
    margin-bottom: 2.75rem;
  }

  .upcoming-events-item .events-date {
    width: 6.5625rem;
    min-height: 6.625rem;
    font-size: 1.125rem;
    padding: .6875rem .5rem;
    margin-right: 2.4375rem;
    line-height: 1.33;
  }

  .upcoming-events-item .events-date .date {
    font-size: 2.8125rem;
    margin-top: -0.3125rem;
  }

  .upcoming-events-item .title {
    font-size: 1.4375rem;
    line-height: 1.2;
    margin-bottom: .625rem;
  }

  .upcoming-events-item .events-content {
    padding: .4375rem 0 0 0;
  }

  .upcoming-events-item .events-location {
    font-size: 1.125rem;
    line-height: 1.66;
  }

  .datepicker-holder {
    margin: 0 -2rem 5.5rem;
  }

  .ui-datepicker .ui-datepicker-calendar {
    font-size: 1.125rem;
  }

  .ui-datepicker .ui-datepicker-calendar th {
    font-size: 2.375rem;
    padding: .25rem .3125rem;
  }

  .ui-datepicker .ui-datepicker-calendar th span {
    width: 3.1875rem;
    margin: 0 auto .5625rem;
  }

  .ui-datepicker .ui-state-default {
    line-height: 1.8;
    width: 3.1875rem;
    height: 3.25rem;
    margin: 0 auto .4375rem;
  }

  .twitter-block {
    display: flex;
  }

  .twitter-block .icon-block {
    flex-shrink: 0;
    margin-right: 1.875rem;
  }

  .twitter-block .twitter-content {
    font-size: 1.25rem;
  }

  .twitter-block .twitter-content p {
    margin-bottom: .9375rem;
  }

  .twitter-block .link-list {
    justify-content: flex-start;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 -0.75rem;
  }

  .twitter-block .link-list li {
    padding: 0 .75rem;
  }

  .twitter-block .link-list [class^=icon-],.twitter-block .link-list [class*=" icon-"] {
    font-size: 2.125rem;
    margin-right: .8125rem;
  }

  .subscribe-form {
    box-shadow: 0 3px 27px rgba(0, 0, 0, .16);
  }

  .subscribe-form input[type=email],.subscribe-form input[type=text] {
    padding: 5px 25px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  body.sidebar-active .social-feed__opener {
    left: -11.0625rem;
  }

  .social-feed {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95);
    position: fixed;
    z-index: 999;
    z-index: 101;
    transform: translateX(400px);
    right: 0;
    top: 0;
    bottom: 0;
  }

  .social-feed.active {
    transform: translateX(0);
  }

  .social-feed__opener {
    top: 50%;
    left: 0;
    margin-top: -2.25rem;
  }

  h1,.h1 {
    font-size: 2.5rem;
    line-height: 1.17;
  }

  h2,.h2 {
    font-size: 3.125rem;
  }

  .inner-header {
    margin-bottom: 2.438rem;
    padding-top: 9.813rem;
  }

  .inner-header .h2 {
    font-size: 3.125rem;
  }

  .header .logo {
    width: 12.5rem;
    margin-right: 0;
  }

  .header.fixed-position.hover-js:after,.header.fixed-position.hover-tab:after,.header.fixed-position:hover:after {
    display: none;
  }

  .header.fixed-position .drop {
    top: 100%;
  }

  .header.fixed-position .main-nav>li {
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
  }

  .header-holder {
    position: relative;
    padding: 2.0625rem 0 2.0625rem 2.0625rem;
  }

  .drop-holder {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 200px);
    margin: 0;
  }

  .drop-holder>.social-networks {
    margin-right: 1.125rem;
    order: 2;
  }

  .main-nav {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: .9375rem;
    z-index: 1;
  }

  .main-nav>li {
    margin: 0;
    padding: 1rem .5rem;
  }

  .main-nav>li.hover-js>a,.main-nav>li.hover-tab>a,.main-nav>li:hover>a {
    color: #fcdb53;
  }

  .main-nav>li.has-drop-down.hover-js,.main-nav>li.has-drop-down.hover-tab,.main-nav>li.has-drop-down:hover {
    background-color: #2d2d2d;
  }

  .main-nav>li.has-drop-down.hover-js:after,.main-nav>li.has-drop-down.hover-tab:after,.main-nav>li.has-drop-down:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 4px;
    background-color: #2d2d2d;
  }

  .main-nav>li>a {
    text-transform: uppercase;
    font-family: "Source Sans Pro", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
  }

  .main-nav>li.active>a {
    color: #fcdb53;
  }

  .main-nav li.hover-js>.drop,.main-nav li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .drop {
    background: #2d2d2d;
    width: 14.8125rem;
    padding: .6875rem 0 0;
    line-height: 1.4;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-bottom: 11px solid #fcdb53;
  }

  .drop ul li {
    margin-bottom: .0625rem;
    padding: .6875rem 2.125rem;
  }

  .drop .drop {
    left: 100%;
    top: 0 !important;
    margin: 0;
    background-color: #e9e9e9;
  }

  .drop .drop ul {
    color: #2d2d2d;
  }

  .drop .drop ul a:hover {
    color: #00234f;
  }

  .main-nav-drop {
    width: 100%;
    padding: 0 1.125rem 0 2rem;
    margin: 0;
    order: 1;
    height: auto !important;
  }

  .main-nav-inner {
    justify-content: flex-end;
  }

  .nav-opener {
    display: none;
  }

  .alert-bar {
    padding: 0 3.25rem;
  }

  .alert-bar .alert-close {
    right: .9375rem;
    right: 1.5rem;
  }

  .alert-bar .text {
    width: 100%;
    padding: 1.125rem 0 1.5rem .8125rem;
    max-width: 61.375rem;
  }


  .alert-bar .icon-warning {
    left: 1.875rem;
  }

  .search-form .btn-search {
    font-size: 2.1875rem;
    padding: .875rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    height: 4.625rem;
    font-size: 2.25rem;
  }

  .subscribe-block .inner-block {
    max-width: 800px;
  }

  .subscribe-block .form-block {
    padding: 3.125rem 3.5rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.6667;
  }

  .subscribe-block .title-block {
    margin-bottom: 2rem;
  }

  .subscribe-block h1,.subscribe-block .h1 {
    font-size: 2.8125rem;
    line-height: 1.1778;
    padding-top: 1.8125rem;
  }

  .subscribe-block h1:before,.subscribe-block .h1:before {
    width: 156px;
  }

  .section-heading .h2,.section-heading h2 {
    padding-top: 1.5625rem;
  }

  .section-heading .h2:before,.section-heading h2:before {
    width: 9.75rem;
  }

  .footer {
    padding: 2.625rem 0 2rem;
  }

  .footer .content-holder {
    width: 75%;
    margin-bottom: .4375rem;
  }

  .footer .footer-menu-list li {
    margin-bottom: 0;
  }

  .footer .footer-menu-list li:before {
    top: .4375rem;
    bottom: .25rem;
  }

  .footer .social-networks {
    width: 25%;
    justify-content: flex-end;
    margin-top: -2.5rem;
  }

  .footer .desktop-hidden {
    display: none;
  }

  .member-section .slide-holder {
    min-height: 18.6875rem;
  }

  .member-section .text-holder {
    padding-top: 1.25rem;
  }

  .about-section {
    padding-top: 0;
  }

  .about-section .section-heading {
    padding-top: 4.8125rem;
  }

  .about-section p {
    margin-bottom: 1.875rem;
  }

  .about-section .img-holder {
    text-align: right;
    margin: -2.8125rem -3.4375rem 0 0;
  }

  .intro-section {
    padding-bottom: 70px;
  }

  .intro-section .intro-inner {
    padding: 255px 0 45px;
  }

  /*.intro-section .events-content {
    max-width: 900px;
  }*/

  .intro-section .news-wrap {
    padding-top: 50px;
  }

  .intro-section .news-item {
    width: 33.33%;
  }

  .events-section {
    padding: 5.9375rem 0 6.375rem;
  }

  .events-section .inner-container {
    max-width: none;
  }

  .events-section .section-heading {
    margin-bottom: 3.75rem;
  }

  .events-section .section-heading .h2,.events-section .section-heading h2 {
    padding-top: 1.375rem;
  }

  .calendar-controls {
    margin-bottom: 2.125rem;
  }

  .calendar-controls .controls-wrap {
    margin: .0625rem -0.4375rem 0 .75rem;
  }

  .calendar-controls .title {
    font-size: 1.875rem;
  }

  .event-rows {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.875rem;
  }

  .event-rows .col {
    width: 50%;
    padding: 0 1.875rem;
  }

  .event-rows .col:last-child {
    padding: .875rem 0 0 2.1875rem;
  }

  .datepicker-holder {
    margin: 0 -0.5625rem 0 -2rem;
  }

  .ui-datepicker .ui-datepicker-calendar {
    font-size: 1.0625rem;
  }

  .ui-datepicker .ui-datepicker-calendar th span {
    width: 2.75rem;
    margin: 0 auto .75rem;
  }

  .ui-datepicker .ui-state-default {
    width: 2.75rem;
    height: 2.8125rem;
  }

  .twitter-block .icon-block {
    margin-right: 2.5rem;
  }

  .twitter-block .twitter-content {
    font-size: 1.375rem;
  }

  .twitter-block .twitter-content p {
    margin-bottom: 2.5rem;
  }

  .twitter-block .link-list li:before {
    top: .4375rem;
    bottom: .25rem;
  }

  .subscribe-form .subscribe-btn {
    width: 272px;
    font-size: 25px;
  }

  .subscribe-form input[type=email],.subscribe-form input[type=text] {
    width: calc(100% - 272px);
    padding: 5px 35px;
  }

  .subscribe-section .mobile-view {
    display: none;
  }
}

@media (min-width: 1280px) {
  .header .logo {
    width: 290px;
  }

  .header.fixed-position .logo {
    width: 14.5rem;
    padding: 1rem 0;
  }

  .header .logo.rounded {
    width: 220px;
  }

  .drop-holder {
    width: calc(100% - 275px);
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .main-nav-drop {
    padding: 0 2.1875rem 0 2rem;
  }

  .slick-arrow {
    width: 4.1875rem;
    height: 4.0625rem;
    font-size: 1.125rem;
  }

  .event-rows .col:last-child {
    padding: 1.1875rem 0 0 4.875rem;
  }

  .ui-datepicker .ui-datepicker-calendar th span {
    width: 3.1875rem;
  }

  .ui-datepicker .ui-state-default {
    width: 3.1875rem;
    height: 3.25rem;
  }

  .twitter-block {
    margin-left: -1.5625rem;
  }

  .oversight-intro {
    display: flex;
    justify-content: space-between;
  }

  .oversight-intro .role-title {
    text-decoration: underline;
    text-align: center;
  }

  .oversight-intro p {
    text-align: center;
  }

  .oversight-intro > .left-col, .oversite-intro > .right-col {
      width: 45%;
      text-align: center;
  }
}

@media (min-width: 1440px) {
  .main-nav>li {
    padding: 1rem .875rem;
  }

  .main-nav-drop {
    padding: 0 4.375rem 0 3rem;
  }

  .header-holder {
    position: relative;
    padding: 2.0625rem 0 2.0625rem 8.0625rem;
  }
}

@media (min-width: 1920px) {
  .member-section .slide-holder {
    min-height: 25rem;
  }

  .header .logo.rounded {
    width: 300px;
  }

  .header.fixed-position .logo.rounded {
    width: 10rem;
  }

  .intro-section .intro-inner {
    padding: 300px 0 45px;
  }
}

@media (min-width: 2200px) {
  .header .logo.rounded {
    width: 350px;
  }

  .intro-section .intro-inner {
/*    padding: 200px 0 45px;*/
      padding: 250px 0 45px;
  }
}

@media (max-width: 1023px) {
  .social-feed.active .social-feed__panel {
    right: 0;
  }

  .social-feed__opener {
    right: -4.1875rem;
    z-index: 10;
  }

  .alert-closed .social-feed__opener {
    top: 15.25rem;
  }

  .social-feed__panel {
    transition: right .35s cubic-bezier(.3, .86, .36, .95);
    position: fixed;
    top: 0;
    bottom: 0;
    right: -25rem;
  }

  .member-list .member-item { 
    width: calc(32% - 12px);
  }

  body.nav-active {
    overflow: hidden !important;
  }

  .page-loaded .header {
    background: #00234f;
  }

  .header .logo.rounded,
  .header.fixed-position .logo.rounded {
    display: none;
  }

  .header .logo.squared,
  .header.fixed-position .logo.squared {
    display: block;
  }

  .alert-closed .header {
    background: rgba(0, 0, 0, 0);
  }

  .header.fixed-position .main-nav-drop {
    top: 0;
  }

  .main-nav-drop {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #2d2d2d;
    width: 100%;
    max-width: 417px;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    border-bottom: 11px solid #fcdb53;
  }

  .main-nav-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .nav-active .main-nav-drop {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .alert-bar .text-wrap {
    margin: 0 0 .375rem;
  }

  .alert-bar .text-wrap {
    margin: 0 0 1.1875rem;
  }

  .intro-section .news-item:last-child {
    display: none;
  }

  .subscribe-section .desktop-view {
    display: none;
  }

  .oversight-intro {
    display: flex;
    flex-direction: column;
  }

  .oversight-intro > .left-col, .oversite-intro > .right-col {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .chair-image {
    float:none !important;
    margin: 0 auto 20px !important;
    text-align: center;
    display: block;
  }

  .social-feed {
    display: none;
  }

  .member-list .member-item { 
    width: calc(49% - 12px);
  }

  .drop-holder>.social-networks {
    display: none !important;
  }

  .subscribe-block .subscribe-drop-opener {
    display: none !important;
  }

  .events-section .container {
    padding: 0 1.6875rem;
  }
}

@media (max-width: 1279px) {
  .main-nav>li:nth-last-child(1) .drop .drop,.main-nav>li:nth-last-child(2) .drop .drop,.main-nav>li:nth-last-child(3) .drop .drop {
    left: auto;
    right: 100%;
  }
}

@media (min-width: 1024px)and (max-width: 1279px) {
  .main-nav-inner {
    flex-direction: column-reverse;
  }
}

.whistleblower-alert {
  display: block;
  background-color: #fcdb53;
  color: #00234f;
  font-weight: bold;
  text-align: center;
  transition: .2s all;
  padding: 5px;
}

.whistleblower-alert:hover {
  color: #ffffff;
  background-color: #00234f;
  text-decoration: none;
}

.header.fixed-position .whistleblower-alert {
  display: none;
}

.inner-header .section-heading {
  margin-top: 4.375rem;
}