@import 'jcf.css';
@import 'jquery-ui.min.css';
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Brewery";
  src: url("../fonts/breweryartsletters2-webfont.woff2") format("woff2"), url("../fonts/breweryartsletters2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Homestead Display";
  src: url("../fonts/6e2ebc8aaec76e1eccfa0b2e2a23155d-homestead-display-webfont.woff2") format("woff2"), url("../fonts/6e2ebc8aaec76e1eccfa0b2e2a23155d-homestead-display-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.news-post .post-details .sidebar .application-form .schedule,
.news-post .post-details .sidebar .content-holder .schedule, .filter-block .download-list, .filter-block .filter-list, .info-block .links, .card .description .card-heading .schedule, .event-block .event-cat ul, .breadcrumbs, #nav > ul > li .dropdown-menu ul, #nav > ul, .social-networks, .top-bar .function-holder > li .basket-drop .basket-info ul, .top-bar .function-holder > li .access-drop .access-info .color-list, .top-bar .function-holder > li .access-drop .access-info .size, .top-bar .function-holder, .top-bar .info-bar {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.rel {
  position: relative;
}

.bg-red {
  background-color: #E10F30;
}
.bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4, .bg-red p, .bg-red li {
  color: #fff;
}

.bg-lighter {
  background-color: #f1f1f1;
}

.bg-darker {
  background-color: #3a3a3a;
}
.bg-darker h1, .bg-darker h2, .bg-darker h3, .bg-darker h4, .bg-darker p, .bg-darker li, .bg-darker a {
  color: #fff;
}

.py-40 {
  padding-top: 50px;
  padding-bottom: 40px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 5px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.4 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 24px;
  }
}

h2, .h2 {
  font-size: 60px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 17px;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 15px;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 14px;
  }
}

p {
  margin: 0 0 1em;
}

a {
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?nkcxi5");
  src: url("../fonts/icomoon/icomoon.eot?nkcxi5#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.svg?nkcxi5#icomoon") format("svg"), url("../fonts/icomoon/icomoon.woff?nkcxi5") format("woff"), url("../fonts/icomoon/icomoon.ttf?nkcxi5") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  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-mail:before {
  content: "\e90e";
}

.icon-cross:before {
  content: "\e90d";
}

.icon-basket:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-letter:before {
  content: "\e903";
}

.icon-play:before {
  content: "\e904";
}

.icon-profile:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\e907";
}

.icon-angle-down:before {
  content: "\e908";
}

.icon-angle-up:before {
  content: "\e909";
}

.icon-angle-right:before {
  content: "\e90a";
}

.icon-angle-left:before {
  content: "\e90b";
}

.icon-calendar-o:before {
  content: "\e90c";
}

* {
  font-size: 100.01%;
}

html {
  font-size: 100%;
}

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

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

#main {
  padding-top: 152px;
}
@media (max-width: 1023px) {
  #main {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  #main {
    padding-top: 50px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  color: #3a3a3a;
  font-weight: 600;
}

.holder {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 767px) {
  .common-height,
  .common-height1 {
    height: auto !important;
  }
}

.pagination {
  list-style: none;
}
.pagination li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
}
.pagination li a {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}
.pagination li a:hover {
  text-decoration: underline;
}
.pagination .next {
  float: right;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .row {
    display: block;
  }
}
.row .col {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .row .col {
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .row .tile-event .description {
    min-height: 200px;
  }
}
.row.two-columns .col {
  width: 50%;
}
.row.three-columns .col {
  width: 33.33%;
}
.row.two-three-columns .col {
  width: 50%;
}
.row.two-three-columns .col:nth-child(5n+3), .row.two-three-columns .col:nth-child(5n+4), .row.two-three-columns .col:nth-child(5n+5) {
  width: 33.33%;
}

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

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  border-width: 0 0 2px;
}

.tel-link {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .tel-link {
    pointer-events: none;
  }
}

.btn,
.filter-section li > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  line-height: 1.25;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 12px 15px;
  border: none;
  transition: background 0.25s linear;
}
.btn.light-green,
.filter-section li > a.light-green {
  background: #089597;
  color: #fff;
}
.btn.light-green:hover,
.filter-section li > a.light-green:hover {
  background: #256e61;
}
.btn.green,
.filter-section li > a.green {
  background: #008032;
  color: #fff;
}
.btn.green:hover,
.filter-section li > a.green:hover {
  background: #195f20;
}
.btn.blue,
.filter-section li > a.blue {
  background: #004071;
  color: #fff;
}
.btn.blue:hover,
.filter-section li > a.blue:hover {
  background: #0c2e48;
}
.btn.maroon,
.filter-section li > a.maroon {
  background: #851e59;
  color: #fff;
}
.btn.maroon:hover,
.filter-section li > a.maroon:hover {
  background: #640f36;
}
.btn.pink,
.filter-section li > a.pink {
  background: #cc006f;
  color: #fff;
}
.btn.pink:hover,
.filter-section li > a.pink:hover {
  background: #9d0044;
}
.btn.red,
.filter-section li > a.red {
  background: #E10F30;
  color: #fff;
}
.btn.red:hover,
.filter-section li > a.red:hover {
  background: #9d030f;
}
.btn.gray,
.filter-section li > a.gray {
  background: #53565A;
  color: #fff;
}
.btn.gray:hover,
.filter-section li > a.gray:hover {
  background: #3a3a3a;
}
.btn.yellow,
.filter-section li > a.yellow {
  background: #e7bd00;
  color: #000;
}
.btn.yellow:hover,
.filter-section li > a.yellow:hover {
  background: #b58c06;
}
.btn.brown,
.filter-section li > a.brown {
  background: #6b1c16;
  color: #fff;
}
.btn.brown:hover,
.filter-section li > a.brown:hover {
  background: #521109;
}
.btn.orange,
.filter-section li > a.orange {
  background: #e85d10;
  color: #fff;
}
.btn.orange:hover,
.filter-section li > a.orange:hover {
  background: #c95616;
}
.btn.sky-blue,
.filter-section li > a.sky-blue {
  background: #0072a9;
  color: #fff;
}
.btn.sky-blue:hover,
.filter-section li > a.sky-blue:hover {
  background: #0c2e48;
}
.btn.white-with-border,
.filter-section li > a.white-with-border {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.btn.white-with-border:hover,
.filter-section li > a.white-with-border:hover {
  background: #000;
  color: #fff;
}

.jcf-checkbox {
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.jcf-checkbox span {
  border-width: 0 0 1px 1px;
  border-color: #fff;
  height: 3px;
  width: 6px;
}

:root .jcf-checkbox span {
  margin: -2px 0 0 -3px;
}

.ui-datepicker {
  width: 302px;
  border: 2px solid #000;
  padding: 0;
  border-radius: 0;
}
.ui-datepicker table {
  margin-bottom: 1px;
}
.ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  background: none;
  border: none;
  padding: 10px 0 11px;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: auto;
  height: auto;
  color: #000;
  font-size: 40px;
  line-height: 1;
  border-radius: 0;
  top: 1px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: none;
  border: none;
  color: #E10F30;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker .ui-datepicker-prev > span,
.ui-datepicker .ui-datepicker-next > span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 12px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e90b";
}
.ui-datepicker .ui-datepicker-next {
  right: 12px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e90a";
}
.ui-datepicker th {
  font: 600 16px/18px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  background: #999;
  color: #fff;
  border: 2px solid #fff;
}
.ui-datepicker th:first-child {
  border-left: 0;
}
.ui-datepicker th:last-child {
  border-right: 0;
}
.ui-datepicker .ui-datepicker-today .ui-state-highlight {
  background: #E10F30;
  color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  border: none;
  border-radius: 0;
  text-align: center;
  font: 16px/1 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
}
.ui-state-default.ui-state-hover,
.ui-widget-content .ui-state-default.ui-state-hover,
.ui-widget-header .ui-state-default.ui-state-hover {
  background: #E10F30;
  color: #fff;
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.8em 0.5em;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

#wpadminbar {
  position: fixed !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  #header {
    background: #fff;
  }
}
body.admin-bar #header {
  top: 32px;
}
@media (max-width: 781px) {
  body.admin-bar #header {
    top: 46px;
  }
}

.logo-holder {
  position: absolute;
  top: 50px;
  left: 10px;
  width: 260px;
  height: 100px;
  padding: 19px 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .logo-holder {
    height: 88px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .logo-holder {
    width: 140px;
    height: 50px;
    position: static;
    margin-left: 10px;
    float: left;
    padding: 9px 0;
  }
}
@media (max-width: 1023px) {
  .logo-holder .logo {
    width: 100%;
  }
}

.search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 405px;
  border-top: 2px solid #fff;
  box-shadow: 0 5px 25px 0 rgba(58, 58, 58, 0.5);
}
@media (max-width: 767px) {
  .search-form {
    position: static;
    display: flex;
    border-bottom: 2px solid #fff;
    width: 100%;
    box-shadow: none;
  }
}
.search-active .search-form {
  display: block;
}
@media (max-width: 767px) {
  .search-active .search-form {
    display: flex;
  }
}
.search-form input[type=search] {
  background: #53565A;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 24px;
  position: relative;
  z-index: 200;
}
.search-form input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
.search-form input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.search-form input[type=search]:-moz-placeholder {
  color: #fff;
}
.search-form input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.search-form input[type=search].placeholder {
  color: #fff;
}
@media (max-width: 767px) {
  .search-form input[type=search] {
    height: auto;
  }
}
.search-form .btn {
  display: block;
  width: 100%;
  padding: 15px 12px;
  position: relative;
  z-index: 200;
}
@media (max-width: 767px) {
  .search-form .btn {
    width: 60px;
    height: 49px;
    font-size: 19px;
    line-height: 1;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.menu {
  display: none;
  float: right;
  width: 60px;
  height: 50px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.25s linear;
  /* close button transition */
}
@media (max-width: 767px) {
  .menu {
    display: block;
  }
}
.nav-active .menu {
  background: #53565A;
}
.menu:before, .menu:after, .menu span {
  background: #231f20;
  position: absolute;
  top: 50%;
  left: 25%;
  right: 25%;
  height: 2px;
  margin-top: -1px; /* height/2 */
  transition: all 0.25s linear;
}
.menu:before, .menu:after {
  content: "";
  top: 30%;
}
.nav-active .menu:before, .nav-active .menu:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  background: #fff;
}
.menu:after {
  top: 70%;
}
.nav-active .menu:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-active .menu span {
  opacity: 0;
}
.menu:hover {
  background: #53565A;
}
.menu:hover:before, .menu:hover:after, .menu:hover span {
  background: #fff;
}

@media (max-width: 767px) {
  .header-slide {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    overflow-y: auto;
    height: calc(100vh - 50px);
  }
}
@media (max-width: 767px) {
  .nav-active .header-slide {
    display: flex;
  }
}

.top-bar {
  background-color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
  .top-bar {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .top-bar {
    padding: 0;
    display: block;
    background: none;
    border: none;
    order: 2;
  }
}
.top-bar .info-bar {
  display: flex;
}
@media (max-width: 767px) {
  .top-bar .info-bar {
    position: absolute;
    top: 55px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .top-bar .info-bar {
    position: static;
    display: block;
    padding: 0 5px 14px;
  }
}
.top-bar .info-bar li {
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
}
@media (max-width: 1099px) and (min-width: 1024px) {
  .top-bar .info-bar li {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .top-bar .info-bar li + li {
    margin-top: 7px;
  }
}
.top-bar .info-bar li a {
  color: #fff;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 767px) {
  .top-bar .info-bar li a {
    color: #000;
  }
}
.top-bar .info-bar li a:hover {
  color: #E10F30;
}
.top-bar .function-holder {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-bar .function-holder {
    background: #d7d8d7;
    border-bottom: 2px solid #fff;
  }
}
.top-bar .function-holder > li {
  width: 40px;
  height: 50px;
  display: flex;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-bar .function-holder > li {
    width: 60px;
  }
}
.top-bar .function-holder > li .access-drop {
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 405px;
  border-top: 2px solid #fff;
  box-shadow: 0 5px 25px 0 rgba(58, 58, 58, 0.5);
  z-index: 9;
}
@media (max-width: 767px) {
  .top-bar .function-holder > li .access-drop {
    width: 100%;
    border-top: none;
    box-shadow: none;
  }
}
.access-active .top-bar .function-holder > li .access-drop {
  display: block;
}
.top-bar .function-holder > li .access-drop .title {
  background-color: #53565A;
  display: block;
  padding: 13px 20px 17px;
  color: #fff;
  font: 600 16px/18px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
}
.top-bar .function-holder > li .access-drop .access-info {
  padding: 20px 20px 15px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .top-bar .function-holder > li .access-drop .access-info {
    padding: 23px 20px 31px;
  }
}
.top-bar .function-holder > li .access-drop .access-info .item-info {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}
.top-bar .function-holder > li .access-drop .access-info .size {
  display: flex;
  align-items: baseline;
  padding: 6px 0 17px;
  margin: 0 -4px;
}
.top-bar .function-holder > li .access-drop .access-info .size li {
  line-height: 1;
  padding: 0 4px;
}
.top-bar .function-holder > li .access-drop .access-info .size li a {
  text-decoration: none;
}
.top-bar .function-holder > li .access-drop .access-info .size li a:hover {
  color: #E10F30;
}
.top-bar .function-holder > li .access-drop .access-info .color-list {
  display: flex;
  align-items: center;
  padding: 9px 0 4px;
  margin: 0 -3px;
}
.top-bar .function-holder > li .access-drop .access-info .color-list li {
  line-height: 1;
  padding: 0 3px;
}
.top-bar .function-holder > li .access-drop .access-info .color-list li a {
  text-decoration: none;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 80px;
}
.top-bar .function-holder > li .access-drop .access-info .color-list li a:hover {
  opacity: 0.7;
}
.top-bar .function-holder > li .basket-drop {
  position: absolute;
  top: 100%;
  right: 0;
  width: 405px;
  background: #fff;
  border-top: 2px solid #fff;
  box-shadow: 0 5px 25px 0 rgba(58, 58, 58, 0.5);
  display: none;
  z-index: 9;
}
@media (max-width: 767px) {
  .top-bar .function-holder > li .basket-drop {
    width: 100%;
    border-top: none;
    box-shadow: none;
  }
}
.basket-active .top-bar .function-holder > li .basket-drop {
  display: block;
}
.top-bar .function-holder > li .basket-drop .title {
  display: block;
  background: #53565A;
  color: #fff;
  font: 600 16px/18px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  padding: 13px 20px 17px;
}
.top-bar .function-holder > li .basket-drop .basket-info {
  padding: 20px 20px 15px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .top-bar .function-holder > li .basket-drop .basket-info {
    padding: 23px 20px 31px;
  }
}
.top-bar .function-holder > li .basket-drop .basket-info .item-info {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}
.top-bar .function-holder > li .basket-drop .basket-info ul li {
  padding: 3px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-bar .function-holder > li .basket-drop .basket-info ul li .item {
    padding-right: 30px;
  }
}
.top-bar .function-holder > li .basket-drop .btn {
  width: 100%;
  padding: 15px 20px;
}
.top-bar .function-holder > li .basket-drop .btn .btn-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .function-holder > li .basket-drop .btn .price {
  text-transform: none;
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.top-bar .function-holder > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}
.top-bar .function-holder > li > a:hover {
  color: #E10F30;
}
.top-bar .function-holder > li > a.access-opener {
  z-index: 1;
}
.access-active .top-bar .function-holder > li > a.access-opener {
  background: #53565A;
  color: #fff;
}
.access-active .top-bar .function-holder > li > a.access-opener:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #53565A;
}
.access-active .top-bar .function-holder > li > a.access-opener .icon-letter:before {
  content: "\e90d";
}
.top-bar .function-holder > li > a.basket-opener {
  z-index: 1;
}
.basket-active .top-bar .function-holder > li > a.basket-opener {
  background: #53565A;
  color: #fff;
}
.basket-active .top-bar .function-holder > li > a.basket-opener:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #53565A;
}
.basket-active .top-bar .function-holder > li > a.basket-opener .icon-basket:before {
  content: "\e90d";
}
.search-active .top-bar .function-holder > li > a.search-opener {
  background: #53565A;
  color: #fff;
}
.search-active .top-bar .function-holder > li > a.search-opener:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #53565A;
}
.search-active .top-bar .function-holder > li > a.search-opener .icon-search:before {
  content: "\e90d";
}
.top-bar .function-holder > li.social-holder {
  width: auto;
}
@media (max-width: 767px) {
  .top-bar .function-holder > li.social-holder {
    border: none;
    margin-right: auto;
  }
}

.social-networks {
  display: flex;
  align-items: center;
  padding: 4px 14px;
}
@media (max-width: 1099px) {
  .social-networks {
    padding: 4px 20px 4px 0;
  }
}
@media (max-width: 767px) {
  .social-networks {
    padding: 4px 15px;
  }
}
.social-networks li {
  padding: 0 5px;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  .social-networks li {
    padding: 0 8px;
  }
}
.social-networks li a {
  color: #fff;
  text-decoration: none;
}
.social-networks li a:hover {
  color: #E10F30;
}

@media (max-width: 767px) {
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item {
    display: block;
  }
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600 !important;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:focus {
  font-weight: 600;
}
@media (max-width: 1023px) {
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
    height: 88px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 88px;
  }
}
@media (max-width: 767px) {
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu {
    position: initial;
    display: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    display: block;
  }
}

.lower-header {
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .lower-header {
    padding-bottom: 30px;
    display: block;
    order: 1;
  }
}
.lower-header .calendar-holder .calendar a {
  display: block;
  height: 100px;
  padding: 0 20px 0 4px;
  color: #3a3a3a;
  line-height: 100px;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .lower-header .calendar-holder .calendar a {
    height: 88px;
    padding: 0 10px;
    font-size: 20px;
    line-height: 88px;
  }
}
@media (max-width: 767px) {
  .lower-header .calendar-holder .calendar a {
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
  }
}
.lower-header .calendar-holder .calendar a:hover {
  color: #E10F30;
}
.lower-header .calendar-holder .datepicker-box {
  top: 100px;
}
@media (max-width: 1023px) {
  .lower-header .calendar-holder .datepicker-box {
    top: 0;
  }
}
.lower-header.datepicker-opened .datepicker-box {
  opacity: 1;
  visibility: visible;
}

#nav {
  padding: 0 6px;
}
@media (max-width: 767px) {
  #nav {
    padding: 0;
  }
}
#nav .title {
  display: none;
  font: 600 16px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  background: #53565A;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  #nav .title {
    display: block;
  }
}
#nav > ul {
  display: flex;
}
@media (max-width: 767px) {
  #nav > ul {
    display: block;
  }
}
#nav > ul > li {
  font: 600 24px/28px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
  #nav > ul > li {
    padding: 8px 0 9px;
  }
}
#nav > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 37px 24px 33px;
}
@media (max-width: 1023px) {
  #nav > ul > li > a {
    padding-top: 7px;
  }
}
@media (max-width: 767px) {
  #nav > ul > li > a {
    padding: 0 15px;
  }
}
#nav > ul > li > a:hover {
  color: #E10F30;
}
#nav > ul > li.active > a {
  color: #E10F30;
}
#nav > ul > li.dropdown.hover > a, #nav > ul > li.dropdown.current-menu-item > a, #nav > ul > li.dropdown.current-page-ancestor > a, #nav > ul > li.menu-item-has-children.hover > a, #nav > ul > li.menu-item-has-children.current-menu-item > a, #nav > ul > li.menu-item-has-children.current-page-ancestor > a, #nav > ul > li.current-page-ancestor.hover > a, #nav > ul > li.current-page-ancestor.current-menu-item > a, #nav > ul > li.current-page-ancestor.current-page-ancestor > a {
  color: #E10F30;
  position: relative;
}
#nav > ul > li.dropdown.hover > a:after, #nav > ul > li.dropdown.current-menu-item > a:after, #nav > ul > li.dropdown.current-page-ancestor > a:after, #nav > ul > li.menu-item-has-children.hover > a:after, #nav > ul > li.menu-item-has-children.current-menu-item > a:after, #nav > ul > li.menu-item-has-children.current-page-ancestor > a:after, #nav > ul > li.current-page-ancestor.hover > a:after, #nav > ul > li.current-page-ancestor.current-menu-item > a:after, #nav > ul > li.current-page-ancestor.current-page-ancestor > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  border-width: 0 15px 15px;
  border-color: transparent transparent rgba(227, 227, 226, 0.9);
  border-style: solid;
}
@media (max-width: 767px) {
  #nav > ul > li.dropdown.hover > a:after, #nav > ul > li.dropdown.current-menu-item > a:after, #nav > ul > li.dropdown.current-page-ancestor > a:after, #nav > ul > li.menu-item-has-children.hover > a:after, #nav > ul > li.menu-item-has-children.current-menu-item > a:after, #nav > ul > li.menu-item-has-children.current-page-ancestor > a:after, #nav > ul > li.current-page-ancestor.hover > a:after, #nav > ul > li.current-page-ancestor.current-menu-item > a:after, #nav > ul > li.current-page-ancestor.current-page-ancestor > a:after {
    display: none;
  }
}
#nav > ul > li.dropdown.hover .dropdown-menu, #nav > ul > li.dropdown.current-menu-item .dropdown-menu, #nav > ul > li.dropdown.current-page-ancestor .dropdown-menu, #nav > ul > li.menu-item-has-children.hover .dropdown-menu, #nav > ul > li.menu-item-has-children.current-menu-item .dropdown-menu, #nav > ul > li.menu-item-has-children.current-page-ancestor .dropdown-menu, #nav > ul > li.current-page-ancestor.hover .dropdown-menu, #nav > ul > li.current-page-ancestor.current-menu-item .dropdown-menu, #nav > ul > li.current-page-ancestor.current-page-ancestor .dropdown-menu {
  display: block;
}
#nav > ul > li .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(227, 227, 226, 0.9);
  display: none;
}
@media (max-width: 767px) {
  #nav > ul > li .dropdown-menu {
    margin-top: 10px;
    position: static;
  }
}
#nav > ul > li .dropdown-menu ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
}
@media (max-width: 767px) {
  #nav > ul > li .dropdown-menu ul {
    display: block;
    height: auto;
  }
}
#nav > ul > li .dropdown-menu ul li {
  font: 600 16px/20px "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  padding: 10px 12px;
  text-transform: none;
}
@media (max-width: 767px) {
  #nav > ul > li .dropdown-menu ul li {
    text-align: left;
    padding: 5px 15px;
  }
}
#nav > ul > li .dropdown-menu ul li a {
  text-decoration: none;
}
@media (max-width: 767px) {
  #nav > ul > li .dropdown-menu ul li a {
    display: block;
    padding: 5px 0;
  }
}
#nav > ul > li .dropdown-menu ul li a:hover {
  color: #E10F30;
}
@media (max-width: 767px) {
  #nav > ul > li .dropdown-menu ul li a br {
    display: none;
  }
}
#nav > ul > li .dropdown-menu ul li.active a {
  color: #E10F30;
}

/*********************
NEW THEME STYLES
*********************/
.hero {
  background-color: #999;
  position: relative;
  height: 500px;
}
@media (max-width: 767px) {
  .hero {
    height: 350px;
  }
}
.hero .hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: brightness(75%);
  -ms-filter: brightness(75%);
  filter: brightness(75%);
}
.hero .holder {
  position: relative;
  height: 100%;
  max-width: 1200px;
}
.hero .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 75%;
  padding: 0 0.8rem;
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 767px) {
  .hero .hero-content {
    left: 0;
    width: 100%;
    padding: 0 1rem;
  }
}
.hero h1 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 4rem;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .hero h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1023px) {
  .hero h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 2rem;
  }
}
.hero h4 {
  color: #fff;
}
@media (max-width: 767px) {
  .hero h4 {
    font-size: 1rem;
  }
}
.hero p {
  max-width: 75%;
  color: #fff;
}
@media (max-width: 767px) {
  .hero p {
    max-width: 100%;
  }
}
.hero .meta-dates {
  display: inline-block;
}
.hero .meta-dates .schedule {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hero .meta-dates .schedule li:nth-child(n+2) {
  display: none;
}

.block-post .row.feature .col:first-child, .single-news-post .row.feature .col:first-child, .news-wrap .row.feature .col:first-child, .whats-on .row.feature .col:first-child, .event-post .row.feature .col:first-child {
  width: 100%;
}
.block-post .row.feature .col:first-child .image-link, .single-news-post .row.feature .col:first-child .image-link, .news-wrap .row.feature .col:first-child .image-link, .whats-on .row.feature .col:first-child .image-link, .event-post .row.feature .col:first-child .image-link {
  height: 500px;
}
.block-post .col, .single-news-post .col, .news-wrap .col, .whats-on .col, .event-post .col {
  margin-bottom: 4em;
}
.block-post .wrap, .single-news-post .wrap, .news-wrap .wrap, .whats-on .wrap, .event-post .wrap {
  background-color: #f1f1f1;
  height: 100%;
}
.block-post .image-link, .single-news-post .image-link, .news-wrap .image-link, .whats-on .image-link, .event-post .image-link {
  background-color: #d7d8d7;
  position: relative;
  display: block;
  height: 275px;
  width: 100%;
}
@media (max-width: 767px) {
  .block-post .image-link, .single-news-post .image-link, .news-wrap .image-link, .whats-on .image-link, .event-post .image-link {
    height: 200px;
  }
}
.block-post .image-link .overlay, .single-news-post .image-link .overlay, .news-wrap .image-link .overlay, .whats-on .image-link .overlay, .event-post .image-link .overlay {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.block-post .inner, .single-news-post .inner, .news-wrap .inner, .whats-on .inner, .event-post .inner {
  background-color: #f1f1f1;
  padding: 30px;
}
.block-post .inner h3 a, .single-news-post .inner h3 a, .news-wrap .inner h3 a, .whats-on .inner h3 a, .event-post .inner h3 a {
  color: #3a3a3a;
  text-decoration: none;
}
.block-post .inner input[type=text], .single-news-post .inner input[type=text], .news-wrap .inner input[type=text], .whats-on .inner input[type=text], .event-post .inner input[type=text], .block-post .inner input[type=email], .single-news-post .inner input[type=email], .news-wrap .inner input[type=email], .whats-on .inner input[type=email], .event-post .inner input[type=email], .block-post .inner textarea, .single-news-post .inner textarea, .news-wrap .inner textarea, .whats-on .inner textarea, .event-post .inner textarea {
  width: 100%;
  margin-bottom: 0.4em;
  border: none;
}
.block-post .inner .count, .single-news-post .inner .count, .news-wrap .inner .count, .whats-on .inner .count, .event-post .inner .count {
  display: block;
  margin-bottom: 0.5rem;
}
.block-post .inner .meta-dates, .single-news-post .inner .meta-dates, .news-wrap .inner .meta-dates, .whats-on .inner .meta-dates, .event-post .inner .meta-dates {
  margin-bottom: 0.5rem;
}
.block-post .inner .schedule, .single-news-post .inner .schedule, .news-wrap .inner .schedule, .whats-on .inner .schedule, .event-post .inner .schedule {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.block-post .inner .schedule li, .single-news-post .inner .schedule li, .news-wrap .inner .schedule li, .whats-on .inner .schedule li, .event-post .inner .schedule li {
  margin-right: 0.35rem;
}
.block-post .inner .schedule li:nth-child(n+2), .single-news-post .inner .schedule li:nth-child(n+2), .news-wrap .inner .schedule li:nth-child(n+2), .whats-on .inner .schedule li:nth-child(n+2), .event-post .inner .schedule li:nth-child(n+2) {
  display: none;
}
.block-post .inner .schedule li strong, .single-news-post .inner .schedule li strong, .news-wrap .inner .schedule li strong, .whats-on .inner .schedule li strong, .event-post .inner .schedule li strong {
  font-weight: 400;
}
.block-post .btn, .single-news-post .btn, .news-wrap .btn, .whats-on .btn, .event-post .btn {
  position: absolute;
  top: 100%;
  left: 0;
}
.block-post.sidebar .inner .schedule, .sidebar.single-news-post .inner .schedule, .sidebar.news-wrap .inner .schedule, .sidebar.whats-on .inner .schedule, .sidebar.event-post .inner .schedule {
  display: block;
}

.event-post .cat {
  background-color: #3a3a3a;
  display: block;
  padding: 8px 30px;
  color: #fff;
}
.event-post .btn {
  width: 50%;
}
.event-post .btn.alt {
  left: 50%;
  color: #E10F30;
  box-shadow: inset 0px 0px 0px 2px #E10F30;
}

.whats-on .col {
  width: 33.333%;
  margin-bottom: 0;
}
.whats-on .col:nth-child(2), .whats-on .col:nth-child(3) {
  width: 66.666%;
}
.whats-on .image-link {
  height: 400px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .whats-on .image-link {
    height: 315px;
  }
}
.whats-on .image-link h3 {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 6px 10px;
  color: #fff;
  font-size: 18px;
}

.news-wrap.bg-lighter .blog-post .wrap, .news-wrap.bg-lighter .blog-post .inner {
  background-color: #fff;
}
.news-wrap .cat {
  background-color: #3a3a3a;
  display: block;
  padding: 8px 30px;
  color: #fff;
}

.single-news-post {
  margin-bottom: 5rem;
}
.single-news-post .image-link {
  height: 300px;
}
.single-news-post .wrap {
  background-color: #fff;
}
.single-news-post .inner {
  background-color: #fff;
}
.single-news-post .inner p {
  margin-bottom: 0;
}

.allnews .btn {
  width: 150px;
}

.partners-block {
  padding: 30px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.partners-block h3 {
  margin-bottom: 30px;
}
.partners-block .row {
  align-items: center;
}
.partners-block .row .col {
  width: 14.285%;
}

.events-wrap {
  padding: 45px 0 15px;
}
@media (max-width: 767px) {
  .events-wrap {
    padding: 24px 0;
  }
}
.events-wrap.bg-lighter .event-post .wrap, .events-wrap.bg-lighter .event-post .inner {
  background-color: #fff;
}
.events-wrap h2 {
  margin-bottom: 0.5em;
}
.events-wrap .slideset .slide {
  height: 420px;
}
.events-wrap .bx-wrapper {
  position: relative;
}
.events-wrap .bx-wrapper .bx-controls {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.events-wrap .bx-wrapper .bx-controls .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
.events-wrap .bx-wrapper .bx-controls .bx-pager-link {
  width: 11px;
  height: 11px;
  border-radius: 20px;
  border: 1px solid #fff;
  display: inline-block;
  text-indent: -1000px;
  overflow: hidden;
}
.events-wrap .bx-wrapper .bx-controls .bx-pager-link.active {
  background: #fff;
}

.tabs-container {
  position: relative;
  margin-bottom: 5em;
}

ul.tabs {
  margin: 1em 0 0;
  padding: 0 0 1em;
  list-style: none;
}
ul.tabs li {
  display: inline-block;
  margin-left: 4px;
  padding-left: 8px;
  color: #53565A;
  font-weight: 600;
  line-height: 1.2;
  border-left: 2px solid #53565A;
  cursor: pointer;
}
ul.tabs li.current {
  color: #E10F30;
}
ul.tabs li:first-child {
  margin: 0;
  padding: 0;
  border-left: none;
}

.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}
.tab-content .tab-desc {
  position: absolute;
  top: 100%;
  width: 100%;
}

/*********************
OLD THEME STYLES
*********************/
.thumb-box {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 6px;
  position: relative;
}
@media (max-width: 767px) {
  .thumb-box {
    position: relative;
  }
}
.thumb-box a {
  text-decoration: none;
}
.thumb-box .thumb-preview {
  overflow: hidden;
}
@media (max-width: 767px) {
  .thumb-box .thumb-preview {
    height: 317px;
  }
}
.thumb-box .thumb-preview img {
  max-width: none;
  width: 100%;
  vertical-align: top;
}
.thumb-box .thumb-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 0;
  position: relative;
  height: 9.11vw;
  padding: 5px 28px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s linear;
}
@media (max-width: 1099px) {
  .thumb-box .thumb-description {
    font-size: 17px;
    line-height: 20px;
    height: 10.74vw;
  }
}
@media (max-width: 1023px) {
  .thumb-box .thumb-description {
    font-size: 15px;
    line-height: 1;
    padding: 5px 10px;
    height: 13.67vw;
  }
}
@media (max-width: 767px) {
  .thumb-box .thumb-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 97px;
    font-size: 17px;
    z-index: 1;
  }
}
.thumb-box .thumb-description:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 100%;
  border-width: 0 17px 17px;
  border-color: transparent transparent transparent;
  border-style: solid;
  transition: border-color 0.25s linear;
}
@media (max-width: 767px) {
  .thumb-box .thumb-description:before {
    border-width: 0 15px 16px;
    left: 13px;
  }
}
.thumb-box .thumb-description > span {
  width: 100%;
  display: block;
}
.thumb-box .thumb-description .cat {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .thumb-box .thumb-description .cat {
    font-size: 12px;
  }
}
.thumb-box .thumb-description .count {
  font-weight: normal;
}
.thumb-box .thumb-character {
  display: none;
  font-size: 110px;
  line-height: 1;
  margin-bottom: 25px;
  transition: color 0.25s linear;
}
@media (max-width: 1099px) {
  .thumb-box .thumb-character {
    font-size: 100px;
  }
}
@media (max-width: 1023px) {
  .thumb-box .thumb-character {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .thumb-box .thumb-character {
    font-size: 55px;
    margin-bottom: 14px;
  }
}
.thumb-box .thumb-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  width: 100%;
}
@media (max-width: 1399px) {
  .thumb-box .thumb-title {
    font-size: 20px;
  }
}
@media (max-width: 1099px) {
  .thumb-box .thumb-title {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .thumb-box .thumb-title {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .thumb-box .thumb-title {
    font-size: 17px;
    line-height: 1;
  }
}
.thumb-box.no-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 5px 50px;
  text-align: center;
  height: 20vw;
  text-decoration: none;
  transition: background 0.25s linear;
}
@media (max-width: 1023px) {
  .thumb-box.no-preview {
    padding: 5px 30px;
  }
}
@media (max-width: 767px) {
  .thumb-box.no-preview {
    height: auto;
    padding: 17px 20px;
  }
}
.thumb-box.no-preview.pink {
  background: #cc006f;
}
.thumb-box.no-preview.pink .thumb-character {
  color: #75074e;
}
.thumb-box.no-preview.pink:hover {
  background: #9d0044;
}
.thumb-box.no-preview.pink:hover .thumb-character {
  color: #45042e;
}
.thumb-box.no-preview.light-green {
  background: #089597;
}
.thumb-box.no-preview.light-green .thumb-character {
  color: #067071;
}
.thumb-box.no-preview.light-green:hover {
  background: #256e61;
}
.thumb-box.no-preview.light-green:hover .thumb-character {
  color: #034041;
}
.thumb-box.blue .thumb-description {
  background: #009dc5;
}
.thumb-box.blue .thumb-description:before {
  border-color: transparent transparent #009dc5;
}
.thumb-box.blue .thumb-description:hover {
  background: #27727e;
}
.thumb-box.blue .thumb-description:hover:before {
  border-color: transparent transparent #27727e;
}
.thumb-box.red .thumb-description {
  background: #E10F30;
}
.thumb-box.red .thumb-description:before {
  border-color: transparent transparent #E10F30;
}
.thumb-box.red .thumb-description:hover {
  background: #9d030f;
}
.thumb-box.red .thumb-description:hover:before {
  border-color: transparent transparent #9d030f;
}
.thumb-box.yellow .thumb-description {
  background: #e7bd00;
  color: #fff;
}
.thumb-box.yellow .thumb-description:before {
  border-color: transparent transparent #e7bd00;
}
.thumb-box.yellow .thumb-description:hover {
  background: #b58c06;
}
.thumb-box.yellow .thumb-description:hover:before {
  border-color: transparent transparent #b58c06;
}
.thumb-box.maroon .thumb-description {
  background: #851e59;
}
.thumb-box.maroon .thumb-description:before {
  border-color: transparent transparent #851e59;
}
.thumb-box.maroon .thumb-description:hover {
  background: #640f36;
}
.thumb-box.maroon .thumb-description:hover:before {
  border-color: transparent transparent #640f36;
}
.thumb-box.gray:hover {
  background: #767773;
}
.thumb-box.gray .thumb-description {
  background: #9c9d9a;
}
.thumb-box.gray .thumb-description:before {
  border-color: transparent transparent #9c9d9a;
}
.thumb-box.gray .thumb-description:hover {
  background: #767773;
}
.thumb-box.gray .thumb-description:hover:before {
  border-color: transparent transparent #767773;
}
@media (max-width: 767px) {
  .thumb-box.gray {
    background: #9c9d9a;
    transition: background 0.25s linear;
  }
}
.thumb-box.brown .thumb-description {
  background: #6b1c16;
}
.thumb-box.brown .thumb-description:before {
  border-color: transparent transparent #6b1c16;
}
.thumb-box.brown .thumb-description:hover {
  background: #0d0301;
}
.thumb-box.brown .thumb-description:hover:before {
  border-color: transparent transparent #0d0301;
}
@media (max-width: 767px) {
  .thumb-box.brown {
    background: #6b1c16;
    transition: background 0.25s linear;
  }
}
.thumb-box.alt .thumb-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(149, 153, 155, 0.7) !important;
}
.thumb-box.alt .thumb-description:before {
  border-color: transparent transparent rgba(149, 153, 155, 0.7);
}
.thumb-box.alt .thumb-description span:after {
  content: "";
  height: 12px;
  border-radius: 20px;
  position: relative;
  position: absolute;
  bottom: 10px;
  display: block;
  left: 10px;
  right: 10px;
}
.thumb-box.alt.no-preview {
  background: rgb(149, 153, 155);
}
.thumb-box.alt.no-preview.with-image .thumb-character img {
  vertical-align: middle;
}
.thumb-box.alt.no-preview.dark-gray {
  background: #23292c;
}
.thumb-box.alt.lime-green span:after {
  background: #a6cd39;
}
.thumb-box.alt.blue span:after {
  background: #009dc5;
}
.thumb-box.alt.yellow span:after {
  background: #e3bb22;
}
.thumb-box.alt.purple span:after {
  background: #82215f;
}
.thumb-box.cta-form {
  padding-bottom: 60px;
}
@media (max-width: 1599px) {
  .thumb-box.cta-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.thumb-box.cta-form .logo-image {
  max-width: 180px;
  margin-bottom: 10px;
}
@media (max-width: 1599px) {
  .thumb-box.cta-form .logo-image {
    max-width: 110px;
  }
}
@media (max-width: 1399px) {
  .thumb-box.cta-form .logo-image {
    max-width: 100px;
  }
}
@media (max-width: 1199px) {
  .thumb-box.cta-form .logo-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .thumb-box.cta-form .logo-image {
    display: block;
  }
}
@media (max-width: 1599px) {
  .thumb-box.cta-form .thumb-character {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  .thumb-box.cta-form .thumb-character {
    font-size: 60px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1199px) {
  .thumb-box.cta-form .thumb-character {
    display: none;
  }
}
@media (max-width: 767px) {
  .thumb-box.cta-form .thumb-character {
    display: block;
    font-size: 55px;
  }
}
@media (max-width: 1599px) {
  .thumb-box.cta-form .cta-body {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 999px) {
  .thumb-box.cta-form .form-optional {
    display: none;
  }
}
@media (max-width: 767px) {
  .thumb-box.cta-form .form-optional {
    display: block;
  }
}
.thumb-box.cta-form label {
  display: inline-block;
}
.thumb-box.cta-form input {
  color: #3a3a3a;
  border: 0 none;
}
.thumb-box.cta-form input:focus {
  border-bottom: 3px solid #53565A;
}
.thumb-box.cta-form input.inline {
  width: 3em;
}
.thumb-box.cta-form .btn.inline {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  vertical-align: middle;
  margin-right: 0.5em;
  border-bottom: 3px solid #999;
  border-top: 3px solid #999;
}
.thumb-box.cta-form .btn.inline:focus {
  border-bottom-color: #fff;
  outline: none;
}
.thumb-box.cta-form .submit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.thumb-box.cta-form p {
  margin: 0.4em 0;
}
.thumb-box.cta-form p a {
  text-decoration: underline;
}

.highlight-block .three-columns {
  margin: 0 -3px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .highlight-block .three-columns {
    display: block;
  }
}
.highlight-block .three-columns .col {
  width: 33.33%;
  padding: 0 3px;
}
@media (max-width: 767px) {
  .highlight-block .three-columns .col {
    width: 100%;
  }
}

.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .heading {
    display: block;
    padding-bottom: 18px;
    margin-bottom: 22px;
  }
}

.breadcrumbs {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: block;
    margin: 0;
  }
}
.breadcrumbs li {
  font: 18px/22px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  padding: 0 15px 0 7px;
  position: relative;
  word-spacing: 2px;
}
@media (max-width: 767px) {
  .breadcrumbs li {
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.breadcrumbs li:after {
  content: ">";
  position: absolute;
  top: 2px;
  right: 0;
}
@media (max-width: 767px) {
  .breadcrumbs li:after {
    position: static;
    margin-left: 8px;
  }
}
.breadcrumbs li:first-child {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .breadcrumbs li:first-child {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .breadcrumbs li:last-child {
    padding: 1px 0;
  }
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  display: block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .breadcrumbs li a {
    display: inline-block;
    vertical-align: top;
  }
}

.calendar-holder {
  position: relative;
  z-index: 5;
}
.calendar-holder .datepicker-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  padding: 10px 19px 19px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
  box-shadow: 8px 10px 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .calendar-holder .datepicker-box {
    position: relative;
    width: 100%;
    padding: 10px;
    z-index: 9;
  }
}
.calendar-holder .datepicker-box .picker-head {
  position: relative;
  padding: 5px 30px 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .calendar-holder .datepicker-box .picker-head {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
.calendar-holder .datepicker-box .icon-calendar-o {
  font-size: 21px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
}
.calendar-holder .datepicker-box .ui-datepicker {
  position: static !important;
}
@media (max-width: 767px) {
  .calendar-holder .datepicker-box .ui-datepicker {
    width: 100%;
  }
}
.calendar-holder .datepicker-box .calendar-close {
  text-decoration: none;
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 22px;
  line-height: 1;
}
.calendar-holder .datepicker-box .calendar-close:hover {
  color: #E10F30;
}
.calendar-holder .datepicker-box .ui-datepicker-title .ui-datepicker-year {
  display: none !important;
}
.calendar-holder.datepicker-opened .datepicker-box {
  opacity: 1;
  visibility: visible;
}

.event-block {
  background: #e3e3e2;
  padding-top: 34px;
}
@media (max-width: 767px) {
  .event-block {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .event-block .calendar-holder {
    background: #fff;
    text-align: center;
    padding: 13px 10px;
  }
}
.event-block .calendar-holder .calendar-opener {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.event-block .calendar-holder .calendar-opener .icon-calendar-o {
  font-size: 21px;
  line-height: 1;
  margin-right: 10px;
}
.event-block .calendar-holder .calendar-opener .icon-angle-down {
  font-size: 34px;
  line-height: 1;
  margin-left: 13px;
}
@media (max-width: 767px) {
  .event-block .calendar-holder .datepicker-box {
    right: 50%;
    transform: translateX(50%);
  }
}
.event-block .description {
  max-width: 700px;
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  .event-block .description {
    padding-bottom: 7px;
  }
}
.event-block .button-area .button-list {
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px;
  padding-bottom: 15px;
  flex-wrap: wrap;
  width: 100%;
}
.event-block .button-area .button-list li {
  display: inline-block;
  list-style: none;
  margin: 10px;
  max-width: 300px;
  flex-grow: 1;
}
.event-block .button-area .button-list li a {
  width: 100%;
}
.event-block .event-cat {
  background: #d0d0ce;
}
.event-block .event-cat .event-cat-holder {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .event-block .event-cat .event-cat-holder {
    display: block;
    padding-top: 15px;
  }
}
.event-block .event-cat .event-cat-holder .nav-title {
  font: 16px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  word-spacing: 2px;
  margin-right: 21px;
}
@media (max-width: 767px) {
  .event-block .event-cat .event-cat-holder .nav-title {
    margin: 0;
    display: block;
  }
}
@media (min-width: 768px) {
  .event-block .event-cat .event-cat-holder ul {
    margin: 0;
  }
}
.event-block .event-cat .event-cat-holder ul li {
  padding: 5px 21px;
}
@media (max-width: 1023px) {
  .event-block .event-cat .event-cat-holder ul li {
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .event-block .event-cat .event-cat-holder ul li {
    padding: 6px 10px;
  }
}
.event-block .event-cat ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -26px;
  padding: 15px 0;
}
@media (max-width: 1023px) {
  .event-block .event-cat ul {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .event-block .event-cat ul {
    margin: 0 -10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.event-block .event-cat ul li {
  font: 600 16px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  padding: 5px 26px;
}
@media (max-width: 1023px) {
  .event-block .event-cat ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .event-block .event-cat ul li {
    width: 50%;
    font-size: 16px;
    line-height: 17px;
    padding: 6px 10px;
  }
}

.banner {
  height: 380px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  .banner {
    min-height: 150px;
    height: initial;
    padding: 10px 0;
  }
}
.banner .bg-stretch {
  z-index: -1;
}
.banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.banner.blue:after {
  background: rgba(0, 64, 113, 0.3);
}
.banner.maroon:after {
  background: rgba(133, 30, 89, 0.3);
}
.banner.brown:after {
  background: rgba(107, 28, 22, 0.3);
}
.banner.yellow-dark:after {
  background: rgba(82, 64, 0, 0.3);
}
.banner h1 {
  margin: 0;
  font-size: 86px;
  line-height: 0.8372;
  color: #fff;
}
.banner h1 a {
  text-decoration: none;
  transition: opacity 0.25s linear;
  opacity: 1;
}
.banner h1 a:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .banner h1 {
    font-size: 45px;
    margin: 0;
  }
}
.banner .caption {
  width: 100%;
  background: rgba(133, 30, 89, 0.7);
  color: #fff;
  line-height: 1.25;
  padding: 26px 0;
}
@media (max-width: 767px) {
  .banner .caption {
    padding: 15px 0;
  }
}
.banner .caption .holder {
  max-width: 700px;
}
.banner .caption p {
  margin-bottom: 3px;
}
.banner.with-caption {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .banner.with-caption {
    padding: 15px 0 0;
    height: auto;
    margin-bottom: 15px;
  }
}
.banner.with-caption h1 {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .banner.with-caption h1 {
    margin-bottom: 15px;
  }
}

.page-template-area-page #rd-widget-root {
  margin-top: 30px;
}
.page-template-area-page #rd-widget-root .rd-widget-content {
  padding-bottom: 0px;
}

.card-wrap {
  padding: 80px 0 41px;
}
@media (max-width: 767px) {
  .card-wrap {
    padding: 9px 0 20px;
  }
}

.card {
  background: #d7d8d7;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .card {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 75px;
  }
  .card.event, .card.cta {
    display: block;
  }
  .card.event .preview, .card.cta .preview {
    width: 100%;
    height: 240px !important;
  }
}
.card.no-preview {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card.no-preview .description {
  width: 100%;
}
@media (max-width: 767px) {
  .card.no-preview .description h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .events-wrap .card {
    display: block;
  }
}
.promote .card {
  padding-bottom: 79px;
}
@media (max-width: 767px) {
  .promote .card {
    display: block;
  }
}
.promote .card .btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  .card.page, .card.post {
    padding-bottom: 0px;
    min-height: 78px;
  }
}
.card.maroon {
  background: #851e59;
  color: #fff;
}
.card.maroon .description h2,
.card.maroon .description h3 {
  border-color: #fff;
}
.card.maroon .description .character {
  color: #cc006f;
}
.card.maroon .btn {
  background: #cc006f;
  color: #fff;
}
.card.maroon .btn:hover {
  background: #9d0044;
}
.card.brown {
  background: #6b1c16;
  color: #fff;
}
.card.brown .description h2,
.card.brown .description h3 {
  border-color: #fff;
}
.card.brown .description .character {
  color: #fff;
}
.card.brown .btn {
  background: #521109;
  color: #fff;
}
.card.brown .btn:hover {
  background: #6b1c16;
}
.card.orange {
  background: #e85d10;
  color: #fff;
}
.card.orange .description h2,
.card.orange .description h3 {
  border-color: #fff;
}
.card.orange .description .character {
  color: #fff;
}
.card.orange .btn {
  background: #c95616;
  color: #fff;
}
.card.orange .btn:hover {
  background: #e85d10;
}
.card.light-green {
  background: #089597;
  color: #fff;
}
.card.light-green .description h2,
.card.light-green .description h3 {
  border-color: #fff;
}
.card.light-green .btn {
  background: #256e61;
  color: #fff;
}
.card.light-green .btn:hover {
  background: #256e61;
}
.card.yellow {
  background: #b58c06;
  color: #fff;
}
.card.yellow .description h2,
.card.yellow .description h3 {
  border-color: #fff;
}
.card.yellow .btn {
  background: #e7bd00;
  color: #fff;
}
.card.yellow .btn:hover {
  background: #b58c06;
}
.card.blue {
  background: #004071;
  color: #fff;
}
.card.blue .description h2,
.card.blue .description h3 {
  border-color: #fff;
}
.card.blue .description input[type=text],
.card.blue .description input[type=email] {
  background: #0c2e48;
  border-color: #fff;
  color: #fff;
}
.card.blue .description input[type=text]::-webkit-input-placeholder,
.card.blue .description input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.card.blue .description input[type=text]::-moz-placeholder,
.card.blue .description input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.card.blue .description input[type=text]:-moz-placeholder,
.card.blue .description input[type=email]:-moz-placeholder {
  color: #fff;
}
.card.blue .description input[type=text]:-ms-input-placeholder,
.card.blue .description input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.card.blue .description input[type=text].placeholder,
.card.blue .description input[type=email].placeholder {
  color: #fff;
}
.card.blue .btn {
  background: #0072a9;
  color: #fff;
}
.card.blue .btn:hover {
  background: #0c2e48;
}
.card.green-dark, .card.green {
  background: #005120;
  color: #fff;
}
.card.green-dark .description h2,
.card.green-dark .description h3, .card.green .description h2,
.card.green .description h3 {
  border-color: #fff;
}
.card.green-dark .description input[type=text],
.card.green-dark .description input[type=email], .card.green .description input[type=text],
.card.green .description input[type=email] {
  background: #003d1a;
  border-color: #fff;
  color: #fff;
}
.card.green-dark .description input[type=text]::-webkit-input-placeholder,
.card.green-dark .description input[type=email]::-webkit-input-placeholder, .card.green .description input[type=text]::-webkit-input-placeholder,
.card.green .description input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.card.green-dark .description input[type=text]::-moz-placeholder,
.card.green-dark .description input[type=email]::-moz-placeholder, .card.green .description input[type=text]::-moz-placeholder,
.card.green .description input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.card.green-dark .description input[type=text]:-moz-placeholder,
.card.green-dark .description input[type=email]:-moz-placeholder, .card.green .description input[type=text]:-moz-placeholder,
.card.green .description input[type=email]:-moz-placeholder {
  color: #fff;
}
.card.green-dark .description input[type=text]:-ms-input-placeholder,
.card.green-dark .description input[type=email]:-ms-input-placeholder, .card.green .description input[type=text]:-ms-input-placeholder,
.card.green .description input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.card.green-dark .description input[type=text].placeholder,
.card.green-dark .description input[type=email].placeholder, .card.green .description input[type=text].placeholder,
.card.green .description input[type=email].placeholder {
  color: #fff;
}
.card.green-dark .btn, .card.green .btn {
  background: #008032;
  color: #fff;
}
.card.green-dark .btn:hover, .card.green .btn:hover {
  background: #195f20;
}
.card .preview {
  position: relative;
  height: 275px;
}
@media (max-width: 767px) {
  .card .preview {
    width: 100px;
    height: 75px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.three-columns .card .preview {
  height: 241px;
}
@media (max-width: 767px) {
  .three-columns .card .preview {
    height: 75px;
  }
}
@media (max-width: 767px) {
  .events-wrap .card .preview {
    width: 100%;
    height: 240px;
  }
}
.card.cta a, .card.donate-cta a {
  text-decoration: none;
}
.card .character {
  margin-bottom: 47px;
  display: block;
  text-align: center;
  font-size: 280px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023px) {
  .card .character {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .card .character {
    font-size: 55px;
    margin-bottom: 10px;
  }
}
.promote .card .character {
  margin-bottom: 0;
}
.card .description {
  padding: 12px 20px 28px;
}
@media (max-width: 767px) {
  .card .description {
    padding: 10px 20px;
    flex-grow: 1;
  }
}
.events-wrap .card .description {
  padding-top: 18px;
  padding-bottom: 6px;
}
.three-columns .card .description {
  padding: 16px 19px 30px;
}
@media (max-width: 1023px) {
  .three-columns .card .description {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .three-columns .card .description {
    padding: 10px 20px;
  }
}
.promote .three-columns .card .description {
  padding: 22px 20px 20px;
}
@media (max-width: 767px) {
  .promote .three-columns .card .description {
    padding-top: 15px;
  }
}
.events-wrap .three-columns .card .description {
  padding-top: 18px;
  padding-bottom: 7px;
}
.card .description .card-heading {
  text-align: center;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.card .description .card-heading .cat {
  margin-bottom: 4px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 767px) {
  .card .description .card-heading .cat {
    margin-bottom: 8px;
  }
}
.card .description .card-heading .schedule {
  color: #E10F30;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0 -3px;
}
.card .description .card-heading .schedule.blue {
  color: #004071;
}
.card .description .card-heading .schedule li {
  padding: 0 3px;
}
.card .description .card-heading .schedule li:not(:last-child):after {
  content: ";";
}
.card .description .card-heading .schedule li strong {
  font-weight: normal;
}
.card .description .card-heading .schedule .more {
  font-weight: 600;
}
.card .description .card-heading h2 {
  padding: 0 7px;
  border: none;
}
.card .description .card-heading h3 {
  margin-bottom: 5px;
  padding: 0 7px;
  border: none;
}
@media (max-width: 1023px) {
  .card .description .card-heading h3 {
    font-size: 17px;
    padding: 0 3px;
  }
}
@media (max-width: 767px) {
  .card .description .card-heading h3 {
    margin-bottom: 8px;
  }
}
.card .description h2 {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .card .description h2 {
    font-size: 17px;
    line-height: 1;
    margin: 0;
    padding-bottom: 8px;
    text-align: center;
  }
}
.promote .card .description h2 {
  margin-bottom: 22px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .promote .card .description h2 {
    padding-bottom: 13px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .events-wrap .card .description h2 {
    margin-bottom: 15px;
  }
}
.card .description h2 .count {
  font-weight: normal;
}
.card .description h2 a {
  text-decoration: none;
}
.card .description h2 a:hover {
  color: #E10F30;
}
.card .description h3 {
  margin-bottom: 13px;
  text-align: center;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .card .description h3 {
    font-size: 17px;
    line-height: 1;
    margin: 0;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .events-wrap .card .description h3 {
    margin-bottom: 15px;
  }
}
.card .description h3 .count {
  font-weight: normal;
}
.card .description h3 a {
  text-decoration: none;
}
.card .description h3 a:hover {
  color: #E10F30;
}
.card .description .text-holder {
  padding: 0 17px;
  overflow: hidden;
}
.card .description .text-holder.add {
  min-height: 91px;
}
@media (max-width: 767px) {
  .card .description .text-holder.add {
    min-height: 0;
  }
}
.promote .card .description p {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .promote .card .description p {
    margin-bottom: 2px;
  }
}
.card .description .character {
  display: block;
  font-size: 100px;
  line-height: 1;
}
.card .description .character.add {
  padding: 25px 0 3px;
  margin-bottom: 0;
  font-size: 140px;
}
@media (max-width: 767px) {
  .card .description .character.add {
    padding: 15px 0;
  }
}
.card .description .character.alt {
  padding: 24px 0 32px;
}
.card .description .more {
  font-weight: 600;
}
.card .form-group {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .card .form-group {
    padding-top: 20px;
    margin-bottom: 5px;
  }
}
.card input[type=text],
.card input[type=email] {
  width: 100%;
  height: 40px;
}
.card .checkbox {
  text-align: left;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .card .checkbox {
    padding-top: 16px;
  }
}
.card .checkbox .jcf-checkbox {
  margin-right: 18px;
}
.card .checkbox label {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}
.card .btn {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.news-wrap {
  padding: 45px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-wrap {
    padding: 28px 0 20px;
  }
}
.news-wrap.team .thumb-box {
  position: relative;
}
@media (min-width: 768px) {
  .news-wrap.team .thumb-box .thumb-preview {
    height: 301px;
  }
}
.news-wrap.team .thumb-box .thumb-description {
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 22px 28px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .news-wrap.team .thumb-box .thumb-description {
    position: static;
    padding: 5px 20px;
  }
}
.news-wrap.team .thumb-box .thumb-description:before {
  display: block;
  left: 15px;
}
@media (max-width: 767px) {
  .news-wrap.team .thumb-box .thumb-description:before {
    display: none;
  }
}
.news-wrap.team .thumb-box .thumb-description .name {
  display: block;
  margin-bottom: 2px;
}
.news-wrap.team .thumb-box .thumb-description .designation {
  display: block;
  font-weight: normal;
}
@media (max-width: 767px) {
  .news-wrap.team .thumb-box {
    min-height: 75px;
  }
}
.news-wrap .bg-stretch {
  z-index: -1;
}
@media (max-width: 767px) {
  .news-wrap .thumb-box {
    display: flex;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .archive .news-wrap .thumb-box {
    margin-bottom: 20px;
  }
}
.news-wrap .thumb-box .thumb-preview {
  height: 185px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-wrap .thumb-box .thumb-preview {
    width: 100px;
    height: 75px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.news-wrap .thumb-box .thumb-preview .character {
  display: none;
  font-size: 122px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .news-wrap .thumb-box .thumb-preview .character {
    font-size: 63px;
  }
}
.news-wrap .thumb-box .thumb-preview .character a {
  text-decoration: none;
  transition: color 0.25s linear;
}
.news-wrap .thumb-box .thumb-preview .character a:hover {
  color: #E10F30;
}
.news-wrap .thumb-box .thumb-preview .character .icon-play {
  display: block;
  font-size: 105px;
}
@media (max-width: 767px) {
  .news-wrap .thumb-box .thumb-preview .character .icon-play {
    font-size: 54px;
  }
}
.news-wrap .thumb-box .thumb-description {
  line-height: 22px;
  height: 115px;
}
@media (max-width: 767px) {
  .news-wrap .thumb-box .thumb-description {
    position: static;
    min-height: 75px;
    height: initial;
    line-height: 1;
    flex-grow: 1;
    padding: 5px 14px;
  }
}
.news-wrap .thumb-box .thumb-description:before {
  display: none;
}

.info-block {
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  padding: 31px 2px 49px;
}
@media (max-width: 767px) {
  .info-block {
    display: block;
    padding: 11px 10px 14px;
  }
}
.info-block .info-holder {
  width: 33.33%;
  padding: 5px 18px;
}
@media (max-width: 767px) {
  .info-block .info-holder {
    width: 100%;
    padding: 15px 0;
  }
}
.info-block h3 {
  margin-bottom: 9px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.info-block address {
  font-style: normal;
}
.info-block .text-holder .text {
  display: block;
}
.info-block .links li {
  font-weight: 600;
}
.info-block .links li a {
  color: #851e59;
}
.info-block .links li a:hover {
  color: #640f36;
}

.filter-block {
  /*background: #e3e3e2;*/
  background: #d9eff5;
  padding: 29px 30px 25px;
}
@media (max-width: 767px) {
  .filter-block {
    padding: 19px 10px;
  }
}
.filter-block .filter-section + .filter-section {
  padding-top: 29px;
}
@media (max-width: 767px) {
  .filter-block .filter-section + .filter-section {
    padding-top: 14px;
  }
}
.filter-block h2 {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 20px;
  word-spacing: 2px;
}
@media (max-width: 767px) {
  .filter-block h2 {
    margin-bottom: 1px;
  }
}
.filter-block .filter-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .filter-block .filter-list {
    margin: 0 -5px;
  }
}
.filter-block .filter-list li {
  width: 16.66%;
  padding: 10px;
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  .filter-block .filter-list li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .filter-block .filter-list li {
    width: 50%;
    padding: 5px;
  }
}
.filter-block .filter-list .calendar a {
  background: #4e4f4d;
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  border: 2px solid #4e4f4d;
}
@media (max-width: 767px) {
  .filter-block .filter-list .calendar a {
    text-align: left;
    padding-left: 32px;
  }
}
.filter-block .filter-list .calendar a:hover {
  border-color: #333;
  background: #333;
}
.filter-block .filter-list .calendar a:before, .filter-block .filter-list .calendar a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
}
.filter-block .filter-list .calendar a:before {
  content: "\e90c";
  font-size: 21px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .filter-block .filter-list .calendar a:before {
    font-size: 17px;
  }
}
.filter-block .filter-list .calendar a:after {
  content: "\e908";
  font-size: 35px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .filter-block .filter-list .calendar a:after {
    font-size: 30px;
    right: 6px;
  }
}
.filter-block .btn,
.filter-block li > a {
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  padding: 13px 8px;
  text-transform: none;
  font-size: 16px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.filter-block .btn:hover,
.filter-block li > a:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .filter-block .btn,
  .filter-block li > a {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 8px;
  }
}
.filter-block .btn.red,
.filter-block li > a.red {
  background: #E10F30;
  color: #fff;
}
.filter-block .btn.red:hover,
.filter-block li > a.red:hover {
  background: #9d030f;
}
.filter-block .btn.gray,
.filter-block li > a.gray {
  border: 2px solid #4e4f4d;
  transition: all 0.25s linear;
}
.filter-block .btn.gray:hover,
.filter-block li > a.gray:hover {
  border-color: #3a3a3a;
}
.filter-block .download-list a {
  border-width: 0px;
}
.filter-block .download-list a:before {
  content: "\e908";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 40px;
  line-height: 1;
  border-bottom: 2px solid #000;
  position: absolute;
  top: -1px;
  height: 32px;
  right: 12px;
  color: #000;
}
.filter-block .calendar-holder .hasDatepicker {
  display: none;
}
.filter-block .key-search-form {
  display: flex;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .filter-block .key-search-form {
    padding-top: 5px;
    padding-bottom: 24px;
  }
}
.filter-block .key-search-form input[type=search] {
  background: #c4c4c2;
  border-color: #000;
  flex-grow: 1;
  flex-shrink: 1;
  transition: all 0.25s linear;
}
.filter-block .key-search-form input[type=search]::-webkit-input-placeholder {
  color: #000;
}
.filter-block .key-search-form input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.filter-block .key-search-form input[type=search]:-moz-placeholder {
  color: #000;
}
.filter-block .key-search-form input[type=search]:-ms-input-placeholder {
  color: #000;
}
.filter-block .key-search-form input[type=search].placeholder {
  color: #000;
}
@media (max-width: 767px) {
  .filter-block .key-search-form input[type=search] {
    min-width: 0;
  }
}
.filter-block .key-search-form input[type=search]:focus {
  border-color: #999;
}
.filter-block .key-search-form .btn {
  padding: 10px 16px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .filter-block .key-search-form .btn {
    padding: 11px 19px;
  }
}
.filter-block .download-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1023px) {
  .filter-block .download-list {
    display: block;
    margin: 0;
  }
}
.filter-block .download-list li {
  width: 50%;
  padding: 10px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .filter-block .download-list li {
    width: 100%;
    padding: 5px 0;
  }
}
.filter-block .download-list li a {
  display: block;
  background: #b0b1ae;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding: 12px 45px 12px 8px;
  text-decoration: none;
  position: relative;
  transition: background 0.25s linear;
}
@media (max-width: 767px) {
  .filter-block .download-list li a {
    background: #e7bd00;
    text-align: left;
    padding-left: 15px;
  }
}
.filter-block .download-list li a:hover {
  background: #999;
}
@media (max-width: 767px) {
  .filter-block .download-list li a:hover {
    background: #b58c06;
  }
}
.filter-block .download-list li a i {
  font-size: 40px;
  line-height: 1;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 31%;
  height: 32px;
  right: 12px;
  transform: translateY(-50%);
}

.news-post {
  padding-top: 53px;
}
@media (max-width: 1023px) {
  .news-post {
    padding-top: 30px;
  }
}
.news-post.add .post-summary {
  padding: 43px 0 50px;
  background: #e3e3e2;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .news-post.add .post-summary {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.news-post.add .post-preview {
  margin: 0;
}
.news-post.add .post-details hr {
  margin: 2rem auto;
}
.news-post .post-info {
  padding: 0;
}
@media (max-width: 767px) {
  .news-post .post-info {
    padding: 0 0 20px;
  }
}
.news-post dl {
  margin: 0;
  padding: 26px 0 19px;
}
@media (max-width: 767px) {
  .news-post dl {
    padding-top: 10px;
  }
}
.news-post dl dt {
  font-weight: 600;
  float: left;
  margin-right: 6px;
}
.news-post dl dd {
  overflow: hidden;
  margin: 0;
}
.news-post .form-holder h2,
.news-post .content-holder h2 {
  word-spacing: 3px;
  margin-bottom: 38px;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
}
@media (max-width: 1023px) {
  .news-post .form-holder h2,
  .news-post .content-holder h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-post .form-holder h2,
  .news-post .content-holder h2 {
    padding-bottom: 8px;
  }
}
.news-post .network-holder {
  padding-bottom: 25px;
}
.news-post .network-holder ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.news-post .network-holder ul li {
  display: inline-block;
  padding-right: 15px;
}
.news-post .network-holder .supported-by {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px !important;
}
.news-post .network-holder img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .news-post .network-holder {
    padding-bottom: 0;
  }
}
.news-post .network-holder .banners img {
  width: 100%;
}
.news-post .post-preview {
  position: relative;
  height: 380px;
  display: flex;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .news-post .post-preview {
    margin-bottom: 30px;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .news-post .post-preview {
    flex-direction: column;
    height: 250px;
    margin-bottom: 15px;
  }
}
.news-post .post-preview .bg-stretch {
  left: 31.9%;
  z-index: -1;
  background-color: #c4c4c2;
}
@media (max-width: 767px) {
  .news-post .post-preview .bg-stretch {
    left: 0;
    top: 66px;
  }
}
.news-post .post-preview .caption {
  width: 31.9%;
  padding: 20px 4%;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  word-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1023px) {
  .news-post .post-preview .caption {
    padding: 20px 2%;
  }
}
@media (max-width: 767px) {
  .news-post .post-preview .caption {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 10px;
    min-height: 66px;
  }
}
.news-post .post-preview .caption:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 100%;
}
@media (max-width: 767px) {
  .news-post .post-preview .caption:after {
    display: none;
  }
}
.news-post .post-preview .caption > span {
  width: 100%;
}
.news-post .post-preview .caption .cat {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1429;
  font-weight: normal;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .news-post .post-preview .caption .cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.news-post .post-preview .caption .name {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1429;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news-post .post-preview .caption .name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.news-post .post-preview .caption .name .count {
  font-weight: normal;
}
.news-post .post-preview.maroon .caption {
  background: #851e59;
  color: #fff;
}
.news-post .post-preview.maroon .caption:after {
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #851e59;
  border-style: solid;
}
.news-post .post-preview.light-blue .caption {
  background: #009dc5;
  color: #fff;
}
.news-post .post-preview.light-blue .caption:after {
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #009dc5;
  border-style: solid;
}
.news-post .post-preview.light-green .caption {
  background: #089597;
  color: #fff;
}
.news-post .post-preview.light-green .caption:after {
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #089597;
  border-style: solid;
}
.news-post .post-details {
  display: flex;
  /* Sidebar begins */
}
@media (max-width: 767px) {
  .news-post .post-details {
    display: block;
  }
}
.news-post .post-details .sidebar {
  width: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  float: right;
}
@media (max-width: 767px) {
  .news-post .post-details .sidebar {
    width: 100%;
    float: none;
  }
}
.news-post .post-details .sidebar .application-form,
.news-post .post-details .sidebar .content-holder {
  background: #e7e7e7;
  padding: 24px 20px 62px;
  margin-bottom: 23px;
  position: relative;
}
.news-post .post-details .sidebar .application-form h2,
.news-post .post-details .sidebar .content-holder h2 {
  margin-bottom: 23px;
  line-height: 1;
  padding: 0 40px 18px;
}
@media (max-width: 767px) {
  .news-post .post-details .sidebar .application-form h2,
  .news-post .post-details .sidebar .content-holder h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.news-post .post-details .sidebar .application-form .btn,
.news-post .post-details .sidebar .content-holder .btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background: #851e59;
  color: #fff;
}
.news-post .post-details .sidebar .application-form .btn:hover,
.news-post .post-details .sidebar .content-holder .btn:hover {
  background: #640f36;
}
.single-event .news-post .post-details .sidebar .application-form .btn,
.single-event .news-post .post-details .sidebar .content-holder .btn {
  background: #E10F30;
  color: #fff;
}
.single-event .news-post .post-details .sidebar .application-form .btn:hover,
.single-event .news-post .post-details .sidebar .content-holder .btn:hover {
  background: #9d030f;
}
.single-space .news-post .post-details .sidebar .application-form .btn,
.single-space .news-post .post-details .sidebar .content-holder .btn {
  background: #008032;
  color: #fff;
}
.single-space .news-post .post-details .sidebar .application-form .btn:hover,
.single-space .news-post .post-details .sidebar .content-holder .btn:hover {
  background: #195f20;
}
.news-post .post-details .sidebar .application-form .text-holder,
.news-post .post-details .sidebar .content-holder .text-holder {
  padding: 0 20px 19px;
}
@media (max-width: 767px) {
  .news-post .post-details .sidebar .application-form .text-holder,
  .news-post .post-details .sidebar .content-holder .text-holder {
    padding-bottom: 10px;
  }
}
.news-post .post-details .sidebar .application-form .text-center a,
.news-post .post-details .sidebar .content-holder .text-center a {
  color: #E10F30;
}
.news-post .post-details .sidebar .application-form ul, .news-post .post-details .sidebar .application-form li,
.news-post .post-details .sidebar .content-holder ul,
.news-post .post-details .sidebar .content-holder li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.news-post .post-details .sidebar .application-form .form-group,
.news-post .post-details .sidebar .application-form .gfield,
.news-post .post-details .sidebar .content-holder .form-group,
.news-post .post-details .sidebar .content-holder .gfield {
  margin-bottom: 20px;
}
.news-post .post-details .sidebar .application-form .form-group label,
.news-post .post-details .sidebar .application-form .gfield label,
.news-post .post-details .sidebar .content-holder .form-group label,
.news-post .post-details .sidebar .content-holder .gfield label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}
.news-post .post-details .sidebar .application-form .form-group input[type=text],
.news-post .post-details .sidebar .application-form .form-group input[type=email],
.news-post .post-details .sidebar .application-form .form-group input[type=tel],
.news-post .post-details .sidebar .application-form .gfield input[type=text],
.news-post .post-details .sidebar .application-form .gfield input[type=email],
.news-post .post-details .sidebar .application-form .gfield input[type=tel],
.news-post .post-details .sidebar .content-holder .form-group input[type=text],
.news-post .post-details .sidebar .content-holder .form-group input[type=email],
.news-post .post-details .sidebar .content-holder .form-group input[type=tel],
.news-post .post-details .sidebar .content-holder .gfield input[type=text],
.news-post .post-details .sidebar .content-holder .gfield input[type=email],
.news-post .post-details .sidebar .content-holder .gfield input[type=tel] {
  display: block;
  width: 100%;
  height: 40px;
}
.news-post .post-details .sidebar .application-form .form-group textarea,
.news-post .post-details .sidebar .application-form .gfield textarea,
.news-post .post-details .sidebar .content-holder .form-group textarea,
.news-post .post-details .sidebar .content-holder .gfield textarea {
  display: block;
  width: 100%;
  height: 95px;
  resize: none;
}
.news-post .post-details .sidebar .application-form .jcf-file,
.news-post .post-details .sidebar .content-holder .jcf-file {
  display: block;
  background: #4e4f4d;
  transition: background 0.25s linear;
}
.news-post .post-details .sidebar .application-form .jcf-file:hover,
.news-post .post-details .sidebar .content-holder .jcf-file:hover {
  background: #53565A;
}
.news-post .post-details .sidebar .application-form .jcf-fake-input,
.news-post .post-details .sidebar .content-holder .jcf-fake-input {
  display: block;
  padding: 14px 12px;
  width: 100%;
  height: 50px;
  border: none;
  color: #fff;
  font: 600 16px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.news-post .post-details .sidebar .application-form .jcf-upload-button,
.news-post .post-details .sidebar .content-holder .jcf-upload-button {
  display: none;
}
.news-post .post-details .sidebar .application-form .jcf-checkbox,
.news-post .post-details .sidebar .content-holder .jcf-checkbox {
  border-color: #747474;
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0;
}
.news-post .post-details .sidebar .application-form .jcf-checkbox span,
.news-post .post-details .sidebar .content-holder .jcf-checkbox span {
  border-color: #53565A;
}
.news-post .post-details .sidebar .application-form .checkbox,
.news-post .post-details .sidebar .content-holder .checkbox {
  position: relative;
  padding-top: 2px;
  padding-left: 24px;
}
.news-post .post-details .sidebar .application-form .checkbox label,
.news-post .post-details .sidebar .content-holder .checkbox label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  word-spacing: -1px;
}
.news-post .post-details .sidebar .application-form .btn,
.news-post .post-details .sidebar .content-holder .btn {
  display: block;
  width: 100%;
}
.news-post .post-details .sidebar .application-form .schedule,
.news-post .post-details .sidebar .content-holder .schedule {
  flex-basis: 0;
  color: #E10F30;
  overflow: hidden;
  text-align: left;
  margin: 0 -14px;
}
.news-post .post-details .sidebar .application-form .schedule.blue,
.news-post .post-details .sidebar .content-holder .schedule.blue {
  color: #004071;
}
.news-post .post-details .sidebar .application-form .schedule li,
.news-post .post-details .sidebar .content-holder .schedule li {
  padding: 0 3px 9px;
  display: flex;
}
.news-post .post-details .sidebar .application-form .schedule li span,
.news-post .post-details .sidebar .application-form .schedule li strong,
.news-post .post-details .sidebar .content-holder .schedule li span,
.news-post .post-details .sidebar .content-holder .schedule li strong {
  display: block;
}
.news-post .post-details .sidebar .application-form .schedule li strong,
.news-post .post-details .sidebar .content-holder .schedule li strong {
  font-weight: normal;
  min-width: 5.5em;
  margin-right: 0.2em;
}
.news-post .post-details .sidebar .application-form .schedule li a,
.news-post .post-details .sidebar .content-holder .schedule li a {
  white-space: nowrap;
}
.news-post .post-details .sidebar .application-form .schedule .more,
.news-post .post-details .sidebar .content-holder .schedule .more {
  font-weight: 600;
}
.news-post .post-details .content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 2px 40px 2px 0;
}
@media (max-width: 1023px) {
  .news-post .post-details .content {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .news-post .post-details .content {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.news-post .post-details .content p {
  margin-bottom: 20px;
}
.news-post .share-block {
  margin-top: 2rem;
  padding: 1rem 0;
}
.news-post .share-block .share-title {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  float: left;
  padding: 14px 0;
  margin: 0 1rem 0 0;
}
@media (max-width: 767px) {
  .news-post .share-block .share-title {
    display: block;
    float: none;
    margin: 0 0 10px;
    padding: 0 15px;
  }
}
.news-post .share-block .social-networks {
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-post .share-block .social-networks {
    display: block;
  }
}
.news-post .share-block .social-networks li {
  padding: 5px 22px;
}
@media (max-width: 767px) {
  .news-post .share-block .social-networks li {
    padding: 5px 0;
  }
}
.news-post .share-block .social-networks li a {
  display: inline-flex;
  color: #53565A;
  cursor: pointer;
  vertical-align: top;
  align-items: center;
}
.news-post .share-block .social-networks li a:hover {
  color: inherit;
}
.news-post .share-block .social-networks li a:hover .text {
  text-decoration: none;
}
.news-post .share-block .social-networks li a .icon {
  background-color: #E10F30;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 13px;
  line-height: 1;
}
.news-post .share-block .social-networks li a .text {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}
.news-post .video-placeholder {
  margin-bottom: 29px;
  text-align: center;
}
.news-post .video-placeholder iframe {
  max-width: 100%;
}
@media (max-width: 767px) {
  .news-post .video-placeholder iframe {
    height: 286px;
  }
}
.news-post .video-placeholder img {
  vertical-align: top;
}

.gform_wrapper .gform_heading {
  text-align: center;
  margin: 0 0 1em;
}
.promote .gform_wrapper .gform_heading {
  margin: 22px 0 34px;
  min-height: 76px;
}
.gform_wrapper .validation_error {
  text-align: center;
  color: #851e59;
}
.card .gform_wrapper .validation_error {
  color: #fff;
}
.gform_wrapper .validation_message {
  padding-top: 5px;
  color: #851e59;
  font-style: italic;
}
.card .gform_wrapper .validation_message {
  color: #fff;
}
.gform_wrapper .gform_validation_container {
  position: absolute;
  left: -999em;
  height: 0;
  width: 0;
  overflow: hidden;
}
.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.promote .gform_wrapper label {
  display: none;
}

#footer .footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer .footer-menu li {
  margin-bottom: 15px;
}
#footer .footer-menu li a {
  font-size: 0.8rem;
  text-decoration: none;
}
#footer .footer-menu li a:hover {
  text-decoration: underline;
}
#footer .about-info {
  font-size: 0.8rem;
}
#footer .copyright {
  font-size: 0.8rem;
}
#footer .copyright a {
  text-decoration: none;
}
#footer .copyright a:hover {
  text-decoration: underline;
}

body.high-contrast {
  color: #f2df10 !important;
  background-color: #000 !important;
}
body.high-contrast .header-slide,
body.high-contrast .thumb-box.no-preview .thumb-character,
body.high-contrast .top-bar,
body.high-contrast .lower-header,
body.high-contrast .card .description .character,
body.high-contrast .access-info,
body.high-contrast .ui-datepicker .ui-datepicker-title,
body.high-contrast .news-post .post-preview .bg-stretch {
  color: #f2df10 !important;
  background-color: #000 !important;
}
body.high-contrast .header-slide a,
body.high-contrast .header-slide a:hover,
body.high-contrast .thumb-box.no-preview .thumb-character a,
body.high-contrast .thumb-box.no-preview .thumb-character a:hover,
body.high-contrast .top-bar a,
body.high-contrast .top-bar a:hover,
body.high-contrast .lower-header a,
body.high-contrast .lower-header a:hover,
body.high-contrast .card .description .character a,
body.high-contrast .card .description .character a:hover,
body.high-contrast .access-info a,
body.high-contrast .access-info a:hover,
body.high-contrast .ui-datepicker .ui-datepicker-title a,
body.high-contrast .ui-datepicker .ui-datepicker-title a:hover,
body.high-contrast .news-post .post-preview .bg-stretch a,
body.high-contrast .news-post .post-preview .bg-stretch a:hover {
  color: #f2df10;
}
body.high-contrast .thumb-box.no-preview,
body.high-contrast .thumb-box.no-preview .thumb-character,
body.high-contrast .thumb-box .thumb-description,
body.high-contrast .btn,
body.high-contrast #footer,
body.high-contrast .top-bar .function-holder > li .title,
body.high-contrast .top-bar .function-holder > li > a:hover,
body.high-contrast .ui-datepicker .ui-datepicker-today,
body.high-contrast .ui-datepicker .ui-datepicker-today a,
body.high-contrast .ui-datepicker .ui-state-hover,
body.high-contrast .sub-menu,
body.high-contrast .sub-menu a,
body.high-contrast .banner .caption,
body.high-contrast .filter-block li > a,
body.high-contrast .news-post .post-preview .caption,
body.high-contrast .news-post .share-block.brown, body.high-contrast.access-active .top-bar a.access-opener {
  color: #000 !important;
  background-color: #f2df10 !important;
}
body.high-contrast .partners-block {
  color: #000 !important;
  background-color: white !important;
}
body.high-contrast .event-block,
body.high-contrast .event-cat,
body.high-contrast .news-wrap,
body.high-contrast .news-wrap .bg-stretch,
body.high-contrast .banner,
body.high-contrast .info-block,
body.high-contrast .filter-block,
body.high-contrast .news-post.add .post-summary,
body.high-contrast .events-wrap.featured {
  border-top: 1px #f2df10 solid;
  border-bottom: 1px #f2df10 solid;
  color: #f2df10 !important;
  background-color: #000 !important;
  background-image: none !important;
}
body.high-contrast .event-block a,
body.high-contrast .event-block a:hover,
body.high-contrast .event-cat a,
body.high-contrast .event-cat a:hover,
body.high-contrast .news-wrap a,
body.high-contrast .news-wrap a:hover,
body.high-contrast .news-wrap .bg-stretch a,
body.high-contrast .news-wrap .bg-stretch a:hover,
body.high-contrast .banner a,
body.high-contrast .banner a:hover,
body.high-contrast .info-block a,
body.high-contrast .info-block a:hover,
body.high-contrast .filter-block a,
body.high-contrast .filter-block a:hover,
body.high-contrast .news-post.add .post-summary a,
body.high-contrast .news-post.add .post-summary a:hover,
body.high-contrast .events-wrap.featured a,
body.high-contrast .events-wrap.featured a:hover {
  color: #fff;
}
body.high-contrast .promote .card,
body.high-contrast .datepicker-box,
body.high-contrast .calendar-holder .datepicker-box .ui-datepicker,
body.high-contrast .ui-datepicker th,
body.high-contrast .card,
body.high-contrast input[type=text],
body.high-contrast input[type=search],
body.high-contrast textarea,
body.high-contrast .filter-block .key-search-form input[type=search],
body.high-contrast .sidebar .content-holder,
body.high-contrast .sidebar .application-form {
  border: 1px #f2df10 solid;
  background: #000 !important;
}
body.high-contrast .promote .card a:hover,
body.high-contrast .datepicker-box a:hover,
body.high-contrast .calendar-holder .datepicker-box .ui-datepicker a:hover,
body.high-contrast .ui-datepicker th a:hover,
body.high-contrast .card a:hover,
body.high-contrast input[type=text] a:hover,
body.high-contrast input[type=search] a:hover,
body.high-contrast textarea a:hover,
body.high-contrast .filter-block .key-search-form input[type=search] a:hover,
body.high-contrast .sidebar .content-holder a:hover,
body.high-contrast .sidebar .application-form a:hover {
  color: #fff;
}
body.high-contrast .promote .card::-webkit-input-placeholder,
body.high-contrast .datepicker-box::-webkit-input-placeholder,
body.high-contrast .calendar-holder .datepicker-box .ui-datepicker::-webkit-input-placeholder,
body.high-contrast .ui-datepicker th::-webkit-input-placeholder,
body.high-contrast .card::-webkit-input-placeholder,
body.high-contrast input[type=text]::-webkit-input-placeholder,
body.high-contrast input[type=search]::-webkit-input-placeholder,
body.high-contrast textarea::-webkit-input-placeholder,
body.high-contrast .filter-block .key-search-form input[type=search]::-webkit-input-placeholder,
body.high-contrast .sidebar .content-holder::-webkit-input-placeholder,
body.high-contrast .sidebar .application-form::-webkit-input-placeholder {
  color: #fff;
}
body.high-contrast .promote .card::-moz-placeholder,
body.high-contrast .datepicker-box::-moz-placeholder,
body.high-contrast .calendar-holder .datepicker-box .ui-datepicker::-moz-placeholder,
body.high-contrast .ui-datepicker th::-moz-placeholder,
body.high-contrast .card::-moz-placeholder,
body.high-contrast input[type=text]::-moz-placeholder,
body.high-contrast input[type=search]::-moz-placeholder,
body.high-contrast textarea::-moz-placeholder,
body.high-contrast .filter-block .key-search-form input[type=search]::-moz-placeholder,
body.high-contrast .sidebar .content-holder::-moz-placeholder,
body.high-contrast .sidebar .application-form::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
body.high-contrast .promote .card:-moz-placeholder,
body.high-contrast .datepicker-box:-moz-placeholder,
body.high-contrast .calendar-holder .datepicker-box .ui-datepicker:-moz-placeholder,
body.high-contrast .ui-datepicker th:-moz-placeholder,
body.high-contrast .card:-moz-placeholder,
body.high-contrast input[type=text]:-moz-placeholder,
body.high-contrast input[type=search]:-moz-placeholder,
body.high-contrast textarea:-moz-placeholder,
body.high-contrast .filter-block .key-search-form input[type=search]:-moz-placeholder,
body.high-contrast .sidebar .content-holder:-moz-placeholder,
body.high-contrast .sidebar .application-form:-moz-placeholder {
  color: #fff;
}
body.high-contrast .promote .card:-ms-input-placeholder,
body.high-contrast .datepicker-box:-ms-input-placeholder,
body.high-contrast .calendar-holder .datepicker-box .ui-datepicker:-ms-input-placeholder,
body.high-contrast .ui-datepicker th:-ms-input-placeholder,
body.high-contrast .card:-ms-input-placeholder,
body.high-contrast input[type=text]:-ms-input-placeholder,
body.high-contrast input[type=search]:-ms-input-placeholder,
body.high-contrast textarea:-ms-input-placeholder,
body.high-contrast .filter-block .key-search-form input[type=search]:-ms-input-placeholder,
body.high-contrast .sidebar .content-holder:-ms-input-placeholder,
body.high-contrast .sidebar .application-form:-ms-input-placeholder {
  color: #fff;
}
body.high-contrast .promote .card.placeholder,
body.high-contrast .datepicker-box.placeholder,
body.high-contrast .calendar-holder .datepicker-box .ui-datepicker.placeholder,
body.high-contrast .ui-datepicker th.placeholder,
body.high-contrast .card.placeholder,
body.high-contrast input[type=text].placeholder,
body.high-contrast input[type=search].placeholder,
body.high-contrast textarea.placeholder,
body.high-contrast .filter-block .key-search-form input[type=search].placeholder,
body.high-contrast .sidebar .content-holder.placeholder,
body.high-contrast .sidebar .application-form.placeholder {
  color: #fff;
}
body.high-contrast #nav > ul > li.menu-item-has-children.current-menu-item > a,
body.high-contrast #nav > ul > li.menu-item-has-children.current-menu-parent > a,
body.high-contrast #nav > ul > li > a:hover,
body.high-contrast .card .character,
body.high-contrast .card .description .card-heading .schedule,
body.high-contrast .news-post .post-details .sidebar .application-form .schedule,
body.high-contrast .news-post .post-details .sidebar .application-form .text-center a {
  color: #fff;
}
body.high-contrast .news-post .share-block .social-networks li a .icon {
  color: #000 !important;
}
body.high-contrast .thumb-box .thumb-description:before,
body.high-contrast .banner:after,
body.high-contrast #nav > ul > li > a:after,
body.high-contrast .news-post .post-preview .caption:after {
  display: none !important;
}
body.high-contrast .color-list li a.contrast-high {
  border: 1px solid white !important;
}
body.high-contrast #SpektrixIFrame {
  background: white;
}

.starring span:last-child {
  display: none;
}

/*# sourceMappingURL=main.css.map */
