@charset "UTF-8";
/**
 * Theme Name:  Harriet Beecher Stowe Center
 * Theme URI:   http://github.com/ObjectiveSubject/
 * Description: Theme for stowecenter.org/
 * Author:      Objective Subject
 * Author URI:  http://objectivesubject.com
 * Version:     1.0.0
 * Tags:
 * Text Domain: hbsc
 *
 * License:     GPLv2+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
@import url("//hello.myfonts.net/count/33e42b");
html {
  box-sizing: border-box; }

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

@font-face {
  font-family: 'RamaGothicE-Heavy';
  src: url("../fonts/33E42B_0_0.eot");
  src: url("../fonts/33E42B_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/33E42B_0_0.woff2") format("woff2"), url("../fonts/33E42B_0_0.woff") format("woff"), url("../fonts/33E42B_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'RamaSlabM-Bold';
  src: url("../fonts/33E42B_1_0.eot");
  src: url("../fonts/33E42B_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/33E42B_1_0.woff2") format("woff2"), url("../fonts/33E42B_1_0.woff") format("woff"), url("../fonts/33E42B_1_0.ttf") format("truetype"); }

/*rem(64);*/
.u-color-blue {
  color: #1d374a !important; }

.u-bg-blue {
  background-color: #1d374a !important;
  color: white; }

.u-color-red {
  color: #e74949 !important; }

.u-bg-red, .badge-positioner .badge {
  background-color: #e74949 !important; }

.u-color-tan, .copyright {
  color: #dddad5 !important; }

.u-bg-tan {
  background-color: #dddad5 !important; }

.u-color-gold {
  color: #dda538 !important; }

.u-bg-gold {
  background-color: #dda538 !important; }

.u-color-black {
  color: black !important; }

.u-bg-black {
  background-color: black !important;
  color: white; }

.u-color-dark-gray {
  color: #272727 !important; }

.u-bg-dark-gray, .module--past-salons .badge-positioner .badge, .module--post-list .badge-positioner .badge {
  background-color: #272727 !important;
  color: white; }

.u-color-gray {
  color: #898989 !important; }

.u-bg-gray {
  background-color: #898989 !important; }

.u-color-light-gray {
  color: #f0efed !important; }

.u-bg-light-gray {
  background-color: #f0efed !important; }

.u-color-white {
  color: white !important; }

.u-bg-white {
  background-color: white !important; }

.u-display-block {
  display: block; }

/*.u-display-none, .newsletter {
  display: none; }*/

  .u-display-none {
    display: none; }

.u-display-inline {
  display: inline; }

.u-display-inline-block {
  display: inline-block; }

.u-display-flex, .chart {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.u-display-flex-md, .module-row {
  display: block; }
  @media screen and (min-width: 768px) {
    .u-display-flex-md, .module-row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.u-display-flex-lg {
  display: block; }
  @media screen and (min-width: 1000px) {
    .u-display-flex-lg {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.u-display-block-sm {
  display: none; }
  @media screen and (min-width: 500px) {
    .u-display-block-sm {
      display: block !important; } }

.u-display-block-md, .site-menu-toggle {
  display: none; }
  @media screen and (min-width: 768px) {
    .u-display-block-md, .site-menu-toggle {
      display: block !important; } }

.u-display-block-lg {
  display: none; }
  @media screen and (min-width: 1000px) {
    .u-display-block-lg {
      display: block !important; } }

.u-display-block-xl {
  display: none; }
  @media screen and (min-width: 1500px) {
    .u-display-block-xl {
      display: block !important; } }

@media screen and (min-width: 500px) {
  .u-display-none-sm {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .u-display-none-md, .site-mobile-menu-toggle {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .u-display-none-lg {
    display: none !important; } }

@media screen and (min-width: 1500px) {
  .u-display-none-xl {
    display: none !important; } }

.u-overflow-visible {
  overflow: visible; }

.u-overflow-hidden {
  overflow: hidden; }

.u-transition-300, [class*='u-bg-'] > .card-content h2, [class*='u-bg-'] > .card-content h3, .carousel-slide__content .image, .slick-controls, .slick-dots li button, .dropdown__title, .image-gallery li a, .logo g, .logo g > *, .header-menu .menu-item a, .event--upcoming__content .image, .participant--item .participant--image, .utility-item--search .search-form .search-submit, .site-menu-toggle, .site-mobile-menu-toggle span {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.u-transition-500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease; }

.u-span-3 {
  float: left;
  display: block;
  margin-right: 2.36%;
  width: 100%;
  margin-right: 0; }
  .u-span-3:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .u-span-3 {
      float: left;
      display: block;
      margin-right: 2.36%;
      width: 48.82%; }
      .u-span-3:last-child {
        margin-right: 0; }
      .u-span-3:nth-child(2n) {
        margin-right: 0; }
      .u-span-3:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 1000px) {
    .u-span-3 {
      float: left;
      display: block;
      margin-right: 2.36%;
      width: 23.23%; }
      .u-span-3:last-child {
        margin-right: 0; }
      .u-span-3:nth-child(2n) {
        margin-right: 2.36%; }
      .u-span-3:nth-child(2n+1) {
        clear: none; }
      .u-span-3:nth-child(4n) {
        margin-right: 0; }
      .u-span-3:nth-child(4n + 1) {
        clear: left; } }

@media screen and (min-width: 768px) {
  .u-max-width-3 {
    max-width: 23.23%; } }

.u-span-4 {
  float: left;
  display: block;
  margin-right: 2.36%;
  width: 100%;
  margin-right: 0; }
  .u-span-4:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .u-span-4 {
      float: left;
      display: block;
      margin-right: 2.36%;
      width: 48.82%; }
      .u-span-4:last-child {
        margin-right: 0; }
      .u-span-4:nth-child(2n) {
        margin-right: 0; }
      .u-span-4:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 1000px) {
    .u-span-4 {
      float: left;
      display: block;
      margin-right: 2.36%;
      width: 31.76%; }
      .u-span-4:last-child {
        margin-right: 0; }
      .u-span-4:nth-child(2n) {
        margin-right: 2.36%; }
      .u-span-4:nth-child(2n+1) {
        clear: none; }
      .u-span-4:nth-child(3n) {
        margin-right: 0; }
      .u-span-4:nth-child(3n + 1) {
        clear: left; } }

@media screen and (min-width: 768px) {
  .u-max-width-4 {
    max-width: 31.76%; } }

.u-span-5 {
  float: left;
  display: block;
  margin-right: 2.36%;
  width: 100%;
  margin-right: 0; }
  .u-span-5:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .u-span-5 {
      float: left;
      display: block;
      margin-right: 2.36%;
      width: 40.29%; }
      .u-span-5:last-child {
        margin-right: 0; }
      .u-span-5:nth-child(2.4n) {
        margin-right: 0; }
      .u-span-5:nth-child(2.4n + 1) {
        clear: left; } }

@media screen and (min-width: 768px) {
  .u-max-width-5 {
    max-width: 40.29%; } }

.u-span-6 {
  float: left;
  display: block;
  margin-right: 2.36%;
  width: 100%;
  margin-right: 0; }
  .u-span-6:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .u-span-6 {
      float: left;
      display: block;
      margin-right: 2.36%;
      width: 48.82%; }
      .u-span-6:last-child {
        margin-right: 0; }
      .u-span-6:nth-child(2n) {
        margin-right: 0; }
      .u-span-6:nth-child(2n + 1) {
        clear: left; } }

@media screen and (min-width: 768px) {
  .u-max-width-6 {
    max-width: 48.82%; } }

.u-span-7 {
  float: left;
  display: block;
  margin-right: 2.36%;
  width: 100%;
  margin-right: 0; }
  .u-span-7:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .u-span-7 {
      float: left;
      display: block;
      margin-right: 2.36%;
      width: 57.35%; }
      .u-span-7:last-child {
        margin-right: 0; }
      .u-span-7:nth-child(1.71n) {
        margin-right: 0; }
      .u-span-7:nth-child(1.71n + 1) {
        clear: left; } }

@media screen and (min-width: 768px) {
  .u-max-width-7 {
    max-width: 57.35%; } }

.u-span-8 {
  float: left;
  display: block;
  margin-right: 2.36%;
  width: 100%;
  margin-right: 0; }
  .u-span-8:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1000px) {
    .u-span-8 {
      float: left;
      display: block;
      margin-right: 2.36%;
      width: 65.88%; }
      .u-span-8:last-child {
        margin-right: 0; }
      .u-span-8:nth-child(1.5n) {
        margin-right: 0; }
      .u-span-8:nth-child(1.5n + 1) {
        clear: left; } }

@media screen and (min-width: 768px) {
  .u-max-width-8 {
    max-width: 65.88%; } }

.u-span-9 {
  float: left;
  display: block;
  margin-right: 2.36%;
  width: 100%;
  margin-right: 0; }
  .u-span-9:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1000px) {
    .u-span-9 {
      float: left;
      display: block;
      margin-right: 2.36%;
      width: 74.41%; }
      .u-span-9:last-child {
        margin-right: 0; }
      .u-span-9:nth-child(1.33n) {
        margin-right: 0; }
      .u-span-9:nth-child(1.33n + 1) {
        clear: left; } }

@media screen and (min-width: 768px) {
  .u-max-width-9 {
    max-width: 74.41%; } }

[class*="u-span-"]:last-child {
  margin-right: 0; }

.u-flex-items-center, .newsletter {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.u-flex-items-start {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }

.u-flex-items-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end; }

.u-flex-items-stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }

.u-flex-align-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center; }

.u-flex-align-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start; }

.u-flex-align-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end; }

.u-flex-align-around {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  align-content: space-around;
  -ms-flex-line-pack: distribute; }

.u-flex-align-between {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  align-content: space-between;
  -ms-flex-line-pack: justify; }

.u-flex-align-stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch; }

.u-flex-justify-center, .chart {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.u-flex-justify-start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.u-flex-justify-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }

.u-flex-justify-around {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }

.u-flex-justify-between, .newsletter {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.u-flex-self-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start; }

.u-flex-self-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end; }

.u-flex-wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.u-list-nostyle,
.anchors {
  margin: 0;
  list-style: none; }

.u-clear:after, .carousel-slide__content:after, .form-group:after, .image-gallery:after, .event--upcoming__content:after {
  content: "";
  display: table; }

.u-clear:after, .carousel-slide__content:after, .form-group:after, .image-gallery:after, .event--upcoming__content:after {
  clear: both; }

.u-container {
  position: relative;
  max-width: 70.5rem;
  margin: 0 auto;
  padding: 0 1.5rem; }
  @media screen and (min-width: 768px) {
    .u-container {
      padding: 0 1.5rem; } }

.u-mt-nudge {
  margin-top: 0.5rem; }

.u-mb-nudge {
  margin-bottom: 0.5rem; }

.u-my-nudge {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.u-ma-0 {
  margin: 0rem; }

.u-mt-0 {
  margin-top: 0rem; }

.u-mr-0 {
  margin-right: 0rem; }

.u-mb-0 {
  margin-bottom: 0rem; }

.u-ml-0 {
  margin-left: 0rem; }

.u-mx-0 {
  margin-left: 0rem;
  margin-right: 0rem; }

.u-my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem; }

.u-pa-0 {
  padding: 0rem; }

.u-pt-0 {
  padding-top: 0rem; }

.u-pr-0 {
  padding-right: 0rem; }

.u-pb-0 {
  padding-bottom: 0rem; }

.u-pl-0 {
  padding-left: 0rem; }

.u-px-0 {
  padding-left: 0rem;
  padding-right: 0rem; }

.u-py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem; }

.u-ma-1 {
  margin: 1rem; }

.u-mt-1, .slick-dots, .chart-data__key, .form-group, .lb-data .lb-details, .modal_item input, .module--entry .module__body ul li,
.module--entry .module__body ol li, .module--basic .module__body ul li,
.module--basic .module__body ol li {
  margin-top: 1rem; }

.u-mr-1 {
  margin-right: 1rem; }

.u-mb-1, .error-404 .useful-links li {
  margin-bottom: 1rem; }

.u-ml-1, .button + .button, .slick-dots li + li, .social__item + .social__item {
  margin-left: 1rem; }

.u-mx-1 {
  margin-left: 1rem;
  margin-right: 1rem; }

.u-my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.u-pa-1, .ui-button, .modal_item input, .module__sidebar .sidebar {
  padding: 1rem; }

.u-pt-1, .form-field {
  padding-top: 1rem; }

.u-pr-1, figure figcaption, .module--entry .module__body, .module--gallery .module__body {
  padding-right: 1rem; }

.u-pb-1 {
  padding-bottom: 1rem; }

.u-pl-1 {
  padding-left: 1rem; }

.u-px-1, .chart-data {
  padding-left: 1rem;
  padding-right: 1rem; }

.u-py-1, .dropdown__content, .form-field:focus, .section-title, .module-title, .card-title, .site-nav, .utility-item--search .search-form .search-field {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.u-ma-2 {
  margin: 2rem; }

.u-mt-2, .modal-content, .preface-text p, .footer-nav {
  margin-top: 2rem; }

.u-mr-2 {
  margin-right: 2rem; }

.u-mb-2, .module__sidebar {
  margin-bottom: 2rem; }

.u-ml-2 {
  margin-left: 2rem; }

.u-mx-2 {
  margin-left: 2rem;
  margin-right: 2rem; }

.u-my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.u-pa-2, .card {
  padding: 2rem; }

.u-pt-2 {
  padding-top: 2rem; }

.u-pr-2 {
  padding-right: 2rem; }

.u-pb-2 {
  padding-bottom: 2rem; }

.u-pl-2, .module--entry .module__body ul,
.module--entry .module__body ol, .module--basic .module__body ul,
.module--basic .module__body ol {
  padding-left: 2rem; }

.u-px-2 {
  padding-left: 2rem;
  padding-right: 2rem; }

.u-py-2, .footer-row {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.u-ma-3 {
  margin: 3rem; }

.u-mt-3, .module--carousel .card, .module--events-upcoming-inline .card,
.module--events-upcoming-list .card, .module--entry figure, .module__body, .section__body, .section__body h4, .module__body h4,
.section__body h5, .module__body h5,
.section__body h6, .module__body h6 {
  margin-top: 3rem; }

.u-mr-3 {
  margin-right: 3rem; }

.u-mb-3, .module--carousel .badge-positioner .badge, .section__header, .module__header, .section__footer, .module__footer {
  margin-bottom: 3rem; }

.u-ml-3, .modal_item + .modal_item {
  margin-left: 3rem; }

.u-mx-3 {
  margin-left: 3rem;
  margin-right: 3rem; }

.u-my-3, .card-content {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.u-pa-3 {
  padding: 3rem; }

.u-pt-3 {
  padding-top: 3rem; }

.u-pr-3 {
  padding-right: 3rem; }

.u-pb-3, .error-404 .card-title {
  padding-bottom: 3rem; }

.u-pl-3 {
  padding-left: 3rem; }

.u-px-3, .dropdown__content {
  padding-left: 3rem;
  padding-right: 3rem; }

.u-py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.u-ma-4 {
  margin: 4rem; }

.u-mt-4, .chart, .module-row + .module-row, .section__footer, .module__footer {
  margin-top: 4rem; }

.u-mr-4 {
  margin-right: 4rem; }

.u-mb-4, .module__image {
  margin-bottom: 4rem; }

.u-ml-4 {
  margin-left: 4rem; }

.u-mx-4 {
  margin-left: 4rem;
  margin-right: 4rem; }

.u-my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.u-pa-4 {
  padding: 4rem; }

.u-pt-4 {
  padding-top: 4rem; }

.u-pr-4 {
  padding-right: 4rem; }

.u-pb-4, .module {
  padding-bottom: 4rem; }

.u-pl-4 {
  padding-left: 4rem; }

.u-px-4, .chart {
  padding-left: 4rem;
  padding-right: 4rem; }

.u-py-4, .modal, .section, .module {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.u-ma-5 {
  margin: 5rem; }

.u-mt-5 {
  margin-top: 5rem; }

.u-mr-5 {
  margin-right: 5rem; }

.u-mb-5 {
  margin-bottom: 5rem; }

.u-ml-5 {
  margin-left: 5rem; }

.u-mx-5 {
  margin-left: 5rem;
  margin-right: 5rem; }

.u-my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.u-pa-5 {
  padding: 5rem; }

.u-pt-5 {
  padding-top: 5rem; }

.u-pr-5 {
  padding-right: 5rem; }

.u-pb-5 {
  padding-bottom: 5rem; }

.u-pl-5 {
  padding-left: 5rem; }

.u-px-5 {
  padding-left: 5rem;
  padding-right: 5rem; }

.u-py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.u-ma-6 {
  margin: 6rem; }

.u-mt-6 {
  margin-top: 6rem; }

.u-mr-6 {
  margin-right: 6rem; }

.u-mb-6 {
  margin-bottom: 6rem; }

.u-ml-6 {
  margin-left: 6rem; }

.u-mx-6 {
  margin-left: 6rem;
  margin-right: 6rem; }

.u-my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.u-pa-6 {
  padding: 6rem; }

.u-pt-6 {
  padding-top: 6rem; }

.u-pr-6 {
  padding-right: 6rem; }

.u-pb-6 {
  padding-bottom: 6rem; }

.u-pl-6 {
  padding-left: 6rem; }

.u-px-6, .modal {
  padding-left: 6rem;
  padding-right: 6rem; }

.u-py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.u-weight-light {
  font-weight: 300; }

.u-weight-normal {
  font-weight: 400; }

.u-weight-medium {
  font-weight: 500; }

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

.u-caps, .copyright {
  text-transform: uppercase; }

.u-font-size-xs, .copyright {
  font-size: .5em; }

.u-font-size-sm, figure figcaption, .module__sidebar .sidebar {
  font-size: .75em; }

.u-font-size-lg {
  font-size: 1.5em; }

.u-font-size-xl {
  font-size: 2.5em; }

.u-font-size-max {
  font-size: 4em; }

.u-text-left, caption, th {
  text-align: left; }

.u-text-center, .section__footer, .module__footer, .section-title, .module-title, .card-title {
  text-align: center; }

.u-text-right, .table > thead > tr > td + td, table > thead > tr > td + td,
.table > tbody > tr > td + td, table > tbody > tr > td + td,
.table > tfoot > tr > td + td, table > tfoot > tr > td + td {
  text-align: right; }

.u-font-rama-gothic, h1,
.h1, h2,
.h2 {
  font-family: "RamaGothicE-Heavy", "Helvetica", Arial, sans-serif;
  text-transform: uppercase; }

.u-font-rama-slab, h3,
.h3{
  font-family: "RamaSlabM-Bold", "Helvetica", Arial, sans-serif;
  text-transform: uppercase; }

h3 i {
  font-family: "RamaSlabM-Bold", "Helvetica", Arial, sans-serif;
}

.u-font-miller, h4,
.h4, .gsection_title, body.home .preface-text, .section-title, .module-title, .card-title, .site-footer a {
  font-family: "Miller Text Rom", Georgia, serif;
  font-style: Normal;
  font-weight: Normal; }

.u-font-miller-italic {
  font-family: "Miller Text It", Georgia, serif;
  font-style: Italic;
  font-weight: Normal; }

.u-font-miller-bold, h5,
.h5, h6,
.h6, .button, .header-menu .menu-item a, .error-404 p, .copyright, .utility-toggle {
  font-family: "Miller Text Bd", Georgia, serif;
  font-style: Normal;
  font-weight: Bold; }

.u-font-miller-bold-italic {
  font-family: "Miller Text Bd It", Georgia, serif;
  font-style: Italic;
  font-weight: Normal; }

/* Normalize
 * ------------------------------------------- */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Global
 * ------------------------------------------- */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  overflow-x: hidden; }

section:focus {
  outline: 0; }

::-moz-selection {
  color: white;
  background: #272727; }

::selection {
  color: white;
  background: #272727; }

/* Media Size indicator
 *
 * Used to display the current media size.
 * See footer.php for the element.
 * ---------------------------------------- */
.media-size {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  padding: 5px;
  color: #bbb;
  font-size: 12px; }
  .media-size:before {
    content: "default"; }
  @media screen and (min-width: 500px) {
    .media-size:before {
      content: "small"; } }
  @media screen and (min-width: 768px) {
    .media-size:before {
      content: "medium"; } }
  @media screen and (min-width: 1000px) {
    .media-size:before {
      content: "large"; } }
  @media screen and (min-width: 1500px) {
    .media-size:before {
      content: "xlarge"; } }

@font-face {
  font-family: 'hbsc-ui';
  src: url("../fonts/hbsc-ui.eot?hzpuxk");
  src: url("../fonts/hbsc-ui.eot?hzpuxk#iefix") format("embedded-opentype"), url("../fonts/hbsc-ui.ttf?hzpuxk") format("truetype"), url("../fonts/hbsc-ui.woff?hzpuxk") format("woff"), url("../fonts/hbsc-ui.svg?hzpuxk#hbsc-ui") format("svg"); }

.icon, [class^="icon-"], [class*=" icon-"] {
  font-family: "hbsc-ui" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

/* Typography
 * ------------------------------------------ */
html {
  font-size: 100%; }
  @media screen and (min-width: 1500px) {
    html {
      font-size: 18px; } }

body,
button,
input,
select,
textarea {
  font-family: "Miller Text Rom", Georgia, serif;
  color: black;
  font-size: 1.12rem;
  line-height: 1.375;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Headings
 * ------------------------------------------ */
h1,
.h1 {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: normal;
  margin: 0; }
  @media screen and (min-width: 768px) {
    h1,
    .h1 {
      font-size: 6rem; } }

h2,
.h2 {
  display: block;
  font-size: 2.75rem;
  line-height: .82;
  font-weight: normal;
  margin: 0; }
  @media screen and (min-width: 768px) {
    h2,
    .h2 {
      font-size: 4.5rem; } }

h3,
.h3 {
  display: block;
  font-size: 3rem;
  line-height: .82;
  font-weight: normal;
  margin: 0; }
  @media screen and (min-width: 768px) {
    h3,
    .h3 {
      font-size: 4.5rem; } }

h4,
.h4,
.gsection_title,
body.home .preface-text {
  display: block;
  font-size: 1.5rem;
  margin: 0; }
  @media screen and (min-width: 768px) {
    h4,
    .h4,
    .gsection_title,
    body.home .preface-text {
      font-size: 2rem; } }

h5,
.h5 {
  display: block;
  font-size: 1rem;
  margin: 0; }
  @media screen and (min-width: 768px) {
    h5,
    .h5 {
      font-size: 1.5rem; } }
h5.h5-hilight{
  color: rgb(192,43,10) !important;
}
h6,
.h6 {
  display: block;
  font-size: 0.88rem; }

h7,
.h7 {
  display: block;
  font-size: 1.5rem;
  line-height: .5;
  font-weight: normal;
  margin: 0; }
  @media screen and (min-width: 768px) {
    h7,
    .h7 {
      font-size: 1.5rem; } }

h1, h2, h3, h4, h5, h6, h7,
.h1, .h2, .h3, .h4, .h7 .gsection_title, body.home .preface-text, .h5, .h6 {
  word-wrap: break-word; }
  [class*='u-bg-'] h1, [class*='u-bg-'] h2, [class*='u-bg-'] h3, [class*='u-bg-'] h4, [class*='u-bg-'] h5, [class*='u-bg-'] h6, [class*='u-bg-'] h7, [class*='u-bg-']
  .h1, [class*='u-bg-'] .h2, [class*='u-bg-'] .h3, [class*='u-bg-'] .h4, [class*='u-bg-'] .h7, [class*='u-bg-'] .gsection_title, [class*='u-bg-'] body.home .preface-text, body.home [class*='u-bg-'] .preface-text, [class*='u-bg-'] .h5, [class*='u-bg-'] .h6 {
    color: #dddad5; }
  .u-bg-white h1,
  .u-bg-light-gray h1,
  .u-bg-tan h1, .u-bg-white h2,
  .u-bg-light-gray h2,
  .u-bg-tan h2, .u-bg-white h3,
  .u-bg-light-gray h3,
  .u-bg-tan h3, .u-bg-white h4,
  .u-bg-light-gray h4,
  .u-bg-tan h4, .u-bg-white h5,
  .u-bg-light-gray h5,
  .u-bg-tan h5, .u-bg-white h6,
  .u-bg-light-gray h6,
  .u-bg-tan h6, .u-bg-white h7,
  .u-bg-light-gray h7,
  .u-bg-tan h7,
  .u-bg-white
  .h1,
  .u-bg-light-gray
  .h1,
  .u-bg-tan
  .h1, .u-bg-white .h2,
  .u-bg-light-gray .h2,
  .u-bg-tan .h2, .u-bg-white .h3,
  .u-bg-light-gray .h3,
  .u-bg-tan .h3, .u-bg-white .h4, .u-bg-white .gsection_title, .u-bg-white body.home .preface-text, body.home .u-bg-white .preface-text,
  .u-bg-light-gray .h4,
  .u-bg-light-gray .gsection_title,
  .u-bg-light-gray body.home .preface-text, body.home
  .u-bg-light-gray .preface-text,
  .u-bg-tan .h4,
  .u-bg-tan .gsection_title,
  .u-bg-tan body.home .preface-text, body.home
  .u-bg-tan .preface-text, .u-bg-white .h5,
  .u-bg-light-gray .h5,
  .u-bg-tan .h5, .u-bg-white .h6,
  .u-bg-light-gray .h6,
  .u-bg-tan .h6
  .u-bg-white .h7,
  .u-bg-light-gray .h7,
  .u-bg-tan .h7{
    color: #272727; }

/* Links
  * ------------------------------------------- */
a {
  color: #e74949;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }
  a span {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
  a:hover, a:focus, a:active {
    color: #898989; }
    a:hover span, a:focus span, a:active span {
      color: #e74949 !important; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

/* Copy
 * ------------------------------------------ */
p {
  margin-top: 1rem;
  margin-bottom: 0; }

ul,
ol {
  /*list-style: none;*/
  margin: 1rem 0 2rem 0;
  padding: 0; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

b,
strong {
  font-family: "Miller Text Bd", Georgia, serif;
  font-style: normal;
  font-weight: bold; }

dfn,
cite,
em,
blockquote,
i {
  font-family: "Miller Text It", Georgia, serif;
  font-style: italic;
  font-weight: normal; }

address {
  font-style: normal; }

blockquote {
  font-size: 1.6rem;
  text-transform: none;
  margin: 0; }
  @media screen and (min-width: 768px) {
    blockquote {
      font-size: 2rem; } }
  blockquote p {
    margin: 0; }
  .u-bg-red blockquote, .badge-positioner .badge blockquote,
  .u-bg-dark-gray blockquote, .module--past-salons .badge-positioner .badge blockquote, .module--post-list .badge-positioner .badge blockquote {
    color: white; }
  .u-bg-blue blockquote {
    color: #dddad5; }
  .u-bg-white blockquote,
  .u-bg-light-gray blockquote,
  .u-bg-tan blockquote {
    color: #272727; }

pre {
  background: #eeeeee;
  font-family: "Menlo", monospace;
  font-size: 0.88rem;
  line-height: 1.6rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em; }

code,
kbd,
tt,
var {
  font-family: "Menlo", monospace;
  font-family: 400;
  background: #eeeeee;
  color: black; }
  p code, p
  kbd, p
  tt, p
  var {
    padding: 0.25em;
    font-size: 0.88rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background-color: lightgray;
  border: 0;
  height: 1px;
  margin: 1rem 0 0;
  width: 100%; }

/* Text meant only for screen readers.
 * ------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.05rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.badge-positioner {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  z-index: 10; }
  .module--carousel .badge-positioner {
    left: 0;
    bottom: 0;
    z-index: 10; }
  .module--events-upcoming-inline .badge-positioner {
    left: calc(50% - 4.5rem);
    top: 0;
    margin-top: -3rem; }
  .event--upcoming-item-left .badge-positioner {
    left: 0;
    z-index: 14;
    right: initial;
    bottom: initial;
    top: 2rem; }
    @media screen and (min-width: 768px) {
      .event--upcoming-item-left .badge-positioner {
        left: 7.25rem;
        right: initial;
        bottom: initial; } }
  .event--upcoming-item-right .badge-positioner {
    right: 0;
    left: auto;
    z-index: 14;
    bottom: initial;
    top: 2rem; }
    @media screen and (min-width: 768px) {
      .event--upcoming-item-right .badge-positioner {
        right: 7.25rem;
        left: auto;
        bottom: initial; } }
  .module--past-salons .badge-positioner {
    top: 0;
    bottom: initial;
    width: 100%;
    text-align: center;
    transform: translateY(-50%); }
    @media screen and (min-width: 500px) {
      .module--past-salons .badge-positioner {
        top: 2.5rem;
        width: auto;
        transform: none; } }
  .module--post-list .badge-positioner {
    top: 0;
    position: relative;
    z-index: 18;
    max-width: 16rem;
    width: 60%;
    margin: 0 auto; }
  .badge-positioner .badge {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 9rem;
    width: 9rem;
    color: white;
    text-align: center; }
    .module--past-salons .badge-positioner .badge {
      display: inline-block;
      padding: 1rem 3rem;
      width: auto;
      height: auto;
      margin: 0 auto; }
    .module--post-list .badge-positioner .badge {
      padding: 1rem 3rem;
      width: auto;
      height: auto; }
    .module--post-list .badge-positioner .badge {
      padding: 1rem 2rem; }
    .module--events-upcoming-list .badge-positioner .badge .h2,
    .module--events-upcoming-list .badge-positioner .badge span .u-caps,
    .module--events-upcoming-list .badge-positioner .badge span .copyright,
    .module--events-upcoming-inline .badge-positioner .badge .h2,
    .module--events-upcoming-inline .badge-positioner .badge span .u-caps,
    .module--events-upcoming-inline .badge-positioner .badge span .copyright {
      color: white; }

button {
  background: none; }

.button {
  display: inline-block;
  -webkit-appearance: none;
  background: none;
  font-size: 1rem;
  color: #272727;
  padding: 0.5rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  [class*='u-bg-'] .button,
  .u-bg-red .button, .badge-positioner .badge .button,
  .u-bg-blue .button {
    color: #dddad5;
    border-color: #dddad5; }
  .u-bg-white .button,
  .u-bg-light-gray .button,
  .u-bg-tan .button {
    color: #272727;
    border-color: rgba(0, 0, 0, 0.15); }
  .card.u-bg-red .button, .badge-positioner .card.badge .button,
  .card.u-bg-blue .button {
    color: #dddad5;
    border-color: #dddad5; }
  .card.u-bg-white .button,
  .card.u-bg-light-gray .button,
  .card.u-bg-tan .button {
    color: #272727;
    border-color: #272727; }
  .button:hover {
    color: #e74949;
    border-color: #e74949; }
  .u-bg-red .button:hover, .badge-positioner .badge .button:hover {
    color: #272727;
    border-color: #272727; }
  @media screen and (min-width: 768px) {
    .module__sidebar .button {
      width: 100%;
      text-align: center; } }

.button--blue {
  color: white !important;
  background-color: #1d374a; }
  .button--blue:hover {
    color: #1d374a !important;
    background-color: white !important;
    border-color: #1d374a !important; }

.button--red {
  color: white !important;
  background-color: #e74949; }
  .button--red:hover {
    color: #e74949 !important;
    background-color: white !important;
    border-color: #e74949 !important; }

.button--tan {
  color: white !important;
  background-color: #dddad5; }
  .button--tan:hover {
    color: #dddad5 !important;
    background-color: white !important;
    border-color: #dddad5 !important; }

.button--gold {
  color: white !important;
  background-color: #dda538; }
  .button--gold:hover {
    color: #dda538 !important;
    background-color: white !important;
    border-color: #dda538 !important; }

.button--black {
  color: white !important;
  background-color: black; }
  .button--black:hover {
    color: black !important;
    background-color: white !important;
    border-color: black !important; }

.button--dark-gray {
  color: white !important;
  background-color: #272727; }
  .button--dark-gray:hover {
    color: #272727 !important;
    background-color: white !important;
    border-color: #272727 !important; }

.button--gray {
  color: white !important;
  background-color: #898989; }
  .button--gray:hover {
    color: #898989 !important;
    background-color: white !important;
    border-color: #898989 !important; }

.button--light-gray {
  color: white !important;
  background-color: #f0efed; }
  .button--light-gray:hover {
    color: #f0efed !important;
    background-color: white !important;
    border-color: #f0efed !important; }

.button--white {
  color: white !important;
  background-color: white; }
  .button--white:hover {
    color: white !important;
    background-color: white !important;
    border-color: white !important; }

#site-menu .ui-button {
  font-size: 1rem;
  line-height: 1 !important;
  border: none !important;
  background: none !important;
  margin-right: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  }
  .ui-button:focus {
    outline: 0; }
  [class*='u-bg-'] .ui-button {
    color: #dddad5 !important;
    border-color: #dddad5; }
  .u-bg-tan .ui-button {
    color: #272727;
    border-color: rgba(0, 0, 0, 0.15); }
  .ui-button:hover {
    color: #e74949 !important;
    border-color: #e74949; }
  .u-bg-red .ui-button:hover, .badge-positioner .badge .ui-button:hover {
    color: #272727;
    border-color: #272727; }

/*
TODO clean up the !important
*/
.module--events-upcoming-list .card-button,
.module--events-upcoming-inline .card-button {
  display: flex;
  padding: 2rem 3rem;
  color: white !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  margin-top: -8rem;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .module--events-upcoming-list .card-button a,
  .module--events-upcoming-inline .card-button a {
    color: white !important;
    border-color: rgba(255, 255, 255, 0.15) !important; }
  @media screen and (min-width: 768px) {
    .module--events-upcoming-list .card-button,
    .module--events-upcoming-inline .card-button {
      padding: 0rem 2rem 2rem 2rem;
      background-color: #272727 !important;
      justify-content: center;
      margin-top: 0rem; } }

.module--events-upcoming-inline .card-button {
  margin-top: 0rem;
  background-color: #272727 !important; }
  @media screen and (min-width: 768px) {
    .module--events-upcoming-inline .card-button {
      padding: 0rem 2rem 2rem 2rem;
      background-color: #272727 !important;
      justify-content: center;
      margin-top: 0rem; } }

.u-bg-blue .card-button a {
  color: #dddad5;
  border-color: #dddad5; }
  .u-bg-blue .card-button a:hover {
    color: #e74949;
    border-color: #e74949; }

.card {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
  padding: 2rem 1rem; }
  @media screen and (min-width: 768px) {
    .card {
      padding: 3rem; } }
  .card[class*='u-bg-'] > .card {
    color: white; }
    .card[class*='u-bg-'] > .card h2,
    .card[class*='u-bg-'] > .card h3,
    .card[class*='u-bg-'] > .card * {
      color: white; }
  .card.u-bg-white > .card,
  .card.u-bg-light-gray > .card,
  .card.u-bg-tan > .card {
    color: #272727; }
    .card.u-bg-white > .card h2,
    .card.u-bg-white > .card h3,
    .card.u-bg-white > .card *,
    .card.u-bg-light-gray > .card h2,
    .card.u-bg-light-gray > .card h3,
    .card.u-bg-light-gray > .card *,
    .card.u-bg-tan > .card h2,
    .card.u-bg-tan > .card h3,
    .card.u-bg-tan > .card * {
      color: #272727; }
  .module--carousel.module--mediacollection .card {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 2rem;
    width: 100%;
    padding: 1rem; }
    @media screen and (min-width: 768px) {
      .module--carousel.module--mediacollection .card {
        margin-top: 0;
        margin-bottom: 0;
        min-height: 28.75rem;
        width: 22.5rem;
        padding: 2rem 1rem; } }
  .card.has-badge {
    position: relative;
    margin-top: 4.5rem;
    padding-top: 4.5rem; }
  .module--carousel .card {
    width: 22.5rem;
    min-height: 30.75rem; }
  .card .card-event-title {
    margin-bottom: 2rem;
    margin-top: inherit; }
  .card .card-date {
    color: white;
    margin: 0 0 2rem 0;
    font-size: 1.62rem; }
    @media screen and (min-width: 768px) {
      .card .card-date {
        font-size: 2rem; } }
  .module--events-upcoming-inline .card,
  .module--events-upcoming-list .card {
    min-height: 26.75rem; }
    @media screen and (min-width: 768px) {
      .module--events-upcoming-inline .card,
      .module--events-upcoming-list .card {
        padding: 7rem 2rem 0rem 2rem; } }
  .module--events-upcoming-inline .card {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 7rem 2rem 0;
    min-height: initial; }
    @media screen and (min-width: 768px) {
      .module--events-upcoming-inline .card {
        padding: 6rem 2rem 0;
        min-height: 26.75rem; } }
  .module--events-upcoming-list .card {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: rgba(39, 39, 39, 0.6) !important;
    width: 100%;
    min-height: 18.5rem;
    padding: 2rem 2rem 7rem; }
    @media screen and (min-width: 768px) {
      .module--events-upcoming-list .card {
        width: 22.5rem;
        min-height: 26.5rem;
        padding: 7rem 2rem 0;
        background-color: #272727 !important; } }
  .module--past-salons .card {
    margin: 0;
    min-height: inherit;
    /*min-height: 16.5rem;*/
    justify-content: center;
    padding: 3rem 1.5rem; }
    @media screen and (min-width: 500px) {
      .module--past-salons .card {
        margin-left: 4rem; } }
  .card .card-event-details {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    padding: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 0 3rem 0;
    padding: 2rem 1rem; }
    @media screen and (min-width: 768px) {
      .card .card-event-details {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
    .card .card-event-details .card-event-item {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      display: flex;
      margin-bottom: 1rem; }
      .card .card-event-details .card-event-item:last-child {
        margin-bottom: 0rem; }
      @media screen and (min-width: 768px) {
        .card .card-event-details .card-event-item {
          flex: 1 0 32%;
          margin-bottom: 0rem; } }
    .card .card-event-details .event-item-title {
      color: #f0efed; }
    .card .card-event-details .event-item-content {
      color: white; }

.card-event-register {
  position: absolute;
  top: 1rem;
  right: 0rem;
  margin-right: 0rem;
  z-index: 15;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (min-width: 768px) {
    .card-event-register {
      position: absolute;
      top: 2rem;
      right: -3rem;
      margin-right: 0rem; } }
  .card-event-register.item--scrolled {
    position: fixed;
    top: 0rem;
    width: 100%;
    max-width: calc(100% - 3rem);
    right: inherit; }
    @media screen and (min-width: 768px) {
      .card-event-register.item--scrolled {
        position: fixed;
        top: 2.25rem;
        right: calc((100% - 53.5rem) * .5);
        width: auto;
        max-width: inherit; } }
  .card-event-register .button {
    background-color: #e74949 !important;
    border: none;
    text-transform: uppercase;
    padding: .5rem 3rem;
    color: white; }
    .card-event-register .button:hover {
      color: #f0efed; }

.module--hero .card-positioner {
  width: 100%;
  padding-top: 5rem; }
  @media screen and (min-width: 768px) {
    .module--hero .card-positioner {
      /*width: 57.5%;*/
      width: 40%;
      padding-top: 0; } }

.card-positioner.card-positioner-fullwidth {
  position: relative;
  width: 100%; }
  .card-positioner.card-positioner-fullwidth .card-content {
    margin-top: 0; }
    .card-positioner.card-positioner-fullwidth .card-content p {
      margin-top: 0; }
    @media screen and (min-width: 768px) {
      .card-positioner.card-positioner-fullwidth .card-content {
        margin-top: 0; } }

.module--carousel .card-positioner {
  float: right;
  position: relative;
  z-index: 10; }

.module--mediacollection .card-positioner {
  float: none;
  order: 2;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  width: calc(100% - 2rem);
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .module--mediacollection .card-positioner {
      width: inherit;
      padding-right: 4.5rem;
      position: relative;
      width: 80%;
      left: auto;
      right: auto;
      bottom: initial; } }

.event--upcoming-item-left .card-positioner,
.event--upcoming-item-right .card-positioner {
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  overflow: none; }
  @media screen and (min-width: 768px) {
    .event--upcoming-item-left .card-positioner,
    .event--upcoming-item-right .card-positioner {
      overflow: initial; } }

.event--upcoming-item-right .card-positioner {
  position: absolute;
  right: 0;
  z-index: 10;
  bottom: 0px;
  width: calc(100% - 1.6rem);
  margin-right: 1.6rem; }
  @media screen and (min-width: 768px) {
    .event--upcoming-item-right .card-positioner {
      margin-right: 0;
      top: 2rem;
      width: auto !important;
      bottom: initial !important; } }

.event--upcoming-item-left .card-positioner {
  position: absolute;
  left: 0;
  z-index: 10;
  width: calc(100% - 1.6rem);
  bottom: 0px;
  margin-left: 1.6rem; }
  @media screen and (min-width: 768px) {
    .event--upcoming-item-left .card-positioner {
      margin-left: 0;
      top: 2rem;
      width: auto !important;
      bottom: initial !important; } }

.module--past-salons .card-positioner {
  position: relative;
  margin-top: -10rem;
  z-index: 99;
  width: 100%;
  padding: 2rem 2rem 0rem 2rem; }

.card-title {
  word-wrap: break-word; }
  .card.u-bg-red .card-title, .badge-positioner .card.badge .card-title,
  .card.u-bg-blue .card-title {
    color: #dddad5;
    border-color: #dddad5;
    border-color: rgba(221, 218, 213, 0.4); }
  .card.u-bg-white .card-title,
  .card.u-bg-light-gray .card-title,
  .card.u-bg-tan .card-title {
    color: #272727;
    border-color: rgba(0, 0, 0, 0.15); }
  .module--events-upcoming-inline .card-title {
    padding: 1.8rem 0 2rem 0; }
  .module--events-upcoming-inline .card-title,
  .module--events-upcoming-list .card-title {
    color: white !important;
    border-color: rgba(255, 255, 255, 0.55) !important; }
    .module--events-upcoming-inline .card-title .h2,
    .module--events-upcoming-inline .card-title .h3,
    .module--events-upcoming-inline .card-title h2,
    .module--events-upcoming-inline .card-title h3,
    .module--events-upcoming-list .card-title .h2,
    .module--events-upcoming-list .card-title .h3,
    .module--events-upcoming-list .card-title h2,
    .module--events-upcoming-list .card-title h3 {
      font-size: 2.4rem;
      letter-spacing: 0;
      color: white !important; }
      @media screen and (min-width: 768px) {
        .module--events-upcoming-inline .card-title .h2,
        .module--events-upcoming-inline .card-title .h3,
        .module--events-upcoming-inline .card-title h2,
        .module--events-upcoming-inline .card-title h3,
        .module--events-upcoming-list .card-title .h2,
        .module--events-upcoming-list .card-title .h3,
        .module--events-upcoming-list .card-title h2,
        .module--events-upcoming-list .card-title h3 {
          font-size: 3.25rem; } }
    @media screen and (min-width: 768px) {
      .module--events-upcoming-inline .card-title,
      .module--events-upcoming-list .card-title {
        border-color: transparent !important; } }
  .module--past-salons [class*=u-bg-] .card-title {
    border-color: transparent; }
    .module--past-salons [class*=u-bg-] .card-title h2,
    .module--past-salons [class*=u-bg-] .card-title h3 {
      font-size: 2.25rem;
      letter-spacing: -.015rem; }
      .module--past-salons [class*=u-bg-] .card-title h2 a,
      .module--past-salons [class*=u-bg-] .card-title h3 a {
        color: #272727; }
  .module--events-upcoming-list .card-title {
    margin-bottom: 0rem; }
    @media screen and (min-width: 768px) {
      .module--events-upcoming-list .card-title {
        margin-bottom: 1rem; } }

.single-event .card.u-bg-dark-gray .h2, .single-event .module--past-salons .badge-positioner .card.badge .h2, .module--past-salons .badge-positioner .single-event .card.badge .h2, .single-event .module--post-list .badge-positioner .card.badge .h2, .module--post-list .badge-positioner .single-event .card.badge .h2,
.single-event .card.u-bg-dark-gray .h3,
.single-event .module--past-salons .badge-positioner .card.badge .h3, .module--past-salons .badge-positioner
.single-event .card.badge .h3,
.single-event .module--post-list .badge-positioner .card.badge .h3, .module--post-list .badge-positioner
.single-event .card.badge .h3,
.single-event .card.u-bg-dark-gray h2,
.single-event .module--past-salons .badge-positioner .card.badge h2, .module--past-salons .badge-positioner
.single-event .card.badge h2,
.single-event .module--post-list .badge-positioner .card.badge h2, .module--post-list .badge-positioner
.single-event .card.badge h2,
.single-event .card.u-bg-dark-gray h3,
.single-event .module--past-salons .badge-positioner .card.badge h3, .module--past-salons .badge-positioner
.single-event .card.badge h3,
.single-event .module--post-list .badge-positioner .card.badge h3, .module--post-list .badge-positioner
.single-event .card.badge h3 {
  color: white !important; }

@media screen and (max-width: 768px) {
  .card-content h2,
  .card-content h3 {
    font-size: 3.5rem; } }

.module--carousel .card-content,
.module--events-upcoming-list .card-content {
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.card-content ul {
  list-style-type: disc;
  margin: 1rem 0;
  padding-left: 2rem; }
  .card-content ul li {
    text-align: left; }

[class*='u-bg-'] > .card-content {
  color: white; }
  [class*='u-bg-'] > .card-content h2, [class*='u-bg-'] > .card-content h3 {
    color: white; }
  [class*='u-bg-'] > .card-content a {
    color: #e74949; }
    [class*='u-bg-'] > .card-content a:hover {
      color: white; }

.card.u-bg-white > .card-content,
.card.u-bg-light-gray > .card-content,
.card.u-bg-tan > .card-content {
  color: #272727; }
  .card.u-bg-white > .card-content h2, .card.u-bg-white > .card-content h3, .card.u-bg-white > .card-content *,
  .card.u-bg-light-gray > .card-content h2,
  .card.u-bg-light-gray > .card-content h3,
  .card.u-bg-light-gray > .card-content *,
  .card.u-bg-tan > .card-content h2,
  .card.u-bg-tan > .card-content h3,
  .card.u-bg-tan > .card-content * {
    color: #272727; }
  .card.u-bg-white > .card-content a,
  .card.u-bg-light-gray > .card-content a,
  .card.u-bg-tan > .card-content a {
    color: #e74949; }
    .card.u-bg-white > .card-content a:hover,
    .card.u-bg-light-gray > .card-content a:hover,
    .card.u-bg-tan > .card-content a:hover {
      color: white; }
    .card.u-bg-white > .card-content a em, .card.u-bg-white > .card-content a blockquote,
    .card.u-bg-light-gray > .card-content a em,
    .card.u-bg-light-gray > .card-content a blockquote,
    .card.u-bg-tan > .card-content a em,
    .card.u-bg-tan > .card-content a blockquote {
      color: #e74949; }
      .card.u-bg-white > .card-content a em:hover, .card.u-bg-white > .card-content a blockquote:hover,
      .card.u-bg-light-gray > .card-content a em:hover,
      .card.u-bg-light-gray > .card-content a blockquote:hover,
      .card.u-bg-tan > .card-content a em:hover,
      .card.u-bg-tan > .card-content a blockquote:hover {
        color: white; }

.card.u-bg-dark-gray .card-content a, .module--past-salons .badge-positioner .card.badge .card-content a, .module--post-list .badge-positioner .card.badge .card-content a {
  color: #e74949; }
  .card.u-bg-dark-gray .card-content a:hover, .module--past-salons .badge-positioner .card.badge .card-content a:hover, .module--post-list .badge-positioner .card.badge .card-content a:hover {
    color: white; }
  .card.u-bg-dark-gray .card-content a em, .module--past-salons .badge-positioner .card.badge .card-content a em, .module--post-list .badge-positioner .card.badge .card-content a em, .card.u-bg-dark-gray .card-content a blockquote, .module--past-salons .badge-positioner .card.badge .card-content a blockquote, .module--post-list .badge-positioner .card.badge .card-content a blockquote {
    color: #e74949; }
    .card.u-bg-dark-gray .card-content a em:hover, .module--past-salons .badge-positioner .card.badge .card-content a em:hover, .module--post-list .badge-positioner .card.badge .card-content a em:hover, .card.u-bg-dark-gray .card-content a blockquote:hover, .module--past-salons .badge-positioner .card.badge .card-content a blockquote:hover, .module--post-list .badge-positioner .card.badge .card-content a blockquote:hover {
      color: white; }

.module--events-upcoming-inline .card-content,
.module--events-upcoming-list .card-content {
  color: white; }

.module--mediacollection .card-content {
  margin: 0 0 2rem 0; }

/* Customization */
.carousel-slide__content {
  position: relative; }
  .module--mediacollection .carousel-slide__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media screen and (min-width: 768px) {
      .module--mediacollection .carousel-slide__content {
        flex-direction: row;
        padding-left: 0;
        padding-right: 0; } }
  .carousel-slide__content .image-positioner {
    max-width: 49.5rem;
    width: 100%;
    padding-left: 4.5rem;
    z-index: 0; }
    .module--mediacollection .carousel-slide__content .image-positioner {
      order: 1;
      z-index: 0;
      padding-left: 0;
      padding-right: 0; }
      @media screen and (min-width: 768px) {
        .module--mediacollection .carousel-slide__content .image-positioner {
          padding-left: 4.5rem;
          padding-right: 0; } }
  .carousel-slide__content .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 60%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .module--carousel.module--mediacollection .carousel-slide__content .image {
      padding-bottom: 0;
      min-height: 24.75rem; }
      .module--carousel.module--mediacollection .carousel-slide__content .image.image--grayscale {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }

.slick-controls {
  position: absolute;
  top: 50%;
  font-size: 2rem; }
  .slick-controls.slick-prev {
    left: 4rem;
    visibility: hidden;
    margin-top: -2rem;
    -webkit-transform: translate3d(-100%, -50%, 0);
    -moz-transform: translate3d(-100%, -50%, 0);
    -ms-transform: translate3d(-100%, -50%, 0);
    -o-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0); }
    @media screen and (min-width: 768px) {
      .slick-controls.slick-prev {
        visibility: visible; } }
  .slick-controls.slick-next {
    right: 4rem;
    visibility: hidden;
    margin-top: -2rem;
    -webkit-transform: translate3d(100%, -50%, 0);
    -moz-transform: translate3d(100%, -50%, 0);
    -ms-transform: translate3d(100%, -50%, 0);
    -o-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0); }
    @media screen and (min-width: 768px) {
      .slick-controls.slick-next {
        visibility: visible; } }

.slick-slide:focus {
  outline: 0; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      text-indent: -9999px;
      overflow: hidden;
      height: 1rem;
      width: 1rem;
      line-height: 1;
      background: none;
      padding: 0;
      border: 1px solid white;
      border-radius: 50%; }
      .slick-dots li button:hover {
        border-color: #e74949; }
      .slick-dots li button:focus {
        outline: 0; }
    .slick-dots li.slick-active button {
      background-color: white; }
    .u-bg-white .slick-dots li button,
    .u-bg-light-gray .slick-dots li button,
    .u-bg-tan .slick-dots li button {
      border-color: #272727; }
    .u-bg-white .slick-dots li button:hover,
    .u-bg-light-gray .slick-dots li button:hover,
    .u-bg-tan .slick-dots li button:hover {
      border-color: #e74949; }
    .u-bg-white .slick-dots li.slick-active button,
    .u-bg-light-gray .slick-dots li.slick-active button,
    .u-bg-tan .slick-dots li.slick-active button {
      background-color: #272727; }
    .u-bg-red .slick-dots li button:hover, .badge-positioner .badge .slick-dots li button:hover {
      border-color: #272727; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.chart {
  padding-left: 2rem;
  padding-right: 2rem; }
  @media screen and (min-width: 768px) {
    .chart {
      padding-left: 4rem;
      padding-right: 4rem; } }

.chart-data {
  max-width: 20%;
  padding-left: .5rem;
  padding-right: .5rem; }
  @media screen and (min-width: 768px) {
    .chart-data {
      padding-left: 1rem;
      padding-right: 1rem; } }

.chart-data__key {
  text-align: center; }

.chart-data__value {
  position: relative;
  height: 320px; }
  .chart-data__value span {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #e74949; }

.dropdown {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .dropdown:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 768px) {
    :not(.module-column) > .dropdown {
      margin: 0 6rem; } }
  .module--faq .dropdown h5 {
    margin: 0; }

.dropdown__title {
  position: relative;
  cursor: pointer;
  padding: 0.5rem 1.75rem 0.5rem 0; }
  .dropdown__title:hover {
    color: #e74949; }

.dropdown__icon {
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  right: 0.38rem; }
  .dropdown__icon:before {
    content: '+'; }
  .dropdown.is-open .dropdown__icon:before {
    content: '-'; }

.dropdown__content {
  display: none;
  /*@extend .u-font-size-sm;*/
  opacity: 0; }
  .dropdown.is-open .dropdown__content {
    display: block; }
  .dropdown__content p:first-child {
    margin-top: 0; }

/* Basic Form Styles
 * ------------------------------------------- */
label {
  display: block;
  width: 100%;
  padding-bottom: 0.25em;
  margin-top: 0; }

.form-group {
  display: block;
  clear: both; }

.form-field {
  display: block;
  width: 100%;
  color: black;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  outline: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }
  .form-field:hover {
    color: #272727; }
  .form-field:focus {
    border-color: black;
    color: black;
    border-color: black; }
  .form-field::-webkit-input-placeholder {
    color: lightgray; }
  .form-field::-moz-placeholder {
    color: lightgray; }
  .form-field:-moz-placeholder {
    color: lightgray; }
  .form-field:-ms-input-placeholder {
    color: lightgray; }

.image-gallery-presentation {
  margin: 2rem 0; }
  @media screen and (min-width: 768px) {
    .image-gallery-presentation {
      margin: 4rem 0;
      padding: 0 4rem; } }

.image-gallery li {
  display: none;
  margin-bottom: 1.5rem; }
  .image-gallery li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%); }
    .image-gallery li a:hover {
      filter: grayscale(0%); }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #272727;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }
  @media screen and (min-width: 768px) {
    .lb-data .lb-details {
      width: 60%; } }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-closeContainer {
  position: fixed;
  top: 24px;
  right: 32px; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.logo g > * {
  fill: #252423; }

.logo:hover .flame > * {
  fill: #ee2f42; }

.logo:hover .pen > * {
  fill: #fbaf17; }

.flame.logo--active > * {
  fill: #ee2f42; }

.pen.logo--active > * {
  fill: #fbaf17; }

.header-logo {
  padding-bottom: 1rem;
  /*transition: all .25s cubic-bezier(1, 0, 0, 1) 150ms;*/
  transition: all 0.4s cubic-bezier(0.12, 0.94, 0.37, 1) 150ms; }
  .header-logo svg {
    width: 100%;
    position: relative; }
  .header-logo.menu--body {
    padding-top: 0; }
    body.home .header-logo.menu--body {
      padding-top: 0; }
      @media screen and (min-width: 768px) {
        body.home .header-logo.menu--body .side-nav {
          padding-top: 0; } }
  .masthead .header-logo .hbsc-logo {
    width: 12rem;
    height: 3.38rem;
    position: relative;
    transform: translateX(0%);
    transition: transform 0.35s cubic-bezier(0.12, 0.94, 0.37, 1) 0.25s, opacity 0.35s linear; }
  @media screen and (min-width: 768px) {
    .masthead .header-logo .hbsc-logo {
      width: 12rem;
      height: 3.38rem;
      position: relative;
      transform: translateX(0%);
      transition: transform 0.35s cubic-bezier(0.12, 0.94, 0.37, 1) 0.25s, opacity 0.35s linear; }
    .masthead--collapsed .header-logo {
      padding-bottom: 0;
      margin-bottom: 0;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1) 150ms; }
      .masthead--collapsed .header-logo .header-menu {
        margin-top: -3.38rem;
        transition: height 0.4s cubic-bezier(0.12, 0.94, 0.37, 1), opacity 0.2s linear; }
      .masthead--collapsed .header-logo .hbsc-logo {
        transform: translateX(-112.5%);
        transition: all 0.4s cubic-bezier(0.12, 0.94, 0.37, 1);
        /*transition: transform 100ms ease, top 300ms ease;
                transition-delay: 200ms;
                -webkit-transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
                -moz-transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
                -o-transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
                transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
                -webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
                -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
                -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
                transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
                animation-delay: 200ms;*/ }
      .masthead--collapsed .header-logo .logotype {
        opacity: 0;
        visibility: hidden;
        transition-delay: 400ms; } }

body.home .section__body .site-menu.menu--body .logotype, body.home .module__body .site-menu.menu--body .logotype {
  display: flex; }

@media screen and (min-width: 768px) {
  body.home .site-menu .logotype {
    display: none; } }

.masthead {
  background: #dddad5; }
  @media screen and (min-width: 768px) {
    .masthead {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 910;
      pointer-events: none;
      background: transparent; } }
  @media screen and (min-width: 768px) {
    .admin-bar .masthead {
      top: 46px; } }
  @media screen and (min-width: 783px) {
    .admin-bar .masthead {
      top: 32px; } }

/* Media
 * -----------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.module--entry figure {
  clear: both; }
  @media screen and (min-width: 768px) {
    .module--entry figure {
      margin-left: -6rem;
      margin-right: -21rem; } }

@media screen and (min-width: 768px) {
  figure figcaption {
    width: 20%;
    float: left; 
  } 
  body.single-post figure figcaption, body.page figure figcaption {
    width: auto;
    float: none; 
  }
}

@media screen and (min-width: 768px) {
  figure img {
    width: 80%; 
  } 
  body.page figure img, body.single-post figure img {
    width: auto;
  } 
}

body.single-post h3{
  clear: both;
} 

.wp-caption {
  max-width: 100%; }

.wp-caption-text {
  font-size: 0.75rem;
  color: gray; }

.alignright {
  float: right;
  margin: 1rem 0 1rem 1rem; }

.alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0; }

.aligncenter {
  max-width: 100%;
  margin: 1rem auto;
text-align: center; }

/* Responsive Media
 * -----------------------------------------------------------*/
[class*="responsive-media-"] {
  position: relative;
  height: 0;
  overflow: hidden; }
  [class*="responsive-media-"][class*="1x2"] {
    padding-top: 50%; }
  [class*="responsive-media-"][class*="16x9"] {
    padding-top: 56.25%; }
  [class*="responsive-media-"][class*="4x3"] {
    padding-top: 75%; }
  [class*="responsive-media-"][class*="1x1"] {
    padding-top: 100%; }
  [class*="responsive-media-"] iframe, [class*="responsive-media-"] video, [class*="responsive-media-"] object, [class*="responsive-media-"] img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }

/*.header-menu .menu-item.sub-menu-item-expanded,
.header-menu .menu-item.sub-menu-item-expanded.current-menu-parent,
.header-menu .menu-item.sub-menu-item-expanded.current_page_item {
    .sub-menu,
    .submenu.is-expanded {
        .menu-item.item--active,
        .menu-item.current-menu-item {
            @include display(block);
            border-top: 1px solid rgba(199, 196, 192, 1);
            height: auto;
            opacity: 1;
        }
    }
}*/
.header-menu .menu-item {
  border-top: 1px solid rgba(199, 196, 192, 0);
  height: 0rem;
  overflow: hidden;
  margin-top: -1px;
  transition: height 0.4s cubic-bezier(0.12, 0.94, 0.37, 1), opacity 0.2s linear;
  opacity: 0;
  /*&.current_page_item,
        &.current-menu-parent {
            @include display(block);
            border-top: 1px solid rgba(199, 196, 192, 1);
            height: auto;
            opacity: 1;
        }*/ }
  .header-menu .menu-item .sub-menu .menu-item.item--active,
  .header-menu .menu-item .sub-menu .menu-item.current-menu-item,
  .header-menu .menu-item .sub-menu .menu-item.current_page_item,
  .header-menu .menu-item .submenu.is-expanded .menu-item.item--active,
  .header-menu .menu-item .submenu.is-expanded .menu-item.current-menu-item,
  .header-menu .menu-item .submenu.is-expanded .menu-item.current_page_item {
    display: block;
    border-top: 1px solid #c7c4c0;
    height: auto;
    opacity: 1; }
  .header-menu .menu-item a {
    display: block;
    font-size: 0.88rem;
    text-transform: uppercase;
    color: #272727;
    margin: 0.38rem 0; }
    .header-menu .menu-item a:focus {
      color: #272727; }
  .header-menu .menu-item.sub-menu.is-expanded .menu-item {
    display: block;
    height: 2rem;
    border-top: 1px solid #c7c4c0;
    opacity: 1; }
  .header-menu .menu-item.current_page_item {
    display: block;
    height: auto;
    border-top: 1px solid #c7c4c0;
    opacity: 1; }

.sub-menu .menu-item {
  margin-top: 0; }
  .sub-menu .menu-item a {
    color: #a6a4a0; }
    .sub-menu .menu-item a:hover {
      color: #e74949; }

/*

.header-menu .menu-item.sub-menu-item-expanded .sub-menu .menu-item,
.header-menu .menu-item.sub-menu-item-expanded .sub-menu.is-expanded,
.site-menu.is-expanded .header-menu .menu-item.sub-menu-item-expanded .sub-menu.is-expanded {
    @include display(block);
    height: 2rem;
    border-top: 1px solid rgba(199, 196, 192, 1);
    opacity: 1;
}

.site-menu.is-expanded .menu-item.current-menu-parent,
.header-menu .menu-item.current-menu-parent {
    @include display(block);
    height: auto;
    border-top: 1px solid rgba(199, 196, 192, 1);
    opacity: 1;
}*/
.masthead .site-menu .header-menu .menu-item.current-menu-parent,
.masthead .site-menu .header-menu .menu-item.current-menu-parent .sub-menu.is-expanded .menu-item.current_page_item {
  display: block;
  border-top: 1px solid #c7c4c0;
  height: auto;
  opacity: 1; }

.masthead .site-menu .header-menu .menu-item.current-menu-parent .sub-menu.is-expanded .menu-item {
  display: block;
  border-top: 1px solid #c7c4c0;
  height: 2rem;
  opacity: 1; }
  

/* homepage refresh styles */
.u-bg-blue a{
  color: #fcaf00;
}
.u-bg-blue a:hover, .u-bg-blue a:focus, .u-bg-blue a:active {
  /*color: #898989;*/
  color: #ef3742;
}
body.home .site-content > .preface{
  max-height: 163px;
  overflow-y: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
body.home .site-content > .preface.open-wide{
  max-height: 800px;
  transition: max-height 1s ease-in-out;
}
#hamb{
  width: 350px;
  background-color: rgb(221,218,213);
  height: 50px;
  position: absolute;
  top: 85px;
  max-height: none;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0, 1, 0, 1);
}
#hamb span{
  display: block;
  float: left;
  clear: left;
  width: 20px;
  height: 4px;
  margin-bottom: 2px;
  position: relative;
  background: #000;
  border-radius: 1px;
  z-index: 1;
}
#hamb em{
  font-family: "Miller Text Bd", Georgia, serif;
  font-size: .88rem;
  display: block;
  width: 320px;
  font-style: normal;
  font-weight: bold;
  float: right;
  color: #000;
  text-transform: uppercase;
  margin-top: -1px;
}
body.home .site-content > .preface .preface-text{
  display: block !important;
}
body.home .site-content > .preface .preface-text p:nth-child(2){
  opacity: 0;
}
#intro_brev{
  width: 100%;
  min-width: 100%;
  display: block;
  /*word-spacing: 4em;*/
  padding-bottom: 2.4rem;
  /*margin-top: -2rem;*/
  position: absolute;
  z-index: 10;
  top: 1.2rem;
  max-height: auto;
  opacity: 1;
  visibility: visible;
  /*transition: opacity 0.5s cubic-bezier(0, 1, 0, 1);*/
}
#hamb.hidden{
  max-height: 0px;
  overflow-y: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.preface-text.to-full #intro_brev{
  opacity: 0;
  visibility: hidden;
  transition: visibility .5s, opacity .5s ease-in-out;
}
body.home .site-content > .preface .preface-text.to-full p:nth-child(2){
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
#intro_brev a{
  display: inline-block;
  width: 18%;
  font-family: "Miller Text Rom", Georgia, serif;
  font-size: 2rem;
  color: #000;
  font-style: italic;
  background-color: rgb(221,218,213);
}
#intro_brev a:nth-child(1){
  text-align: left;
}
#intro_brev a:nth-child(2){
  text-align: center;
}
#intro_brev a:nth-child(3){
  text-align: right;
}
#intro_brev a:hover{
  color: rgb(271,73,73);
}
.logo-lit .logo .flame > * {
  fill: #ee2f42;
}
.logo-lit .logo .pen > * {
  fill: #fbaf17;
}
a#nav_closer{
  display: block;
  position: absolute;
  margin-top: .8rem;
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid black;
}
div#n2-ss-2 .nextend-arrow{
  background: rgba(0,0,0,.08);
  border-radius: 8px;
  width: 80px;
}
div#n2-ss-2 .nextend-arrow img {
	width: 96px !important;
  height: 96px !important;
	opacity: .8;
  transition: opacity .4s ease-in-out;
  margin-left: -12px;
}
div#n2-ss-2 .nextend-arrow img:hover {
	width: 96px !important;
  height: 96px !important;
	opacity: 1;
}
div#n2-ss-2 .nextend-arrow-previous img {
  content: url(../images/icons8-chevron-left-96.png);
  background-image: url(../images/icons8-chevron-left-96.png);
  background-repeat: no-repeat;
  background-size: auto;
  height: 96px;
  width: 96px;
}
div#n2-ss-2 .nextend-arrow-next img {
  content: url(../images/icons8-chevron-right-96.png);
  background-image: url(../images/icons8-chevron-right-96.png);
  background-repeat: no-repeat;
  background-size: auto;
  height: 96px;
  width: 96px;
}
div#n2-ss-2 .n2-ss-button-container a div {
  font-family: "Miller Text Rom", Georgia, serif !important;
}
.n2-ss-button-container a{
  transition: border .2s;
}
.n2-ss-button-container a div{
  transition: color .1s;
}
.n2-ss-button-container a:hover{
  border: 1px solid #e74949 !important; 
}
.n2-ss-button-container a:hover div{
  color: #e74949 !important; 
}
body.home section.life-links-section ul.life-link-target li{
  display: flex;
  align-items: center;
  justify-content:center;
  width: 33%;
  float: left;
  height: 14em;
  padding: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* homepage refresh mobile and widescreen */
@media screen and (max-width: 1060px) {
  #intro_brev a{
    width: 15%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 850px) {
  #intro_brev a{
    width: 13%;
    font-size: 1.4rem;
  }
  body.home .site-content > .preface .preface-text.to-full p:nth-child(2){
    font-size: 1.4rem;
  }
  body.home .preface-text{
    max-height: 391px !important;
  }
  body.home section.life-links-section ul.life-link-target li{
    height: 8em;
  } 
  body.home section.life-links-section ul.life-link-target li span.h2{
    font-size: 1.5rem !important;
  }
  body.home section.life-links-section ul.life-link-target li span.h3{
    font-size: 1.8rem !important;
  }
  body.home section.life-links-section ul.life-link-target{
    margin-top: -2em;
  }
  body.home section.life-links-section .module__footer{
    clear: both;
    padding-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  #intro_brev{
    display: none;
  }
  body.home .site-content > .preface .preface-text p:nth-child(2){
    opacity: 1 !important;
    font-size: 1.2rem;
  }
  body.home .site-content > .preface .section__body{
    margin-top: 1em;
  }
  #site-mobile-menu-toggle{
    top: 32px !important;
  }
  body.home .site-content > .preface {
    max-height: none;
  }
}
@media screen and (min-width: 1500px) {
  #hamb{
    top: 93px;
  }
  body.home .site-content > .preface{
    max-height: 173px;
  }
  .n2-ss-layer-with-background.n2-ss-layer-content{
    font-size: 1.3em;
  }
  .n2-ss-layer-with-background.n2-ss-layer-content .n2-ss-button-container{
    font-size: .75em;
  }
}
/* end homepage refresh mobile and widescreen */

.modal-active .modal-overlay {
  display: block; }

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center; }

.modal {
  position: relative;
  background-color: #dddad5; }

.modal-content {
  display: flex; }

.modal_item {
  flex-grow: 1; }
  .modal_item a {
    color: #272727;
    transition: none; }
    .modal_item a:hover {
      color: #e74949; }
    .modal_item a span {
      transition: none; }
  .modal_item input {
    width: 100%; }
    .modal_item input:focus {
      outline: none; }

.close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem; }
  .close-modal a:hover path {
    fill: #e74949; }
  .close-modal svg {
    width: 100%; }
    .close-modal svg path {
      fill: #272727; }

/**
 * Module Parts
 */
.module {
  /*@include media($md)
    {
        padding-bottom: 8rem;
    }*/ }
  .module.has-image {
    padding-top: 0 !important; }
  @media screen and (min-width: 768px) {
    .module.module--events-upcoming-list, .module.module--events-upcoming-inline, .module.module--participant, .module.module--entry, .module.module--basic {
      padding-bottom: 4rem; } }
  .module.module--events-upcoming-inline, .module.module--participant {
    /*margin-bottom: -4rem;*/ }

.module__image {
  background-size: cover;
  background-position: center;
  height: 18rem; }
  @media screen and (min-width: 768px) {
    .module__image {
      height: 28rem; } }

.module--entry .module__content {
  display: block; }

.module--hero .module__content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 100%;
  /*height: 100%;*
            Does weird spacing on mobile & desktop
        */ }
  @media screen and (min-width: 768px) {
    .module--hero .module__content {
      top: 0;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }

@media screen and (min-width: 768px) {
  body.home .module__body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; } }

.module--video .module__body {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: flex;
  margin-top: 0; }

.module--entry .module__body {
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .module--entry .module__body {
      width: auto;
      margin-right: 15rem;
      padding-left: 6rem;
      padding-right: 6rem; } }

.module--gallery .module__body {
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .module--gallery .module__body {
      width: auto;
      margin-right: 15rem; } }

@media screen and (min-width: 768px) {
  .module__body.event--discussion-leaders {
    margin-bottom: -4rem; } }

.module--carousel .module__body {
  max-width: 100%;
  width: 100%; }

.module--calendar .module__body,
.module--post-list .module__body,
.module--participant .module__body {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .module--calendar .module__body,
    .module--post-list .module__body,
    .module--participant .module__body {
      flex-direction: row; } }

.module--events-upcoming-inline .module__body,
.module--past-salons .module__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (min-width: 768px) {
    .module--events-upcoming-inline .module__body,
    .module--past-salons .module__body {
      flex-direction: row;
      -webkit-box-pack: distribute;
      -moz-box-pack: distribute;
      box-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: distribute; } }

.module--posts .module__body .post--image {
  display: block;
  height: 14rem;
  width: 25rem;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  .module--posts .module__body .post--image.has--no-image {
    height: 0;
    display: none; }
    @media screen and (min-width: 768px) {
      .module--posts .module__body .post--image.has--no-image {
        display: block; } }

.module--posts .module__body .post--content {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .module--posts .module__body .post--content {
      margin-left: 2rem; }
      .module--posts .module__body .category-blog .post--content {
      margin-left: 0rem; margin-right: 2rem; }
      #center_glyph{
          display: block;
          font-family: "RamaSlabM-Bold", "Helvetica", Arial, sans-serif;
          color: rgb(221, 218, 213);
          text-shadow: rgba(0, 0, 0, 0.05) 0px 0px 6px 0px;
          width: 99%;
          position: absolute;
          top: .1rem;
          left: 0;
          right: 0;
          text-align: center;
          font-size: 10rem;
        }
      }
    @media screen and (max-width: 767px) {
      #center_glyph{
        display: none;
      }
    }
  .module--posts .module__body .post--content.has--no-image h5 {
    margin-top: 0; }
  .module--posts .module__body .post--content h5 {
    margin-top: 1rem;
    font-size: 1.2rem; }
    @media screen and (min-width: 768px) {
      .module--posts .module__body .post--content h5 {
        margin-top: 0rem; } }
    .module--posts .module__body .post--content h5 a {
      color: inherit; }
  .module--posts .module__body .post--content header {
    margin-bottom: 0.6rem; }

.module--posts .module__body .type-post {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .module--posts .module__body .type-post {
      flex-direction: row; } }

@media screen and (min-width: 768px) {
  .module--calendar .module__body {
    min-height: 21.5rem; } }

.module__sidebar > p:first-child {
  margin-top: 0; }

.module__sidebar .sidebar {
  border: 1px solid #d8d8d8; }
  .module__sidebar .sidebar p:first-of-type {
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .module__sidebar {
    width: 15rem;
    float: right; } }

@media screen and (min-width: 768px) {
  .module--gallery .module__sidebar {
    padding-top: 3.5rem; } }

.module__content .module__footer {
  margin-bottom: 0; }

.module--past-salons .module__footer,
.module--participant .module__footer {
  margin-top: 0; }

.module--entry .module__footer {
  width: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .module--entry .module__footer {
      margin-right: 15rem;
      padding-left: 6rem;
      padding-right: 6rem; } }

/**
 * Module Elements
 */
.module-row {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.module-column {
  flex: 1 0 25%;
  padding: 0 0.5rem;
  margin: 1rem 0; }

/**
 * Module Types
 */
.module--hero {
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .module--hero {
      background-size: cover;
      background-position: center center; } }
  .module--hero .section__content,
  .module--hero .module__content {
    min-height: 22.5rem; }
    @media screen and (min-width: 768px) {
      .module--hero .section__content,
      .module--hero .module__content {
        min-height: 45rem; } }

.preface {
  padding-top: 2rem; }
  @media screen and (min-width: 768px) {
    .preface {
      /*padding-top: rem(190);*/ } }

[class*='u-bg-'] .preface-text {
  color: #dddad5; }

.u-bg-white .preface-text,
.u-bg-light-gray .preface-text,
.u-bg-tan .preface-text {
  color: #272727; }

@media screen and (min-width: 768px) {
  .preface-text {
    margin: 0 6rem; } }

.preface-text ul {
  list-style-type: disc;
  margin: 1rem 0;
  padding-left: 2rem; }

.preface-button {
  width: 15rem;
  margin: 0.5rem; }
  .preface-button .button {
    display: block;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    display: flex; }
    .preface-button .button span {
      margin: auto;
      line-height: initial; }

.section, .module {
  overflow: hidden; }
  .section .page .section, .module .page .section, .section .page .module, .module .page .module {
    padding: 0; }

.site-content .page-content section:first-child {
  padding-top: 4rem; }

.site-content section:first-child {
  padding-top: 4rem; }
  @media screen and (min-width: 768px) {
    .site-content section:first-child {
      padding-top: 13rem; } }

@media screen and (min-width: 768px) {
  body.home .section__body, body.home .module__body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; } }

@media screen and (min-width: 768px) {
  .section__body, .module__body {
    margin-top: 0; } }

.section__content .section__footer, .section__content .module__footer {
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .preface .section__footer, .preface .module__footer {
    margin-left: 6rem;
    margin-right: 6rem; } }

/**
 * Section Elements
 */
.section-title, .module-title, .card-title {
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: .2rem;
  color: #272727;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  word-wrap: break-word; }
  [class*='u-bg-'] .section-title, [class*='u-bg-'] .module-title, [class*='u-bg-'] .card-title {
    color: #dddad5;
    border-color: rgba(255, 255, 255, 0.15); }
  .u-bg-white .section-title, .u-bg-white .module-title, .u-bg-white .card-title,
  .u-bg-light-gray .section-title,
  .u-bg-light-gray .module-title,
  .u-bg-light-gray .card-title,
  .u-bg-tan .section-title,
  .u-bg-tan .module-title,
  .u-bg-tan .card-title {
    color: #272727;
    border-color: rgba(0, 0, 0, 0.15); }

.b-select, .gform_wrapper select {
  -webkit-appearance: none;
  border-radius: 0;
  min-height: 38px;
  border: 1px solid #DDDAD5;
  color: #595959;
  padding: 0 0.5rem;
  width: 100%;
  background-color: #FFFFFF;
  background-image: url(../images/caret-down@2x.png);
  background-size: 20px 14px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  cursor: pointer; }

/* Tables
 * -----------------------------------------------------------*/
table {
  background-color: transparent;
  margin: 2rem 0; }

caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: lightgray; }

.table, table {
  width: 100%;
  max-width: 100%; }
  .table > thead > tr > th, table > thead > tr > th,
  .table > thead > tr > td, table > thead > tr > td,
  .table > tbody > tr > th, table > tbody > tr > th,
  .table > tbody > tr > td, table > tbody > tr > td,
  .table > tfoot > tr > th, table > tfoot > tr > th,
  .table > tfoot > tr > td, table > tfoot > tr > td {
    padding: 0.5em 0;
    vertical-align: middle; }
    .table > thead > tr > th:first-child, table > thead > tr > th:first-child,
    .table > thead > tr > td:first-child, table > thead > tr > td:first-child,
    .table > tbody > tr > th:first-child, table > tbody > tr > th:first-child,
    .table > tbody > tr > td:first-child, table > tbody > tr > td:first-child,
    .table > tfoot > tr > th:first-child, table > tfoot > tr > th:first-child,
    .table > tfoot > tr > td:first-child, table > tfoot > tr > td:first-child {
      padding-left: 0; }
    .table > thead > tr > th > *:first-child, table > thead > tr > th > *:first-child,
    .table > thead > tr > td > *:first-child, table > thead > tr > td > *:first-child,
    .table > tbody > tr > th > *:first-child, table > tbody > tr > th > *:first-child,
    .table > tbody > tr > td > *:first-child, table > tbody > tr > td > *:first-child,
    .table > tfoot > tr > th > *:first-child, table > tfoot > tr > th > *:first-child,
    .table > tfoot > tr > td > *:first-child, table > tfoot > tr > td > *:first-child {
      margin-top: 0; }
  .table > thead > tr > th, table > thead > tr > th {
    vertical-align: bottom; }
  .table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td, table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table .table, table .table, .table table, table table {
    background-color: transparent; }

.table--ruled > thead > tr, table > thead > tr,
.table--ruled > tbody > tr, table > tbody > tr,
.table--ruled > tfoot > tr, table > tfoot > tr {
  border-bottom: 1px solid #d8d8d8; }

.table--bordered {
  border: 1px solid #d8d8d8; }
  .table--bordered > thead > tr > th,
  .table--bordered > thead > tr > td,
  .table--bordered > tbody > tr > th,
  .table--bordered > tbody > tr > td,
  .table--bordered > tfoot > tr > th,
  .table--bordered > tfoot > tr > td {
    border: 1px solid #d8d8d8;
    padding: 0.5em; }
  .table--bordered > thead > tr > th,
  .table--bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table--striped > thead > tr > th,
.table--striped > thead > tr > td,
.table--striped > tbody > tr > th,
.table--striped > tbody > tr > td,
.table--striped > tfoot > tr > th,
.table--striped > tfoot > tr > td {
  padding: 1em; }
  .table--striped > thead > tr > th:first-child,
  .table--striped > thead > tr > td:first-child,
  .table--striped > tbody > tr > th:first-child,
  .table--striped > tbody > tr > td:first-child,
  .table--striped > tfoot > tr > th:first-child,
  .table--striped > tfoot > tr > td:first-child {
    padding-left: 1em; }

.table--striped > tbody > tr:nth-of-type(odd) {
  background-color: gray; }

.table--hover > tbody > tr:hover {
  background-color: gray; }

.comments--thread {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .comments--thread {
      width: 70%;
      margin: 0 auto; } }

.event--upcoming-item.event--hover .image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.event--upcoming-item.event--hover .card-button a {
  color: white !important;
  border-color: white !important; }

.event--upcoming-item .image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.event--upcoming-item .card-button a {
  color: #e74949 !important;
  border-color: #e74949 !important;
  cursor: pointer; }

.event--upcoming-item {
  margin-bottom: 4rem;
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .event--upcoming-item {
      overflow: initial;
      margin-bottom: 0rem; } }
  .module--events-upcoming-inline .event--upcoming-item {
    margin-bottom: 4rem;
    overflow: hidden;
    width: 100%;
    max-width: 30rem; }

.event--past-salon-item {
  width: 100%;
  margin-bottom: 4rem;
  max-width: 30rem; }
  .event--past-salon-item.item--sortby-active:last-child {
    margin-bottom: 0rem; }
  @media screen and (min-width: 768px) {
    .event--past-salon-item {
      width: 46%;
      min-width: 26rem; } }
  .event--past-salon-item.event--hover .image-positioner .image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.event--past-salon-item.event--hover .image,
.gray--hover .image,
.gray--hover .item--image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .3s ease; }

.image,
.gray--hover .image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all .3s ease; }

.event--past-salon__content {
  position: relative; }
  @media screen and (min-width: 500px) {
    .event--past-salon__content .image-positioner {
      margin-left: 4rem; } }
  .event--past-salon__content .image-positioner .image {
    min-height: 20rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .event--hover .event--past-salon__content .image-positioner .image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.event--upcoming__content {
  position: relative; }
  @media screen and (min-width: 768px) {
    .module--events-upcoming-inline .event--upcoming__content {
      /*display: flex;*/ } }
  .event--upcoming__content .image-positioner {
    width: 100%;
    z-index: 0;
    position: relative; }
    .event--upcoming-item-right .event--upcoming__content .image-positioner {
      width: 100%;
      margin-left: -1.6rem; }
      @media screen and (min-width: 768px) {
        .event--upcoming-item-right .event--upcoming__content .image-positioner {
          padding-right: 18rem;
          margin-left: 0; } }
    .event--upcoming-item-left .event--upcoming__content .image-positioner {
      width: 100%;
      margin-left: 1.6rem; }
      @media screen and (min-width: 768px) {
        .event--upcoming-item-left .event--upcoming__content .image-positioner {
          padding-left: 18rem;
          margin-left: 0; } }
  .event--upcoming__content .image {
    background-size: cover;
    background-position: center;
    min-height: 30.75rem; }

.event--upcoming-item-right {
  padding-right: 0; }
  .event--upcoming-item-right:last-child {
    margin-bottom: 0rem; }
  @media screen and (min-width: 768px) {
    .event--upcoming-item-right {
      margin-bottom: 8rem;
      padding-bottom: 5rem;
      padding-right: 4rem; }
      .event--upcoming-item-right:last-child {
        margin-bottom: 0rem; } }

.event--upcoming-item-left {
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    .event--upcoming-item-left {
      padding-left: 4rem;
      margin-bottom: 8rem;
      padding-bottom: 5rem; } }
  .event--upcoming-item-left:last-child {
    margin-bottom: 0rem; }

.event--discussion-leaders {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .event--discussion-leaders {
      flex-direction: row; } }
  .event--discussion-leaders .discussion-leader {
    overflow: hidden;
    width: 100%;
    max-width: 26rem;
    margin-bottom: 6rem;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .event--discussion-leaders .discussion-leader .image {
      background-size: cover;
      background-position: center;
      padding-bottom: 80%; }
    .event--discussion-leaders .discussion-leader .h2,
    .event--discussion-leaders .discussion-leader .h3 {
      font-size: 3.5rem; }
    .event--discussion-leaders .discussion-leader a {
      color: #272727; }

.discussion-leader-name a {
  color: #000000; }

.participant--item {
  margin-bottom: 6rem;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .single-participant .participant--item,
  .single-student_participant .participant--item {
    max-width: 100%;
    flex: 1; }
    .single-participant .participant--item .participant--image,
    .single-student_participant .participant--item .participant--image {
      max-width: 26rem;
      margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .participant--item {
      flex: 0 0 30%;
      min-width: 18rem; } }
  .participant--item .participant--name {
    margin-bottom: 1rem; }
  .participant--item .participant--winner {
    background-color: #daa520;
    position: relative;
    z-index: 18;
    max-width: 16rem;
    width: 68%;
    margin: 0 auto;
    padding: 1rem 2rem;
    text-align: center;
    margin-top: -1.8rem;
    letter-spacing: .1rem;
    font-weight: bold;
    color: white; }
  .participant--item .participant--image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 22rem;
    filter: grayscale(100%); }
    .participant--item .participant--image:hover {
      filter: grayscale(0%); }
    @media screen and (min-width: 768px) {
      .participant--item .participant--image {
        min-height: 16rem; } }
  .participant--item .participant--text {
    padding-top: 1.6rem;
    text-align: center; }
    .u-bg-blue .participant--item .participant--text {
      color: white; }
    .participant--item .participant--text .topic {
      font-style: italic; }
    .participant--item .participant--text .entry--title {
      font-size: 2rem; }

.submissions--steps {
  margin-left: .8rem;
  margin-right: 1rem; }
  .submissions--steps .submissions--step {
    font-size: 1rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 1px solid #d8d8d8; }
    .submissions--steps .submissions--step:last-child {
      border-left: none;
      padding-bottom: 0; }
  .submissions--steps .submissions--step.step--inactive .submissions--step-text {
    color: #d8d8d8; }
  .submissions--steps .submissions--step.step--inactive .submissions--step-marker .step--marker,
  .submissions--steps .submissions--step.step--inactive .submissions--step-marker .step--marker-inner {
    background-color: #d8d8d8; }
  .submissions--steps .submissions--step.step--active .submissions--step-text {
    color: #e74949; }
  .submissions--steps .submissions--step.step--active .submissions--step-marker .step--marker {
    background-color: white; }
  .submissions--steps .submissions--step.step--active .submissions--step-marker .step--marker-inner {
    background-color: #e74949; }
  .submissions--steps .submissions--step-marker {
    display: flex;
    flex: 0 0 2.4rem; }
    .submissions--steps .submissions--step-marker .step--marker {
      width: 28px;
      height: 28px;
      background-color: white;
      border: 1px solid #d8d8d8;
      border-radius: 32px;
      margin-left: -14px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .submissions--steps .submissions--step-marker .step--marker-inner {
      width: 20px;
      height: 20px;
      border-radius: 28px;
      display: block; }
  .submissions--steps .submissions--step-text {
    display: flex;
    flex: 1 1 75%;
    flex-direction: column;
    flex-wrap: wrap;
    color: black; }

.btn--sortby.btn--sortby-active {
  color: #e74949;
  border-color: #e74949; }

.item--sortby {
  display: none; }
  .item--sortby.item--sortby-active {
    display: block; }

.post--list-aside {
  flex: 0 0 100%;
  margin-bottom: 4rem;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center; }
  @media screen and (min-width: 768px) {
    .post--list-aside {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      align-self: flex-start;
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .module--post-list .post--list-aside {
      flex: 0 0 20vw;
      margin-bottom: 0; } }

.post--list-sortby {
  margin-bottom: 1.6rem; }
  .post--list-sortby a {
    display: block;
    margin-bottom: .2rem;
    font-size: 1rem; }

.module--post-list .post--list {
  flex: 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative; }
  @media screen and (min-width: 768px) {
    .module--post-list .post--list {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      flex: 0 0 72vw; } }

.post--list-item {
  position: relative;
  border: transparent;
  margin-bottom: 4rem;
  overflow: hidden;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: none; }
  .post--list-item.item--sortby-active {
    display: block; }
  @media screen and (min-width: 768px) {
    .post--list-item {
      flex: 0 0 44%;
      min-width: 20rem; } }
  .post--list-item .post--item-title {
    width: 100%;
    font-size: 1rem;
    letter-spacing: .1em;
    color: #272727;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    word-wrap: break-word;
    padding: .4rem 0 .8rem 0;
    text-align: center;
    margin-bottom: 1.6rem; }
  .post--list-item .post--title {
    text-align: center; }
    .post--list-item .post--title a {
      text-align: center;
      font-size: 1.6rem;
      color: #272727;
      display: block;
      line-height: 1.1; }
  .post--list-item .post--taxonomies {
    display: none; }
  .post--list-item .post--item-content {
    padding: 3rem 1.6rem 1.6rem 1.6rem;
    margin-top: -2rem; }
  .post--list-item .image-positioner {
    width: 100%; }
    .post--list-item .image-positioner .image {
      min-height: 10rem;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

.post--list-terms .post--term-item {
  color: #898989;
  margin: 0.38rem 0;
  font-size: 1rem; }
  .post--list-terms .post--term-item span {
    color: gray;
    font-size: .9rem;
    transition: color .275s; }
  .post--list-terms .post--term-item.post--term-checked span {
    transition: color .275s;
    color: black; }
  .post--list-terms .post--term-item input[type="checkbox"] {
    margin: 0 0.5rem 0 0; }

.events--calendar-aside div.zabuto_calendar {
  margin-bottom: 2rem; }

div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
  background-color: #e74949;
  color: #ffffff;
  text-shadow: none;
  border: 0px solid;
  border-radius: 18px;
  padding: 3px 9px; }
  .events--calendar-aside div.zabuto_calendar .badge-today, .events--calendar-aside
  div.zabuto_calendar div.legend span.badge-today {
    background-color: #e74949; }

.events--calendar-aside {
  position: relative;
  width: 100%;
  margin-bottom: 4rem; }
  @media screen and (min-width: 768px) {
    .module--calendar .events--calendar-aside {
      width: 30%;
      margin-bottom: 0; } }
  .events--calendar-aside .events--aside-calendar-terms {
    width: 100%;
    max-width: 26rem;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .events--calendar-aside .events--aside-calendar-terms {
        margin: 0;
        position: fixed;
        transform: translateY(0rem);
        transition: transform 0.25s cubic-bezier(1, 0, 0, 1) 150ms;
        width: 20.25rem;
        height: 21.5rem;
        max-width: 30%; }
        .events--calendar-aside .events--aside-calendar-terms.at-bottom {
          max-width: none;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; } }

.calendar--events-list {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .module--calendar .calendar--events-list {
      width: 60%; } }

.calendar--event-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  border: 1px solid #a6a4a0;
  transition: all .3s ease;
  margin-top: -1px; }
  .calendar--event-item.event--firstofmonth {
    margin-top: 8px; }
  .calendar--event-item.item--sortby-active {
    display: block; }
  .calendar--event-item:hover {
    background-color: #e74949;
    border-color: #e74949;
    cursor: pointer; }
  .calendar--event-item .event--date {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    align-self: center;
    height: 9rem;
    min-width: 6rem;
    padding: 1.8rem;
    transition: color .3s ease; }
    .calendar--event-item:hover .event--date {
      color: white;
      transition: color .3s ease; }
    .calendar--event-item .event--date .h2 {
      transition: color .3s ease; }
      .calendar--event-item:hover .event--date .h2 {
        transition: color .3s ease;
        color: white !important; }
    @media screen and (min-width: 768px) {
      .calendar--event-item .event--date {
        min-width: 9rem; } }
  .calendar--event-item .event--content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    flex: 1 1 80%;
    padding: 1rem; }
    .calendar--event-item .event--content .event--title {
      line-height: 1;
      padding-bottom: .6rem; }
      .calendar--event-item .event--content .event--title a {
        font-family: RamaGothicE-Heavy;
        text-transform: uppercase;
        font-size: 2rem;
        text-decoration: none;
        color: black;
        line-height: 1;
        transition: color .3s ease; }
        .calendar--event-item:hover .event--content .event--title a {
          transition: color .3s ease;
          color: white; }
        .calendar--event-item .event--content .event--title a:hover {
          /*text-decoration: underline;
                    color: $dark-gray*/ }
    .calendar--event-item .event--content .event--taxonomies,
    .calendar--event-item .event--content .event--details {
      font-family: "Miller Text Rom", Georgia, serif;
      font-style: Normal;
      font-weight: Normal;
      font-size: 1rem;
      transition: color .3s ease; }
      .calendar--event-item:hover .event--content .event--taxonomies, .calendar--event-item:hover .event--content .event--details {
        transition: color .3s ease;
        color: white; }
    .calendar--event-item .event--content .event--taxonomies {
      font-weight: bold; }

.events--calendar-terms {
  padding-left: 8px; }
  .events--calendar-terms .calendar--term-item {
    color: gray;
    margin: 0.38rem 0;
    font-size: 1rem; }
    .events--calendar-terms .calendar--term-item span {
      color: gray;
      font-size: .9rem;
      transition: color .275s; }
    .events--calendar-terms .calendar--term-item.calendar--term-checked span {
      transition: color .275s;
      color: black; }
    .events--calendar-terms .calendar--term-item input[type="checkbox"] {
      margin: 0 0.5rem 0 0; }

.error-404 .card {
  max-width: 720px; }

@media screen and (min-width: 768px) {
  .error-404 h1 {
    font-size: 10rem; } }

.error-404 h3 {
  color: #898989;
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .error-404 h3 {
      font-size: 3rem;
      padding: 0 6rem; } }

.error-404 p {
  text-align: center;
  color: #f0efed;
  margin-top: 3rem; }

.error-404 .useful-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem; }
  .error-404 .useful-links li {
    flex-basis: 100%; }
    @media screen and (min-width: 768px) {
      .error-404 .useful-links li {
        flex-basis: 47.5%; } }
    .error-404 .useful-links li a {
      width: 100%; }

.site-footer a {
  color: white; }
  .site-footer a:hover {
    color: #e74949; }

.site-footer input[type="text"],
.site-footer input[type="email"] {
  padding: .375rem; }
  .site-footer input[type="text"]:focus,
  .site-footer input[type="email"]:focus {
    outline: 0; }

.footer-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer-row + .footer-row {
    border-top: 1px solid rgba(255, 255, 255, 0.15); }

.footer-column {
  flex: 0 100%;
  color: white;
  text-align: center; }
  .footer-column.footer-social ul.social {
    margin: 1rem 0; }
  @media screen and (min-width: 768px) {
    .footer-column {
      flex: 1 0 50%;
      text-align: left; }
      .footer-column.footer-social {
        flex: 1 0 auto; } }

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .footer-nav {
      margin-top: 0;
      flex-direction: row; } }
  .footer-nav .footer-nav-menu-col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 2rem; }
    .footer-nav .footer-nav-menu-col a {
      text-align: center; }
    @media screen and (min-width: 768px) {
      .footer-nav .footer-nav-menu-col {
        flex: auto; }
        .footer-nav .footer-nav-menu-col a {
          text-align: left; } }

.footer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer-menu .menu-item {
    flex: 0 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer-menu .menu-item {
        flex: 1 0 33.33333%;
        text-align: left; }
        .footer-menu .menu-item:nth-child(2n) {
          flex: 1 0 66.66667%; } }

.social__item {
  display: inline-block; }
  .social__item a {
    display: block;
    font-size: 1.5rem; }

@media screen and (min-width: 768px) {
  .newsletter {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 auto;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; } }

@media screen and (min-width: 768px) {
  .newsletter .newsletter--label {
    display: flex;
    flex: 0 0 30%;
    align-self: center; } }

.copyright {
  font-size: .8rem; }

.site-footer a.icon-facebook:hover {
  color: #3B5998; }

.site-footer a.icon-twitter:hover {
  color: #00aced; }

.site-footer a.icon-youtuve:hover {
  color: #CD201F; }

body.home .preface {
  padding-top: 0; }
  @media screen and (min-width: 768px) {
    body.home .preface {
      padding-top: 3rem !important;
      padding-bottom: 1.5rem; } }

body.home .preface-text {
  text-align: left; }
  body.home .preface-text p {
    margin-top: 0; }
  body.home .preface-text a {
    color: #272727; }
    body.home .preface-text a:hover {
      color: #e74949; }
  @media screen and (min-width: 768px) {
    body.home .preface-text {
      margin: 0;
      display: flex;
      flex: 1;
      padding-left: 2rem;
      padding-top: 0; } }

@media screen and (min-width: 768px) {
  body.home .card-content .h2, body.home .card-content h2, body.home .card-content h3, body.home .card-content .h3 {
    font-size: 5.5rem; } }

body.home .card-content .life-links-section .module__body ul {
  padding-left: 0;
  padding-bottom: 1rem;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 768px) {
    body.home .card-content .life-links-section .module__body ul {
      width: 60%; } }

.site-header {
	padding: 0.38rem 0;
	pointer-events: initial;
	position: relative;
}

.site-header .open--hours {
  width: 100%;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 768px) {
    .site-header .open--hours {
      position: absolute;
      top: 0;
      left: 0; } }

.site-header__content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #dddad5; }
  @media screen and (min-width: 768px) {
    .site-header__content {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  .site-header__content .u-display-block-md, .site-header__content .site-menu-toggle {
    z-index: 10; }

.site-nav {
  padding-bottom: 0.4rem;
  padding-right: 6rem;
  position: relative;
  display: inline-block;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    body.home .masterhead.masterhead--collapsed .site-nav {
      padding-top: 1rem; } }
  @media screen and (min-width: 768px) {
    body.home .masterhead .section__body .site-menu.menu--body .site-nav, body.home .masterhead .module__body .site-menu.menu--body .site-nav,
    .site-menu.menu--body .site-nav {
      padding-top: 0rem; } }
  .site-nav ul {
    margin: 0;
    list-style: none; }
  @media screen and (min-width: 768px) {
    .site-nav {
      padding-right: 3rem; } }

.site-menu {
  position: relative;
  background: #dddad5;
  pointer-events: auto;
  padding: 0 0 0 2rem;
  transition: all 0.4s cubic-bezier(0.12, 0.94, 0.37, 1);
  transform: translateX(0%);
  min-height: 5.75rem;
  overflow: hidden;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.05);
  /*border: 1px solid rgba(0, 0, 0, 0.05);*/ }
  @media screen and (min-width: 768px) {
    .site-menu {
      /*max-width: rem(384);*/
      padding-left: 9rem;
      display: inline-block; }
      .site-menu::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 11vw;
        z-index: 0;
        background: #dddad5; } }
  .site-menu.menu--body {
    display: none; }
    @media screen and (min-width: 768px) {
      .site-menu.menu--body {
        display: flex;
        flex: 0 1 1;
        box-shadow: none;
        padding-left: 0;
        overflow: initial;
        padding-top: 0rem; } }
  @media screen and (min-width: 768px) {
    body.home .masthead .site-menu,
    body.menu--no-current-page-item .masthead .site-menu,
    body .masthead .site-menu {
      /*min-width: 26rem;*/
      transition: width 0.4s cubic-bezier(0.12, 0.94, 0.37, 1); } }
  @media screen and (min-width: 768px) {
    body.home .masthead--collapsed.masthead .site-menu,
    body.menu--no-current-page-item .masthead--collapsed.masthead .site-menu {
      transition: width 0.4s cubic-bezier(0.12, 0.94, 0.37, 1), transform 0.4s cubic-bezier(0.12, 0.94, 0.37, 1), height 0.4s cubic-bezier(0.12, 0.94, 0.37, 1);
      transform: translateX(0%); } }
  @media screen and (min-width: 768px) {
    body.home .masthead--collapsed.masthead .site-menu.is-expanded .site-menu,
    body.menu--no-current-page-item .masthead--collapsed.masthead .site-menu.is-expanded .site-menu {
      /*width: 12rem;*/
      max-width: 100%;
      transition: width 0.4s cubic-bezier(0.12, 0.94, 0.37, 1); } }
  .site-menu.is-expanded {
    max-width: 100%; }
    body.home .masthead .site-menu.is-expanded {
      /*@include media($md) {
                width: 12rem;
                height: 5.75rem
            }*/ }
    @media screen and (min-width: 768px) {
      body.menu--no-current-page-item .masthead .site-menu.is-expanded,
      body .masthead .site-menu.is-expanded {
        /*min-width: 26rem;*/
        transition: width 0.4s cubic-bezier(0.12, 0.94, 0.37, 1), transform 0.4s cubic-bezier(0.12, 0.94, 0.37, 1), height 0.4s cubic-bezier(0.12, 0.94, 0.37, 1);
        transform: translateX(0%); } }
    @media screen and (min-width: 768px) {
      body.home .masthead--collapsed.masthead .site-menu.is-expanded,
      body.menu--no-current-page-item .masthead--collapsed.masthead .site-menu.is-expanded {
        /*width: 26rem;*/
        max-width: 100%;
        transition: width 0.4s cubic-bezier(0.12, 0.94, 0.37, 1); } }

.utility-toggle {
  color: #dddad5;
  font-size: 0.75rem; }
  .utility-toggle:hover, .utility-toggle:focus {
    color: #e74949; }

.utility-item {
  color: white;
  display: block;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms cubic-bezier(1, 0, 0, 1), padding 250ms cubic-bezier(1, 0, 0, 1); }
  .utility-item a {
    color: #f0efed; }
    .utility-item a:hover, .utility-item a:focus {
      color: #e74949; }

@media screen and (min-width: 768px) {
  .utility-item--hours-col {
    float: left;
    display: block;
    margin-right: 2.36%;
    /*width: 48.82%; */
    width: 73%;
  }
  .utility-item--hours-col:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1000px) {
  .utility-item--hours-col:first-child {
    float: left;
    display: block;
    margin-right: 2.36%;
    /*width: 23.23%;*/
    width: 24.5%;
  }
    .utility-item--hours-col:first-child:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1000px) {
  .utility-item--day-col {
    width: 47.64%;
    float: left; }
    .utility-item--day-col:first-child {
      margin-right: 4.72%; } }

.utility-item-day {
  font-size: 0.85em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.utility-location-open .utility-item--location {
  max-height: 15.62rem;
  padding: 1.5rem 0; }

.utility-hours-open .utility-item--hours {
  max-height: 16.25rem;
  padding: 1.5rem 0; }

.utility-search-open .utility-item--search {
  max-height: 6.88rem;
  padding: 0.75rem 0; }

.utility-item--search .search-form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .utility-item--search .search-form label {
    flex: 0 100%;
    padding: 0; }
  .utility-item--search .search-form .search-field {
    width: 100%;
    background: transparent;
    border: none;
    color: white;
    padding: 0.5em 0; }
    .utility-item--search .search-form .search-field:focus {
      outline: 0; }
  .utility-item--search .search-form .search-submit {
    background: transparent;
    border: 1px solid;
    color: white;
    min-width: 9.38rem; }
    .utility-item--search .search-form .search-submit:hover {
      color: #898989; }

.header-logo {
  width: 12rem; }

.site-menu-toggle {
  position: absolute;
  bottom: 0.8rem;
  right: 1rem;
  color: #a6a4a0;
  padding: 0;
  z-index: 50; }
  .site-menu-toggle:hover {
    color: #e74949; }
  .site-menu-toggle:focus {
    outline: 0; }
  .site-menu.is-expanded .site-menu-toggle {
    transform: rotate(180deg);
    padding: 0; }
  body.home .masterhead .site-menu-toggle {
    opacity: 0;
    transition: opacity .3s; }
  body.home .mastheadmasthead--collapsed .site-menu-toggle {
    opacity: 1;
    transition: opacity .3s; }

.site-mobile-menu-toggle {
  position: absolute;
  right: 2rem;
  top: calc(50px - .75rem);
  width: 1.675rem;
  height: 1.5rem;
  padding: 0;
  z-index: 50; }
  .site-mobile-menu-toggle span {
    position: absolute;
    left: 0;
    width: 1.675rem;
    height: 0.25rem;
    background-color: #272727; }
    .site-mobile-menu-toggle span:nth-child(1) {
      transform-origin: 0 100%;
      top: 0; }
    .site-mobile-menu-toggle span:nth-child(2) {
      top: 0.62rem; }
    .site-mobile-menu-toggle span:nth-child(3) {
      transform-origin: 0 0;
      bottom: 0; }
  .site-menu.is-expanded .site-mobile-menu-toggle span:nth-child(1) {
    transform: rotate(45deg); }
  .site-menu.is-expanded .site-mobile-menu-toggle span:nth-child(2) {
    opacity: 0; }
  .site-menu.is-expanded .site-mobile-menu-toggle span:nth-child(3) {
    transform: rotate(-45deg); }

.item--active {
  height: 2rem;
  border-top: 1px solid #c7c4c0;
  transition: all 0.3s cubic-bezier(1, 0, 0, 1); }

.header-menu .sub-menu.is-expanded {
  display: block; }

@media screen and (min-width: 768px) {
  .header-menu {
    display: block;
    transition: all 0.25s cubic-bezier(1, 0, 0, 1) 150ms; }
    .masthead .site-menu.is-expanded .header-menu {
      transition: all 0.3s cubic-bezier(1, 0, 0, 1); }
    .masthead.masthead--collapsed .site-menu.is-expanded .header-menu,
    .masthead.masthead--collapsed .site-menu .header-menu {
      margin-top: -3.38rem;
      transition: all 0.25s cubic-bezier(1, 0, 0, 1) 150ms; } }

.site-menu.is-expanded .header-menu {
  display: block;
  height: 100%;
  transition: height 0.4s cubic-bezier(0.12, 0.94, 0.37, 1), margin 0.4s cubic-bezier(0.12, 0.94, 0.37, 1);
  /*transition: all .2s cubic-bezier(1, 0, 0, 1) .1s;*/ }
  .masterhead.masterhead--collapsed .site-menu.is-expanded .header-menu {
    transition: all 0.2s cubic-bezier(1, 0, 0, 1) 0.3s;
    margin-top: 0; }

.site-menu.is-expanded .menu-item {
  display: block;
  height: 2rem;
  transition: height 0.28s cubic-bezier(0.12, 0.94, 0.37, 1) 0.1s, opacity 0.1s linear;
  border-top: 1px solid #c7c4c0;
  margin-top: -1px;
  opacity: 1; }
  .site-menu.is-expanded .menu-item.sub-menu-item-expanded {
    height: auto; }
  .site-menu.is-expanded .menu-item.current-menu-item {
    height: auto; }
    .masthead .site-menu.is-expanded .menu-item.current-menu-item {
      height: auto; }
    .site-menu.is-expanded .menu-item.current-menu-item a {
      color: #e74949; }
  .site-menu.is-expanded .menu-item.current-menu-parent.sub-menu-item-expanded {
    height: auto; }
  .site-menu.is-expanded .menu-item.current-menu-parent .sub-menu.is-expanded .menu-item {
    height: 2rem;
    border-top: 1px solid #c7c4c0; }
  .site-menu.is-expanded .menu-item .sub-menu .menu-item {
    /*@include display(none);*/
    height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(1, 0, 0, 1);
    border-top: 1px solid rgba(199, 196, 192, 0);
    margin-top: -1px;
    transition: all 0.4s cubic-bezier(0.12, 0.94, 0.37, 1); }
  .site-menu.is-expanded .menu-item .sub-menu.is-expanded .menu-item {
    display: block;
    height: 2rem;
    border-top: 1px solid #c7c4c0; }

.masterhead .sub-menu .menu-item {
  display: block;
  height: 0rem;
  border-top: 1px solid #c7c4c0; }

.masterhead--collapsed .sub-menu.is-expanded .menu-item {
  display: block;
  height: 2rem;
  border-top: 1px solid #c7c4c0;
  width: 100%; }

.site-menu .menu-item.current-menu-parent.sub-menu-item-expanded .sub-menu.is-expanded .menu-item.current-menu-item a {
  color: #e74949;
  height: auto; }

body.home .masthead .site-menu.is-expanded .site-menu-toggle {
  visibility: hidden; }

body.home .masthead.masthead--collapsed .site-menu .site-menu-toggle,
body.home .masthead.masthead--collapsed.site-menu.is-expanded .site-menu-toggle {
  visibility: visible; }

@media screen and (min-width: 768px) {
  body.home .masthead .site-menu {
    display: inline-block;
    transform: translateX(-100%); } }

@media screen and (min-width: 768px) {
  body.home .masthead .site-menu.menu--body {
    display: flex;
    transform: translateX(0%); } }

@media screen and (min-width: 768px) {
  body.home .masterhead .site-menu {
    width: 12rem; } }

body.home .masterhead .site-menu.menu--body .logotype {
  opacity: 0;
  visibility: hidden; }

body.home .masterhead .site-menu.menu--body .logotype {
  opacity: 1;
  visibility: visible; }

.nav-links {
  margin-top: 3rem; }

.map--container {
  width: 100%;
  margin-bottom: 4rem;
  height: 18rem; }
  @media screen and (min-width: 768px) {
    .map--container {
      height: 28rem; } }

.staff-member--item {
  position: relative; }
  .staff-member--item ul,
  .staff-member--item li {
    list-style: none; }
  .staff-member--item.staff-member--item-active .image--positionner {
    transition: opacity 0.5s cubic-bezier(0.07, 0.82, 0.17, 1);
    opacity: 1; }
  .staff-member--item.staff-member--item-active a .h2,
  .staff-member--item.staff-member--item-active a .h3 {
    color: #e74949; }
  .staff-member--item .image--positionner {
    position: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0; }
  .staff-member--item .h2,
  .staff-member--item .h3 {
    position: relative;
    z-index: 10;
    color: #272727;
    font-size: 2.5rem; }

/*# sourceMappingURL=style.css.map */
/* woocommerce-related */
#page{
	position: relative;
}
.cart-icon-only{
	position: relative;
	height: 1px;
}
.cart-customlocation{
	z-index: 900;
	position: absolute;
	top: 183px;
	right: 25px;
	display: block;
	height: 1.7em;
	width: 3.2em;
	padding-left: 1.6em;
	background-image: url(../../assets/images/cart-icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.1em;
	font-weight: bold;
}
.woocommerce-cart .cart-customlocation{
	display: none;
}
.pp_top .cart-customlocation{
	top: 80px;
	right: -50px;
}
.cart-customlocation:hover{
	color: rgba(255,41,41,1);
}
.cart-modal{
	display: none;
	background: #fff;
	z-index: 999;
	position: absolute;
	width: 265px;
	top: 203px;
	right: 35px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: .9em 1.8em 1.8em;
	margin-top: .8em;
	font-size: .85em;
}
.cart-modal.checkout-mini{
	display: block !important;
	top: -30px;
	right: 50px;
	width: 265px;
	box-shadow: none;
	border: 1px solid rgba(0,0,0,.1);
	z-index: 900;
	padding: 0;
}
.woocommerce-checkout-review-order-table{
	border: 0 !important;
	margin-bottom: 0 !important;
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table tr.cart-subtotal th{
	text-align: left !important;
}
.checkout-mini-inner.removable{
	display: none;
}
.cart-modal.checkout-mini #shipping_method label,.cart-modal.checkout-mini #shipping_method{
	text-align: right;
}
.cart-modal.checkout-mini td[data-title=Shipping]{
	padding-left: 0;
}
.woocommerce-checkout-review-order-table tbody, .woocommerce-checkout-review-order-table thead{
	display: none;
}
.cart-modal.checkout-mini .checkout-mini-inner{
	padding: .8em 1.3em .8em;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.checkout-mini-inner .popcart-row:last-child{
	border-bottom: 0;
}
.checkout-mini-header{
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: .8em 1em .8em;
	font-weight: bold;
	line-height: 1.3em;
	vertical-align: middle;
}
.checkout-mini-header a{
	display: inline-block;
	float: right;
	font-size: .8em;
	color: rgb(0,102,208);
}
.checkout-mini-total .popcart-left{
	font-weight: bold;
	width: 45% !important;
}
.checkout-mini-total .popcart-right{
	font-weight: bold;
	font-size: 1.5em;
	text-align: right;
	width: 55% !important;
	line-height: .7em;
}
.pp_top .cart-modal{
	top: 90px;
	right: -50px;
}
.cart-modal .popcart-row{
	clear: both;
	padding: .4em 0 .3em;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.cart-modal .popcart-row::after{
	display: block;
	content: " ";
	height: 1px;
	clear: both;
}
.cart-modal .popcart-left{
	float: left;
	width: 70%;
}
.cart-modal .popcart-title{
	margin-top: .4em;
	color: rgba(0,0,0,.55);
}
.cart-modal .popcart-price{
	font-weight: bold;
	color: rgba(0,0,0,.8	);
}
.cart-modal .popcart-right{
	float: right;
	width: 30%;
}
.cart-modal .popcart-right img{
	display: block;
	max-width: 60px;
	max-height: 60px;
}
.cart-modal .popcart-total{
	width: 100%;
	clear: both;
	text-align: center;
	margin: .5em auto;
}
.cart-modal a.popcart-cartlink, .cart-modal a.popcart-checklink{
	margin-top: 1em;
	display: inline-block;
	text-align: center;
	width: 95px;
	color: rgba(0,0,0,1);
	font-weight: bold;
	border: 1px solid rgba(0,0,0,.1);
	padding: .4em .5em;
}
.cart-modal a.popcart-checklink{
	margin-left: .2em;
}
.cart-modal a.popcart-cartlink:hover, .cart-modal a.popcart-checklink:hover{
	border: 1px solid rgba(255,41,41,1);
	color: rgba(255,41,41,1);
}
.woocommerce-page .site-content > section:first-child, .woocommerce-page .site-content > .page-content > section:first-child{
	padding-top: 6.5em;
}
.woocommerce-page .store-section-right{
	width: 22%;
	margin-left: 3%;
	float: right;
	margin-top: .8em;
}
.woocommerce-page .store-section-right li, .woocommerce-page .store-section-right ul{
	list-style-type: none;
}
woocommerce-page .store-section-right ul{
	margin-top: .4em;
}
.woocommerce-page .store-section-right li{
	font-size: .9em;
	color: rgba(0,0,0,.9);
	padding: .4em 0;
}
.woocommerce-page .store-section-right li a{
	color: rgba(0,0,0,.5);
}
.woocommerce-page .store-section-right li a:hover{
	color: rgba(255,41,41,1);
}
.woocommerce-page .store-section-left{
	width: 75%;
	float: left;
}
.woocommerce-result-count{
	display: none;
}
.woocommerce-page span.red{
	color: rgba(255,41,41,1);
}
.woocommerce-page .term-description, .woocommerce-page .page-description{
	font-size: .75em;
	line-height: 1.8em;
	font-weight: bold;
	color: rgba(0,0,0,.7);
}
.woocommerce-page .term-description i, .woocommerce-page .page-description i{
	font-weight: bold;
}
.woocommerce ul.products.columns-3{
	margin-top: 5.8em;
}
h2.woocommerce-loop-product__title, h2.woocommerce-order-details__title, h2.woocommerce-column__title{
	font-family: "Miller Text Rom", Georgia, serif;
	color: rgba(0,0,0,.9);
	font-weight: bold;
	text-align: center;
}
h2.woocommerce-order-details__title, h2.woocommerce-column__title{
	font-size: 1.2em;
	margin-bottom: .5em;
}
.preface-text p.woocommerce-thankyou-order-received{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-loop-product__excerpt{
	font-size: .7em;
	line-height: 1.8em;
	color: rgba(0,0,0,.9);
	font-weight: bold;
	margin: 0 0 .2em;
}
.woocommerce-loop-product__link .price, .woocommerce-Price-amount{
	color: rgba(0,0,0,.9) !important;
	font-weight: bold;
	display: block;
	text-align: center;
}
.products .woocommerce-loop-product__title{
	line-height: 1.3em;
}
.woocommerce ul.products.columns-3 .add_to_cart_button, .quick-view .add_to_cart_button, .quick-view .single_add_to_cart_button, .checkout-button, button[name=update_cart], button#place_order, a.button.wc-forward, a[data-name=count-edit], .wdgk_donation_content a.button.wdgk_add_donation, a.button.wc-backward{
	width: 70%;
	border-radius: 0 !important;
	border: 1px solid rgba(0,0,0,.1) !important;
	padding: .6em !important;
	font-size: .9em!important;
	color: rgba(0,0,0,.8)!important;
	background-color: #fff !important;
	text-align: center;
	margin: .4em auto !important;
}
.quick-view .add_to_cart_button, .quick-view .single_add_to_cart_button, .checkout-button, button[name=update_cart], button#place_order, a.button.wc-forward, a.button.wc-backward{
	width: 160px;
}
.wdgk_donation_content a.button.wdgk_add_donation{
	display: inline-block !important;
	margin-left: 2em !important;
}
.wdgk_donation{
	display: inline-block !important;
	height: 2.1em !important;
	border: 1px solid rgba(0,0,0,.15) !important;
	margin-left: .8em !important;
}
.wdgk_donation_content a.button.wdgk_add_donation{
	width: 460px;
}
a[data-name=count-edit]{
	display: block;
	width: 100px;
	position: absolute;
	top: -10px;
	right: -10px;
	display: none;
}
.quick-view .single_add_to_cart_button{
	margin-top: 0 !important;
	float: right !important;
}
.woocommerce ul.products.columns-3 li{
	text-align: center;
}
.woocommerce ul.products.columns-3 .add_to_cart_button:hover, .quick-view .add_to_cart_button:hover, .quick-view .single_add_to_cart_button:hover, .checkout-button:hover, button[name=update_cart]:hover, button#place_order:hover, a.button.wc-forward:hover, a[data-name=count-edit]:hover, .wdgk_donation_content a.button.wdgk_add_donation:hover, a.button.wc-backward:hover{
	border: 1px solid rgba(255,41,41,1)!important;
	color: rgba(255,41,41,1)!important;
}
.pp_overlay{
	background-color: transparent !important;
}
.pp_content_container{
	border: 0;
	border-top: 45px solid rgb(80,80,80);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow: visible;
	min-height: 480px;
}
.pp_top .pp_right{
	position: absolute !important;
	height: 45px !important;
	width: 45px !important;
	top: 20px !important;
	right: 0px !important;
	z-index: 901 !important;
	cursor: pointer;
}
.pp_top .pp_right::after{
	content: "\00d7";
	color: rgb(210,210,210) !important;
	top: 10px;
	right: 15px;
	position: absolute;
	z-index: 901;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
}
.pp_content_container #pp_full_res, .pp_content_container .pp_inline, .woocommerce.quick-view.single-product{
	overflow-x: hidden;
}
.pp_details{
	display: none;
}
.quick-view .product_meta, .quick-view .stock, .quick-view-detail-button{
	display: none !important;
}
.quick-view .product_title{
	font-family: "Miller Text Rom", Georgia, serif;
	color: rgba(0,0,0,.9);
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.3em;
	text-transform: none;
	padding-top: 1em !important;
}
/*.quick-view .woocommerce-product-details__short-description{
	padding-top: 140px;
}*/
.quick-view .entry-summary{
	position: relative;
}
.quick-view .woocommerce-product-gallery__wrapper div:not(:first-child) a {
    display: inline-block;
	margin: .5em;
}
.quick-view form.cart{
	/*position: absolute;
	right: 0;
	left: 0;
	top: 140px;*/
	padding: 20px;
	/*border-bottom: 1px solid rgba(0,0,0,.1);*/
	margin-bottom: 0 !important;
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 20px;
}
.quick-view form.cart .variations{
	margin-top: 0;
}
.quick-view .variations select{
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	line-height: 1.3;
	padding: 0 2.4em .5em .8em;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 4px;
	-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	box-shadow: none;
}
.quick-view form.cart .variations tr{
	border-bottom: 0;
}
.quick-view form.cart .variations tr td.value{
	text-align: right;
}
.quick-view form.cart .variations select{
	height: 2.2em !important;
	line-height: 2.2em !important;
	border-radius: 4px;
	border-color: rgba(0,0,0,.2) !important;
	margin-right: 0 !important;
}
.quick-view form.cart .variations select option{
	padding-left: .5em;
}
.quick-view form.cart table{
	position: relative;
}
.quick-view form.cart .reset_variations{
	position: absolute;
	right: -20px;
	top: -27px;
}
.quick-view .price{
	text-align: left;
	/*padding-bottom: 120px;*/
}
.quick-view .entry-summary{
	max-height: 530px;
	overflow-y: scroll;
	margin-bottom: 0 !important;
}
.quick-view .entry-summary ol{
	margin-left: 2em;
	list-style-type: decimal;
}
.quick-view .entry-summary ol li{
	list-style-type: decimal;
	padding-bottom: .5em;
}
.quick-view .price span{
	text-align: left !important;
	display: inline-block !important;
}
.quick-view .woocommerce-product-details__short-description{
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	font-size: .9em;
}
.qib-button:not(#qib_id):not(#qib_id) {
	border-right: 0 !important;
	border-left: 0 !important;
	border-bottom: 0 !important;
	border-top: 0 !important;
	background-color: transparent !important;
	color: rgba(0,0,0,.5);
	width: 55px !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border: 1px solid rgba(0,0,0,.1) !important;
	border-top: 2px solid rgba(0,0,0,.1) !important;
	width: 55px !important;
}
.woocommerce-cart .preface-text{
	margin: 0;
	width: 100%;
}
.woocommerce .cart_totals h2{
	display: none;
}
.woocommerce-cart-form__contents{
	border-left: 0 !important;
	border-right: 0 !important;
	margin-bottom: 0px !important;
}
.woocommerce-cart-form__contents .coupon{
	/*display: none;*/
}
.woocommerce-cart-form__contents tbody tr:last-child, .woocommerce-cart-form__contents{
	border-bottom: 0 !important;
}
.woocommerce-cart-form__contents tbody tr:last-child td{
	padding-right: 0;
}
.cart_totals table{
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.woocommerce-cart table.shop_table .woocommerce-shipping-totals td, .woocommerce-cart table.shop_table .woocommerce-shipping-totals th{
	text-align: right !important;
}
.woocommerce-cart-form__cart-item.cart_item td.product-name{
	text-align: left;
	font-weight: bold;
	color: rgba(0,0,0,.5);
	font-size: 1.2em;
}
.woocommerce-cart-form__cart-item.cart_item td.product-name dl{
	font-size: .8em;
	color: rgba(0,0,0,.7);
}
dl.variation dd p:first-child{
	margin-top: 0;
}
.shop_table #shipping_method span.amount, .shop_table #shipping_method span.woocommerce-Price-currencySymbol{
	display: inline-block;
	text-align: right;
}
header.section__header.hbsc-cart-page{
	margin-bottom: 0;
}
h1.section-title span{
	text-transform: none;
}
header.section__header.hbsc-cart-page h1.section-title{
	border-bottom: 0;
}
body.woocommerce-checkout header.section__header.hbsc-cart-page h1.section-title{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-cart-form__contents thead th{
	font-size: .9em;
}
.woocommerce-cart-form__contents thead th.product-subtotal{
	text-align: right;
}
.woocommerce-cart-form__contents thead th.product-price, .woocommerce-cart-form__contents thead th.product-quantity{
	text-align: center;
}
.woocommerce-cart-form__contents td.product-remove{
	width: 30px !important;
}
.woocommerce-cart-form__contents td.product-remove a{
	color: rgba(0,0,0,.5) !important;
	background-color: rgba(0,0,0,.1);
	font-size: .8em;
}
.woocommerce-cart-form__contents td.product-name a, .woocommerce-cart-form__contents td.product-name{
	font-weight: bold;
	color: rgba(0,0,0,.8);
}
.woocommerce-cart-form__contents td.product-thumbnail{
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.woocommerce-cart-form__contents td.product-thumbnail img{
	height: 50px !important;
	width: auto !important;
}
.wc-proceed-to-checkout{
	text-align: right;
}
.wc-proceed-to-checkout a.checkout-button{
	margin-right: 0 !important;
	margin-left: 0 !important;
	float: right;
	width: 200px;
}
tr.cart-subtotal, tr.order-total{
	font-size: .9em;
}
tr.order-total td{
	font-size: 2em;
}
tr.cart-subtotal td, tr.cart-subtotal td span, tr.order-total td, tr.order-total td span, td.product-subtotal, td.product-subtotal span, tr.cart-subtotal th, tr.order-total th, tr.tax-rate td, tr.tax-rate td span, tr.tax-rate th{
	text-align: right !important;
}
tr.order-total th{
	vertical-align: middle !important;
}
table.woocommerce-checkout-review-order-table{
	/*display: none;*/
}
.woocommerce-checkout{
	min-height: 600px;
}
.woocommerce-checkout .preface-text{
	margin: 0;
}
.woocommerce-checkout .col2-set .col-1{
	width: 68%;
	max-width: 720px;
	position: relative;
}
.woocommerce-checkout .col2-set .col-2{
	width: 30%;
	text-align: right;
	position: relative;
}
.woocommerce-checkout .col2-set .col-2 div{
	text-align: left;
}
.checkout-section-wrapper{
	padding: 2em 1em;
}
.checkout-section-wrapper.payfields{
	width: 68%;
	max-width: 720px;
}
.col2-set .checkout-section-wrapper{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.checkout-section-wrapper-form{
	padding: 20px 0 0 46px;
	display: none;
}
.checkout-section-wrapper-text{
	padding: 0 0 27px 180px;
	margin-top: -27px;
	font-size: .9em;
}
.checkout-section-wrapper-count{
	position: relative;
}
.checkout-section-wrapper-count a:first-child{
	display: inline-block;
	text-align: center;
	font-size: 1.2em;
	height: 1.5em;
	width: 1.5em;
	background: rgb(34,34,34);
	color: rgb(255,255,255);
}
.checkout-section-wrapper-count a:nth-child(2){
	display: inline-block;
	margin-left: .5em;
	line-height: 1.5em;
	font-size: 1.4em;
	color: rgba(0,0,0,.8);
	font-weight: bold;
}
.checkout-section-wrapper h3{
	font-size: 1em;
	font-weight: bold;
	font-family: "Miller Text Rom", Georgia, serif;
	text-transform: none;
	line-height: 1.4em;
}
.checkout-section-wrapper-form label{
	color: rgba(0,0,0,.7);
	font-size: .85em;
	padding-bottom: 0;
	margin-bottom: -3px;
}
/*.woocommerce-input-wrapper{
	border: 0 !important;
}*/
.checkout-section-wrapper-form input[type=text], .checkout-section-wrapper-form input[type=tel], .checkout-section-wrapper-form input[type=email]{
	height: 2.2em;
	border-radius: 4px;
	border-color: rgba(0,0,0,.2);
	padding-left: .3em;
}
.checkout-section-wrapper-form select, .checkout-section-wrapper-form span{
	height: 2.2em !important;
	line-height: 2.2em !important;
	border-radius: 4px;
	border-color: rgba(0,0,0,.2) !important;
}
.checkout-section-wrapper-form textarea{
	border-radius: 4px;
	border-color: rgba(0,0,0,.2);
	padding-left: .3em;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper .form-row, , .woocommerce-shipping-fields__field-wrapper .form-row {
  display: inline-block;
}
.woocommerce form #order_comments_field.form-row {
  display: block;
}
.woocommerce form .form-row input.input-text {
  max-width: 100%;
}
.woocommerce-shipping-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper{
	max-width: 500px;
	position: relative;
}
.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  order: 1;
}
.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
 order: 2;
}
.woocommerce-billing-fields__field-wrapper #billing_company_field {
  order: 3;
width: 100%;
}
.woocommerce-billing-fields__field-wrapper #billing_country_field {
  order: 4;
width: 100%;
}
.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  order: 5;
width: 100%;
}
.woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  order: 6;
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper #billing_city_field {
	width: 47%;
  order: 7;
}
.woocommerce-billing-fields__field-wrapper #billing_state_field {
	width: 47%;
  order: 8;
}
.woocommerce-billing-fields__field-wrapper #billing_postcode_field {
	width: 47%;
  order: 9;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field {
	width: 47%;
  order: 10;
}
.woocommerce-billing-fields__field-wrapper #billing_email_field {
  order: 11;
	width:100%;
}


.woocommerce-shipping-fields__field-wrapper #shipping_first_name_field {
  order: 1;
}
.woocommerce-shipping-fields__field-wrapper #shipping_last_name_field {
 order: 2;
}
.woocommerce-shipping-fields__field-wrapper #shipping_company_field {
  order: 3;
width: 100%;
}
.woocommerce-shipping-fields__field-wrapper #shipping_country_field {
  order: 4;
width: 100%;
}
.woocommerce-shipping-fields__field-wrapper #shipping_address_1_field {
  order: 5;
width: 100%;
}
.woocommerce-shipping-fields__field-wrapper #shipping_address_2_field {
  order: 6;
  width: 100%;
}
.woocommerce-shipping-fields__field-wrapper #shipping_city_field {
  order: 7;
	width: 47%;
}
.woocommerce-shipping-fields__field-wrapper #shipping_state_field {
  order: 8;
	width: 47%;
}
.woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
  order: 9;
	width: 47%;
}

#ship-to-different-address-checkbox{
	margin-right: .3em;
}
#order_review{
	max-width: 540px;
}
#order_review #payment{
	background-color: transparent;
}
#order_review #payment ul.wc_payment_methods{
	padding-left: 0;
}
#order_review #payment .payment_box{
	background-color: rgb(246,246,246);
}

.woocommerce-message{
	border-top: 0 !important;
	border-radius: 4px;
	margin-top: 1em;
	vertical-align: middle;
}
.preface-text ul.woocommerce-error, .preface-text p.woocommerce-info{
	padding-left: 4em;
	border-top: 0;
	border-radius: 4px;
	color: rgb(255,0,0);
}
.preface-text p.woocommerce-info{
	color: rgb(0,0,0,.7);
}
.woocommerce-checkout .preface-text ul.woocommerce-error{
	max-width: 580px;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated{
	display: none !important; /*hide saving payments for now*/
}
.woocommerce-breadcrumb{
	display: none;
}
.quick-view-button{
	display: none !important;
}
body.woocommerce-page #page{
  padding-top: 2em;
}

/* media library styles */
.ml-intro{
	font-size: .85em;
}
.ml-intro p{
	text-align: center;
}
.ml-slider-bg{
	background: rgb(36,73,102);
	margin-top: -40px;
	color: #fff;
	position: relative;
}
.ml-slider-bg .preface.section{
	padding-top: 40px;
	padding-bottom: 0px;
}
.cv-slider h2{
	font-size: 2.4em;
	margin-bottom: .8em;
}
.bx-wrapper{
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	position: relative;
}
.cv-slide{
	color: rgba(0,0,0,.8);
	background: transparent;
}
.cv-slide .panel{
	width: 100%;
	display: block;
	float: none;
	height: 550px;
	margin-left: 1%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
.cv-slide .panel:first-child{
	margin-left: 0;
}
.cv-slide .panel.panels2{
	width: 49%;
	display: block;
	float: left;
}
.cv-slide .panel.panels3{
	width: 32.66%;
	display: block;
	float: left;
}
.cv-slide .panel.panels4{
	width: 24.25%;
	display: block;
	float: left;
}
.cv-slide .panel > a{
	display: block;
	height: 100%;
	width: 100%;
}
.cv-slide .panel h4{
	position: absolute;
	top: 75%;
	width: 94%;
  margin: 0 3%;
	text-align: center;
	color: #fff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	z-index: 10;
	font-size: 1.65em;
	line-height: 1.2em;
}
.cv-slide .panel h4 a{
	color: #fff !important;
}
.cv-slide .panel a[data-title="SOUNDSCAPE"] h4{
  top: 83%;
}
.cv-slide .panel a[data-title="URGENT LESSONS FOR US ALL"] h4, .cv-slide .panel a[data-title="BEGINNING AGAIN, AND AGAIN, AND AGAIN"] h4{
  font-size: 1.5em;
  width: 84%;
  margin: 0 3% 0 13%;
}
.cv-slide .panel .mobile-only{
  display: none;
}
#mobile_link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile_link a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  color: transparent;
  padding: 1.5em 1em;
}
#mobile_link a:hover{
  background-color: rgba(0,0,0,.5);
  color: white;
}
.cv-slide .panel .slide-content{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: .7em 1.2em;
	/*color: rgb(36,73,102);*/
	color: rgb(255,255,255);
	/*font-size: 1.35em;*/
  font-size: 1.25em;
	line-height: 1.4em;
	background: rgba(0,0,0,.5);
	opacity: 0;
	transition: all .25s linear;
	z-index: 9;
}
.cv-slide .panel > a:hover .slide-content{
	opacity: 1;
}
.bx-controls, .bx-controls-direction{
	width: 100%;
}
.bx-wrapper .bx-prev,.bx-wrapper .bx-next{
	background-image: url(../../assets/images/ml_slider_prev.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50% !important;
	height: 40px !important;
	width: 40px !important;
	/*top: 40% !important;*/
	top: 255px !important;
}
.bx-wrapper .bx-prev{
	left: -50px !important;
}
.bx-wrapper .bx-next{
	right: -50px !important;
	background-image: url(../../assets/images/ml_slider_next.jpg) !important;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 901 !important;
}
.bx-pager{
	display: none;
}
.panel h3{
	position: absolute;
	width: 100% !important;
	z-index: 9;
	/*bottom: 70px;*/
  bottom: 28%;
	text-align: center;
	color: #fff;
	font-size: 4.6em;
  letter-spacing: 1px;
}
/*.panel .vid-link, .panel .aud-link{
	display: block;
	height: 55px !important;
	width: 100% !important;
	background-image: url(../../assets/images/play-icon.png), radial-gradient(30px at center, rgba(0,0,0,.25),rgba(0,0,0,0)) !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50% !important;
	position: absolute;
	z-index: 10;
	bottom: 43%;
	text-align: center;
}
.ml-left .vid-link, .ml-left .aud-link{
	display: block;
	height: 55px !important;
	width: 100% !important;
	background-image: url(../../assets/images/play-icon.png) !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50% !important;
	position: absolute;
	z-index: 8;
	bottom: 45%;
	text-align: center;
}*/
.ml-left .vid-link, .ml-left .aud-link, .panel .vid-link, .panel .aud-link{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
  	z-index: 10;
  	bottom: 43%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 54px;
    height: 54px;
    background: rgba(0,0,0,0);
    border-radius: 50%;
    border: 3px solid #fff;
    transform: rotate(90deg);    
}
.ml-left .vid-link, .ml-left .aud-link{
  z-index: 8;
}
.ml-left .vid-link:after, .ml-left .aud-link:after, .panel .vid-link:after, .panel .aud-link:after {
    position: absolute;
    content: '';    
    top: 50%;
    left: 50%;
    border: 12px solid transparent;
    border-bottom: 22px solid #fff;
    transform: translateX(-50%) translateY(-80%);
}
.cv-slide .slide-footer{
	margin-top: 2em;
}
.cv-slide .group-title{
	font-family: RamaGothicE-Heavy, Helvetica, Arial, sans-serif;
	font-size: 2.9em;
	color: rgb(245,183,82);
	display: inline-block;
	text-transform: uppercase;
}
.cv-slide .group-subtitle{
	font-family: RamaSlabM-Bold, Helvetica, Arial, sans-serif;
	font-size: 2.9em;
	color: rgb(245,183,82);
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cv-slide .group-description{
	margin-top: .2em;
	font-size: .8em;
	line-height: 1.8em;
	color: rgb(255,255,255);
	display: block;
}
.cv-slide .group-description a{
  color: rgb(245,183,82);
}
.clear-all{
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* JPlayer controls */

#player {
  display: none;
  background: #111;
  color: #fff;
  position: absolute;
  text-align: left;
  left: 0;
  right: 0;
  z-index: 999999;
}
#player.sticky-player{
	position:fixed!important;
	top:0!important;
}
body.player #player {
  display: block;
}
#player ul.time {
  margin: 0;
  padding: 0;
}
#player ul.time li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  font-family: 'FlamaLight', 'Helvetica Neue', helvetica, arial, sans-serif;
  position: absolute;
  z-index: 500;
  top: 0;
  left: 16px;
}
#player ul.time li.right {
  left: auto;
  right: 16px;
}
#player .jp-progress-wrapper {
  height: 28px;
  position: relative;
  background: #292929;
}
#player .jp-progress-wrapper .jp-progress {
  position: absolute;
  right: 62px;
  left: 62px;
  top: 0;
  height: 28px;
  cursor: col-resize;
}
#player .jp-progress-wrapper .jp-progress .jp-seek-bar {
  cursor: pointer;
  height: 28px;
}
#player .jp-progress-wrapper .jp-progress .jp-seek-bar:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  background: #545454;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  height: 4px;
}
#player .jp-progress-wrapper .jp-progress .jp-seek-bar .jp-play-bar {
  height: 4px;
  background: #F18A76;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
  -o-transition: background 250ms ease-in-out;
  -ms-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
body.season-2 #player .jp-progress-wrapper .jp-progress .jp-seek-bar .jp-play-bar {
  background: #0066cc;
}
body.season-1 #player .jp-progress-wrapper .jp-progress .jp-seek-bar .jp-play-bar {
  background: #ed1b25;
}
#player .jp-progress-wrapper .jp-progress .jp-seek-bar .jp-play-bar:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  top: -4px;
  right: -4px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  cursor: grab;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  -ms-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
@media only screen and (min-width: 700px) {
  #player .jp-progress-wrapper .jp-progress .jp-seek-bar .jp-play-bar:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
  }
}
@media only screen and (min-width: 700px) {
  #player .jp-progress-wrapper:hover .jp-progress .jp-seek-bar .jp-play-bar:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
  }
}
#player ul.jp-controls {
  margin: 0;
  padding: 0 20px;
  height: 70px;
  border-bottom: 2px solid #292929;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 700px) {
  #player ul.jp-controls {
    padding: 0;
    margin: 0 24px 0 0;
    float: left;
    border-bottom: none;
    border-right: 2px solid #292929;
  }
}
#player ul.jp-controls li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#player ul.jp-controls li a {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 70px;
  overflow: hidden;
  color: #fff;
  font-size: 26px;
}
#player ul.jp-controls li a span {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
#player ul.jp-controls li a.jp-play {
  font-size: 26px;
}
#player ul.jp-controls li a.jp-pause {
  font-size: 29px;
}
#player ul.jp-controls li a.jp-forward,
#player ul.jp-controls li a.jp-rewind {
  font-size: 28px;
}
#player ul.jp-controls li a.jp-next,
#player ul.jp-controls li a.jp-previous {
  font-size: 21px;
}
@media only screen and (min-width: 700px) {
  #player ul.jp-controls li a {
    width: 70px;
  }
}
#player .player-header {
  display: none;
}
@media only screen and (min-width: 700px) {
  #player .player-header {
    display: block;
    text-transform: uppercase;
    padding: 10px 16px;
  }
  #player .player-header .episode {
    font-family: "SackersGothicW01-Light", helvetica, arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
  }
  #player .player-header .title {
    font-family: "SackersGothicW01-Medium", helvetica, arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 700px) and only screen and (min-width: 700px) {
  #player .player-header {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  #player {
    bottom: auto;
    top: 0;
  }
}
.icon-rewind{
	background-image: url(../../assets/images/ml_previous.jpg) !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.icon-back{
	background-image: url(../../assets/images/ml_rewind.jpg) !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.icon-play{
	background-image: url(../../assets/images/ml_play.jpg) !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.icon-pause{
	background-image: url(../../assets/images/ml_pause.jpg) !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.icon-forward{
	background-image: url(../../assets/images/ml_forward.jpg) !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.icon-fast-forward{
	background-image: url(../../assets/images/ml_next.jpg) !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#player .jp-group{
	font-size: 1.1em;
}
#player .jp-title{
	font-size: 1.4em;
}
#player .jp-remaining a{
	display: block;
}


/*end JPlayer controls */

#search_box form{
	background: rgb(251,217,159);
	padding: 1.2em;
	position: relative;
}
#search_box form input[type=text]{
	width: 100%;
	padding-right: 35px;
	height: 34px;
	line-height: 34px;
	border: 0;
	padding-left: 1em;
}
#search_box form input[type=submit]{
	background-image: url(../../assets/images/ml_search_icon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 34px;
	width: 35px;
	right: 22px;
	position: absolute;
	top: 22px;;
	border: 0;
	color: transparent;
}
#search_box .cat-links{
	display: table;
	background: rgb(242,239,234);
	table-layout: fixed;
}
#search_box .cat-links > span{
	display: table-cell;
	padding: 1em;
	width: 2%;
}
#search_box .cat-links span a{
	display: block;
	color: rgba(0,0,0,.9);
	border: 1px solid rgba(0,0,0,.9);
	text-align: center;
	padding: .5em;
	font-weight: bold;
	font-size: .9em;
}
section.preface.u-bg-white.ml-second{
	padding-top: 2.4em;
}
h2.ml{
	font-size: 2.8em;
	margin: 1em 0 .4em;
}
.pum .gform_heading{
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}
.pum .gform_wrapper{
  margin: 2em;
}
.pum-content{
  outline: none !important;
}
body.post-type-archive-media-gallery .pum-overlay, body.single-media-gallery .pum-overlay{
  background-color: rgba(255,255,255,.7) !important;
}

/* masonry */
.grid{
	margin-right: -10px;
}
.grid-item, .grid-sizer {
	/*width: 259px;*/
	width: calc(24.6% - 10px);
	margin-bottom: 10px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.grid-item img{
	opacity: 0;
}
.grid-item a div.grid-overlay{
	background-color: rgba(0,0,0,0);
	display: block;
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1em;
	font-size: 1.4em;
	transition: all 300ms ease;
}
.grid-item a div.grid-overlay span{
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255,255,255,0) !important;
}
.grid-item a{
	display: block;
	position: relative;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.grid-item a:hover div.grid-overlay{
	background-color: rgba(0,0,0,.6);
}
.grid-item a:hover div.grid-overlay span{
	color: rgba(255,255,255,1) !important;
}
/* end masonry */

/* single library page */
.preface.library-single .preface-text h2{
	font-size: 2.7em;
}
.preface.section.u-bg-light-gray.library-single{
	padding-bottom: 2em;
}
.preface.section.u-bg-white.library-single{
	position: relative;
}
.preface.section.u-bg-light-gray.library-single .preface-text{
	/*margin: 0 55px;*/
	margin: 0;
}
.ml-breadcrumb a{
	color: rgba(0,0,0,.9);
	font-size: 1.3em;
}
.ml-breadcrumb{
	margin: -.3em 0 1em;
}
.section__content.ml-content .section__body{
	/*margin: 0 55px;*/
	margin: 0;
}
.section__content.ml-content .ml-cats{
	font-size: 1.4em;
	text-transform: uppercase;
}
.section__content.ml-content h3{
	text-transform: none;
	font-size: 2.8em;
	letter-spacing: 1px;
	line-height: 1em;
	margin-top: -.1em;
}
.ml-columns{
	position: relative;
	overflow: hidden;
	margin: 1em 0 2em;
}
.ml-columns::before{
	position: absolute;
	z-index: 99;
	content: "";
	left: 51%;
	height: 10000px;
	top: 0;
	bottom: 0;
	border-right: 2px solid rgba(0,0,0,.15);
}
.ml-left{
	display: table-cell;
	margin: 0;
	float: left;
	width: 51%;
	padding: 0 1.1em 0 0;
	/*border-right: 2px solid rgba(0,0,0,.2);*/
	position: relative;
}
#primary_image_holder{
	position: relative;
}
.ml-left #primary_image_holder img{
  width: 100%;
}
.ml-left > img{
	width: 100%;
	height: auto;
}
.ml-right{
	display: table-cell;
	margin: 0;
	float: right;
	width: 49%;
	padding: 0 0 0 1.1em;
	position: relative;
}
.ml-right h4{
	margin: 0;
	color: rgb(219,49,65);
	font-size: 2.2em;
	line-height: .8em;
	font-family: RamaGothicE-Heavy, Helvetica, Arial, sans-serif;
}
.ml-right h5{
	font-size: .8em;
	margin-top: 2em;
	color: rgb(0,0,0);
}
.ml-right p{
	font-size: .8em;
	margin: .4em 0 1em 0;
	line-height: 1.7em;
}
.ml-secondary-images{
	border-top: 2px solid rgba(0,0,0,.15);
	padding: 1.4em 0 0;
	margin-top: 1.2em;
}
a.ml-secondary-image{
	float: left;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 22%;
	margin-right: 4%;
	padding-bottom: 22%;
	display: block;
}
a.ml-secondary-image:nth-child(4n+0){
	margin-right: 0;
}

/* end single library page */

/* stowe 2022 registration */
body.home .button.module-button:hover{
  color: #e74949! important;
}
body.page-sp-2022-registration h4,body.page-sp-2022-registration-special h4{
  clear: both;
}
.gform_confirmation_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
body.page-sp-2022-registration img.aligncenter,body.page-sp-2022-registration-special img.aligncenter{
  margin: 0 auto;
  display: block !important;
}
body.page-sp-2022-registration .preface-text p:last-child,body.page-sp-2022-registration-special .preface-text p:last-child{
  text-align: center;
}
.stowe-2022-sponsor{
  position: absolute;
  height: 140px;
  width: 140px;
  right: 100px;
  margin-top: -30px;
}
#field_45_55 label{
  width: 94%;
  float: right;
  font-size: 15px;
}
#field_45_55 input{
  max-width: 6%;
  float: left;
}
#input_45_64 input{
  vertical-align: top;
  margin-top: 4px;
}
#field_45_79 label{
  font-weight: normal;
  float: right;
  text-align: left;
  width: 90%;
}
#field_45_79 .ginput_container_product_price{
  float: left;
  width: 8%;
}
#field_45_79 .ginput_container_product_price input{
  height: 20px;
  padding: 3px;
}
#field_45_73 select{
  width: 50%;
}
/* end stowe 2022 registration */
/* stowe 2023 registration */
.gfield_radio input{
  vertical-align: top !important;
  margin-top: 5px !important;
}
/* end stowe 2023 registration */


@media screen and (max-width: 1390px), (max-width: 1390px) and (orientation: landscape), (max-width: 1390px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.pp_top .cart-customlocation{
		right: -10px;
	}
  .cv-slide .panel h4{
		font-size: 1.4em;
    line-height: 1.3em;
	}
}

@media screen and (max-width: 800px), (max-width: 800px) and (orientation: landscape), (max-width: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.section__body.cv-slider{
		margin-top: 0;
	}
	.cv-slide .panel .slide-content{
		font-size: .9em !important;
	}
	.panel h3{
		font-size: 2.4em;
    bottom: 30%;
	}
	.bx-wrapper{
		margin-bottom: 0 !important;
	}
	.bx-wrapper .slide-footer .group-description{
		padding-bottom: 2em;
	}
	.bx-wrapper .bx-prev{
		left: -20px !important;
	}
	.bx-wrapper .bx-next{
		right: -20px !important;
	}
	section.preface.u-bg-white.ml-second{
		padding-top: 0;
	}
	.ml-second .section__content{
		padding: 0;
	}
	#ml_results{
		padding: 0 1em;
	}
	#search_box .cat-links span a{
		font-size: .7em;
	}
	#search_box .cat-links > span{
		padding: 1em .5em;
	}
	.grid-item a div.grid-overlay{
		font-size: 1.1em;
	}
  .cv-slide .panel h4{
		font-size: 1em;
    line-height: 1.15em;
    top: 71%;
	}
}

@media screen and (max-width: 450px), (max-width: 450px) and (orientation: landscape), (max-width: 450px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.section-header span.red{
		display: block;
	}
	.cart-customlocation{
		top: 165px;
	}
	.pp_top .cart-customlocation{
		right: 0px;
	}
	.cart-modal{
		top: 185px;
	}
	.qib-button:not(#qib_id):not(#qib_id) {
		width: 30px !important;
	}
	.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
		width: 30px !important;
	}
	.woocommerce-page .store-section-right{
		width: 32%;
	}
	.woocommerce-page .store-section-left{
		width: 65%;
	}
	.woocommerce .store-section-left ul.products.columns-3{
		margin-top: 3em;
	}
	.woocommerce .store-section-left ul.products.columns-3 li.product{
		width: 100% !important;
		clear: both !important;
		float: none !important;
	}
	.woocommerce-page table.shop_table_responsive tr td span{
		text-align: right !important;
	}
	.woocommerce-page table.shop_table_responsive td.product-remove{
		width: 100% !important;
		border-top: 1px solid rgba(0,0,0,.1);
	}
	.cart-modal.checkout-mini{
		position: relative;
		top: 0;
		right: 0;
		margin: 20px auto 0;
	}
	.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2, .checkout-section-wrapper.payfields{
		width: 100%;
	}
	.woocommerce-checkout .col2-set .col-2{
		text-align: center;
	}
	.checkout-section-wrapper-form{
		padding-left: 0;
	}
	.checkout-section-wrapper-text{
		padding-left: 0;
		padding-top: 50px;
		margin-bottom: -50px;
	}
	.wc_payment_methods{
		padding-right: 0;
	}
	.woocommerce-checkout #payment div.form-row {
	    padding: 0;
	}
	.woocommerce-checkout #payment div.form-row label{
		font-size: .75em;
	}
	.cv-slider h2{
		font-size: 2em;
		text-align: center;
	}
	.cv-slide .panel{
		height: 300px;
	}
	.bx-wrapper .bx-prev, .bx-wrapper .bx-next{
		top: 140px !important;
	}
	.slide-footer{
		font-size: .6em;
	}
	.slide-footer .group-description{
		font-size: 1.3em;
	}
	.cv-slide .panel h4{
		font-size: 1em;
    line-height: 1.15em;
    top: 71%;
	}
  .cv-slide .panel.panels4 h4{
		font-size: .8em;
	}
  /*.panel .vid-link, .panel .aud-link{
  	height: 35px !important;
  }*/
  .panel .vid-link, .panel .aud-link{
  	height: 35px !important;
    width: 35px !important;
    border: 2px solid #fff;
  }
  .panel .vid-link:after, .panel .aud-link:after {
      border: 8px solid transparent;
      border-bottom: 16px solid #fff;
      transform: translateX(-50%) translateY(-80%);
  }
	.panel.panels2 .slide-content p, .panel.panels3 .slide-content p, .panel.panels4 .slide-content p{
		display: none;
	}
	.grid-item a div.grid-overlay{
		font-size: .55em;
	}
	.cat-links > span{
		display: table-cell;
		vertical-align: middle;
		padding: 1em .3em;
	}
	#search_box .cat-links > span span.inner-span{
		display: table-cell;
		vertical-align: middle;
		border: 1px solid rgba(0,0,0,.9);
		height: 3.5em;
	}
	#search_box .cat-links > span a{
		border: 0;
	}
	.ml-columns::before{
		border: none;
	}
	.ml-columns .ml-left, .ml-columns .ml-right{
		float: none;
		width: 100%;
		clear: both;
		padding: 0;
		display: block;
	}
	.ml-columns .ml-right{
		padding-top: 2em;
	}
}
@media screen and (min-width: 1500px) {
    .cart-customlocation{
		top: 203px;
	}
	.cart-modal{
		top: 223px;
		font-size: .75em;
	}
	.pp_top .cart-customlocation{
		right: -30px;
	}
	.pp_top .cart-modal{
		top: 100px;
		right: -30px;
	}
}
@media screen and (max-width: 768px) {
  .newsletter #mc_embed_signup input{
    display: block;
    clear: both;
    float: none;
    margin: .2em auto .2em;
  }
  .newsletter #mc_embed_signup button{
    margin-top: .2em;
  }
}
