/*
 * Theme Name: New Orleans Jazz & Heritage Festival
 * Description: A theme made for Jazz Fest!
 * Author: Nouvelleo Creations
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.data {
  display: none; }

@font-face {
  font-family: 'bertholdextra';
  src: url("assets/fonts/blockbe-extracn-webfont.woff2") format("woff2"), url("assets/fonts/blockbe-extracn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

sectionhead {
  text-transform: uppercase; }

p, li, span,
.prep_ui_formelm_consent label,
textarea,
.wpcf7-response-output {
  font-family: 'merriweather', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }

p {
  line-height: 20px; }

li {
  padding-bottom: 3px; }

h1, h2, h3, h4, h5, h6,
.bttn-wrap a,
.has-large-font-size,
input,
a.wp-block-button__link,
.std_reg_btn {
  font-family: 'hypatia-sans-pro', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px; }

h1 {
  font-family: 2.2em; }

h2 {
  font-size: 1.7em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

.ticket-type h2, .ticket-type h3, .ticket-type h4, .ticket-type h5 {
  font-family: 'bertholdextra'; }

.ticket-type-header h2, .ticket-type-header h3, .ticket-type-header h4 {
  font-family: 'hypatia-sans-pro', sans-serif; }

.ht-dd th {
  font-family: 'hypatia-sans-pro', sans-serif; }

.ht-dd td {
  font-family: 'bertholdextra'; }

nav a,
#announcements,
#copyright-notice span {
  font-family: 'bertholdextra';
  font-size: 18px;
  letter-spacing: 1px; }

#hotels-table h1,
#faq-table h1 {
  text-transform: uppercase;
  font-family: 'bertholdextra';
  letter-spacing: 2px;
  color: #0d295b; }

#hotels-table span,
#faq-table span {
  font-family: 'hypatia-sans-pro', sans-serif; }

#hotels-table .ht-row span,
#hotels-table .faq-question span,
#faq-table .ht-row span,
#faq-table .faq-question span {
  font-family: 'bertholdextra';
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 18px; }

#hotels-table .faq-question span,
#faq-table .faq-question span {
  font-size: 28px; }

#hotels-table #ht-filters-field span,
#hotels-table #ht-filters-options li,
#faq-table #ht-filters-field span,
#faq-table #ht-filters-options li {
  font-family: 'bertholdextra';
  letter-spacing: 1px; }

#hotels-table .ht-row:not(#ht-headers):not(.ht-divider) span,
#faq-table .ht-row:not(#ht-headers):not(.ht-divider) span {
  text-transform: uppercase;
  font-family: 'hypatia-sans-pro', sans-serif;
  font-size: 16px;
  font-weight: bold; }

form {
  display: flex; }

input {
  margin: 0px;
  border: 0px;
  text-transform: uppercase; }

input[type="submit"] {
  background-color: #ea2a2e;
  color: white;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer; }

input:not([type="submit"]) {
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 600; }

input:not([type="submit"])::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 600; }

input:not([type="submit"])::-moz-placeholder {
  font-size: 16px;
  font-weight: 600; }

input:not([type="submit"]):-ms-input-placeholder {
  font-size: 16px;
  font-weight: 600; }

input:not([type="submit"])::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 600; }

input:not([type="submit"])::placeholder {
  font-size: 16px;
  font-weight: 600; }

.password-form {
  justify-content: center; }

.wpcf7 form {
  flex-direction: column; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="num"] {
  height: 40px; }

.wpcf7 textarea {
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  border: 0px; }

.wpcf7 .wpcf7-response-output {
  display: block;
  border: 0px;
  padding-left: 0px; }

#prepform {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 149px; }

input.prep_ui_inp {
  width: 100%;
  height: 40px;
  background-color: #F2EDD9;
  text-align: center; }

.prep_ui_formelm_consent {
  margin-top: 10px;
  text-align: center;
  width: 100%; }

.prep_require,
.prep_ui_vld {
  display: none; }

.prep_ui_submit {
  position: relative;
  top: 20px;
  display: flex;
  width: 100%;
  justify-content: center; }

.std_reg_btn {
  position: relative;
  float: none;
  text-transform: uppercase;
  background: #fed54c;
  color: #0d295b !important;
  border: 0px !important;
  padding: 10px !important;
  cursor: pointer; }

.std_reg_btn:hover {
  color: white !important;
  background: #ea2a2e !important; }

figure.wp-block-image {
  margin: 20px 0px; }

div.wp-block-media-text {
  grid-template-columns: 42% 1fr;
  margin-bottom: 20px; }
  div.wp-block-media-text .wp-block-media-text__content {
    align-self: auto; }

div.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 42%; }

@media only screen and (max-width: 600px) {
  div.wp-block-media-text {
    display: block; }
    div.wp-block-media-text figure.wp-block-media-text__media {
      height: 200px;
      overflow-y: hidden; }
    div.wp-block-media-text div.wp-block-media-text__content {
      padding-left: 0px; } }

.bttn-wrap {
  display: flex;
  justify-content: center;
  padding: 0 5px; }
  .bttn-wrap a {
    text-transform: uppercase;
    padding: 8px 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }

.bttn-lg a {
  font-size: 20px; }

.dark-section .bttn-wrap a, .dark-section .bttn-wrap a:visited {
  background: #fed54c;
  color: #0d295b; }

.light-section .bttn-wrap a, .light-section .bttn-wrap a:visited {
  background: #ea2a2e;
  color: #FBF7E5; }

.white-section .bttn-wrap a, .fp-news-block-inner .bttn-wrap a,
.white-section .bttn-wrap a:visited {
  background: #ea2a2e;
  color: white; }

.white-section .bttn-wrap a:hover, .fp-news-block-inner .bttn-wrap a:hover {
  background: #0d295b;
  color: #fed54c; }

a.wp-block-button__link {
  text-transform: uppercase;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 0px; }

.wp-block-button {
  margin-bottom: 15px; }

.white-section a.wp-block-button__link, .fp-news-block-inner a.wp-block-button__link,
.white-section a.wp-block-button__link:visited {
  background: #ea2a2e;
  color: white; }

.white-section a.wp-block-button__link:hover, .fp-news-block-inner a.wp-block-button__link:hover {
  background: #0d295b;
  color: #fed54c; }

#splash-video,
#splash-poster {
  margin: 0 10%; }

#splash-video {
  padding: 50px 0px;
  display: flex;
  justify-content: center; }
  #splash-video iframe {
    width: 100%;
    height: auto; }

#splash-video::before {
  content: '';
  display: block;
  padding-bottom: 56%; }

#splash-poster {
  padding-bottom: 20px; }
  #splash-poster img {
    width: 100%;
    height: auto;
    display: block; }

.page-template-splash #hero {
  display: none; }

.page-template-splash body {
  min-height: 100vh; }

.page-template-splash section#content {
  height: 100%;
  display: flex;
  background-image: none;
  background: #075698;
  color: white !important;
  padding: 0 20%; }
  .page-template-splash section#content .wrapper {
    width: 100%;
    text-align: center; }
  .page-template-splash section#content p {
    line-height: 28px;
    font-size: 17px; }
  .page-template-splash section#content ul li {
    text-align: left;
    font-size: 15px; }

@media only screen and (max-width: 900px) {
  .page-template-splash #top-bar .socials {
    margin-top: 10px; } }

.to-site-bttn {
  padding-bottom: 20px; }
  .to-site-bttn a {
    background: #ea2a2e;
    color: white;
    transition: transform 200ms ease-in; }
  .to-site-bttn a:hover {
    background: #fed54c;
    color: #003c88;
    transform: scale(1.1); }

body,
html {
  overflow-x: hidden; }

.page-anchor {
  position: relative;
  top: -88px; }

.page-summary {
  padding: 20px 8%;
  text-align: center; }

body:not(.home) .page-template-default section#content,
.post-template-default section#content {
  padding: 30px 30px; }

@media only screen and (max-width: 800px) {
  .page-template-default section#content {
    padding: 30px 10px; } }

body .userway.userway_p1 {
  left: 20px !important;
  bottom: 20px !important;
  top: inherit !important; }
  body .userway.userway_p1 .userway_hide {
    left: 40px; }

#parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  background-color: #0d295b; }

.img-page-break {
  height: 250px; }

#top-bar {
  background: #0d295b;
  position: fixed;
  width: 100%;
  z-index: 5;
  min-height: 37px; }
  #top-bar .socials {
    position: fixed; }
    #top-bar .socials img {
      height: 20px; }
    #top-bar .socials a {
      padding: 0 5px; }
    #top-bar .socials a:first-of-type {
      padding: 0px; }
    #top-bar .socials a:last-of-type {
      padding: 0px; }
  #top-bar .second-liners {
    display: none; }
  #top-bar .mobile-menu-bttn {
    display: none; }

#top-bar-inner {
  padding: 8px 30px; }

@media only screen and (max-width: 900px) {
  #top-bar {
    min-height: 57px; }
    #top-bar .second-liners {
      display: block; }
  #top-bar-inner {
    display: flex;
    align-items: center; }
    #top-bar-inner .second-liners {
      left: 0px;
      width: 80px;
      height: auto; }
    #top-bar-inner .second-liners.slideOut {
      left: 0px; }
    #top-bar-inner .socials {
      display: none; } }

#announcements {
  padding: 0px 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FBF7E5; }

#masthead {
  height: 300px;
  padding-top: 34px; }

#masthead-inner {
  background-color: #005596;
  height: 100%;
  width: 100%; }

#masthead-bg {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

#masthead-img {
  width: 90%;
  height: auto;
  display: none;
  margin: auto; }

@media only screen and (max-width: 900px) {
  #masthead {
    height: inherit; }
  #masthead-img {
    display: block; }
  #masthead-bg {
    background-color: #0d295b; }
  #masthead-inner {
    padding-top: 40px; } }

.nav-main, #footer-nav-inner,
#footer-sub-nav-inner {
  display: flex; }
  .nav-main ul, #footer-nav-inner ul,
  #footer-sub-nav-inner ul {
    padding: 0px;
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    list-style: none; }
  .nav-main a, #footer-nav-inner a,
  #footer-sub-nav-inner a {
    text-transform: uppercase;
    text-decoration: none; }
  .nav-main a, #footer-nav-inner a,
  #footer-sub-nav-inner a,
  .nav-main a:visited,
  .nav-main a:active {
    color: #FBF7E5; }
  .nav-main a:hover, #footer-nav-inner a:hover,
  #footer-sub-nav-inner a:hover {
    color: #fed54c; }
  .nav-main .menu-item-has-children, #footer-nav-inner .menu-item-has-children,
  #footer-sub-nav-inner .menu-item-has-children {
    display: flex;
    position: relative; }
    .nav-main .menu-item-has-children ul, #footer-nav-inner .menu-item-has-children ul,
    #footer-sub-nav-inner .menu-item-has-children ul {
      height: 0px;
      overflow-y: hidden;
      overflow-x: hidden;
      float: none;
      position: absolute;
      top: 20px;
      left: -4px;
      padding-left: 10px;
      z-index: 10;
      width: 250px;
      transition: padding-top 300ms;
      transition: padding-bottom 300ms;
      background-color: #0d295b;
      flex-direction: column;
      border-top: 20px solid transparent; }
    .nav-main .menu-item-has-children li, #footer-nav-inner .menu-item-has-children li,
    #footer-sub-nav-inner .menu-item-has-children li {
      width: 100%;
      text-align: left;
      padding: 5px 10px; }
    .nav-main .menu-item-has-children li, #footer-nav-inner .menu-item-has-children li,
    #footer-sub-nav-inner .menu-item-has-children li {
      color: #fed54c; }

#mobile-menu {
  display: none; }
  #mobile-menu .mobile-menu-bttn {
    display: none; }

#desktop-menu {
  width: 100%; }

@media only screen and (max-width: 900px) {
  #desktop-menu {
    display: none; }
  .mobile-menu-bttn {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 5; }
    .mobile-menu-bttn img {
      width: 100%;
      height: auto; }
  #top-bar .mobile-menu-bttn {
    display: block;
    top: 12px;
    right: 27px; }
  .admin-bar #top-bar .mobile-menu-bttn {
    top: 58px; }
  .sticky .mobile-menu-bttn {
    top: -25px;
    position: absolute; }
  #mobile-menu {
    display: block;
    max-height: 0px;
    overflow-y: scroll;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    background: #0d295b;
    height: 100%; }
    #mobile-menu ul {
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      width: 100%;
      margin-top: 0px;
      overflow-y: scroll;
      margin-bottom: 10px; }
    #mobile-menu li {
      padding: 10px; }
    #mobile-menu li:first-of-type {
      margin-top: 50px; }
    #mobile-menu a {
      font-size: 40px; }
    #mobile-menu .menu-item-has-children {
      display: block; }
      #mobile-menu .menu-item-has-children ul {
        display: none !important;
        position: relative;
        top: inherit;
        left: inherit;
        height: inherit;
        transition: max-height 0ms; }
      #mobile-menu .menu-item-has-children li {
        padding: 5px 0px;
        background: none;
        text-align: center; }
      #mobile-menu .menu-item-has-children .menu-item a {
        font-size: 30px; }
    #mobile-menu .socials {
      display: flex;
      justify-content: center; }
      #mobile-menu .socials a {
        padding: 0 15px 20px 15px; }
  #mobile-menu.active {
    max-height: 100%; } }

.second-liners {
  width: 6%;
  height: auto;
  position: relative;
  left: -75px;
  transition: left 300ms;
  display: flex;
  justify-content: center;
  align-items: center; }
  .second-liners img {
    width: 100%;
    height: auto; }

.second-liners.slideOut {
  left: 10px; }

#header-nav {
  background-color: #0d295b; }

#header-nav.sticky {
  position: fixed;
  width: 100%;
  z-index: 5; }

@media only screen and (max-width: 900px) {
  #desktop-menu,
  #header-nav .second-liners {
    display: none; }
  #header-nav {
    background-color: #005596; }
  #mobile-menu.active .mobile-menu-bttn {
    position: absolute;
    display: block !important;
    right: 30px;
    top: 25px; } }

#hero {
  height: 240px;
  display: flex;
  position: relative; }

#hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

#hero-title {
  z-index: 3;
  color: #0d295b;
  background: #fed54c;
  padding: 0 80px 0 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, calc(100% - 30px) 50%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%, calc(100% - 30px) 50%, 100% 0%); }
  #hero-title h1 {
    font-size: 45px;
    margin: 10px; }

#hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.2;
  z-index: 2; }

.content-wrapper {
  padding: 20px 20px;
  max-width: 1200px;
  margin: auto; }

.page:not(.home) .content-wrapper {
  padding: 20px 50px; }

@media only screen and (max-width: 800px) {
  .page:not(.home) .content-wrapper {
    padding: 20px 10px; } }

.page-content p {
  text-align: center; }

.dark-section {
  background: #0d295b;
  color: #fed54c; }

.light-section {
  background: #0090bf;
  background-image: url("assets/imgs/blue-bg.png");
  background-size: auto;
  background-repeat: repeat;
  color: #0d295b; }

.white-section, .fp-news-block-inner {
  background: #FBF7E5;
  color: #0d295b; }
  .white-section a, .fp-news-block-inner a, .white-section a:hover {
    color: #ea2a2e; }
  .white-section a:active, .fp-news-block-inner a:active, .white-section a:visited, .fp-news-block-inner a:visited {
    color: #0d295b; }

.section-header {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px; }

.hasDivider {
  padding: 15px 0px 45px 0px; }

.hasDivider::before,
.hasDivider::after {
  content: '';
  background-image: url("assets/imgs/zig-zag.svg");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
  position: absolute; }

.hasBottomDivider::after {
  content: '';
  background-image: url("assets/imgs/zig-zag.svg");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
  position: absolute; }

.hasTopDivider {
  padding-top: 5px;
  margin-top: 10px; }

.hasTopDivider::before {
  content: '';
  background-image: url("assets/imgs/zig-zag.svg");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
  position: absolute; }

.wp-block-separator {
  content: '';
  background-image: url("assets/imgs/zig-zag.svg");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
  border: 0px; }

section#content {
  background: #0090bf;
  background-image: url("assets/imgs/blue-speckled.jpg");
  background-size: auto;
  background-repeat: repeat; }

.page-template-default section#content {
  padding: 40px; }

.page-template-frontpage section#content {
  background: transparent; }

section.email-newsletter-signup .section-header {
  margin-top: 30px; }

.error404 .wrapper img {
  display: block;
  margin: 0 auto;
  height: 300px;
  transition: transform 200ms; }

.error404 .wrapper h1, .error404 .wrapper h2 {
  font-family: 'bertholdextra';
  text-align: center;
  color: #fed54c;
  text-transform: uppercase;
  transition: transform 200ms; }

.error404 .wrapper h2 {
  font-size: 4em; }

.error404 .wrapper h1 {
  font-size: 5em; }

.error404 .wrapper img:hover, .error404 .wrapper h1:hover, .error404 .wrapper h2:hover {
  transform: scale(1.2);
  transition: transform 200ms; }

#footer {
  padding: 20px 0px;
  background-color: #0d295b; }

#footer::before {
  content: '';
  background-image: url("assets/imgs/zig-zag.svg");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
  position: absolute; }

#footer-nav {
  padding-top: 25px; }
  #footer-nav .menu-item-has-children ul {
    display: none; }

#footer-sub-nav-inner ul {
  justify-content: center;
  margin: 0 0 10px 0; }

#footer-sub-nav-inner li {
  padding: 0 7px 0 0;
  display: flex;
  align-items: center; }

#footer-sub-nav-inner a {
  padding: 0 7px 0 0;
  font-size: 12px; }

#footer-sub-nav-inner li::after {
  content: "|";
  display: block; }

#footer-sub-nav-inner li:last-of-type::after {
  display: none; }

#copyright-notice {
  display: flex;
  justify-content: center;
  align-items: center; }
  #copyright-notice span {
    font-size: 12px;
    color: #FBF7E5; }

@media only screen and (max-width: 600px) {
  #footer-nav-inner ul {
    flex-wrap: wrap;
    justify-content: center; }
  #footer-nav-inner li {
    padding-bottom: 15px;
    width: 30%;
    text-align: center; }
  #footer-nav-inner .menu-item-has-children {
    justify-content: center; } }

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top; }

#fp-primary-cta,
section.fp-variable-cta {
  box-sizing: border-box;
  border: 10px solid #0d295b; }

#fp-row-1 {
  height: 350px;
  display: flex; }

#fp-row-2 {
  margin-top: 20px; }

#fp-primary-cta {
  width: 82%;
  height: 100%;
  margin-right: 10px;
  overflow-y: hidden; }

#fp-primary-cta:hover {
  border-color: #fed54c; }

#fp-primary-cta-img {
  width: 100%;
  height: 100%;
  position: relative; }

#fp-primary-cta-slider {
  height: 100%; }
  #fp-primary-cta-slider .slick-list,
  #fp-primary-cta-slider .slick-track {
    height: 100%; }
  #fp-primary-cta-slider .slider-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }

#fp-secondary-ctas {
  width: 40%;
  height: 100%;
  overflow: hidden;
  display: flex;
  margin-left: 10px; }
  #fp-secondary-ctas section {
    height: 100%;
    position: relative;
    background: #0d295b; }
  #fp-secondary-ctas section:first-of-type {
    margin-right: 5px; }
  #fp-secondary-ctas section:last-of-type {
    margin-left: 5px; }
  #fp-secondary-ctas h4 {
    text-align: center;
    margin: 5px 0px;
    color: #fed54c;
    font-size: 13px; }
  #fp-secondary-ctas section#fp-poster-cta:hover {
    background: #fed54c; }
    #fp-secondary-ctas section#fp-poster-cta:hover h4 {
      color: #0d295b; }

section#fp-primary-cta-video {
  width: 100%;
  height: 100%; }
  section#fp-primary-cta-video iframe {
    width: 100%;
    height: 100%; }

section#fp-tickets-cta {
  margin-bottom: 10px;
  width: 40%; }

div#fp-tickets img {
  height: 52px;
  padding-bottom: 10px;
  width: auto;
  display: block;
  margin: 0 auto;
  transition: transform 200ms; }

div#fp-tickets img:hover {
  transform: scale(1.1); }

div#fp-tickets a:first-of-type img {
  margin-top: 18px; }

@media only screen and (max-width: 900px) {
  div#fp-tickets img {
    height: 61px; } }

section#fp-poster-cta {
  width: 60%; }
  section#fp-poster-cta .cta-background {
    height: 100%;
    position: relative; }
  section#fp-poster-cta #poster-wrap {
    height: 270px;
    margin: 15px 10px 0px 10px;
    overflow: hidden; }

#fp-variable-ctas {
  display: flex;
  justify-content: space-between; }

section.fp-variable-cta {
  position: relative;
  margin: 0px 10px;
  box-sizing: border-box;
  width: 32%; }

section.fp-variable-cta:first-of-type {
  margin-left: 0px; }

section.fp-variable-cta:last-of-type {
  margin-right: 0px; }

section.fp-variable-cta:after {
  padding-bottom: 100%;
  content: '';
  display: block; }

section.fp-variable-cta:hover {
  border-color: #fed54c; }
  section.fp-variable-cta:hover .cta-title-tag {
    background: #fed54c; }
    section.fp-variable-cta:hover .cta-title-tag h3 {
      color: #0d295b; }

.cta-title-tag {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 10px 0px 5px 0px;
  width: 100%;
  background: #0d295b; }
  .cta-title-tag h3 {
    margin: 0px;
    color: #fed54c;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px; }

#fp-news.all-loaded {
  padding-bottom: 30px; }
  #fp-news.all-loaded #load-more-news {
    display: none; }

#fp-news.all-loaded.hasDivider {
  padding-bottom: 45px; }

#fp-news-inner {
  display: flex;
  flex-wrap: wrap; }

#fp-news-inner .read-more {
  display: none; }

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

.fp-news-row:not(:first-of-type) {
  margin-top: 20px; }

.fp-news-block {
  width: 33%;
  box-sizing: border-box;
  padding-bottom: 10px; }

.fp-news-block.loaded {
  margin-top: 20px; }

.fp-news-block-inner {
  margin: 0 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px; }

.fp-news-image {
  background-position: center;
  background-size: cover; }

.fp-news-image:after {
  padding-bottom: 100%;
  display: block;
  content: ''; }

.fp-news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.fp-news-title {
  text-align: center;
  text-transform: uppercase; }

.fp-news-excerpt {
  padding: 0 10px;
  margin-top: 0px;
  text-align: center; }

.fp-news-content,
.fp-news-title {
  padding: 0 10px; }

#load-more-news {
  margin-top: 25px; }

@media only screen and (max-width: 900px) {
  #fp-row-1 {
    flex-direction: column;
    height: auto; }
  #fp-primary-cta {
    width: 100%;
    height: 400px;
    margin-right: 0px; }
  #fp-primary-cta::before {
    padding-bottom: 52%; }
  #fp-secondary-ctas {
    width: 100%;
    height: 350px;
    margin-top: 20px;
    margin-left: 0px; }
    #fp-secondary-ctas section {
      margin: 0px; }
  section#fp-poster-cta .cta-background {
    width: 200px;
    margin: 0 auto;
    display: block;
    position: relative; }
  #fp-variable-ctas {
    display: block; }
  section.fp-variable-cta {
    width: 100%;
    margin: 0px 0px 20px 0px; }
  section.fp-variable-cta::after {
    padding-bottom: 50%; } }

@media only screen and (max-width: 600px) {
  .fp-news-block {
    width: 100%; }
  .fp-news-image {
    height: 200px; }
  .fp-news-block-inner {
    height: auto; }
  .fp-news-image:after {
    display: none; }
  .fp-news-block-inner {
    padding: 10px 10px 20px 10px; } }

#fp-featured-sponsors-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 80px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 850px; }

.fp-featured-sponsor {
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FBF7E5;
  padding: 0px 15px;
  border-radius: 20px;
  margin: 10px 5px; }
  .fp-featured-sponsor img {
    height: auto;
    width: 100%; }

#hotels-table {
  opacity: 0;
  position: relative; }
  #hotels-table > h1 {
    text-align: center; }

.ht-row {
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #FBF7E5; }
  .ht-row .bttn-wrap a {
    color: white;
    background: #ea2a2e; }
  .ht-row .bttn-wrap a:hover {
    color: #fed54c;
    background: #0d295b; }

.ht-row:not(#ht-headers):not(.ht-divider) span {
  color: #0d295b;
  text-transform: none;
  letter-spacing: 1px; }

.ht-col {
  display: flex;
  align-items: center; }

#ht-headers {
  padding: 10px 0;
  background: #0d295b; }
  #ht-headers .ht-col {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white; }
  #ht-headers .small {
    font-size: 12px; }
  #ht-headers span {
    color: #fed54c; }

.ht-col-name {
  width: 30%; }

.ht-col-wkend1,
.ht-col-wkend2,
.ht-col-location,
.ht-col-booknow {
  width: 17.5%; }
  .ht-col-wkend1 span,
  .ht-col-wkend2 span,
  .ht-col-location span,
  .ht-col-booknow span {
    text-align: center; }

#ht-col-booknow {
  width: 20%; }

#ht-col-booknow.two-bttn {
  flex-direction: column; }
  #ht-col-booknow.two-bttn div:first-of-type {
    padding-bottom: 5px; }

#call-for-rates {
  text-align: center; }

.ht-divider {
  height: 30px;
  background: #003c88;
  color: white;
  align-items: center; }
  .ht-divider span {
    text-transform: uppercase;
    padding-left: 20px; }

.ht-row-data {
  padding: 10px 0px; }
  .ht-row-data .ht-col-name {
    justify-content: space-between; }
  .ht-row-data .ht-col-name span {
    padding-left: 20px;
    display: flex; }
  .ht-row-data .ht-col-dd-bttn {
    background-image: url("assets/imgs/arrow.png");
    transform: rotate(90deg);
    background-size: cover;
    background-position: center;
    width: 15px;
    height: 15px; }
  .ht-row-data .ht-col-dd-bttn.hovered {
    background-image: url("assets/imgs/arrow-hover.png"); }
  .ht-row-data .ht-col:not(.ht-col-name) {
    justify-content: center; }

.ht-group:nth-child(even) .ht-row-data:not(.ht-featured) {
  background: #F2EDD9; }

.ht-row.active .ht-col-dd-bttn {
  background-image: url("assets/imgs/arrow-hover.png"); }

.ht-dd-inner {
  display: flex;
  padding: 30px 20px; }
  .ht-dd-inner > div {
    width: 50%; }

.ht-dd h1.ht-dd-title {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 5px; }

.ht-dd-content {
  padding-right: 10px; }

.ht-dd-address,
.ht-dd-phone {
  margin: 5px 0px;
  font-size: 16px;
  font-style: italic;
  line-height: 20px; }

.ht-dd-buttons {
  display: flex;
  flex-wrap: wrap; }
  .ht-dd-buttons .bttn-wrap:not(:last-of-type) {
    margin-right: 12px; }
  .ht-dd-buttons .bttn-wrap {
    margin-bottom: 12px; }

.ht-dd-imgs-inner,
.ht-dd-img {
  width: 100%;
  height: 100%; }

.ht-dd-imgs {
  padding-left: 10px; }

.ht-dd-imgs-inner {
  padding: 10px 0px 50px 0px;
  box-sizing: border-box; }

.ht-dd-img {
  background-position: center;
  background-size: cover;
  max-width: 475px;
  margin: 0 auto; }

.ht-dd-rates {
  display: none; }

@media screen and (max-width: 700px) {
  .ht-row {
    display: none; }
  .ht-dd {
    display: block !important;
    margin-bottom: 20px; }
  .ht-dd-inner {
    flex-direction: column; }
    .ht-dd-inner > div {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px; }
  .ht-dd-imgs-inner {
    height: 300px;
    padding: 0 0 20px 0; }
  .ht-dd-img {
    max-width: 100%; }
  .ht-dd-imgs {
    order: 0; }
  .ht-dd-content {
    order: 1;
    text-align: center; }
  .ht-dd-title {
    text-align: center !important; }
  .ht-dd-buttons {
    justify-content: center; }
  .ht-dd-rates {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    color: white;
    border-collapse: collapse; }
    .ht-dd-rates tr {
      border: 0px; }
    .ht-dd-rates th {
      padding: 10px 30px;
      background-color: #0d295b;
      color: #fed54c;
      text-transform: uppercase;
      border: 2px solid #0d295b; }
    .ht-dd-rates td {
      padding: 8px;
      background-color: #FBF7E5;
      color: #0d295b;
      border: 2px solid #0d295b; } }

#ht-filters {
  position: absolute;
  top: 0;
  right: 0; }

#ht-filters-field {
  border: 1px solid black;
  padding: 5px;
  text-transform: uppercase;
  min-width: 205px;
  cursor: pointer;
  background: #FBF7E5;
  color: navy; }

#ht-filters-options ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 1px solid black;
  border-top: 0px;
  z-index: 10;
  text-transform: uppercase;
  font-size: 13px; }

#ht-filters-options li {
  cursor: pointer;
  padding: 5px;
  background: #FBF7E5;
  color: navy; }

#ht-filters-options li:hover {
  background: #ea2a2e;
  color: white; }

#ht-filters-field {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#ht-filters-field::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ea2a2e;
  margin-left: 10px; }

#ht-filters-field.active::after {
  background: #0d295b; }

@media only screen and (max-width: 800px) {
  #ht-filters {
    position: relative;
    width: 50%;
    min-width: 300px;
    margin: 0 auto 20px auto; }
    #ht-filters span, #ht-filters li {
      font-size: 20px; }
  #ht-filters-field {
    justify-content: center; }
  #ht-filters-options li {
    text-align: center; } }

#faq-table {
  margin-top: 30px;
  padding: 0 20px; }

.faq-row {
  padding-top: 10px;
  border-bottom: none; }
  .faq-row p {
    margin: 0px; }

.faq-row:last-of-type .wp-block-separator {
  display: none; }

.faq-question {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0px;
  display: flex;
  align-items: center; }
  .faq-question span {
    color: #0d295b;
    font-size: 28px; }

.faq-question::after {
  content: '';
  background-image: url("assets/imgs/arrow.png");
  width: 30px;
  height: 20px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
  transform: rotate(90deg); }

.faq-question:hover::after,
.faq-question.active::after {
  background-image: url("assets/imgs/arrow-hover.png"); }

.faq-answer {
  padding: 10px 0px 20px 0px;
  color: #0d295b; }

#ticket-tier-nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 00px 0px; }

.ticket-tier-nav-bttn {
  width: 19%;
  transition: transform 200ms; }
  .ticket-tier-nav-bttn a {
    width: 100%;
    padding: 5px; }

.ticket-tier-nav-bttn:hover {
  transform: scale(1.1);
  transition: transform 200ms; }
  .ticket-tier-nav-bttn:hover a {
    background: #0d295b !important;
    color: #fed54c !important; }

section.ticket-module {
  margin-top: 30px; }

div.ticket-module-inner {
  padding: 20px; }
  div.ticket-module-inner span {
    font-size: 10px;
    font-style: italic; }

div.ticket-module-header {
  text-transform: uppercase;
  padding: 20px 10px;
  border: 1px solid #0d295b; }
  div.ticket-module-header h1 {
    margin: 0px; }

div.ticket-module-main.col-2 {
  display: flex;
  justify-content: space-between; }
  div.ticket-module-main.col-2 > div {
    width: 48%; }

div.ticket-module-extra h3 {
  text-align: center;
  text-transform: uppercase; }

div.ticket-module-extra a,
div.ticket-module-extra a:visited,
div.ticket-module-extra a:hover,
div.ticket-module-extra a:active {
  color: #ea2a2e; }

div.ticket-module-extra > div {
  display: none; }
  div.ticket-module-extra > div img {
    width: 100%;
    height: auto; }

div.ticket-type {
  border: 1px solid #0d295b;
  text-align: center;
  padding-bottom: 20px; }
  div.ticket-type .ticket-type-header {
    padding: 10px 5px;
    text-transform: uppercase; }
    div.ticket-type .ticket-type-header h1, div.ticket-type .ticket-type-header h2, div.ticket-type .ticket-type-header h3, div.ticket-type .ticket-type-header h4 {
      margin: 0px; }
  div.ticket-type li {
    text-align: left; }

div.ticket-dates {
  margin-top: 5px; }
  div.ticket-dates h3 {
    margin: 2px;
    text-transform: uppercase; }

div.ticket-prices h1 {
  margin: 2px 0px 0px 0px;
  color: #ea2a2e; }

div.ticket-prices h3 {
  text-decoration: underline;
  margin-bottom: 2px;
  text-transform: uppercase; }

div.ticket-dates,
div.ticket-prices {
  padding: 0 15px; }

div.purchase-tickets {
  padding: 0 10px; }

section#ga-tickets .ticket-module-inner .ticket-module-main {
  padding: 20px; }

section#ga-tickets .ticket-module-inner .ticket-module-content {
  padding-bottom: 15px; }

section#ga-tickets .ticket-module-inner #ticket-module-content-bottom {
  padding-top: 15px; }

div#ga-standard-tickets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center; }
  div#ga-standard-tickets .ticket-prices h1:last-of-type {
    margin-bottom: 10px; }

div.ga-weekend-ticket-type {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

div#ga-special-tickets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px; }
  div#ga-special-tickets > div {
    width: 49%; }

div#four-day-ticket-type {
  height: 100%;
  padding-bottom: 0px; }

div#ga-special-col2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

div#locals-ticket-type {
  margin-bottom: 20px; }

div.vip-tickets {
  width: 50%;
  display: flex;
  justify-content: space-between; }
  div.vip-tickets .ticket-type {
    width: 48%; }
  div.vip-tickets .additional-info {
    padding: 0 15px; }
    div.vip-tickets .additional-info ul {
      padding-left: 20px; }

div.ga-weekend-ticket-type:nth-child(1) .early-bird-tickets,
div.ga-weekend-ticket-type:nth-child(3) .early-bird-tickets {
  display: none; }

div.ga-weekend-ticket-type:nth-child(1) .ticket-prices,
div.ga-weekend-ticket-type:nth-child(3) .ticket-prices {
  height: 258px; }

div.ga-weekend-ticket-type .early-bird-tickets {
  display: none; }

div.ga-weekend-ticket-type .ticket-prices {
  height: 258px; }

#four-day-ticket-type .early-bird-tickets {
  display: none; }

@media only screen and (max-width: 1000px) {
  div.ga-weekend-ticket-type {
    width: 48%; }
  div.ga-weekend-ticket-type:nth-child(1),
  div.ga-weekend-ticket-type:nth-child(2) {
    margin-bottom: 20px; }
  div#ga-special-tickets {
    margin-top: 20px; }
  div.ticket-module-main.col-2 {
    display: block; }
    div.ticket-module-main.col-2 > div {
      width: 100%; }
  div.ticket-module-main.col-2,
  div.ticket-module-extra {
    padding: 0 20px; } }

@media only screen and (max-width: 800px) {
  div.ticket-module-main {
    padding: 0px !important; } }

@media only screen and (max-width: 600px) {
  div#ga-special-tickets {
    display: block; }
    div#ga-special-tickets > div {
      width: 100%; }
  div#ga-special-col1 {
    margin-bottom: 20px; }
  div#four-day-ticket-type {
    padding-bottom: 20px; }
  div#ga-special-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row; }
    div#ga-special-col2 > div {
      width: 48%; }
  div#locals-ticket-type {
    margin-bottom: 0px; }
  #ticket-tier-nav {
    flex-wrap: wrap;
    justify-content: center; }
  .ticket-tier-nav-bttn {
    width: 30%;
    padding-bottom: 10px; } }

.zoom-wrapper {
  overflow: hidden; }
  .zoom-wrapper a {
    overflow: hidden; }

.zoom-me {
  transition: transform 300ms; }

.zoom-me.zoomed {
  transform: scale(1.05);
  transition: transform 300ms; }

.toBeExpanded {
  display: none; }
