@charset "UTF-8";

/*

    ----------------------------------------------------------------------
                                01 Global
    ----------------------------------------------------------------------

*/
/* Colors
----------------------------------*/
/* Fonts
----------------------------------*/
/* Media Queries
----------------------------------*/
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    padding: 0;
  }
}

.scms-section {
  font-size: 16px;
  font-family: "ff-din-web", sans-serif;
  color: #4A4A4A;
}

.scms-section em {
  font-family: "ff-din-web", sans-serif;
  font-size: 1em;
}

.scms-section * {
  line-height: 1em;
  box-sizing: border-box;
}

.scms-section img {
  max-width: 100%;
  display: block;
}

.scms-section h2.section-header {
  font-size: 1.875em;
  padding: 0 0 25px 0;
  font-weight: normal;
}

.scms-section a {
  text-decoration: none;
}

.scms-section a:hover {
  text-decoration: underline;
}

.scms-section a.more {
  color: #0098A7;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 1em;
}

.scms-section a.more:after {
  content: ">";
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}

.scms-section a.cta {
  background: #0098A7;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.25em;
  padding: 20px 20px 18px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.scms-section a.cta:hover {
  text-decoration: none;
}

.scms-section.artists {
  padding-bottom: 90px;
}

.itinerary>div strong {
  display: inline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 87px;
  padding: 0;
  border: none;
  z-index: 4;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.4;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 20px;
}

.slick-prev:before {
  background: url(img/left-arrow.svg) no-repeat 0 0;
  width: 30px;
  height: 30px;
  content: "";
  display: block;
}

.slick-next {
  right: 20px;
}

.slick-next:before {
  background: url(img/right-arrow.svg) no-repeat 0 0;
  width: 30px;
  height: 30px;
  content: "";
  display: block;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 568px) {
  .slick-dots {
    bottom: 15px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 12px;
  height: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  opacity: 0.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.85;
}

/*

    ----------------------------------------------------------------------
                                02 Partials
    ----------------------------------------------------------------------

*/
#scms-header-wrapper {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 1024px) {
  #scms-header-wrapper {
    height: 70px;
    position: fixed;
  }
}

@media screen and (min-width: 1024px) {
  body {
    padding-top: 165px;
  }
}

@media screen and (min-width: 1024px) {
  body.page-template-landing-page {
    padding-top: 36px;
  }
}

.utility-nav {
  padding: 13px 0 10px 0;
  background: #0098A7;
  color: #fff;
  font-family: "ff-din-web", sans-serif;
  position: relative;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  display: block;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  .utility-nav {
    box-shadow: none;
    display: none;
  }
}

.utility-nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

@media screen and (min-width: 1280px) {
  .utility-nav .mobile-logo {
    display: none;
  }
}

.utility-nav .mobile-logo a {
  display: block;
}

.utility-nav .mobile-logo a img {
  width: 100%;
  max-width: 220px;
}

.utility-nav .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .utility-nav .links {
    margin-left: auto;
  }
}

.utility-nav .links .desktop-only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .utility-nav .links .desktop-only {
    display: block;
  }
}

.utility-nav form#search_form {
  display: none;
  border: none;
  background: transparent;
  margin: 0 0 0 20px;
  max-width: 120px;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .utility-nav form#search_form {
    max-width: 160px;
  }
}

.utility-nav form#search_form input#search_input[type=text] {
  font-family: "ff-din-web", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  height: 20px;
  border-radius: 2px;
}

.utility-nav form#search_form input#search_input[type=text].placeholder {
  text-transform: capitalize;
  transform: translateY(1px);
}

.utility-nav form#search_form input#search_input[type=text]:-moz-placeholder {
  text-transform: capitalize;
  transform: translateY(1px);
}

.utility-nav form#search_form input#search_input[type=text]::-moz-placeholder {
  text-transform: capitalize;
  transform: translateY(1px);
}

.utility-nav form#search_form input#search_input[type=text]::-webkit-input-placeholder {
  text-transform: capitalize;
  transform: translateY(1px);
}

.utility-nav form#search_form input#submitquery[type=submit] {
  position: absolute;
  right: 0;
  top: -1px;
  background-color: transparent;
  background-image: url(img/next-black.svg);
  background-position: right top 6px;
  background-size: 10px 10px;
}

.utility-nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 12px;
}

.utility-nav a:hover {
  text-decoration: underline;
}

.utility-nav a+a {
  margin-left: 20px;
}

.utility-nav a.cart img {
  width: 24px;
  transform: translateY(0px);
}

@media screen and (min-width: 1024px) {
  .utility-nav a.cart img {
    width: 20px;
  }
}

.utility-nav a.search {
  margin-left: 20px;
}

.utility-nav a.search img {
  width: 18px;
  transform: translateY(1px);
}

@media screen and (min-width: 1024px) {
  .utility-nav a.search img {
    width: 16px;
  }
}

.utility-nav #toggle {
  cursor: pointer;
  width: 25px;
  height: 16px;
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  display: block;
}

@media screen and (min-width: 1024px) {
  .utility-nav #toggle {
    display: none;
  }
}

.utility-nav #toggle .patty {
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
  margin: 7px 0 0 0;
  position: relative;
}

.utility-nav #toggle .patty:after,
.utility-nav #toggle .patty:before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}

.utility-nav #toggle .patty:before {
  top: -7px;
}

.utility-nav #toggle .patty:after {
  top: 7px;
}

.open #toggle .patty {
  background: none;
}

.open #toggle .patty:after {
  top: 0;
  transform: rotate(45deg);
}

.open #toggle .patty:before {
  top: 0;
  transform: rotate(-45deg);
}

.open .main-nav.mobile {
  display: block;
}

@media screen and (min-width: 1024px) {
  .open .main-nav.mobile {
    display: none !important;
  }
}

.open .main-nav.mobile .util-search {
  display: none;
}

.main-nav {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  background: #0098A7;
}

@media screen and (min-width: 1024px) {
  .main-nav {
    height: 70px;
  }
}

.main-nav.open {
  box-shadow: none;
}

.main-nav a {
  font-family: "ff-din-web", sans-serif;
  text-decoration: none;
  font-size: 16px;
}

.main-nav.mobile {
  display: none;
  width: 100%;
  margin-left: auto;
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 1;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .main-nav.mobile {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .main-nav.mobile {
    display: none;
  }
}

.main-nav.mobile .utility-links {
  background: #0098A7;
  padding: 15px 0;
}

.main-nav.mobile .utility-links a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 15px 0;
}

.main-nav.mobile .utility-links a+a {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.main-nav.mobile nav {
  padding: 15px 0;
}

.main-nav.mobile nav .main-link+.main-link {
  border-top: 1px solid rgba(62, 60, 56, 0.3);
}

.main-nav.mobile nav .main-link>a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.main-nav.mobile nav .main-link>a.active {
  padding-bottom: 5px;
  border-bottom: 2px solid #0098A7;
  margin-bottom: 20px;
}

.main-nav.mobile nav .sub-nav {
  display: none;
}

.main-nav.mobile nav .sub-nav {
  padding: 0 0 15px 0;
  margin-top: -5px;
}

.main-nav.mobile nav .sub-nav.show {
  display: block;
}

.main-nav.mobile nav .sub-nav a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  padding: 10px 0;
}

.main-nav.mobile nav .sub-nav a:hover {
  text-decoration: underline;
}

.main-nav.desktop .logo {
  text-align: left;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

@media screen and (min-width: 1024px) {
  .main-nav.desktop .logo {
    top: 0;
    display: block;
    left: 0;
    height: 140px;
    width: 140px;
  }
}

.main-nav.desktop .logo a {
  text-decoration: none;
  display: block;
  color: #fff;
  background: #0098A7;
  padding: 15px 15px 10px 15px;
}

@media screen and (min-width: 768px) {
  .main-nav.desktop .logo a {
    padding: 23px 12px 15px 12px;
  }
}

.main-nav.desktop .logo a img {
  max-width: 80px;
}

@media screen and (min-width: 768px) {
  .main-nav.desktop .logo a img {
    max-width: 110px;
  }
}

.main-nav.desktop .logo span {
  display: block;
  margin: 10px 0 0 0;
  max-width: 80px;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .main-nav.desktop .logo span {
    max-width: 120px;
  }
}

.main-nav.desktop .logo span,
.main-nav.desktop .logo span em {
  font-family: "ff-din-web", sans-serif;
  font-size: 10px;
  line-height: 12px;
  opacity: 0.9;
  color: #fff;
}

.main-nav.desktop nav {
  justify-content: space-between;
  align-items: flex-end;
  z-index: 100;
  height: 70px;
  display: none;
  width: calc(100% - 140px);
  margin-left: auto;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

@media screen and (min-width: 1024px) {
  .main-nav.desktop nav {
    display: flex;
  }
}

.main-nav.desktop nav a {
  font-size: 20px;
  display: block;
  font-weight: 400;
  letter-spacing: 0.02em;
  border-bottom: 0px solid transparent;
  padding: 19px 8px 24px;
  z-index: 101;
  color: #fff;
}

.main-nav.desktop nav a.active,
.main-nav.desktop nav a:hover,
.main-nav.desktop nav a.active-parent {
  border-bottom: 0px solid #0098A7;
  background-color: #fff;
  color: #0098A7;
  font-weight: 700;
  padding: 19px 8px 24px;
}

.desktop-sub-navs {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  width: 100%;
  position: relative;
  top: -1px;
  left: 0;
  z-index: 100;
}

.desktop-sub-navs a {
  font-family: "ff-din-web", sans-serif;
  text-decoration: none;
  font-size: 16px;
}

.desktop-sub-navs .sub-nav {
  background: #fff;
  display: none;
  padding: 30px 0 10px 0;
  position: relative;
  width: calc(100% - 140px);
  margin-left: auto;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.desktop-sub-navs .sub-nav.show {
  display: flex;
  transform: translateY(0px);
  min-height: 330px;
}

.desktop-sub-navs .sub-nav .sub-nav-heading {
  min-height: 35px;
}

.desktop-sub-navs .sub-nav .sub-nav-heading,
.desktop-sub-navs .sub-nav .co-title {
  font-weight: 700;
  font-size: 16px;
  font-family: "ff-din-web", sans-serif;
  text-transform: uppercase;
  color: #6c6863;
}

.desktop-sub-navs .sub-nav a {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-right: 35px;
  font-weight: 400;
}

.desktop-sub-navs .sub-nav a:hover {
  text-decoration: underline;
}

.desktop-sub-navs .sub-nav .sub-nav-col {
  width: 33%;
  padding-right: 10px;
  padding-left: 10px;
}

.desktop-sub-navs .sub-nav .utility-col {
  width: 24%;
  padding-right: 8px;
}

.desktop-sub-navs .sub-nav .utility-col .util-shopping-cart {
  display: none;
}

.desktop-sub-navs .sub-nav .utility-col #search_form {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.desktop-sub-navs .sub-nav .utility-col #search_form.show-form {
  opacity: 1;
  height: 25px;
}

.desktop-sub-navs .utility-nav-boxes {
  background-color: #0094a3;
  padding: 3px;
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  height: 48px;
}

.desktop-sub-navs .utility-nav-boxes:hover {
  background-color: #00daca;
}

.desktop-sub-navs .utility-nav-boxes.has-icon {
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 15px 45%;
}

.desktop-sub-navs .utility-nav-boxes.has-icon a {
  padding-left: 40px;
}

.desktop-sub-navs .utility-nav-boxes a {
  color: #fff;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  box-sizing: border-box;
  margin-right: 0px;
  display: inline-flex;
  align-items: center;
  padding-left: 5px;
  border: 1px solid #0094a3;
}

.desktop-sub-navs .utility-nav-boxes a span {
  display: block;
}

.desktop-sub-navs .utility-nav-boxes a:hover {
  text-decoration: none;
  border: 1px solid white;
}

.call-out-box {
  padding-right: 20px;
}

.call-out-box a {
  padding: 0px !important;
}

.call-out-box .co-title {
  margin-bottom: 5px;
}

.call-out-box .co-img {
  width: 100% !important;
  padding-top: 80% !important;
  background-size: cover;
  background-position: 50% 50%;
  border: 2px solid #6c6863;
  margin-bottom: 8px;
  display: block;
}

.call-out-box .co-desc {
  margin-bottom: 8px;
  font-size: 14px;
}

.call-out-box .co-cta {
  font-size: 16px;
}

.main-link .mobile-main-link {
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0;
  display: block;
  border-bottom: 2px solid transparent;
  font-size: 16px;
}

.mobile-sub-menu-receiver {
  height: 0px;
  overflow: hidden;
}

.mobile-sub-menu-receiver.receiver-reveal {
  height: auto;
  margin: -30px 0px 40px;
}

.mobile-sub-menu-receiver .utility-col {
  display: none;
}

.mobile-sub-menu-receiver .call-out-box {
  display: none;
}

.mobile-sub-menu-receiver a {
  display: block;
  margin-top: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #555;
}

.mobile-sub-menu-receiver .sub-nav-heading {
  font-size: 14px;
  text-transform: uppercase;
  margin: 40px 0px 15px;
  font-weight: 700;
  color: #0094a3;
}

.border-shave {
  border-top: 0px !important;
}

.cart {
  background-color: #0098A7 !important;
  width: 0px;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  z-index: 5 !important;
  position: relative;
}

.cart.full-cart {
  background-color: #00daca !important;
}

.cart img {
  width: 0px;
  display: block;
  margin-bottom: -2px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

@media screen and (min-width: 1024px) {

  .modified-nav .desktop-sub-navs .sub-nav,
  .has-cart-items .desktop-sub-navs .sub-nav {
    width: calc(100% - 5px);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }

  .modified-nav .cart,
  .has-cart-items .cart {
    width: 30px;
    opacity: 1;
  }

  .modified-nav .cart img,
  .has-cart-items .cart img {
    width: 25px;
    display: block;
    margin-bottom: -2px;
  }

  .modified-nav .main-nav.desktop .logo,
  .has-cart-items .main-nav.desktop .logo {
    top: -15px;
  }

  .modified-nav .main-nav.desktop .logo a,
  .has-cart-items .main-nav.desktop .logo a {
    padding: 23px 12px 0px 12px;
  }

  .modified-nav .main-nav.desktop nav,
  .has-cart-items .main-nav.desktop nav {
    width: calc(100% - 95px);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }

  .modified-nav .logo,
  .has-cart-items .logo {
    height: 33px !important;
    width: 85px !important;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
}

.hover-override {
  background-color: #0098A7 !important;
  font-weight: 400 !important;
  color: white !important;
  z-index: 1 !important;
}

#shopping-cart {
  position: absolute;
  top: 0px;
}

footer {
  position: relative;
  width: 100%;
  background: #0098A7;
  color: #fff;
  padding: 25px 0;
  font-family: "ff-din-web", sans-serif;
}

footer .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

footer .footer-nav {
  padding: 0 0 15px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer .footer-nav {
    width: 65%;
  }
}

footer .footer-nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 12px;
}

footer .footer-nav a+a {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  footer .footer-nav a {
    font-size: 18px;
  }
}

footer .social {
  display: flex;
  align-items: center;
  padding: 0 0 20px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer .social {
    width: auto;
    padding: 0;
  }
}

footer .social a {
  display: block;
}

footer .social a+a {
  margin-left: 20px;
}

footer .social a img {
  width: 100%;
  max-width: 24px;
}

footer #address-copyright {
  width: 100%;
}

footer #address-copyright p a {
  color: #fff !important;
  text-decoration: none;
}

#scms-footer .footer-nav a #smcs-footer #address-copyright p {
  margin: 0;
  font-size: 12px;
  color: #fff !important;
}

#scms-footer .footer-nav a #smcs-footer #address-copyright p a {
  color: #fff !important;
  text-decoration: none;
}

.page-template-landing-page #hero-wrapper {
  position: relative;
  max-height: 600px;
}

.page-template-landing-page #hero-wrapper #hero-video-wrapper {
  padding-top: 39%;
  position: relative;
}

.page-template-landing-page #hero-wrapper #hero-video-wrapper #hero-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 600px;
}

.page-template-landing-page #hero-wrapper #hero-video-wrapper #hero-video video {
  min-width: 100vw;
  min-height: 100%;
  width: 100vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-template-landing-page #hero-wrapper #hero-callout-wrap {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.page-template-landing-page #hero-wrapper #hero-callout-wrap #hero-callout {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  font-size: 14px;
  padding-bottom: 3px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page #hero-wrapper #hero-callout-wrap #hero-callout {
    padding-right: 0px;
    padding-bottom: 15px;
  }
}

.page-template-landing-page #hero-wrapper svg {
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: -1px;
}

.page-template-landing-page .hp-rotator-title {
  width: 100%;
  max-width: 940px;
  margin: 40px auto 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .hp-rotator-title {
    padding-right: 0px;
  }
}

.page-template-landing-page .hp-rotator-title #title-text {
  font-family: "ff-din-web", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.page-template-landing-page .hp-rotator-title #rotator-calendar-link {
  color: #0098A7;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-family: "ff-din-web", sans-serif;
  font-size: 16px;
  margin-top: 4px;
  display: block;
}

.page-template-landing-page .hp-rotator {
  padding-bottom: 40px;
}

.page-template-landing-page .hp-rotator .rotator-item {
  margin: 0 5px;
}

.page-template-landing-page .hp-rotator .rotator-item img {
  width: 100%;
}

.page-template-landing-page .hp-rotator .rotator-image {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  padding-top: 50%;
}

.page-template-landing-page .hp-rotator .rotator-time {
  color: #0098A7;
  font-family: "ff-din-web", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  position: relative;
}

.page-template-landing-page .hp-rotator .rotator-time:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #4A4A4A;
  right: 7px;
  top: 4px;
  position: absolute;
  content: "";
}

.page-template-landing-page .hp-rotator .rotator-title a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
}

.page-template-landing-page .hp-rotator .rotator-location {
  display: block;
  margin-top: 10px;
  padding-right: 10px;
}

.page-template-landing-page .overview-section {
  padding: 70px 0px;
  background-image: url(/wp-content/uploads/bg-lines.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.page-template-landing-page .overview-section .overview-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-landing-page .overview-section .overview-wrap .overview-title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-style: italic;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .overview-section .overview-wrap .overview-title {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 72px;
    line-height: 60px;
  }
}

.page-template-landing-page .overview-section .overview-wrap .overview-col {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .overview-section .overview-wrap .overview-col {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.page-template-landing-page .overview-section .overview-wrap .overview-left-col {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .overview-section .overview-wrap .overview-left-col {
    margin-bottom: 0px;
  }
}

.page-template-landing-page .overview-section .overview-wrap .overview-left-col a {
  color: inherit;
}

.page-template-landing-page .overview-section .overview-wrap .overview-left-col .overview-col-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 25px;
  margin: 10px 0px 20px;
}

.page-template-landing-page .overview-section .overview-wrap .overview-left-col p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-template-landing-page .overview-section .overview-wrap .overview-right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-landing-page .overview-section .overview-wrap .overview-right-col .overview-graphic {
  width: 35%;
  margin-bottom: 30px;
}

.page-template-landing-page .overview-section .overview-wrap .overview-right-col .overview-graphic:nth-of-type(3),
.page-template-landing-page .overview-section .overview-wrap .overview-right-col .overview-graphic:nth-of-type(4) {
  width: 100%;
  position: relative;
}

.page-template-landing-page .overview-section .overview-wrap .overview-right-col .overview-graphic img {
  max-width: 75px;
  margin-bottom: 8px;
}

.page-template-landing-page .overview-section .overview-wrap .overview-right-col .overview-graphic:nth-of-type(3) img {
  max-width: 190px;
}

.page-template-landing-page .overview-section .overview-wrap .overview-right-col .overview-graphic:nth-of-type(4) img {
  max-width: 100px;
}

.page-template-landing-page .overview-section .overview-wrap .overview-right-col .overview-graphic .overview-plus {
  position: absolute;
  top: -20px;
  left: 0px;
  font-weight: 700;
  font-size: 27px;
}

.page-template-landing-page .overview-section .overview-wrap .overview-right-col .overview-graphic .overview-graphic-title {
  font-size: 24px;
  font-family: "ff-din-web", sans-serif;
  font-weight: 700;
  padding-right: 53px;
  line-height: 24px;
  text-transform: uppercase;
}

.page-template-landing-page .pull-quote-section-wrap {
  position: relative;
  height: 755px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .page-template-landing-page .pull-quote-section-wrap {
    display: none;
  }
}

.page-template-landing-page .pull-quote-section-wrap .pull-quote-image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: 50% 75%;
  background-size: cover;
}

@media screen and (min-width: 1600px) {
  .page-template-landing-page .pull-quote-section-wrap .pull-quote-image {
    background-position: 50%;
  }
}

.page-template-landing-page .pull-quote-section-wrap .pull-quote-quote {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.page-template-landing-page .pull-quote-section-wrap .landing-page-quote-sub-wrap {
  background-color: #0098A7;
  margin-top: -5px;
  padding: 30px 0px 40px;
  z-index: 4;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .pull-quote-section-wrap .landing-page-quote-sub-wrap {
    margin-top: -4px;
    padding: 20px 0px 40px;
  }
}

.page-template-landing-page .pull-quote-section-wrap .landing-page-quote-sub-wrap blockquote {
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.7px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .page-template-landing-page .pull-quote-section-wrap .landing-page-quote-sub-wrap blockquote {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
  }
}

.page-template-landing-page .pull-quote-section-wrap .landing-page-quote-sub-wrap .source {
  font-weight: 700;
  font-family: "ff-din-web", sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 25px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
}

.page-template-landing-page .pull-quote-section-wrap svg {
  width: 100%;
  height: 60px;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .pull-quote-section-wrap svg {
    position: relative;
    display: block;
  }
}

.page-template-landing-page .quote-wrapper {
  position: relative;
  padding-top: 0px;
  display: block;
}

.page-template-landing-page .quote-wrapper .quote-image {
  position: relative;
  bottom: 0px;
  width: 100%;
  display: block;
  height: 400px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.page-template-landing-page .quote-wrapper #quote-area {
  position: relative;
  bottom: 0px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .quote-wrapper #quote-area {
    position: absolute;
  }
}

.page-template-landing-page .quote-wrapper #quote-area .quote {
  background-color: transparent;
  padding: 0px;
}

.page-template-landing-page .quote-wrapper #quote-area .quote .landing-page-quote-sub-wrap {
  background-color: #0098A7;
  margin-top: -5px;
  padding: 30px 0px 40px;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .quote-wrapper #quote-area .quote .landing-page-quote-sub-wrap {
    margin-top: -4px;
    padding: 20px 0px 40px;
  }
}

.page-template-landing-page .quote-wrapper #quote-area .quote .landing-page-quote-sub-wrap blockquote {
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.7px;
}

@media screen and (min-width: 768px) {
  .page-template-landing-page .quote-wrapper #quote-area .quote .landing-page-quote-sub-wrap blockquote {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
  }
}

.page-template-landing-page .quote-wrapper #quote-area .quote .landing-page-quote-sub-wrap .source {
  font-weight: 700;
  font-family: "ff-din-web", sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.page-template-landing-page .quote-wrapper #quote-area svg {
  display: block;
  height: 70px;
  top: -70px;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .quote-wrapper #quote-area svg {
    display: block;
  }
}

.page-template-landing-page .quote-wrapper img {
  width: 100%;
}

.page-template-landing-page #location-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 30px;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page #location-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.page-template-landing-page #location-wrap .location {
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  flex-grow: 1;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px;
  border-bottom: 5px solid #000;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page #location-wrap .location {
    border-bottom: 0px;
    height: auto;
    flex: 1 1 0;
  }
}

.page-template-landing-page #location-wrap .location:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(74, 74, 74, 0.71);
  display: block;
}

.page-template-landing-page #location-wrap .location:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.page-template-landing-page #location-wrap .location-content {
  z-index: 3;
  position: relative;
  text-align: left;
}

.page-template-landing-page #location-wrap .location-title {
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-style: italic;
  font-weight: 400;
  font-size: 44px;
  line-height: 46px;
}

@media screen and (min-width: 768px) {
  .page-template-landing-page #location-wrap .location-title {
    font-size: 72px;
    line-height: 60px;
  }
}

.page-template-landing-page #location-wrap .location-text {
  font-family: "ff-din-web", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-template-landing-page #location-wrap .location-link {
  background-color: #fff;
  color: #0098A7;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  padding: 13px 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.page-template-landing-page #location-wrap .location-link:hover {
  color: #fff;
  background-color: #0098A7;
}

.page-template-landing-page .hp-featured-event {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .hp-featured-event {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 500px;
    overflow: hidden;
  }
}

.page-template-landing-page .hp-featured-event .hp-featured-event-col {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .hp-featured-event .hp-featured-event-col {
    flex-grow: 1;
    width: 50%;
  }
}

.page-template-landing-page .hp-featured-event .leftcol {
  padding-top: 40%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-landing-page .hp-featured-event .rightcol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-landing-page .hp-featured-event .rightcol .featured-event-content {
  width: 100%;
  font-family: "ff-din-web", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .hp-featured-event .rightcol .featured-event-content {
    width: 75%;
  }
}

.page-template-landing-page .hp-featured-event .rightcol .featured-event-content a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.page-template-landing-page .hp-featured-event .rightcol .featured-event-description {
  margin: 20px 0px;
}

.page-template-landing-page .hp-featured-event .rightcol .featured-event-date {
  font-family: "ff-din-web", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.page-template-landing-page .hp-featured-event .rightcol .featured-event-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 25px;
}

.page-template-landing-page .what-is-section {
  background-color: #000;
  overflow: hidden;
  padding-top: 70px;
}

.page-template-landing-page .what-is-section .section-content-wrap {
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .what-is-section .section-content-wrap {
    margin-bottom: 40px;
  }
}

.page-template-landing-page .what-is-section .section-content-parent-1,
.page-template-landing-page .what-is-section .section-content-parent-2 {
  z-index: 3;
  position: relative;
}

.page-template-landing-page .what-is-section .section-content-parent-1 {
  -webkit-box-shadow: 0 10px 35px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 35px 30px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .what-is-section .section-content-parent-1 {
    -webkit-box-shadow: 0 60px 35px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0 60px 35px 30px rgba(0, 0, 0, 0.8);
  }
}

.page-template-landing-page .what-is-section .section-content-parent-2 {
  -webkit-box-shadow: 0 -30px 45px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 -30px 45px 30px rgba(0, 0, 0, 0.8);
  padding-bottom: 30px;
  padding-top: 20px;
}

.page-template-landing-page .what-is-section .section-content,
.page-template-landing-page .what-is-section .section-statement {
  color: #fff;
  padding: 10px;
}

.page-template-landing-page .what-is-section .section-content {
  padding: 0px 20px;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .what-is-section .section-content {
    padding: 0px;
  }
}

.page-template-landing-page .what-is-section .section-content .section-title {
  font-weight: "ff-din-web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}

.page-template-landing-page .what-is-section .section-content p {
  font-family: "ff-din-web", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-template-landing-page .what-is-section .section-statement {
  font-size: 40px;
  line-height: 42px;
  padding: 20px;
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-style: italic;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .what-is-section .section-statement {
    font-size: 72px;
    line-height: 74px;
    padding: 0px;
    margin-top: -60px;
  }
}

.page-template-landing-page .what-is-section .what-is-image img {
  width: 100%;
}

.page-template-landing-page .infographic-section {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .infographic-section {
    padding: 0px 0px 60px;
  }
}

.page-template-landing-page .infographic-section .infographic-wrap {
  border: 1px solid #0098A7;
  margin: 0px auto;
  max-width: 940px;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .infographic-section .infographic-wrap {
    padding: 20px 40px;
  }
}

.page-template-landing-page .infographic-section .infographic-wrap .infographic-title {
  width: 100%;
  display: block;
  padding: 0px;
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .infographic-section .infographic-wrap .infographic-title {
    padding: 0px 30px;
  }
}

.page-template-landing-page .infographic-section .infographic-wrap .infographic-col {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .page-template-landing-page .infographic-section .infographic-wrap .infographic-col {
    width: 50%;
    padding: 0px 30px;
  }
}

.page-template-landing-page .infographic-section .infographic-wrap .infographic-col .infographic-col-title {
  font-weight: "ff-din-web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
}

.page-template-landing-page .infographic-section .infographic-wrap .infographic-col .infographic-content {
  font-family: "ff-din-web", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.page-template-landing-page .infographic-section .infographic-wrap .infographic-col .infographic-col-image {
  text-align: center;
}

.page-template-landing-page .infographic-section .infographic-wrap .infographic-col .infographic-col-image img {
  max-width: 200px;
  margin: 0 auto;
}

section.hero {
  position: relative;
  max-height: 456px;
  z-index: -1;
}

section.hero:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

section.hero>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  section.hero {
    position: relative;
  }

  section.hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 35.625%;
  }

  section.hero>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  section.hero {
    margin-top: -130px;
  }
}

section.hero .wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 60px;
}

section.hero h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  section.hero h1 {
    font-size: 3.375em;
  }
}

section.calendar {
  padding: 50px 0;
  background: #000;
}

section.calendar .calendar-carousel {
  max-height: 145px;
}

@media screen and (min-width: 1024px) {
  section.calendar .calendar-carousel {
    max-height: none;
  }
}

section.calendar .slick-prev,
section.calendar .slick-next {
  top: unset !important;
  bottom: 75px;
}

section.calendar .slick-prev:before,
section.calendar .slick-next:before {
  filter: invert(1);
}

section.calendar .slick-next {
  right: -30px !important;
}

section.calendar .slick-prev {
  left: -10px !important;
}

section.calendar .slick-prev:before {
  background: url(img/prev-black.svg) no-repeat 0 0;
}

section.calendar .slick-next:before {
  background: url(img/next-black.svg) no-repeat 0 0;
}

section.calendar .week {
  width: 100%;
  text-align: center;
  padding-left: 40px;
}

section.calendar .week.no-header {
  padding-left: 0;
}

section.calendar .week .week-header {
  padding: 0 0 25px 0;
  text-align: left;
  margin-top: 27px;
}

section.calendar .week .week-header h4 {
  font-family: "ff-din-web", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  section.calendar .week .week-header h4 {
    font-size: 1.875em;
  }
}

section.calendar .week-calendar {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

section.calendar .week-calendar:before {
  display: none;
}

section.calendar .week-calendar .day {
  width: 25% !important;
  padding: 0 0 25px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  section.calendar .week-calendar .day {
    width: 100%;
  }
}

section.calendar .week-calendar .day:after {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 12px;
  display: none;
}

@media screen and (min-width: 768px) {
  section.calendar .week-calendar .day:after {
    display: block;
  }
}

section.calendar .week-calendar .day:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid white;
  position: absolute;
  content: "";
  right: 8px;
  top: 12px;
  display: none;
}

@media screen and (min-width: 768px) {
  section.calendar .week-calendar .day:before {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  section.calendar .week-calendar .day {
    width: 25%;
    padding: 10px;
    text-align: left;
  }

  section.calendar .week-calendar .day+.day {
    border-left: 1px solid rgba(62, 60, 56, 0.3);
  }
}

@media screen and (min-width: 1024px) {
  section.calendar .week-calendar .day {
    padding: 10px 20px;
  }
}

section.calendar .week-calendar .day.empty {
  display: none;
}

@media screen and (min-width: 768px) {
  section.calendar .week-calendar .day.empty {
    display: block;
  }
}

section.calendar .week-calendar .day h5 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 0.75em;
  padding: 0 0 10px 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  section.calendar .week-calendar .day h5 {
    font-size: 1em;
  }
}

section.calendar .week-calendar .day .event .cal-event-date {
  color: #0098A7;
  font-weight: 700;
  font-size: 14px;
}

section.calendar .week-calendar .day .event a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  line-height: 12px;
  margin-top: 7px;
}

@media screen and (min-width: 1024px) {
  section.calendar .week-calendar .day .event a {
    font-size: 1em;
    line-height: 18px;
    margin-top: 5px;
  }
}

section.calendar .week-calendar .day .event a span {
  display: block;
  line-height: 1.25em;
}

section.calendar .week-calendar .day:nth-of-type(4):after {
  display: none;
}

.mini-cal-wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.mini-cal-wrap:after {
  content: "";
  flex: auto;
}

.mini-cal-wrap #mini-cal-heading {
  font-family: "ff-din-web", sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #b9c8d0;
  width: 100%;
  margin-bottom: 20px;
}

.mini-cal-wrap .mini-cal-event {
  display: inline-block;
  background-color: #0098A7;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  width: 30%;
  position: relative;
  padding: 5px 2px;
  margin-bottom: 10px;
  margin-right: 3.25%;
}

.mini-cal-wrap .mini-cal-event:hover {
  text-decoration: none;
  background-color: #00daca;
}

.mini-cal-wrap .mini-cal-event.past-event {
  background-color: #b9c8d0;
}

.mini-cal-wrap .mini-cal-event.past-event.playbackAvailable::after {
  display: block;
  content: '';
  height: 20px;
  width: 20px;
  background-image: url('/wp-content/themes/scms/img/play-button.png');
  background-size: cover;
  right: -6px;
  top: -8px;
  position: absolute;
}



.mini-cal-wrap .mini-cal-event.future-event {
  background-color: #0098A7;
}

.mini-cal-wrap .mini-cal-event.active-mini-cal {
  text-decoration: none;
  background-color: #00daca;
}

.mini-cal-wrap .mini-cal-event .day-num {
  font-size: 24px;
  font-weight: 700;
  font-family: "ff-din-web", sans-serif;
}

.mini-cal-wrap .mini-cal-event .day-name,
.mini-cal-wrap .mini-cal-event .month {
  font-size: 14px;
  font-weight: 700;
  font-family: "ff-din-web", sans-serif;
  text-transform: uppercase;
}

.mini-cal-wrap .mini-cal-event .year {
  display: none;
}

section.concert-header {
  padding: 30px 0 0 0;
  background-color: #4a4a4a;
  margin-top: 0px;
  min-height: 300px;
  padding-top: 80px;
  background-size: cover;
  background-image: url(/wp-content/uploads/SeattleChamberMusic_ConcertDescription_Header-Graphic_2100x450.png);
  background-position: 50%;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 1024px) {
  section.concert-header {
    margin-top: 36px;
  }
}

section.concert-header .wrapper {
  width: 100%;
  margin-bottom: 40px;
}

section.concert-header h1 {
  font-size: 1.875em;
  font-weight: 100;
  padding: 0 0 10px 0;
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-style: italic;
  font-size: 60px;
}

section.concert-header p {
  text-transform: uppercase;
  line-height: 1.25em;
}

section.concert-header .sub-info {
  font-size: 20px;
}

section.concert-header .ctas {
  padding: 30px 0 0 0;
}

section.concert-header .ctas a {
  margin-bottom: 10px;
}

.events-template-concert {
  padding-top: 0px;
}

.events-template-concert .concert-header {
  position: relative;
}

.events-template-concert .concert-header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 170%;
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 568px) {
  .events-template-concert .concert-header:before {
    display: none;
  }
}

section.overview {
  padding: 50px 0;
}

section.overview .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.overview .wrapper article {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.overview .wrapper article {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  section.overview .wrapper article {
    width: 65%;
  }
}

section.overview .wrapper article .description {
  padding: 0 0 25px 0;
}

section.overview .wrapper article .description p {
  font-size: 1.125em;
  line-height: 1.5em;
}

section.overview .wrapper article .description p,
section.overview .wrapper article .description ul,
section.overview .wrapper article .description ol {
  margin-bottom: 20px;
}

section.overview .wrapper article .description ul,
section.overview .wrapper article .description ol {
  max-width: 80%;
  padding: 0 0 0 20px;
}

section.overview .wrapper article .description li {
  font-size: 1em;
  line-height: 1.5em;
}

section.overview .wrapper article .ctas {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 50px 0;
}

@media screen and (min-width: 768px) {
  section.overview .wrapper article .ctas {
    padding: 40px 0 0 0;
  }
}

section.overview .wrapper article .ctas .cta+.cta {
  margin-left: 30px;
}

section.overview .wrapper article .disabled {
  border: 1px solid #0098A7;
  margin-top: 20px;
  padding: 20px 20px 18px 20px;
  width: 100%;
}

section.overview .wrapper article .disabled p {
  font-size: 1.125em;
  line-height: 1.25em;
}

section.overview .wrapper article .disabled p a {
  color: #0098A7;
}

section.overview .wrapper article .disabled p a:hover {
  text-decoration: underline;
}

section.overview .wrapper aside {
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.overview .wrapper aside {
    width: 25%;
  }
}

section.overview .wrapper aside .detail+.detail {
  padding: 20px 0 0 0;
}

section.overview .wrapper aside .detail h4 {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}

section.overview .wrapper aside .detail a {
  color: #0098A7;
}

section.overview .wrapper aside .detail ul {
  list-style-type: none;
}

section.overview .wrapper aside .detail li {
  font-size: 0.875em;
  line-height: 1.25em;
  margin: 0;
  padding: 2px 0;
}

section.overview .wrapper aside .detail p {
  font-size: 0.875em;
  line-height: 1.25em;
  max-width: 200px;
}

section.overview .wrapper aside .detail p a {
  color: #0098A7;
  font-weight: bold;
}

section.overview .segments {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  section.overview .segments {
    margin-bottom: -50px;
  }
}

section.overview .segments .segment {
  padding: 0 0 50px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  section.overview .segments .segment {
    padding: 0 50px 50px 0;
    width: 50%;
  }
}

section.overview .segments .segment .composer {
  padding: 0 0 20px 0;
}

section.overview .segments .segment .composer h4 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

section.overview .segments .segment .composer h4 a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

section.overview .segments .segment .composition {
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-style: italic;
  padding: 0 0 10px 0;
}

section.overview .segments .segment .composition p {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.25em;
}

section.overview .segments .segment a {
  color: #0098A7;
}

section.overview .segments .segment .musician-link {
  font-size: 14px;
  font-weight: 700;
}

section.overview .segments .segment ul {
  list-style-type: none;
}

section.overview .segments .segment li {
  font-size: 1em;
  line-height: 1.25em;
  margin: 0;
  padding: 2px 0;
}

section.your-concert-experience .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}

.carousel-header h2.section-header {
  padding: 0 0 0 10px;
}

.carousel-header .see-all {
  text-transform: uppercase;
  color: #0098A7;
  font-weight: bold;
}

.carousel .item,
.grid .item {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.carousel .item .photo a,
.grid .item .photo a {
  display: block;
  width: 100%;
  height: 175px;
  max-width: 100%;
}

.carousel .item .photo img,
.grid .item .photo img {
  object-fit: cover;
  width: 100%;
  height: 175px;
  max-width: 100%;
}

.carousel .item .info,
.grid .item .info {
  padding: 10px 5px 0 0;
}

.carousel .item .info a,
.grid .item .info a {
  color: #0098A7;
  font-weight: 700;
  letter-spacing: 0;
}

.carousel .item .info h4,
.grid .item .info h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 0 5px 0;
  font-size: 1em;
  font-weight: normal;
}

.carousel .item .info h5,
.grid .item .info h5 {
  font-size: 0.875em;
  font-weight: normal;
}

.grid {
  display: none;
}

.grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.grid-wrapper .item {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 480px) {
  .grid-wrapper .item {
    width: 33.3333%;
  }
}

@media screen and (min-width: 640px) {
  .grid-wrapper .item {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .grid-wrapper .item {
    width: 20%;
  }
}

@media screen and (min-width: 1201px) {
  .grid-wrapper .item {
    width: 16.6666%;
  }
}

section.your-concert-experience {
  padding: 60px 0 10px 0;
  background: #fafafa;
}

@media screen and (min-width: 768px) {
  section.your-concert-experience {
    padding: 60px 0;
  }
}

section.your-concert-experience .columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.your-concert-experience .columns.columns-4 .column {
  width: 100%;
  margin: 0 0 50px 0;
}

@media screen and (min-width: 568px) {
  section.your-concert-experience .columns.columns-4 .column {
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  section.your-concert-experience .columns.columns-4 .column {
    width: 24%;
    margin: 0;
  }
}

section.your-concert-experience .columns .info {
  padding: 20px 10px 0 0;
}

section.your-concert-experience .columns .info h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1em;
  padding: 0 0 10px 0;
}

section.your-concert-experience .columns .info p {
  font-size: 0.875em;
  line-height: 1.5em;
  padding: 0 0 25px 0;
}

section.your-concert-experience+.quote-wrapper {
  background: #fafafa;
}

.quote-wrapper {
  padding-top: 40px;
  position: relative;
}

.quote-wrapper svg {
  position: absolute;
  display: none;
  width: 100%;
  height: 85px;
  z-index: 4;
  top: 36px;
  /* set height to pixels if you want angle to change with screen width */
}

@media screen and (min-width: 768px) {
  .quote-wrapper svg {
    display: inline-block;
    top: 65px;
  }
}

@media screen and (min-width: 768px) {
  .quote-wrapper svg {
    height: 70px;
    z-index: 4;
    top: -29px;
  }
}

section.quote {
  padding: 60px 0;
  background: #0098A7;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  section.quote {
    padding-top: 20px;
  }
}

section.quote .rotation-quote {
  width: 110%;
  display: none;
  margin-right: -1px;
  height: 100px;
  background-color: #0098A7;
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  z-index: 1;
  float: right;
  margin-top: -110px;
}

section.quote blockquote {
  position: relative;
  z-index: 3;
}

section.quote blockquote p {
  font-size: 1.5em;
  line-height: 1.3333em;
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-weight: 100;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  section.quote blockquote p {
    font-size: 1.875em;
  }
}

section.quote h4.source {
  padding: 25px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

section.artist-spotlight {
  padding: 80px 0;
  background: #fafafa;
}

section.artist-spotlight .artist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.artist-spotlight .artist+.artist {
  padding-top: 90px;
}

@media screen and (min-width: 568px) {
  section.artist-spotlight .artist:nth-child(even) .photo {
    order: -1;
  }

  section.artist-spotlight .artist:nth-child(even) .photo img {
    margin: 0 auto 0 0;
  }

  section.artist-spotlight .artist:nth-child(even) .info {
    padding: 0 0 0 40px;
  }
}

section.artist-spotlight .info {
  width: 100%;
}

@media screen and (min-width: 568px) {
  section.artist-spotlight .info {
    width: 48.5%;
  }
}

@media screen and (min-width: 1024px) {
  section.artist-spotlight .info {
    width: 66.6666%;
    padding-right: 40px;
  }
}

section.artist-spotlight .info p {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 0 0 25px 0;
}

section.artist-spotlight .photo {
  width: 100%;
  padding: 25px 0 0 0;
}

@media screen and (min-width: 568px) {
  section.artist-spotlight .photo {
    width: 48.5%;
    padding: 0;
  }

  section.artist-spotlight .photo img {
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  section.artist-spotlight .photo {
    width: 33.3333%;
  }
}

section.more-to-hear {
  padding: 90px 0 50px 0;
}

@media screen and (min-width: 768px) {
  section.more-to-hear {
    padding: 90px 0;
  }
}

section.more-to-hear.suggested-performances {
  background: rgba(216, 216, 216, 0.3);
}

section.more-to-hear .columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.more-to-hear .columns.columns-3 .column {
  width: 100%;
  margin: 0 0 50px 0;
}

@media screen and (min-width: 568px) {
  section.more-to-hear .columns.columns-3 .column {
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  section.more-to-hear .columns.columns-3 .column {
    width: 32.3333%;
    margin: 0;
  }
}

section.more-to-hear .columns .info {
  padding: 20px 10px 0 0;
  max-width: 300px;
}

section.more-to-hear .columns .info h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1em;
  padding: 0 0 10px 0;
}

section.more-to-hear .columns .info p {
  font-size: 0.875em;
  line-height: 1.5em;
  padding: 0 0 25px 0;
}

section.sponsors {
  padding: 30px 0 70px 0;
}

@media screen and (min-width: 1024px) {
  section.sponsors .description {
    width: 66.6666%;
  }
}

section.sponsors .description p {
  font-size: 1.125em;
  line-height: 1.5em;
}

section.sponsors .sponsor-row {
  padding: 30px 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

section.sponsors .sponsor-row .sponsor {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

@media screen and (min-width: 568px) {
  section.sponsors .sponsor-row .sponsor {
    width: 33.3333%;
  }
}

@media screen and (min-width: 768px) {
  section.sponsors .sponsor-row .sponsor {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  section.sponsors .sponsor-row .sponsor {
    width: 20%;
  }
}

.breadcrumb {
  color: #aaa;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: "ff-din-web", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.breadcrumb a {
  color: #282828;
  text-decoration: underline;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb a:active {
  color: #a9a9a9;
}

.breadcrumb ul {
  list-style: none;
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li:first-of-type::before {
  display: none;
}

.breadcrumb ul li::before {
  content: "∕∕";
  display: inline-block;
  margin-left: 10px;
  margin-right: 6px;
}

.breadcrumb-spacer {
  display: inline-block;
  margin-left: 10px;
  margin-right: 6px;
}

#center-side ul.trail-items {
  margin-left: 3px;
}

/*

    ----------------------------------------------------------------------
                                03 Templates
    ----------------------------------------------------------------------

*/
body.single-concert_series .hero {
  min-height: 540px;
}

body.single-concert_series .hero .content:before {
  content: "";
  width: 100%;
  height: 225px;
  position: absolute;
  bottom: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
  /* IE6-9 */
}

body.single-concert_series .hero .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: flex-end;
}

body.single-concert_series .hero .wrapper h1 {
  width: 100%;
  margin-bottom: 7px;
  padding-bottom: 0px;
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-weight: 100;
  font-style: italic;
}

body.single-concert_series .hero .wrapper .ctas {
  margin-top: 34px;
}

body.single-concert_series .hero .wrapper .ctas a {
  margin-bottom: 10px;
}

body.single-concert_series .calendar {
  box-shadow: 0px 0px 0px 0px;
  z-index: 1;
}

body.single-concert_series .sub-info {
  font-size: 20px;
  color: #fff;
}

body.single-concert_series section.hero:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 170%;
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 568px) {
  body.single-concert_series section.hero:before {
    display: none;
  }
}

body.single-concert_series section.hero h1 {
  font-size: 60px;
}

body.single-concert_series section.artists {
  padding: 50px 0;
}

body.single-concert_series section.composers {
  padding: 50px 0;
}

body.single-concert_series #concert-series-content {
  width: 100%;
}

body.single-concert_series #concert-series-content .description {
  /* Old Chrome, Safari and Opera */
  -webkit-column-count: 1;
  -webkit-column-gap: 0%;
  /* Old Firefox */
  -moz-column-count: 1;
  -moz-column-gap: 0%;
  /* Standard syntax */
  column-count: 1;
  column-gap: 0%;
}

@media screen and (min-width: 768px) {
  body.single-concert_series #concert-series-content .description {
    /* Old Chrome, Safari and Opera */
    -webkit-column-count: 2;
    -webkit-column-gap: 5%;
    /* Old Firefox */
    -moz-column-count: 2;
    -moz-column-gap: 5%;
    /* Standard syntax */
    column-count: 2;
    column-gap: 5%;
  }
}

body.single-concert_series #concert-series-content .sub-info strong {
  text-transform: uppercase;
}

body.single-concert_series #concert-series-stats {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  display: flex;
  padding: 18px 0px;
  margin: 40px auto 0px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  body.single-concert_series #concert-series-stats {
    flex-wrap: nowrap;
  }
}

body.single-concert_series #concert-series-stats .cs-count-block {
  width: 32.5%;
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-style: italic;
  color: #4A4A4A;
  font-size: 16px;
  text-align: center;
}

body.single-concert_series #concert-series-stats .cs-count-block .count-number {
  font-size: 60px;
}

@media screen and (min-width: 768px) {
  body.single-concert_series #concert-series-stats .cs-count-block {
    width: 16.67%;
    max-width: 125px;
    text-align: left;
    font-size: 20px;
  }
}

body.single-events section.overview {
  padding: 80px 0;
}

body.events-template-concert .overview.scms-section {
  padding-top: 30px;
}

body.events-template-concert .concert-intro-section {
  margin-bottom: 60px !important;
}

body.events-template-concert .concert-intro-section .segment {
  margin-bottom: 25px;
  padding-bottom: 0px !important;
}

body.events-template-concert .concert-intro-section .segment em {
  font-family: "Lora", serif;
  text-rendering: geometricPrecision;
  font-style: italic;
  font-size: 18px;
}

body.events-template-concert .concert-intro-section .segment a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: "ff-din-web", sans-serif;
}

body.events-template-concert .concert-intro-section .segment .musician-link {
  text-transform: none;
  font-size: 14px;
}

body.events-template-concert .disabled {
  border: 1px solid #0098A7;
  padding: 20px 20px 18px 20px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  body.events-template-concert .disabled {
    max-width: 65%;
  }
}

body.events-template-concert .disabled p {
  font-size: 1.125em;
  line-height: 1.25em;
  text-transform: none;
}

body.events-template-concert .disabled p a {
  color: #0098A7;
}

body.events-template-concert .disabled p a:hover {
  text-decoration: underline;
}

.bread-crumbs {
  font-size: 12px;
  margin-bottom: 50px;
  text-transform: uppercase;
  width: 100%;
}

.bread-crumbs span {
  color: #b1b1b1;
}

body.page-id-24 h3.grey-header {
  display: none;
}

body.page-id-24 #center-side {
  width: 100%;
}

body.page-id-24 #subscriptions * {
  font-family: "ff-din-web", sans-serif;
}

body.page-id-24 h1.page-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.875em;
}

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