/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
html,
body {
  font-family: 'gilmer regular';
  font-size: 16px;
  font-weight: 400;
  margin: 0px; }

* {
  box-sizing: border-box; }

h1,
.h1 {
  font-size: 2rem; }

h2,
.h2 {
  font-size: 1.75rem; }

h3,
.h3 {
  font-size: 1.5rem !important; }

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

.wrap {
  margin-top: 68px;
  min-height: calc(100vh - 214px); }

.container {
  max-width: 80rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 600px) {
    .container {
      padding-left: 1.3rem;
      padding-right: 1.3rem; } }
  .container.container--full-width {
    max-width: 100%; }

.nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .nav a {
    transition: 0.3s all;
    text-decoration: none; }

.carousel {
  overflow: hidden; }

::selection {
  background-color: #0f5f6b;
  color: white; }

li ::marker {
  font-variant-numeric: none;
  display: none; }

@font-face {
  font-family: 'gilmer regular';
  src: url("../../resources/assets/fonts/gilmer-regular.ttf") format("truetype"); }
@font-face {
  font-family: 'gilmer bold';
  src: url("../../resources/assets/fonts/gilmer-bold.ttf") format("truetype"); }
@font-face {
  font-family: 'gilmer heavy';
  src: url("../../resources/assets/fonts/gilmer-heavy.ttf") format("truetype"); }
@font-face {
  font-family: 'gilmer light';
  src: url("../../resources/assets/fonts/gilmer-light.ttf") format("truetype"); }
@font-face {
  font-family: 'gilmer medium';
  src: url("../../resources/assets/fonts/gilmer-medium.ttf") format("truetype"); }
.button, .edd-button, .edd-submit, #tribe-events .tribe-events-button, .tribe-button, #buy-tickets .ticket-booking-field {
  display: inline-block;
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem !important;
  border: 2px solid #26a19b !important;
  background-color: white !important;
  color: #26a19b !important;
  text-transform: uppercase !important;
  font-size: 1.125rem !important;
  padding: 0.25rem 1rem !important;
  font-weight: bold !important;
  text-decoration: none !important;
  transition: 0.3s all !important;
  cursor: pointer !important;
  outline: 0 !important; }
  .button:hover, .edd-button:hover, .edd-submit:hover, #tribe-events .tribe-events-button:hover, .tribe-button:hover, #buy-tickets .ticket-booking-field:hover, .button:focus, .edd-button:focus, .edd-submit:focus, #tribe-events .tribe-events-button:focus, .tribe-button:focus, #buy-tickets .ticket-booking-field:focus {
    color: white !important;
    background-color: #0f5f6b !important;
    border-color: #0f5f6b !important; }
  .button svg, .edd-button svg, .edd-submit svg, #tribe-events .tribe-events-button svg, .tribe-button svg, #buy-tickets .ticket-booking-field svg {
    margin-right: 0.5rem; }
  .button.button--light:hover, .button--light.edd-button:hover, .button--light.edd-submit:hover, #tribe-events .button--light.tribe-events-button:hover, .button--light.tribe-button:hover, #buy-tickets .button--light.ticket-booking-field:hover, .button.button--light:focus, .button--light.edd-button:focus, .button--light.edd-submit:focus, #tribe-events .button--light.tribe-events-button:focus, .button--light.tribe-button:focus, #buy-tickets .button--light.ticket-booking-field:focus {
    border: 2px solid #26a19b !important;
    background-color: white !important;
    color: #26a19b !important; }
  .button.button-disabled, .button-disabled.edd-button, .button-disabled.edd-submit, #tribe-events .button-disabled.tribe-events-button, .button-disabled.tribe-button, #buy-tickets .button-disabled.ticket-booking-field, .button:disabled, .edd-button:disabled, .edd-submit:disabled, #tribe-events .tribe-events-button:disabled, .tribe-button:disabled, #buy-tickets .ticket-booking-field:disabled {
    border: 2px solid #567674 !important;
    background-color: white !important;
    color: #567674 !important;
    pointer-events: none; }
  .button.button-secondary, .button-secondary.edd-button, .button-secondary.edd-submit, #tribe-events .button-secondary.tribe-events-button, .button-secondary.tribe-button, #buy-tickets .button-secondary.ticket-booking-field {
    border: 2px solid #567674 !important;
    background-color: white !important;
    color: #567674 !important; }
  .button.button-delete, .button-delete.edd-button, .button-delete.edd-submit, #tribe-events .button-delete.tribe-events-button, .button-delete.tribe-button, #buy-tickets .button-delete.ticket-booking-field {
    border-color: #eb008d !important;
    color: #eb008d !important; }
    .button.button-delete:hover, .button-delete.edd-button:hover, .button-delete.edd-submit:hover, #tribe-events .button-delete.tribe-events-button:hover, .button-delete.tribe-button:hover, #buy-tickets .button-delete.ticket-booking-field:hover, .button.button-delete:focus, .button-delete.edd-button:focus, .button-delete.edd-submit:focus, #tribe-events .button-delete.tribe-events-button:focus, .button-delete.tribe-button:focus, #buy-tickets .button-delete.ticket-booking-field:focus {
      border-color: #eb008d !important;
      background-color: white !important;
      color: #eb008d !important; }
    .button.button-delete svg, .button-delete.edd-button svg, .button-delete.edd-submit svg, #tribe-events .button-delete.tribe-events-button svg, .button-delete.tribe-button svg, #buy-tickets .button-delete.ticket-booking-field svg {
      margin-right: 0; }

input,
button,
textarea,
select {
  font-family: ff-netto-web, sans-serif;
  padding: 0.5rem; }

form {
  max-width: 30rem;
  width: 100%; }
  form .field {
    margin-bottom: 0.75rem; }
  form label > span {
    display: block; }
  form label input,
  form label textarea,
  form label select {
    width: 100%; }

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 0.75rem auto;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 0.75rem;
  height: auto; }

@media (min-width: 30rem) {
  .alignleft {
    float: left;
    margin-right: 0.75rem; }

  .alignright {
    float: right;
    margin-left: 0.75rem; } }
/** Captions */
/** Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff; }

header.banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #20043f;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
  header.banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #20043f;
	height: 130px;
    }
    @media only screen and (max-width: 1024px) {
      header.banner .container {
        justify-content: initial; } }
  header.banner .brand {
    display: flex;
    text-decoration: none;
    align-items: center;
    margin-top: 0.45rem;
    margin-bottom: 0.45rem; }
    @media only screen and (max-width: 1024px) {
      header.banner .brand {
        display: none; } }
    header.banner .brand img {
      max-width: 152px;
      margin-right: 1.5rem; }
      @media screen and (max-width: 600px) {
        header.banner .brand img {
          margin-right: 0.75rem;
          max-width: 95px; } }
  header.banner .mobile-brand {
    display: none; }
    @media only screen and (max-width: 1024px) {
      header.banner .mobile-brand {
        display: block;
        width: 50%;
        padding: 30px 0px; } }
    @media only screen and (max-width: 767px) {
      header.banner .mobile-brand {
        width: 100%;
        padding: 20px 4px; } }
  header.banner .tagline .h3 {
    text-transform: uppercase;
    color: #0f5f6b;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 600px) {
      header.banner .tagline .h3 {
        font-size: 1rem !important; } }
    @media screen and (max-width: 320px) {
      header.banner .tagline .h3 {
        font-size: 0.85rem !important; } }
    header.banner .tagline .h3.h3-alt {
      color: #26a19b; }
  header.banner .nav-primary {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      header.banner .nav-primary {
        width: 100%;
        order: 3;
        justify-content: flex-end; } }
  header.banner .tagline img {
    max-width: 321px; }
    @media only screen and (max-width: 600px) {
      header.banner .tagline img {
        max-width: 109px; } }
  @media only screen and (max-width: 1024px) {
    header.banner .tagline {
      display: none; } }
  header.banner .nav--primary {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      header.banner .nav--primary {
        display: none; } }
    header.banner .nav--primary li {
      flex-shrink: 0; }
    header.banner .nav--primary a {
      position: relative;
      display: block;
      padding: 1.2rem 0rem;
      margin: 0rem 2rem;
      color: white;
      font-size: 24px;
      font-weight: 900;
      line-height: 0.17;
      border-bottom: 3px solid transparent;
      font-family: 'gilmer heavy'; }
      header.banner .nav--primary a:hover, header.banner .nav--primary a:focus {
        color: #e1c74d;
        border-bottom: 3px solid #b558cc; }
        header.banner .nav--primary a:hover::after, header.banner .nav--primary a:focus::after {
          background-color: #26a19b; }
  header.banner .nav-mobile-toggle {
    display: none; }
    @media screen and (max-width: 600px) {
      header.banner .nav-mobile-toggle {
        margin-left: 0.75rem;
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1024px) {
      header.banner .nav-mobile-toggle {
        border: 0;
        right: 20px;
        background-color: transparent;
        color: #0f5f6b;
        font-size: 2rem;
        outline: none;
        cursor: pointer;
        padding: 1rem;
        margin-left: 1.5rem;
        content: '';
        position: absolute;
        background-image: url(../../resources/assets/images/burger.png);
        display: block;
        background-size: 40px 32px;
        background-repeat: no-repeat;
        background-position: center;
        height: 32px;
        width: 40px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    header.banner .nav-mobile-toggle {
      background-size: 34px 26px;
      background-repeat: no-repeat;
      background-position: center;
      height: 26px;
      width: 34px;
      margin-right: 4px; } }

    header.banner .nav-mobile-toggle:focus, header.banner .nav-mobile-toggle:hover {
      color: #26a19b; }
    header.banner .nav-mobile-toggle.active {
      content: '';
      position: absolute;
      background-image: url(../../resources/assets/images/close.png) !important;
      background-size: 40px;
      height: 40px;
      width: 40px; }
      @media only screen and (max-width: 767px) {
        header.banner .nav-mobile-toggle.active {
          background-size: 27px;
          background-repeat: no-repeat;
          background-position: center;
          height: 27px;
          width: 27px; } }
    header.banner .nav-mobile-toggle svg {
      display: none; }
  header.banner .nav--mobile {
    position: fixed;
    top: 125px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #20043f;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transform: translateX(100%);
    transition: 0.3s all; }
    @media only screen and (max-width: 600px) {
      header.banner .nav--mobile {
        top: 88px; } }
    @media only screen and (max-width: 350px) {
      header.banner .nav--mobile {
        top: 75px; } }
    header.banner .nav--mobile.active {
      opacity: 1;
      transform: translateX(0);
      padding-top: 98px; }
      @media only screen and (max-width: 600px) {
        header.banner .nav--mobile.active {
          padding-top: 40px; } }
      header.banner .nav--mobile.active::after {
        content: '';
        position: absolute;
        background-image: url(../../resources/assets/images/facebook-icon-rollover.png); }
    header.banner .nav--mobile li {
      text-align: center;
		position: relative;
      padding-bottom: 30px; }
      @media only screen and (max-width: 600px) {
        header.banner .nav--mobile li {
          padding-bottom: 15px; } }
      header.banner .nav--mobile li a {
        display: inline-block;
        text-align: center;
        padding: 0.5rem;
        font-size: 1.5rem;
        color: white;
        transition: 0.3s all;
        border-bottom: 3px solid transparent; }
        @media screen and (max-width: 600px) {
          header.banner .nav--mobile li a {
            font-size: 1.25rem; } }
        header.banner .nav--mobile li a:hover, header.banner .nav--mobile li a:focus {
          color: #e1c74d;
          border-bottom: 3px solid #b558cc; }

footer.footer-partners-list {
  background-color: #f2f2f2;}
  footer.footer-partners-list .section--partners-list {
    padding: 55px 0px 76px; }
  footer.footer-partners-list .partner-tier {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }

footer.content-info {
  background-color: #20043f; }
  footer.content-info .container {
    padding: 1.5rem; }
    @media only screen and (min-width: 1025px) and (max-width: 1125px) {
      footer.content-info .container {
        padding: 4.5rem 1.5rem; } }
  footer.content-info header h3 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin-bottom: 68px;
    margin-top: 47px; }
    @media only screen and (min-width: 1025px) and (max-width: 1125px) {
      footer.content-info header h3 {
        margin-bottom: 93px; } }
    footer.content-info header h3 img {
      max-width: 378px; }
      @media only screen and (max-width: 1125px) {
        footer.content-info header h3 img {
          max-width: 682px; } }
      @media only screen and (max-width: 1024px) {
        footer.content-info header h3 img {
          max-width: 378px; } }
      @media only screen and (max-width: 767px) {
        footer.content-info header h3 img {
          max-width: 100%; } }
  footer.content-info .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem; }
    @media only screen and (min-width: 1025px) and (max-width: 1125px) {
      footer.content-info .nav {
        margin-bottom: 5.5rem; } }
    footer.content-info .nav a {
      display: block;
      color: white; }
  footer.content-info .nav-social {
    margin-bottom: 70px; }
    @media only screen and (min-width: 1025px) and (max-width: 1125px) {
      footer.content-info .nav-social {
        margin-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      footer.content-info .nav-social {
        margin-bottom: 50px; } }
    footer.content-info .nav-social a {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      transition: none; }
      @media screen and (max-width: 1125px) {
        footer.content-info .nav-social a img {
          width: 126px; } }
      @media screen and (max-width: 1024px) {
        footer.content-info .nav-social a img {
          width: 45px; } }
    footer.content-info .nav-social .facebook a:hover, footer.content-info .nav-social .twitter a:hover, footer.content-info .nav-social .instagram a:hover, footer.content-info .nav-social .tiktok a:hover, footer.content-info .nav-social .bluesky a:hover {
      width: 45px;
      height: 45px;
      display: inline-block;
      background-size: 45px;
      margin: 0px 8px;
      transition: none; }
      footer.content-info .nav-social .facebook a:hover img, footer.content-info .nav-social .twitter a:hover img, footer.content-info .nav-social .instagram a:hover img, footer.content-info .nav-social .tiktok a:hover img, footer.content-info .nav-social .bluesky a:hover img {
        display: none;
        transition: none; }
    footer.content-info .nav-social .facebook a:hover {
      background-image: url(../../resources/assets/images/facebook-icon-rollover.png); }
    footer.content-info .nav-social .twitter a:hover {
      background-image: url(../../resources/assets/images/twitter-icon-rollover.png); }
    footer.content-info .nav-social .instagram a:hover {
      background-image: url(../../resources/assets/images/insta-icon-rollover.png); }
    footer.content-info .nav-social .tiktok a:hover {
      background-image: url(../../resources/assets/images/tiktok-icon-hover.png); }
    footer.content-info .nav-social .bluesky a:hover {
      background-image: url(../../resources/assets/images/bluesky-icon-hover.png); }
  @media screen and (max-width: 768px) {
    footer.content-info .nav-footer .nav {
      flex-direction: column; } }
  footer.content-info .nav-footer a {
    font-family: 'gilmer bold';
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
    line-height: 10px; }
    @media screen and (max-width: 768px) {
      footer.content-info .nav-footer a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-left: 0; } }
    @media screen and (max-width: 1125px) {
      footer.content-info .nav-footer a {
        font-size: 29px; } }
    @media screen and (max-width: 1024px) {
      footer.content-info .nav-footer a {
        font-size: 16px; } }
    footer.content-info .nav-footer a:hover {
      color: #e1c74d;
      border-bottom: 2px solid #b558cc; }
  footer.content-info .nav-footer li:first-of-type {
    border-left: 0; }
  footer.content-info .nav-footer li {
    padding: 0rem 1rem;
    border-left: 1px solid white; }
    @media only screen and (max-width: 991px) {
      footer.content-info .nav-footer li {
        border: none; } }
  footer.content-info .charity-info {
    display: flex;
    justify-content: center; }
    footer.content-info .charity-info p {
      color: white;
      margin: 0;
      margin-bottom: 67px;
      font-family: 'gilmer regular'; }
      @media screen and (max-width: 1125px) {
        footer.content-info .charity-info p {
          font-size: 29px; } }
      @media screen and (max-width: 1024px) {
        footer.content-info .charity-info p {
          font-size: 16px;
          text-align: center;
          line-height: 25px; } }

.container--page {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .container--page {
      margin-left: auto;
      max-width: 100%; } }
  .container--page article {
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    padding: 2.5rem; }
    .container--page article > :first-child {
      margin-top: 0; }
    .container--page article > :last-child {
      margin-bottom: 0; }
  .container--page h1 {
    color: #0f5f6b; }
  .container--page h2,
  .container--page h3,
  .container--page h4 {
    color: #26a19b; }
  .container--page p,
  .container--page li {
    font-size: 1.125rem;
    line-height: 1.5em; }
  .container--page strong {
    font-weight: bold;
    font-size: 1.125rem;
    color: black; }
  .container--page figcaption {
    font-family: 'gilmer regular'; }
  .container--page a {
    color: #0f5f6b;
    font-weight: bold; }
    .container--page a:hover, .container--page a:active {
      color: #26a19b; }

body#tinymce {
  margin: 12px !important; }

#box-office .box-office__container {
  background-color: white;
  max-width: 100%;
  width: 100%;
  padding: 1.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px; }
  #box-office .box-office__container header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    #box-office .box-office__container header h1 {
      margin: 0; }
#box-office .box-office__content > :first-child {
  margin-top: 0; }
#box-office .box-office__content > :last-child {
  margin-bottom: 0; }
#box-office h1 {
  color: #0f5f6b; }
#box-office h2 {
  color: #26a19b; }
#box-office h3 {
  color: #26a19b; }
#box-office a {
  color: #26a19b;
  font-weight: bold; }

.page-template-template-full-width .container--page {
  max-width: 100%; }
  .page-template-template-full-width .container--page article {
    background-color: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none; }

.page-template-template-partners .partners-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .page-template-template-partners .partners-container {
      margin-left: auto;
      max-width: 100%; } }
  .page-template-template-partners .partners-container .container--page {
    padding: 0;
    max-width: initial; }
  .page-template-template-partners .partners-container article {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0; }
.page-template-template-partners .partners-content {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  padding: 2.5rem; }
  .page-template-template-partners .partners-content > :first-child {
    margin-top: 0; }
  .page-template-template-partners .partners-content > :last-child {
    margin-bottom: 0; }

.section--page-title {
  margin-top: 126px;
  background: #20043f;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section--page-title {
      margin-top: 78px; } }
  .section--page-title .container {
    padding-left: 0;
    padding-right: 0em; }
    .section--page-title .container .page-title-banner-text {
      font-size: 60px;
      line-height: 1.05;
      text-align: center;
      position: absolute;
      bottom: 47%;
      font-family: 'gilmer heavy';
      color: #e1c74d; }
      @media only screen and (max-width: 767px) {
        .section--page-title .container .page-title-banner-text {
          font-size: 40px;
          bottom: auto;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); } }
      @media only screen and (max-width: 414px) {
        .section--page-title .container .page-title-banner-text {
          font-size: 27px; } }

.container--page .about-page {
  background: white;
  padding: 0px;
  box-shadow: none;
  margin-top: -5px;
  margin-bottom: 48px;
  font-family: 'gilmer regular'; }
  .container--page .about-page h1, .container--page .about-page h2, .container--page .about-page h3, .container--page .about-page h4, .container--page .about-page h5, .container--page .about-page h6, .container--page .about-page a, .container--page .about-page strong {
    color: #20043f;
    font-family: 'gilmer heavy'; }
  .container--page .about-page h1 {
    font-size: 44px; }
    @media only screen and (max-width: 767px) {
      .container--page .about-page h1 {
        font-size: 40px; } }
  .container--page .about-page h2 {
    font-size: 35px; }
    @media only screen and (max-width: 767px) {
      .container--page .about-page h2 {
        font-size: 30px; } }
  .container--page .about-page p, .container--page .about-page ul, .container--page .about-page li, .container--page .about-page ol, .container--page .about-page table {
    font-size: 21px;
    line-height: 1.43;
    color: black;
    font-family: 'gilmer regular';
    clear: both;
    word-wrap: break-word; }
  .container--page .about-page h1, .container--page .about-page h2, .container--page .about-page strong {
    font-family: 'gilmer heavy'; }
  .container--page .about-page img {
    width: 100%; }
  .container--page .about-page .alignleft, .container--page .about-page .alignright {
    width: 48%; }
    @media only screen and (max-width: 991px) {
      .container--page .about-page .alignleft, .container--page .about-page .alignright {
        width: 100% !important; } }
  .container--page .about-page figure {
    max-width: 100%;
    margin: 0px; }
    .container--page .about-page figure.aligncenter {
      margin: auto; }
  .container--page .about-page iframe {
    max-width: 100%; }

section .container > header {
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 40rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  section .container > header h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 50px;
    font-family: 'gilmer heavy'; }
  section .container > header h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #26a19b; }

.section--event-categories {
  background: #09318c !important; }
  .section--event-categories h1 {
    color: #fb7e61 !important; }
  .section--event-categories .card-container {
    padding-left: 0px;
    padding-right: 0px; }
    .section--event-categories .card-container:hover .page__content {
      background: #bbdfdbba !important; }
      .section--event-categories .card-container:hover .page__content .page__content_inner header h2, .section--event-categories .card-container:hover .page__content .page__content_inner header a, .section--event-categories .card-container:hover .page__content .page__content_inner footer h2, .section--event-categories .card-container:hover .page__content .page__content_inner footer a {
        color: #09318c !important; }
      .section--event-categories .card-container:hover .page__content .page__content_inner footer span {
        color: #fb7e61 !important; }
    .section--event-categories .card-container .highlight__image {
      border-radius: 0px !important; }
    .section--event-categories .card-container .page__content {
      background: #123f8c85 !important;
      box-shadow: 3px 3px 5px #091c3e; }
      .section--event-categories .card-container .page__content:after {
        background: linear-gradient(90deg, #ffffff 1%, #fb7e61 34%, #123f8c 100%); }
      .section--event-categories .card-container .page__content .page__content_inner header h2 {
        color: #fb7e61; }
      .section--event-categories .card-container .page__content .page__content_inner footer a {
        color: #fb7e61 !important; }
      .section--event-categories .card-container .page__content .page__content_inner footer span {
        color: #bbdfdb !important; }
  .section--event-categories .slick-track {
    display: flex; }
  .section--event-categories .slick-dots li button:after {
    background-color: #bbdfdb !important; }
  .section--event-categories .slick-dots li.slick-active button:after {
    background-color: #fb7e61 !important; }

.section--featured-events .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
.section--featured-events .slick-track {
  display: flex; }
.section--featured-events .card--event {
  box-shadow: 0 0 10px rgba(15, 95, 107, 0.25);
  margin: 1.5rem 0.75rem; }
  .section--featured-events .card--event:hover {
    transform: scale(1.05); }
  .section--featured-events .card--event .tribe-events-event-image img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto; }

.section--festival-highlights {
  background: #043832; }
  .section--festival-highlights .container {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .section--festival-highlights .slick-track {
    display: flex;
    padding-bottom: 18px; }
  .section--festival-highlights .slick-dots {
    display: flex;
    padding-left: 0px;
    justify-content: center; }
    .section--festival-highlights .slick-dots li button {
      border: none;
      background: transparent;
      color: transparent;
      position: relative; }
      .section--festival-highlights .slick-dots li button:focus {
        outline: none; }
      .section--festival-highlights .slick-dots li button:after {
        content: "";
        width: 16px;
        height: 16px;
        background-color: #d9ea5e;
        background-size: 10px;
        position: absolute;
        left: 2px;
        top: 12px;
        cursor: pointer; }
    .section--festival-highlights .slick-dots li::marker {
      color: transparent;
      width: 16px;
      height: 16px; }
    .section--festival-highlights .slick-dots li.slick-active::marker {
      color: transparent; }
    .section--festival-highlights .slick-dots li.slick-active button:after {
      content: "";
      background-color: #f987aa; }

.section--hero {
  background: #20043f;
  position: relative; }
  .section--hero .container {
    padding-left: 0;
    padding-right: 0; }
  .section--hero .carousel {
    height: 30rem; }
  .section--hero .carousel__slide {
    height: 30rem;
    background-size: cover;
    background-position: center center; }
  .section--hero .hero-banner-image img {
    height: fit-content; }
    @media only screen and (max-width: 767px) {
      .section--hero .hero-banner-image img {
        height: 346px;
        object-fit: cover; } }
  .section--hero .hero-banner-text {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.07;
    text-align: left;
    color: #e1c74d;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: absolute;
    bottom: 40%;
    width: 60%;
    font-family: 'gilmer heavy'; }
    @media only screen and (max-width: 1200px) {
      .section--hero .hero-banner-text {
        bottom: 27%; } }
    @media only screen and (max-width: 767px) {
      .section--hero .hero-banner-text {
        font-size: 40px;
        width: 100%;
        bottom: 10%; } }
    @media only screen and (max-width: 350px) {
      .section--hero .hero-banner-text {
        bottom: 10%; } }

.section--image-carousel .container {
  padding-left: 0;
  padding-right: 0; }
.section--image-carousel .carousel {
  height: 30rem; }
.section--image-carousel .carousel__slide {
  height: 30rem;
  background-size: cover;
  background-position: center center; }

.section--latest-news .container {
  display: flex;
  justify-content: center;
  transform: translateY(-50%); }
.section--latest-news .latest-news {
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
  border: 2px solid #0f5f6b;
  background-color: white;
  color: #0f5f6b;
  font-size: 1.5rem;
  padding: 0.5rem 1.5rem;
  font-weight: bold; }
  @media screen and (max-width: 600px) {
    .section--latest-news .latest-news {
      font-size: 1rem; } }

.section--newsletter-video .container {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-areas: "a b";
  grid-template-columns: 1fr 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
.section--newsletter-video .newsletter {
  background-color: #0f5f6b;
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
  padding: 1.5rem; }
  .section--newsletter-video .newsletter :first-child {
    margin-top: 0; }
  .section--newsletter-video .newsletter :last-child {
    margin-bottom: 0; }
  .section--newsletter-video .newsletter h1,
  .section--newsletter-video .newsletter h2,
  .section--newsletter-video .newsletter h3 {
    color: white; }
  .section--newsletter-video .newsletter p {
    color: #99c7c5; }
.section--newsletter-video .video {
  background-color: #0f5f6b;
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
  overflow: hidden; }

.section--partners-list .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .footer-partners-list .section--partners-list .container {
    display: flex; }
    @media screen and (max-width: 768px) {
      .footer-partners-list .section--partners-list .container {
        flex-wrap: wrap; } }
.section--partners-list .partner-tier {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .footer-partners-list .section--partners-list .partner-tier {
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 50%;
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
    @media screen and (max-width: 768px) {
      .footer-partners-list .section--partners-list .partner-tier {
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 3rem;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .footer-partners-list .section--partners-list .partner-tier {
        align-items: flex-start !important; } }
    .footer-partners-list .section--partners-list .partner-tier:first-child {
      margin-left: 0; }
    .footer-partners-list .section--partners-list .partner-tier:last-child {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .footer-partners-list .section--partners-list .partner-tier:last-child {
          margin-bottom: 0; } }
  .section--partners-list .partner-tier header {
    margin-bottom: 0.2rem; }
    .section--partners-list .partner-tier header h3 {
      margin-top: 0;
      margin-bottom: 0;
      color: black;
      font-size: 25px;
      font-family: 'gilmer bold'; }
  .section--partners-list .partner-tier .grid {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .section--partners-list .partner-tier .grid {
        margin-top: 3rem; } }
    @media screen and (max-width: 414px) {
      .section--partners-list .partner-tier .grid {
        justify-content: space-between;
        width: 100%; } }
    .section--partners-list .partner-tier .grid .card--partner {
      flex-grow: 1;
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      max-width: 50%; }
      @media screen and (max-width: 600px) {
        .section--partners-list .partner-tier .grid .card--partner {
          max-width: 100%; } }
      .section--partners-list .partner-tier .grid .card--partner:first-child {
        margin-left: 0; }
      .section--partners-list .partner-tier .grid .card--partner:last-child {
        margin-right: 0;
        margin-bottom: 0; }
.page-template-template-partners .footer-partners-list .section--partners-list {
  display: none; }

.card {
  position: relative; }
  .card .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    outline: 0; }

.tribe-event-featured {
  background: transparent !important; }
  .tribe-event-featured a {
    color: #26a19b !important; }
  .tribe-event-featured .tribe-events-photo-event-wrap {
    background: white !important; }
  .tribe-event-featured .tribe-events-list-event-title a {
    color: #0f5f6b !important; }
  .tribe-event-featured .tribe-events-event-meta {
    color: #26a19b !important;
    font-weight: bold !important; }
  .tribe-event-featured p {
    color: black; }

#tribe-events-photo-events .tribe-events-photo-event {
  margin-bottom: 0.5rem; }

.tribe-events-photo-event-wrap {
  border: 0 !important;
  background-color: white;
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
  transition: 0.3s all;
  position: relative; }
  .tribe-events-photo-event-wrap .tribe-events-event-image {
    height: 12rem;
    overflow: hidden;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 0.5rem;
    position: relative;
    margin-bottom: 0; }
    .tribe-events-photo-event-wrap .tribe-events-event-image a {
      display: block;
      height: 100%;
      width: 100%; }
    .tribe-events-photo-event-wrap .tribe-events-event-image img {
      object-fit: cover;
      object-position: center center;
      height: 100%;
      width: 100%;
      font-family: 'object-fit: cover; object-position: center;'; }
  .tribe-events-photo-event-wrap .tribe-events-list-event-title {
    color: #0f5f6b;
    margin-top: 0;
    margin-bottom: 0.75rem; }
  .tribe-events-photo-event-wrap .tribe-events-event-details {
    padding: 1.5rem !important;
    display: flex;
    flex-direction: column;
    min-height: 21.5rem; }
    .tribe-events-photo-event-wrap .tribe-events-event-details .tribe-events-list-photo-description {
      flex-grow: 1; }
    .tribe-events-photo-event-wrap .tribe-events-event-details .tribe-events-list-event-title a {
      color: #0f5f6b; }
    .tribe-events-photo-event-wrap .tribe-events-event-details .tribe-events-event-meta {
      font-size: 1rem;
      font-weight: bold;
      color: #26a19b;
      margin-top: 0;
      margin-bottom: 0.75rem;
      background-color: transparent;
      border: 0; }
    .tribe-events-photo-event-wrap .tribe-events-event-details footer {
      text-align: right; }
  .tribe-events-photo-event-wrap .button, .tribe-events-photo-event-wrap .edd-button, .tribe-events-photo-event-wrap .edd-submit, .tribe-events-photo-event-wrap #tribe-events .tribe-events-button, #tribe-events .tribe-events-photo-event-wrap .tribe-events-button, .tribe-events-photo-event-wrap .tribe-button, .tribe-events-photo-event-wrap #buy-tickets .ticket-booking-field, #buy-tickets .tribe-events-photo-event-wrap .ticket-booking-field {
    position: relative;
    z-index: 2; }

.card--festival-highlight {
  display: flex !important;
  flex-direction: column;
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .card--festival-highlight .card-container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: white;
    border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
    box-shadow: 0 0 10px rgba(15, 95, 107, 0.25);
    transition: 0.3s all;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    .card--festival-highlight .card-container:hover {
      transform: scale(1.05); }
  .card--festival-highlight .highlight__image {
    height: 12rem;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 0.5rem;
    background-position: center center;
    background-size: cover; }
  .card--festival-highlight .highlight__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.5rem; }
    .card--festival-highlight .highlight__content header h2 {
      margin-top: 0.25rem;
      margin-bottom: 0.5rem;
      color: #0f5f6b; }
    .card--festival-highlight .highlight__content header h3 {
      margin-top: 0;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 1rem; }
    .card--festival-highlight .highlight__content p {
      margin-top: 0;
      color: #567674; }
    .card--festival-highlight .highlight__content a {
      text-decoration: none;
      color: #26a19b;
      cursor: pointer; }
    .card--festival-highlight .highlight__content .highlight__excerpt {
      flex-grow: 1; }
    .card--festival-highlight .highlight__content footer {
      text-align: right; }
  .card--festival-highlight .button, .card--festival-highlight .edd-button, .card--festival-highlight .edd-submit, .card--festival-highlight #tribe-events .tribe-events-button, #tribe-events .card--festival-highlight .tribe-events-button, .card--festival-highlight .tribe-button, .card--festival-highlight #buy-tickets .ticket-booking-field, #buy-tickets .card--festival-highlight .ticket-booking-field {
    position: relative;
    z-index: 2; }

.carousel-section{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card--page a {
    text-decoration: none;
}

.card--page {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 375px !important;
  margin-left: 1rem;
  margin-right: 1rem; }
  @media only screen and (max-width: 1024px) {
    .card--page {
      width: inherit !important; } }
  .card--page .card-container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
	min-height:400px;
    background-color: white;
    transition: 0.3s all; }
    .card--page .card-container:hover {
      /*transform: scale(1.148);*/ }
      /*.card--page .card-container:hover .page__content {
        background: #d9ea5e8f; }
        .card--page .card-container:hover .page__content header h2 {
          color: #043832;
          font-size: 29px;
          font-family: 'gilmer heavy'; }
        .card--page .card-container:hover .page__content p {
          color: black;
          font-size: 18.5px;
          font-family: 'gilmer medium'; }
        .card--page .card-container:hover .page__content a {
          color: #124036 !important;
          font-size: 18.5px !important;
          border: 1px solid #124036 I !important;
          border-radius: 0px i !important;
          font-family: 'gilmer heavy'; }*/
  .card--page .page__image {
    background-position: center top;
    background-size: cover;
    height: 185px; }
  .card--page .page__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.4rem;
    position: relative;
    background: #eab28f;
    width: 100%;
    height: 100%;
    font-family: 'gilmer heavy'; }
	.card--page:hover .page__content,
	.card--page:hover:nth-child(2) .page__content,
	.card--page:hover:nth-child(3) .page__content,
	.card--page:hover:nth-child(4) .page__content,
	.card--page:hover:nth-child(5) .page__content,
	.card--page:hover:nth-child(6) .page__content
	{
		background: #1C083F;
		transition: 0.2s all ease-in-out;
	}
		.card--page:nth-child(2) .page__content{
			background: #dcdf71;
		}
		.card--page:nth-child(3) .page__content{
					background: #f58da6;
				}
		.card--page:nth-child(4) .page__content{
					background: #a4bc5d;
				}
		.card--page:nth-child(5) .page__content{
					background: #e4c383;
				}
		.card--page:nth-child(6) .page__content{
					background: #dae86c;
				}
    .card--page .page__content .page__content_inner {
      position: relative;
      bottom: auto; }
      .card--page .page__content .page__content_inner header h2 {
        margin-top: 0.25rem;
        margin-bottom: 0.5rem;
        color: #1e083d;
        font-size: 25px;
        font-family: 'gilmer heavy';
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical; }
		.card--page:hover .page__content .page__content_inner header h2{
			color: #fff;
		}
      .card--page .page__content .page__content_inner header h3 {
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 1rem; }
      .card--page .page__content .page__content_inner p {
		font-size:20px;
        margin-top: 0;
        color: #1e083d;
        font-family: 'gilmer medium';
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical; }
		.card--page:hover .page__content .page__content_inner p{
			color:#fff;
		}
      .card--page .page__content .page__content_inner a {
        text-decoration: none;
        color: #26a19b;
        cursor: pointer;
        border: none !important;
        background: none !important;
        color: #d9ea5e !important;
        text-decoration: underline !important;
        padding: 0px !important;
        font-size: 16px !important; }
      .card--page .page__content .page__content_inner span.icon {
        width: 16px;
        height: 16px;
        display: inline-block;
        background-size: 16px;
        background-image: url(../../resources/assets/images/right-arrow.png);
        background-repeat: no-repeat;
        margin-bottom: -2px;
        margin-left: 7px;
        cursor: pointer; }
      .card--page .page__content .page__content_inner .page__excerpt {
        flex-grow: 1; }
      .card--page .page__content .page__content_inner footer {
        text-align: left; }
    .card--page .page__content::after {
      top:0px;
	  bottom: auto;
      content: "";
      position: absolute;
      height: 14px;
      width: 100%;
      background: #043832;
      background: linear-gradient(90deg, #043832 1%, #d9ea5e 34%, #f987aa 100%);
      margin: 0px -23px; }
  .card--page .button, .card--page .edd-button, .card--page .edd-submit, .card--page #tribe-events .tribe-events-button, #tribe-events .card--page .tribe-events-button, .card--page .tribe-button, .card--page #buy-tickets .ticket-booking-field, #buy-tickets .card--page .ticket-booking-field {
    position: relative;
    z-index: 2; }

.card .cover {
  visibility: hidden; }

.card--partner {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .card--partner {
      flex-grow: inherit !important;
      margin: 0px 0px 40px 0px !important;
      max-width: 100% !important; } }
  .footer-partners-list .card--partner {
    align-items: flex-end; }
  .card--partner img {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 1024px) {
      .card--partner img {
        width: 70%; } }
    @media only screen and (max-width: 767px) {
      .card--partner img {
        width: 50%; } }
    @media only screen and (max-width: 414px) {
      .card--partner img {
        width: 100px; } }
    @media only screen and (max-width: 320px) {
      .card--partner img {
        width: 85px; } }
  .card--partner a.cover {
    position: relative;
    display: block;
    cursor: pointer;
    visibility: visible;
    text-align: left; }

#tribe-events-pg-template,
.tribe-events-pg-template {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  width: 100%;
  margin-bottom: 0 !important; }

.tribe_paged {
  color: #26a19b; }

.tribe-button {
  margin: 0 !important; }

.tribe-events-nav-pagination {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media screen and (max-width: 768px) {
    .tribe-events-nav-pagination {
      padding-left: 0;
      padding-right: 0; } }
  .tribe-events-nav-pagination a {
    color: #0f5f6b;
    font-weight: bold; }

#tribe-events-day .tribe-events-list-event-title {
  font-size: 1.5rem; }
  #tribe-events-day .tribe-events-list-event-title a {
    color: #0f5f6b; }
#tribe-events-day .tribe-event-date-start {
  font-size: 1rem;
  color: #26a19b; }

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  padding: 1.5rem;
  margin: 0; }
.tribe-events-day .tribe-events-content {
  float: none !important;
  display: block !important; }

.tribe-events-day-time-slot {
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem; }

.tribe-events-day-time-slot-heading {
  background-color: #0f5f6b !important;
  color: white;
  padding: 1.5rem !important;
  border-radius: 2.5rem 2.5rem 0.5rem 2.5rem;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important; }

.event-day-container {
  display: flex;
  background-color: white;
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
  overflow: hidden; }
  .event-day-container .event-day-image {
    flex-shrink: 0;
    flex-basis: 25%;
    overflow: hidden;
    background-size: cover;
    background-position: center center; }
  .event-day-container .event-day-content {
    padding: 1.5rem !important; }

.tribe-events-list .type-tribe_events {
  border-bottom: 0; }
.tribe-events-list .time-details {
  margin: 0; }
.tribe-events-list .tribe-events-venue-details {
  margin: 0; }

.tribe-events-list .tribe-events-list-event-title a {
  color: #0f5f6b; }
.tribe-events-list .type-tribe_events {
  padding: 0 !important; }
.tribe-events-list .tribe-event-schedule-details {
  color: #26a19b; }
.tribe-events-list .tribe-events-list-separator-month {
  background-color: #0f5f6b !important;
  color: white;
  padding: 1.5rem !important;
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
  margin-bottom: 1.5rem !important; }
.tribe-events-list .event-list-container {
  display: flex;
  background-color: white;
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
  overflow: hidden; }
.tribe-events-list .event-list-content {
  padding: 1.5rem !important; }
.tribe-events-list .tribe-events-event-image {
  float: none !important;
  width: 100% !important;
  margin: 0 !important; }
.tribe-events-list .event-list-image {
  flex-shrink: 0;
  flex-basis: 25%;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }

#tribe-events-photo-events {
  margin: 0; }

.post-type-archive-tribe_events .wrap {
  background-color: #f2f2f2; }

.tribe-events-loop {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media screen and (max-width: 768px) {
    .tribe-events-loop {
      padding-left: 0;
      padding-right: 0; } }
  .tribe-events-loop .tribe-events-event-meta {
    font-size: 1rem; }
  .tribe-events-loop .tribe-events-venue-details a {
    color: #26a19b; }

#tribe-events-pg-template {
  margin-bottom: 5rem !important; }
  #tribe-events-pg-template .tribe-events-content h2 {
    font-size: 1.75rem; }
  #tribe-events-pg-template .tribe-events-content strong {
    font-weight: bold;
    color: #26a19b; }

#tribe_events_filters_form {
  max-width: 100%; }

#tribe-events-bar {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 768px) {
    #tribe-events-bar {
      padding-left: 0;
      padding-right: 0; } }
  #tribe-events-bar .tribe-bar-views-inner {
    border-radius: 0 2.5rem 0.5rem 0;
    background-color: #0f5f6b; }
    @media screen and (max-width: 768px) {
      #tribe-events-bar .tribe-bar-views-inner {
        border-radius: 0.5rem 2.5rem 0.5rem 0.5rem; } }

#tribe-bar-collapse-toggle {
  border-radius: 0 2.5rem 0.5rem 0;
  background-color: #0f5f6b;
  color: white; }
  #tribe-bar-collapse-toggle:hover, #tribe-bar-collapse-toggle:focus {
    background-color: #127381; }
  @media screen and (max-width: 768px) {
    #tribe-bar-collapse-toggle {
      border-radius: 0.5rem 2.5rem 0.5rem 0.5rem; } }

#tribe-bar-form {
  width: 100%;
  max-width: 100%;
  display: flex;
  background-color: #0f5f6b;
  border-radius: 0.5rem 2.5rem 0.5rem 0.5rem; }
  @media screen and (max-width: 768px) {
    #tribe-bar-form {
      display: block; } }
  #tribe-bar-form label {
    color: white; }
  #tribe-bar-form input[type="text"] {
    border-bottom-color: white;
    color: white;
    font-size: 1rem;
    font-style: normal; }
  #tribe-bar-form ::placeholder {
    color: white; }
  #tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #26a19b;
    border-radius: 0.5rem;
    font-size: 1rem; }

#tribe-bar-views-toggle {
  color: white;
  font-size: 1rem; }
  #tribe-bar-views-toggle:hover, #tribe-bar-views-toggle:focus {
    background: #127381; }
    @media screen and (max-width: 768px) {
      #tribe-bar-views-toggle:hover, #tribe-bar-views-toggle:focus {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px; } }
  #tribe-bar-views-toggle span {
    filter: brightness(500%); }

#tribe-bar-views .tribe-bar-views-list {
  background: #127381; }
  #tribe-bar-views .tribe-bar-views-list span {
    filter: brightness(500%); }
  #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option {
    color: white;
    font-size: 1rem; }
    #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:hover, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:focus {
      background: #168698; }

.tribe-events-filters-horizontal {
  position: relative !important;
  padding: 0.75rem 1.5rem !important;
  margin: 1.5rem !important;
  border-radius: 0.5rem; }

  @media screen and (max-width: 768px) {
    .tribe-events-filters-horizontal {
      margin: 0 0 1.5rem 0 !important;
      padding: 0 !important; } }
  .tribe-events-filters-horizontal .tribe-events-filter-group li {
    display: flex; }
  .tribe-events-filters-horizontal .tribe-js-filters-toggle,
  .tribe-events-filters-horizontal .tribe_events_filters_toggle,
  .tribe-events-filters-horizontal .tribe_events_filters_reset,
  .tribe-events-filters-horizontal .tribe-events-filters-group-heading,
  .tribe-events-filters-horizontal .tribe-filter-status,
  .tribe-events-filters-horizontal .tribe-events-filter-group label {
    font-size: 1rem !important; }

.post-type-archive-tribe_events .select2-choice,
.post-type-archive-tribe_events .select2-chosen,
.post-type-archive-tribe_events .select2-result-label,
.post-type-archive-tribe_events .select2-result {
  font-size: 1rem !important; }

#tribe-filter-Day li:nth-child(1) {
  display: none; }
#tribe-filter-Day li:nth-child(6) {
  display: none; }
#tribe-filter-Day li:nth-child(7) {
  display: none; }

.single-tribe_events main.main {
  background-color: #f2f2f2; }
.single-tribe_events .tribe-events-single {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem !important;
  padding: 0 !important; }
  .single-tribe_events .tribe-events-single > :first-child {
    margin-top: 0; }
  .single-tribe_events .tribe-events-single > :last-child {
    margin-bottom: 0; }
.single-tribe_events .tribe-events-single-tickets {
  margin: 0 !important;
  padding: 1.5rem !important; }
.single-tribe_events .event-image {
  position: relative;
  height: 40vh;
  overflow: hidden;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 0.5rem; }
  .single-tribe_events .event-image .tribe-events-event-image {
    height: 100%;
    margin-bottom: 0; }
  .single-tribe_events .event-image img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    font-family: 'object-fit: cover; object-position: center;'; }
.single-tribe_events .event-content {
  padding: 3rem; }
  @media screen and (max-width: 768px) {
    .single-tribe_events .event-content {
      padding: 1.5rem; } }
.single-tribe_events .tribe-events-single-event-title {
  color: #0f5f6b;
  font-size: 2rem;
  margin-bottom: 0.5rem; }
.single-tribe_events .tribe-events-single-section-title {
  font-size: 1.5rem;
  margin: 0 0 0.75rem 0; }
.single-tribe_events .tribe-events-schedule {
  color: #26a19b;
  margin: 0; }
  .single-tribe_events .tribe-events-schedule h2 {
    margin-top: 0; }
.single-tribe_events .event-meta .tribe-events-event-meta {
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem; }
.single-tribe_events .tribe-events-meta-group {
  margin: 0;
  padding: 1.5rem;
  width: 100%; }
.single-tribe_events .tribe-events-venue-map {
  padding: 0 1.5rem 1.5rem 1.5rem;
  width: 100% !important;
  float: none;
  margin: 0;
  background-color: transparent;
  border: 0; }
  .single-tribe_events .tribe-events-venue-map > div {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
.single-tribe_events .grid {
  display: grid;
  grid-template-areas: "a b" "c c";
  grid-template-columns: 2fr 1fr;
  grid-gap: 1.5rem; }
  @media screen and (max-width: 600px) {
    .single-tribe_events .grid {
      grid-template-areas: "a" "b" "c";
      grid-template-columns: minmax(0, 1fr);
      grid-template-rows: auto; } }
  .single-tribe_events .grid > :nth-child(1) {
    grid-area: a; }
  .single-tribe_events .grid > :nth-child(2) {
    grid-area: b; }
  .single-tribe_events .grid > :nth-child(3) {
    grid-area: c; }
.single-tribe_events h2 {
  color: #0f5f6b; }
.single-tribe_events a {
  color: #26a19b; }
.single-tribe_events ul.tribe-related-events {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .single-tribe_events ul.tribe-related-events li {
    background: transparent;
    border: 0;
    margin-right: 1.5rem; }
    .single-tribe_events ul.tribe-related-events li:last-of-type {
      margin-right: 0; }
    .single-tribe_events ul.tribe-related-events li .card {
      border: 1px solid #f2f2f2 !important; }
.single-tribe_events .ticket-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem; }
  .single-tribe_events .ticket-actions .button, .single-tribe_events .ticket-actions .edd-button, .single-tribe_events .ticket-actions .edd-submit, .single-tribe_events .ticket-actions #tribe-events .tribe-events-button, #tribe-events .single-tribe_events .ticket-actions .tribe-events-button, .single-tribe_events .ticket-actions .tribe-button, .single-tribe_events .ticket-actions #buy-tickets .ticket-booking-field, #buy-tickets .single-tribe_events .ticket-actions .ticket-booking-field {
    margin-right: 0.75rem; }
    .single-tribe_events .ticket-actions .button:last-child, .single-tribe_events .ticket-actions .edd-button:last-child, .single-tribe_events .ticket-actions .edd-submit:last-child, .single-tribe_events .ticket-actions #tribe-events .tribe-events-button:last-child, #tribe-events .single-tribe_events .ticket-actions .tribe-events-button:last-child, .single-tribe_events .ticket-actions .tribe-button:last-child, .single-tribe_events .ticket-actions #buy-tickets .ticket-booking-field:last-child, #buy-tickets .single-tribe_events .ticket-actions .ticket-booking-field:last-child {
      margin-right: 0; }

#rsvp-now {
  display: none; }

#buy-tickets {
  background: #fafafa;
  border: 1px solid #eee;
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem; }
  #buy-tickets .tribe-events-tickets-title {
    margin-top: 0; }
  #buy-tickets .tribe-events-tickets {
    width: 100%; }
  #buy-tickets .ticket-booking-field {
    display: inline-flex;
    align-items: center; }
    #buy-tickets .ticket-booking-field.ticket-booking-field-disabled {
      opacity: 0.5;
      filter: grayscale(100%); }
    #buy-tickets .ticket-booking-field input,
    #buy-tickets .ticket-booking-field button {
      font-size: 1.25rem;
      font-weight: bold;
      border: 0;
      background-color: transparent;
      outline: 0;
      line-height: 1em;
      padding: 0.5rem;
      margin-bottom: 0; }
    #buy-tickets .ticket-booking-field button {
      font-size: 1.5rem;
      color: #26a19b;
      cursor: pointer; }
      #buy-tickets .ticket-booking-field button:last-of-type {
        margin-left: 0.5rem; }
    #buy-tickets .ticket-booking-field:hover input,
    #buy-tickets .ticket-booking-field:hover button, #buy-tickets .ticket-booking-field:focus input,
    #buy-tickets .ticket-booking-field:focus button {
      color: white; }
  #buy-tickets .ticket-limit-notice {
    display: none;
    text-align: center; }
  #buy-tickets .tribe-tickets-remaining {
    font-size: 1rem;
    text-align: center;
    width: 12rem;
    margin-top: 0.25rem;
    color: #0f5f6b; }
  #buy-tickets .quantity {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; }
  #buy-tickets .eddtickets-add {
    text-align: center; }

.my-attendance-list {
  list-style-type: none;
  margin: 1.5rem 0;
  padding: 0; }
  .my-attendance-list li {
    margin-bottom: 0.5rem; }
  .my-attendance-list a {
    color: #0f5f6b;
    text-decoration: none; }

.tribe-link-view-attendee h3 {
  color: #0f5f6b; }
.tribe-link-view-attendee .button, .tribe-link-view-attendee .edd-button, .tribe-link-view-attendee .edd-submit, .tribe-link-view-attendee #tribe-events .tribe-events-button, #tribe-events .tribe-link-view-attendee .tribe-events-button, .tribe-link-view-attendee .tribe-button, .tribe-link-view-attendee #buy-tickets .ticket-booking-field, #buy-tickets .tribe-link-view-attendee .ticket-booking-field {
  margin-top: 0.75rem; }

.tribe-tickets .tribe-tickets-list .tribe-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem !important; }
.tribe-tickets .tribe-ticket-information {
  float: none !important; }
.tribe-tickets .list-attendee {
  margin-top: 0;
  margin-bottom: 0; }

.tribe-events-tooltip {
  padding: 0;
  margin: 0;
  border-radius: 2.5rem 0.5rem 2.5rem 2.5rem;
  overflow: hidden;
  border-color: #f2f2f2 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
  .tribe-events-tooltip .tribe-events-event-thumb {
    padding: 0 !important;
    margin: 0;
    float: none;
    display: block;
    height: 10rem;
    overflow: hidden;
    position: relative; }
    .tribe-events-tooltip .tribe-events-event-thumb img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      transform: translate(-50%, -50%); }
  .tribe-events-tooltip .tribe-event-content {
    padding: 1.5rem; }
  .tribe-events-tooltip .tribe-event-title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0f5f6b; }
  .tribe-events-tooltip .tribe-event-duration {
    font-size: 1rem;
    color: #26a19b;
    font-weight: bold; }
  .tribe-events-tooltip .tribe-event-description {
    font-size: 1rem;
    color: black; }

.um-account-meta {
  display: none; }

.um input[type=submit].um-button {
  background: #0f5f6b; }
  .um input[type=submit].um-button:hover, .um input[type=submit].um-button:focus {
    background-color: #26a19b; }

.um-form form {
  max-width: 100%; }

.um-account-tab-my-tickets .ticket-actions {
  display: flex;
  margin-top: 1.5rem; }
  .um-account-tab-my-tickets .ticket-actions .button, .um-account-tab-my-tickets .ticket-actions .edd-button, .um-account-tab-my-tickets .ticket-actions .edd-submit, .um-account-tab-my-tickets .ticket-actions #tribe-events .tribe-events-button, #tribe-events .um-account-tab-my-tickets .ticket-actions .tribe-events-button, .um-account-tab-my-tickets .ticket-actions .tribe-button, .um-account-tab-my-tickets .ticket-actions #buy-tickets .ticket-booking-field, #buy-tickets .um-account-tab-my-tickets .ticket-actions .ticket-booking-field {
    margin-right: 1.5rem; }
.um-account-tab-my-tickets #print-tickets {
  border-bottom: 2px solid #26a19b !important; }
  .um-account-tab-my-tickets #print-tickets:hover, .um-account-tab-my-tickets #print-tickets:focus {
    border-bottom-color: #0f5f6b !important; }

#um_account_submit_my-tickets {
  display: none; }

.um-account-side li a.current {
  background: #0f5f6b !important; }

.um-account-main {
  max-width: 100% !important; }

p.um-notice {
  padding: 1.5rem !important; }
  p.um-notice strong {
    color: white; }
  p.um-notice a {
    color: white; }

/* new home page design css 14 march 2024 */
.main-hero-section{
	margin-top: 128px;
    min-height: 570px;
    display: flex;
    align-items: end;
    padding-bottom: 70px;
}
.main-hero-section .festival-section{
	background-color:#fff;
	padding:30px 50px;
}
.main-hero-section .festival-section h1{
	margin-top: 0;
    margin-bottom: 0.5rem;
    color: #1e083d;
    font-size: 50px;
    font-family: 'gilmer heavy';
}
.main-hero-section .festival-section .festival-button{
	margin-top:40px;	
}
.main-hero-section .festival-section .festival-button ul{
	display:flex;
	margin:0px;
	padding:0px;
	list-style:none;
}
.main-hero-section .festival-section .festival-button ul li{
	margin-right: 20px;
	position:relative;
}

.main-hero-section .festival-section .festival-button ul li a{
	background-color: #1e083d;
    padding: 10px 35px 14px 15px;
	font-size: 22px;
    color: #fff;
    font-family: 'gilmer heavy';
	text-decoration:none;
	transition: 0.2s all ease-in-out;
}
.main-hero-section .festival-section .festival-button ul li a:hover{
	background-color: #AD59CB;
}
.main-hero-section .festival-section .festival-button ul li:last-child a {
	background-color: #e1c758;
    color: #1e083d;
}
.main-hero-section .festival-section .festival-button ul li:last-child a:hover {
	background-color: #1e083d;
    color: #fff;
}

.main-hero-section .festival-section .festival-button ul li a:after{
	content:'';
	background-image:url('../../dist/images/blue-arrow-icon.png');
	position: absolute;
    right: 5px;
    top: 7px;
    width: 20px;
    height: 20px;
    background-size: 80%;
    background-repeat: no-repeat;
}
.main-hero-section .festival-section .festival-button ul li:last-child a:after {
    content: '';
    display: none;
}
.main-hero-section .festival-section .festival-button ul li:last-child a:before {
    content:'';
	background-image:url('../../dist/images/yellow-arrow-icon.png');
	position: absolute;
    right: 5px;
    top: 7px;
    width: 20px;
    height: 20px;
    background-size: 80%;
    background-repeat: no-repeat;
}

.main-hero-section .festival-section .festival-button ul li:last-child a:hover::before {
    background-image: url('../../dist/images/blue-arrow-icon.png');
}


.video-section{
	background-color: #e1c758 !important;
}
.celebrating-section{
	display:flex;
	align-items:center;
}
.celebrating-section h2{
	margin-top: 0;
    margin-bottom: 0.5rem;
    color: #1e083d;
    font-size: 60px;
    font-family: 'gilmer heavy';
    text-align: left;
    width: 80%;
}
.festival-highlight-section{
	min-height: 688px;
    display: flex;
    align-items: center;
}

.festival-highlight-section a{
	display:inline-block;
	text-decoration:none;
}

.festival-highlight-section .highlight-section{
	width:700px;
	background-color:#fff;
	font-size: 50px;
    font-family: 'gilmer heavy';
	padding:25px;
	color:#1e083d;
	position:relative;
}
.festival-highlight-section .highlight-section:after{
	content:'';
	background-image:url('../../dist/images/whitebg-arrow-icon.png');
	position:absolute;
	right: 45px;
    top: 70px;
    width: 18px;
    height: 18px;
}

.science-festival-section{
	background-color:#1e083d;
	padding-bottom:170px;
}
.science-festival-section h2{
	margin:0px;
	padding:125px 0px 75px;
	color:#fff;
	font-size: 50px;
    font-family: 'gilmer heavy';
}
.science-festival-content {
    display: flex;
    height: 100%;
    align-items: center;
    background-color: #fff;
}
.science-festival-content .festival-image{
    width:50%;
}
.science-festival-content .festival-content{
    width: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 50px;
}
.science-festival-content .festival-content .content p{
	color: #1e083d;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
a.findout-link {
	font-family:'gilmer heavy';
    background-color: #1e083d;
    color: #fff;
    font-size: 20px;
    padding: 20px 45px 20px 18px;
    margin-top: 50px;
    display: inline-block;
	font-weight:bold;
    text-decoration: none;
	position:relative;
}
a.findout-link:before{
	content:'';
	position:absolute;
	background-image:url(../../dist/images/science-festival-arrow-icon.png);
	right: 12px;
    top: 26px;
    width: 24px;
    height: 24px;
    background-size: 80%;
    background-repeat: no-repeat;	
}

a.findout-link:hover{
	background-color: #AD59CB;
	transition: 0.2s all ease-in-out;
}

.video-admins-section img{
	width:100%;
}

.video-admins-section{
	background-color:#1766e6;
	padding-bottom:45px;
}

.video-admins-section .video-browse{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.video-admins-section .video-browse .big-section{
	background-color:#fff;
	height:100%;
	margin-bottom:40px;
}
.video-admins-section .video-browse .big-section .features-img{
	height:387px;
	overflow:hidden;
	position:relative;
}

.video-admins-section .video-browse .big-section .features-img:hover::before,
.video-admins-section .rest-div .content .features-img:hover::before,
.video-admins-section .other-posts .content .features-img:hover::before
{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.4;
	transition: 0.2s all ease-in-out
}
.video-admins-section .rest-div .content .features-img:hover::before{
	height:98.5%;
}
.video-admins-section .other-posts .content .features-img:hover::before{
	height:98%;
}

.video-admins-section .video-browse .big-section .features-img:hover::after,
.video-admins-section .rest-div .content .features-img:hover::after,
.video-admins-section .other-posts .content .features-img:hover::after
{
    content: '';
    background-image: url('../../dist/images/video-icon.png');
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: background-image 0.2s ease-in-out; /* Smooth transition for background-image */
}

.video-admins-section .big-section:first-child{
	margin-left:0px;
}

.video-admins-section .content{
	width: calc(70% - 15px);
	margin-left:15px;
}

.video-admins-section .rest-div{
	width: calc(30% - 25px);
	margin-left:25px;
}

.video-admins-section .video-browse a{
	text-decoration:none;
}
.video-admins-section .video-browse .big-section:hover h3{
	color:#fff;
}
.video-admins-section .video-browse .big-section:hover .post-excerpt p{
	color:#fff;
}

.video-admins-section .video-browse .big-section:hover{
	background-color:#1C083F;
	transition: 0.2s all ease-in-out;
}

.video-admins-section .rest-div .content{
	width:100%;
	background-color:#1e083d;
	margin-bottom:40px;
	transition: 0.2s all ease-in-out;
	position:relative;
}

.video-admins-section .rest-div .content .features-img{
	position:relative;
	transition: 0.2s all ease-in-out
}

.video-admins-section .rest-div .content:hover{
	background-color:#1C083F;
}

.video-admins-section .rest-div .content:hover h3{
	color:#fff;
}

.video-admins-section .rest-div .content h3{
	margin: 0px;
    padding: 12px 15px 18px;
    color: #1e083d;
    font-family: 'gilmer heavy';
    font-size: 18px !important;
    line-height: normal;
}

.video-admins-section .rest-div .content{
	width:100%;
	background-color:#fff;
	transition: 0.2s all ease-in-out;
}

.video-admins-section .other-posts{
	width:100%;
	display: flex;
	justify-content: center;
	position:relative;
}


.video-admins-section .find-more-link{
	display: flex;
    justify-content: center;
    width: 100%;
	margin-bottom:63px;
}

.video-admins-section .other-posts .content{
	width: calc(100% - 40px);
	margin-left:20px;
	margin-right:20px;
	background-color:#fff;
	transition: 0.2s all ease-in-out;
}

.video-admins-section .other-posts .content .features-img{
	position:relative;
	transition: 0.2s all ease-in-out
}

.video-admins-section .other-posts .content:hover{
	background-color:#1C083F;
}

.video-admins-section .other-posts .content:hover h3{
	color:#fff;
}

.video-admins-section .other-posts .content:last-child {
	margin-right:0px;
}

.video-admins-section .other-posts .content h3{
	font-family: 'gilmer heavy';
    font-size: 20px;
    color: #1e083d;
    margin: 0px;
    padding: 20px 30px 30px 30px;
}

.video-admins-section .other-posts .content:first-child{
	margin-left:0px;
}
.video-admins-section .other-posts .content:last-child {
	margin-right:0px;
}

.video-admins-section .video-browse .big-section .features-img{
	height:100%;
}

.video-admins-section .video-browse .big-section .features-img img {
    width: 100%;
}

.video-admins-section h2{
	margin: 0px;
    padding: 80px 0px 40px;
    color: #fff;
	text-align:center;
    font-size: 50px;
    font-family: 'gilmer heavy';
}

.video-admins-section .video-browse .big-section h3{
	font-family:'gilmer heavy';
	font-size:20px;
	color:#1e083d;
	margin:0px;
	padding:20px 30px 0px 30px;
}

.video-admins-section .video-browse .big-section .post-excerpt{
	padding:0px 30px 10px 30px;
}

.video-admins-section .video-browse .big-section .post-excerpt p{
	color: #1e083d;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
}

 @media screen and (max-width: 1024px) {
	 .main-hero-section .festival-section .festival-button ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    flex-wrap: wrap;
}
	 
	 .main-hero-section .festival-section h1{
	 	font-size:46px;
	 }
	 
	 .rightside-video .embed-container iframe{
	 	margin-left:auto !important;
	 }
	 
	 .main-hero-section .festival-section .festival-button ul li {
		margin-right: 20px;
		position: relative;
		width: 25%;
		margin: 0px 20px 0px 20px;
	}
	.main-hero-section .festival-section .festival-button ul li a {
		font-size: 18px;
		width: 100%;
		display: block;
		margin: 10px;
		text-align:left;
	}
	 
	 .main-hero-section .festival-section .festival-button ul li a:after{
		position: absolute;
		top:25px !important;
		right: 0px;
		top: 25px;
		width: 20px;
		height: 20px;
		background-size: 80%;
		background-repeat: no-repeat;
	 }
	 
	 .main-hero-section .festival-section .festival-button ul li:last-child a:before{
		position: absolute;
		top:25px !important;
		right: 0px;
		top: 24px;
		width: 20px;
		height: 20px;
		background-size: 80%;
		background-repeat: no-repeat;
	 }
	 
	 .celebrating-section{
	 	display:block;
	 }
	 
	 .celebrating-section h2{
		font-family: 'gilmer heavy';
		text-align: center;
		width: 100%;
		margin-bottom: 50px;
	 }
	 .science-festival-content{
	 	display:block;
	 }
	 .science-festival-content .festival-image img{
	 	width:100%;
	 }
	 .science-festival-content .festival-image{
	 	width:100%;
	 }
	 .science-festival-content .festival-content{
		 width:100%;
	 }
	 .video-admins-section .content{
	 	width:100%;
	 }
	 .video-admins-section .rest-div{
		width:100%;
		 margin-left:0px;
	 }
	 .video-admins-section .content{
	 	margin-left:0px;
	 }
	 .video-admins-section .other-posts .content{
	 	margin-left:0px;
	 }
	 .video-admins-section .other-posts{
	 	display:block;
	 }
	 .video-admins-section .other-posts .content{
	 	width:100%;
		 margin-bottom:40px;
	 }
}

@media screen and (max-width: 767px) {
	.main-hero-section .festival-section h1 {
    font-size: 26px;
}
	.main-hero-section .festival-section .festival-button ul li{
		width:100%;
	}
	.main-hero-section .festival-section .festival-button ul li a{
		width:210px;
		text-align:left;
		position:relative;
	}
	.main-hero-section .festival-section .festival-button ul li a:after{
		position: absolute;
		top: 15px !important;
		right: 4px;
	}
	.main-hero-section .festival-section .festival-button ul li:last-child a:before{
		right:5px;
	}
	.celebrating-section h2{
		font-size:26px;
	}
	.celebrating-section .embed-container iframe{
		width:100%;
		max-width: 100% !important;
    	max-height: 100% !important;
    	margin-left: auto !important;
	}
	.festival-highlight-section .highlight-section{
		width:100%;
		font-size:26px;
	}
	section .container > header h1{
		font-size:26px;
	}
	.card--page .page__content .page__content_inner header h2{
		font-size:20px;
	}
	.card--page .page__content .page__content_inner p{
		font-size:18px;
	}
	.science-festival-section h2{
		font-size:26px;
		padding:65px 0px 65px;
	}
	.video-admins-section h2{
		font-size:26px;
}
	.video-admins-section .video-browse .big-section .features-img{
		transition: 0.2s all ease-in-out
		height:100%;
	}
	.main-hero-section{
		margin-top:-35px;
		padding-top:70px;
	}
	.embed-container{
		position: relative;
		padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
		height: 0;
		overflow: hidden;
	}
	.embed-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}

.drop-in-event {
  background-color: yellow;
  padding: 10px;
  color: black;
  font-weight: bold;
  text-align: center;
}



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