/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.social-header, .main-navigation, .main-navigation > li .sub-menu ul, .col-nav-footer .nav-footer, .holder-copyright-nav .link-bottom, .holder-copyright-nav .socials, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

a, .top-line-header, .holder-search-form-header, .search-header, .social-header li a, .holder-main-menu, .main-navigation > li .sub-menu, .bottom-line-header, .row-bottom-line .date-event, .row-bottom-line .location, .row-bottom-line .location svg, .row-bottom-line .countdown-item, .row-bottom-line .countdown-item span, .nav-opener, .col-nav-footer .nav-footer li a, .holder-copyright-nav .link-bottom li a, .holder-copyright-nav .socials li a, .tag-btn, .tag-btn .icon, .tag-btn:hover .icon:after, .tag-btn:hover .icon:before, .tag-btn.hover .icon:after, .tag-btn.hover .icon:before, .btn, .link-btn, .slick-dots li button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: --body-bg-color;
  font: 16px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 59px; }

h2, .h2 {
  font-size: 40px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 26px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #006ce0;
  text-decoration: none!important; }
  a:hover, a:focus {
    text-decoration: none!important; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #667683;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #667683; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #667683; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #667683; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #667683; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #667683; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.header {
  min-height: 59px;
  position: relative;
  z-index: 99; }
  @media (min-width: 1024px) {
    .header {
      min-height: 114px; } }
  .header .container {
    max-width: 1110px; }

.holder-header {
  padding: 8px 0 0;
  background-color: var(--header-bg-color);
  position: fixed;
  width: 100%;
  top: 0; }
  @media (min-width: 1024px) {
    .holder-header {
      padding: 20px 0 0; } }

.top-line-header {
  -webkit-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
          transform: translateY(-300px);
  background-color: var(--header-bg-color);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 99; }
  @media (min-width: 1024px) {
    .top-line-header {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      max-width: 50%;
      margin-left: auto; } }

.holder-search-header {
  position: relative;
  margin-bottom: 20px;
  padding: 0 13px; }
  @media (min-width: 1024px) {
    .holder-search-header {
      padding: 0;
      margin-right: 32px;
      margin-bottom: 0; } }

.holder-search-form-header {
  position: relative; }
  @media (min-width: 1024px) {
    .holder-search-form-header {
      position: absolute;
      right: -16px;
      top: -16px;
      opacity: 0;
      visibility: hidden;
      width: 0; } }
  .holder-search-form-header input[type="search"] {
    padding: 15px 24px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px; }
  .holder-search-form-header button[type="submit"] {
    position: absolute;
    right: 10px;
    top: 15px;
    border: none;
    background-color: transparent;
    font-size: 18px; }
    .holder-search-form-header button[type="submit"] svg path {
      fill: var(--links-color); }

.search-header {
  font-size: 18px;
  display: none; }
  @media (min-width: 1024px) {
    .search-header {
      display: block; } }
  .search-header svg {
    width: 18px; }
    .search-header svg path {
      fill: var(--header-top-line-color); }
  .search-header:hover svg path {
    fill: var(--header-top-line-color-hover); }

.search-active .holder-search-form-header {
  opacity: 1;
  visibility: visible;
  width: 254px; }

.social-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .social-header {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0; } }
  .social-header li {
    padding: 0 8px; }
    .social-header li a {
      display: block; }
      .social-header li a svg {
        width: 44px;
        height: 44px; }
        @media (min-width: 1024px) {
          .social-header li a svg {
            width: 18px;
            height: 18px; } }
        .social-header li a svg path {
          fill: var(--header-top-line-color); }
      .social-header li a:hover svg path {
        fill: var(--header-top-line-color-hover); }

.mobile-top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #001a31;
  padding: 12px 13px;
  margin: 0 0px 10px; }
  @media (min-width: 1024px) {
    .mobile-top-line {
      display: none; } }
  .mobile-top-line h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0; }
  .mobile-top-line .close-btn-top-line {
    font-size: 20px;
    margin-left: auto; }
    .mobile-top-line .close-btn-top-line svg path {
      fill: #fff; }

.middle-line-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1024px) {
    .middle-line-header {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-top: -30px;
      margin-bottom: 0; } }
  .middle-line-header:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 98; }
  .middle-line-header .logo {
    margin-right: 10px;
    margin-left: 10px;
    max-width: 64px; }
    @media (min-width: 1024px) {
      .middle-line-header .logo {
        max-width: 129px;
        margin-right: 40px;
        margin-left: 0;
        margin-bottom: 10px;
        min-height: 91px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.holder-main-menu {
  position: absolute;
  top: -8px;
  left: auto;
  -webkit-transform: translateX(-105%);
      -ms-transform: translateX(-105%);
          transform: translateX(-105%);
  left: -13px;
  width: 100%;
  z-index: 8;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  z-index: 0;
  background-color: var(--mobile-menu-bg-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 180px;
  z-index: 99; }
  @media (min-width: 480px) {
    .holder-main-menu {
      width: 354px; } }
  @media (min-width: 1024px) {
    .holder-main-menu {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      min-height: auto;
      height: auto;
      padding: 0;
      width: auto;
      top: auto;
      background: transparent;
      overflow: visible;
      text-align: left;
      box-shadow: none;
      display: block;
      position: relative; } }

.main-menu-title {
  background-color: var(--mobile-menu-bg-top-line);
  width: 100%;
  padding: 10px 19px;
  color: var(--mobile-menu-color-top-line);
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1024px) {
    .main-menu-title {
      display: none; } }
  .main-menu-title a {
    color: var(--mobile-menu-color-top-line);
    font-size: 18px; }
  .main-menu-title .close-menu {
    position: relative;
    z-index: 2000; }

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media (min-width: 1024px) {
    .main-navigation {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: auto; } }
  .main-navigation li.has-children > a {
    position: relative; }
    .main-navigation li.has-children > a:before {
      display: block;
      content: '';
      border-top: 2px solid #667683;
      border-right: 2px solid #667683;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 9px;
      height: 9px;
      position: absolute;
      width: 10px;
      height: 10px;
      top: 12px;
      right: 10px; }
      @media (min-width: 1024px) {
        .main-navigation li.has-children > a:before {
          display: none; } }
  .main-navigation li.hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); }
  @media (min-width: 1024px) {
    .main-navigation > li {
      margin-left: 15px;
      position: relative; } }
  @media (min-width: 1200px) {
    .main-navigation > li {
      margin-left: 15px; } }
  .main-navigation > li a {
    display: block;
    color: var(--mobile-nav-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 19px;
    border-bottom: 1px solid #ecf0f6;
    font-style: italic; }
    @media (min-width: 1024px) {
      .main-navigation > li a {
        padding: 22px 5px;
        border: none;
        color: var(--header-nav-color); } }
  .main-navigation > li .sub-menu {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(193, 193, 193, 0.59);
    border-radius: 2px;
    background-color: var(--mobile-menu-bg-main);
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
    @media (min-width: 1024px) {
      .main-navigation > li .sub-menu {
        width: 253px;
        top: 100%;
        height: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .main-navigation > li .sub-menu .back-link {
      display: block;
      background-color: #001a31;
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      font-style: italic;
      border: none; }
      .main-navigation > li .sub-menu .back-link:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
        width: 9px;
        height: 9px;
        margin-top: -4px;
        margin-right: 5px; }
      @media (min-width: 1024px) {
        .main-navigation > li .sub-menu .back-link {
          display: none; } }
    .main-navigation > li .sub-menu .clone-link {
      display: block;
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      font-style: italic;
      padding: 12px 19px;
      text-transform: uppercase;
      background-color: rgba(0, 26, 49, 0.4); }
      @media (min-width: 1024px) {
        .main-navigation > li .sub-menu .clone-link {
          display: none; } }
    .main-navigation > li .sub-menu ul li {
      border-bottom: 1px solid #ecf0f6; }
      @media (min-width: 1024px) {
        .main-navigation > li .sub-menu ul li {
          position: relative; } }
      .main-navigation > li .sub-menu ul li a {
        display: block;
        padding: 12px 15px 10px 19px;
        color: #667683;
        font-size: 14px;
        font-weight: 700;
        font-style: italic;
        text-transform: uppercase; }
      .main-navigation > li .sub-menu ul li.hover > a {
        color: var(--mobile-nav-color-hover); }
      .main-navigation > li .sub-menu ul li.hover > .sub-menu {
        visibility: visible;
        opacity: 1; }
      @media (min-width: 1024px) {
        .main-navigation > li .sub-menu ul li:hover > a, .main-navigation > li .sub-menu ul li:focus-within > a {
          color: var(--links-color-hover); }
        .main-navigation > li .sub-menu ul li:hover > .sub-menu, .main-navigation > li .sub-menu ul li:focus-within > .sub-menu {
          visibility: visible;
          opacity: 1; } }
      .main-navigation > li .sub-menu ul li.active a {
        color: var(--mobile-nav-color-hover); }
        @media (min-width: 1024px) {
          .main-navigation > li .sub-menu ul li.active a {
            color: var(--links-color-hover); } }
      .main-navigation > li .sub-menu ul li .sub-menu {
        left: 0; }
        @media (min-width: 1024px) {
          .main-navigation > li .sub-menu ul li .sub-menu {
            left: 100%;
            top: 0; } }
    @media (min-width: 1024px) {
      .main-navigation > li .sub-menu .sub-menu {
        top: 0; } }
  .main-navigation > li.hover a {
    color: var(--mobile-nav-color-hover); }
  .main-navigation > li.hover > .sub-menu {
    visibility: visible;
    opacity: 1; }
  @media (min-width: 1024px) {
    .main-navigation > li:hover a, .main-navigation > li:focus-within a {
      color: var(--links-color-hover); }
    .main-navigation > li:hover > .sub-menu, .main-navigation > li:focus-within > .sub-menu {
      visibility: visible;
      opacity: 1; } }
  .main-navigation > li.active a {
    color: var(--mobile-nav-color-hover); }
    @media (min-width: 1024px) {
      .main-navigation > li.active a {
        color: var(--links-color-hover); } }
  @media (min-width: 1024px) {
    .main-navigation > li:first-child {
      margin-left: 10px; } }
  .main-navigation > li:last-child > .sub-menu {
    left: auto;
    right: 0; }
    .main-navigation > li:last-child > .sub-menu .sub-menu {
      left: auto;
      right: 100%; }

.header-bottom[data-level="1"] .main-navigation {
  -webkit-transform: translateX(-320px);
      -ms-transform: translateX(-320px);
          transform: translateX(-320px); }

.header-bottom[data-level="1"] .main-menu-title > .text {
  opacity: 0;
  visibility: hidden; }

.header-bottom[data-level="2"] .main-navigation {
  -webkit-transform: translateX(-640px);
      -ms-transform: translateX(-640px);
          transform: translateX(-640px); }

.header-bottom[data-level="2"] .main-menu-title > .text {
  opacity: 0;
  visibility: hidden; }

.header-bottom[data-level="3"] .main-navigation {
  -webkit-transform: translateX(-960px);
      -ms-transform: translateX(-960px);
          transform: translateX(-960px); }

.header-bottom[data-level="3"] .main-menu-title > .text {
  opacity: 0;
  visibility: hidden; }

.bottom-line-header {
  background-color: var(--header-bottom-line-header-bg);
  width: 100vw;
  max-width: 100vw;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
  position: absolute;
  top: 100%;
  padding: 5px 0px 5px; 
	pointer-events: none;}
  @media (min-width: 1024px) {
    .bottom-line-header {
      padding: 15px 0px 15px; } }

.row-bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--header-bottom-line-header-color); }
  .row-bottom-line .date-event {
    color: var(--header-bottom-line-header-color);
    font-family: "Arial", sans-serif;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 2px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .row-bottom-line .date-event {
        font-size: 24px;
        margin-bottom: 4px; } }
  .row-bottom-line .location {
    color: var(--header-bottom-line-header-color);
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 1024px) {
      .row-bottom-line .location {
        font-size: 16px;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; } }
    .row-bottom-line .location svg {
      margin-right: 3px;
      width: 10px; }
      @media (min-width: 1024px) {
        .row-bottom-line .location svg {
          width: 19px; } }
      .row-bottom-line .location svg path {
        fill: var(--header-bottom-line-header-icon-color); }
  .row-bottom-line .right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .row-bottom-line .right-col .btn.rounded {
      padding: 8px 5px;
      border-radius: 4px;
      font-size: 12px;
      background-color: var(--header-top-line-bg-color-btn);
      color: var(--header-top-line-color-btn); }
      @media (min-width: 1024px) {
        .row-bottom-line .right-col .btn.rounded {
          padding: 16px 23px;
          border-radius: 8px;
          font-size: 14px; } }
      .row-bottom-line .right-col .btn.rounded:hover {
        background-color: var(--header-top-line-bg-color-btn-hover); }
  .row-bottom-line .countdown-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 26px;
    color: var(--header-bottom-line-header-color); }
  .row-bottom-line .countdown-item {
    margin-right: 5px;
    text-align: center;
    font-family: "Arial", sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: italic; }
    @media (min-width: 1024px) {
      .row-bottom-line .countdown-item {
        font-size: 24px;
        margin-right: 9px; } }
    .row-bottom-line .countdown-item span {
      font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      display: block;
      text-transform: uppercase;
      font-size: 7px;
      font-weight: 700;
      margin-top: 1px; }
      @media (min-width: 1024px) {
        .row-bottom-line .countdown-item span {
          font-size: 16px;
          margin-top: 4px; } }

@media (min-width: 1024px) {
  .nav-opener {
    display: none; } }

.nav-opener {
  position: absolute;
  z-index: 5;
  left: 0;
  color: var(--mobile-burger-color);
  width: 27px;
  height: 22px; }
  .nav-opener:before {
    position: absolute;
    content: "";
    top: 5px;
    bottom: auto;
    left: 0;
    right: 0; }
  .nav-opener:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 8px;
    left: 0;
    right: 0; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener .icn-bar {
    height: 3px;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: currentColor; }
  .nav-opener:hover, .nav-opener:focus {
    color: var(--mobile-burger-color); }
  .nav-opener .icn-bar {
    left: 0;
    right: 0;
    top: 17px;
    position: absolute; }

.nav-active {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nav-active .header .holder-main-menu {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.nav-opener-search-socials {
  display: block;
  position: absolute;
  right: 0; }
  @media (min-width: 1024px) {
    .nav-opener-search-socials {
      display: none; } }
  .nav-opener-search-socials svg {
    width: 20px; }
    .nav-opener-search-socials svg path {
      fill: var(--mobile-search-color); }

.active-search-socials .middle-line-header:before {
  opacity: 1;
  visibility: visible; }

.active-search-socials .top-line-header {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.nav-active .middle-line-header:before {
  opacity: 1;
  visibility: visible; }

@media (min-width: 1024px) {
  .header.fixed .bottom-line-header {
    padding: 10px 0px 10px;
    background-color: var(--header-bottom-line-header-bg2); } }

@media (min-width: 1024px) {
  .header.fixed .row-bottom-line .date-event {
    font-size: 16px; } }

@media (min-width: 1024px) {
  .header.fixed .row-bottom-line .location {
    font-size: 10px; } }

@media (min-width: 1024px) {
  .header.fixed .row-bottom-line i {
    font-size: 10px;
    margin-right: 4px; } }

@media (min-width: 1024px) {
  .header.fixed .row-bottom-line .countdown-item {
    font-size: 16px; } }

@media (min-width: 1024px) {
  .header.fixed .row-bottom-line .countdown-item span {
    font-size: 11px; } }

html, body {
  height: 100%;
  width: 100%; }

.wrapper {
  overflow-x: hidden; }
  @media (min-width: 992px) {
    .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 991px) {
    .wrapper {
      position: relative;
      overflow-x: hidden; } }

#main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.container {
  max-width: 1318px;
  width: 100%;
  margin: 0 auto;
  padding: 0 13px; }

.container-min {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px; }

.bold {
  font-weight: 700; }

.mt-45 {
  margin-top: 45px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-10 {
  margin-bottom: 10px; }

@media (min-width: 1024px) {
  .br-top-white {
    border-top: 1px solid #fff; } }

@media (min-width: 1024px) {
  .br-bot-white {
    border-bottom: 1px solid #fff; } }

.ui-elements-title {
  font-size: 33px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700; }

.section-title {
  color: #000;
  font-weight: 700; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 36px; } }

hr {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-top: 1px solid #ddd;
  margin: 37px 0; }

.d-block {
  display: block; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.col-form,
.buttons-list {
  width: 100%; }
  @media (min-width: 768px) {
    .col-form,
    .buttons-list {
      width: calc(100% - 140px); } }

.buttons-list > div {
  margin-left: -20px;
  margin-right: -20px; }

.col-label {
  width: 100%;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .col-label {
      width: 100px;
      margin-right: 40px; } }

.col-50 {
  width: 100%; }
  @media (min-width: 1024px) {
    .col-50 {
      width: calc(42% - 80px);
      margin-right: 80px; } }
  .col-50:last-child {
    margin-right: 0;
    width: 100%; }
    @media (min-width: 1024px) {
      .col-50:last-child {
        width: 58%; } }

.holder-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .holder-btns {
      margin-bottom: 170px; } }
  .holder-btns .col-btns {
    width: 100%; }
    @media (min-width: 768px) {
      .holder-btns .col-btns {
        width: calc(100% - 140px); } }
    .holder-btns .col-btns .btns {
      padding: 0 20px; }

.btns-rounded {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .btns-rounded {
      margin-bottom: 0; } }
  .btns-rounded .btns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 385px) {
      .btns-rounded .btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 768px) {
      .btns-rounded .btns {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 1024px) {
      .btns-rounded .btns {
        width: auto; } }

.btns-circular {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .btns-circular {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .btns-circular .btns {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .btns-circular .btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 0;
        width: 100%; } }
    @media (min-width: 1024px) {
      .btns-circular .btns {
        width: auto; } }

.twocols-content {
  padding: 10px 0; }
  @media (min-width: 768px) {
    .twocols-content {
      padding: 24px 0; } }
  .twocols-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px; }
    .twocols-content .row .col {
      width: 100%;
      padding: 0 8px;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .twocols-content .row .col {
          width: 50%; } }
  .twocols-content.inverse .col.blurb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .twocols-content.inverse .col.video {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

.embed-responsive {
  position: relative;
  padding-top: 56.25%; }
  .embed-responsive iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4; }
  .slick-arrow.slick-prev {
    left: 50px; }
  .slick-arrow.slick-next {
    right: 50px; }

button {
  border: none;
  background-color: transparent;
  display: block;
  font-size: 42px;
  color: #fff; }
  button svg path {
    fill: #fff; }
  @media (min-width: 768px) {
    button {
      display: block; } }
  button:hover {
    opacity: 0.75; }

.chat-bubble {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10000; }
  @media (min-width: 768px) {
    .chat-bubble {
      right: 20px; } }
  @media (min-width: 1024px) {
    .chat-bubble {
      right: 50px; } }
  .chat-bubble img {
    display: block;
    max-width: 48px;
    width: 100%; }
  .chat-bubble:hover {
    opacity: 0.7; }

.bg-holder {
  background-attachment: fixed;
  background-repeat: no-repeat; }

.bg-holder img {
  height: auto;
  position: absolute;
  width: auto; }

.is-touch-device {
  background-size: cover;
  background-position: center; }

.indent-header {
  margin-top: 24px; }
  @media (min-width: 1024px) {
    .indent-header {
      margin-top: 81px; } }

.content-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0 40px; }
  @media (min-width: 768px) {
    .content-columns {
      padding: 35px 0 35px; } }
  .content-columns .content {
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px; }
    @media (min-width: 768px) {
      .content-columns .content {
        margin-right: 70px;
        width: calc(100% - 370px); } }
    @media (min-width: 1024px) {
      .content-columns .content {
        margin-right: 125px;
        width: calc(100% - 450px); } }
    .content-columns .content h1 {
      font-size: 30px;
      font-weight: 700;
      font-style: italic;
      line-height: 35px;
      margin-bottom: 14px;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .content-columns .content h1 {
          line-height: 74px;
          font-size: 59px;
          margin-bottom: 32px; } }
    .content-columns .content h5 {
      color: #000000;
      font-weight: 700;
      margin-bottom: 1px; }
      @media (min-width: 768px) {
        .content-columns .content h5 {
          margin-bottom: 19px;
          line-height: 25px; } }
    .content-columns .content p {
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    .content-columns .sidebar {
      width: 300px; } }
  @media (min-width: 1024px) {
    .content-columns .sidebar {
      width: 325px; } }

.top-line-footer {
  background-color: var(--footer-bg);
  padding: 15px 0 10px;
  background-position: 79% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 900px) {
    .top-line-footer {
      padding: 50px 0 10px;
      background-size: contain; } }

.holder-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 900px) {
    .holder-footer {
      margin: 0 -15px 0px; } }
  @media (min-width: 1024px) {
    .holder-footer {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.logo-footer {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 22px; }
  @media (min-width: 900px) {
    .logo-footer {
      width: 20%; } }
  .logo-footer a {
    display: block; }
    @media (min-width: 900px) {
      .logo-footer a {
        display: inline-block; } }
    .logo-footer a img {
      display: block;
      margin: 0 auto; }
      @media (min-width: 900px) {
        .logo-footer a img {
          margin: 0; } }

.col-nav-footer {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 27px; }
  @media (min-width: 768px) {
    .col-nav-footer {
      width: 60%; } }
  @media (min-width: 900px) {
    .col-nav-footer {
      width: 58%; } }
  @media (min-width: 1024px) {
    .col-nav-footer {
      width: 46%; } }
  .col-nav-footer .nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px; }
    .col-nav-footer .nav-footer li {
      width: 33.33%;
      margin-bottom: 16px;
      padding: 0 20px;
      text-align: center; }
      @media (min-width: 900px) {
        .col-nav-footer .nav-footer li {
          text-align: left; } }
      .col-nav-footer .nav-footer li a {
        color: var(--footer-color-links);
        font-size: 14px;
        font-weight: 400; }
        .col-nav-footer .nav-footer li a:hover {
          color: var(--footer-copyright-links-hover-color); }

.col-newsletter {
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .col-newsletter {
      margin-bottom: 0;
      width: 40%; } }
  @media (min-width: 900px) {
    .col-newsletter {
      width: 22%; } }
  .col-newsletter label {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 900px) {
      .col-newsletter label {
        text-align: left; } }
  .col-newsletter input[type="email"] {
    display: block;
    border-radius: 6px;
    border: 1px solid #707070;
    background-color: #fff;
    width: 100%;
    color: #000;
    height: 44px;
    padding: 10px 15px;
    font-size: 12px; }
    @media (min-width: 900px) {
      .col-newsletter input[type="email"] {
        height: 32px; } }
    .col-newsletter input[type="email"]::-webkit-input-placeholder {
      color: #000;
      text-transform: uppercase;
      font-weight: 700; }
    .col-newsletter input[type="email"]::-moz-placeholder {
      opacity: 1;
      color: #000;
      text-transform: uppercase;
      font-weight: 700; }
    .col-newsletter input[type="email"]:-moz-placeholder {
      color: #000;
      text-transform: uppercase;
      font-weight: 700; }
    .col-newsletter input[type="email"]:-ms-input-placeholder {
      color: #000;
      text-transform: uppercase;
      font-weight: 700; }
    .col-newsletter input[type="email"].placeholder {
      color: #000;
      text-transform: uppercase;
      font-weight: 700; }

.text-line {
  text-align: center;
  color: var(--footer-color-text);
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400; }
  .text-line p {
    margin-bottom: 10px; }

.copyright-nav-line {
  background-color: var(--footer-copyright-bg);
  padding: 13px 0 30px; }
  @media (min-width: 768px) {
    .copyright-nav-line {
      padding: 5px 0 0; } }
  @media (min-width: 1024px) {
    .copyright-nav-line {
      padding: 0; } }

.holder-copyright-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px; }
  .holder-copyright-nav .col {
    padding: 0 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .holder-copyright-nav .col {
        width: auto; } }
  .holder-copyright-nav .right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (min-width: 768px) {
      .holder-copyright-nav .right-col {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .holder-copyright-nav .copyright {
    color: var(--footer-copyright-text-links);
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
    line-height: 22px;
    text-align: center;
    max-width: 316px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .holder-copyright-nav .copyright {
        width: auto;
        max-width: 100%;
        text-align: left; } }
  .holder-copyright-nav .link-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7px;
    width: 100%;
    margin-bottom: 17px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .holder-copyright-nav .link-bottom {
        width: auto;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 0; } }
    .holder-copyright-nav .link-bottom li {
      padding: 0 7px; }
      .holder-copyright-nav .link-bottom li a {
        color: var(--footer-color-links);
        font-family: "Arial", sans-serif;
        font-size: 12px;
        font-weight: 400; }
        .holder-copyright-nav .link-bottom li a:hover {
          color: var(--footer-copyright-links-hover-color); }
  .holder-copyright-nav .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .holder-copyright-nav .socials {
        width: auto;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 0; } }
    .holder-copyright-nav .socials li {
      margin-right: -1px; }
      .holder-copyright-nav .socials li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid var(--footer-link-br);
        background-color: var(--footer-copyright-bg);
        width: 40px;
        height: 40px;
        color: #fff;
        outline: none; }
        .holder-copyright-nav .socials li a svg {
          width: 16px;
          height: 16px; }
          .holder-copyright-nav .socials li a svg path {
            fill: #fff; }
        .holder-copyright-nav .socials li a:hover, .holder-copyright-nav .socials li a:focus {
          background-color: var(--footer-copyright-links-hover-color); }

.footer-br-top {
  border-top: 8px solid var(--footer-br-top); }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

label, .label {
  text-transform: uppercase;
  font-weight: 700;
  color: #707070;
  font-size: 12px; }

.input-holder label, .input-holder .label {
  margin-bottom: 4px;
  display: inline-block; }

.input-holder.error-input label, .input-holder.error-input .label {
  color: red; }

.input-holder.error-input textarea,
.input-holder.error-input input[type="text"],
.input-holder.error-input input[type="number"],
.input-holder.error-input input[type="tel"],
.input-holder.error-input input[type="email"],
.input-holder.error-input input[type="search"],
.input-holder.error-input input[type="password"] {
  color: red;
  border-color: red; }
  .input-holder.error-input textarea:focus,
  .input-holder.error-input input[type="text"]:focus,
  .input-holder.error-input input[type="number"]:focus,
  .input-holder.error-input input[type="tel"]:focus,
  .input-holder.error-input input[type="email"]:focus,
  .input-holder.error-input input[type="search"]:focus,
  .input-holder.error-input input[type="password"]:focus {
    box-shadow: 0 4px 3px rgba(255, 120, 120, 0.22); }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  appearance: none;
  -webkit-appearance: none;
  margin: 0; }

textarea,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
  box-sizing: border-box;
  height: 51px;
  display: block;
  width: 100%;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  border-radius: 8px;
  color: #000;
  padding: 0 10px; }
  @media (min-width: 768px) {
    textarea,
    input[type="text"],
    input[type="number"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"] {
      padding: 0 24px; } }
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder {
    color: #667683;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder {
    opacity: 1;
    color: #667683;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  textarea:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder {
    color: #667683;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder {
    color: #667683;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  textarea.placeholder,
  input[type="text"].placeholder,
  input[type="number"].placeholder,
  input[type="tel"].placeholder,
  input[type="email"].placeholder,
  input[type="search"].placeholder,
  input[type="password"].placeholder {
    color: #667683;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  textarea.active, textarea:focus,
  input[type="text"].active,
  input[type="text"]:focus,
  input[type="number"].active,
  input[type="number"]:focus,
  input[type="tel"].active,
  input[type="tel"]:focus,
  input[type="email"].active,
  input[type="email"]:focus,
  input[type="search"].active,
  input[type="search"]:focus,
  input[type="password"].active,
  input[type="password"]:focus {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #000000; }
  textarea:disabled,
  input[type="text"]:disabled,
  input[type="number"]:disabled,
  input[type="tel"]:disabled,
  input[type="email"]:disabled,
  input[type="search"]:disabled,
  input[type="password"]:disabled {
    cursor: default;
    background-color: #f1f1f1;
    color: #000000; }
    textarea:disabled::-webkit-input-placeholder,
    input[type="text"]:disabled::-webkit-input-placeholder,
    input[type="number"]:disabled::-webkit-input-placeholder,
    input[type="tel"]:disabled::-webkit-input-placeholder,
    input[type="email"]:disabled::-webkit-input-placeholder,
    input[type="search"]:disabled::-webkit-input-placeholder,
    input[type="password"]:disabled::-webkit-input-placeholder {
      color: #000000; }
    textarea:disabled::-moz-placeholder,
    input[type="text"]:disabled::-moz-placeholder,
    input[type="number"]:disabled::-moz-placeholder,
    input[type="tel"]:disabled::-moz-placeholder,
    input[type="email"]:disabled::-moz-placeholder,
    input[type="search"]:disabled::-moz-placeholder,
    input[type="password"]:disabled::-moz-placeholder {
      opacity: 1;
      color: #000000; }
    textarea:disabled:-moz-placeholder,
    input[type="text"]:disabled:-moz-placeholder,
    input[type="number"]:disabled:-moz-placeholder,
    input[type="tel"]:disabled:-moz-placeholder,
    input[type="email"]:disabled:-moz-placeholder,
    input[type="search"]:disabled:-moz-placeholder,
    input[type="password"]:disabled:-moz-placeholder {
      color: #000000; }
    textarea:disabled:-ms-input-placeholder,
    input[type="text"]:disabled:-ms-input-placeholder,
    input[type="number"]:disabled:-ms-input-placeholder,
    input[type="tel"]:disabled:-ms-input-placeholder,
    input[type="email"]:disabled:-ms-input-placeholder,
    input[type="search"]:disabled:-ms-input-placeholder,
    input[type="password"]:disabled:-ms-input-placeholder {
      color: #000000; }
    textarea:disabled.placeholder,
    input[type="text"]:disabled.placeholder,
    input[type="number"]:disabled.placeholder,
    input[type="tel"]:disabled.placeholder,
    input[type="email"]:disabled.placeholder,
    input[type="search"]:disabled.placeholder,
    input[type="password"]:disabled.placeholder {
      color: #000000; }

input[type="password"] {
  font-size: 18px;
  background-color: #fbfbfb; }
  input[type="password"]::-webkit-input-placeholder {
    color: #b7b7b7; }
  input[type="password"]:-ms-input-placeholder {
    color: #b7b7b7; }
  input[type="password"]::placeholder {
    color: #b7b7b7; }

textarea {
  resize: none;
  height: 176px;
  border: 1px solid #dddddd;
  background-color: #f4f4f4;
  padding: 9px 10px; }
  @media (min-width: 768px) {
    textarea {
      padding: 15px 20px; } }

.custom-btn {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px; }

.custom-btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden; }

.custom-btn .c-lable {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #656565;
  text-transform: none;
  font-weight: 400; }

.custom-btn .c-lable:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  content: "";
  border-radius: 5px;
  border: solid 1px #ddd; }

.custom-btn .c-lable:before {
  position: absolute;
  left: 5px;
  top: 6px;
  content: "";
  width: 16px;
  height: 8px;
  border: solid 2px #fff;
  z-index: 1;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.custom-btn.radio .c-lable:after {
  border-radius: 100%; }

.custom-btn.radio .c-lable:before {
  left: 7px;
  top: 7px;
  border: 0;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #fff; }

.custom-btn input:checked ~ .c-lable:after {
  background: #001a31;
  border-color: #001a31; }

.custom-btn input:checked ~ .c-lable:after {
  opacity: 1; }

.tag-btn {
  display: inline-block;
  text-decoration: none;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  margin: 0 12px 12px 0;
  position: relative;
  padding: 8px 30px 8px 13px;
  min-width: 111px; }
  .tag-btn .icon {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #dddddd;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%; }
    .tag-btn .icon:before, .tag-btn .icon:after {
      -webkit-transition: .1s;
      transition: .1s;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .tag-btn .icon:after {
      width: 3px;
      height: 3px;
      background-color: #ffffff;
      border-radius: 50%; }
  .tag-btn:hover, .tag-btn.hover {
    background-color: #001a31;
    border-color: #001a31;
    color: #fff; }
    .tag-btn:hover .icon, .tag-btn.hover .icon {
      background-color: #fff; }
      .tag-btn:hover .icon:after, .tag-btn:hover .icon:before, .tag-btn.hover .icon:after, .tag-btn.hover .icon:before {
        border-radius: 0;
        width: 9px;
        height: 2px;
        background-color: #001a31; }
      .tag-btn:hover .icon:after, .tag-btn.hover .icon:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .tag-btn:hover .icon:before, .tag-btn.hover .icon:before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }

/* custom select styles */
.jcf-select {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #ddd;
  border-radius: 8px;
  position: relative; }

.jcf-select.jcf-drop-active .jcf-select-opener:before {
  opacity: 0; }

.jcf-select.jcf-drop-active .jcf-select-opener:after {
  opacity: 1; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin: 10px 35px 0 15px;
  color: #000000; }

.jcf-select .jcf-select-opener {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 8px;
  height: 8px; }

.jcf-select .jcf-select-opener:after,
.jcf-select .jcf-select-opener:before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: solid 2px #6b6b6b;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: linear .2s;
  transition: linear .2s; }

.jcf-select .jcf-select-opener:after {
  border-width: 2px 2px 0 0;
  opacity: 0;
  top: 4px; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #ddd;
  width: 100%; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 20px;
  font-size: 16px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 8px 10px;
  color: #6b6b6b;
  height: 1%; }

.jcf-list .jcf-option.jcf-option-hide {
  display: none; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e8eaeb;
  color: #001a31; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e8eaeb;
  width: 12px;
  bottom: 0;
  right: 0;
  top: 0;
  border-radius: 6px; }

.jcf-list-box .jcf-scrollbar-vertical {
  border-radius: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #b0b7bb;
  height: 0;
  width: 0;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #b0b7bb;
  height: 1px;
  width: 12px;
  border-radius: 6px; }

.jcf-list-box .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  border-radius: 0; }

.components-block .container {
  padding-bottom: 70px; }

.btns .btn,
.btns .link-btn {
  margin-right: 10px; }
  @media (min-width: 1024px) {
    .btns .btn,
    .btns .link-btn {
      margin-right: 20px; } }

.dark-blue {
  background-color: #001a31; }

.red {
  background-color: #841c1c; }

.light-red {
  background-color: #a42525; }

.light-gray {
  background-color: #f3f3f3; }

.gray {
  background-color: #ebebeb; }

.orange {
  background-color: #fe9e2c; }

.blue {
  background-color: #007bff; }

.btn {
  display: inline-block;
  text-decoration: none;
  color: var(--btn-color);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--btn-bg-color); }
  .btn:hover {
    background-color: var(--btn-bg-color-hover); }
  .btn.rounded {
    padding: 16px 23px;
    border-radius: 8px; }
    .btn.rounded.sm {
      padding: 12px 23px; }
    .btn.rounded.lg {
      padding: 20px 16px; }
  .btn.circular {
    padding: 16px 35px;
    border-radius: 28px; }
    .btn.circular.sm {
      padding: 12px 24px; }
    .btn.circular.lg {
      padding: 20px 30px; }
  .btn.dark-blue {
    color: #fff;
    background-color: #001a31; }
    .btn.dark-blue:hover, .btn.dark-blue.hover-btn {
      background-color: #003666; }
  .btn.red {
    color: #fff;
    background-color: #841c1c; }
    .btn.red:hover, .btn.red.hover-btn {
      background-color: #c70c05; }
  .btn.orange {
    color: #fff;
    background-color: #fe9e2c; }
    .btn.orange:hover, .btn.orange.hover-btn {
      background-color: #fe910b; }
  .btn.blue {
    color: #fff;
    background-color: #007bff; }
    .btn.blue:hover, .btn.blue.hover-btn {
      background-color: #006ce0; }

.link-btn {
  display: block;
  color: #c8cbcd;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .link-btn {
      display: inline-block; } }
  .link-btn:hover {
    color: #007bff; }

.content-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .content-cols .col > .h5 {
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .content-cols .col > .h5 {
        margin-bottom: 25px; } }
  .content-cols .col.social {
    width: 100%; }
    @media (min-width: 768px) {
      .content-cols .col.social {
        width: 50%; } }
    @media (min-width: 1024px) {
      .content-cols .col.social {
        width: 25.2%; } }
  .content-cols .col.news {
    width: 100%; }
    @media (min-width: 768px) {
      .content-cols .col.news {
        width: 50%; } }
    @media (min-width: 1024px) {
      .content-cols .col.news {
        width: 50.4%; } }
  .content-cols .col.rectangle-space {
    width: 100%; }
    @media (min-width: 768px) {
      .content-cols .col.rectangle-space {
        width: 50%; } }
    @media (min-width: 1024px) {
      .content-cols .col.rectangle-space {
        width: 24.4%; } }

.content-cols .col {
  padding: 0 10px; }

.content-cols .jcf-scrollable {
  width: 100%;
  height: 574px; }

.slick-dots {
  margin: 0 -4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 25px;
  z-index: 5; }
  .slick-dots li {
    padding: 0 4px; }
    .slick-dots li button {
      border: none;
      padding: 0;
      font-size: 0;
      width: 17px;
      height: 17px;
      border: 1px solid var(--dots-slider-border);
      background-color: var(--dots-slider-bg);
      border-radius: 50%; }
      .slick-dots li button:hover {
        background-color: var(--dots-slider-border);
        box-shadow: inset 0px 0px 0px 4px var(--dots-slider-bg); }
    .slick-dots li.slick-active button {
      background-color: var(--dots-slider-border);
      box-shadow: inset 0px 0px 0px 4px var(--dots-slider-bg); }

/* date picker custom styles */
.ui-widget {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
  font-family: "Muli", "Arial", sans-serif;
  border: 0;
  width: 300px; }

.ui-datepicker {
  width: 100%;
  z-index: 1000 !important;
  padding: 0;
  border-radius: 8px 8px 0 0;
  text-transform: uppercase;
  background: #fbfbfb;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  font-weight: 400; }
  @media (min-width: 768px) {
    .ui-datepicker {
      background: #fbfbfb; } }
  .ui-datepicker a {
    text-decoration: none;
    font-weight: 400; }

.datepicker-inline .ui-datepicker {
  box-shadow: none; }

.ui-datepicker table {
  width: 100%; }

.ui-datepicker table tbody tr:first-child td {
  padding-top: 3px; }

.ui-datepicker table tbody tr:last-child td {
  padding-bottom: 9px; }

.ui-datepicker th {
  font-size: 16px;
  line-height: 24px;
  background: var(--calendar-thead);
  color: var(--calendar-thead-color);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .ui-datepicker th {
      padding-top: 10px;
      padding-bottom: 17px; } }

.holder-datepicker .btn {
  background-color: var(--calendar-btn-bg);
  color: var(--calendar-color); }
  .holder-datepicker .btn:hover {
    background-color: var(--calendar-btn-bg-hover); }

.ui-datepicker td {
  border: solid 1px #fbfbfb;
  padding: 7px 3px 8px; }
  @media (min-width: 768px) {
    .ui-datepicker td {
      border: solid 1px #fcfcfc; } }

.ui-datepicker .ui-datepicker-header {
  border: 0;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: var(--calendar-bg);
  color: var(--calendar-color);
  padding: 14px 0 12px;
  position: relative;
  font-size: 18px;
  line-height: 30px; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: none;
  border: 0;
  height: auto;
  width: auto;
  color: var(--calendar-color);
  position: absolute;
  left: 15px;
  top: 20px;
  cursor: pointer;
  font-size: 0;
  line-height: 0; }

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  content: "";
  width: 11px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 11 16'%3e%3cpath d='M8.5 16l1.866-1.867L4.233 8l6.133-6.133L8.5 0l-8 8z'/%3e%3c/svg%3e");
  background-size: 100% 100%; }

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  opacity: .8; }

.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 15px; }

.ui-datepicker .ui-datepicker-next:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.ui-datepicker-title {
  text-align: center; }

.ui-state-default {
  display: block;
  border: 0;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  line-height: 32px;
  border-radius: 8px;
  background: var(--calendar-tbody);
  color: var(--calendar-tbody-color); }

.ui-state-default.ui-state-hover,
.ui-state-default.ui-state-highlight,
.ui-state-default.ui-state-active {
  border-radius: 8px;
  background-color: var(--calendar-state-active-bg);
  color: var(--calendar-state-active-color); }

.ui-datepicker-other-month .ui-state-default {
  color: rgba(58, 58, 58, 0.5); }

.ui-datepicker-other-month.ui-datepicker-current-day .ui-state-default {
  background: #001a31;
  color: #fff; }

.datepciker-drop {
  position: relative; }

.datepciker-drop .arrow {
  position: absolute;
  right: 15px;
  top: 20px; }

.datepciker-drop .arrow:after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f078";
  top: 50%;
  font-size: 15px; }

.datepciker-drop input[type="text"] {
  width: 100%;
  background: none;
  color: #2d4668;
  border-color: #ddd;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 13px 40px 14px 16px;
  cursor: pointer; }

.datepciker-drop input[type="text"]::-webkit-input-placeholder {
  color: #2d4668; }

.datepciker-drop input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #2d4668; }

.datepciker-drop input[type="text"]:-moz-placeholder {
  color: #2d4668; }

.datepciker-drop input[type="text"]:-ms-input-placeholder {
  color: #2d4668; }

.datepciker-drop input[type="text"].placeholder {
  color: #2d4668; }

.datepicker-area.active .datepciker-drop input ~ .arrow:after {
  -webkit-transform: translateY(-3px) rotate(180deg);
      -ms-transform: translateY(-3px) rotate(180deg);
          transform: translateY(-3px) rotate(180deg); }

.datepicker-area {
  position: relative; }

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important; } 
	.cms-columns-layout
	{
		display:block !important;
	}
	.cms-columns-layout-col
	{
		flex:none !important;
		width:100%;
	}
}
@media (max-width:767px) {

	/*EM COMPONENT TABS */
		.cms-tabs {
			margin-top:50px;
		}
	.cms-tabs .tabset
	{
		display:none;
	}
	/*END EM COMPONENT TABS*/
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family); }
.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
}
.location .fa-location-dot
{
	/*background:url('/CMS_Themes/airshow/images/ico_map.svg');*/
	width: 11px;
    height: 16px;
}
/*# sourceMappingURL=main.css.map */