@charset "UTF-8";
/*
Theme Name: Exploration Place
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
ul,
ol, #nav > ul, #nav .sub-nav ul, .sm-nav > ul, .sm-nav .sm-sub-nav ul, .sub-menu .menu-slide ul, .footer-top .social-networks, .footer-bottom .footer-links, .footer-bottom .logo-set {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl:after {
  content: '';
  display: block;
  clear: both;
}

/*! 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.woff?{$icomoon-hash}") format("woff");
  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-close-bold:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-tiktok:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-caret:before {
  content: "";
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.fc-photo-gallery-slider .swiper-slide {
  margin-right: 15px;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 8px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25;
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "\e900";
  font-family: 'icomoon';
  font-size: 13px;
  line-height: 1;
  color: #0090d3;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 13px;
  height: 10px;
  margin-top: -6px;
  pointer-events: none;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: block;
  width: 100%;
  color: #000;
  background-color: #f9f9f9;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 15px 8px;
  border: 1px solid #dff1ff;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  height: 54px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .choices__inner {
    font-weight: 300;
    letter-spacing: 0;
  }
}

.is-open .choices__inner {
  border-radius: 3px 3px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 3px 3px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: block;
  padding: 4px 16px 4px 4px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 100%;
  margin-top: 9px;
  border-radius: 3px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 14px 16px;
  color: #18181b;
  font-size: 18px;
  font-weight: 400;
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #0090d3;
  font-weight: 700;
  color: #fff;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: .5;
}

.choices__placeholder {
  color: #a7a7a7;
  font-style: italic;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus,
.choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__list--dropdown .choices__placeholder {
  display: none;
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}



section + section {
	margin-top: 70px;
}

section.intro-section + section.fc-form-block {
		margin-top: 20px;
	}
section.fc-text-area + section.fc-text-area {
	margin-top: 40px;
}

section.fc-list-icon + section.fc-list-icon {
	margin-top: 40px;
}

@media(min-width: 1024px) {
	section + section {
		margin-top: 100px;
	}
	
	section.intro-section + section.hours-section {
		margin-top: 80px;
	}
	
	section.intro-section + section.fc-form-block,
	section.fc-list-icon + section.fc-list-icon {
		margin-top: 40px;
	}
	
	section.image-video-listing-lg + section.footer-cta-section,
	section.visual-accordion + section.footer-cta-section {
		margin-top: 170px;
	}
	
	section.fc-text-area + section.fc-text-area {
		margin-top: 60px;
	}
  
  section.ico-call-outs + section.image-link-section,
  section.fc-image-listing.two-column + section,
  section.fc-image-listing.three-column + section,
  section.fc-icon-listing + section {
    margin-top: 60px;
  }
}


ul.two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden:not(:focus):not(:active), [type='checkbox']:not(:focus):not(:active),
[type='radio']:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.two-columns {
  background: #fff;
}

@media (min-width: 1024px) {
  .two-columns {
    display: flex;
  }
}

.two-columns.container {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .two-columns .sidebar {
    padding-left: 30px;
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .two-columns .content {
    flex: 1;
  }
}

.widget {
  margin-bottom: 20px;
}

.widget ul {
  padding-left: 32px;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type='submit'] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}

.search-form input {
  display: inline-flex;
}

.search-form input[type='search'] {
  border: 1px solid #d1e0f3;
  border-radius: 4px !important;
  margin: 0;
  width: 100%;
  height: 70px;
  font-style: italic;
  padding: 22px 20px;
  color: #18181b;
  -webkit-appearance: none;
  background: #FFF;
}

.search-form input[type='search']::placeholder {
  color: #8d8d98;
}

@media (min-width: 1024px) {
  .search-form input[type='search'] {
    padding: 22px 28px;
  }
}

.search-form input[type='submit'] {
  flex-shrink: 0;
}

.post-password-form input {
  display: inline-flex;
}

.post-password-form input[type='password'] {
  width: 180px;
  height: 47px;
  border: 1px solid #d1e0f3;
  border-radius: 4px;
}

.comment-form fieldset,
.post-password-form fieldset,
.search-form fieldset {
  padding: 0;
  border: 0;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #78008a;
  color: #fff;
  border: 0;
  font-size: 17px;
  line-height: 1.3529;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 13px 16px 11px;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 20px;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 20px 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 32px;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 20px;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #78008a;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.3529;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 4px;
  }
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.navigation-single .next,
.navigation-single .prev {
  display: inline-flex;
  align-items: center;
  max-width: 48%;
  background: #78008a;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.3529;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 10px;
  display: block;
}

@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 4px;
  }
}

.navigation-single .next a {
  margin-left: auto;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: 10px 0 0;
}

div.aligncenter {
  margin: 0 auto 20px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 20px 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 20px;
}

.mejs-container {
  margin-bottom: 20px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #ccc;
}


/* sticky cta  */
.sticky-block {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: fixed;
  border-radius: 5px;
  background-color: #691f74;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  color: #fff;
  line-height: 1.3889;
  align-items: flex-start;
  align-content: center;
  width: calc(100% - 20px);
  max-width: 313px;
  opacity: 0;
  visibility: hidden;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .sticky-block {
    font-size: 18px;
    width: 100%;
    left: auto;
    right: 50px;
    bottom: 50px;
    max-width: 591px;
  }
}

.sticky-block .image {
  position: relative;
  width: 33%;
  padding-top: 25.8%;
  display: none;
}

@media(min-width: 1024px) {
  .sticky-block .image {
    display: block;
  }
}

.sticky-block .text {
  width: 100%;
  padding: 0px;
}

@media(min-width: 1024px) {
 .sticky-block .text {
   width: 67%;
   padding: 0 23px;
 }
}

.sticky-block .sticky-title {
  font-size: 16px;
  display: block;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  line-height: 1.2em;
  color: #FFF;
}

@media (min-width: 1024px) {
  .sticky-block .sticky-title {
    font-size: 23px;
  }
}

.sticky-block p {
  margin-bottom: 10px;
  font-size: 13px;
}

@media (min-width: 1024px) {
  .sticky-block p {
    margin-bottom: 18px;
  }
  
  .sticky-block p {
	  font-size: 16px;
	}
}

.sticky-block .btn {
  color: #fff;
  font-size: 9px;
}

@media (min-width: 1024px) {
  .sticky-block .btn {
    font-size: 14px;
  }
}

.sticky-block .close {
  width: 18px;
  height: 18px;
  top: 11px;
  right: 7px;
  position: absolute;
}

.sticky-block.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}

.sticky-block.visible {
  opacity: 1;
  visibility: visible;
}


ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe {
  margin: 0 0 1em;
}

@media (min-width: 1024px) {
  ul,
  ol,
  dl,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  address,
  form,
  table,
  blockquote,
  applet,
  embed,
  object,
  iframe {
    margin: 0 0 1em;
  }
}

blockquote {
  color: #0087c5;
  margin: 52px 0 52px 40px;
  position: relative;
  font-size: 23px;
  line-height: 1.6087;
  font-style: italic;
}

@media (min-width: 1024px) {
  blockquote {
    max-width: 780px;
    margin: 51px 60px;
  }
}

th,
td {
  border: 1px solid #0090d3;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul:not(.no-style),
ol {
  padding-left: 50px;
  margin: 0px 0 1em;
}

ul.nav-accordion {
	padding-left: 0;
}

@media (min-width: 1024px) {
  ul:not(.no-style),
  ol {
    /* margin-top: -19px; */
  }
  
  p + ul:not(.no-style),
  p + ol {
    margin-top: -12px;
  }
}

ul:not(.no-style) li,
ol li {
  position: relative;
  margin-bottom: 8px;
}

ul + .link,
ol + .link {
  margin-top: 21px;
}

@media (min-width: 1024px) {
  ul + .link,
  ol + .link {
    margin-top: 32px;
  }
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 50px;
  margin: 8px 0;
}

ol {
  counter-reset: item;
  padding-left: 51px;
}

ol > li {
  counter-increment: item;
}

ol > li:before {
  content: counter(item) ".";
  color: #78008a;
  position: absolute;
  right: 100%;
  padding-right: 11px;
  top: 0;
}

ol > li > ul > li:before {
  content: '-';
  width: auto;
  height: auto;
  top: 0;
  border-radius: 0;
  background: transparent;
}

ol + .link-sm {
  margin-top: 24px;
}

@media (min-width: 1024px) {
  ol + .link-sm {
    margin-top: 34px;
  }
}

ul > li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #78008a;
}

ul > li > ul > li:before {
  content: '-';
  width: auto;
  height: auto;
  top: 0;
  border-radius: 0;
  background: transparent;
  color: #78008a;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

/*
  Set up a decent box model on the root element
*/
html {
  font-size: 10px;
}

/*
  Basic typography style for copy text
*/
body {
  color: #18181b;
  font-family: "Nunito Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5556;
  font-weight: 400;
  min-width: 360px;
}

/*
  Basic styles for links
*/
a {
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  color: #8c00a1;
  text-decoration: none;
}

a:hover {
  color: #691f74;
  text-decoration: none;
}

p {
  letter-spacing: -0.1px;
}

p.lg,
.intro-section .desc-holder p {
  font-size: 20px;
  line-height: 1.5;
}

p.sm {
  font-size: 16px;
  line-height: 1.5;
}

p a,
ol a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: underline;
}

p + .btn-link-sm {
  margin-top: -4px;
}

@media (min-width: 1024px) {
  p + .btn-link-sm {
    margin-top: -12px;
  }
}


ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
margin-top: 50px;
}

.fc-image-listing ul + h6 {
	margin-top: 0px;
} 

.typography-block ul,
.typography-block ol {
   margin-top: 10px;
 }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  color: #002c69;
  font-weight: 700;
  margin: 0 0 0.3em;
  display: block;
}

@media (min-width: 1024px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .h {
    margin: 0 0 0.5em;
  }
}

h1, .h1 {
  font-size: 36px;
  line-height: 1.3333;
  font-weight: 800;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 41px;
    line-height: 1.1707;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 1.2813;
  font-weight: 800;
}

@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 1.2286;
  }
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 1.1707;
  }
}

h4, .h4 {
  font-size: 23px;
  line-height: 1.3478;
}

h5, .h5 {
  font-size: 21px;
  line-height: 1.3333;
}

h6, .h6 {
  font-size: 17px;
  line-height: 1.4706;
  color: #0080bb;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h6.section-title {
	margin-bottom: 50px;
}

blockquote {
  font-size: 23px;
  line-height: 1.6087;
  color: #0087c5;
  font-style: italic;
}

address {
  font-style: normal;
}

.sub-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3571;
  font-weight: 600;
  color: #0090d3;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .sub-title {
    margin-bottom: 14px;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  border: 1px solid #d1e0f3;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border-radius: 4px;
  -webkit-appearance: none;
  color: #18181b;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder,
textarea::placeholder {
  color: #8d8d98;
}

input[type='text']:focus,
input[type='text']:hover,
input[type='email']:focus,
input[type='email']:hover,
input[type='tel']:focus,
input[type='tel']:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}

.announcement-bar {
  font-size: 15px;
  line-height: 1.3333;
  font-style: italic;
  text-align: center;
  background: #691f74;
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.announcement-bar:hover {
  background: #78008a;
}

.announcement-bar a {
  display: block;
  color: #fff;
  padding: 11px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) {
  .announcement-bar a {
    padding: 15px 20px;
  }
}

.header {
  position: absolute;
  /*  top: 42px; */
  left: 0;
  right: 0;
  z-index: 999;
}

.announcement-bar + .header{
	top: 42px;
}

.header.fixed-position {
  border-top: 1px solid #0090D3;
  box-shadow: 0px 2px 30px rgba(11, 57, 92, 0.05);
}

.admin-bar .header.fixed-position {
  top: 32px !important;
}

@media (min-width: 1024px) {
/*
  .header {
    top: 50px;
  }
*/

	.announcement-bar + .header{
		top: 50px;
	}


}

.closed {
	text-align: center;
	padding: 100px;
	color: #78008a;
}

.header .header-holder {
  padding: 11px 17px;
  position: relative;
}

@media (min-width: 1024px) {
  .header .header-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 17px;
  }
}

@media (min-width: 1200px) {
  .header .header-holder {
    padding: 20px 25px;
  }
}

@media (min-width: 1440px) {
  .header .header-holder {
    padding: 20px 50px;
  }
}

.header.fixed-position .header-holder {
  background: #fff;
}

@media (min-width: 1024px) {
  .header.fixed-position .header-holder {
    padding: 16px 17px;
  }
}

@media (min-width: 1200px) {
  .header.fixed-position .header-holder {
    padding: 16px 25px;
  }
}

@media (min-width: 1440px) {
  .header.fixed-position .header-holder {
    padding: 16px 50px;
  }
}

.header.fixed-position .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .header.fixed-position .logo {
    width: 247px;
  }
}

.header.fixed-position .logo--white {
  display: none;
}

.header.fixed-position .logo--color {
  display: block;
}

.header.fixed-position .nav-opener:before,
.header.fixed-position .nav-opener:after,
.header.fixed-position .nav-opener span {
  background: #0090d3;
}

.header.fixed-position .nav-drop {
  height: calc(100vh - 70px);
}

@media (min-width: 1024px) {
  .header.fixed-position .nav-drop {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .header.fixed-position #nav > ul > li > a {
    color: #44444a;
  }
}

@media (min-width: 1024px) {
  .header.fixed-position #nav > ul > li > a .icon-caret {
    color: #0090d3;
  }
}

@media (min-width: 1024px) {
  .header.fixed-position .sm-nav > ul > li > a {
    color: #44444a;
  }
}

@media (min-width: 1024px) {
  .header.fixed-position .sm-nav > ul > li > a .icon-caret {
    color: #0090d3;
  }
}

@media (max-width: 1023px) {
  .nav-active .header {
    background: #fff;
  }
}

@media (max-width: 1023px) {
  .nav-active .header .logo--white {
    display: none;
  }
}

@media (max-width: 1023px) {
  .nav-active .header .logo--color {
    display: block;
  }
}

.header .logo {
  width: 180px;
}

@media (min-width: 1024px) {
  .header .logo {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .header .logo {
    width: 291px;
  }
}

.header .logo--color {
  display: none;
}

.header .nav-holder {
  flex: 1;
}

@media (min-width: 1024px) {
  .header .nav-holder {
    padding-left: 15px;
  }
}

.nav-drop {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  height: calc(100vh - 112px);
  overflow-y: auto;
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  padding-bottom: 100px;
}

@media (min-width: 1024px) {
  .nav-drop {
    position: static;
    display: block;
    background: none;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 5px;
    height: auto;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    padding-bottom: 0px;
  }
}

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-drop .timing-holder {
  background: #003967;
  padding: 16px 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1024px) {
  .nav-drop .timing-holder {
    display: none;
  }
}

.nav-drop .timing-holder .icon-hold {
  width: 24px;
  margin-right: 12px;
}

.nav-drop .timing-holder .text {
  flex: 1;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}

#nav {
  padding: 40px 17px 10px;
}

@media (min-width: 420px) {
  #nav {
    padding: 40px 27px 10px;
  }
}

@media (min-width: 1024px) {
  #nav {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  #nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -14px;
  }
}

#nav > ul > li {
  font-size: 19px;
  line-height: 1.3684;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 45px;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav > ul > li {
    position: relative;
    font-size: 13px;
    line-height: 1.3571;
    margin: 0 10px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  #nav > ul > li {
    font-size: 14px;
    margin: 0 14px;
  }
}

#nav > ul > li:before {
  display: none;
}

@media (min-width: 1024px) {
  #nav > ul > li:hover > a {
    right: 0;
  }
}

@media (min-width: 1024px) {
  #nav > ul > li:hover > a:after {
    right: 0;
  }
}

@media (min-width: 1024px) {
  #nav > ul > li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}

#nav > ul > li > a {
  color: #44444a;
  position: relative;
}

@media (min-width: 1024px) {
  #nav > ul > li > a {
    color: #fff;
  }
}

#nav > ul > li > a .icon-caret {
  font-size: 12px;
  line-height: 1;
  color: #0090d3;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}

@media (min-width: 1024px) {
  #nav > ul > li > a .icon-caret {
    color: #fff;
    font-size: 8px;
    margin-top: 4px;
    margin-left: 2px;
  }
}

@media (min-width: 1200px) {
  #nav > ul > li > a .icon-caret {
    font-size: 10px;
    margin-top: 4px;
    margin-left: 3px;
  }
}

#nav > ul > li > a:after {
  content: '';
  height: 3px;
  background: #0090d3;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 100%;
  transition: right 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

@media (min-width: 1024px) {
  #nav > ul > li > a:after {
    height: 4px;
    bottom: -13px;
  }
}

#nav > ul > li > a:hover {
  color: #0090d3;
}

@media (min-width: 1024px) {
  #nav > ul > li > a:hover {
    color: #fff;
  }
}

#nav > ul > li > a:hover:after {
  right: 0;
}

#nav > ul > li.accordion-active > a {
  color: #0090d3;
}

#nav > ul > li.accordion-active > a:after {
  right: 0;
}

#nav > ul > li.active > a {
  color: #0090d3;
}

#nav > ul > li.active > a:after {
  right: 0;
}

#nav .sub-nav {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

@media (min-width: 1024px) {
  #nav .sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    min-width: 100%;
    padding: 13px 0 0;
    box-shadow: 0px 2px 30px rgba(11, 57, 93, 0.05);
  }
}

#nav .sub-nav .row {
  padding-top: 36px;
  margin: 0 0 -24px;
  display: block;
}

@media (min-width: 1024px) {
  #nav .sub-nav .row {
    background: #fff;
    padding: 30px 20px 15px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  #nav .sub-nav .row--three-col {
    padding: 30px 20px 25px;
    width: 580px;
  }
}

@media (min-width: 1200px) {
  #nav .sub-nav .row--three-col {
    padding: 30px 30px 25px;
    width: 700px;
  }
}

@media (min-width: 1024px) {
  #nav .sub-nav .row--two-col {
    padding: 30px 20px 25px;
    width: 480px;
  }
}

@media (min-width: 1200px) {
  #nav .sub-nav .row--two-col {
    padding: 30px 30px 25px;
  }
}

@media (min-width: 1024px) {
  #nav .sub-nav .row--two-col .col {
    width: 50%;
  }
}

#nav .sub-nav .col {
  margin-bottom: 30px;
  padding: 0;
}

@media (min-width: 1024px) {
  #nav .sub-nav .col {
    margin-bottom: 0;
    width: 33.33%;
  }
}

@media (min-width: 1024px) {
  #nav .sub-nav .col + .col {
    padding: 0 0 0 13px;
  }
}

#nav .sub-nav .title {
  display: block;
  font-size: 16px;
  line-height: 1.375;
  color: #034f8b;
  letter-spacing: 1.9px;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  #nav .sub-nav .title {
    font-size: 13px;
    line-height: 1.3846;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}

#nav .sub-nav ul {
  padding-left: 22px;
}

@media (min-width: 1024px) {
  #nav .sub-nav ul {
    padding-left: 0;
  }
}

#nav .sub-nav ul > li {
  font-size: 18px;
  line-height: 1.3333;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  #nav .sub-nav ul > li {
    font-size: 14px;
    line-height: 1.3571;
    margin-bottom: 15px;
  }
}

#nav .sub-nav ul > li:before {
  display: none;
}

#nav .sub-nav ul > li > a {
  color: #7f7f86;
}

#nav .sub-nav ul > li > a:hover {
  color: #78008a;
  text-decoration: underline;
}

.sm-nav {
  padding: 0 17px;
}

@media (min-width: 420px) {
  .sm-nav {
    padding: 0 27px;
  }
}

@media (min-width: 1024px) {
  .sm-nav {
    padding: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .sm-nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin: 0 -15px;
  }
}

.sm-nav > ul > li {
  font-size: 21px;
  line-height: 1.3333;
  font-weight: 600;
  padding: 0 0 40px;
  margin: 0;
}

@media (min-width: 1024px) {
  .sm-nav > ul > li {
    font-size: 13px;
    line-height: 1.3571;
    margin: 0 15px;
    padding: 0;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .sm-nav > ul > li {
    font-size: 14px;
  }
}

.sm-nav > ul > li:before {
  display: none;
}

@media (min-width: 1024px) {
  .sm-nav > ul > li:hover > a:after {
    right: 0;
  }
}

@media (min-width: 1024px) {
  .sm-nav > ul > li:hover .sm-sub-nav {
    opacity: 1;
    visibility: visible;
  }
}

.sm-nav > ul > li > a {
  color: #44444a;
  position: relative;
}

@media (min-width: 1024px) {
  .sm-nav > ul > li > a {
    color: #fff;
  }
}

.sm-nav > ul > li > a .icon-caret {
  font-size: 12px;
  line-height: 1;
  color: #0090d3;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .sm-nav > ul > li > a .icon-caret {
    color: #fff;
    font-size: 7px;
    margin-top: 5px;
    margin-left: 1px;
  }
}

@media (min-width: 1200px) {
  .sm-nav > ul > li > a .icon-caret {
    font-size: 9px;
    margin-top: 6px;
    margin-left: 1px;
  }
}

.sm-nav > ul > li > a:after {
  content: '';
  height: 3px;
  background: #0090d3;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 100%;
  transition: right 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

@media (min-width: 1024px) {
  .sm-nav > ul > li > a:after {
    height: 4px;
  }
}

.sm-nav > ul > li > a:hover {
  color: #0090d3;
}

@media (min-width: 1024px) {
  .sm-nav > ul > li > a:hover {
    color: #fff;
  }
}

.sm-nav > ul > li > a:hover:after {
  right: 0;
}

.sm-nav > ul > li.active > a {
  color: #0090d3;
}

.sm-nav > ul > li.active > a:after {
  right: 0;
}

.sm-nav > ul > li.accordion-active > a {
  color: #0090d3;
}

.sm-nav > ul > li.accordion-active > a:after {
  right: 0;
}

.sm-nav .sm-sub-nav {
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

@media (min-width: 1024px) {
  .sm-nav .sm-sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 177px;
    padding-top: 5px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 2px 30px rgba(11, 57, 93, 0.05);
  }
}

.sm-nav .sm-sub-nav ul {
  padding-top: 25px;
  padding-left: 18px;
  margin-bottom: -20px;
}

@media (min-width: 1024px) {
  .sm-nav .sm-sub-nav ul {
    background: #fff;
    padding: 17px 15px 10px;
    margin-bottom: 0;
  }
}

.sm-nav .sm-sub-nav ul > li {
  font-size: 18px;
  line-height: 1.3333;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .sm-nav .sm-sub-nav ul > li {
    font-size: 13px;
    line-height: 1.3846;
    margin-bottom: 15px;
  }
}

.sm-nav .sm-sub-nav ul > li:before {
  display: none;
}

.sm-nav .sm-sub-nav ul > li > a {
  color: #7f7f86;
}

.sm-nav .sm-sub-nav ul > li > a:hover {
  color: #78008a;
  text-decoration: underline;
}

.nav-opener {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 30px;
  height: 26px;
  text-indent: 9999px;
  transform: translateY(-50%);
  background: none;
  border: none;
}

@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  height: 4px;
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), top 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.nav-opener:before,
.nav-opener:after {
  content: '';
  top: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
  background: #0090d3;
  transform: rotate(45deg);
  top: 10px;
}

.nav-opener:after {
  top: 22px;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.nav-opener span {
  top: 11px;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.sub-menu {
  position: relative;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

@media (min-width: 1024px) {
  .sub-menu {
    background: #034f8b;
    padding: 0 17px;
  }
}

@media (min-width: 1200px) {
  .sub-menu {
    padding: 0 50px;
  }
}

@media (min-width: 1024px) {
  .sub-menu .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.sub-menu .wrap.active .menu-opener:after {
  content: '\e90b';
}

@media (min-width: 1024px) {
  .sub-menu .name-holder {
    padding: 16px 10px 16px 0;
    position: relative;
/*     width: 140px; */
  }
}



span.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

/*
@media (min-width: 1200px) {
  .sub-menu .name-holder {
    width: 182px;
  }
}
*/

.sub-menu .name-holder:after {
  content: '';
  width: 1px;
  background: #013d77;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
}

@media (min-width: 1200px) {
  .sub-menu .name-holder {
    padding: 15px 20px 15px 0;
  }
}

.sub-menu .menu-opener {
  display: block;
  background: #034f8b;
  color: #fff;
  font-size: 13px;
  line-height: 1.3846;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 11px 17px;
  position: relative;
}

@media (min-width: 1024px) {
  .sub-menu .menu-opener {
    padding: 0;
    letter-spacing: 1px;
  }
}

@media (min-width: 1200px) {
  .sub-menu .menu-opener {
    letter-spacing: 2px;
    font-size: 15px;
  }
}

.sub-menu .menu-opener:after {
  content: '\e900';
  font-family: "icomoon";
  font-size: 15px;
  line-height: 1;
  color: #0090d3;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}

@media (min-width: 1024px) {
  .sub-menu .menu-opener:after {
    display: none;
  }
}

.sub-menu .menu-slide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #034f8b;
}

@media (min-width: 1024px) {
  .sub-menu .menu-slide {
    position: static;
    background: none;
    padding: 15px 0 15px 15px;
/*     width: calc(100% - 140px); */
width: auto;
    overflow-x: auto;
  }
}

@media (min-width: 1200px) {
  .sub-menu .menu-slide {
    padding: 15px 0 15px 20px;
/*     width: calc(100% - 182px); */
  }
}

.sub-menu .menu-slide ul {
  padding: 7px 17px 10px;
}

@media (min-width: 1024px) {
  .sub-menu .menu-slide ul {
    font-size: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
  }
}

.sub-menu .menu-slide ul li {
  font-size: 15px;
  line-height: 1.3333;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .sub-menu .menu-slide ul li {
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 1024px) {
  .sub-menu .menu-slide ul li + li {
    margin-left: 16px;
  }
}

@media (min-width: 1200px) {
  .sub-menu .menu-slide ul li + li {
    margin-left: 30px;
  }
}

.sub-menu .menu-slide ul li:before {
  display: none;
}

.sub-menu .menu-slide ul li.anchor-active a {
  text-decoration: underline;
}

.sub-menu .menu-slide ul li a {
  color: #fff;
}

.sub-menu .menu-slide ul li a:hover {
  text-decoration: underline;
}

.resize-active * {
  transition: none !important;
}

@media (max-width: 1023px) {
  :root .nav-active {
    overflow: hidden;
  }
}

body {
  background-color: #fff;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1214px;
  padding: 0 17px;
  margin: 0 auto;
}

.container.no-top-image {
	padding-top: 193px;
}

.head-area {
  max-width: 980px;
  margin-bottom: 20px;
}

.fc-photo-gallery-slider .head-area {
	margin-top: 30px;
}

.head-area.text-center {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .head-area h2 {
    margin-bottom: 10px;
  }
}

.d-none {
  display: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.intro-section .row .desc-holder {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .intro-section .row .desc-holder {
    padding-right: 0px;
    
  }
}

.row .col {
  padding: 0 10px;
}

.col-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-3 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-3 {
    width: 25%;
  }
}

.col-4 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-4 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-4 {
    width: 33.33%;
  }
}

.col-6 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-6 {
    width: 50%;
  }
}

.col-12 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-12 {
    width: 100%;
  }
}

.ui-datepicker {
  font-family: "Nunito Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  width: 279px;
  border: none;
  padding: 0;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .ui-datepicker {
    transform: translateX(-17px);
  }
}

@media (min-width: 1200px) {
  .ui-datepicker {
    transform: translateX(-27px);
  }
}

.ui-datepicker .ui-datepicker-header {
  background: #dff1ff;
  border-radius: 0;
  border: none;
  padding: 5px 0;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 17px;
  font-weight: 700;
  color: #0087c5;
}

.ui-datepicker table {
  min-width: 0;
}

.ui-datepicker table thead {
  background: #fff;
}

.ui-datepicker table tbody {
  font-size: 13px;
}

.ui-datepicker table tbody tr:nth-child(2n) {
  background: none;
}

.ui-datepicker th {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaaab1;
  padding: 7px 5px;
}

.ui-datepicker td a, .ui-datepicker td span {
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.41;
  border: none;
  width: 24px;
  height: 24px;
  top: 9px;
  left: 7px;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  content: '\e900';
  font-family: 'icomoon';
  font-size: 14px;
  line-height: 1;
  color: #0087c5;
  display: block;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  border: none;
  opacity: 1;
  top: 9px;
  left: 7px;
}

.ui-datepicker .ui-datepicker-next-hover {
  left: auto;
  right: 7px;
}

.ui-datepicker .ui-datepicker-prev:after {
  transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 7px;
}

.ui-datepicker .ui-datepicker-next:after {
  transform: rotate(-90deg);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  background: #dff1ff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #18181b;
  border: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #005497;
  color: #fff;
  font-weight: 700;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: none;
  color: #0087c5;
  font-weight: 700;
}

.ico-listing-section {
  padding-top: 81px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .ico-listing-section {
    padding-top: 133px;
    padding-bottom: 82px;
  }
}

@media (min-width: 768px) {
  .ico-listing-section .listing-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ico-listing-section .col {
  margin-bottom: 51px;
}

@media (min-width: 768px) {
  .ico-listing-section .col {
    width: 33.33%;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  .ico-listing-section .col {
    padding: 0 20px;
  }
}

.ico-listing-section .ico-holder {
  margin: 0 auto 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ico-listing-section .h4 {
  margin-bottom: 9px;
}

.image-link-section {
  background: #f6faff;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .image-link-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.image-link-section .col {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .image-link-section .col {
    margin-bottom: 20px;
  }
}

.img-box {
  position: relative;
  overflow: hidden;
}

.img-box a {
  display: block;
  color: #fff;
}

.img-box a:hover .overlay-block:after {
  opacity: 1;
  visibility: visible;
}

.img-box a:hover .img {
  transform: scale(1.05);
}

.img-box .img {
  display: block;
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.img-box .img img {
  width: 100%;
}

.img-box .overlay-block {
  background-image: linear-gradient(to right, #00275c 0%, rgba(0, 39, 92, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 21px;
  z-index: 0;
}

@media (min-width: 1024px) {
  .img-box .overlay-block {
    padding: 31px 30px;
  }
}

.img-box .overlay-block:after {
  content: '';
  background-image: linear-gradient(to right, rgba(0, 39, 92, 0.8) 0%, rgba(0, 39, 92, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.img-box h3, .img-box h4 {
  color: #fff;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .img-box h3, .img-box h4 {
    margin-bottom: 7px;
  }
}

.img-box .btn-link {
  color: #fff;
}

.img-box .btn-link:after {
  background: rgba(255, 255, 255, 0.6);
}

/*
.image-link-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1024px) {
  .image-link-slider {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
*/

@media (min-width: 1024px) {
  .image-link-slider .head-area {
    margin-bottom: 40px;
  }
}

.image-link-slider .img-link-swiper {
  padding-right: 14px;
}

@media (min-width: 1024px) {
  .image-link-slider .img-link-swiper {
    padding-right: 0;
  }
}

.image-link-slider .img-box .overlay-block {
  padding: 30px 21px;
}

.testimonial-section {
  background-image: linear-gradient(180deg, #f6faff 0%, #ffffff 100%);
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.testimonial-section h2 {
  text-align: center;
  margin-bottom: 64px;
}

@media (min-width: 1024px) {
  .testimonial-section h2 {
    margin-bottom: 59px;
  }
}

.testimonial-section .testimonial-swiper {
  padding: 0 7px;
}

@media (min-width: 1024px) {
  .testimonial-section .testimonial-swiper {
    padding: 0 100px;
  }
}

.testimonial-section .swiper-slide {
  padding-top: 33px;
}

.blockquote-block {
  background: #fff;
  border-top: 2px solid #78008a;
  padding: 70px 20px 59px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}

@media (min-width: 1024px) {
  .blockquote-block {
    padding: 70px 60px 59px;
  }
}

.blockquote-block:before {
  content: '';
  background: url(images/testimonial.svg) no-repeat 0 0;
  background-size: 65px 65px;
  width: 65px;
  height: 65px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.blockquote-block blockquote {
  max-width: 100%;
  font-size: 21px;
  line-height: 1.619;
  font-style: italic;
  color: #002c69;
  margin: 0;
}

.blockquote-block blockquote q {
  display: block;
  margin-bottom: 30px;
}

.blockquote-block blockquote cite {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #878e98;
  font-style: normal;
  display: block;
  letter-spacing: 2px;
}

.footer-cta-section {
  background: #005497;
}

.footer-cta-section a {
	color: #FFF;
}

.footer-cta-section .container {
  padding: 0;
}

@media (min-width: 900px) {
  .footer-cta-section .container {
    padding: 0 17px;
  }
}

.footer-cta-section .cta-holder {
  background: #005497;
}

@media (min-width: 900px) {
  .footer-cta-section .cta-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.footer-cta-section .img-holder {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 77.5%;
}

@media (min-width: 520px) {
  .footer-cta-section .img-holder {
    padding-top: 420px;
    background-position: 50% 0;
  }
}

@media (min-width: 900px) {
  .footer-cta-section .img-holder {
    width: 49%;
    padding-top: 57%;
    margin-left: -17px;
    background-position: 50% 50%;
  }
}

@media (min-width: 1024px) {
  .footer-cta-section .img-holder {
    padding-top: 42%;
  }
}

@media (min-width: 1200px) {
  .footer-cta-section .img-holder {
    margin-left: -130px;
    padding-top: 38.1%;
  }
}

.footer-cta-section .img-holder img {
  width: 100%;
}

.footer-cta-section .desc-holder {
  color: #fff;
  padding: 50px 17px 30px;
  font-size: 19px;
  line-height: 1.5263;
}

@media (min-width: 900px) {
  .footer-cta-section .desc-holder {
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .footer-cta-section .desc-holder {
    padding: 74px 0 50px 50px;
  }
}

.footer-cta-section h2 {
  color: #fff;
}

.footer-cta-section p {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .footer-cta-section p {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .footer-cta-section .btn-holder {
    margin: 0 -15px;
    display: flex;
  }
}

.footer-cta-section .btn {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .footer-cta-section .btn {
    width: auto;
    margin: 0 15px 20px;
  }
}

.footer-spacer {
	height: 170px;
}

.banner-bg {
  height: 150px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: -1;
  margin-bottom: -45px;
}

.banner-bg.no-overflow {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .banner-bg {
    height: 300px;
    margin-bottom: -123px;
  }
  .banner-bg.no-overflow {
    margin-bottom: 80px;
  }
}

.banner-bg:after {
  content: '';
  background: rgba(0, 39, 92, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.top-image {
  margin: 0 -7px 40px;
}

@media (min-width: 1024px) {
  .top-image {
    margin: 0 0 50px;
  }
}

.typography {
  max-width: 980px;
}

.typography-block {
  margin-bottom: 51px;
}

/* .ico-call-outs {
  padding-top: 37px;
} */

.ico-call-outs .col p {
	font-size: 16px;
	line-height: 1.5;
}

/* @media (min-width: 1024px) {
  .ico-call-outs {
    padding-top: 62px;
  }
} */

@media (min-width: 1024px) {
  .ico-call-outs h2 {
    margin-bottom: 12px;
  }
}

.ico-call-outs .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.ico-call-outs .col {
  width: 100%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  .ico-call-outs .col {
    width: 50%;
  }
}


@media (min-width: 1024px) {
  .ico-call-outs .col {
    width: 25%;
  }
  
  .three-columns.ico-call-outs .col {
    width: 33%;
  }
}

.ico-call-outs .ico-holder {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}
.three-columns.ico-call-outs .ico-holder {
  width: 60px;
}

.ico-call-outs .h6 {
  color: #002c69;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.form-section {
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  .form-section {
    margin-bottom: 130px;
  }
}

@media (min-width: 1024px) {
  .form-section .head-area {
    margin-bottom: 52px;
  }
}

.form-section h3 {
  color: #0090d3;
  margin-bottom: 38px;
}

.form-group {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .form-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 40px;
  }
}

@media (min-width: 1024px) {
  .form-group .col {
    width: 50%;
    padding: 0 10px;
  }
}

.dropdown-with-options label {
  font-size: 23px;
  font-weight: 700;
  color: #002c69;
  display: table;
  margin-bottom: 13px;
}

.dropdown-with-options .required {
  font-size: 9px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 400;
  color: #f20000;
}

.search-section {
/*   padding-bottom: 85px; */
  padding-top: 93px;
}


@media (min-width: 1024px) {
  .search-section {
    padding-top: 193px;
  }
}


.search-section .head-area {
  margin-bottom: 18px;
}

.search-section .head-area p {
  margin-bottom: 10px;
}

.search-section .search-form {
  padding-top: 22px;
}

.search-section .search-form input[type="search"] {
  margin-bottom: 30px;
}

/*
.intro-section {
  padding-bottom: 20px;
}
*/


.intro-section.intro-no-image {
	margin-top: 90px;
}

@media (min-width: 1024px) {
	.intro-section.intro-no-image {
		margin-top: 0px;
	}
}


/*
@media (min-width: 1024px) {
  .intro-section {
    padding-bottom: 130px;
  }
}
*/

@media (min-width: 1024px) {
  .intro-section .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
  }
}

.intro-section .img-vid-holder {
  margin: 0 -7px 40px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .intro-section .img-vid-holder {
    max-width: 754px;
  }
}

@media (min-width: 1024px) {
  .intro-section .img-vid-holder {
    max-width: 100%;
    width: 52.5%;
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .intro-section .img-vid-holder {
    margin-right: -80px;
  }
}

.intro-section .img-vid-holder img {
  width: 100%;
}

.intro-section .img-vid-holder a:hover .overlay-block:after {
  opacity: 1;
  visibility: visible;
}

.intro-section .overlay-block {
  background-image: linear-gradient(to right, #00275c 0%, rgba(0, 39, 92, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 15px 19px;
  z-index: 0;
}

@media (min-width: 1024px) {
  .intro-section .overlay-block {
    padding: 50px 120px 35px 25px;
  }
}

.intro-section .overlay-block:after {
  content: '';
  background-image: linear-gradient(to right, rgba(0, 39, 92, 0.8) 0%, rgba(0, 39, 92, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.intro-section .overlay-block .sub-title {
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.intro-section .h5 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 1024px) {
  .intro-section .h5 {
    font-size: 30px;
  }
}

.intro-section .play-btn {
  position: absolute;
  top: -64px;
  right: 41px;
  width: 65px;
  height: 65px;
}

@media (min-width: 1024px) {
  .intro-section .play-btn {
    width: 92px;
    height: 92px;
    top: -81px;
    right: 79px;
  }
}

.intro-section .play-btn:before {
  content: '';
  background: url(images/video-overlay-play-video.svg) no-repeat 0 0;
  background-size: 103px 103px;
  width: 103px;
  height: 103px;
  position: absolute;
  top: -19px;
  left: -19px;
  animation: rotate 40s linear infinite;
}

.intro-section .play-btn.trailer:before {
	background-image: url(images/video-overlay-watch-trailer.svg);
}


@media (min-width: 1024px) {
  .intro-section .play-btn:before {
    background-size: 150px 150px;
    width: 150px;
    height: 150px;
    top: -29px;
    left: -29px;
  }
}


.intro-section .play-btn img {
  width: 100%;
}

.intro-section .desc-holder {
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .intro-section .desc-holder {
    flex: 1;
    padding-top: 193px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .intro-section .row .desc-holder {
    padding-right: 59px;
  }
  
  .intro-section .desc-holder p {
    padding-right: 5px;
  }
}

.intro-section .btn-holder,
.fc-careers-listing .btn-holder {
  display: flex;
  margin: 0 -15px;
  flex-direction: column;
}

.fc-careers-listing .btn-holder {
  flex-direction: row;
}

@media (min-width: 768px) {
  .intro-section .btn-holder,
.fc-careers-listing .btn-holder {
	  flex-direction: row;
	}
}

.intro-section .btn-holder .btn,
.fc-careers-listing .btn-holder .btn-link {
  margin: 0 15px 20px;
}

.hours-section {
  background: #f6faff;
  padding-top: 45px;
  padding-bottom: 43px;
}

@media (min-width: 768px) {
  .hours-section .holder {
    position: relative;
    padding-left: 100px;
    padding-top: 7px;
    max-width: 980px;
  }
}

.hours-section .ico-holder {
  width: 70px;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .hours-section .ico-holder {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 1024px) {
  .hours-section .h3 {
    margin-bottom: 11px;
  }
}

.hours-section .hold, .hours-section .hold-opt {
  display: block;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .hours-section .hold-row {
    display: flex;
    flex-wrap: wrap;
  }
}

.hours-section .hold {
  position: relative;
}

@media (min-width: 1024px) {
  .hours-section .hold + .hold {
    padding-left: 18px;
  }
}

@media (min-width: 1024px) {
  .hours-section .hold + .hold:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #18181b;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 6px;
  }
}

.image-video-listing-lg .row {
  margin: 0;
}

@media (min-width: 768px) {
  .image-video-listing-lg .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .image-video-listing-lg.top-align .row {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .image-video-listing-lg.reverse .row {
    flex-direction: row-reverse;
  }
}

.image-video-listing-lg.reverse .img-vid-holder {
  margin-left: 0;
  margin-right: -7px;
}

@media (min-width: 768px) {
  .image-video-listing-lg.reverse .img-vid-holder {
    margin-left: 0;
    margin-right: -17px;
  }
}

@media (min-width: 1200px) {
  .image-video-listing-lg.reverse .img-vid-holder {
    margin-right: -70px;
  }
}

.image-video-listing-lg.reverse .img-vid-holder:before {
  right: -10px;
  left: 130px;
}

@media (min-width: 768px) {
  .image-video-listing-lg.reverse .desc-holder {
    padding-right: 40px;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .image-video-listing-lg.reverse .desc-holder {
    padding-right: 80px;
    padding-left: 0;
    margin-right: 0;
  }
}

.image-video-listing-lg .img-vid-holder {
  position: relative;
  margin-left: -7px;
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 768px) {
  .image-video-listing-lg .img-vid-holder {
    width: 48.3%;
    margin-left: -17px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .image-video-listing-lg .img-vid-holder {
    margin-left: -30px;
  }
}

.image-video-listing-lg .img-vid-holder:before {
  content: '';
  background: #dff1ff;
  position: absolute;
  top: -10px;
  left: -10px;
  right: 130px;
  bottom: -10px;
  z-index: -1;
}

.image-video-listing-lg .img-vid-holder img {
  width: 100%;
}

.fancybox-slide--video video{
  height: 85% !important;
  background-color: transparent !important;
}

.image-video-listing-lg .img-vid-holder a:hover .overlay-block:after {
  opacity: 1;
  visibility: visible;
}

.image-video-listing-lg .img-vid-holder .overlay-block {
  background-image: linear-gradient(to right, #00275c 0%, rgba(0, 39, 92, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 15px 19px;
  z-index: 0;
}

@media (min-width: 1024px) {
  .image-video-listing-lg .img-vid-holder .overlay-block {
    padding: 30px 120px 19px 25px;
  }
}

.image-video-listing-lg .img-vid-holder .overlay-block:after {
  content: '';
  background-image: linear-gradient(to right, rgba(0, 39, 92, 0.8) 0%, rgba(0, 39, 92, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.image-video-listing-lg .img-vid-holder .overlay-block .sub-title {
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.image-video-listing-lg .img-vid-holder .h5 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 1024px) {
  .image-video-listing-lg .img-vid-holder .h5 {
    font-size: 25px;
  }
}

.image-video-listing-lg .img-vid-holder .play-btn {
  position: absolute;
  top: -65px;
  right: 34px;
  width: 65px;
  height: 65px;
}

@media (min-width: 1024px) {
  .image-video-listing-lg .img-vid-holder .play-btn {
    width: 77px;
    height: 77px;
    top: -68px;
    right: 51px;
  }
}

.image-video-listing-lg .img-vid-holder .play-btn:before{
  content: '';
  background: url(images/video-overlay-play-video.svg) no-repeat 0 0;
  background-size: 103px 103px;
  width: 103px;
  height: 103px;
  position: absolute;
  top: -19px;
  left: -19px;
  animation: rotate 40s linear infinite;
}

@media (min-width: 1024px) {
  .image-video-listing-lg .img-vid-holder .play-btn:before {
    background-size: 124px 124px;
    width: 124px;
    height: 124px;
    top: -24px;
    left: -24px;
  }
}

.image-video-listing-lg .img-vid-holder .play-btn img {
  width: 100%;
}

@media (min-width: 768px) {
  .image-video-listing-lg .desc-holder {
    flex: 1;
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .image-video-listing-lg .desc-holder {
    margin-right: -40px;
    padding-left: 80px;
    padding-top: 6px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .image-video-listing-lg h2 {
    margin-bottom: 20px;
  }
}

.image-video-listing-lg .btn-holder {
  display: flex;
  margin: 0 -15px;
  padding-top: 8px;
}

.image-video-listing-lg .btn-holder .btn-link {
  margin: 0 15px;
}

.footer {
  background: #00335c;
  color: #fff;
}

.footer .title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  line-height: 1.3077;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .footer .title {
    margin-bottom: 23px;
  }
}

.footer .title--add {
  margin-bottom: 11px;
}

@media (min-width: 1024px) {
  .footer .title--add {
    margin-bottom: 20px;
  }
}

.footer a {
  color: #fff;
}

.footer-top {
  background: #003967;
  padding: 50px 17px 65px;
  font-size: 18px;
  line-height: 1.3333;
}

@media (min-width: 1024px) {
  .footer-top {
    padding: 50px 17px 60px;
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .footer-top {
    padding: 83px 50px 61px;
  }
}

@media (min-width: 1024px) {
  .footer-top .footer-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}

.footer-top .footer-logo {
  margin-bottom: 52px;
}

@media (min-width: 1024px) {
  .footer-top .footer-logo {
    width: 29%;
    margin-bottom: 120px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .footer-top .footer-logo {
    width: 32%;
  }
}

@media (min-width: 1024px) {
  .footer-top .footer-logo img {
    width: 220px;
  }
}

@media (min-width: 1200px) {
  .footer-top .footer-logo img {
    width: 314px;
  }
}

.footer-top .col {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .footer-top .col {
    padding-top: 17px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .footer-top .col--hours {
    width: 27.2%;
  }
}

@media (min-width: 1200px) {
  .footer-top .col--hours {
    width: 26.2%;
  }
}

@media (min-width: 1024px) {
  .footer-top .col--call {
    width: 26.2%;
  }
}

@media (min-width: 1200px) {
  .footer-top .col--call {
    width: 24.2%;
  }
}

@media (min-width: 1024px) {
  .footer-top .col--connect {
    width: 17.5%;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .footer-top .col--connect {
    width: 17.5%;
  }
}

@media (min-width: 1024px) {
  .footer-top .col--connect .holder {
    padding-left: 0;
    font-size: 15px;
    line-height: 1.5333;
  }
}

@media (min-width: 1024px) {
  .footer-top .col--connect .ico-hold {
    display: none;
  }
}

.footer-top .holder {
  padding-left: 36px;
  position: relative;
}
.footer-top .holder.no-padding {
    padding-left: 0px;
}

@media (min-width: 1024px) {
  .footer-top .holder {
    padding-left: 30px;
  }
  
  .footer-top .holder.no-padding {
    padding-left: 0px;
  }
}

@media (min-width: 1200px) {
  .footer-top .holder {
    padding-left: 36px;
  }
  .footer-top .holder.no-padding {
    padding-left: 0px;
  }
}

.footer-top .holder + .holder {
  margin-top: 30px;
}

.footer-top .holder + .holder.no-padding {
    margin-top: 15px;
}

@media (min-width: 1024px) {
  .footer-top .holder + .holder {
    margin-top: 33px;
  }
  .footer-top .holder + .holder.no-padding {
    margin-top: 15px;
}
}

.footer-top .holder .ico-hold {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .footer-top .holder .ico-hold {
    width: 20px;
  }
}

@media (min-width: 1200px) {
  .footer-top .holder .ico-hold {
    width: 24px;
    top: -2px;
  }
}

.footer-top .holder .today {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  display: block;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .footer-top .holder .today {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.footer-top .holder .open {
  display: none;
}

@media (min-width: 1024px) {
  .footer-top .holder .open {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    padding-top: 10px;
  }
}

.footer-top .holder .hour-detail {
  display: block;
  margin-bottom: 7px;
}

@media (min-width: 1024px) {
  .footer-top .holder .hour-detail {
    font-size: 15px;
  }
}

.footer-top .holder .tel:hover {
  text-decoration: underline;
}

.footer-top address {
  margin-bottom: 5px;
}

.footer-top p {
  margin: 0 0 4px;
}

.footer-top .sm-link {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

@media (min-width: 1024px) {
  .footer-top .sm-link {
    letter-spacing: 1px;
  }
}

@media (min-width: 1200px) {
  .footer-top .sm-link {
    letter-spacing: 2px;
  }
}

.footer-top .sm-link:after {
  content: '';
  height: 1.5px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  transition: right 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.footer-top .sm-link:hover:after {
  right: 0;
}

@media (min-width: 1024px) {
  .footer-top .social-block {
    width: 30%;
    position: absolute;
    left: 0;
    bottom: 9px;
  }
}

.footer-top .social-block .title {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .footer-top .social-block .title {
    margin-bottom: 10px;
  }
}

.footer-top .social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}

@media (min-width: 428px) {
  .footer-top .social-networks {
    margin: 0 -13px;
  }
}

@media (min-width: 1024px) {
  .footer-top .social-networks {
    margin: 0 -8px;
  }
}

@media (min-width: 1200px) {
  .footer-top .social-networks {
    margin: 0 -10px;
  }
}

.footer-top .social-networks li {
  padding: 0 10px 10px;
}

@media (min-width: 428px) {
  .footer-top .social-networks li {
    padding: 0 13px 10px;
  }
}

@media (min-width: 1024px) {
  .footer-top .social-networks li {
    padding: 0 8px 10px;
  }
}

@media (min-width: 1200px) {
  .footer-top .social-networks li {
    padding: 0 10px 10px;
  }
}

.footer-top .social-networks li:before {
  display: none;
}

.footer-top .social-networks a {
  display: block;
  line-height: 1;
  opacity: 0.6;
}

.footer-top .social-networks a:hover {
  opacity: 1;
}

.footer-top .social-networks [class^="icon-"] {
  font-size: 20px;
  line-height: 1;
}

@media (min-width: 428px) {
  .footer-top .social-networks [class^="icon-"] {
    font-size: 27px;
  }
}

@media (min-width: 1024px) {
  .footer-top .social-networks [class^="icon-"] {
    font-size: 20px;
  }
}

.footer-top .social-networks .icon-google,
.footer-top .social-networks .icon-linkedin {
  font-size: 18px;
}

@media (min-width: 428px) {
  .footer-top .social-networks .icon-google,
  .footer-top .social-networks .icon-linkedin {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .footer-top .social-networks .icon-google,
  .footer-top .social-networks .icon-linkedin {
    font-size: 19px;
  }
}

.footer-bottom {
  padding: 61px 17px 50px;
}

@media (min-width: 1024px) {
  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 26px 17px 20px;
  }
}

@media (min-width: 1440px) {
  .footer-bottom {
    padding: 26px 50px 24px;
  }
}

.footer-bottom .footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 19px;
}

@media (min-width: 1024px) {
  .footer-bottom .footer-links {
    width: 68%;
    padding-top: 10px;
    margin-bottom: 26px;
  }
}

.footer-bottom .footer-links li {
  font-size: 12px;
  line-height: 1.3333;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 30px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .footer-bottom .footer-links li {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .footer-bottom .footer-links li {
    margin-right: 40px;
  }
}

.footer-bottom .footer-links li:before {
  display: none;
}

.footer-bottom .footer-links a {
  position: relative;
}

.footer-bottom .footer-links a:after {
  content: '';
  height: 1.5px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  transition: right 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.footer-bottom .footer-links a:hover:after {
  right: 0;
}

.footer-bottom .logo-set {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}

@media (min-width: 1024px) {
  .footer-bottom .logo-set {
    margin-bottom: 0;
    padding-right: 8px;
    justify-content: flex-end;
    width: 28%;
  }
}

.footer-bottom .logo-set li + li {
  margin-left: 40px;
}

.footer-bottom .logo-set li:before {
  display: none;
}

.footer-bottom .logo-set a {
  opacity: 0.6;
}

.footer-bottom .logo-set a:hover {
  opacity: 1;
}

.footer-bottom .copy-by {
  font-size: 11px;
  line-height: 1.3636;
  color: #90a6b8;
}

@media (min-width: 1024px) {
  .footer-bottom .copy-by {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin-top: -26px;
  }
}

.footer-bottom .copy-by span {
  display: block;
  margin-bottom: 9px;
}

@media (min-width: 1024px) {
  .footer-bottom .copy-by .copyright,
    .footer-bottom .copy-by .by {
    margin-right: 18px;
  }
}

.footer-bottom .copy-by a {
  color: #90a6b8;
}

.footer-bottom .copy-by a:hover {
  color: #fff;
  text-decoration: underline;
}

.btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 50px;
  font-size: 17px;
  line-height: 1.3529;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  box-shadow: inset 0 0 0 2px #78008a;
  padding: 13px 16px 11px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
}

@media (min-width: 768px) {
  .btn {
    padding: 13px 25px 11px;
  }
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #78008a;
  transform-origin: 0 50%;
  transition: width 0.6s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  z-index: -1;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn:hover:before {
  width: 100%;
}

.btn-sm {
  font-size: 14px;
  line-height: 1.3571;
  padding: 11px 20px 10px;
}

.btn-lg {
  font-size: 17px;
  line-height: 1.3529;
}

.btn-outline-white {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
  color: #fff;
}

.btn-outline-white:hover {
  color: #005497;
}

.btn-outline-white:before {
  background: #fff;
}

.btn-outline-violet {
  box-shadow: inset 0 0 0 2px #78008a;
  color: #78008a;
}

.btn-outline-violet:hover {
  color: #fff;
}

.btn-outline-violet:before {
  background: #78008a;
}

.btn-violet {
  box-shadow: inset 0 0 0 2px #78008a;
  background: #78008a;
  color: #fff;
}

.btn-violet:before {
  background: #4c0057;
}

.btn-link {
  text-transform: uppercase;
  position: relative;
  font-weight: 900;
  color: #78008a;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 4px;
}

.btn-link:after {
  content: '';
  height: 2px;
  background: #78008a;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: bottom left;
}

.btn-link:hover:after {
  animation: underline 2s infinite ease-in-out;
}

.btn-link-sm {
  font-size: 12px;
  line-height: 1.3333;
}

.btn-link-md {
  font-size: 14px;
  line-height: 1.3571;
}

.btn-link-lg {
  font-size: 17px;
  line-height: 1.3529;
}

.btn-link.btn-white {
	color: #FFF;
}

.btn-link.btn-white:after {
  background: #FFF;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

button.btn-link {
  padding: 0;
}

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

@keyframes underline {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.hero-section {
  position: relative;
}

.hero-section .scroll-indicator {
  position: absolute;
  bottom: 84px;
  right: -25px;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  transform: rotate(-90deg);
  z-index: 1;
}

@media (min-width: 1024px) {
  .hero-section .scroll-indicator {
    font-size: 12px;
    line-height: 1.3333;
    bottom: 179px;
    right: -23px;
    letter-spacing: 4px;
  }
}

.hero-section .scroll-indicator:after {
  content: '';
  width: 124px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 7px;
  right: 128%;
  animation: scroll-anim 2s infinite;
}

@media (min-width: 1024px) {
  .hero-section .scroll-indicator:after {
    right: 125%;
  }
}

.hero-section .hero-swiper {
  position: relative;
}

.hero-section .slide-block {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #FFF;
}

.hero-section .slide-block:before {
  content: '';
  /*  background: rgba(0, 39, 92, 0.6); */
  background-image: linear-gradient(to right, rgba(0, 39, 92, 0.8) 0%, rgba(0, 39, 92, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-section .slide-wrap {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .hero-section .slide-wrap {
    padding-top: 118px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .hero-section .slide-wrap {
    padding-top: 150px;
    padding-bottom: 105px;
  }
}

.hero-section .swiper-wrapper {
  overflow: hidden;
}

.hero-section .img-holder {
  padding-right: 17px;
  max-width: 580px;
}

@media (min-width: 1024px) {
  .hero-section .img-holder {
    width: 55%;
    max-width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .hero-section .img-holder {
    width: 690px;
  }
}

.hero-section .img-holder img {
  width: 100%;
}

.hero-section .desc-holder {
  color: #fff;
  padding: 40px 17px 102px;
  font-size: 19px;
  line-height: 1.5263;
}

@media (min-width: 1024px) {
  .hero-section .desc-holder {
    font-size: 20px;
    padding: 40px 0;
    line-height: 1.5;
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .hero-section .desc-holder .desc {
    max-width: 520px;
    padding-left: 40px;
    padding-right: 17px;
  }
}

@media (min-width: 1200px) {
  .hero-section .desc-holder .desc {
    padding-left: 78px;
  }
}

.hero-section .sub-title {
  color: #fff;
  margin-bottom: 9px;
}

@media (min-width: 1024px) {
  .hero-section .sub-title {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.3529;
  }
}

.hero-section .lg-heading {
  font-size: 40px;
  line-height: 1.225;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .hero-section .lg-heading {
    font-size: 55px;
    margin-bottom: 19px;
  }
}

.swiper-pagination {
  text-align: left;
  padding: 0 40px;
  display: none;
}

@media (min-width: 1024px) {
  .swiper-pagination {
    display: block;
  }
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  opacity: 1;
  vertical-align: middle;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}

@media (min-width: 1024px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 44px;
  }
}

.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  width: 15px;
  height: 15px;
}

@keyframes scroll-anim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}

.inpage-cta {
  background-image: linear-gradient(to top, rgba(239, 248, 255, 0) 0%, #f6faff 100%);
  padding-top: 70px;
}

@media (min-width: 1024px) {
  .inpage-cta {
    padding-top: 80px;
  }
}

.inpage-cta .col {
  margin-bottom: 20px;
  text-align: center;
}

.inpage-cta .holder {
  background: #fff;
  padding: 60px 16px 40px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1024px) {
  .inpage-cta .holder {
    padding: 84px 30px 64px;
  }
}

@media (min-width: 1200px) {
  .inpage-cta .holder {
    padding: 84px 60px 64px;
  }
}

.inpage-cta .ico-holder {
  margin-bottom: 31px;
}

@media (min-width: 1024px) {
  .inpage-cta .ico-holder {
    margin-bottom: 37px;
  }
}

.inpage-cta .text-holder {
  max-width: 880px;
  display: inline-block;
  vertical-align: top;
}

.inpage-cta .btn-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .inpage-cta .btn-holder {
    flex-direction: row;
    justify-content: center;
  }
}

.inpage-cta .btn-holder .btn {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .inpage-cta .btn-holder .btn {
    margin: 0 15px 20px;
  }
}

.inpage-cta h3 {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .inpage-cta h3 {
    margin-bottom: 12px;
  }
}

.inpage-cta-image {
  background-image: linear-gradient(to top, rgba(239, 248, 255, 0) 0%, #f6faff 100%);
  padding-top: 70px;
}

@media (min-width: 1024px) {
  .inpage-cta-image {
    padding-top: 80px;
  }
}

.inpage-cta-image .col {
  text-align: center;
}

.inpage-cta-image .holder {
  background-size: cover;
  background-position: center;
  padding: 125px 16px 104px;
  min-height: 453px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 1024px) {
  .inpage-cta-image .holder {
    padding: 74px 30px 50px;
    min-height: 468px;
  }
}

@media (min-width: 1200px) {
  .inpage-cta-image .holder {
    padding: 74px 55px 50px;
  }
}

.inpage-cta-image .holder:before {
  content: '';
  background-color: rgba(0, 46, 82, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inpage-cta-image--full {
  margin-bottom: 70px;
}

@media (min-width: 1024px) {
  .inpage-cta-image--full {
    padding-top: 70px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .inpage-cta-image--full .holder {
    min-height: 340px;
  }
}

.inpage-cta-image .overlay {
  max-width: 880px;
  position: relative;
  z-index: 1;
}

.inpage-cta-image h3 {
  color: #fff;
  margin-bottom: 11px;
}

.inpage-cta-image .btn-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .inpage-cta-image .btn-holder {
    flex-direction: row;
    justify-content: center;
  }
}

.inpage-cta-image .btn-holder .btn {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .inpage-cta-image .btn-holder .btn {
    margin: 0 15px 20px;
  }
}

/*
.video-section {
  padding-bottom: 80px;
}

@media (min-width: 1024px) {
  .video-section {
    padding-bottom: 110px;
  }
}
*/

.video-section .col {
  margin-bottom: 20px;
}

.video-section .col a:hover .overlay-block:after {
  opacity: 1;
  visibility: visible;
}

.video-section .video-holder {
  background-size: cover;
  background-position: center;
  height: 327px;
  position: relative;
}

.video-section .overlay-block {
  background-image: linear-gradient(to right, #00275c 0%, rgba(0, 39, 92, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 21px 13px;
  z-index: 0;
}

@media (min-width: 1024px) {
  .video-section .overlay-block {
    padding: 30px 120px 19px 25px;
  }
}

.video-section .overlay-block:after {
  content: '';
  background-image: linear-gradient(to right, rgba(0, 39, 92, 0.8) 0%, rgba(0, 39, 92, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.video-section .overlay-block .sub-title {
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .video-section .overlay-block .sub-title {
    margin-bottom: 10px;
  }
}

.video-section .h4 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 1024px) {
  .video-section .h4 {
    font-size: 25px;
  }
}

.video-section .play-btn {
  position: absolute;
  top: -51px;
  right: 37px;
  width: 56px;
  height: 56px;
}

@media (min-width: 1024px) {
  .video-section .play-btn {
    width: 77px;
    height: 77px;
    top: -57px;
    right: 61px;
  }
}

.video-section .play-btn:before {
  content: '';
  background: url(images/video-overlay-play-video.svg) no-repeat 0 0;
  background-size: 90px 90px;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -17px;
  left: -17px;
  animation: rotate 40s linear infinite;
}

@media (min-width: 1024px) {
  .video-section .play-btn:before {
    background-size: 124px 124px;
    width: 124px;
    height: 124px;
    top: -23px;
    left: -23px;
  }
}

.video-section .play-btn img {
  width: 100%;
}

@media (min-width: 1024px) {
  .video-section--full .video-holder {
    height: 666px;
  }
}

@media (min-width: 1024px) {
  .video-section--full .overlay-block {
    padding: 54px 220px 38px 50px;
  }
}

@media (min-width: 1024px) {
  .video-section--full .h4 {
    font-size: 35px;
  }
}

@media (min-width: 1024px) {
  .video-section--full .play-btn {
    width: 92px;
    height: 92px;
    top: -46px;
    right: 129px;
  }
}

@media (min-width: 1024px) {
  .video-section--full .play-btn:before {
    background-size: 150px 150px;
    width: 150px;
    height: 150px;
    top: -29px;
    left: -29px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
.event-news-section {
  padding-top: 57px;
  padding-bottom: 24px;
}

@media (min-width: 1024px) {
  .event-news-section {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
*/

.event-news-section .col {
  margin-bottom: 20px;
  padding-right: 15px;
}

@media (min-width: 1024px) {
  .event-news-section .col {
    padding-right: 10px;
  }
}

.event-news-section .col a {
  display: block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.event-news-section .col a:hover .image-holder img {
  transform: scale(1.05);
}

.event-news-section .image-holder {
  overflow: hidden;
}

.event-news-section .image-holder img {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  width: 100%;
}

.event-news-section .desc-holder {
  padding: 19px 20px 29px;
  font-size: 14px;
  line-height: 1.4286;
  color: #77777d;
  position: relative;
}

@media (min-width: 1024px) {
  .event-news-section .desc-holder {
    font-size: 16px;
    line-height: 1.5;
  }
}

.event-news-section .desc-holder .play {
  position: absolute;
  top: -26px;
  right: 20px;
  width: 46px;
  height: 46px;
}

.event-news-section .desc-holder .sub-title {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.event-news-section .desc-holder .h5 {
  margin-bottom: 12px;
}

.event-news-section .desc-holder p {
  margin-bottom: 18px;
}
.event-news-section .desc-holder p.short_desc {
  font-size: 14px;
  color: #9E9EA8;
}


.event-news-section .btn-holder {
  display: flex;
  margin: 0 -10px;
}

.event-news-section .btn-holder .btn-link {
  margin: 0 10px;
}

@media (min-width: 1024px) {
  .event-news-section .col-4 .desc-holder {
    font-size: 14px;
    line-height: 1.4286;
  }
}

@media (min-width: 1024px) {
  .event-news-section .col-6 .desc-holder {
    padding-top: 24px;
  }
}

@media (min-width: 1024px) {
  .event-news-section .col-6 .desc-holder .play {
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 1024px) {
  .event-news-section .col-6 .desc-holder .sub-title {
    margin-bottom: 12px;
  }
}

@media (min-width: 1024px) {
  .event-news-section .col-12 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .event-news-section .col-12 .image-holder {
    width: 68%;
  }
}

@media (min-width: 1024px) {
  .event-news-section .col-12 .desc-holder {
    flex: 1;
    padding: 20px 40px 30px;
  }
}

@media (min-width: 1024px) {
  .event-news-section .col-12 .desc-holder .sub-title {
    margin-bottom: 12px;
  }
}

.heading {
  margin-bottom: 41px;
}

.heading.no-margin {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.heading h2 {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .heading h2 {
    width: 70%;
    margin-bottom: 0;
    padding-right: 30px;
  }
}

.heading .calendar-holder {
  position: relative;
}

.heading .calendar-holder .btn {
  display: inline-flex;
  align-items: flex-start;
  width: auto;
  position: relative;
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.heading .calendar-holder input {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.heading .calendar-holder .icon-calendar {
  font-size: 22px;
  line-height: 1;
  margin-right: 9px;
  margin-top: -2px;
}

.heading .choices {
  width: 296px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

table thead {
  font-size: 16px;
  line-height: 1.5263;
  font-weight: 700;
  background: #0060ac;
  color: #fff;
}

@media (min-width: 1200px) {
  table thead {
    font-size: 19px;
  }
}

table thead th {
  text-align: left;
  border-bottom: none;
  border-top: none;
  border-color: #00569a;
  padding: 15px 12px;
}

@media (min-width: 1200px) {
  table thead th {
    padding: 15px 19px;
  }
}

table tbody {
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  table tbody {
    font-size: 16px;
  }
}

table tbody tr:nth-child(even) {
  background: #f6faff;
}

table tbody td {
  color: #18181b;
  border-bottom: none;
  border-top: none;
  border-color: #eff3f8;
  padding: 17px 12px;
}

@media (min-width: 1200px) {
  table tbody td {
    padding: 17px 19px;
  }
}

table tbody td:first-child {
  font-weight: 700;
}

table .col1 {
  width: 13.58%;
}

table .col2 {
  width: 21.6%;
}

table .col3 {
  width: 21.6%;
}

table .col4 {
  width: 21.6%;
}

table .col5 {
  width: 21.6%;
}

/*
.table-section {
  padding-top: 65px;
  padding-bottom: 65px;
}
*/

.table-section .head-area {
  margin-bottom: 40px;
}

.table-section .caption {
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  color: #8d8d98;
  padding-top: 13px;
  display: block;
  text-align: center;
}

.table-holder {
  overflow-x: auto;
  margin: 0 -17px;
}

@media (min-width: 768px) {
  .table-holder {
    margin: 0;
  }
}

.table-holder table {
  min-width: 734px;
}

.pricing-table {
  margin-top: 83px;
}

.pricing-table .col1 {
  width: 15.6%;
}

.pricing-table .col2 {
  width: 29.4%;
}

.pricing-table .col3 {
  width: 17.5%;
}

.pricing-table .col4 {
  width: 20%;
}

.pricing-table .col5 {
  width: 17.4%;
}

.pricing-table col.highlight {
  border: 2px solid #0090d3;
  border-top: none;
}

.pricing-table th, .pricing-table td {
  text-align: center;
}

.pricing-table thead th {
  padding: 13px 16px;
}

@media (min-width: 1200px) {
  .pricing-table thead th {
    padding: 13px 19px;
  }
}

.pricing-table thead th.highlight {
  position: relative;
}

.pricing-table thead th.highlight:before {
  content: 'Best Value';
  background: #0090d3;
  position: absolute;
  bottom: 100%;
  left: -2px;
  right: -2px;
  padding: 12px 19px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2667;
  font-weight: 700;
  letter-spacing: 1.25px;
}

.pricing-table thead th em {
  display: block;
  font-size: 14px;
  line-height: 1.3571;
  font-style: italic;
  font-weight: 400;
  padding-top: 2px;
}

.pricing-table tbody td {
  padding: 10px 16px;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .pricing-table tbody td {
    padding: 10px 19px;
  }
}

.pricing-table tbody td em {
  display: block;
  font-size: 12px;
  line-height: 1.3333;
  font-style: italic;
  font-weight: 400;
}

/*
.accordion-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .accordion-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}
*/

.accordion-section .btn-violet {
  background: #8c00a1;
}

.accordion-section .btn-violet:before {
  background: #78008a;
}

.accordion-section .disclaimer {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  color: #8d8d98;
}

.accordion-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
  padding-top: 42px;
}

.accordion-list .open-holder {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .accordion-list .open-holder {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .accordion-list .open-holder {
    width: 25%;
  }
}

.accordion-list .open-holder.highlight .opener,
.accordion-list .open-holder.active .opener {
  opacity: 1 !important;
}

/* .accordion-list.highlight .opener {
  opacity: 0.3;
} 
*/
.accordion-list.drop-active .open-holder:not(.active) .opener {
  opacity: 0.3;
}

.accordion-list .opener {
  background: #f6faff;
  color: #18181b;
  display: block;
  text-align: center;
  padding: 30px 25px 20px;
}

.accordion-list .opener.highlight {
  border: 1px solid #0090d3;
  background: #fff;
  position: relative;
  margin-top: 45px;
}

@media (min-width: 768px) {
  .accordion-list .opener.highlight {
    margin-top: 0;
  }
}

.accordion-list .opener.highlight:before {
  content: 'Most Popular';
  background: #0090d3;
  position: absolute;
  bottom: 100%;
  left: -1px;
  right: -1px;
  padding: 13px 19px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2667;
  font-weight: 700;
  letter-spacing: 1.25px;
  color: #fff;
}

.accordion-list .opener .h4 {
  margin-bottom: 17px;
}

.accordion-list .opener .sm-text {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-style: italic;
  color: #18181b;
  margin-bottom: 27px;
}

.accordion-list .opener .rate {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 34px;
}

.accordion-list .opener .rate strong {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 900;
  color: #005497;
}

.accordion-list .opener .rate span {
  margin-bottom: 12px;
  margin-left: 3px;
}

.accordion-list .opener .btn {
  width: 100%;
  margin-bottom: 11px;
}

.accordion-list .opener .low-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  color: #005497;
  opacity: 0.4;
}

.accordion-list .opener .low-link .icon-caret {
  font-size: 9px;
  line-height: 1;
  margin-left: 6px;
  margin-top: 1px;
}

.drop-holder {
  border-top: 2px solid #0090d3;
  padding: 38px 17px 27px 17px;
  margin: 20px -17px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (min-width: 1024px) {
  .drop-holder {
    padding: 38px 75px 46px 60px;
    margin: 20px 0 0;
  }
}

.drop-holder .close {
  position: absolute;
  top: 11px;
  right: 14px;
  background: none;
  padding: 0;
  line-height: 0;
}

@media (min-width: 1024px) {
  .drop-holder .close {
    top: 24px;
    right: 24px;
  }
}

.drop-holder .close:hover {
  opacity: 0.6;
}

.drop-holder .icon-close-bold {
  font-size: 19px;
  line-height: 1;
  color: #0090d3;
}

@media (min-width: 1024px) {
  .drop-holder .icon-close-bold {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .drop-holder .typography-block {
    padding-right: 60px;
  }
}

.slide-drop {
  position: relative;
}

.ico-cta-section {
  margin-bottom: 4px;
}

@media (min-width: 1024px) {
  .ico-cta-section {
    margin-bottom: 20px;
  }
}

.ico-cta-section .row {
  margin: 0 -10px 2px;
}

@media (min-width: 1024px) {
  .ico-cta-section .row {
    margin-bottom: 9px;
  }
}

.ico-cta-section .col {
  padding: 0 10px;
  margin-bottom: 38px;
}

@media (min-width: 1024px) {
  .ico-cta-section .col {
    margin-bottom: 31px;
  }
}

.ico-cta-section .holder {
  position: relative;
}

@media (min-width: 1024px) {
  .ico-cta-section .holder {
    padding-left: 100px;
  }
}

.ico-cta-section .ico-holder {
  margin-bottom: 17px;
}

@media (min-width: 1024px) {
  .ico-cta-section .ico-holder {
    margin-right: 20px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.ico-cta-section .col-6 .ico-holder {
  width: 55px;
  height: 55px;
}

@media (min-width: 1024px) {
  .ico-cta-section .col-6 .ico-holder {
    left: 25px;
  }
}

.ico-cta-section .col-4 {
  width: 50%;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .ico-cta-section .col-4 {
    width: 33.33%;
  }
}

@media (min-width: 1024px) {
  .ico-cta-section .col-4 {
    margin-bottom: 31px;
  }
}

.ico-cta-section .col-4 .ico-holder {
  width: 35px;
  height: 35px;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .ico-cta-section .col-4 .ico-holder {
    left: 45px;
    margin-bottom: 0;
  }
}

.ico-cta-section .col-4 .desc-holder {
  font-size: 16px;
  line-height: 1.5;
}

.ico-cta-section .desc-holder {
  flex: 1;
  padding-top: 3px;
}

.ico-cta-section h3 {
  margin-bottom: 11px;
}

.ico-cta-section p {
  margin-bottom: 10px;
}

/*
.gallery-grid {
  padding-top: 72px;
}
*/

.gallery-grid h3 {
  margin-bottom: 30px;
}

.gallery-grid .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.btn + .gallery-grid {
	margin-top: 50px;
}

@media (min-width: 1024px) {
  .gallery-grid .row {
    margin: 0 -7.5px;
  }
}

.gallery-grid .col {
  padding: 0 6px;
  margin-bottom: 13px;
  width: 50%;
}

@media (min-width: 768px) {
  .gallery-grid .col {
    width: 33.33%;
  }
}

@media (min-width: 1024px) {
  .gallery-grid .col {
    width: 25%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}

.gallery-grid a {
  display: block;
  overflow: hidden;
}

.gallery-grid a img {
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  width: 100%;
}

.gallery-grid a:hover img {
  transform: scale(1.05);
}

/*
.visual-accordion {
  padding-top: 50px;
  padding-bottom: 44px;
}

@media (min-width: 1024px) {
  .visual-accordion {
    padding-top: 66px;
    padding-bottom: 44px;
  }
}
*/

.visual-accordion .col {
  margin-bottom: 20px;
}

.visual-accordion .col > a {
  color: #77777d;
  display: block;
}

.visual-accordion .col > a:hover .holder {
  background: #0090d3;
  color: #fff;
}

.visual-accordion .col > a:hover .holder .icon-caret {
  color: #fff;
}

.visual-accordion .col > a:hover .sub-title {
  color: #fff;
}

.visual-accordion .col > a:hover .h5, .visual-accordion .col > a:hover .h4 {
  color: #fff;
}

.visual-accordion .col.active .holder {
  background: #0090d3;
  color: #fff;
}

.visual-accordion .col.active .holder .icon-caret {
  color: #fff;
}

.visual-accordion .col.active .holder .icon-caret:before {
  content: "";
}

.visual-accordion .col.active .sub-title {
  color: #fff;
}

.visual-accordion .col.active .h5, .visual-accordion .col.active .h4 {
  color: #fff;
}

.visual-accordion .col-4 .holder,
.visual-accordion .col-3 .holder {
  display: block;
}

.visual-accordion .col-4 .holder .icon-caret,
.visual-accordion .col-3 .holder .icon-caret {
  right: 15px;
  bottom: 21px;
}

.visual-accordion .col-4 .img-holder,
.visual-accordion .col-3 .img-holder {
  width: 100%;
  height: 365px;
}

.visual-accordion .col-4 .desc-holder,
.visual-accordion .col-3 .desc-holder {
  padding: 18px 47px 10px 15px;
}

.visual-accordion .col-4 .desc-holder .sub-title,
.visual-accordion .col-3 .desc-holder .sub-title {
  margin-bottom: 8px;
}

.visual-accordion .col-4 .desc-holder .h4,
.visual-accordion .col-4 .desc-holder .h5,
.visual-accordion .col-3 .desc-holder .h4, .visual-accordion .col-3 .desc-holder .h5 {
  margin-bottom: 7px;
}

.visual-accordion .col-3 .img-holder {
  height: 270px;
}

.visual-accordion .holder {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.visual-accordion .holder .icon-caret {
  position: absolute;
  bottom: 17px;
  right: 20px;
  color: #0090d3;
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.visual-accordion .open-holder .only-link .holder .icon-caret {
  transform: rotate(-90deg);
}

.visual-accordion .open-holder.highlight .op,
.visual-accordion .open-holder.active .op {
  opacity: 1 !important;
}

/* .visual-accordion .row.highlight .opener {
  opacity: 0.3;
}
 */
 
.visual-accordion .row.drop-active .open-holder:not(.active) .op {
  opacity: 0.3;
}

.visual-accordion .img-holder {
  background-size: cover;
  background-position: center;
  width: 135px;
  min-height: 130px;
}

.visual-accordion .desc-holder {
  flex: 1;
  padding: 26px 45px 20px 20px;
  font-size: 14px;
  line-height: 1.3571;
}

.visual-accordion .desc-holder p {
  margin-bottom: 0;
}

.visual-accordion .sub-title {
  font-size: 12px;
  letter-spacing: 1px;
}

.text-accordion {
  padding-top: 52px;
  padding-bottom: 45px;
}

.text-accordion .category-holder {
  max-width: 1030px;
  margin-bottom: 40px;
}

.text-accordion .h6 {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .text-accordion .h6 {
    margin-bottom: 16px;
  }
}

.accordion {
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .accordion {
    padding-left: 50px;
  }
}

.accordion > li {
  margin-bottom: 15px;
}

.accordion > li:before {
  display: none;
}

.accordion > li > a {
  display: block;
  color: #18181b;
  font-weight: 700;
  border-bottom: 1px solid #ebf7fc;
  padding-bottom: 5px;
  position: relative;
}

.accordion > li > a:after {
  content: '\e900';
  font-family: "icomoon";
  font-size: 15px;
  line-height: 1;
  color: #0090d3;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}

.accordion > li.active > a:after {
  content: '\e90b';
}

.accordion .holder {
  border-top: 2px solid #0090d3;
  background: #f6faff;
  padding: 17px 20px 42px;
}

@media (min-width: 1024px) {
  .accordion .holder {
    padding: 28px 30px 42px;
  }
}

.accordion .holder p {
  margin-bottom: 8px;
}

.accordion .holder ul {
  margin-bottom: 30px;
}

/*
.sponsor-section {
  padding-bottom: 45px;
}

@media (min-width: 1024px) {
  .sponsor-section {
    padding-bottom: 108px;
  }
}
*/

.sponsor-section .h6 {
  margin-bottom: 18px;
  padding-bottom: 40px;
}

.sponsor-section .holder {
  margin-top: 100px;
  margin-bottom: 36px;
}

.sponsor-section .col > ul {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-item {
  padding: 0 10px;
  margin-bottom: 15px;
  text-align: center;
}

.logo-item a, .logo-item div.a-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logo-item a, .logo-item.sm div.a-ph {
	min-height: 85px;
  width: 100%;
}

@media(min-width: 1024px) {
	.logo-item a, .logo-item.sm div.a-ph {
		min-height: 132px;
	}
}

.logo-item a:hover {
  opacity: 0.8;
  border: 1px solid #dff1ff;
}

.logo-item .live-text {
  font-size: 19px;
  line-height: 1.3684;
  font-weight: 900;
  color: #640083;
  padding: 0 10px;
  background: #fff;
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item .live-text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 151px;
  height: 148px;
  border-radius: 100%;
  border: 2px solid #dff1ff;
  z-index: -1;
}

.logo-item.lg {
  width: 100%;
  min-height: 240px;
}

@media (min-width: 768px) {
  .logo-item.lg {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .logo-item.lg {
    width: 25%;
  }
}

.logo-item.lg a {
  width: 326px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .logo-item.lg a {
    width: auto;
    margin: 0;
  }
}

.logo-item.md {
  width: 50%;
  margin-top: 55px;
}

@media (min-width: 768px) {
  .logo-item.md {
    width: 33.33%;
    margin-top: 55px;
  }
}

@media (min-width: 1024px) {
  .logo-item.md {
    width: 20%;
    margin-top: 55px;
  }
}

.logo-item.md .live-text {
  font-size: 16px;
  line-height: 1.375;
  min-height: 58px;
}

.logo-item.md .live-text:before {
  width: 119px;
  height: 116px;
}

.logo-item.sm {
  width: 33.33%;
}

@media (min-width: 768px) {
  .logo-item.sm {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .logo-item.sm {
    width: 16.66%;
  }
}

.logo-item.sm .live-text {
  font-size: 8px;
  line-height: 1.3846;
  min-height: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .logo-item.sm .live-text {
    font-size: 13px;
    min-height: 47px;
  }
}

.logo-item.sm .live-text:before {
  width: 57px;
  height: 55px;
}

@media (min-width: 768px) {
  .logo-item.sm .live-text:before {
    width: 97px;
    height: 95px;
  }
}

/*gravity-forms-start*/
body #main .gform_wrapper .gfield {
  margin-bottom: 40px;
  padding-left: 0px;
}

#main .gform_wrapper .gfield_description {
  font-size: 12px;
}

.gform_wrapper input[type="text"], .gform_wrapper textarea {
  border: 1px solid #DFF1FF;
  background: rgba(255, 255, 255, 0.9);
  min-height: 53px;
  border-radius: 5px;
}

.gform_wrapper .gfield_label {
  font-weight: 400 !important;
  font-size: 23px !important;
  margin-bottom: 0px;
  color: #002C69;
}

#main .gform_wrapper.gravity-theme .gfield input.medium,
#main .gform_wrapper.gravity-theme .gfield select.medium {
  width: 100%;
}

#main .gform_wrapper .gfield_required {
  color: #F20000;
  font-style: normal;
  font-size: 9px;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_radio .gchoice label {
  padding-left: 35px !important;
  position: relative;
  font-size: 18px !important;
}

.gform_wrapper .gfield_radio .gchoice label:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #0090D3;
  top: 4px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked ~ label:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  top: 10px;
  left: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked ~ label:before {
  border-width: 2px;
  background: #0090D3;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_checkbox .gchoice label {
  padding-left: 35px !important;
  position: relative;
  font-size: 18px !important;
}

.gform_wrapper .gfield_checkbox .gchoice label:before,
.gform_wrapper .ginput_container_consent label:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #0090D3;
  top: 4px;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.gform_wrapper .ginput_container_consent label:before {
  top: 2px;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked ~ label:after,
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked ~ label:after {
  position: absolute;
  display: block;
  content: "\f147";
  font-family: 'Dashicons';
  font-size: 22px;
  width: 14px;
  height: 14px;
  color: #FFF;
  top: -3px;
  left: -2px;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked label,
.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label {
  font-weight: 400 !important;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked ~ label:before,
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked ~ label:before {
  background: #0090D3;
}


.gform_wrapper .choices {
  margin-bottom: 0;
}

.ginput_card_expiration.jcf-hidden {
  display: none;
}

.ginput_card_expiration_container .jcf-select {
  display: inline-block;
  width: 47%;
}

.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_radio .gchoice {
  margin-bottom: 8px;
}

@media only screen and (min-width: 321px) {
  #main .gform_wrapper .gfield_time_ampm {
    max-width: calc(5.5rem + 1rem);
  }
}

@media screen and (max-width: 1023px) {
  .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label:after,
  .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label:after {
    top: 8px;
  }
}

#main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#main .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 5px 0 9px 1px !important;
  font-size: 12px;
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper .gform_page_footer .btn,
.gform_wrapper .gform_footer .btn {
  float: right;
}

#main .gform_wrapper.gravity-theme .gform_save_link.button,
#main .gform_wrapper.gravity-theme .gform_previous_button.button {
  background-color: initial;
  color: initial;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
}

.gform_wrapper ul li:after, .gform_wrapper ul li:before {
  content: none;
}

.gform_page h4 {
  margin-top: 40px;
}

.gform_wrapper .gf_progressbar {
  padding: 2px !important;
}

.gform_wrapper h2.gsection_title {
  font-size: 30px !important;
  font-weight: inherit !important;
}

#main .gform_wrapper .gsection {
  border: none;
  margin-top: 70px !important;
  padding-bottom: 0px !important;
}

/* Form Upload */
#main .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background: rgba(0, 0, 0, 0.02);
  border-color: #adadad;
}

.gform_wrapper .gform_button_select_files {
  max-width: 200px;
  margin: 15px auto;
  background: transparent;
  border: 1px solid #adadad;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5pt;
}

.gform_wrapper .gform_button_select_files:hover {
  background: #adadad;
}

#main .gform_drop_instructions {
  color: #929292;
  font-size: 17px;
}

#main .gform_wrapper input[type="file"] {
  background: transparent;
  color: #9f9f9f;
  font-size: 14px;
  width: 100%;
  margin-top: 0;
  border: none;
  padding-left: 0;
  letter-spacing: 0;
  font-weight: 400;
}

#main .gform_wrapper .gform_fileupload_rules {
  font-size: 15px;
}

#main .gform_wrapper .gform_delete_file {
  display: inline-block;
  margin-top: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  margin-bottom: 3px;
}

#main .gform_wrapper .percentbar_blue {
  background-color: #0090D3;
}

#main .gform_wrapper .top_label .gfield.gf_left_half:before {
  content: none;
}

#main .gform_wrapper .gform_footer {
  overflow: hidden;
  margin-bottom: 150px;
  justify-content: flex-end;
}
#main .gform_wrapper .gsection_title {
  color: #0090D3;
}

#main .gform_fields .gsection:first-child {
	margin-top: 0 !important;
}



/* styles for intro section */
.fc-intros .fc-form-block {
  border-radius: 5px;
  background-color: #fafafa;
  padding: 20px;
}

@media (min-width: 768px) {
  .fc-intros .fc-form-block {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .fc-intros .fc-form-block {
    width: calc(50% - 50px);
    margin-left: 50px;
    padding: 25px 30px;
  }
}

.fc-intros .jcf-select {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .fc-intros .jcf-select {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .fc-intros .image {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .fc-intros .images {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .fc-intros .image,
  .fc-intros .images,
  .fc-intros .intro-icon-list,
  .fc-intros .form-block {
    margin-right: 50px;
    width: calc(50% - 50px);
  }
}

@media (min-width: 1024px) {
  .fc-intros .reverse .image,
  .fc-intros .reverse .images,
  .fc-intros .reverse .intro-icon-list,
  .fc-intros .reverse .form-block {
    margin-left: 50px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .fc-intros .text {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .fc-intros .text p + .btn-wrap {
    padding-top: 15px;
  }
}

.fc-intros .text.full-width {
  width: 100%;
}

@media (min-width: 768px) {
  .fc-intros .text.two-third-width {
    width: calc(100% - 240px);
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .fc-intros .text.two-third-width {
    width: calc(100% - 280px);
  }
}

@media (min-width: 768px) {
  .fc-intros .reverse .text {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .fc-intros .images + .text {
    padding-left: 10px;
  }
}

.fc-intros .custom-form {
  flex: 1;
}

/* styles for icon listing in intro section */
.fc-intro-icon-list {
  padding: 14px 0;
}

@media (min-width: 768px) {
  .fc-intro-icon-list {
    width: 50%;
    padding: 6px 0 6px 25px;
  }
}

.fc-intro-icon-list h5 {
  position: relative;
  padding-left: 50px;
}

@media (min-width: 1024px) {
  .fc-intro-icon-list h5 {
    padding-left: 85px;
  }
}

.fc-intro-icon-list li {
  padding-bottom: 27px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .fc-intro-icon-list li {
    padding-bottom: 33px;
  }
}

.fc-intro-icon-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

@media (min-width: 1024px) {
  .fc-intro-icon-list img {
    width: 50px;
    height: 50px;
    top: 8px;
  }
}

@media (min-width: 768px) {
  .heading-right {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.heading-right.wrap {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .heading-right.wrap .images {
    left: 50%;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .heading-right.wrap .images {
    padding-right: 0;
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .heading-right.wrap .text,
  .heading-right.wrap h1,
  .heading-right.wrap .images + .text {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .heading-right h1 {
    margin-bottom: 26px;
  }
}

@media (min-width: 768px) {
  .heading-right h1 {
    width: 50%;
    padding-left: 10px;
  }
}

.heading-right .image,
.heading-right .images,
.heading-right .fc-intro-icon-list,
.heading-right
.fc-form-block {
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .heading-right .image,
  .heading-right .images,
  .heading-right .fc-intro-icon-list,
  .heading-right
.fc-form-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    margin-right: 25px;
    width: calc(50% - 25px);
  }
}

@media (min-width: 1024px) {
  .heading-right .image,
  .heading-right .images,
  .heading-right .fc-intro-icon-list,
  .heading-right
.fc-form-block {
    margin-right: 50px;
    width: calc(50% - 50px);
  }
}

@media (min-width: 1200px) {
  .heading-right .form-block {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .heading-right .text {
    padding-left: 10px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .heading-right h1 {
    margin-left: 50%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .heading-right .text {
    margin-left: 50%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .heading-right.wrap h1 {
    margin-left: 0;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .heading-right.wrap .text {
    margin-left: 0;
  }
}

/* styles for cta sections */
.fc-cta {
  margin-top: 30px;
  padding: 36px 0;
}

@media (min-width: 768px) {
  .fc-cta {
    margin-top: 40px;
    padding: 87px 0;
  }
}

.fc-cta .container {
  width: 100%;
}

.fc-cta.fc-cta-secondary {
  min-height: 0;
  padding: 0;
}

.fc-cta .text {
  padding: 30px 15px;
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .fc-cta .text {
    padding: 53px;
  }
}

@media (min-width: 1024px) {
  .fc-cta .text {
    padding: 67px 100px;
  }
}

.fc-cta-holder .row {
  align-items: stretch;
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .fc-cta-holder .fc-cta {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .fc-cta-holder .fc-cta .text {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .fc-cta-holder .fc-cta .text {
    padding: 74px 40px;
  }
}

.fc-cta-holder .fc-cta .text.text-center {
  justify-content: center;
}

/* styles for icon listing section */
.fc-list-icon .swiper-slide {
  padding: 31px 10px 15px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  width: 100%;
}

@media (min-width: 520px) {
  .fc-list-icon .swiper-slide {
    width: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  .fc-list-icon .swiper-slide {
    width: calc(33.33% - 10px);
  }
}

@media (min-width: 1200px) {
  .fc-list-icon .swiper-slide {
    width: calc(25% - 20px);
    margin: 0 10px;
    padding: 31px 10px 30px;
  }
}

.fc-list-icon .swiper-slide img {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1200px) {
  .fc-list-icon .swiper-slide img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .fc-list-icon .swiper-slide h5 {
    margin-bottom: 24px;
  }
}

.fc-list-icon .list-icon-slider {
  margin: 0 -5px;
  overflow: visible;
  padding: 20px 40px 100px 0;
}

@media (min-width: 1024px) {
  .fc-list-icon .list-icon-slider {
    margin: 0 -10px;
  }
}

@media (min-width: 1200px) {
  .fc-list-icon .list-icon-slider {
    padding-top: 29px;
  }
}

@media (min-width: 1400px) {
  .fc-list-icon .list-icon-slider {
    padding-right: 0;
  }
}

/* styles for list of icons */
.fc-listing-icon {
  padding: 20px 0;
}

.fc-listing-icon .text {
  max-width: 880px;
}

.fc-text-area .text {
  max-width: 980px;
}

@media (min-width: 1200px) {
  .fc-listing-icon {
    padding-left: 15px;
  }
}

.fc-listing-icon > li {
  margin-bottom: 60px;
  position: relative;
}

.fc-listing-icon > li:last-child {
    margin-bottom: 0px;
  }

@media (min-width: 1200px) {
  .fc-listing-icon > li {
    padding-left: 85px;
    margin-bottom: 65px;
  }
  
  .fc-listing-icon > li:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .fc-listing-icon > li:last-child {
    margin-bottom: 0;
  }
}

.fc-listing-icon > li img {
  width: 50px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .fc-listing-icon > li img {
    position: absolute;
    top: 5px;
    left: 18px;
    width: 35px;
    height: 35px;
  }
  
  .fc-listing-icon.small-text > li img {
    top: -4px;
    left: 6px;
  }
}

@media (min-width: 1200px) {
  .fc-listing-icon > li img {
    width: 40px;
    height: 40px;
    top: -3px;
  }
}

.fc-listing-icon h4 + .btn {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .fc-listing-icon h4 + .btn {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .fc-listing-icon.small-text {
    padding-left: 45px;
  }
}

.fc-listing-icon.small-text > li {
  margin-bottom: 50px;
}



@media (max-width: 767px) {
  .fc-listing-icon.small-text > li:last-child {
    margin-bottom: 0;
  }
}

.fc-listing-icon.small-text > li img {
  width: 50px;
}

@media (min-width: 768px) {
  .fc-listing-icon.small-text > li img {
    width: 35px;
    height: 35px;
    top: -6px;
  }
}

@media (min-width: 1200px) {
  .fc-listing-icon.small-text > li img {
    width: 35px;
    height: 35px;
  }
}

.fc-listing-icon.listing-icon-secondary > li {
  padding-left: 0;
}

.fc-listing-icon.listing-icon-secondary > li img {
  position: static;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .fc-listing-icon.listing-icon-secondary > li img {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.two-cols,
  .fc-listing-icon.three-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.two-cols > li {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.three-cols > li {
    width: calc(50% - 50px);
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 55px;
  }
}

@media (min-width: 1024px) {
	
	.fc-listing-icon.three-cols > li {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .fc-listing-icon .btn {
    margin-top: 8px;
  }
}



/* accordion section styles */
/* .fc-accordion-wrap {
  padding-top: 15px;
} */


.fc-faq .fc-accordion-wrap  {
	padding-top: 0px;
}

.fc-faq h6  {
	margin-top: 40px;
}

/* @media (min-width: 1024px) {
  .fc-accordion-wrap {
    padding-top: 28px;
  }
} */

.fc-accordion-wrap li {
  margin-bottom: 0px;
  margin-left: 20px;
}

.fc-accordion-wrap .opener {
  position: relative;
  display: block;
  color: inherit;
  padding: 15px 55px 10px 0px;
}

@media (min-width: 768px) {
  .fc-accordion-wrap .opener {
    padding: 15px 90px 10px 0px;
  }
}

.fc-accordion-wrap .opener .icon-caret {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: .3s all;
  color: #0090d3;
}

@media (min-width: 768px) {
  .fc-accordion-wrap .opener img {
    right: 20px;
  }
}

@media (min-width: 1024px) {
  .fc-accordion-wrap li {
    margin-bottom: 0px;
    margin-left: 50px;
  }
  
  .fc-accordion-wrap .opener img {
    width: 40px;
    height: 40px;
  }
}

.fc-accordion-wrap .opener h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: #18181B;
  font-weight: 700;
}

.fc-accordion-wrap .opener:hover,
.fc-accordion-wrap .opener:focus {
  text-decoration: none;
}

.fc-accordion-wrap .active .opener .icon-caret:before {
  content: "";
}

.fc-accordion-wrap .slide {
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .fc-accordion-wrap .slide {
    padding: 20px 30px;
  }
}

.fc-accordion-wrap.secondary li {
  box-shadow: none;
  border-radius: 0;
}

.fc-accordion-wrap.secondary > li {
  border-bottom: 1px solid #EBF7FC;
}

/* open close styles */
.fc-open-close-wrap {
  padding: 13px 0;
}

@media (min-width: 768px) {
  .fc-open-close-wrap {
    padding: 29px 0;
  }
}

@media (max-width: 767px) {
  .fc-open-close-wrap .opener-holder {
    min-height: 0 !important;
  }
}

.fc-open-close-wrap .opener-wrap {
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 3px;
}

.fc-open-close-wrap .text {
  padding: 20px 15px;
}

@media (min-width: 1024px) {
  .fc-open-close-wrap .text {
    padding: 20px;
  }
}

.fc-open-close-wrap.active-holder div.open-close:not(.active) {
  opacity: .5;
}

.fc-open-close-wrap .img-wrap {
  overflow: hidden;
}

.fc-open-close-wrap .img-wrap img {
  transition: transform 0.8s ease-in-out;
}

.fc-open-close-wrap .opener {
  padding-right: 15px;
  margin-top: 0;
  z-index: 99;
}

.fc-open-close-wrap .opener:after {
  transition: transform 0.3s ease-in-out;
  content: "";
  font-size: 13px;
}

.fc-open-close-wrap .opener:hover {
  padding-right: 15px;
  color: #0090D3;
}

.fc-open-close-wrap .open-close {
  margin-bottom: 30px;
  position: relative;
  transition: .3s all;
}

.fc-open-close-wrap .open-close .fc-bio .close {
  max-width: 40px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: rotateZ(45deg);
}

.fc-open-close-wrap .open-close .accordion-opener {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.fc-open-close-wrap .open-close .accordion-opener:after {
  display: none;
}

.fc-open-close-wrap .open-close:hover .img-wrap img {
  transform: scale(1.35);
}

.fc-open-close-wrap .open-close.active .opener {
  color: #0090D3;
}

.fc-open-close-wrap .open-close.active .opener:after {
  transform: translateY(-50%) rotateX(180deg);
}

.fc-open-close-wrap .open-close.active .img-wrap img {
  transform: scale(1.35);
}

.fc-open-close-wrap .open-close h4 + .btn,
.fc-open-close-wrap .open-close h5 + .btn {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .fc-open-close-wrap.three-cols,
  .fc-open-close-wrap.four-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .fc-open-close-wrap.three-cols .open-close {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}

@media (min-width: 1024px) {
  .fc-open-close-wrap.three-cols .open-close {
    width: calc(33.33% - 20px);
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .fc-open-close-wrap.four-cols .open-close {
    width: calc(33.33% - 20px);
    margin: 0 10px 30px;
  }
}

@media (min-width: 1024px) {
  .fc-open-close-wrap.four-cols .open-close {
    width: calc(25% - 20px);
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .three-cols .open-close:nth-child(odd) .fc-bio {
    margin-right: calc(-100% - 20px);
  }
}

@media (min-width: 768px) {
  .three-cols .open-close:nth-child(even) .fc-bio {
    margin-right: 0;
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+1) .fc-bio {
    margin-right: calc(-200% - 40px);
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+2) .fc-bio {
    margin-right: calc(-100% - 20px);
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+3) .fc-bio {
    margin-left: calc(-200% - 40px);
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .four-cols .open-close:nth-child(3n+1) .fc-bio {
    margin-right: calc(-200% - 40px);
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .four-cols .open-close:nth-child(3n+2) .fc-bio {
    margin-right: calc(-100% - 20px);
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 768px) {
  .four-cols .open-close:nth-child(3n+3) .fc-bio {
    margin-left: calc(-200% - 40px);
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+1) .fc-bio {
    margin-right: calc(-300% - 60px);
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+2) .fc-bio {
    margin-right: calc(-200% - 40px);
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+3) .fc-bio {
    margin-right: calc(-100% - 20px);
    margin-left: calc(-200% - 40px);
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+4) .fc-bio {
    margin-right: 0;
    margin-left: calc(-300% - 60px);
  }
}

/* styles for bio slide in open close */
.fc-bio {
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  padding: 28px 15px;
  background-color: #fff;
  z-index: 10;
  border-radius: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .fc-bio {
    margin-top: 4px;
    padding: 40px 40px 20px;
  }
}

.fc-bio .bio-heading {
  position: relative;
}

@media (min-width: 768px) {
  .fc-bio .bio-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 19px;
  }
}

@media (min-width: 768px) {
  .fc-bio .bio-heading h2 {
    display: inline-block;
  }
}

.fc-bio .title {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.526;
  font-style: italic;
  display: block;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .fc-bio .title {
    padding-bottom: 0;
    padding-left: 5px;
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .fc-bio .title {
    font-size: 22px;
    padding-left: 14px;
  }
}

.fc-bio .bio-blockquote {
  position: relative;
  padding: 47px 0 0 55px;
}

@media (min-width: 1024px) {
  .fc-bio .bio-blockquote {
    padding: 80px 0 0 73px;
  }
}

.fc-bio .bio-blockquote img {
  position: absolute;
  top: 41px;
  left: 0;
  width: 40px;
  height: 40px;
}

@media (min-width: 1024px) {
  .fc-bio .bio-blockquote img {
    width: 50px;
    height: 50px;
    top: 80px;
  }
}

.fc-bio .bio-blockquote blockquote {
  font-size: 22px;
  line-height: 38px;
}

@media (min-width: 1024px) {
  .fc-bio .bio-blockquote blockquote {
    font-size: 28px;
    line-height: 1.607;
  }
}

@media (min-width: 768px) {
  .fc-bio .bio-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .fc-bio .bio-wrap {
    padding-top: 40px;
  }
}

.fc-bio .bio-wrap h6 {
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .fc-bio .bio-wrap h6 {
    margin-bottom: 8px;
  }
}

.fc-bio .about {
  margin-bottom: 29px;
}

@media (min-width: 768px) {
  .fc-bio .about {
    width: 50%;
    padding-right: 10px;
  }
}

.fc-bio .call-out {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .fc-bio .call-out {
    width: 50%;
    padding-left: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .fc-bio .call-out {
    padding-left: 50px;
  }
}

.fc-bio .call-out > li {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .fc-bio .call-out > li {
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .fc-bio .callout-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .fc-bio .callout-list {
    padding-top: 34px;
  }
}

.fc-bio .callout-list li {
  margin-bottom: 49px;
}

@media (min-width: 768px) {
  .fc-bio .callout-list li {
    width: 33.33%;
    padding: 0 10px;
  }
}

.fc-bio .callout-list img {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .fc-bio .callout-list img {
    margin-bottom: 22px;
  }
}

/* styles for article section */
.fc-articles .text p {
  font-style: italic;
}

.fc-articles .image {
  margin-bottom: 19px;
}

@media (min-width: 1024px) {
  .fc-articles .image {
    margin-bottom: 31px;
  }
}

.fc-articles .fc-article-row {
  padding: 15px 0 35px;
}

@media (min-width: 768px) {
  .fc-articles .fc-article-row {
    padding: 28px 0;
    margin-bottom: 23px;
  }
}

@media (min-width: 768px) {
  .fc-articles .fc-article-row .image {
    width: 41%;
  }
}

@media (min-width: 768px) {
  .fc-articles .fc-article-row .text {
    width: 59%;
    padding-left: 42px;
  }
}

.fc-articles fc-article .btn {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .fc-articles fc-article .btn {
    margin-top: 13px;
  }
}

.fc-articles fc-article .btn-arrow {
  margin-top: 7px;
}

@media (min-width: 1024px) {
  .fc-articles .fc-image-list .fc-article {
    margin-bottom: 75px;
  }
}

/* styles for image listing section */
.no-style > li:before {
  content: none;
}
.image img {
  width: 100%;
}


.fc-text-area p {
	max-width: 980px;
}


.fc-image-listing-small.three-column .text,
.fc-image-listing-small.three-column  .text p {
    font-size: 16px;
  }


@media (min-width: 768px) {
  .fc-image-list.secondary > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
}


.three-column .fc-image-list.secondary > li {
    width: calc(50% - 40px);
    margin: 0 20px 45px 20px;
  }
  
  
@media (min-width: 1024px) {
  .fc-image-list.secondary > li {
    margin-bottom: 45px;
    width: calc(50% - 20px);
  }
  .three-column .fc-image-list.secondary {
    margin-left: -20px;
    margin-right: -20px;
  }
  .three-column .fc-image-list.secondary > li {
    width: calc(33% - 40px);
    margin: 0 20px 30px 20px;
  }
}
.fc-image-list.secondary .image {
  max-width: 65%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .fc-image-list.secondary .image {
    width: 30%;
  }
  
  .three-column .fc-image-list.secondary .image {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .fc-image-list.secondary .text {
    width: 64%;
    padding-left: 22px;
    padding-right: 0;
  }
}

.fc-image-listing .row {
  padding: 15px 0;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .fc-image-listing .row {
    padding: 27px 0;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .row .image,
  .fc-image-listing .row .video {
    width: 41%;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .row .text {
    width: 59%;
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .row .text {
    padding-left: 57px;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .reverse .text {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .reverse .text {
    padding-right: 57px;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .btn-wrap {
    padding-top: 7px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing ul + .btn-wrap {
    padding-top: 0;
  }
}

/*
.fc-image-listing .fc-image-lists {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists {
    padding: 27px 0;
  }
}
*/

.fc-image-listing .fc-image-lists > li {
  margin-bottom: 100px;
}

.fc-image-list {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
padding: 15px 0 0;
}

.fc-image-list .image,
.fc-image-lists .image {
  position: relative;
}

.fc-image-listing-medium .image:before,
.fc-image-listing-small .image:before {
  content: '';
  background: #dff1ff;
  position: absolute;
  top: -5px;
  left: -5px;
  right: 59px;
  bottom: -5px;
  z-index: -1;
}

.fc-image-listing-small .image:before {
  right: 40px;
}

.fc-image-listing-small.three-column .image:before {
  right: 40px;
  top: 40px;
}

.fc-photo-gallery-slider {
	background-image: linear-gradient(to top, rgba(239, 248, 255, 0) 0%, #f6faff 100%);
	padding-top: 20px;
}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  
  .fc-image-listing-small.fc-image-listing .fc-image-lists > li {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .fc-image-lists > li {
    margin-bottom: 66px;
  }
}

.fc-image-listing .fc-image-lists > li:last-child {
  margin-bottom: 0;
}

.fc-image-listing .fc-image-lists .image {
  max-width: 82%;
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .fc-image-listing-small .fc-image-lists .image {
    width: 25%;
  }
  
  .fc-image-listing-medium .fc-image-lists .image {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists .text {
    width: 68%;
    padding-left: 33px;
  }
}

.fc-image-listing .swiper-slide {
  margin: 0 5px;
  width: 240px;
}

@media (min-width: 768px) {
  .fc-image-listing .swiper-slide {
    margin: 0 10px;
  }
}

@media (min-width: 1200px) {
  .fc-image-listing .swiper-slide {
    width: 480px;
  }
}

.fc-image-listing .swiper-slide .image {
  margin-bottom: 20px;
  overflow: hidden;
}

.fc-image-listing .swiper-slide .image img {
  transition: .3s all;
}

.fc-image-listing .swiper-slide .image:hover img {
  transform: scale(1.05);
}

.fc-image-listing .swiper-slide .btn {
  margin-top: 4px;
}

.fc-image-listing .swiper-container {
  margin: 0 -5px;
  overflow: visible;
  padding: 20px 40px 50px 0;
}

@media (max-width: 767px) {
  .fc-image-listing .swiper-container {
    padding-right: 90px;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .swiper-container {
    margin: 0 -10px;
  }
}

@media (min-width: 1200px) {
  .fc-image-listing .swiper-container {
    padding-top: 29px;
  }
}

@media (min-width: 1400px) {
  .fc-image-listing .swiper-container {
    padding-right: 0;
  }
}

.fc-image-listing .swiper-container .slick-arrow {
  transform: none;
  left: auto;
  right: 5px;
  bottom: 35px;
}

@media (min-width: 768px) {
  .fc-image-listing .swiper-container .slick-arrow {
    bottom: 0;
    right: 10px;
  }
}

.fc-image-listing .swiper-container .slick-arrow.slick-prev {
  margin-left: 0;
  margin-right: 65px;
}

.fc-image-listing .swiper-container .slick-arrow.slick-next {
  margin-left: 0;
}

/* styles for media listing section */
.fc-media-listing .fc-image-list li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .fc-media-listing .fc-image-list li {
    margin-bottom: 20px;
  }
}

.fc-media-listing .fc-image-list .image {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fc-media-listing .slick-slider .slick-arrow {
    bottom: 28px;
  }
}

/* styles for full width video */
.fc-full-video {
  min-height: 320px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1 0 0%;
  margin-top: 23px;
}

@media (min-width: 768px) {
  .fc-full-video {
    min-height: 444px;
    margin-top: 48px;
  }
}

.fc-full-video:hover .bg-stretch:after {
  background: rgba(0, 0, 0, 0.15);
}

.fc-full-video .video-container {
  min-height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.fc-full-video .video-container > * {
  width: 100%;
}

.fc-full-video .video-container .play {
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 85px;
  margin: 0 auto 30px;
  position: relative;
}

@media (min-width: 768px) {
  .fc-full-video .video-container .play {
    width: 120px;
    margin-bottom: 43px;
  }
}

.fc-full-video .icon-play {
  color: #0090D3;
  font-size: 70px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .fc-full-video .icon-play {
    font-size: 100px;
  }
}

.fc-full-video .video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* styles for testimony section */
.fc-testimonial .fc-testimonial-slider,
.fc-testimonial .fc-sec-testimonial-slider {
  margin: 0 -5px;
  padding: 43px 50px 100px 0;
  overflow: visible;
}

@media (min-width: 768px) {
  .fc-testimonial .fc-testimonial-slider,
  .fc-testimonial .fc-sec-testimonial-slider {
    margin: 0 -10px;
    padding: 68px 50px 100px;
  }
}

@media (min-width: 1024px) {
  .fc-testimonial .fc-testimonial-slider,
  .fc-testimonial .fc-sec-testimonial-slider {
    padding: 68px 100px 100px;
  }
}

.fc-testimonial .swiper-slide {
  padding: 60px 15px 35px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  margin: 0 5px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .fc-testimonial .swiper-slide {
    margin: 0 10px;
  }
}

@media (min-width: 1024px) {
  .fc-testimonial .swiper-slide {
    padding: 102px 80px 61px;
  }
}

.fc-testimonial .swiper-slide img {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .fc-testimonial .swiper-slide img {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.fc-testimonial .swiper-slide q, .fc-testimonial .swiper-slide p {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .fc-testimonial .swiper-slide q, .fc-testimonial .swiper-slide p {
    margin-bottom: 46px;
  }
}

.fc-testimonial .swiper-slide blockquote {
  margin-bottom: 0;
}

.fc-testimonial .name {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.643;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .fc-testimonial .name {
    font-size: 17px;
    line-height: 1.588;
    margin-bottom: 16px;
  }
}

.fc-testimonial .name:after {
  height: 1px;
  width: 4px;
  content: '';
  top: 50%;
  left: -10px;
  position: absolute;
  background: #000;
}

.fc-testimonial .info {
  color: #747474;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  line-height: 1.545;
}

@media (min-width: 768px) {
  .fc-testimonial .info {
    font-size: 13px;
    line-height: 1.538;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .fc-testimonial .sec-testimonial-slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .fc-testimonial .sec-testimonial-slider blockquote {
    font-size: 21px;
    line-height: 1.762;
  }
}

@media (min-width: 768px) {
  .fc-testimonial .sec-testimonial-slider .swiper-slide {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1024px) {
  .fc-testimonial .sec-testimonial-slider .swiper-slide {
    padding: 81px 32px 51px;
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 768px) {
  .fc-testimonial .sec-testimonial-slider .swiper-slide q, .fc-testimonial .sec-testimonial-slider .swiper-slide p {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .fc-testimonial .sec-testimonial-slider .name {
    margin-bottom: 12px;
  }
}

.fc-testimonial .sec-testimonial-slider .name:after {
  display: none;
}

/* styles for table section */
.table-section {
  margin-top: 100px;
}

.table-section .table-wrap {
  overflow: auto;
  margin-right: -15px;
}

.table-section .table-wrap::-webkit-scrollbar {
  height: 10px;
}

.table-section .table-wrap::-webkit-scrollbar-track {
  background: #fafafa;
}

.table-section .table-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #44444a;
}

@media (min-width: 768px) {
  .table-section .table-wrap {
    overflow: hidden;
    margin-right: 0;
    padding-right: 1px;
  }
}

/* styles for timeline section */
.fc-timeline {
  margin-top: 100px;
}

.fc-timeline .time-line {
  position: relative;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .fc-timeline .time-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -10px;
    padding: 30px 0;
  }
}

@media (min-width: 1024px) {
  .fc-timeline .time-line {
    margin: 0 -30px;
  }
}

.fc-timeline .time-line:after {
  width: 2px;
  content: '';
  top: 20px;
  bottom: 20px;
  left: 50%;
  position: absolute;
  background: #e2e2e2;
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 768px) {
  .fc-timeline .time-line:after {
    display: none;
  }
}

.fc-timeline .time-line li {
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  padding: 20px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .fc-timeline .time-line li {
    width: calc(50% - 20px);
    margin: 0 10px 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px;
    z-index: -1;
  }
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li {
    padding: 14px 10px;
    width: calc(50% - 60px);
    margin: 0 30px 69px;
  }
}

@media (min-width: 768px) {
  .fc-timeline .time-line li:after {
    height: 2px;
    width: 10px;
    content: '';
    top: 50%;
    left: 100%;
    position: absolute;
    background: #e2e2e2;
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li:after {
    width: 30px;
  }
}

@media (min-width: 768px) {
  .fc-timeline .time-line li:before {
    display: block;
    position: absolute;
    content: '';
    width: 2px;
    top: 50%;
    left: auto;
    right: -10px;
    background: #e2e2e2;
    height: 90%;
    z-index: 99;
    border-radius: 0;
  }
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li:before {
    right: -30px;
  }
}

.fc-timeline .time-line li:last-child:nth-child(odd):before {
  top: auto;
  bottom: 50%;
}

@media (min-width: 768px) {
  .fc-timeline .time-line li:nth-child(even) {
    position: relative;
    top: 90px;
  }
}

.fc-timeline .time-line li:nth-child(even):after {
  left: auto;
  right: 100%;
}

.fc-timeline .time-line li:nth-child(even):before {
  top: 100px;
  bottom: 0;
  height: auto;
  left: -12px;
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li:nth-child(even):before {
    left: -32px;
  }
}

.fc-timeline .time-line li:nth-child(odd):not(:last-child):not(:first-child):before {
  top: 0;
  bottom: 0;
  left: auto;
  right: -10px;
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li:nth-child(odd):not(:last-child):not(:first-child):before {
    right: -30px;
  }
}

.fc-timeline .time-line li:nth-child(even):last-child:before {
  top: auto;
  bottom: 50%;
  left: -12px;
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li:nth-child(even):last-child:before {
    left: -32px;
  }
}

.fc-timeline .time-line li .img {
  width: 68%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .fc-timeline .time-line li .img {
    width: 32%;
  }
}

.fc-timeline .time-line li .text {
  flex: 1;
}

@media (min-width: 768px) {
  .fc-timeline .time-line li .text {
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li .text {
    padding: 9px 18px;
  }
}

.fc-timeline .time-line li .text:only-child {
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li .text:only-child {
    padding: 14px 20px 25px;
  }
}

.fc-timeline .time-line li p:only-of-type {
  margin-bottom: 0;
}

/* styles for tabs section */
.fc-tabs {
  margin-top: 100px;
  position: relative;
}

@media (min-width: 768px) {
  .fc-tabs .content-slider {
    margin: 0 -50px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .content-slider .slide {
    margin: 0 50px;
  }
}

.fc-tabs .tab-content {
  padding-top: 16px;
  position: relative;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fc-tabs .tab-content {
    padding-top: 0;
    margin-top: 29px;
  }
}

.fc-tabs .tab-content .slick-list {
  overflow: hidden;
}

.fc-tabs .tab-content .image {
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .fc-tabs .tab-content .image {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .fc-tabs .tab-content .text {
    flex: 1;
    padding-left: 20px;
    padding-top: 10px;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .tab-content .text {
    padding-left: 62px;
  }
}

.fc-tabs .tab,
.fc-tabs .tab-slide {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.fc-tabs .tab.js-tab-hidden,
.fc-tabs .tab-slide.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
  opacity: 0;
  visibility: hidden;
}

.fc-tabs .tab.active,
.fc-tabs .tab-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.fc-tabs .tab-set {
  padding: 30px 20px 0;
  overflow: visible;
  position: relative;
}

@media (min-width: 768px) {
  .fc-tabs .tab-set {
    padding: 30px 0 0;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .tab-set {
    padding-top: 45px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .tab-set .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .fc-tabs .tab-set .slick-slide {
    width: auto !important;
  }
}

.fc-tabs .tab-set .slide {
  transition: font 0.3s ease-in-out;
  font-size: 25px;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: auto !important;
  cursor: pointer;
}

@media (min-width: 768px) {
  .fc-tabs .tab-set .slide {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .tab-set .slide {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .tab-set .slide {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  .fc-tabs .tab-set .slide {
    font-size: 21px;
  }
}

.fc-tabs .tab-set .slide:after {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  border-radius: 3px;
  background-color: #0090D3;
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.fc-tabs .tab-set .slick-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fc-tabs .tab-set .slick-current .slide,
.fc-tabs .tab-set .slick-center .slide {
  font-weight: 500;
}

.fc-tabs .tab-set .slick-current .slide:after,
.fc-tabs .tab-set .slick-center .slide:after {
  opacity: 1;
  visibility: visible;
}

.fc-tabs .tab-set:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  content: '';
  height: 2px;
  z-index: -1;
  background-color: #e3e3e3;
}

.fc-tabs .tab-slide {
  position: relative;
}

.fc-tabs .tab-slide .text {
  padding: 70px 0 51px;
  position: relative;
}

@media (min-width: 768px) {
  .fc-tabs .tab-slide .text {
    padding-left: 20px;
    margin-left: 200px;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .tab-slide .text {
    padding-left: 30px;
    margin-left: 280px;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .tab-slide .text {
    padding: 130px 0 130px 100px;
  }
}

.fc-tabs .slider-tab {
  padding: 43px 60px 66px;
  margin: 0 -15px;
  background-color: #0090D3;
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab {
    max-width: 200px;
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 40px;
    overflow: visible;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .slider-tab {
    min-width: 280px;
    top: 50px;
    bottom: 50px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab:before {
    position: absolute;
    bottom: 100%;
    left: -100vw;
    content: '';
    right: 0;
    background-color: rgba(234, 0, 0, 0.8);
    height: 40px;
    z-index: 99;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .slider-tab:before {
    bottom: calc(100% + 10px);
  }
}

.fc-tabs .slider-tab .slide {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  text-align: center;
  color: #fff;
  transform: none;
  margin: 0 20px;
  font-size: 27px;
  line-height: 1.2;
  transform-origin: 0;
  opacity: 0.75;
  cursor: pointer;
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slide {
    text-align: left;
    font-size: 16px;
    margin: 15px 0;
    width: 60% !important;
    opacity: 0.5;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .slider-tab .slide {
    font-size: 22px;
    min-height: 80px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .slider-tab .slide {
    min-height: 100px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slide:after {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    height: 2px;
    width: 56px;
    content: '';
    top: 50%;
    left: calc(100% - 10px);
    position: absolute;
    background: #fff;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slide.slick-active {
    transform: scale(1.2);
    opacity: 0.75;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .slider-tab .slide.slick-active {
    transform: scale(1.4);
  }
}

.fc-tabs .slider-tab .slide.slick-current,
.fc-tabs .slider-tab .slide.slick-center {
  font-weight: 500;
  opacity: 1;
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slide.slick-current,
  .fc-tabs .slider-tab .slide.slick-center {
    transform: scale(1.4);
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .slider-tab .slide.slick-current,
  .fc-tabs .slider-tab .slide.slick-center {
    transform: scale(1.6);
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slide.slick-current:after,
  .fc-tabs .slider-tab .slide.slick-center:after {
    opacity: 1;
    visibility: visible;
  }
}

.fc-tabs .slider-tab .slick-list {
  overflow: visible;
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slick-list {
    width: 100%;
    z-index: 9;
  }
}

.fc-tabs .slider-tab .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fc-tabs .slider-tab .slick-arrow {
  transition: none;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slick-arrow {
    transform: rotate(90deg);
    left: -10px;
    font-size: 10px;
    margin: 0;
    z-index: 999;
    width: 50px;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .slider-tab .slick-arrow {
    font-size: 13px;
    left: -15px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slick-arrow.slick-prev {
    top: -15px;
    bottom: auto;
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slick-arrow.slick-next {
    bottom: -20px;
  }
}

.fc-tabs .slider-tab .slick-arrow:hover {
  color: #fff;
}

.fc-tabs .slider-tab .slick-arrow.slick-disabled {
  opacity: 0;
}

.fc-tabs .tab-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.fc-tabs .tab-container .tab-content {
  background-color: rgba(0, 0, 0, 0.55);
}

.fc-tabs .tab-container > .container {
  order: 2;
}

@media (min-width: 768px) {
  .fc-tabs .tab-container > .container {
    position: absolute;
    top: 29px;
    left: 15px;
    bottom: 0;
    right: 0;
  }
}

.fc-tabs .tab-container > .container .holder {
  padding: 0;
}

@media (min-width: 768px) {
  .fc-tabs .tab-container > .container .holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 200px;
    z-index: 9;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .tab-container > .container .holder {
    max-width: 280px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .tab-container > .container .holder:after {
    position: absolute;
    content: '';
    top: 40px;
    left: -100vw;
    right: 0;
    bottom: 50px;
    background-color: rgba(234, 0, 0, 0.8);
  }
}

@media (min-width: 768px) {
  .fc-tabs .tab-container > .container .holder:before {
    position: absolute;
    height: 50px;
    right: 0;
    left: -100vw;
    content: '';
    background-color: rgba(234, 0, 0, 0.8);
    bottom: 0;
    z-index: 99;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-tab .slide {
    height: 1px;
  }
}

/* styles for text listing section */
.text-listing .text-listings {
  padding: 16px 0;
}

@media (min-width: 768px) {
  .text-listing .text-listings {
    padding: 28px 0;
  }
}

.text-listing .text-listings li {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 28px 15px;
  margin-bottom: 35px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .text-listing .text-listings li {
    padding: 31px 24px 30px 40px;
  }
}

.text-listing .text-listings h4 {
  margin-bottom: 10px;
}

.text-listing .text-listings h4:only-child {
  margin-bottom: 0;
}

.text-listing .text-listings .category {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .text-listing .text-listings .title {
    width: 70%;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .text-listing .text-listings .title {
    width: 80%;
  }
}

.text-listing .text-listings .title h4:only-child {
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .text-listing .text-listings .title h4:only-child {
    margin-bottom: 0;
  }
}

.text-listing .text-listings .btn {
  margin-top: 0;
}

.text-listing .text-listings h4 + .btn,
.text-listing .text-listings h5 + .btn {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .text-listing .text-listings.two-cols,
  .text-listing .text-listings.three-cols {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .text-listing .text-listings.two-cols li {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
    padding: 22px 24px 19px 41px;
  }
}

@media (min-width: 768px) {
  .text-listing .text-listings.three-cols li {
    width: calc(33.33% - 20px);
    margin: 0 10px 30px;
    padding: 19px 10px 7px 21px;
  }
}

.text-listing .text-listings.three-cols h5 + .btn {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .text-listing .text-listings:not(.two-cols):not(.three-cols) li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .text-listing .text-listings:not(.two-cols):not(.three-cols) .btn {
    max-width: 30%;
  }
}

@media (min-width: 1024px) {
  .text-listing .text-listings:not(.two-cols):not(.three-cols) .btn {
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .text-listing .text-listings:not(.two-cols):not(.three-cols) .category {
    margin-bottom: 0;
  }
}

/* styles for event listing section */
.events-listing .month,
.events-listing .year {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .events-listing .month,
  .events-listing .year {
    font-size: 12px;
  }
}

.events-listing .day {
  color: #0090D3;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .events-listing .day {
    font-size: 65px;
    line-height: 1;
  }
}

.events-listing .year {
  color: #777777;
  margin-top: -5px;
}

@media (min-width: 1024px) {
  .events-listing .year {
    margin-top: -1px;
  }
}

.events-listing .date {
  border-radius: 5px 0 0 5px;
  background-color: #e8e8e8;
  padding: 10px;
  text-align: center;
  padding: 17px 8px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  max-width: 90px;
}

@media (min-width: 1024px) {
  .events-listing .date {
    max-width: 135px;
  }
}

.events-listing .date > * {
  width: 100%;
}

.events-listing .event-list {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .events-listing .event-list {
    padding: 28px 0;
  }
}

.events-listing .event-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .events-listing .event-list li {
    align-items: stretch;
    box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  }
}

@media (min-width: 1024px) {
  .events-listing .event-list li {
    margin-bottom: 19px;
  }
}

.events-listing .event-list .category {
  font-size: 11px;
  line-height: 1.545;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .events-listing .event-list .category {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .events-listing .event-list .category {
    font-size: 13px;
    line-height: 1.538;
  }
}

.events-listing .event-list .text {
  flex: 1;
  padding: 20px 10px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
}

@media (min-width: 768px) {
  .events-listing .event-list .text {
    padding-right: 200px;
    box-shadow: none;
  }
}

@media (min-width: 1024px) {
  .events-listing .event-list .text {
    padding: 30px 220px 30px 33px;
  }
}

@media (min-width: 768px) {
  .events-listing .event-list .text .btn:not(.btn-arrow) {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    max-width: 180px;
  }
}

@media (min-width: 1024px) {
  .events-listing .event-list .text .btn:not(.btn-arrow) {
    right: 25px;
  }
}

.events-listing .event-list h4 {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .events-listing .event-list h4 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .events-listing .event-list.two-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-start;
  }
}

.events-listing .event-list.two-cols li {
  align-items: stretch;
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  .events-listing .event-list.two-cols li {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}

.events-listing .event-list.two-cols .text {
  padding: 9px 10px 19px;
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
}

@media (min-width: 1024px) {
  .events-listing .event-list.two-cols .text {
    padding: 21px 25px 19px;
  }
}

.events-listing .event-list.two-cols .category {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .events-listing .event-list.two-cols .category {
    margin-bottom: 6px;
  }
}

.grecaptcha-badge {
visibility: hidden !important;
height: 0px !important;
}
