@charset "UTF-8";
.wrap {
  position: relative;
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 auto; }
  .wrap > * {
    padding-right: 10px; }
  .wrap.wrap--align-right {
    justify-content: flex-end; }
  @media (min-width: 1024px) {
    .wrap {
      padding-left: 120px;
      padding-right: 80px; }
      .wrap > * {
        padding-right: 40px; } }

@media (min-width: 800px) and (max-width: 1023px) {
  .wrap {
    padding-left: 60px; } }

@media (min-width: 800px) {
  [class*="theme_gutter_"] .wrap > .slick-list {
    padding-right: 0 !important; } }

@media (min-width: 800px) {
  [class*="theme_gutter_"] .wrap.wrap--full {
    padding-right: 0; } }

.theme_gutter_small .wrap {
  padding-right: 0; }
  .theme_gutter_small .wrap > * {
    padding-right: 20px; }
  @media (min-width: 800px) {
    .theme_gutter_small .wrap {
      padding-right: calc( 20px * 1 * 2) !important; }
      .theme_gutter_small .wrap > *:not(.slick-arrow), .theme_gutter_small .wrap .slick-slide {
        padding-right: calc( 20px * 1); } }
  @media (min-width: 1024px) {
    .theme_gutter_small .wrap {
      padding-right: calc( 20px * 1 * 5) !important; } }
  @media (min-width: 800px) {
    .theme_gutter_small .wrap--full {
      padding-right: 40px !important; } }

.theme_gutter_medium .wrap {
  padding-right: 0; }
  .theme_gutter_medium .wrap > * {
    padding-right: 20px; }
  @media (min-width: 800px) {
    .theme_gutter_medium .wrap {
      padding-right: calc( 20px * 2 * 0.5) !important; }
      .theme_gutter_medium .wrap > *:not(.slick-arrow), .theme_gutter_medium .wrap .slick-slide {
        padding-right: calc( 20px * 2); } }
  @media (min-width: 1024px) {
    .theme_gutter_medium .wrap {
      padding-right: calc( 20px * 2 * 2) !important; } }
  @media (min-width: 800px) {
    .theme_gutter_medium .wrap--full {
      padding-right: 20px !important; } }

.theme_gutter_large .wrap {
  padding-right: 0; }
  .theme_gutter_large .wrap > * {
    padding-right: 20px; }
  @media (min-width: 800px) {
    .theme_gutter_large .wrap {
      padding-right: calc( 20px * 3 * 0) !important; }
      .theme_gutter_large .wrap > *:not(.slick-arrow), .theme_gutter_large .wrap .slick-slide {
        padding-right: calc( 20px * 3); } }
  @media (min-width: 1024px) {
    .theme_gutter_large .wrap {
      padding-right: calc( 20px * 3 * 1) !important; } }
  @media (min-width: 800px) {
    .theme_gutter_large .wrap--full {
      padding-right: 0px !important; } }

.theme_gutter_none .wrap:not(.wrap--accordion):not(.wrap--bio):not(.wrap--sponsors):not(.wrap--content) {
  padding-right: 20px; }
  .theme_gutter_none .wrap:not(.wrap--accordion):not(.wrap--bio):not(.wrap--sponsors):not(.wrap--content) > * {
    padding-right: 0px; }
  @media (min-width: 800px) {
    .theme_gutter_none .wrap:not(.wrap--accordion):not(.wrap--bio):not(.wrap--sponsors):not(.wrap--content) {
      padding-right: 60px; } }
  @media (min-width: 1024px) {
    .theme_gutter_none .wrap:not(.wrap--accordion):not(.wrap--bio):not(.wrap--sponsors):not(.wrap--content) {
      padding-right: 120px; } }

@media (min-width: 800px) {
  .theme_gutter_none .wrap.wrap--full {
    padding-right: 60px !important; } }

.wrap--padding {
  padding-top: 60px;
  padding-bottom: 60px; }

.wrap--equal {
  padding-left: 20px;
  padding-right: 10px; }

.wrap--narrow {
  max-width: 900px; }

@media (max-width: 799px) {
  .wrap--collapse-mob {
    padding-left: 0;
    padding-right: 0; } }

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em; }

.f-bold {
  font-weight: 700; }

p > strong {
  font-weight: 700; }

p.p--xsmall {
  font-size: 0.75rem; }

p.p--small {
  font-size: 1rem; }

p.p--med {
  font-size: 1.125rem; }

p a {
  font-weight: 600; }

.header-secondary {
  font-size: 1.25rem;
  letter-spacing: 0.08em; }

.button, .nav-main li a.nav-button {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 8px 18px;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer; }

.button, .nav-main li a.nav-button,
.nav-button a {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  transition: 0.35s ease;
  border-width: 3px;
  border-style: solid; }
  .button:hover, .nav-main li a.nav-button:hover, .button:focus, .nav-main li a.nav-button:focus,
  .nav-button a:hover,
  .nav-button a:focus {
    background-color: #fff; }

body {
  background: #fff; }
  body.scrolling-disabled {
    overflow: hidden; }
  body.theme_bg_Gray {
    background: #ededed; }
    body.theme_bg_Gray .page-content.page-content--box .main,
    body.theme_bg_Gray .header-wrap,
    body.theme_bg_Gray .page-content .main__title,
    body.theme_bg_Gray .page-content.page-content--production.production--accessible .main {
      background: #ededed; }
    body.theme_bg_Gray .column-block .column .text__block {
      background-color: #fff; }
  body.theme-bg--white {
    background: #fff; }
    body.theme-bg--white .page-content.page-content--box .main,
    body.theme-bg--white .header-wrap,
    body.theme-bg--white .page-content .main__title,
    body.theme-bg--white .page-content.page-content--production.production--accessible .main {
      background: #fff; }

.calendar .days__wrapper:after, .bio:after,
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.hide {
  display: none; }

.hero.jarallax img,
.hero .jarallax img {
  position: absolute;
  object-fit: cover;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 0; }

@media (max-width: 499px) {
  .hero.jarallax img {
    width: 100%; } }

.block-header-wrap {
  width: 100%; }

.block-header {
  padding-bottom: 40px; }

.block-header__title {
  color: #fff;
  font-size: 2.25rem; }

@media (min-width: 1024px) {
  .block-header__title {
    font-size: 3.25rem; } }

.header-wrap {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.header {
  width: 100%; }

.logo-wrap {
  padding-right: 10px !important; }

.logo {
  margin: 0;
  padding: 20px 0; }
  .logo .custom-logo-link {
    transition: 0.35s ease; }
    .logo .custom-logo-link:hover, .logo .custom-logo-link:focus {
      transform: scale(0.95);
      transition: 0.35s ease; }
  .logo .svg-logo {
    width: 100%;
    height: 100%; }
  .logo a,
  .logo img {
    display: block; }
  .logo img {
    height: auto;
    max-height: 80px;
    width: auto;
    max-width: 180px; }
  @media (min-width: 800px) {
    .logo .svg-logo {
      min-height: 85px !important; }
    .logo img {
      max-height: 120px;
      max-width: 300px; } }

.nav-wrap {
  margin-left: auto; }
  .nav-wrap .nav {
    height: 100%;
    display: flex;
    align-items: center; }

.nav-secondary > li > a:not(.button) {
  padding-bottom: 3px;
  background-size: 0 2px; }
  .nav-secondary > li > a:not(.button):hover, .nav-secondary > li > a:not(.button):focus {
    background-size: 100% 2px; }

.nav-main > li > a:not(.button) {
  padding: 0;
  background-size: 0 3px; }
  .nav-main > li > a:not(.button):hover, .nav-main > li > a:not(.button):focus {
    background-size: 100% 3px; }

.nav-main > li > a:not(.button),
.nav-secondary > li > a:not(.button) {
  position: relative;
  z-index: 2;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: 0.35s ease; }

.sub-menu li > a {
  position: relative;
  padding: 0;
  color: #fff;
  z-index: 2; }
  @media (min-width: 1024px) {
    .sub-menu li > a:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      background-color: #fff; } }
  .sub-menu li > a:hover:after, .sub-menu li > a:focus:after {
    width: 6px; }

.sub-menu .sub-menu {
  background-color: #fff;
  margin-bottom: 10px; }

.nav-main li:first-child {
  margin-left: 0; }

.nav-main li a.nav-button {
  text-align: right;
  font-size: 1.125rem; }
  @media (max-width: 1023px) {
    .nav-main li a.nav-button {
      color: #fff !important; }
      .nav-main li a.nav-button:after {
        height: 100%; } }

.nav-main .toggle-icon {
  position: absolute;
  right: 0;
  top: 2px; }

.nav__toggle {
  cursor: pointer; }

.nav__toggle--close {
  background: transparent;
  display: inline-block;
  position: relative;
  border: none;
  padding-left: 0;
  outline: none; }
  .nav__toggle--close .nav__toggle-text {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.15em; }
  .nav__toggle--close .nav__toggle-icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 100%; }
    .nav__toggle--close .nav__toggle-icon:before, .nav__toggle--close .nav__toggle-icon:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 18px;
      height: 3px; }
    .nav__toggle--close .nav__toggle-icon:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .nav__toggle--close .nav__toggle-icon:after {
      transform: translate(-50%, -50%) rotate(-45deg); }

.sub-menu {
  box-shadow: 0px 0px 40px #00000024;
  background-color: #fff; }
  .sub-menu li {
    position: relative; }
    .sub-menu li .toggle-icon:before {
      border-color: #fff; }
  .sub-menu .sub-menu,
  .sub-menu .children {
    display: none; }
    .sub-menu .sub-menu.is-active,
    .sub-menu .children.is-active {
      display: block; }

.toggle-icon {
  display: block;
  width: 40px;
  height: 22px;
  transition: 0.35s ease;
  cursor: pointer;
  z-index: 3; }
  .toggle-icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: -2px;
    display: block;
    width: 12px;
    height: 12px;
    z-index: 3;
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff; }
  .toggle-icon.is-active {
    transform: rotate(-180deg); }
    .toggle-icon.is-active:before {
      margin-top: -4px; }

@media (min-width: 1024px) {
  .nav__toggle {
    display: none; } }

@media (max-width: 1023px) {
  .nav-main .menu-item a:not(.nav-button) {
    margin-right: 30px;
    padding: 8px 0; }
  .nav-main .sub-menu {
    padding-left: 30px; }
  .nav-main > li > a:not(.button) {
    padding: 5px 0; }
  .nav-main .toggle-icon {
    height: 40px;
    right: -10px; }
    .nav-main .toggle-icon:after {
      border-right: solid 3px #fff;
      border-bottom: solid 3px #fff; }
  .header .wrap {
    align-items: center; }
  .nav-wrap {
    margin-left: auto; }
  .nav {
    text-align: right; }
  .nav__list {
    visibility: hidden;
    pointer-events: none;
    opacity: 0.0;
    overflow: scroll;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #fff;
    transform: scale(1.1);
    transition: 0.35s ease; }
    .admin-bar .nav__list {
      padding-top: 66px; }
    .nav__list.is-active {
      visibility: visible;
      pointer-events: auto;
      opacity: 1.0;
      transform: scale(1); }
  .nav-main-wrap {
    padding: 30px 0; }
  .nav-main > li {
    margin-bottom: 10px; }
  .nav-secondary {
    display: flex;
    justify-content: flex-end; }
    .nav-secondary li {
      margin-left: 20px; }
      .nav-secondary li:first-child {
        margin-left: 0; }
    .nav-secondary a {
      font-size: 0.875rem; } }
  @media (max-width: 1023px) and (max-width: 799px) {
    .nav-secondary {
      flex-direction: column; }
      .nav-secondary li {
        padding: 5px 0; } }

@media (max-width: 1023px) {
  .nav__toggle--close,
  .nav-main a {
    display: inline-block;
    padding: 10px 40px 10px 10px;
    font-size: 1.125rem; }
  .nav-button a {
    display: block; }
  .menu-item {
    position: relative; }
  .sub-menu {
    display: none;
    padding: 10px 0; }
    .sub-menu > li {
      margin-bottom: 0; }
    .sub-menu.is-active {
      display: block; } }

@media (min-width: 1024px) {
  .nav_button_mobile .nav__list,
  .nav_button_mobile .nav-main,
  .nav_button_mobile .nav-secondary {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
  .nav_button_mobile .nav-wrap {
    margin-top: 10px;
    margin-bottom: 10px; }
  .nav_button_mobile .nav__list {
    flex-direction: column; }
  .nav_button_mobile .nav-secondary-wrap > ul,
  .nav_button_mobile .nav-main-wrap > ul {
    height: 100%;
    align-items: center; }
  .nav_button_mobile .nav-secondary-wrap {
    max-height: 50px;
    flex: 1;
    order: 1; }
  .nav_button_mobile .nav-secondary {
    max-height: 50px; }
    .nav_button_mobile .nav-secondary li {
      margin-left: 20px;
      margin-bottom: 15px; }
  .nav_button_mobile .nav-main-wrap {
    flex: 2;
    order: 2;
    height: 60px; }
  .nav_button_mobile .nav-main a {
    display: block; }
  .nav_button_mobile .nav-main > li {
    position: relative;
    height: 100%;
    display: flex;
    margin-left: 20px; }
    .nav_button_mobile .nav-main > li:before {
      content: "";
      position: absolute;
      top: 100%;
      width: 100%;
      height: 30px; }
    .nav_button_mobile .nav-main > li > a {
      align-self: center; }
    .nav_button_mobile .nav-main > li > .toggle-icon {
      display: none; }
    .nav_button_mobile .nav-main > li > .sub-menu {
      visibility: hidden;
      opacity: 0.0;
      pointer-events: none;
      width: 260px;
      padding: 20px 0;
      position: absolute;
      left: 50%;
      top: calc(100% + 20px);
      transform: translateX(-50%);
      z-index: 101;
      transition: 0.35s ease; }
      .nav_button_mobile .nav-main > li > .sub-menu li a {
        margin: 0 0 10px; }
      .nav_button_mobile .nav-main > li > .sub-menu li:last-child a {
        margin-bottom: 0; }
      .nav_button_mobile .nav-main > li > .sub-menu .sub-menu__arrow {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: -14px;
        margin-left: -15px;
        width: 0;
        height: 0;
        border-left: solid 14px transparent !important;
        border-right: solid 14px transparent !important;
        border-bottom-style: solid;
        border-bottom-width: 14px; }
    .nav_button_mobile .nav-main > li:hover .sub-menu {
      visibility: visible;
      opacity: 1.0;
      pointer-events: auto; }
  .nav_button_mobile .sub-menu a {
    padding-left: 20px;
    padding-right: 20px; }
  .nav_button_mobile .sub-menu .sub-menu,
  .nav_button_mobile .sub-menu .children {
    display: none;
    padding: 10px 0; }
    .nav_button_mobile .sub-menu .sub-menu.is-active,
    .nav_button_mobile .sub-menu .children.is-active {
      display: block; }
    .nav_button_mobile .sub-menu .sub-menu a,
    .nav_button_mobile .sub-menu .children a {
      padding-top: 5px;
      padding-bottom: 5px; }
  .nav_button_mobile .sub-menu .toggle-icon {
    position: absolute;
    right: 0;
    top: 4px;
    border-color: white; } }

.nav_weight_100 .nav-main a {
  font-weight: 100; }

.nav_weight_200 .nav-main a {
  font-weight: 200; }

.nav_weight_300 .nav-main a {
  font-weight: 300; }

.nav_weight_400 .nav-main a {
  font-weight: 400; }

.nav_weight_500 .nav-main a {
  font-weight: 500; }

.nav_weight_600 .nav-main a {
  font-weight: 600; }

.nav_weight_700 .nav-main a {
  font-weight: 700; }

.nav_weight_800 .nav-main a {
  font-weight: 800; }

.nav_weight_900 .nav-main a {
  font-weight: 900; }

.nav_size_small .nav-main a {
  font-size: 0.75rem; }

.nav_size_medium .nav-main a {
  font-size: 1rem; }

.nav_size_large .nav-main a {
  font-size: 1.125rem; }

@media (min-width: 800px) {
  .nav_size_small .nav-main a {
    font-size: 0.875rem; }
  .nav_size_small .nav-main > li {
    margin-left: 20px; }
  .nav_size_medium .nav-main > li {
    margin-left: 30px; }
  .nav_size_large .nav-main > li {
    margin-left: 40px; } }

.nav_weight_100 .nav-main a {
  font-weight: 100; }

.nav_weight_200 .nav-main a {
  font-weight: 200; }

.nav_weight_300 .nav-main a {
  font-weight: 300; }

.nav_weight_400 .nav-main a {
  font-weight: 400; }

.nav_weight_500 .nav-main a {
  font-weight: 500; }

.nav_weight_600 .nav-main a {
  font-weight: 600; }

.nav_weight_700 .nav-main a {
  font-weight: 700; }

.nav_weight_800 .nav-main a {
  font-weight: 800; }

.nav_weight_900 .nav-main a {
  font-weight: 900; }

.nav-secondary-wrap--small {
  font-size: 14px; }

.nav-secondary-wrap--medium {
  font-size: 16px; }

.nav-secondary-wrap--large {
  font-size: 18px; }

.nav-secondary-wrap--100 {
  font-weight: 100; }

.nav-secondary-wrap--200 {
  font-weight: 200; }

.nav-secondary-wrap--300 {
  font-weight: 300; }

.nav-secondary-wrap--400 {
  font-weight: 400; }

.nav-secondary-wrap--500 {
  font-weight: 500; }

.nav-secondary-wrap--600 {
  font-weight: 600; }

.nav-secondary-wrap--700 {
  font-weight: 700; }

.nav-secondary-wrap--800 {
  font-weight: 800; }

.nav-secondary-wrap--900 {
  font-weight: 900; }

.nav_display_overlap.nav_position_sticky .header-wrap {
  position: fixed; }

.nav_display_overlap .header-wrap {
  background: transparent !important;
  box-shadow: none;
  position: absolute;
  z-index: 1001;
  width: 100%; }
  @media (min-width: 1024px) {
    .nav_display_overlap .header-wrap ul li a.nav-normal,
    .nav_display_overlap .header-wrap .nav-secondary-wrap ul li a {
      position: relative; }
      .nav_display_overlap .header-wrap ul li a.nav-normal:after,
      .nav_display_overlap .header-wrap .nav-secondary-wrap ul li a:after {
        background-color: white; } }

.nav_display_overlap.nav_button_mobile .nav-button {
  background-color: white; }

@media (min-width: 1024px) {
  .nav_display_overlap.nav_button_mobile ul li a.nav-normal,
  .nav_display_overlap.nav_button_mobile .nav-secondary-wrap ul li a {
    color: white; } }

.nav_position_sticky .header-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000; }
  .nav_position_sticky .header-wrap .header,
  .nav_position_sticky .header-wrap .wrap,
  .nav_position_sticky .header-wrap .custom-logo,
  .nav_position_sticky .header-wrap .nav-secondary,
  .nav_position_sticky .header-wrap .logo,
  .nav_position_sticky .header-wrap .nav-wrap,
  .nav_position_sticky .header-wrap .sub-menu,
  .nav_position_sticky .header-wrap .is-scrolled {
    transition: 0.35s ease; }
  .nav_position_sticky .header-wrap .nav-secondary {
    opacity: 1;
    height: 100px; }
  .nav_position_sticky .header-wrap.is-scrolled {
    top: 0 !important; }
    .nav_position_sticky .header-wrap.is-scrolled .custom-logo {
      max-height: 60px;
      width: auto;
      transition: 0.35s ease; }
    .nav_position_sticky .header-wrap.is-scrolled .logo {
      padding: 10px 0; }
      .nav_position_sticky .header-wrap.is-scrolled .logo .svg-logo {
        min-height: 60px; }
    @media (min-width: 1024px) {
      .nav_position_sticky .header-wrap.is-scrolled .nav-secondary-wrap {
        display: none; } }
    .nav_position_sticky .header-wrap.is-scrolled .nav-secondary-wrap,
    .nav_position_sticky .header-wrap.is-scrolled .nav-wrap,
    .nav_position_sticky .header-wrap.is-scrolled .sub-menu {
      transition: 0.35s ease; }

@media (min-width: 1024px) {
  .nav_button_desktop .nav {
    text-align: right; }
    .nav_button_desktop .nav .nav__toggle {
      display: block; }
    .nav_button_desktop .nav .toggle-icon {
      height: 40px; }
    .nav_button_desktop .nav .nav__list {
      visibility: hidden;
      pointer-events: none;
      opacity: 0.0;
      overflow: scroll;
      position: fixed;
      z-index: 99;
      left: 0;
      top: 0;
      width: 100%;
      padding: 20px;
      background: #fff;
      transform: scale(1.1);
      transition: 0.35s ease; }
      .admin-bar .nav_button_desktop .nav .nav__list {
        padding-top: 66px; }
      .nav_button_desktop .nav .nav__list.is-active {
        visibility: visible;
        pointer-events: auto;
        opacity: 1.0;
        transform: scale(1); }
        .nav_button_desktop .nav .nav__list.is-active .nav__toggle-text {
          margin-right: 30px; }
      .nav_button_desktop .nav .nav__list .nav-main-wrap {
        padding: 30px 0; }
      .nav_button_desktop .nav .nav__list .nav-main > li {
        margin-bottom: 10px;
        text-align: right; }
    .nav_button_desktop .nav .nav-secondary {
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }
      .nav_button_desktop .nav .nav-secondary li {
        width: fit-content;
        margin-left: 20px;
        padding: 5px 0; }
    .nav_button_desktop .nav .nav__toggle--close,
    .nav_button_desktop .nav .nav-main .nav-normal {
      display: inline-block;
      padding: 10px;
      margin-right: 30px;
      font-size: 1.125rem; }
      .nav_button_desktop .nav .nav__toggle--close:after,
      .nav_button_desktop .nav .nav-main .nav-normal:after {
        height: 3px;
        width: 0;
        transition: 0.35s ease; }
      .nav_button_desktop .nav .nav__toggle--close:hover:after,
      .nav_button_desktop .nav .nav-main .nav-normal:hover:after {
        width: 100%;
        transition: 0.35s ease; }
    .nav_button_desktop .nav .menu-item {
      position: relative; }
    .nav_button_desktop .nav .sub-menu {
      display: none;
      padding: 10px 0; }
      .nav_button_desktop .nav .sub-menu > li {
        margin-bottom: 0; }
      .nav_button_desktop .nav .sub-menu.is-active {
        display: block; } }

.footer p a,
.footer .contact a {
  color: #fff;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
  background-image: linear-gradient(to top, #fff 0%, #fff 100%) !important;
  transition: 0.35s ease; }
  .footer p a:hover, .footer p a:focus,
  .footer .contact a:hover,
  .footer .contact a:focus {
    background-size: 100% 100%; }

.footer p a {
  font-weight: 400; }

.footer .contact-wrap {
  align-self: flex-start;
  width: 100%; }

.footer .contact-wrap__right {
  justify-content: flex-start;
  width: 100%; }

.footer .social-list-wrap {
  width: 100%; }

@media (max-width: 799px) {
  .footer .social-list-wrap {
    margin-top: 20px; } }

@media (min-width: 800px) {
  .footer .contact-wrap {
    width: 25%; }
  .footer .contact-wrap__right {
    justify-content: flex-end;
    width: 50%;
    margin-left: auto; }
  .footer .social-list-wrap {
    align-self: flex-end;
    width: auto; } }

.footer__secondary,
.footer__primary {
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer__secondary > *, .footer__secondary a,
  .footer__primary > *,
  .footer__primary a {
    color: #fff; }

.footer__secondary {
  width: 100%; }
  .footer__secondary .footer__email {
    margin-right: 30px;
    font-size: 18px; }
  .footer__secondary p, .footer__secondary a {
    margin: 0;
    letter-spacing: 0.78px; }
  @media (min-width: 800px) {
    .footer__secondary .wrap {
      justify-content: space-between;
      align-items: center; } }

.footer__info {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 499px) {
    .footer__info {
      flex-direction: column; }
      .footer__info .footer__email {
        margin-bottom: 10px; } }

.footer__primary h6 {
  font-size: 1.125rem;
  margin-bottom: 20px;
  color: #fff; }

.footer__primary .container__right {
  width: 100%; }

.footer__primary .lig--logo-wrapper:hover .lig--logo, .footer__primary .lig--logo-wrapper:focus-within .lig--logo, .footer__primary .lig--logo-wrapper:focus .lig--logo {
  transform: scale(0.88); }

.footer__primary .lig--logo {
  height: 90px;
  max-width: 181px;
  transition: 0.35s ease; }

@media (min-width: 800px) {
  .footer__primary .container__right {
    width: 50%; } }

.footer__tertiary {
  padding: 80px 0 20px; }

.footer__sponsors {
  text-align: center;
  width: 100%; }

.footer-sponsor__link:hover, .footer-sponsor__link:focus {
  transform: scale(1.1);
  transition: 0.35s ease; }

.footer-sponsor__link {
  position: relative;
  width: auto;
  height: auto;
  max-width: 200px;
  transition: 0.35s ease; }

.footer-sponsor__name,
.footer-sponsor__logo {
  width: auto;
  height: auto;
  max-height: 200px;
  max-width: 200px;
  padding: 15px 25px;
  transition: 0.35s ease;
  color: black; }

.footer-sponsors__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin: 20px 0; }

.hero {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden; }
  .hero .hero--page__wrapper {
    width: 100%; }
  .hero * {
    color: #fff; }
  .hero .hero__link {
    margin: 10px 10px 0 0; }
  .hero .img__wrapper:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    z-index: 0; }
  .a11_not_accessible .hero .hero__img {
    width: 100%; }
    .a11_not_accessible .hero .hero__img.hero_overlay--standard {
      opacity: 0.25; }
    .a11_not_accessible .hero .hero__img.hero_overlay--light {
      opacity: 0.50; }
    .a11_not_accessible .hero .hero__img.hero_overlay--none {
      opacity: 1; }
      .a11_not_accessible .hero .hero__img.hero_overlay--none img {
        z-index: 0; }
    @media (max-width: 499px) {
      .a11_not_accessible .hero .hero__img {
        width: 100%; } }
  .a11_not_accessible .hero .img__wrapper:not(.img__wrapper--bkg):after {
    content: "";
    background-image: linear-gradient(201deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.5) 100%); }
  .hero li {
    margin: 0 20px 10px; }
  .hero .hero__title {
    font-size: 2rem; }
  .hero_padding_small:not(.home) .hero .hero__content-wrap {
    padding-top: 20px;
    padding-bottom: 20px; }
  .hero_padding_medium:not(.home) .hero .hero__content-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }
  .hero_padding_large:not(.home) .hero .hero__content-wrap {
    padding-top: 60px;
    padding-bottom: 60px; }
  .hero_padding_xlarge:not(.home) .hero .hero__content-wrap {
    padding-top: 80px;
    padding-bottom: 80px; }
  .hero.hero--xlarge .hero__content-wrap {
    padding-top: 80px;
    padding-bottom: 80px; }
  .hero_align_left .hero li {
    margin-right: 40px;
    margin-left: 0; }
  .hero_align_left .hero .hero__content {
    text-align: left; }
  .hero_align_left .hero .hero-nav__list {
    justify-content: flex-start; }
    .hero_align_left .hero .hero-nav__list li:first-child {
      margin-left: 0; }
  .hero_align_center .hero .hero__content {
    text-align: center; }
  .hero_align_center .hero .hero-nav__list {
    justify-content: center; }
  .hero.hero--home, .hero.hero--production {
    position: relative;
    z-index: 0;
    background: #000;
    height: 0;
    min-height: 300px; }
    .hero.hero--home .wrap, .hero.hero--production .wrap {
      position: absolute;
      bottom: 0;
      padding-top: 0; }
    .hero.hero--home .hero__content-wrap, .hero.hero--production .hero__content-wrap {
      padding-top: 20px;
      padding-bottom: 20px; }
      .hero.hero--home .hero__content-wrap .hero__content, .hero.hero--production .hero__content-wrap .hero__content {
        text-align: left; }
        @media (min-width: 1024px) {
          .hero.hero--home .hero__content-wrap .hero__content, .hero.hero--production .hero__content-wrap .hero__content {
            width: 66.6666666667%; } }
      .hero.hero--home .hero__content-wrap .hero__title, .hero.hero--production .hero__content-wrap .hero__title {
        padding-bottom: 0; }
  .hero.hero--home .wrap {
    position: absolute;
    margin-top: auto; }
    @media (min-width: 1024px) {
      .hero.hero--home .wrap {
        padding-left: calc((100vw - 1600px) / 2);
        margin-left: 40px; } }
  .hero.hero--page .wrap {
    position: static; }
  .hero.hero--production .hero__title {
    display: inline-block;
    width: auto;
    font-size: 2.5rem;
    padding-bottom: 0; }
  .hero.hero--production .img__wrapper:not(.img__wrapper--bkg):after {
    background: linear-gradient(201deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.5) 100%); }
  .hero .hero__subhead {
    letter-spacing: 1px; }
  @media (min-width: 800px) {
    .hero .hero__title {
      font-size: 2.5rem; }
    .hero.hero--home .hero__content-wrap {
      padding-bottom: 60px; }
    .hero.hero--production .hero__title {
      padding-bottom: 80px;
      font-size: 5.125rem; }
    .hero.hero--production .hero__image {
      max-width: inherit; }
    .hero.hero--page .wrap {
      position: relative; }
    .hero.hero--page .hero__img {
      position: absolute; }
    .hero__img {
      min-width: inherit; }
    .hero .hero--page__wrapper .hero__title {
      font-size: 3.875rem; }
    .hero .hero--page__wrapper img {
      position: absolute; } }
  @media (min-width: 1024px) {
    .hero .hero__title {
      font-size: 3.5rem; }
    .hero_padding_small:not(.home) .hero .hero__content-wrap {
      padding-top: 40px;
      padding-bottom: 40px; }
    .hero_padding_medium:not(.home) .hero .hero__content-wrap {
      padding-top: 80px;
      padding-bottom: 80px; }
    .hero_padding_large:not(.home) .hero .hero__content-wrap {
      padding-top: 120px;
      padding-bottom: 120px; }
    .hero_padding_xlarge:not(.home) .hero .hero__content-wrap {
      padding-top: 160px;
      padding-bottom: 160px; }
    .hero.hero--home {
      height: 550px;
      padding-bottom: 0; }
      .hero.hero--home h1 {
        font-size: 3.25rem; }
    .hero.hero--production {
      height: 550px;
      padding-bottom: 0; }
    .hero .hero__content-wrap {
      padding-top: 120px;
      padding-bottom: 120px; } }

.hero__title {
  font-size: 2rem; }

@media (min-width: 800px) {
  .hero__title {
    font-size: 2.5rem; } }

@media (min-width: 1024px) {
  .hero__title {
    font-size: 3.25rem; } }

.hero__content-wrap {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 5; }
  .hero_padding_small:not(.home) .hero__content-wrap {
    padding: 20px auto; }
  .hero_padding_medium:not(.home) .hero__content-wrap {
    padding: 40px auto; }
  .hero_padding_large:not(.home) .hero__content-wrap {
    padding: 60px auto; }

.a11_accessible.a11_hero_box.hero_padding_small:not(.home):not(.single-person) .hero__content {
  height: 50px; }

.a11_accessible.a11_hero_box.hero_padding_medium:not(.home):not(.single-person) .hero__content {
  height: 80px; }

.a11_accessible.a11_hero_box.hero_padding_large:not(.home):not(.single-person) .hero__content {
  height: 120px; }

.a11_accessible.a11_hero_box.hero_padding_xlarge:not(.home):not(.single-person) .hero__content {
  height: 150px; }

.hero-nav {
  margin-top: 10px; }
  .hero-nav .hero-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .hero-nav .hero-nav__list--small a {
      font-size: 1rem; }
    .hero-nav .hero-nav__list--medium a {
      font-size: 1.25rem; }
    .hero-nav .hero-nav__list--large a {
      font-size: 1.5rem; }
  .hero-nav a {
    position: relative;
    margin-bottom: 10px;
    font-size: 1rem;
    transition: .3s ease all;
    top: 0;
    padding: 2px 4px 3px; }
  .main .hero-nav .hero-nav__list {
    justify-content: left; }
  @media (min-width: 1024px) {
    .hero-nav a {
      font-size: 1.25rem; } }

.hero.hero--home .hero__content-wrap,
.hero.hero--production .hero__content-wrap,
.nav_display_overlap .hero.hero--home .hero__content-wrap,
.nav_display_overlap .hero.hero--production .hero__content-wrap {
  padding-bottom: 60px; }

@media (max-width: 799px) {
  .hero.hero--home .hero__content-wrap,
  .hero.hero--production .hero__content-wrap,
  .nav_display_overlap .hero.hero--home .hero__content-wrap,
  .nav_display_overlap .hero.hero--production .hero__content-wrap {
    padding-bottom: 15px; } }

@media (max-width: 499px) {
  .hero.hero--home .hero__content-wrap,
  .hero.hero--production .hero__content-wrap,
  .nav_display_overlap .hero.hero--home .hero__content-wrap,
  .nav_display_overlap .hero.hero--production .hero__content-wrap {
    margin: 0; }
  .hero.hero--home .hero__link,
  .hero.hero--production .hero__link,
  .nav_display_overlap .hero.hero--home .hero__link,
  .nav_display_overlap .hero.hero--production .hero__link {
    font-size: 0.8rem;
    margin: 0; }
  .hero.hero--home .hero__title,
  .hero.hero--production .hero__title,
  .nav_display_overlap .hero.hero--home .hero__title,
  .nav_display_overlap .hero.hero--production .hero__title {
    margin-bottom: 10px; } }

.nav_display_overlap .header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }

@media (min-width: 1300px) {
  .nav_display_overlap .hero.hero--home,
  .nav_display_overlap .hero.hero--production {
    height: 300px; }
    .nav_display_overlap .hero.hero--home .hero__image,
    .nav_display_overlap .hero.hero--production .hero__image {
      object-fit: cover;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }

@media (max-width: 1023px) {
  .nav_display_overlap.hero_padding_small .jarallax--hero .hero__content-wrap {
    padding-top: 20px;
    padding-bottom: 20px; }
  .nav_display_overlap.hero_padding_medium .jarallax--hero .hero__content-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }
  .nav_display_overlap.hero_padding_large .jarallax--hero .hero__content-wrap {
    padding-top: 60px;
    padding-bottom: 60px; }
  .nav_display_overlap.hero_padding_xlarge .jarallax--hero .hero__content-wrap {
    padding-top: 80px;
    padding-bottom: 80px; }
  .nav_display_overlap.a11_hero_box.hero_padding_small .hero__content {
    height: 20px; }
  .nav_display_overlap.a11_hero_box.hero_padding_medium .hero__content {
    height: 40px; }
  .nav_display_overlap.a11_hero_box.hero_padding_large .hero__content {
    height: 60px; }
  .nav_display_overlap.a11_hero_box.hero_padding_xlarge .hero__content {
    height: 80px; } }

@media (min-width: 1024px) {
  .nav_display_overlap.hero_padding_small .jarallax--hero .hero__content-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }
  .nav_display_overlap.hero_padding_medium .jarallax--hero .hero__content-wrap {
    padding-top: 80px;
    padding-bottom: 80px; }
  .nav_display_overlap.hero_padding_large .jarallax--hero .hero__content-wrap {
    padding-top: 120px;
    padding-bottom: 120px; }
  .nav_display_overlap.hero_padding_xlarge .jarallax--hero .hero__content-wrap {
    padding-top: 200px;
    padding-bottom: 200px; }
  .nav_display_overlap.a11_hero_box.hero_padding_small .hero__content {
    height: 20px; }
  .nav_display_overlap.a11_hero_box.hero_padding_medium .hero__content {
    height: 40px; }
  .nav_display_overlap.a11_hero_box.hero_padding_large .hero__content {
    height: 60px; }
  .nav_display_overlap.a11_hero_box.hero_padding_xlarge .hero__content {
    height: 80px; } }

@media (min-width: 1024px) {
  .nav_display_overlap .hero.hero--home,
  .nav_display_overlap .hero.hero--production {
    height: 710px; } }

.logged-in.nav_position_sticky:not(.customize-partial-edit-shortcuts-shown) .header-wrap {
  top: 32px !important; }

.content-block-wrap {
  position: relative; }

.anchortag-offset {
  position: absolute;
  top: -100px; }

@media (min-width: 1024px) {
  .anchortag-offset {
    top: -120px; } }

.home .hero__wrapper {
  position: relative; }

.home .hero .img__wrapper {
  height: 100%;
  width: 100%; }
  .home .hero .img__wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.home .hero__wrapper--accessible {
  overflow: visible; }
  .home .hero__wrapper--accessible .img__wrapper {
    overflow: hidden; }
  .home .hero__wrapper--accessible .hero__content-wrap {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 15px 20px 15px;
    margin-top: -50px;
    margin-right: 20px; }
  .home .hero__wrapper--accessible .hero__title {
    line-height: 1.15em;
    margin-bottom: 10px; }
  @media (min-width: 800px) {
    .home .hero__wrapper--accessible .hero__title {
      margin-bottom: 20px; }
    .home .hero__wrapper--accessible .hero__content-wrap {
      margin-top: -100px; } }
  @media (min-width: 1024px) {
    .home .hero__wrapper--accessible .hero__content-wrap {
      padding: 20px 30px 25px;
      margin-top: -150px; } }

.home .hero__wrapper--not_accessible .wrap__hero--home {
  position: absolute;
  bottom: 20px;
  left: 0; }

.home .hero__wrapper--not_accessible .hero__title {
  color: #fff;
  margin-bottom: 20px; }

@media (min-width: 1024px) {
  .home .hero__wrapper--not_accessible .wrap__hero--home {
    bottom: 50px; } }

.hero--production .hero__content-wrap {
  padding-bottom: 20px !important; }
  @media (min-width: 1024px) {
    .hero--production .hero__content-wrap {
      padding-bottom: 40px !important; } }
  @media (min-width: 1024px) {
    .hero--production .hero__content-wrap {
      padding-bottom: 60px !important; } }

.a11_hero_box:not(.home) .hero-nav__list li {
  padding: 0  20px 10px 0; }

.hero__wrapper--a11 {
  margin-bottom: 30px; }
  .page-content .hero__wrapper--a11 .main__title {
    padding-bottom: 0; }

.blog.a11_accessible.a11_hero_box .hero__wrapper--a11 {
  background-color: #fff;
  margin-top: -80px;
  padding: 20px 30px 0;
  margin-bottom: 0; }

.single-post.a11_accessible.a11_hero_box .hero__wrapper--a11 {
  margin-top: -135px;
  background-color: #fff;
  padding: 20px 30px 0;
  margin-left: -30px; }

.single-post.a11_accessible.a11_hero_box .hero-nav .hero-nav__list {
  justify-content: left; }

.page-content {
  padding: 60px 0 0; }
  .page-content.page-content--blog, .page-content.page-content--home {
    padding: 0; }
  .page-content .main__header {
    padding-bottom: 40px; }
  .page-content .main__title {
    font-size: 2rem;
    padding-bottom: 30px; }
  @media only screen and (max-width: 1023px) {
    .page-content .main__title {
      background: #fff;
      width: fit-content;
      padding: 10px 20px;
      margin-left: -20px;
      margin-right: -20px; }
      .page-content .main__title:not(.production-title) {
        margin-top: -105px; } }
  @media (min-width: 1024px) {
    .page-content .main__title {
      font-size: 3.5rem; }
    .page-content.page-content--box .main {
      padding: 20px 30px;
      margin-top: -135px;
      margin-left: -30px;
      margin-right: -20px;
      background: #fff; } }

.main .hero-nav__link {
  font-weight: 600;
  padding-left: 2px;
  padding-right: 2px; }
  .main .hero-nav__link:hover {
    color: #fff; }

.main-wrap {
  width: 100%;
  padding-bottom: 60px; }
  @media (min-width: 1024px) {
    .main-wrap {
      width: 66.6666666667%; }
      .page-content--full .main-wrap {
        width: 100%; } }

.hero_align_center .main-wrap:only-child {
  margin: 0 auto; }

.sidebar-wrap {
  width: 100%; }
  @media (min-width: 1024px) {
    .sidebar-wrap {
      width: 33.3333333333%; } }

.page-content--production .sidebar .sidebar__details--group {
  margin-bottom: 35px;
  flex-wrap: nowrap; }

.page-content--production .sidebar .sidebar__ticket-link {
  padding-top: 22px;
  padding-bottom: 23px;
  width: 100%;
  color: #fff;
  text-align: center; }
  .page-content--production .sidebar .sidebar__ticket-link.is-disabled {
    display: block;
    cursor: not-allowed;
    background: #aaaaaa;
    border-color: #aaaaaa;
    color: #595959; }
    .page-content--production .sidebar .sidebar__ticket-link.is-disabled:hover, .page-content--production .sidebar .sidebar__ticket-link.is-disabled:focus {
      color: #595959 !important; }
      .page-content--production .sidebar .sidebar__ticket-link.is-disabled:hover:after, .page-content--production .sidebar .sidebar__ticket-link.is-disabled:focus:after {
        display: none; }

.page-content--production .sidebar .sidebar--block {
  margin-bottom: 30px;
  padding: 5px; }

.page-content--production .sidebar .sidebar__details {
  padding: 15px; }

.page-content--production .sidebar p {
  margin: 0; }
  .page-content--production .sidebar p.p--md {
    letter-spacing: 2px; }

.sidebar p {
  font-size: 1rem; }

.sidebar .credit {
  margin-bottom: 20px; }

.sidebar .icon__wrapper {
  position: relative;
  margin-right: 10px;
  min-width: 33px;
  width: 34px;
  height: 34px; }

.sidebar .svg--icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 33px;
  transform: translateY(-50%); }

.sidebar .button--callout {
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 13px; }

.sidebar-block {
  margin-bottom: 30px; }
  .sidebar-block--text_block {
    padding: 20px; }

@media (min-width: 1024px) {
  .page-content--production .sidebar-wrap {
    margin-top: -136px; } }

.sidebar-wrap .nav-related-wrap {
  width: 100%; }

.nav-related-wrap {
  margin-bottom: 30px;
  width: 33.3333333333%; }
  @media (max-width: 1023px) {
    .nav-related-wrap {
      width: 100%; } }

.nav-related li {
  position: relative;
  margin-bottom: 3px; }
  .nav-related li:last-child {
    margin-bottom: 0; }
  .nav-related li > a:hover,
  .nav-related li > a:focus {
    padding: 18px 15px 18px 25px; }

.nav-related > li a {
  position: relative; }
  .nav-related > li a:before {
    content: "";
    position: absolute;
    opacity: 0;
    left: -5px;
    top: 0;
    width: 6px;
    height: 100%;
    transition: 0.3s ease all;
    z-index: 10; }
  .nav-related > li a:hover:before, .nav-related > li a:focus:before {
    opacity: 1;
    left: 0; }

.nav-related a {
  font-size: 1.25rem;
  line-height: 1.325rem;
  padding: 18px 20px;
  width: calc(100% - 40px);
  display: block;
  transition: .3s ease all; }

.nav-related .page_item_has_children {
  position: relative; }
  .nav-related .page_item_has_children.is-hidden .children {
    border-top: 3px solid #fff;
    transition: .35s ease all, border-top .1s ease !important; }
  .nav-related .page_item_has_children > .children > .page_item {
    margin-bottom: 0;
    border-bottom: 3px solid #fff; }
    .nav-related .page_item_has_children > .children > .page_item .accordion__toggle-icon:before,
    .nav-related .page_item_has_children > .children > .page_item .accordion__toggle-icon:after {
      background: #fff; }
    .nav-related .page_item_has_children > .children > .page_item a {
      color: #fff; }
    .nav-related .page_item_has_children > .children > .page_item > .children > .page_item {
      position: relative; }
      .nav-related .page_item_has_children > .children > .page_item > .children > .page_item:before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: #fff;
        opacity: 0.15;
        position: absolute;
        top: 0;
        left: 0; }
      .nav-related .page_item_has_children > .children > .page_item > .children > .page_item a {
        font-size: 0.85rem; }
  .nav-related .page_item_has_children.is-hidden > .children {
    opacity: 1;
    height: 100%;
    transition: 1.3s ease all; }
  .nav-related .page_item_has_children.is-hidden > .accordion__toggle-icon:after {
    right: 10px; }
  .nav-related .page_item_has_children.is-hidden > .accordion__toggle-icon:before {
    right: 0px; }
  .nav-related .page_item_has_children > a {
    display: inline-block; }

.nav-related .current_page_item > a:before {
  left: 0;
  opacity: 1; }

.nav-related .children {
  height: 0;
  opacity: 0;
  transition: 0.5 ease all; }
  .nav-related .children a {
    font-size: 1rem; }

.nav-related .accordion__toggle-icon {
  background: none;
  width: 25px;
  height: 25px;
  top: 15px;
  cursor: pointer; }
  .nav-related .accordion__toggle-icon:after, .nav-related .accordion__toggle-icon:before {
    content: "";
    position: absolute;
    opacity: 1;
    top: 50%;
    right: 40px;
    width: 16px;
    height: 3px;
    transform-origin: 50%;
    transition: .3s ease all; }
  .nav-related .accordion__toggle-icon:after {
    right: 0px;
    transform: rotate(-45deg); }
  .nav-related .accordion__toggle-icon:before {
    right: 10px;
    left: initial;
    transform: rotate(45deg); }

.callout {
  display: block;
  overflow: hidden;
  padding: 3px; }
  .callout img {
    display: block;
    width: 100%;
    height: auto; }
  .callout .callout__header {
    margin: 0;
    padding: 15px 15px 10px;
    letter-spacing: normal; }
  .callout .callout__copy {
    margin: 0;
    padding: 0 15px 20px;
    line-height: 1.5rem; }
    .callout .callout__copy p:last-child {
      margin-bottom: 0; }
  .callout .callout__button {
    margin: 0 !important; }

.sidebar--text .wysiwyg > *:first-child {
  margin-top: 0; }

.sidebar--text .wysiwyg p:first-child .button, .sidebar--text .wysiwyg p:first-child .nav-main li a.nav-button, .nav-main li .sidebar--text .wysiwyg p:first-child a.nav-button {
  margin: 0;
  display: block; }

.a11_not_accessible .callout .img__wrapper {
  position: relative; }
  .a11_not_accessible .callout .img__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* Rectangle 4 Copy 2: */
    background-image: -webkit-linear-gradient(118deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(118deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(208deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.5) 100%); }

.a11_not_accessible .callout .img__wrapper > .callout__header {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 10; }

.a11_not_accessible .callout .callout__header {
  margin: 0;
  padding-bottom: 20px;
  padding-left: 17px;
  padding-right: 17px;
  letter-spacing: 1px; }

.a11_not_accessible .callout .callout__copy {
  padding: 20px 15px 30px; }

.a11_not_accessible.single-production .production-subhead {
  padding: 0;
  margin-top: -30px; }

.a11_accessible.single-production .hero__wrapper--a11.no-padding {
  margin-bottom: 0; }

.page-content .wysiwyg__content > *:first-child {
  padding-top: 0 !important; }

.wysiwyg-block {
  padding: 60px 0; }

.wysiwyg {
  /* Tables */ }
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    padding: 30px 0;
    margin: 0; }
  .wysiwyg h1 {
    font-size: 2rem; }
  .wysiwyg h2 {
    font-size: 1.75rem; }
  .wysiwyg h3 {
    font-size: 1.5rem; }
  .wysiwyg h4 {
    font-size: 1.25rem; }
  .wysiwyg h5 {
    font-size: 1rem; }
  .wysiwyg h6 {
    font-size: 1rem; }
  .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    letter-spacing: 1px; }
  .wysiwyg ul, .wysiwyg ol {
    padding: 0 0 30px 0; }
    .wysiwyg ul ul, .wysiwyg ul ol, .wysiwyg ol ul, .wysiwyg ol ol {
      padding: 8px 0; }
  .wysiwyg figure,
  .wysiwyg img {
    max-width: 100%;
    height: auto; }
    .wysiwyg figure.alignleft,
    .wysiwyg img.alignleft {
      float: left;
      margin: 5px 40px 20px 0; }
    .wysiwyg figure.alignright,
    .wysiwyg img.alignright {
      float: right;
      margin: 5px 0 20px 40px; }
    .wysiwyg figure.aligncenter,
    .wysiwyg img.aligncenter {
      display: flex;
      flex-direction: column;
      margin: 20px auto; }
    .wysiwyg figure figcaption,
    .wysiwyg img figcaption {
      padding-top: 10px; }
  .wysiwyg figure {
    margin: 2em 0; }
  .wysiwyg ul:not(.wysiwyg--gallery--group):not(.options),
  .wysiwyg ol {
    display: flex;
    flex-direction: column; }
    .wysiwyg ul:not(.wysiwyg--gallery--group):not(.options) li:not(.gfield):not([class*="gchoice_"]),
    .wysiwyg ol li:not(.gfield):not([class*="gchoice_"]) {
      position: relative;
      margin-left: 1.625em; }
    .wysiwyg ul:not(.wysiwyg--gallery--group):not(.options) li:before,
    .wysiwyg ol li:before {
      position: absolute; }
  .wysiwyg ul:not(.wysiwyg--gallery--group):not(.options) li:before {
    left: -1.5em; }
  .wysiwyg ol li:before {
    left: -2.25em; }
    @media (max-width: 1023px) {
      .wysiwyg ol li:before {
        left: -1.725em; } }
  .wysiwyg ul:not(.wysiwyg--gallery--group):not(.options) li:not(.gfield):not([class*="gchoice_"]):before {
    content: "";
    top: 12px;
    width: 6px;
    height: 6px; }
  .wysiwyg ol {
    counter-reset: item; }
    .wysiwyg ol > li {
      counter-increment: item; }
      .wysiwyg ol > li:before {
        content: counter(item);
        font-size: 0.875rem;
        font-weight: 700; }
  .wysiwyg hr {
    width: 100%;
    max-width: 260px;
    height: 3px;
    background: #000;
    border: none;
    display: block;
    margin: 60px 0; }
  .wysiwyg blockquote {
    padding: 20px 30px;
    margin: 0 0 30px;
    font-size: 1.1rem;
    line-height: 1.6em; }
    .wysiwyg blockquote p:last-child {
      margin-bottom: 0; }
  .wysiwyg p {
    margin: 0 0 30px; }
    .wysiwyg p a:not(.button) {
      transition: 0.35s ease; }
      .wysiwyg p a:not(.button):hover {
        color: #fff; }
  .wysiwyg .button, .wysiwyg .nav-main li a.nav-button, .nav-main li .wysiwyg a.nav-button {
    position: relative;
    margin-bottom: 20px; }
  .wysiwyg img.alignleft {
    float: left;
    margin: 5px 40px 20px 0; }
  .wysiwyg img.alignright {
    float: right;
    margin: 5px 0 20px 40px; }
  @media (min-width: 1024px) {
    .wysiwyg h1 {
      font-size: 3.25rem; }
    .wysiwyg h2 {
      font-size: 2.625rem; }
    .wysiwyg h3 {
      font-size: 2.25rem; }
    .wysiwyg h4 {
      font-size: 1.625rem; }
    .wysiwyg h5 {
      font-size: 1.5rem; }
    .wysiwyg h6 {
      font-size: 1.375rem; }
    .wysiwyg p, .wysiwyg li {
      font-size: 1.25rem; }
    .sidebar .wysiwyg p, .sidebar .wysiwyg li {
      font-size: 1rem; }
    .wysiwyg blockquote {
      font-size: 1.5rem;
      padding: 50px 60px; }
    .wysiwyg ul li, .wysiwyg ol li {
      font-size: 1.25rem; }
    .wysiwyg .button, .wysiwyg .nav-main li a.nav-button, .nav-main li .wysiwyg a.nav-button {
      margin-bottom: 40px; } }
  .wysiwyg .wp-block-table {
    margin: 40px 0;
    border: none; }
    .wysiwyg .wp-block-table table {
      display: table; }
      .wysiwyg .wp-block-table table th {
        color: white;
        padding: 10px; }
      .wysiwyg .wp-block-table table td {
        padding: 10px; }
    .wysiwyg .wp-block-table tfoot td {
      background-color: #CED1D3; }
    @media (max-width: 600px) {
      .wysiwyg .wp-block-table table {
        width: 100%; }
        .wysiwyg .wp-block-table table * {
          font-size: 14px; } }
    .wysiwyg .wp-block-table figcaption {
      padding: 20px; }
    .wysiwyg .wp-block-table.is-style-stripes table tr:nth-child(even) {
      background: white; }
    .wysiwyg .wp-block-table.is-style-stripes table tr:nth-child(odd) {
      background: #EBEFF1; }

.social-list {
  display: flex; }
  .social-list__item {
    width: 32px;
    height: 32px;
    margin-right: 30px; }
    .social-list__item:last-child {
      margin-right: 0; }
    .social-list__item--lg {
      width: 46px;
      height: 46px;
      margin-right: 20px; }
  .social-list__link {
    display: block;
    height: 100%;
    transition: .3s ease all; }
    .social-list__link:hover, .social-list__link:focus {
      transform: scale(0.8); }
    .social-list__link svg {
      max-width: 100%;
      max-height: 100%; }

form {
  margin-top: 40px;
  margin-bottom: 40px; }
  form li {
    margin-bottom: 30px; }
  form input,
  form textarea,
  form select {
    width: 100%;
    outline: none;
    border: none;
    padding-left: 20px !important;
    border-bottom: 2px solid transparent; }
  form input,
  form .ginput_container_select select,
  form .address_country select,
  form .gfield_time_ampm select {
    height: 60px;
    width: 100%;
    background-image: none !important; }
  form textarea {
    height: 180px;
    padding-top: 20px; }
  form select {
    padding-left: 0; }
    form select option {
      font-size: 1rem;
      padding: 10px 20px; }
  form .ginput_container_name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    form .ginput_container_name span {
      width: 100%; }
    @media (min-width: 500px) {
      form .ginput_container_name span {
        width: 50% !important;
        padding-right: 16px; } }
  form .ginput_container_consent label {
    position: relative;
    padding-left: 30px !important; }
    form .ginput_container_consent label:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 6px;
      width: 18px;
      height: 18px;
      border: 3px solid;
      box-shadow: 0 0 0 2px #fff inset; }
  form .ginput_container_consent input {
    position: absolute;
    opacity: 0; }
  form .ginput_container_checkbox ul,
  form .ginput_container_radio ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  form .ginput_container_checkbox li,
  form .ginput_container_radio li {
    display: flex;
    align-items: center;
    width: 100%; }
  form .ginput_container_checkbox label,
  form .ginput_container_radio label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer; }
    form .ginput_container_checkbox label:before,
    form .ginput_container_radio label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 3px solid;
      box-shadow: 0 0 0 2px #fff inset; }
  form .ginput_container_checkbox input,
  form .ginput_container_radio input {
    position: relative;
    height: 0;
    width: 0;
    opacity: 0; }
  form .ginput_container_radio label:before {
    border-radius: 50%; }
  form .clear-multi {
    display: flex;
    flex-wrap: nowrap; }
    form .clear-multi .ginput_container_time {
      position: relative; }
    form .clear-multi > * {
      margin-right: 20px !important; }
    form .clear-multi i {
      position: absolute;
      top: calc(50% - 22px);
      transform: translateY(-50%);
      right: -15px; }
  form label, form legend {
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
    letter-spacing: 1px; }

fieldset {
  border: none;
  padding: 0; }

.gfield {
  padding-bottom: 20px; }

.gfield_label {
  display: block;
  padding: 20px 0 10px;
  font-size: 1.25rem;
  font-weight: bold; }

.gfield_required_asterisk {
  color: #790000; }

.ginput_container_name {
  margin-right: -16px; }

.name_first label,
.name_last label {
  display: block;
  padding-top: 10px; }

.ui-datepicker-calendar {
  background: #fff; }

.fancy-select:hover div.trigger,
.fancy-select:focus-within div.trigger {
  border-bottom: 2px solid transparent; }

.fancy-select div.trigger {
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  border: none;
  border-bottom: 2px solid transparent;
  box-shadow: none;
  text-transform: initial;
  font-size: 1.125rem;
  position: relative;
  border-radius: 0; }
  .fancy-select div.trigger:focus {
    border: none;
    outline: none; }
  .fancy-select div.trigger.open {
    background: inherit;
    border: none; }
    .fancy-select div.trigger.open:after {
      transform: rotate(45deg); }
    .fancy-select div.trigger.open:before {
      transform: rotate(-45deg); }
  .fancy-select div.trigger:after, .fancy-select div.trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 3px;
    transform-origin: 50%;
    transition: .3s ease all; }
  .fancy-select div.trigger:after {
    right: 20px;
    transform: rotate(-45deg); }
  .fancy-select div.trigger:before {
    right: 30px;
    transform: rotate(45deg); }

.fancy-select ul.options {
  width: 100%;
  border: none;
  padding: 0;
  top: 60px !important; }
  .fancy-select ul.options.open {
    border-radius: 0;
    border-bottom: 2px solid;
    box-shadow: none; }
  .fancy-select ul.options li.selected {
    background: transparent; }
  .fancy-select ul.options li {
    font-size: 1rem !important;
    padding-left: 20px;
    margin-left: 0 !important;
    margin-bottom: 0;
    text-transform: capitalize;
    height: 60px;
    display: flex;
    align-items: center; }
    .fancy-select ul.options li:before {
      display: none; }

.ginput_container.ginput_container_fileupload input,
.ginput_container.ginput_container_post_image input {
  padding: 0 !important;
  background-color: transparent;
  width: 100% !important; }

.ginput_container.ginput_container_total span {
  color: black; }

.gf_progressbar_percentage {
  background-color: white !important; }

.alert-bar {
  display: block; }

.alert-bar--wrapper {
  display: none; }
  .alert-bar--wrapper .grid {
    padding: 20px; }
    @media (min-width: 1024px) {
      .alert-bar--wrapper .grid {
        padding: 20px 120px; } }
  .alert-bar--wrapper .wysiwyg.wysiwyg--alert {
    position: relative;
    flex-wrap: nowrap; }
    .alert-bar--wrapper .wysiwyg.wysiwyg--alert h6 {
      margin: 0;
      padding: 10px 0; }
    .alert-bar--wrapper .wysiwyg.wysiwyg--alert a.inline-link {
      transition: .3s ease all;
      padding: 3px 5px;
      margin-top: 5px;
      width: fit-content;
      width: -moz-fit-content; }
  .alert-bar--wrapper a {
    display: block;
    font-size: 1rem; }
  .alert-bar--wrapper p {
    display: inline;
    font-size: 1rem; }

.alert-bar--content {
  width: calc(100% - 120px); }

.alert-bar--close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0; }
  .alert-bar--close:before, .alert-bar--close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 3px;
    transform: translateY(-50%);
    background: #fff;
    z-index: 20;
    transition: .3s ease all; }
  .alert-bar--close:before {
    transform: rotate(-45deg); }
  .alert-bar--close:after {
    transform: rotate(45deg); }
  .alert-bar--close:hover:before, .alert-bar--close:hover:after, .alert-bar--close:focus:before, .alert-bar--close:focus:after {
    transform: rotate(0); }

.svg-alert {
  width: 120px;
  height: 80px;
  max-height: 80px;
  margin: auto 20px auto 0; }

.alert_bar--dark .svg-alert {
  fill: #fff; }

.alert_bar--dark * {
  color: #fff; }

.alert_bar--dark .inline-link.alert-link {
  background-image: linear-gradient(to top, #fff 0%, #fff 100%); }

div.archive {
  padding-top: 40px;
  position: relative; }
  div.archive .module-wrap,
  div.archive div .module-wrap {
    width: 100%; }
    @media (max-width: 799px) {
      div.archive .module-wrap,
      div.archive div .module-wrap {
        padding-bottom: 20px; } }
    @media (min-width: 800px) {
      div.archive .module-wrap,
      div.archive div .module-wrap {
        width: 50%;
        padding-bottom: 40px; } }
    @media (min-width: 1300px) {
      div.archive .module-wrap,
      div.archive div .module-wrap {
        width: 25%; } }
  @media (min-width: 800px) {
    div.archive .archive--page-0:first-child, div.archive .archive--page-0:nth-child(2), div.archive .archive--page-0:nth-child(3),
    div.archive .archive--page-1:first-child,
    div.archive .archive--page-1:nth-child(2),
    div.archive .archive--page-1:nth-child(3) {
      width: 33.3333333333%; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  div.archive .wait {
    display: none;
    position: absolute;
    top: 150px;
    left: calc(50% - 35px);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    z-index: 1001;
    animation: spin 800ms linear infinite; }
  div.archive .prevent-click {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }

@media (min-width: 800px) {
  .archive--category .archive--page-0,
  .archive--category .archive--page-1 {
    width: 50%;
    padding-bottom: 40px; } }

@media (min-width: 1300px) {
  .archive--category .archive--page-0,
  .archive--category .archive--page-1 {
    width: 25%; } }

.filters {
  padding-top: 40px;
  width: 100%;
  justify-content: flex-end; }
  @media (min-width: 800px) {
    .filters {
      margin-right: 20px; } }
  @media (min-width: 1024px) {
    .filters {
      margin-right: 27px; } }
  .filters .fancy-select div.trigger {
    padding-right: 60px;
    border-radius: 0; }
    .filters .fancy-select div.trigger:before, .filters .fancy-select div.trigger:after {
      width: 12px;
      height: 3px; }
    .filters .fancy-select div.trigger:after {
      right: 17px; }
    .filters .fancy-select div.trigger:before {
      right: 24px; }

.filter__navigation {
  display: block;
  width: 100%; }

.page_nav {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center; }

.page__item {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px; }

.page-numbers {
  position: relative;
  color: #fff;
  font-size: 1rem;
  padding: 9px 16px;
  border: 3px solid;
  transition: .4s ease all; }
  .page-numbers.current:hover {
    cursor: default; }

.pagination-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  transition: 0.2s ease all; }

.prev {
  margin-right: 5px; }
  .prev:hover img {
    left: -5px; }

.next {
  margin-left: 5px; }
  .next:hover img {
    right: -5px; }

.calendar-month-block .view-calendar,
.calendar-month-block .calendar__week .day__headline {
  display: none; }

.calendar-week-block .calendar__week .day__headline,
.calendar-week-block .view-week-calendar {
  display: none; }

.calendar-month-block,
.calendar-week-block {
  padding: 70px 0; }
  @media (max-width: 1023px) {
    .calendar-month-block,
    .calendar-week-block {
      padding: 60px 0; } }

.view-calendar,
.view-week-calendar {
  margin: 30px 0 0 auto;
  z-index: 99;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.0825em; }
  .view-calendar:hover, .view-calendar:focus,
  .view-week-calendar:hover,
  .view-week-calendar:focus {
    cursor: pointer; }
  @media (max-width: 1023px) {
    .view-calendar,
    .view-week-calendar {
      font-size: 0.7rem;
      right: 10px; } }

.view-container {
  text-align: right;
  padding: 20px 0; }

.calendar-container,
.calendar-wrap {
  width: 100%; }

.calendar {
  transition: 0.35s ease; }
  .calendar.is-hidden {
    opacity: 0.0; }
  .calendar .calendar__header {
    position: relative; }
  .calendar .no_events {
    padding: 10px 20px;
    width: 100%;
    text-align: center; }
  .calendar .day__events {
    margin: 0 -10px; }
    .calendar .day__events li {
      position: relative;
      margin-bottom: 3px;
      padding: 0 10px; }
      .calendar .day__events li:last-child {
        margin-bottom: 0; }
  .calendar .calendar__title {
    font-size: 1.5rem;
    text-align: center;
    margin: 15px auto 30px; }
  .calendar .calendar-time {
    display: block;
    padding: 5px 10px;
    margin: 2px 0;
    line-height: 1.2rem;
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 3px; }
    .calendar .calendar-time:last-child {
      margin-bottom: 0; }
  .calendar .days__wrapper {
    display: none;
    padding: 10px 0; }
  .calendar .day__headline,
  .calendar .day__numeric {
    margin: 0;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .calendar .today .day__numeric {
    color: #fff; }
  .calendar .day__headline {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff; }
  .calendar .day__events {
    margin-top: 5px; }
  .calendar .weekday,
  .calendar .currentMonth {
    display: none; }
  .calendar .day {
    padding: 10px;
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff; }
    @media (max-width: 799px) {
      .calendar .day {
        border-right: solid 0 #fff; } }
    .calendar .day:nth-child(7n+7) {
      border-right: none; }

@media (min-width: 1024px) {
  .calendar .calendar__title {
    font-size: 3rem;
    padding: 0 80px 20px;
    margin: 20px auto; }
  .calendar .day {
    border-right: solid 3px #fff;
    min-height: 65px; }
  .calendar .days__wrapper {
    display: block; }
  .calendar .day__headline {
    width: 14.2857142857%; } }

.calendar-nav {
  bottom: 30px;
  width: 100%;
  height: 0;
  margin-left: auto; }
  .calendar-nav .calendar__previous,
  .calendar-nav .calendar__next {
    position: absolute;
    top: 10px;
    height: 40px;
    width: 45px;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.15em; }
    .calendar-nav .calendar__previous:after,
    .calendar-nav .calendar__next:after {
      content: '';
      display: block;
      position: absolute;
      top: 12px;
      width: 16px;
      height: 16px;
      transition: 0.35s ease; }
  .calendar-nav .calendar__previous {
    padding-left: 26px;
    margin-right: 15px;
    left: 0; }
    .calendar-nav .calendar__previous:after {
      left: 4px;
      transform: rotate(45deg);
      border-left: 3px solid transparent;
      border-bottom: 3px solid transparent; }
    .calendar-nav .calendar__previous:hover:after, .calendar-nav .calendar__previous:focus:after {
      left: -5px; }
  .calendar-nav .calendar__next {
    padding-right: 26px;
    margin-left: 15px;
    right: 0; }
    .calendar-nav .calendar__next:after {
      right: 4px;
      transform: rotate(-45deg);
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent; }
    .calendar-nav .calendar__next:hover:after, .calendar-nav .calendar__next:focus:after {
      right: -5px; }
  @media (min-width: 1024px) {
    .calendar-nav .calendar__previous,
    .calendar-nav .calendar__next {
      top: 30px; } }
  @media (max-width: 499px) {
    .calendar-nav .calendar__previous:after,
    .calendar-nav .calendar__next:after {
      width: 10px;
      height: 10px; } }

.clearfix:after,
.calendar__week:after {
  content: '';
  display: table;
  clear: both; }

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

body {
  font-family: 'Helvetica'; }

.calendar__week {
  display: flex;
  flex-wrap: wrap; }

.calendar__week .day {
  width: 100%; }

@keyframes loader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.loader {
  position: absolute;
  left: 50%;
  top: calc(50% - 40px);
  transform: translate(-50%, -50%);
  display: none;
  height: 60px;
  animation-name: loader;
  animation-duration: 1s;
  animation-iteration-count: infinite; }
  .loader.is-active {
    margin: auto 0;
    display: block; }
  .loader:before, .loader:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000; }
  .loader:before {
    top: 0; }
  .loader:after {
    bottom: 0; }
  @media (min-width: 800px) {
    .loader {
      top: 45%;
      height: 100px; } }

.day {
  position: relative; }

.tooltip {
  position: absolute;
  visibility: hidden;
  left: 0;
  z-index: 100;
  width: 100%;
  opacity: 0.0;
  pointer-events: none;
  padding: 5px;
  background: #0074C8;
  transition: 0.3s ease all;
  transform: translateY(10px);
  box-shadow: 0px 0px 40px #00000040;
  margin-top: 10px; }

.tooltip.is-active {
  opacity: 1.0;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0); }

.tooltip .tooltip__close {
  position: absolute;
  display: block;
  padding: 0;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
  /* background-image: linear-gradient(to bottom left, lightgrey, transparent, transparent); */
  transition: 0.3s ease all; }

.tooltip .tooltip__close:before,
.tooltip .tooltip__close:after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 18px;
  top: 20px; }

.tooltip .tooltip__close:before {
  transform: translate(-50%, -50%) rotate(45deg); }

.tooltip .tooltip__close:after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.tooltip .tooltip__close:hover,
.tooltip .tooltip__close:focus {
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease all; }

.tooltip .tooltip__arrow {
  position: absolute;
  left: 30px;
  top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-right: solid 10px transparent; }
  @media (max-width: 799px) {
    .tooltip .tooltip__arrow {
      border-left: solid 10px transparent !important;
      border-right: solid 10px transparent !important; } }

.tooltip .tooltip__title,
.tooltip .tooltip__excerpt {
  color: #ffffff; }

.tooltip .tooltip__image {
  display: block;
  width: 100%;
  height: auto; }

.tooltip .tooltip__content {
  padding: 20px 15px; }

.tooltip .tooltip__title {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.25rem; }

.tooltip .tooltip__excerpt {
  margin: 0;
  font-size: 0.875rem; }

.tooltip .tooltip__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 5px); }

.tooltip .tooltip__link {
  flex-grow: 1;
  padding: 15px 0;
  margin-right: 5px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.15em;
  transition: 0.3s ease all; }

.show_sold_out {
  cursor: not-allowed;
  margin: 0 auto;
  border: 3px solid transparent; }

.tooltip .tooltip__link.tooltip__link--more {
  color: #ffffff;
  background: #132D3E;
  border: 3px solid transparent; }
  .tooltip .tooltip__link.tooltip__link--more:hover, .tooltip .tooltip__link.tooltip__link--more:focus {
    background-color: #fff; }

.tooltip .tooltip__link.tooltip__link--ticket {
  color: #0074C8;
  background: #ffffff;
  border: 3px solid transparent; }
  .tooltip .tooltip__link.tooltip__link--ticket:hover, .tooltip .tooltip__link.tooltip__link--ticket:focus {
    background: transparent;
    background-color: #fff; }

@media (max-width: 799px) {
  .day.day--empty {
    display: none; } }

@media (min-width: 800px) {
  .calendar__week .day {
    width: 14.28571%; }
  .tooltip {
    left: calc(100% + 3px);
    top: -35px;
    width: calc(200% + 3px); }
  .day--friday .tooltip,
  .day--Friday .tooltip,
  .day--saturday .tooltip,
  .day--Saturday .tooltip {
    left: auto;
    right: calc(100% + 3px); }
  .tooltip .tooltip__arrow {
    right: 100%;
    top: 30px;
    left: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important; }
  .day--monday .tooltip .tooltip__arrow,
  .day--tuesday .tooltip .tooltip__arrow,
  .day--wednesday .tooltip .tooltip__arrow,
  .day--thursday .tooltip .tooltip__arrow,
  .day--sunday .tooltip .tooltip__arrow {
    border-left-color: transparent; }
  .day--friday .tooltip .tooltip__arrow,
  .day--saturday .tooltip .tooltip__arrow {
    right: auto;
    left: 100%;
    border-right: none; } }

.section-title-wrap {
  padding: 30px 0; }
  .section-title-wrap.section--no-vertical {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 1024px) {
    .section-title-wrap {
      padding: 60px 0; } }

.section-title {
  text-align: center;
  width: 100%; }
  .section-title .section-title__header {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    text-align: center; }
    @media (min-width: 800px) {
      .section-title .section-title__header {
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .section-title .section-title__header {
        font-size: 2.875rem; } }
    @media (min-width: 1300px) {
      .section-title .section-title__header {
        font-size: 3.25rem; } }

.module {
  display: block;
  background: #fff;
  padding: 5px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1); }
  .module .module__image-wrap {
    overflow: hidden;
    background: #000; }
  .module .module__image {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.35s ease; }
  .module .module__content {
    padding: 15px; }
  .module .module__title {
    font-size: 1.625rem;
    transition: 0.35s ease; }
  .module .module__date {
    display: block;
    padding-top: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #000; }
  .module .module__excerpt {
    padding-top: 15px;
    color: #000;
    margin-bottom: 0; }
  .module:hover .module__image, .module:focus .module__image {
    transform: scale(1.1);
    opacity: 0.8; }

p a:not(.button),
.wysiwyg li a:not(.button),
.wysiwyg h1 a:not(.button),
.wysiwyg h2 a:not(.button),
.wysiwyg h3 a:not(.button),
.wysiwyg h4 a:not(.button),
.wysiwyg h5 a:not(.button),
.wysiwyg h6 a:not(.button),
.accordion__content a:not(.button) {
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  padding: 0 2px 3px;
  background-position: 0 100%;
  transition: all 0.25s ease-in; }
  p a:not(.button):hover, p a:not(.button):focus,
  .wysiwyg li a:not(.button):hover,
  .wysiwyg li a:not(.button):focus,
  .wysiwyg h1 a:not(.button):hover,
  .wysiwyg h1 a:not(.button):focus,
  .wysiwyg h2 a:not(.button):hover,
  .wysiwyg h2 a:not(.button):focus,
  .wysiwyg h3 a:not(.button):hover,
  .wysiwyg h3 a:not(.button):focus,
  .wysiwyg h4 a:not(.button):hover,
  .wysiwyg h4 a:not(.button):focus,
  .wysiwyg h5 a:not(.button):hover,
  .wysiwyg h5 a:not(.button):focus,
  .wysiwyg h6 a:not(.button):hover,
  .wysiwyg h6 a:not(.button):focus,
  .accordion__content a:not(.button):hover,
  .accordion__content a:not(.button):focus {
    background-size: 100% 100%;
    color: #fff; }

.post-filter-wrap {
  position: relative;
  min-width: 200px; }
  .post-filter-wrap .filter_selector {
    width: auto;
    min-width: 200px;
    text-align: left;
    position: relative;
    line-height: 25px;
    padding: 10px 80px 10px 20px;
    cursor: pointer;
    outline: none;
    border: none;
    font-weight: 700;
    font-size: 1.125rem; }
    .post-filter-wrap .filter_selector:hover, .post-filter-wrap .filter_selector:focus {
      outline: none;
      border: none; }
  .post-filter-wrap .post-filter--list {
    position: absolute;
    display: none;
    max-height: 250px;
    overflow: overlay;
    width: calc(100% - 20px);
    min-width: 200px;
    left: 0;
    margin: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    z-index: 1001; }
    @media (max-width: 1023px) {
      .post-filter-wrap .post-filter--list {
        right: 20px; } }
  .post-filter-wrap .category-option {
    line-height: 25px;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 700; }
  .post-filter-wrap .option-link:hover .category-option,
  .post-filter-wrap .option-link:focus .category-option {
    color: white; }
  .post-filter-wrap .trigger.open {
    transform: rotate(-45deg); }
  .post-filter-wrap .dropdown-arrow {
    content: "";
    position: absolute;
    top: 10px;
    right: 40px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-right: 0.2em solid;
    border-top: 0.2em solid;
    transform: rotate(-225deg);
    transition: transform .5s;
    z-index: 1;
    cursor: pointer; }
    .post-filter-wrap .dropdown-arrow.active {
      transform: rotate(-45deg);
      top: 18px;
      transition: transform .5s; }

@media (min-width: 800px) {
  .theme_gutter_medium .post-filter--list {
    width: calc(100% - 40px); }
  .theme_gutter_medium .dropdown-arrow {
    right: 55px; } }

@media (min-width: 800px) {
  .theme_gutter_large .post-filter--list {
    width: calc(100% - 60px); }
  .theme_gutter_large .dropdown-arrow {
    right: 75px; } }

.theme_gutter_none .post-filter--list {
  width: 100%; }

.theme_gutter_none .dropdown-arrow {
  right: 20px; }

.woocommerce-page .main-wrap {
  width: 100%; }

.woocommerce-page .button, .woocommerce-page .nav-main li a.nav-button, .nav-main li .woocommerce-page a.nav-button {
  margin-top: 0; }

.woocommerce-page input {
  height: 43px;
  width: auto; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.woocommerce-store-notice, p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none; }

.woocommerce-store-notice a, p.demo_store a {
  color: #fff;
  text-decoration: underline; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.admin-bar p.demo_store {
  top: 32px; }

.clear {
  clear: both; }

.woocommerce .blockUI.blockOverlay {
  position: relative; }

.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(../images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75); }

.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(../images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75); }

.woocommerce a.remove {
  display: block;
  font-size: 2em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1.125;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0; }

.woocommerce a.remove:hover {
  color: #fff !important;
  background: red; }

.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: .857em;
  margin-top: 10px; }

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 3em;
  padding: 0;
  font-size: .92em;
  color: #c6c6c6; }

.woocommerce .quantity .qty {
  width: 5em;
  height: 43px; }
  @media (min-width: 800px) {
    .woocommerce .quantity .qty {
      margin-right: 10px; } }

.woocommerce div.product {
  margin-bottom: 0;
  position: relative; }

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0 0 20px; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 1.25em; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: .5;
  display: inline-block; }

.woocommerce div.product p.stock {
  font-size: .92em; }

.woocommerce div.product .out-of-stock {
  color: red; }

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none; }

.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em; }

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative; }
  .woocommerce div.product div.images.woocommerce-product-gallery ol li::before {
    left: 1em; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0; }

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 2px solid #f2f2f2; }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box; }

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0; }

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none; }

.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0; }

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1; }

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left; }

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left; }

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 4em; }
  @media (min-width: 800px) {
    .woocommerce div.product .woocommerce-tabs,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
      margin-bottom: 6em; } }

.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em; }

.woocommerce div.product div.social span {
  margin: 0 0 0 2px; }

.woocommerce div.product div.social span span {
  margin: 0; }

.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0; }

.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 2px solid #EFEFEF;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em; }
  @media (max-width: 499px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      width: calc(100% - 10px);
      border-radius: 0;
      border-top: 1px solid #EFEFEF;
      border-bottom: 1px solid #EFEFEF; } }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6a6b; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #EFEFEF;
  z-index: 2;
  border-bottom: 2px solid #EFEFEF; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 2px solid #EFEFEF;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  box-sizing: border-box; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #EFEFEF;
  z-index: 1; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0; }

.woocommerce div.product p.cart {
  margin-bottom: 2em; }

.woocommerce div.product p.cart::after, .woocommerce div.product p.cart::before {
  content: " ";
  display: table; }

.woocommerce div.product p.cart::after {
  clear: both; }

.woocommerce div.product form.cart {
  margin-bottom: 2em; }

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
  content: " ";
  display: table; }

.woocommerce div.product form.cart::after {
  clear: both; }

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0; }

.woocommerce div.product form.cart table {
  border-width: 0 0 1px; }

.woocommerce div.product form.cart table td {
  padding-left: 0; }

.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0; }

.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%; }

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em; }

.woocommerce div.product form.cart .variations label {
  font-weight: 700; }

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em; }

.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em; }

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em; }

.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: .83em; }

.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none; }

.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .nav-main li a.nav-button, .nav-main li .woocommerce div.product form.cart a.nav-button {
  margin-top: 0; }

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em; }

.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
  border: 0; }

.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center; }

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding-top: 0px;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  font-size: .857em;
  z-index: 9; }

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  content: " ";
  display: table; }

.woocommerce .products ul::after, .woocommerce ul.products::after {
  clear: both; }

.woocommerce .products ul li, .woocommerce ul.products li {
  list-style: none outside; }

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -.75em -2.5em 0 0; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0; }

.woocommerce ul.products li.product a {
  text-decoration: none;
  position: relative; }

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none; }

.woocommerce ul.products li.product strong {
  display: block; }

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 2px solid #f2f2f2; }

.woocommerce ul.products li.product .star-rating {
  font-size: 1.275em; }

.woocommerce ul.products li.product .button, .woocommerce ul.products .nav-main li.product a.nav-button, .nav-main .woocommerce ul.products li.product a.nav-button {
  margin-top: 1em; }

.woocommerce ul.products li.product .price {
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: 1em; }

.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block; }

.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block; }

.woocommerce ul.products li.product .price .from {
  font-size: .67em;
  margin: -2px 0 0 0;
  color: rgba(132, 132, 132, 0.5); }

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em; }

.woocommerce .woocommerce-ordering {
  margin: 0 0 1em; }

.woocommerce .woocommerce-ordering select {
  vertical-align: top; }

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  width: 100%;
  margin-bottom: 60px; }

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 2px solid #fff;
  border-right: 0;
  margin: 1px; }

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 2px solid #fff;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  width: 40px; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .5em;
  min-width: 1em;
  display: block; }

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce .nav-main li a.loading.nav-button, .nav-main li .woocommerce a.loading.nav-button, .woocommerce button.button.loading, .woocommerce input.button.loading {
  opacity: .25; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce .nav-main li a.alt.nav-button, .nav-main li .woocommerce a.alt.nav-button, .woocommerce button.button.alt, .woocommerce input.button.alt {
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce .nav-main li a.alt.disabled.nav-button,
.nav-main li .woocommerce a.alt.disabled.nav-button,
.woocommerce a.button.alt.disabled:hover,
.woocommerce .nav-main li a.alt.disabled.nav-button:hover,
.nav-main li .woocommerce a.alt.disabled.nav-button:hover,
.woocommerce a.button.alt:disabled,
.woocommerce .nav-main li a.alt.nav-button:disabled,
.nav-main li .woocommerce a.alt.nav-button:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce .nav-main li a.alt.nav-button:disabled:hover,
.nav-main li .woocommerce a.alt.nav-button:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce .nav-main li a.alt.nav-button:disabled[disabled],
.nav-main li .woocommerce a.alt.nav-button:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce .nav-main li a.alt.nav-button:disabled[disabled]:hover,
.nav-main li .woocommerce a.alt.nav-button:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: #fff; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce .nav-main li a.disabled.nav-button,
.nav-main li .woocommerce a.disabled.nav-button,
.woocommerce a.button:disabled,
.woocommerce .nav-main li a.nav-button:disabled,
.nav-main li .woocommerce a.nav-button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce .nav-main li a.nav-button:disabled[disabled],
.nav-main li .woocommerce a.nav-button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  cursor: not-allowed;
  background: #aaaaaa;
  pointer-events: none; }

.woocommerce .cart .button, .woocommerce .cart .nav-main li a.nav-button, .nav-main li .woocommerce .cart a.nav-button, .woocommerce .cart input.button {
  float: none; }

.woocommerce a.added_to_cart {
  padding-top: .5em;
  display: inline-block;
  width: 100%; }

.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0; }

.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676; }

.woocommerce #reviews h3 {
  margin: 0; }

.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0; }

.woocommerce #reviews #comment {
  height: 75px; }

.woocommerce #reviews #comments {
  margin-bottom: 30px; }

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
  content: " ";
  display: table; }

.woocommerce #reviews #comments .add_review::after {
  clear: both; }

.woocommerce #reviews #comments h2 {
  clear: none; }

.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none; }

.woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before {
  content: " ";
  display: table; }

.woocommerce #reviews #comments ol.commentlist::after {
  clear: both; }

.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: none; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border: 2px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0; }

.woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table; }

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: .83em; }

.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px; }

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none; }

.woocommerce #reviews #comments ol.commentlist #respond {
  border: 2px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px; }

.woocommerce #reviews #comments .commentlist > li::before {
  content: ""; }

.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.0em; }

.woocommerce .star-rating::before {
  content: "\2606\2606\2606\2606\2606";
  color: #EFEFEF;
  float: left;
  top: 1px;
  left: 0;
  position: absolute; }

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em; }

.woocommerce .star-rating span::before {
  content: "\2605\2605\2605\2605\2605";
  top: 1px;
  position: absolute;
  left: 0; }

.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block; }

.woocommerce .woocommerce-product-rating::after, .woocommerce .woocommerce-product-rating::before {
  content: " ";
  display: table; }

.woocommerce .woocommerce-product-rating::after {
  clear: both; }

.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left; }

.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none; }

.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0; }

.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0; }

.woocommerce #review_form #respond::after, .woocommerce #review_form #respond::before {
  content: " ";
  display: table; }

.woocommerce #review_form #respond::after {
  clear: both; }

.woocommerce #review_form #respond p {
  margin: 0 0 10px; }
  .woocommerce #review_form #respond p.comment-notes {
    margin-bottom: 30px; }

.woocommerce #review_form #respond .form-submit input {
  width: 130px;
  padding: 5px 0 0 0 !important; }

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: auto; }

.woocommerce p.stars a::before,
.woocommerce p.stars a {
  height: 1em;
  width: 1em;
  font-size: 32px; }

.woocommerce p.stars a {
  position: relative;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer; }

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  content: "\2606";
  text-indent: 0; }

.woocommerce p.stars a:hover ~ a::before,
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\2606"; }

.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\2605"; }

.woocommerce table.shop_attributes {
  background-color: #EFEFEF;
  margin-bottom: 1.618em;
  width: 100%; }

.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0; }

.woocommerce table.shop_attributes td {
  padding: 0 20px; }

.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0; }

.woocommerce table.shop_attributes tr td,
.woocommerce table.shop_attributes tr th {
  background: #fff; }

.woocommerce table.shop_table {
  border: 2px solid #EFEFEF;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px; }

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em; }

.woocommerce table.shop_table td {
  border-top: 2px solid #EFEFEF;
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em; }

.woocommerce table.shop_table td small {
  font-weight: 400; }

.woocommerce table.shop_table td del {
  font-weight: 400; }

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 2px solid #EFEFEF; }

.woocommerce table.my_account_orders {
  font-size: .85em; }

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle; }

.woocommerce table.my_account_orders .button, .woocommerce table.my_account_orders .nav-main li a.nav-button, .nav-main li .woocommerce table.my_account_orders a.nav-button {
  white-space: nowrap; }

.woocommerce table.woocommerce-MyAccount-downloads td, .woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center; }

.woocommerce table.woocommerce-MyAccount-downloads td:first-child, .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left; }

.woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left; }

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "\2193";
  display: inline-block; }

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
  list-style: none outside; }

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
  float: left;
  clear: both;
  margin-right: .25em;
  display: inline-block;
  list-style: none outside; }

.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
  margin: 0; }

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0; }

.woocommerce td.product-name p.backorder_notification {
  font-size: .83em; }

.woocommerce td.product-quantity {
  min-width: 80px; }

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0; }

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none; }

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
  content: " ";
  display: table; }

.woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after {
  clear: both; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none; }

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1); }

.woocommerce .product_meta {
  display: flex;
  flex-direction: column; }

.woocommerce ul.cart_list li dl::after, .woocommerce ul.cart_list li dl::before, .woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li dl::before {
  content: " ";
  display: table; }

.woocommerce ul.cart_list li dl::after, .woocommerce ul.product_list_widget li dl::after {
  clear: both; }

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em; }

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left; }

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 .25em; }

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0; }

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
  float: none; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0; }

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0; }

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0; }

.woocommerce .widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::before {
  content: " ";
  display: table; }

.woocommerce .widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::after {
  clear: both; }

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px; }

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px; }

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 0; }

.woocommerce form .form-row label {
  line-height: 2; }

.woocommerce form .form-row label.hidden {
  visibility: hidden; }

.woocommerce form .form-row label.inline {
  display: inline; }

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: .5em 0 0;
  clear: both;
  display: none;
  position: relative; }

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none; }

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block; }

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0; }

.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden; }

.woocommerce form .form-row .optional {
  visibility: visible; }

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 20px 0 0;
  text-align: center;
  vertical-align: middle;
  height: 24px;
  width: 24px; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-size: 16px; }

.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: #CD1515; }

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #CD1515; }

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e; }

.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal; }

.woocommerce form .form-row :-moz-placeholder {
  line-height: normal; }

.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 2px solid #EFEFEF;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px; }

.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0; }

.woocommerce ul#shipping_method li {
  margin: 0 0 .5em;
  line-height: 1.5em;
  list-style: none outside; }

.woocommerce ul#shipping_method li input {
  margin: 3px .4375em 0 0;
  vertical-align: top; }

.woocommerce ul#shipping_method li label {
  display: inline; }

.woocommerce ul#shipping_method .amount {
  font-weight: 700; }

.woocommerce p.woocommerce-shipping-contents {
  margin: 0; }

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none; }

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
  content: " ";
  display: table; }

.woocommerce ul.order_details::after {
  clear: both; }

.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #EFEFEF;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5; }

.woocommerce ul.order_details li:last-of-type {
  border: none; }

.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 700; }

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em; }

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0; }

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute; }

.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
  content: " ";
  display: table; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #CD1515; }

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em; }

.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1; }

.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none; }

.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none; }

.woocommerce .widget_layered_nav_filters ul li a::before {
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #CD1515;
  vertical-align: inherit;
  margin-right: .5em; }

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em; }

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: .8751em; }

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount .nav-main li a.nav-button, .nav-main li .woocommerce .widget_price_filter .price_slider_amount a.nav-button {
  font-size: 1.15em;
  float: left; }

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #462940;
  border: 0; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .5em; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside; }

.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none; }

.woocommerce .widget_rating_filter ul li::after, .woocommerce .widget_rating_filter ul li::before {
  content: " ";
  display: table; }

.woocommerce .widget_rating_filter ul li::after {
  clear: both; }

.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none; }

.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block; }

.woocommerce .widget_rating_filter ul li.chosen a::before {
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #CD1515; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block; }

.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
  display: block !important; }

.woocommerce-no-js .showcoupon, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
  display: none !important; }

.woocommerce-info, .woocommerce-message {
  flex-wrap: wrap;
  height: auto;
  display: flex; }
  @media (min-width: 800px) {
    .woocommerce-info, .woocommerce-message {
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between; } }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 2em !important;
  margin: 0 0 4em;
  background-color: #EFEFEF;
  height: auto; }
  .woocommerce-error .button, .woocommerce-error .nav-main li a.nav-button, .nav-main li .woocommerce-error a.nav-button, .woocommerce-info .button, .woocommerce-info .nav-main li a.nav-button, .nav-main li .woocommerce-info a.nav-button, .woocommerce-message .button, .woocommerce-message .nav-main li a.nav-button, .nav-main li .woocommerce-message a.nav-button {
    margin-bottom: 20px;
    margin-left: 0; }
  @media (min-width: 800px) {
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
      padding: 1em 2em 1em 3.5em; }
      .woocommerce-error .button, .woocommerce-error .nav-main li a.nav-button, .nav-main li .woocommerce-error a.nav-button, .woocommerce-info .button, .woocommerce-info .nav-main li a.nav-button, .nav-main li .woocommerce-info a.nav-button, .woocommerce-message .button, .woocommerce-message .nav-main li a.nav-button, .nav-main li .woocommerce-message a.nav-button {
        margin-bottom: 0;
        margin-left: 20px; } }

.woocommerce-error .button, .woocommerce-error .nav-main li a.nav-button, .nav-main li .woocommerce-error a.nav-button, .woocommerce-info .button, .woocommerce-info .nav-main li a.nav-button, .nav-main li .woocommerce-info a.nav-button, .woocommerce-message .button, .woocommerce-message .nav-main li a.nav-button, .nav-main li .woocommerce-message a.nav-button {
  float: right;
  margin-top: 0; }

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important; }

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed; }

.woocommerce-info {
  border-top-color: #1e85be; }

.woocommerce-info::before {
  color: #1e85be; }

.woocommerce-error {
  border-top: 10px #CD1515 solid;
  padding: 20px 30px; }

.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
  content: " ";
  display: table; }

.woocommerce-account .woocommerce::after {
  clear: both; }

.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
  content: " ";
  display: table; }

.woocommerce-account .addresses .title::after {
  clear: both; }

.woocommerce-account .addresses .title h3 {
  float: left; }

.woocommerce-account .addresses .title .edit {
  float: right; }

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0; }

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0; }

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0; }

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.woocommerce-account ul.digital-downloads li::before {
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none; }

mark {
  background-color: #fff; }

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px; }
  #add_payment_method table.cart .product-thumbnail a, .woocommerce-cart table.cart .product-thumbnail a, .woocommerce-checkout table.cart .product-thumbnail a {
    position: relative; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 32px;
  box-shadow: none; }

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
  vertical-align: middle; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  padding: 6px 6px 5px;
  margin: 0 10px 0 0;
  outline: 0; }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle; }

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0; }

#add_payment_method .wc-proceed-to-checkout::after, #add_payment_method .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-checkout .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::before {
  content: " ";
  display: table; }

#add_payment_method .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::after {
  clear: both; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  width: fit-content;
  width: -moz-fit-content; }

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: .5em;
  display: inline-block; }

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "";
  text-decoration: none; }

#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0; }

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: .83em; }

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0; }

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0; }

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 35%; }

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em; }

#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #767676; }

#add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%; }

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464; }

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 2px solid #ebe9eb; }

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0; }

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0; }

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
  display: flex;
  align-items: center; }

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes {
  clear: left; }

#add_payment_method .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left; }

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: 400; }

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }

#add_payment_method .checkout .shipping_address, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address {
  clear: both; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 2px solid #EFEFEF;
  margin: 0;
  list-style: none outside; }

#add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
  content: " ";
  display: table; }

#add_payment_method #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::after {
  clear: both; }

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400; }

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0; }

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none; }

#add_payment_method #payment ul.payment_methods li img + img, .woocommerce-cart #payment ul.payment_methods li img + img, .woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px; }

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  content: " ";
  display: table; }

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both; }

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 1em; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151; }

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9; }

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbb3b9; }

#add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #bbb3b9; }

#add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #bbb3b9; }

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0; }

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 .5em; }

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer; }

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative; }

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0; }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px; }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(../images/icons/credit-cards/visa.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(../images/icons/credit-cards/mastercard.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(../images/icons/credit-cards/laser.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../images/icons/credit-cards/diners.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(../images/icons/credit-cards/maestro.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(../images/icons/credit-cards/jcb.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(../images/icons/credit-cards/amex.svg); }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(../images/icons/credit-cards/discover.svg); }

#add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #767676;
  font-weight: 400; }

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em; }

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em; }

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em; }

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle; }

.woocommerce-terms-and-conditions {
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05); }

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px; }

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em; }

.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373; }

.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b; }

.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53; }

.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733; }

.woocommerce-password-hint {
  margin: .5em 0 0;
  display: block; }

.woocommerce .wc-tabs li:before,
.woocommerce .woocommerce-error li:before {
  display: none; }

.woocommerce-Tabs-panel h2 {
  margin: 40px 0; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 115px !important;
  padding-left: 10px !important; }
  @media (min-width: 800px) {
    .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
      width: 180px !important; } }

@media (max-width: 799px) {
  .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .nav-main li a.nav-button, .nav-main li .woocommerce #content table.cart td.actions a.nav-button,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .nav-main li a.nav-button,
  .nav-main li .woocommerce table.cart td.actions a.nav-button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .nav-main li a.nav-button,
  .nav-main li .woocommerce-page #content table.cart td.actions a.nav-button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .nav-main li a.nav-button,
  .nav-main li .woocommerce-page table.cart td.actions a.nav-button {
    font-size: 16px; } }

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  display: none; }

#ship-to-different-address-checkbox {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 5px; }

.woocommerce-form__label-for-checkbox {
  font-size: 20px;
  line-height: 1.5em;
  padding-left: 30px;
  position: relative; }

.woocommerce-notices-wrapper {
  width: 100%; }

.wc-filter-wrapper {
  margin: 50px 5px 40px 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .wc-filter-wrapper .orderby {
    height: 40px;
    font-weight: bold;
    padding: 10px 25px 10px 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.125rem; }

.comment-form {
  margin: 20px 0 0 0; }

.comment-form-cookies-consent {
  display: flex;
  margin: 30px 0 20px !important; }

#wp-comment-cookies-consent {
  height: 24px;
  width: 24px;
  margin-right: 20px; }

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 7px 20px 0;
  color: #000;
  font-size: 16px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  margin-right: 20px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent; }

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #EBEFF1; }

.comment-reply-title {
  font-size: 2em; }

.content-block-wrap:focus {
  outline: none; }

.content-block {
  position: relative; }

.accordion-block {
  padding: 60px 0 120px 0;
  display: flex; }
  .accordion-block.accordion--left .wrap--accordion {
    flex-direction: row-reverse; }
    .accordion-block.accordion--left .wrap--accordion .accordion-wrap {
      margin-right: auto; }
  .accordion-block.accordion--right .wrap--accordion {
    flex-direction: row; }
    .accordion-block.accordion--right .wrap--accordion .accordion-wrap {
      margin-left: auto; }

.accordion-wrap {
  width: 100%; }
  @media (min-width: 1024px) {
    .accordion-wrap {
      width: 66.6666666667%; } }

.accordion-text-wrap {
  width: 100%; }
  @media (min-width: 1024px) {
    .accordion-text-wrap {
      width: 33.3333333333%; } }

.accordion ul li:not(.gfield):not([class*="gchoice_"]), .accordion ol li:not(.gfield):not([class*="gchoice_"]) {
  position: relative;
  margin-left: 1.625em; }

.accordion ul li:before, .accordion ol li:before {
  position: absolute;
  left: -1.625em; }

.accordion ul li:not(.gfield):not([class*="gchoice_"]):before {
  content: "";
  top: 12px;
  width: 6px;
  height: 6px; }

.accordion ol li {
  counter-increment: counter; }
  .accordion ol li:before {
    content: counter(counter);
    font-size: 0.875rem;
    font-weight: 700; }

.accordion__block {
  margin-bottom: 3px; }

.accordion__content {
  padding: 20px; }

.accordion__toggle-wrap {
  cursor: pointer; }

.accordion__toggle {
  position: relative;
  padding: 20px 45px 20px 20px !important; }

.accordion__toggle-icon {
  position: absolute;
  right: 20px;
  top: 30px;
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #000; }
  .accordion__toggle-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: 50% 50%;
    display: block;
    width: 3px;
    height: 20px;
    background: #000;
    opacity: 0.0;
    transition: 0.35s ease; }
  .accordion__toggle-icon:before {
    width: 3px;
    height: 20px; }

.accordion__block-wrap {
  transition: 0.35s ease; }
  .accordion__block-wrap:not(.is-hidden) {
    background: transparent !important; }
  .accordion__block-wrap.is-hidden .accordion__content-wrap {
    height: 0; }
  .accordion__block-wrap.is-hidden .accordion__toggle-icon:before {
    opacity: 1.0;
    transform: translate(-50%, -50%) rotate(0deg); }

.accordion__content-wrap {
  transition: 0.35s ease;
  overflow: hidden; }

.accordion__content {
  padding-top: 0; }
  .accordion__content p:last-child {
    margin: 0; }
  .accordion__content ol {
    counter-reset: item; }
    .accordion__content ol > li {
      counter-increment: item; }
      .accordion__content ol > li:before {
        content: counter(item);
        font-size: 0.875rem;
        font-weight: 700; }
    .accordion__content ol ol {
      counter-reset: item; }
      .accordion__content ol ol > li {
        counter-increment: item; }
        .accordion__content ol ol > li:before {
          content: counter(item);
          font-size: 0.875rem;
          font-weight: 700; }

.content-block--wysiwyg .text-block-wrap {
  order: 1;
  margin: 0 auto; }

.content-block--wysiwyg .sidebar-wrap {
  order: 2;
  width: 100%; }
  .content-block--wysiwyg .sidebar-wrap ~ .text-block-wrap {
    margin: 0; }

@media (min-width: 800px) {
  .content-block--wysiwyg .text-block-wrap {
    width: 66.6666666667%; }
  .content-block--wysiwyg .sidebar-wrap {
    width: 33.3333333333%; } }

@media (min-width: 800px) {
  .intro-text-wrap {
    width: 66.6666666667%;
    margin: 0 auto; } }

.intro-text,
.content--padding {
  line-height: 1.6em;
  padding: 60px 0; }

.bio-wrap .bio__content__wrapper,
.bio-wrap .bio__image__wrapper {
  width: 100%; }

.bio-wrap .bio__name-link {
  line-height: 1.25em; }

.bio-wrap .bio__details {
  margin-bottom: 5px; }

.bio-wrap--large {
  width: 100%;
  padding-bottom: 50px; }

.bio-wrap--small {
  width: 100%;
  padding-bottom: 50px; }
  .bio-wrap--small .bio__content__wrapper,
  .bio-wrap--small .bio__image__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .bio-wrap--small .bio__image__wrapper {
    margin-bottom: 10px; }
  .bio-wrap--small h2, .bio-wrap--small h2.bio__position {
    font-size: 1.25em; }
  .bio-wrap--small img {
    max-width: 100px; }

@media (max-width: 799px) {
  .bio-wrap--large {
    text-align: center; }
    .bio-wrap--large .bio__image__wrapper {
      margin-bottom: 20px;
      align-items: center; }
      .bio-wrap--large .bio__image__wrapper img {
        margin: 0 auto; }
  .bio-wrap--small {
    text-align: center; }
    .bio-wrap--small .bio__image__wrapper {
      align-items: center; }
      .bio-wrap--small .bio__image__wrapper img {
        margin-right: 0; } }

@media (min-width: 800px) {
  .bio-wrap--large {
    width: 50%; }
    .bio-wrap--large .bio__image__wrapper {
      margin-bottom: 10px; }
  .bio-wrap--small {
    width: 50%; } }

@media (min-width: 1024px) {
  .bio-wrap--small {
    width: 33.3333333333%; } }

@media (min-width: 1300px) {
  .bio-wrap--large .bio__content__wrapper {
    width: calc(100% - 200px); }
  .bio-wrap--large .bio__image__wrapper {
    width: 200px;
    margin-bottom: 0; }
  .bio-wrap--small .bio__content__wrapper {
    width: calc(100% - 125px); }
  .bio-wrap--small .bio__image__wrapper {
    width: 125px;
    margin-bottom: 0px; } }

.bio {
  flex: 0 1 100%;
  flex-direction: column; }
  @media (min-width: 1300px) {
    .bio {
      flex-direction: row; } }
  .bio__image {
    display: block;
    border: solid 3px #000;
    margin-right: 40px;
    width: auto;
    min-width: 100px;
    max-width: calc(100% - 40px); }
    .bio__image.bio__image--square {
      border-radius: 0; }
    .bio__image.bio__image--rounded {
      border-radius: 5px; }
    .bio__image.bio__image--circle {
      border-radius: 50%; }
  .bio__content {
    position: relative;
    display: block; }
    .bio__content.bio--show {
      transition: 1s ease all 0.5s; }
      .bio__content.bio--show .bio__description__excerpt {
        position: absolute;
        top: -20px;
        opacity: 0;
        transition: 0.3s ease opacity; }
      .bio__content.bio--show .bio__description__full {
        position: relative;
        top: 0;
        overflow: initial;
        opacity: 1;
        transition: 0.3s ease opacity; }
      .bio__content.bio--show .bio__read-more span {
        transform: rotate(225deg); }
  .bio__description__excerpt {
    overflow: hidden;
    margin-top: 10px; }
    .bio__description__excerpt p {
      margin-bottom: 10px !important; }
  .bio__description__full {
    position: absolute;
    left: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px; }
  .bio__name, .bio__read-more {
    margin-bottom: 5px; }
  .bio-name__link {
    line-height: 1.5rem; }
  .bio__read-more {
    cursor: pointer;
    margin-top: 0;
    letter-spacing: 1px; }
    .bio__read-more span {
      display: inline-block;
      margin-left: 10px;
      width: 16px;
      height: 16px;
      border-right: 3px solid;
      border-bottom: 3px solid;
      transform: rotate(45deg);
      transition: .3s ease all; }
  @media (min-width: 1024px) {
    .bio__description {
      margin-bottom: 70px; } }

.sidebar-person {
  margin-bottom: 40px; }
  @media (max-width: 799px) {
    .sidebar-person {
      width: 100%; } }

.single-bio__image {
  max-width: 100%;
  margin: 0 auto;
  border: solid 10px #000; }

.hero__detail {
  margin: 15px 0 10px; }

.testimonial-wrap {
  position: relative;
  width: 100%; }
  @media (min-width: 800px) {
    .testimonial-wrap {
      width: 66.6666666667%; } }

.testimonial {
  padding: 60px 0; }
  .testimonial * {
    color: #fff; }
  @media (min-width: 1024px) {
    .testimonial {
      padding: 120px 0; }
      .testimonial .testimonial__quote-text p {
        font-size: 2rem; } }

.testimonial__quote {
  position: relative; }

.testimonial__quote-text p {
  font-size: 1.125rem;
  font-weight: 600; }

.testimonial__person-image {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 3px #000; }
  @media (min-width: 1024px) {
    .testimonial__person-image {
      width: 80px;
      height: 80px; } }

.testimonial__name,
.testimonial__location,
.testimonial__detail {
  display: block;
  letter-spacing: 0.1em; }

.testimonial__name,
.testimonial__location {
  display: inline; }

.testimonial__detail {
  margin-top: 10px;
  opacity: 0.8; }

.testimonial__content {
  align-items: center; }

.testimonial__attribution {
  padding-top: 5px; }

.testimonial__img__wrapper {
  padding-bottom: 5px;
  margin-right: 20px; }

.testimonial__img {
  opacity: 0.1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
  @media (max-width: 1023px) {
    .testimonial__img {
      float: left;
      width: 100%;
      height: 100%;
      object-fit: cover; } }

.svg-blockquote {
  position: absolute;
  width: 50px;
  height: 44px;
  left: -10px;
  top: -30px;
  z-index: -1; }
  @media (min-width: 1024px) {
    .svg-blockquote {
      width: 100px;
      height: 88px;
      left: -60px;
      top: -53px; } }

.sponsors .wrap {
  justify-content: center;
  align-items: center; }

.sponsor {
  display: block;
  height: 100%;
  text-align: center;
  transition: 0.35s ease; }
  .sponsor img {
    width: 100%;
    height: auto; }

.sponsor-wrap--text .sponsor {
  padding: 20px; }

a.sponsor:hover, a.sponsor:focus {
  transform: scale(1.1);
  transition: 0.35s ease; }

.sponsors-section-wrap {
  padding-top: 60px; }

.sponsors-section {
  text-align: center;
  padding-bottom: 50px; }
  .sponsors-section .sponsors-section__header-wrap {
    width: 100%;
    padding: 0 20px 60px 0; }
  .sponsors-section .sponsors-section__header {
    max-width: 800px;
    margin: 0 auto; }
  .sponsors-section .sponsors-section__title {
    padding-bottom: 5px;
    font-size: 1.5rem; }
  .sponsors-section .sponsors-section__secondary {
    font-size: 1rem; }

.sponsor-wrap {
  width: 120px;
  margin-bottom: 20px; }
  .sponsors-section--small .sponsor-wrap {
    width: 120px; }
  .sponsors-section--medium .sponsor-wrap {
    width: 120px; }
  .sponsors-section--large .sponsor-wrap {
    width: 140px; }
  @media (min-width: 1024px) {
    .sponsor-wrap {
      width: 140px;
      margin-bottom: 30px; }
      .sponsors-section--small .sponsor-wrap {
        width: 140px; }
        .sponsors-section--small .sponsor-wrap.sponsor-wrap--text {
          width: min-content;
          max-width: 200px; }
          .sponsors-section--small .sponsor-wrap.sponsor-wrap--text .sponsor {
            padding: 15px; }
      .sponsors-section--medium .sponsor-wrap {
        width: 180px; }
        .sponsors-section--medium .sponsor-wrap.sponsor-wrap--text {
          width: min-content;
          max-width: 250px;
          font-size: 1.25rem; }
      .sponsors-section--large .sponsor-wrap {
        width: 220px; }
        .sponsors-section--large .sponsor-wrap.sponsor-wrap--text {
          width: min-content;
          max-width: 300px;
          font-size: 1.5rem; } }

.large-image .large-image__image {
  width: 100%;
  height: auto;
  display: block; }
  @media (max-width: 1023px) {
    .large-image .large-image__image {
      max-width: 100%; } }

.large-image__caption {
  padding: 10px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }
  @media (min-width: 800px) {
    .large-image__caption {
      line-height: 1.5rem; } }

.video-block-wrap {
  padding: 60px 0; }

.video-embed-wrap {
  width: 100%; }

.video-transcript {
  margin: 20px 0; }
  .video-transcript .accordion__block-wrap {
    background-color: #fff !important; }
  .video-transcript .accordion__toggle-icon {
    top: 25px; }
  .video-transcript .accordion__content-wrap {
    max-height: 450px;
    overflow: auto;
    height: 0; }

.accordion__content-wrap::-webkit-scrollbar-thumb {
  background-color: #ededed;
  transition: 0.35s ease; }

.accordion__content-wrap::-webkit-scrollbar {
  width: 8px; }

.accordion__content-wrap::-webkit-scrollbar-track {
  box-shadow: none !important; }

.latest-posts {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px; }
  .latest-posts .block-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.posts_viewmore {
  color: #fff;
  font-weight: 600; }

.latest-block {
  width: 100%;
  padding-bottom: 20px;
  padding-right: 20px; }
  .latest-block.latest-block--more {
    align-items: center; }
    .latest-block.latest-block--more .latest-block__link {
      display: flex;
      align-items: center;
      height: calc(100% - 30px);
      border: solid 5px #fff;
      background: rgba(0, 0, 0, 0.25); }
    .latest-block.latest-block--more .latest-block__content {
      width: 100%;
      padding: 0 40px; }
    .latest-block.latest-block--more .latest-block__title,
    .latest-block.latest-block--more .latest-block__total {
      display: block;
      text-align: center; }
    .latest-block.latest-block--more .latest-block__title {
      font-size: 1.75rem;
      color: #fff; }
    .latest-block.latest-block--more .latest-block__total {
      color: rgba(255, 255, 255, 0.5);
      padding-top: 30px; }

.latest-block__link {
  display: block; }

@media (min-width: 1024px) {
  .latest-block {
    width: 33.3333333333%;
    padding-bottom: 40px;
    padding-right: 40px; } }

@keyframes zoom {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  75% {
    transform: scale(1.1);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.gallery {
  padding-bottom: 80px; }
  .gallery--top {
    padding-top: 80px; }

.gallery__block {
  position: relative; }

.gallery__block-wrap {
  width: 50%; }
  .gallery__block-wrap .img__wrapper {
    position: relative; }
    .gallery__block-wrap .img__wrapper:after {
      position: absolute;
      content: "";
      opacity: 0;
      height: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: .4s ease all .2s; }
  .gallery__block-wrap .hover--content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 10; }
  .gallery__block-wrap a {
    display: block; }
  .gallery__block-wrap.flex--item {
    position: relative;
    list-style: none;
    padding-right: 10px;
    padding-bottom: 10px;
    max-width: 100%; }
    .gallery__block-wrap.flex--item:before {
      background: none; }
    .gallery__block-wrap.flex--item:hover .img__wrapper:after, .gallery__block-wrap.flex--item:focus-within .img__wrapper:after {
      height: 100%;
      opacity: 0.9;
      transition: .4s ease all; }
    .gallery__block-wrap.flex--item:hover .gallery__caption, .gallery__block-wrap.flex--item:focus-within .gallery__caption {
      opacity: 1;
      transition: .4s ease all;
      font-size: 0.875rem;
      font-weight: 700; }
    .gallery__block-wrap.flex--item:hover .svg-zoom, .gallery__block-wrap.flex--item:focus-within .svg-zoom {
      animation: zoom 1s ease normal forwards 0.15s; }
    .gallery__block-wrap.flex--item img {
      display: block;
      width: 100%;
      height: auto; }
  .gallery__block-wrap .gallery__caption {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 0;
    line-height: 1.5em;
    opacity: 0;
    color: #fff;
    z-index: 10;
    transition: .3s ease all; }
  @media (min-width: 800px) {
    .gallery__block-wrap {
      width: 33.3333333333%; } }

.gallery__image {
  display: block;
  width: 100%;
  height: auto; }

.svg-zoom {
  display: block;
  position: relative;
  width: 41px;
  height: 42px;
  margin: 0 auto 30px;
  opacity: 0; }

.mfp-title {
  margin-top: 10px;
  letter-spacing: 0.5px; }

.related-block {
  padding: 60px 0 40px; }
  .related-block .module-wrap {
    width: 100%;
    padding-bottom: 0; }
    @media (min-width: 800px) {
      .related-block .module-wrap {
        width: 50%; } }
    @media (min-width: 1024px) {
      .related-block .module-wrap {
        width: 33.3333333333%; } }
    .related-block .module-wrap--last a {
      display: flex;
      align-items: center;
      padding-left: 60px;
      padding-right: 60px;
      font-size: 1.625rem;
      background: rgba(0, 0, 0, 0.2);
      border: 5px solid #fff;
      color: #fff; }
      .related-block .module-wrap--last a > * {
        text-align: center; }
      .related-block .module-wrap--last a:focus {
        outline: none; }
    .related-block .module-wrap--last .related__title {
      color: #fff; }
    .related-block .module-wrap--last .related__description {
      margin-top: 30px;
      font-size: 1rem; }
  .related-block .section-title-wrap {
    margin-bottom: 20px; }
  .related-block .title__link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 1px; }
    .related-block .title__link:after {
      content: "";
      position: absolute;
      bottom: -50%;
      width: 100%;
      left: 0;
      background: #fff;
      height: 2px;
      opacity: 0;
      transition: .3s ease all; }
    .related-block .title__link:hover:after {
      bottom: -3px;
      opacity: 1; }

.related:not(.products) {
  background: #fff;
  border: 5px solid #fff;
  margin-bottom: 20px;
  overflow: hidden;
  transition: .3s ease all;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1); }
  .related:not(.products).related--last {
    display: flex !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .related:not(.products).related--last .content {
      padding-left: 60px;
      padding-right: 60px; }
    .related:not(.products).related--last .related__title {
      color: #fff; }
    .related:not(.products).related--last .related__description {
      margin-top: 40px;
      opacity: .4;
      letter-spacing: 1px; }
    .related:not(.products).related--last > * {
      color: #fff; }
  .related:not(.products) img {
    display: block;
    width: 100%;
    height: auto; }
  .related:not(.products) .content {
    padding: 30px 15px; }
  .related:not(.products) .related__title {
    text-transform: initial;
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
  .related:not(.products) .related__date {
    font-size: 0.75rem;
    margin-top: 5px;
    margin-bottom: 15px; }
  .related:not(.products) .related__description {
    font-size: 1.125rem;
    line-height: 1.625em;
    margin: 10px 0 0; }

.related:not(.products) {
  width: 100%; }
  @media (min-width: 800px) {
    .related:not(.products) {
      width: calc(50% - 20px); } }
  @media (min-width: 1024px) {
    .related:not(.products) {
      margin-right: 27px;
      width: calc(33.3% - 27px); } }

.productions {
  padding-top: 20px; }
  @media (min-width: 800px) {
    .productions .related {
      margin-right: 40px; }
      .productions .related:nth-child(2n) {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .productions .related:nth-child(2n) {
      margin-right: 40px; }
    .productions .related:nth-child(3n) {
      margin-right: 0; } }

.productions,
.posts {
  justify-content: flex-start; }

.posts {
  overflow: hidden; }

.slider {
  width: 100%;
  padding-right: 0; }

.slick-track {
  display: flex;
  padding-bottom: 80px; }

.slick-slide {
  display: flex;
  height: auto;
  margin-right: 0;
  opacity: 0.0;
  transition: 0.35s ease; }
  .slick-slide.slick-active {
    opacity: 1.0; }
  @media (max-width: 799px) {
    .slick-slide {
      padding: 40px; } }

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 10px; }
  .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff; }
  .slick-dots li.slick-active button {
    border-color: rgba(255, 255, 255, 0.25); }
  .slick-dots:before {
    display: none; }

.slick-arrow {
  position: absolute;
  z-index: 101;
  bottom: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: .3s ease all;
  padding: 0; }
  .slick-arrow.svg-arrow-left {
    left: 20px; }
  .slick-arrow.svg-arrow-right {
    right: 20px; }
  .slick-arrow.slick-disabled {
    opacity: .25;
    pointer-events: none; }
  @media (max-width: 799px) {
    .slick-arrow {
      bottom: 50%; } }

@media (max-width: 799px) {
  .slick-slider {
    padding-right: 20px; } }

@media (min-width: 800px) {
  .slick-arrow.svg-arrow-left {
    left: 60px; }
  .slick-arrow.svg-arrow-right {
    right: 60px; } }

@media (min-width: 1024px) {
  .slick-arrow {
    width: 44px;
    height: 44px;
    top: calc(50% - 30px);
    bottom: auto; }
    .slick-arrow.svg-arrow-left {
      left: 40px; }
      .slick-arrow.svg-arrow-left:hover {
        left: 35px; }
    .slick-arrow.svg-arrow-right {
      right: 40px; }
      .slick-arrow.svg-arrow-right:hover {
        right: 35px; } }

.productions-block .module-wrap {
  margin-bottom: 40px; }

@media (min-width: 800px) {
  .single-productions .latest-block {
    width: 100%; }
  .single-productions .latest-block__link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center; }
  .single-productions .module__image-wrap {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .single-productions .module__image-wrap img {
      width: auto; }
  .single-productions .module__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 50%; }
  .single-productions .module__title {
    font-size: 2.25rem; } }

.module__subtitle {
  margin-top: 5px;
  margin-bottom: 5px; }

.page-content.page-content--production.production--accessible .main {
  background: #fff;
  margin-top: -135px;
  padding: 20px 30px; }

@media (min-width: 1024px) {
  .page-content.page-content--production.production--accessible .main {
    margin-left: -30px;
    margin-right: -20px; } }

.content-block--column_blocks {
  margin-bottom: 20px; }
  .content-block--column_blocks .wrap {
    flex-wrap: wrap; }
  .content-block--column_blocks .img__wrapper {
    overflow: hidden;
    display: flex;
    align-items: center; }
    .content-block--column_blocks .img__wrapper.img__wrapper--icon {
      position: relative;
      height: auto;
      max-height: 100%;
      padding: 20px 20px 0;
      background: #EBEFF1; }
      .content-block--column_blocks .img__wrapper.img__wrapper--icon img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        min-width: 0;
        width: auto; }
    .content-block--column_blocks .img__wrapper img {
      display: block;
      min-width: 100%;
      width: 100%;
      transition: 0.3s ease all; }
  .content-block--column_blocks .button, .content-block--column_blocks .nav-main li a.nav-button, .nav-main li .content-block--column_blocks a.nav-button {
    margin-bottom: 0; }

.column__wrapper:not(.button) {
  height: 100%;
  display: flex;
  flex-direction: column; }

a.column__wrapper:hover img, a.column__wrapper:focus img {
  transform: scale(1.1); }

.column-block--mt {
  margin-top: 60px; }

.column {
  width: 100%;
  margin-bottom: 20px; }
  .column--3 .button, .column--3 .nav-main li a.nav-button, .nav-main li .column--3 a.nav-button {
    font-size: 1.15rem; }
  .column--4 .button, .column--4 .nav-main li a.nav-button, .nav-main li .column--4 a.nav-button {
    font-size: 1rem; }
  .column--5 .button, .column--5 .nav-main li a.nav-button, .nav-main li .column--5 a.nav-button {
    font-size: 0.885rem; }
  @media (min-width: 800px) {
    .column--2 {
      width: 50%; }
    .column--3 {
      width: 50%; }
    .column--4 {
      width: 50%; }
    .column--5 {
      width: 33.3333333333%; } }
  @media (min-width: 1024px) {
    .column--3 {
      width: 33.3333333333%; }
    .column--4 {
      width: 25%; } }
  @media (min-width: 1300px) {
    .column--5 {
      width: 20%; } }
  .column .text__block {
    padding: 20px;
    background: #EBEFF1;
    color: #000;
    line-height: 1.6rem;
    flex: 1; }
    .column .text__block .wysiwyg p,
    .column .text__block .wysiwyg li {
      font-size: 1rem; }
    .column .text__block p:last-child {
      margin-bottom: 0; }
    .column .text__block h3 {
      padding-bottom: 10px; }
    .column .text__block .button, .column .text__block .nav-main li a.nav-button, .nav-main li .column .text__block a.nav-button {
      left: 50%;
      transform: translateX(-50%);
      margin-top: 10px;
      display: table; }

.map {
  width: 100%; }
  .map.map__small {
    height: 200px; }
  .map.map__medium {
    height: 256px; }
  .map.map__large {
    height: 325px; }

.instagram-feed {
  margin: 60px auto; }
  .instagram-feed .insta-row {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 1023px) {
      .instagram-feed .insta-row {
        flex-direction: column; } }
  .instagram-feed .insta-title {
    width: 25%;
    word-wrap: break-word;
    padding-right: 10px;
    font-size: 45px;
    margin-bottom: 20px; }
    @media (max-width: 1299px) {
      .instagram-feed .insta-title {
        font-size: 30px; } }
    @media (max-width: 1023px) {
      .instagram-feed .insta-title {
        width: 100%;
        padding-bottom: 10px; } }
  .instagram-feed .button-center {
    margin: 20px 35px 0 auto;
    display: flex; }
    .instagram-feed .button-center .button-insta {
      position: relative;
      font-weight: 700; }
      .instagram-feed .button-center .button-insta .insta-logo-container {
        position: absolute;
        top: -7px;
        right: -35px;
        width: 32px;
        height: 32px; }
        .instagram-feed .button-center .button-insta .insta-logo-container rect.insta-stroke {
          width: 130px;
          height: 130px;
          rx: 30;
          ry: 30;
          fill: none;
          stroke-width: 13;
          x: 35;
          y: 35; }
        .instagram-feed .button-center .button-insta .insta-logo-container circle.insta-stroke {
          cx: 100;
          cy: 100;
          r: 32;
          fill: none;
          stroke-width: 13; }
        .instagram-feed .button-center .button-insta .insta-logo-container .insta-fill {
          cx: 140;
          cy: 62;
          r: 9; }

.sbi_item.sbi_type_image .sbi_photo_wrap,
.sbi_item.sbi_type_carousel .sbi_photo_wrap,
.sbi_item.sbi_type_video .sbi_photo_wrap {
  border: 4px solid #000; }
  .sbi_item.sbi_type_image .sbi_photo_wrap:after,
  .sbi_item.sbi_type_carousel .sbi_photo_wrap:after,
  .sbi_item.sbi_type_video .sbi_photo_wrap:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    z-index: 0;
    transition: 0.35s ease; }
  .sbi_item.sbi_type_image .sbi_photo_wrap:hover:after, .sbi_item.sbi_type_image .sbi_photo_wrap:focus-within:after,
  .sbi_item.sbi_type_carousel .sbi_photo_wrap:hover:after,
  .sbi_item.sbi_type_carousel .sbi_photo_wrap:focus-within:after,
  .sbi_item.sbi_type_video .sbi_photo_wrap:hover:after,
  .sbi_item.sbi_type_video .sbi_photo_wrap:focus-within:after {
    height: 100%;
    width: 100%;
    opacity: 0.9;
    transition: 0.35s ease; }
  .sbi_item.sbi_type_image .sbi_photo_wrap:before,
  .sbi_item.sbi_type_carousel .sbi_photo_wrap:before,
  .sbi_item.sbi_type_video .sbi_photo_wrap:before {
    content: url("../../../img/svg-defs/icon-zoom.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.75);
    z-index: 2;
    opacity: 0; }
  .sbi_item.sbi_type_image .sbi_photo_wrap:hover:before, .sbi_item.sbi_type_image .sbi_photo_wrap:focus-within:before,
  .sbi_item.sbi_type_carousel .sbi_photo_wrap:hover:before,
  .sbi_item.sbi_type_carousel .sbi_photo_wrap:focus-within:before,
  .sbi_item.sbi_type_video .sbi_photo_wrap:hover:before,
  .sbi_item.sbi_type_video .sbi_photo_wrap:focus-within:before {
    opacity: 1;
    transition: 0.35s ease; }

.black-white #sb_instagram .sbi_photo {
  filter: grayscale(100%); }

.content-block--downloadables {
  padding: 60px 0 50px; }

.downloadable-content {
  width: 100%; }

.downloadable-content__intro {
  width: 100%;
  margin-bottom: 30px; }

.downloadable__headline {
  margin-bottom: 15px; }

.downloadables {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 799px) {
    .downloadables {
      justify-content: center; } }
  .downloadables .downloadable-wrapper {
    padding-right: 30px; }
    @media (max-width: 799px) {
      .downloadables .downloadable-wrapper {
        padding-right: 10px; } }
    .downloadables .downloadable-wrapper .file-name {
      color: #000;
      padding: 20px 5px 20px 0;
      width: 300px; }

@media (max-width: 1299px) and (min-width: 800px) {
  .downloadables .downloadable-wrapper .file-name {
    width: 200px; } }
    .downloadables .downloadable-wrapper .img-wrapper {
      height: 300px;
      width: 300px;
      border: 4px solid #000;
      position: relative; }
      .downloadables .downloadable-wrapper .img-wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: calc(100% - 20px);
        max-height: calc(100% - 20px); }
      .downloadables .downloadable-wrapper .img-wrapper.ext-svg img {
        margin: 0 30px;
        max-height: 240px;
        max-width: 240px;
        left: calc(50% - 30px); }
      .downloadables .downloadable-wrapper .img-wrapper.ext-jpg img {
        max-height: 240px;
        max-width: 240px; }
      .downloadables .downloadable-wrapper .img-wrapper:before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 0;
        transition: 0.35s ease; }
      .downloadables .downloadable-wrapper .img-wrapper:after {
        content: url("../../../img/svg-defs/icon-download.svg");
        position: absolute;
        opacity: 0;
        top: 50%;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
        transition: 0.35s ease; }

@media (max-width: 1299px) and (min-width: 800px) {
  .downloadables .downloadable-wrapper .img-wrapper {
    height: 200px;
    width: 200px; }
    .downloadables .downloadable-wrapper .img-wrapper.ext-svg img {
      margin: 0 20px;
      height: auto;
      width: auto;
      max-height: 160px;
      max-width: 160px;
      left: calc(50% - 20px); }
    .downloadables .downloadable-wrapper .img-wrapper .publication__pdf-image,
    .downloadables .downloadable-wrapper .img-wrapper.ext-jpg img,
    .downloadables .downloadable-wrapper .img-wrapper.ext-jpeg img,
    .downloadables .downloadable-wrapper .img-wrapper.ext-png img {
      max-height: 160px;
      max-width: 160px;
      width: auto;
      height: auto; } }
    .downloadables .downloadable-wrapper .eps-img {
      background: url("../../../img/svg-defs/icon-eps.svg");
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: center; }
    .downloadables .downloadable-wrapper .zip-img {
      background: url("../../../img/svg-defs/icon-zip.svg");
      background-repeat: no-repeat;
      background-size: 60%;
      background-position: center; }
    .downloadables .downloadable-wrapper .mp3-img {
      background: url("../../../img/svg-defs/icon-mp3.svg");
      background-repeat: no-repeat;
      background-size: 40%;
      background-position: center; }
    .downloadables .downloadable-wrapper .htm-img {
      background: url("../../../img/svg-defs/icon-htm.svg");
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: center; }
    .downloadables .downloadable-wrapper .xlsx-img,
    .downloadables .downloadable-wrapper .csv-img {
      background: url("../../../img/svg-defs/icon-spreadsheet.svg");
      background-repeat: no-repeat;
      background-size: 40%;
      background-position: center; }
    .downloadables .downloadable-wrapper .svg-wrap {
      opacity: 0.8 !important; }
      .downloadables .downloadable-wrapper .svg-wrap svg {
        width: 300px;
        height: 300px; }
    .downloadables .downloadable-wrapper:hover .img-wrapper:before, .downloadables .downloadable-wrapper:focus-within .img-wrapper:before {
      height: 100%;
      transition: 0.35s ease; }
    .downloadables .downloadable-wrapper:hover .img-wrapper:after, .downloadables .downloadable-wrapper:focus-within .img-wrapper:after {
      opacity: 1;
      transition: 0.35s ease; }

.form-block {
  padding: 50px 0; }

.form-wrap {
  width: 100%; }
  @media (min-width: 800px) {
    .form-wrap {
      width: 75%; } }

.form-intro {
  font-size: 1.25rem;
  margin-bottom: 10px; }

.gform_title {
  margin: 0;
  padding: 0;
  font-size: 1.5rem !important; }
  @media (min-width: 800px) {
    .gform_title {
      font-size: 2rem !important; } }
  @media (min-width: 1024px) {
    .gform_title {
      font-size: 2.875rem !important; } }
  @media (min-width: 1300px) {
    .gform_title {
      font-size: 3.875rem !important; } }

.gform_description {
  line-height: 1.6em;
  font-size: 20px;
  margin-bottom: 30px !important; }

.gform_wrapper div.validation_error {
  border: none !important;
  text-align: left !important;
  color: red !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 0, 0, 0.1) !important;
  border: none !important; }
  .gform_wrapper li.gfield.gfield_error input,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input {
    border: none !important; }
