/*
================================================================================
PAGE STRUCTURE
================================================================================
*/

/* Variables
-------------------------------------------------------------------------------- */
/*
 * default => Generic Color
 * primary => Brand Color 1
 * accent  => Brand Color 2
 */

:root {
  --default-color: #f3f6f9;
  --default-color-darker: #e3e6e9;
  --default-color-darkest: #d3d6d9;

  --primary-color: #00a6e4;
  --primary-color-darker: #0096ce;
  --primary-color-darkest: #007faf;

  --accent-color: #2a5e86;
  --accent-color-darker: #243b53;
  --accent-color-darkest: #102a43;
}

/* Base Styles
-------------------------------------------------------------------------------- */
/* Enable smooth scrolling to anchors */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.container,
.container-fluid {
  position: relative;
}

@media (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
}

.mobile-header {
  position: relative;
  z-index: 11;
}

.mobile-header .mobile-logo {
  padding: 20px 40px;
  background-color: #055359;
  background: linear-gradient(180deg, #78b9b1, #055359);
  /*background-image: url('/templates/custom/artpark/images/header-img-2024.jpg');
  background-position: center center;
  background-size: cover;*/
}

.mobile-header .mobile-logo img {
  display: block;
  max-width: 250px;
  margin: auto;
}

.mobile-header .mobile-btns-wrap a.mobile-btn {
  float: left;
  width: 50%;
  height: 55px;
  padding: 17px 10px;
  font-size: .8em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.mobile-header .mobile-btns-wrap .btn1 {
  background-color: #00a6e4;
}

.mobile-header .mobile-btns-wrap .btn1:hover {
  opacity: 0.9;
}

.mobile-header .mobile-btns-wrap .btn2 {
  background-color: #a7c347;
}

.mobile-header .mobile-btns-wrap .btn2:hover {
  opacity: 0.9;
}

.mobile-header .mobile-social-icons {
  float: left;
  width: 50%;
  height: 55px;
  padding: 15px 10px;
  text-align: center;
  background-color: #373840;
}

.mobile-header .mobile-social-icons .st0 {
  fill: #ffffff;
}

.mobile-header .mobile-social-icons .st1 {
  fill: #ffffff;
}

.mobile-header .mobile-social-icons .st2 {
  fill: #ffffff;
}

.mobile-header .mobile-social-icons .cls-1 {
  fill: #ffffff;
}

.mobile-header .mobile-social-icons .cls-2 {
  fill: #ffffff;
}

.mobile-header .mobile-social-icons .social-icons a {
  padding: 0 2px;
}

form#search_block_100019 {
  position: relative;
}

.mobile-header .mobile-search {
  float: left;
  width: 50%;
  height: 55px;
  padding: 0;
  background-color: #fff;
}

.mobile-header .mobile-search {
  margin-top: 0 !important;
}

.mobile-header .mobile-search .search-area {
  max-width: 100%;
  padding: 0;
}

.mobile-header .mobile-search .search-area input[type="image"] {
  top: 7px;
  right: 15px;
  width: 18px;
  height: auto;
  padding: 0;
}

.mobile-header .mobile-search input[type="text"] {
  height: 55px;
  border-bottom: 0;
  border-radius: 0;
}

.mobile-search input#search_button_100019 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.desktop-header {
  display: flex;
}

.desktop-header .left-header {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #055359;
  background: linear-gradient(180deg, #78b9b1, #055359);
  /*background-color: #2993bd;
  background-image: url('/templates/custom/artpark/images/header-img-2024.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  background-size: cover;*/
}

.desktop-header .left-header .logo {
  display: inline-block;
  text-align: center;
}

.desktop-header .left-header .logo img {
  max-width: 300px;
  height: auto;
  margin: auto;
}

.desktop-header .right-header {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.desktop-header .right-header .top-row {
  display: flex;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #42b3e8;
}

.desktop-header .right-header .top-row a {
  padding: 20px 30px;
  color: #fff;
  text-decoration: none;
}

@media (min-width:768px) and (max-width:991px) {
  .desktop-header .right-header .top-row a {
    padding: 20px;
  }
}

.desktop-header .right-header .top-row .btn1 {
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #42b3e8;
}

.desktop-header .right-header .top-row .btn1:hover {
  background-color: #0099d2;
}

.desktop-header .right-header .top-row .btn2 {
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #a6c247;
}

.desktop-header .right-header .top-row .btn2:hover {
  background-color: #93ac3f;
}

.desktop-header .right-header .bottom-row {
  padding: 20px 15px;
  color: #fff;
  background-color: #373840;
}

@media (min-width:768px) and (max-width:991px) {
  .desktop-header .right-header .bottom-row {
    padding: 20px;
  }
}

.desktop-header .right-header .bottom-row a {
  color: #fff;
  text-decoration: none;
}

.desktop-header .right-header .bottom-row a:hover {
  color: #39b7e9;
  text-decoration: none;
}

.desktop-header .right-header .bottom-row ul {
  margin: 0;
  text-align: center;
  list-style: none;
}

.desktop-header .right-header .bottom-row ul li {
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width:768px) and (max-width:991px) {
  .desktop-header .right-header .bottom-row ul li {
    padding: 0 8px;
  }
}

.desktop-header .right-header .bottom-row .st0,
.desktop-header .right-header .bottom-row .st1,
.desktop-header .right-header .bottom-row .st2,
.desktop-header .right-header .bottom-row .cls-1,
.desktop-header .right-header .bottom-row .cls-2 {
  fill: #ffffff;
}

.search-desktop {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 200px;
}

@media (min-width:768px) {
  .search-desktop input#search_button_100019 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    padding: 28px;
    background-color: #fafafa !important;
    border: 1px solid #fff;
    box-shadow: none;
  }
}

.search-desktop #search_block_100019:hover input[type="text"],
.search-desktop #search_block_100019:focus input[type="text"] {
  width: 200px;
}

.search-desktop input[type="text"] {
  width: 0;
  height: 84px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.search-desktop input[type="text"]:focus,
.search-desktop input[type="text"]:active {
  width: 200px;
  padding: 10px;
}



.header {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .header {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.header .wrapper {
  width: 90%;
  margin: auto;
}

@media (max-width:767px) {
  .header .wrapper {
    width: 100%;
  }
}

.logo {
  display: block;
}

@media (max-width:979px) {
  .logo {
    display: block;
    margin: auto;
  }
}

.logo a {
  display: block;
  font-size: 250%;
  line-height: normal;
  text-decoration: none;
}

.top-right {
  padding-top: 25px;
}

@media (min-width:768px) {
  .top-right {
    text-align: right;
  }
}

@media (max-width:767px) {
  .top-right {
    padding: 15px 0 0;
  }
}

@media (min-width:768px) {
  .top-right > div {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
  }
}

.top-right ul {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  list-style: none;
}

@media (min-width:992px) and (max-width:1199px) {
  .top-right ul {
    margin-left: 0;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .top-right ul {
    margin-left: 0;
    overflow: hidden;
    text-align: center;
  }
}

@media (max-width:767px) {
  .top-right ul {
    margin: 0;
    margin-bottom: 15px;
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
    background-color: #00a6e4;
  }
}

.top-right ul li {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
}

@media (min-width:481px) and (max-width:767px) {
  .top-right ul li {
    padding: 10px 1px;
    text-align: center;
  }
}

@media (max-width:480px) {
  .top-right ul li {
    padding: 5px 1px;
    text-align: center;
  }
}

@media (max-width:767px) {
  .top-right ul li + li:before {
    content: " | ";
    padding: 0 10px;
    color: #fff;
  }
}

.top-right a:hover {
  text-decoration: none;
}

@media (max-width:767px) {
  .top-right a {
    color: #fff;
  }
}

.top-right .social-icons {
  margin: 0 15px 0 15px;
}

@media (max-width:767px) {
  .top-right .social-icons {
    clear: both;
    text-align: center;
  }
}

.top-right .social-icons svg {
  display: inline-block;
  width: 24px !important;
  padding: 0 2px;
}

.search-form {
  position: relative;
  float: right;
  margin-top: 0;
}

@media (min-width:992px) and (max-width:1199px) {
  .search-form {
    margin-top: 8px;
  }
}

@media (max-width:767px) {
  .search-form {
    position: relative;
    float: none;
    margin-top: 20px;
  }
}

.search-form form {
  margin: 0;
}

@media (max-width:767px) {
  .search-form form {
    margin-bottom: 10px;
  }
}

.search-area {
  padding: 0 20px;
}

@media (max-width:767px) {
  .search-area {
    position: relative;
    max-width: 250px;
    margin: auto;
  }
}

.search-area form {
  position: relative;
  margin: 0;
}

.search-area input[type="text"] {
  padding: 3px 8px;
  font-style: italic;
  color: #373840;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #e5e7ec;
  border-radius: 0;
  box-shadow: none;
}

.search-area input[type="image"] {
  position: absolute;
  top: -9px;
  right: 25px;
  background: none;
  border: 0;
  box-shadow: none;
}

@media (max-width:767px) {
  .search-area input[type="image"] {
    top: -9px;
  }
}



















/*
------------------
Shopping Cart
------------------
*/
.shopping-cart {
  position: relative;
  display: inline-block;
  padding: 2px;
}

@media (max-width: 767px) {
  .shopping-cart {
    float: right;
  }
}

.fa.fa-shopping-cart {
  font-size: 23px;
}

.item-no {
  position: absolute;
  top: -4px;
  right: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: var(--primary-color-darker);
  border-radius: 50%;
}


/* Header / Navbar
-------------------------------------------------------------------------------- */
.navbar {
  z-index: 10;
  min-height: 83px;
  margin: 0;
  background-color: #1d1c21;
  border: 0;
  border-radius: 0;
}

.navbar-default {
  background-color: #1d1c21;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

/*
------------------
Fixed Header
------------------
*/
/* .is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
} */

@media (min-width: 992px) {

  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .navbar .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: none;
  min-height: 83px;
}

.navbar-header::before,
.navbar-header::after {
  display: none;
}

/*
------------------
Logo
------------------
*/
.navbar-brand {
  float: none;
  height: auto;
  font-size: 150%;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-brand a {
  display: block;
}

.navbar-brand img {
  max-height: 100px;
  transition: all 600ms;
}

@media (max-width: 991px) {
  .navbar-brand img {
    max-height: 50px;
  }
}

/*
------------------
Condensed
------------------
*/

.is-condensed .navbar-brand img {
  max-height: 40px;
}

/*
------------------
Nav Toggle Button
------------------
*/

/* Override Bootstrap's Breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle {
    display: block !important;
  }
}

.navbar-default .navbar-toggle {
  margin: 0;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}

@media (max-width: 991px) {
  .navbar-default .navbar-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border-color: transparent;
}

/* Expanded state */
.navbar-toggle[aria-expanded="true"] .fa::before {
  content: "\f00d";
}

/*
------------------
Nav
------------------
*/
.navbar-collapse {
  flex: 1;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    /* display: flex !important; */
    align-items: center;
    justify-content: center;
  }
}

/* Override Bootstrap's Breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }
}

.navbar .js-row {
  justify-content: flex-end;
}

.navbar .theme-side-by-side {
  width: auto;
}


/* Banner
--------------------------------------------------------------------------------
<div class="banner">
  <div class="banner-media" />
  <div class="banner-text" />
</div>
*/

.banner {
  position: relative;
}

.banner-flex {
  display: flex;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .07);
}

@media (max-width: 991px) {
  .banner-flex {
    display: block;
  }
}

.banner-left {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background: #000;
}

.banner-right {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 25px;
  background-color: #fbfbfb;
}

@media (max-width: 991px) {
  .banner-right {
    display: block;
    text-align: center;
  }
}

.banner-right h2 {
  display: inline-block;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  font-size: 42px;
  line-height: .95em;
  background: -webkit-linear-gradient(right, #abc244, #39b7e9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
------------------
FlexSlider
------------------
*/
.flexslider {
  margin: 0;
  background: none;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
}

.flexslider .slides {
  position: relative;
}

.flexslider .slides > li {
  position: relative;
  margin: 0;
}

.flexslider .slides > li.flex-active-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .flexslider .slides > li.flex-active-slide {
    justify-content: center;
  }
}

li.imagelist-item {
  position: relative;
}

.flexslider .slides img {
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}

/* Prev/Next */
.flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.flex-direction-nav a {
  all: unset;
  position: absolute;
  transform: translateY(-50%);
  padding: 5px 10px;
  color: inherit;
  cursor: pointer;
  background-color: currentColor;
  border-radius: 3px;
  transition: all 100ms;
}

.flex-direction-nav a:hover {
  color: inherit;
}

.flex-direction-nav a::before {
  font-family: "FontAwesome";
  font-size: 200%;
  line-height: normal;
  filter: invert(1) contrast(3);
}

.flex-direction-nav .flex-prev::before {
  content: "\f104";
}

.flex-direction-nav .flex-next::before {
  content: "\f105";
}

/* dots */
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}

.flex-control-paging li a.flex-active {
  background-color: rgba(255, 255, 255, 0.5);
}

.slide-media {
  position: relative;
}

@media (max-width: 767px) {
  .slide-media:not(:only-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*
Slide-Media Overlay
----------------------
Adds a dark overlay to the "slide-media" ONLY if "slide-text" exists.
*/
.slide-media:not(:only-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.slide-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 85%;
  max-width: 1170px;
  margin: auto;
  padding: 60px 15px;
}

@media (min-width: 768px) {
  .slide-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  /* if ".slide-media" exists, then overlay the "slide-text"  */
  .slide-media + .slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}


/* All Sections                            (Shared styles to reduce repeatition)
-------------------------------------------------------------------------------- */
section {
  padding-top: 40px;
  /* border-top: 0.5px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2); */
}

/* desktops */
@media (min-width: 768px) {
  section {
    padding-top: 80px;
  }
}

/* Modules */
section [class^="theme"] {
  margin-bottom: 40px;
}

/* desktops */
@media (min-width: 768px) {
  section [class^="theme"] {
    margin-bottom: 80px;
  }
}


/* Aside Top
-------------------------------------------------------------------------------- */
.aside-top {
  position: relative;
  background: #fafafa;
}

.aside-top .module-image-list-001 .module {
  display: inline-block;
  text-align: center;
  margin: auto;
}

.aside-top .mod-img-list-tile-actions {
  display: flex;
  place-content: space-around;
}

.aside-top .mod-img-list-tile img {
  width: 100%;
}

.aside-top .mod-img-list-tile {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .aside-top .theme-split-50-50 {
    width: 50%;
    padding: 40px 30px;
  }
}


/* Main
-------------------------------------------------------------------------------- */
.main {
  position: relative;
  background-color: #ffffff;
}

.main-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .main-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .main [class^="col"] {
    margin-bottom: 15px;
  }
}


/* Aside Left
-------------------------------------------------------------------------------- */
.aside-left {
  padding-top: 80px;
  padding-bottom: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .aside-left {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.aside-left [class^="theme"] {
  margin-bottom: 40px;
}


/* Aside Right
-------------------------------------------------------------------------------- */
.aside-right {
  padding-top: 80px;
  padding-bottom: 80px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .aside-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.aside-right [class^="theme"] {
  margin-bottom: 40px;
}


/* Section 1
-------------------------------------------------------------------------------- */
.section01 {
  position: relative;
}

@media (min-width: 768px) {
  .section01 {
    padding-bottom: 80px;
  }
}

.section01 .theme-callout {
  float: left;
  width: 48%;
  margin-top: 20px;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .section01 .theme-callout {
    width: 100%;
  }
}

.section01 .theme-callout:nth-child(odd) {
  clear: left;
}

.section01 h2 {
  margin-bottom: 20px;
}


/* Section 2
-------------------------------------------------------------------------------- */
.section02 {
  position: relative;
  background-color: var(--default-color);
}

.section02 h2 {
  text-align: center;
}


/* Section 3
-------------------------------------------------------------------------------- */
.section03 {
  position: relative;
}


/* Section 4
-------------------------------------------------------------------------------- */
.section04 {
  position: relative;
  color: #fff;
  background-color: var(--accent-color);
}


/* Section 5
-------------------------------------------------------------------------------- */
.section05 {
  position: relative;
}


/* Section 6
-------------------------------------------------------------------------------- */
.section06 {
  position: relative;
  color: #fff;
  background-color: var(--accent-color);
}


/* Aside Bottom - Donate
-------------------------------------------------------------------------------- */
.aside-bottom {
  position: relative;
  padding: 120px 0 100px;
  color: #fff;
  text-align: center;
  background-color: #00a6e4;
  background-image: url(/templates/custom/artpark/images/burst-bg3.png);
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .aside-bottom {
    padding: 60px 0 30px;
  }
}

.aside-bottom a {
  color: inherit;
  text-decoration: underline;
}

.aside-bottom h2 {
  padding-bottom: 20px;
  color: inherit;
}

.aside-bottom h2::after {
  content: "";
  position: absolute;
  left: 48%;
  display: block;
  width: 40px;
  height: 3px;
  margin: 15px 0 26px;
  clear: both;
  text-align: center;
  background-color: #373840;
}

@media (min-width: 768px) {
  .aside-bottom [class^="theme"] {
    margin-bottom: 0;
  }
}



/* Aside Bottom2 - Newsletter
-------------------------------------------------------------------------------- */
.aside-bottom2 {
  position: relative;
  color: #373840;
}

.aside-bottom2 h2 {
  color: #373840;
}

.aside-bottom2 h2:after {
  content: "";
  position: absolute;
  left: 48%;
  display: block;
  width: 40px;
  height: 3px;
  margin: 15px 0 25px;
  clear: both;
  text-align: center;
  background: #00a6e4;
}


/* Strong Footer
-------------------------------------------------------------------------------- */
.strong-footer {
  position: relative;
  padding-top: 60px;
  font-size: 90%;
  color: #373840;
  background-color: #fafafa;
}

/* mobile */
@media (max-width: 991px) {
  .strong-footer {
    padding-top: 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .strong-footer .row {
    display: block;
  }
}

/* Modules */
.strong-footer [class^="theme"] {
  margin-bottom: 30px;
}

/* mobile */
@media (max-width: 991px) {
  .strong-footer [class^="theme"] {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.strong-footer h2 {
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* mobile */
@media (max-width: 991px) {
  .strong-footer h2 {
    margin-top: 45px;
  }
}

.strong-footer .footer-logo {
  max-width: 200px;
  max-height: 200px;
}

.strong-footer ul {
  padding-left: 0;
  list-style: none;
}

.strong-footer a {
  color: inherit;
}

.strong-footer a:hover {
  color: #a7c347;
  text-decoration: none;
}

.strong-footer h2 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #373840;
  text-transform: initial;
}

.strong-footer h2:after {
  content: "";
  left: 48%;
  display: block;
  width: 40px;
  height: 3px;
  margin: 15px 0 10px;
  clear: both;
  text-align: center;
  background: #00aded;
}

@media (max-width: 991px) {
  .strong-footer h2:after {
    margin: 15px auto 10px;
  }
}

.review-logos img {
  padding: 9px;
}


/* Footer
-------------------------------------------------------------------------------- */
.footer {
  padding: 20px 0;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  text-align: center;
  background-color: #fafafa;
}

.footer a {
  color: #333;
}


/* Flexbox
-------------------------------------------------------------------------------- */

/* all screens */
.d-flex {
  display: flex;
}

/* xs */
@media (max-width: 768px) {
  .d-xs-flex {
    display: flex;
  }
}

/* sm */
@media (min-width: 768px) {
  .d-sm-flex {
    display: flex;
  }
}

/* md */
@media (min-width: 992px) {
  .d-md-flex {
    display: flex;
  }
}

/* lg */
@media (min-width: 1200px) {
  .d-lg-flex {
    display: flex;
  }
}

.flex-direction-column {
  flex-direction: column;
}


/* Wrap
------------------------------------ */
/* <div class="d-flex flex-wrap"> */

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}


/* Align Items
------------------------------------ */
.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}


/* Align Self
------------------------------------ */
.align-self-start {
  align-self: flex-start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: flex-end;
}


/* Justify Content
------------------------------------ */
.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.justify-content-end {
  justify-content: flex-end;
}


/* Grow / Shrink
------------------------------------ */
.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}


/* Grid
-------------------------------------------------------------------------------- */
/*
Basic       <div class="grid">
Specific    <div class="grid grid-cols-3">
Custom      <div class="grid grid-cols-3 product-grid">
*/

.grid {
  display: grid;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.no-gap {
  gap: 0;
}

.grid > * {
  position: relative;
}

/* 2 columns
------------------------------------ */
@media (min-width: 576px) {
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 3 columns
------------------------------------ */
@media (min-width: 576px) and (max-width: 767px) {
  .grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 4 columns
------------------------------------ */
@media (min-width: 576px) and (max-width: 767px) {
  .grid-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid-cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 5 columns
------------------------------------ */
@media (max-width: 576px) {
  .grid-cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .grid-cols-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .grid-cols-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}


.theme-callout .callout-featured-image img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  object-fit: cover;
}

.theme-callout h2:after {
  content: "";
  left: 48%;
  display: block;
  width: 40px;
  height: 3px;
  margin: 15px 0 25px;
  clear: both;
  text-align: center;
  background: #373840;
}

.social-icons-wrap img {
  width: 25px;
  margin: 0 2px;
  opacity: .85;
  transition: all .2s ease-in-out;
}

.social-icons-wrap img:hover {
  opacity: 1;
}

.related-events-module-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .related-events-module-list {
    display: block;
  }
}

.related-events-module-list .card {
  max-width: 500px;
  margin: 15px;
}

.related-events-module-list .card img {
  width: 100% !important;
  height: 30vh;
  object-fit: cover;
}



/* The Odyssey /the-odyssey
-------------------------------------------------------------------------------- */
.odyssey-2019 {
  background-image: url(/content/images/community/odyssey/odyssey-background.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.odyssey-2019 .box-wrap {
  display: flex;
}

@media(max-width: 767px) {
  .odyssey-2019 .box-wrap {
    display: block;
  }
}

.odyssey-2019 .box-wrap .box {
  flex: 1;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.odyssey-2019 .box-wrap .left {
  flex: 1;
}

.odyssey-2019 .box-wrap .right {
  flex: 1;
}

.odyssey-2019 .not-full-width {
  width: 1170px;
  margin: auto;
}

@media(min-width: 992px) and (max-width:1199px) {
  .odyssey-2019 .not-full-width {
    width: 940px;
  }
}

@media(max-width: 991px) {
  .odyssey-2019 .not-full-width {
    width: 100%;
  }
}

.odyssey-2019 .btn.light {
  color: #fff !important;
  border: 2px solid #fff;
}

.odyssey-2019 h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: 1.15;
  color: #1562a0;
  letter-spacing: 0;
}

@media(max-width: 991px) {
  .odyssey-2019 h2 {
    font-size: 27px;
  }
}

.odyssey-2019 blockquote {
  margin: 0;
  padding: 30px;
  border-left: 0;
}

@media(max-width: 480px) {
  .odyssey-2019 blockquote {
    padding: 30px 0;
  }
}

.odyssey-2019 blockquote small {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 90%;
  font-weight: 700;
  color: #72c2e3;
}

.odyssey-2019 blockquote:before {
  content: '\201C';
  font-family: Raleway, sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #72c2e3;
}

.odyssey-2019 a#about,
.odyssey-2019 a#our-story,
.odyssey-2019 a#performances,
.odyssey-2019 a#cast,
.odyssey-2019 a#team,
.odyssey-2019 a#community {
  display: block;
  margin-top: -120px;
  padding-top: 120px;
}

.odyssey-2019 .modal {
  width: 100%;
  margin: -22% -50%;
  background-color: transparent;
}

.odyssey-2019 .modal .close {
  opacity: 1;
}

.odyssey-2019 .modal .modal-body {
  max-height: inherit;
  padding: 0;
}

.odyssey-2019 .banner {
  position: relative;
  color: #fff;
  text-align: center;
}

.odyssey-2019 .banner h1 {
  margin-bottom: 25px;
  font-family: Rawline, Raleway, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

@media(max-width: 767px) {
  .odyssey-2019 .banner h1 {
    font-size: 20px;
  }
}

.odyssey-2019 .banner h3 {
  font-family: Rawline, Raleway, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  color: #fff;
  text-transform: inherit;
}

@media(max-width: 767px) {
  .odyssey-2019 .banner h3 {
    font-size: 1.25em;
  }
}

.odyssey-2019 .banner img {
  width: 100%;
  height: auto;
}

@media(max-width: 767px) {
  .odyssey-2019 .banner img {
    width: 100%;
    max-height: 160px;
    overflow: hidden;
    object-fit: cover;
  }
}

.odyssey-2019 .banner .banner-text {
  position: absolute;
  top: 90px;
  left: 25%;
  width: 50%;
  margin: auto;
}

@media(max-width: 767px) {
  .odyssey-2019 .banner .banner-text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px 30px;
    background: #000;
  }
}

.odyssey-2019 .section01 {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media(max-width: 991px) {
  .odyssey-2019 .section01 {
    margin-top: 0;
  }
}

@media(max-width: 767px) {
  .odyssey-2019 .section01 .right {
    margin-top: 30px;
  }
}

.odyssey-2019 .section01 .right .box {
  padding: 0 30px;
}

.odyssey-2019 .section01 .right .box.bottom p {
  font-size: .8em;
}

.odyssey-2019 .section02 {
  margin-bottom: 50px;
}

@media(max-width: 480px) {
  .odyssey-2019 .section02 {
    margin-bottom: 0;
  }
}

.odyssey-2019 .section02 img {
  width: 100%;
  height: auto;
}

.odyssey-2019 .section03 {
  margin-bottom: 50px;
  text-align: center;
}

@media(max-width: 991px) {
  .odyssey-2019 .section03 {
    padding: 30px;
  }
}

.odyssey-2019 .section03 h2 {
  font-size: 50px;
}

@media(max-width: 767px) {
  .odyssey-2019 .section03 h2 {
    font-size: 30px;
  }
}

.odyssey-2019 .section03 img.ship {
  width: 200px;
  margin-top: 30px;
}

.odyssey-2019 .section03 span {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}

.odyssey-2019 .section04 {
  margin-bottom: 50px;
}

.odyssey-2019 .section04 .btn {
  color: #000;
}

.odyssey-2019 .section04 .gallery {
  display: flex;
  margin-bottom: 30px;
  background: #15619f;
}

.odyssey-2019 .section04 .gallery button.thumb-img {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  background: #15619f;
  border: 0;
}

.odyssey-2019 .section04 .gallery button.thumb-img img {
  position: relative;
  width: 100%;
  height: 400px;
  transition: all .2s ease-in-out;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

@media(max-width: 480px) {
  .odyssey-2019 .section04 .gallery button.thumb-img img {
    width: 50%;
    height: 200px;
  }
}

.odyssey-2019 .section04 .gallery button.thumb-img img:hover {
  transition: all .2s ease-in-out;
  mix-blend-mode: initial;
}

.odyssey-2019 .section05 {
  margin-bottom: 50px;
}

@media(max-width: 767px) {
  .odyssey-2019 .section05 {
    margin-bottom: 10px;
  }
}

.odyssey-2019 .section05 .video-btn {
  position: relative;
}

.odyssey-2019 .section05 .video-btn h3 {
  margin: 0;
  padding: 10px 10px 13px;
  font-size: 20px;
  color: #fff;
  background: #000;
}

.odyssey-2019 .section05 .video-btn:before {
  content: "\f04b";
  position: absolute;
  top: 43%;
  left: 46%;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 5em;
  color: #fff;
  vertical-align: middle;
  opacity: .5;
  transition: all .2s ease-in-out;
}

.odyssey-2019 .section05 .video-btn:hover:before {
  opacity: 1;
}

.odyssey-2019 .section05 .right {
  background: url(/content/images/community/odyssey/section05.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

@media(max-width: 767px) {
  .odyssey-2019 .section05 .right {
    margin: 10px 0;
    padding: 80px 30px;
  }
}

.odyssey-2019 .section05 .right .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.odyssey-2019 .section05 .right .box h2 {
  color: #fff;
}

.odyssey-2019 .section06 {
  margin-bottom: 50px;
  padding: 150px;
  text-align: center;
  background: url(/content/images/community/odyssey/section06.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

@media(max-width: 767px) {
  .odyssey-2019 .section06 {
    margin-bottom: 10px;
    padding: 80px 30px;
  }
}

.odyssey-2019 .section06 h2 {
  color: #fff;
}

.odyssey-2019 .section07 {
  margin-bottom: 50px;
  text-align: center;
}

.odyssey-2019 .section07 .gallery .btn {
  color: #000;
}

@media(max-width: 480px) {
  .odyssey-2019 .section07 .gallery {
    margin: 15px;
  }
}

.odyssey-2019 .section07 .gallery img {
  width: 400px;
  height: 400px;
  margin: 30px;
  object-fit: cover;
}

@media(max-width: 480px) {
  .odyssey-2019 .section07 .gallery img {
    margin: 0 0 15px;
  }
}

.odyssey-2019 .section08 {
  margin-bottom: 50px;
  text-align: center;
}

@media(max-width: 767px) {
  .odyssey-2019 .section08 {
    padding: 0 40px;
  }
}

.odyssey-2019 .section08 .testimonial-carousel {
  width: 60%;
  margin: auto;
}

@media(max-width: 767px) {
  .odyssey-2019 .section08 .testimonial-carousel {
    width: 100%;
  }
}

.odyssey-2019 .section08 .testimonial-carousel .flickity-button-icon {
  fill: #72c2e3;
}

.odyssey-2019 .section08 .testimonial-carousel .flickity-button {
  background: 0 0;
}

.odyssey-2019 .section08 .testimonial-carousel .flickity-button:hover {
  background: 0 0;
}

.odyssey-2019 .section08 .testimonial-carousel .flickity-page-dots .dot {
  margin: 0 5px;
  background: #72c2e3;
}

.odyssey-2019 .section08 .testimonial-carousel .carousel-cell {
  width: 100%;
}

.odyssey-2019 .section08 .testimonial-carousel .carousel-cell blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 70px;
  color: #fff;
  background-color: #0c416c;
}

@media(max-width: 767px) {
  .odyssey-2019 .section08 .testimonial-carousel .carousel-cell blockquote {
    padding: 20px;
  }
}

.odyssey-2019 .section09 {
  margin-bottom: 50px;
  text-align: center;
}

@media(max-width: 767px) {
  .odyssey-2019 .section09 {
    padding: 0 40px;
  }
}

.odyssey-2019 .section09 h2 {
  margin-bottom: 30px;
  font-size: 50px;
}

@media(max-width: 767px) {
  .odyssey-2019 .section09 h2 {
    font-size: 42px;
  }
}

.odyssey-2019 .section09 h4 {
  font-size: 28px;
  line-height: 1;
  color: #1562a0;
  text-transform: uppercase;
}

.odyssey-2019 .section09 h5 {
  font-weight: 600;
  color: #74c1e0;
  letter-spacing: 1px;
}

.odyssey-2019 .section09 .row.centered.mar-b {
  margin: 25px 0;
}

.odyssey-2019 .section09 .row {
  margin-bottom: 30px;
}

.odyssey-2019 .section09 .full-cast {
  font-size: 1em;
}

@media(max-width: 767px) {
  .odyssey-2019 .section09 .full-cast {
    font-size: 11px;
  }
}

.odyssey-2019 .section09 .wavy-line {
  max-width: 300px;
  height: auto;
  margin-bottom: 30px;
}

.odyssey-2019 .section09 p {
  font-size: 1.25em;
}

.odyssey-2019 .section09 span {
  font-size: 1.25em;
  font-weight: 700;
  color: #1562a0;
  text-transform: uppercase;
}

@media(max-width: 767px) {
  .odyssey-2019 .section09 span {
    font-size: 1.05em;
  }
}

.odyssey-2019 .section10 {
  margin-bottom: 50px;
  text-align: center;
}

@media(max-width: 767px) {
  .odyssey-2019 .section10 {
    padding: 0 40px;
  }
}

.odyssey-2019 .section10 h2 {
  font-size: 50px;
}

@media(max-width: 767px) {
  .odyssey-2019 .section10 h2 {
    font-size: 42px;
  }
}

.odyssey-2019 .section10 .wavy-line {
  max-width: 300px;
  height: auto;
  margin-bottom: 30px;
}

.odyssey-2019 .section11 {
  margin-bottom: 50px;
}

@media(max-width: 767px) {
  .odyssey-2019 .section11 {
    padding: 0 40px;
  }
}

.odyssey-2019 .section11 .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  border: 0;
  border-radius: 0;
}

.odyssey-2019 .section11 .main-image img {
  width: 100%;
  height: auto;
}

.odyssey-2019 .section11 .partner-logo.left {
  position: absolute;
  left: 0;
}

@media(max-width: 767px) {
  .odyssey-2019 .section11 .partner-logo.left {
    left: -20px;
  }
}

@media(max-width: 767px) {
  .odyssey-2019 .section11 .partner-logo.left img {
    max-width: 130px;
    height: auto;
  }
}

.odyssey-2019 .section11 .partner-logo.right {
  position: absolute;
  right: 0;
}

@media(max-width: 767px) {
  .odyssey-2019 .section11 .partner-logo.right {
    right: -20px;
  }
}

@media(max-width: 767px) {
  .odyssey-2019 .section11 .partner-logo.right img {
    max-width: 130px;
    height: auto;
  }
}

.odyssey-2019 .section12 {
  padding: 70px 0;
  color: #fff;
  text-align: center;
  background-color: #1562a0;
}

@media(max-width: 767px) {
  .odyssey-2019 .section12 {
    padding: 40px 30px;
  }
}

.odyssey-2019 .section12 span {
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}

.odyssey-2019 .section13 {
  margin: 80px auto;
  margin-bottom: 50px;
  text-align: center;
  background-color: #fff;
}

@media(max-width: 767px) {
  .odyssey-2019 .section13 {
    margin: 30px auto;
    padding: 40px 30px;
  }
}

.odyssey-2019 .section13 h2 {
  margin-bottom: 50px;
  font-size: 50px;
}

@media(max-width: 767px) {
  .odyssey-2019 .section13 h2 {
    font-size: 28px;
  }
}

.odyssey-2019 .section13 .logos img {
  width: auto;
  max-height: 50px;
  margin-bottom: 50px;
}

.odyssey-2019 .section13 .licensing {
  margin-top: 40px;
  text-align: left;
}

.text-white {
  color: #ffffff !important;
}