.loading-indicator {
  z-index: 999999999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 4px; }
  .loading-indicator::before {
    content: '';
    opacity: 1;
    position: absolute;
    background: linear-gradient(90deg, rgba(111, 44, 48, 0.2), #6F2C30);
    animation: AnimateGradient 2s linear infinite;
    width: 0;
    height: 100%;
    transition: width 200ms cubic-bezier(1, 0.255, 0.24, 0.87);
    background-size: 400% 400%; }
  .loading-indicator--is-loading::before {
    width: 66%; }
  .loading-indicator--has-loaded::before {
    width: 100%; }
  .loading-indicator--remove::before {
    opacity: 0; }

@keyframes AnimateGradient {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 100% 0%; }
  100% {
    background-position: 0% 0%; } }

.modal {
  transform: translateZ(0);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 500ms; }
  .modal .modal-wrap {
    max-width: calc(1440px + 8.57143rem);
    margin: 0 auto;
    padding-left: 4.28571rem;
    padding-right: 4.28571rem;
    width: 100%;
    padding-top: 4.28571rem;
    padding-bottom: 4.28571rem; }
    @media (max-width: 1000px) {
      .modal .modal-wrap {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem; } }
  .modal > * {
    -webkit-overflow-scrolling: touch;
    margin-top: calc(3.21429rem + (2.14286rem * 2) + 4.28571rem);
    overflow-x: hidden;
    height: calc(100% - calc(3.21429rem + (2.14286rem * 2) + 4.28571rem)); }
  .modal.open {
    opacity: 1 !important;
    visibility: visible;
    z-index: 12; }
  @media (max-height: 700px), (max-width: 1000px) {
    .modal > * {
      margin-top: calc(2.14286rem + (1.60714rem * 2) + 5.35714rem);
      height: calc(100% - calc(2.14286rem + (1.60714rem * 2) + 5.35714rem)); } }
  @media (max-width: 600px) {
    .modal .modal-wrap {
      padding-top: 2.14286rem; } }

.mega-menu-modal h1, .mega-menu-modal h2, .mega-menu-modal h3, .mega-menu-modal h4, .mega-menu-modal h5, .mega-menu-modal h6, .mega-menu-modal p {
  color: white; }

.mega-menu-modal p, .mega-menu-modal li {
  font-weight: normal; }

.mega-menu-modal a:hover {
  opacity: .7; }

.mega-menu-modal .btn-primary.white,
.mega-menu-modal .btn-primary.white span {
  color: #414042; }

.mega-menu-modal section {
  margin-bottom: 3.21429rem; }
  .mega-menu-modal section .flexible-content .html-block a {
    border: none; }
  .mega-menu-modal section *:last-child {
    margin-bottom: 0; }

.mega-menu-modal .divider {
  border-color: white; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(1) {
  transition-delay: 50ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(2) {
  transition-delay: 100ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(3) {
  transition-delay: 150ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(4) {
  transition-delay: 200ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(5) {
  transition-delay: 250ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(6) {
  transition-delay: 300ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(7) {
  transition-delay: 350ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(8) {
  transition-delay: 400ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(9) {
  transition-delay: 450ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(10) {
  transition-delay: 500ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(11) {
  transition-delay: 550ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(12) {
  transition-delay: 600ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(13) {
  transition-delay: 650ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(14) {
  transition-delay: 700ms; }

.mega-menu-modal .modal-wrap section:nth-child(1) .flexible-content > *:nth-child(15) {
  transition-delay: 750ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(1) {
  transition-delay: 100ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(2) {
  transition-delay: 150ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(3) {
  transition-delay: 200ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(4) {
  transition-delay: 250ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(5) {
  transition-delay: 300ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(6) {
  transition-delay: 350ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(7) {
  transition-delay: 400ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(8) {
  transition-delay: 450ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(9) {
  transition-delay: 500ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(10) {
  transition-delay: 550ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(11) {
  transition-delay: 600ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(12) {
  transition-delay: 650ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(13) {
  transition-delay: 700ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(14) {
  transition-delay: 750ms; }

.mega-menu-modal .modal-wrap section:nth-child(2) .flexible-content > *:nth-child(15) {
  transition-delay: 800ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(1) {
  transition-delay: 150ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(2) {
  transition-delay: 200ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(3) {
  transition-delay: 250ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(4) {
  transition-delay: 300ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(5) {
  transition-delay: 350ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(6) {
  transition-delay: 400ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(7) {
  transition-delay: 450ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(8) {
  transition-delay: 500ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(9) {
  transition-delay: 550ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(10) {
  transition-delay: 600ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(11) {
  transition-delay: 650ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(12) {
  transition-delay: 700ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(13) {
  transition-delay: 750ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(14) {
  transition-delay: 800ms; }

.mega-menu-modal .modal-wrap section:nth-child(3) .flexible-content > *:nth-child(15) {
  transition-delay: 850ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(1) {
  transition-delay: 200ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(2) {
  transition-delay: 250ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(3) {
  transition-delay: 300ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(4) {
  transition-delay: 350ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(5) {
  transition-delay: 400ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(6) {
  transition-delay: 450ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(7) {
  transition-delay: 500ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(8) {
  transition-delay: 550ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(9) {
  transition-delay: 600ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(10) {
  transition-delay: 650ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(11) {
  transition-delay: 700ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(12) {
  transition-delay: 750ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(13) {
  transition-delay: 800ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(14) {
  transition-delay: 850ms; }

.mega-menu-modal .modal-wrap section:nth-child(4) .flexible-content > *:nth-child(15) {
  transition-delay: 900ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(1) {
  transition-delay: 250ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(2) {
  transition-delay: 300ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(3) {
  transition-delay: 350ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(4) {
  transition-delay: 400ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(5) {
  transition-delay: 450ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(6) {
  transition-delay: 500ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(7) {
  transition-delay: 550ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(8) {
  transition-delay: 600ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(9) {
  transition-delay: 650ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(10) {
  transition-delay: 700ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(11) {
  transition-delay: 750ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(12) {
  transition-delay: 800ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(13) {
  transition-delay: 850ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(14) {
  transition-delay: 900ms; }

.mega-menu-modal .modal-wrap section:nth-child(5) .flexible-content > *:nth-child(15) {
  transition-delay: 950ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(1) {
  transition-delay: 300ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(2) {
  transition-delay: 350ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(3) {
  transition-delay: 400ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(4) {
  transition-delay: 450ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(5) {
  transition-delay: 500ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(6) {
  transition-delay: 550ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(7) {
  transition-delay: 600ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(8) {
  transition-delay: 650ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(9) {
  transition-delay: 700ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(10) {
  transition-delay: 750ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(11) {
  transition-delay: 800ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(12) {
  transition-delay: 850ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(13) {
  transition-delay: 900ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(14) {
  transition-delay: 950ms; }

.mega-menu-modal .modal-wrap section:nth-child(6) .flexible-content > *:nth-child(15) {
  transition-delay: 1000ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(1) {
  transition-delay: 350ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(2) {
  transition-delay: 400ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(3) {
  transition-delay: 450ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(4) {
  transition-delay: 500ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(5) {
  transition-delay: 550ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(6) {
  transition-delay: 600ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(7) {
  transition-delay: 650ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(8) {
  transition-delay: 700ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(9) {
  transition-delay: 750ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(10) {
  transition-delay: 800ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(11) {
  transition-delay: 850ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(12) {
  transition-delay: 900ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(13) {
  transition-delay: 950ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(14) {
  transition-delay: 1000ms; }

.mega-menu-modal .modal-wrap section:nth-child(7) .flexible-content > *:nth-child(15) {
  transition-delay: 1050ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(1) {
  transition-delay: 400ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(2) {
  transition-delay: 450ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(3) {
  transition-delay: 500ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(4) {
  transition-delay: 550ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(5) {
  transition-delay: 600ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(6) {
  transition-delay: 650ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(7) {
  transition-delay: 700ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(8) {
  transition-delay: 750ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(9) {
  transition-delay: 800ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(10) {
  transition-delay: 850ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(11) {
  transition-delay: 900ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(12) {
  transition-delay: 950ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(13) {
  transition-delay: 1000ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(14) {
  transition-delay: 1050ms; }

.mega-menu-modal .modal-wrap section:nth-child(8) .flexible-content > *:nth-child(15) {
  transition-delay: 1100ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(1) {
  transition-delay: 450ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(2) {
  transition-delay: 500ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(3) {
  transition-delay: 550ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(4) {
  transition-delay: 600ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(5) {
  transition-delay: 650ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(6) {
  transition-delay: 700ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(7) {
  transition-delay: 750ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(8) {
  transition-delay: 800ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(9) {
  transition-delay: 850ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(10) {
  transition-delay: 900ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(11) {
  transition-delay: 950ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(12) {
  transition-delay: 1000ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(13) {
  transition-delay: 1050ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(14) {
  transition-delay: 1100ms; }

.mega-menu-modal .modal-wrap section:nth-child(9) .flexible-content > *:nth-child(15) {
  transition-delay: 1150ms; }

.mega-menu-modal .flexible-content {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem; }
  .mega-menu-modal .flexible-content > * {
    transform: translate3d(0, -5.35714rem, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms; }

.open .mega-menu-modal .flexible-content > * {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

.search-modal .interact input {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

.search-modal .interact input {
  margin: 0 0 3.21429rem;
  font-size: 5.35714rem;
  line-height: 5.35714rem;
  letter-spacing: -2px; }
  @media (max-width: 600px) {
    .search-modal .interact input {
      font-size: 4.01786rem;
      line-height: 4.28571rem; } }
  @media (max-width: 480px) {
    .search-modal .interact input {
      font-size: 2.67857rem;
      line-height: 2.78571rem;
      letter-spacing: -1px; } }

.search-modal .interact {
  width: 100%; }
  .search-modal .interact input {
    padding: 2.14286rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 0;
    color: white; }
    .search-modal .interact input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.25); }
    .search-modal .interact input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.25); }
    .search-modal .interact input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.25); }
    .search-modal .interact input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.25); }
    .search-modal .interact input:hover {
      background: rgba(255, 255, 255, 0.075); }
    .search-modal .interact input:focus {
      outline: 0;
      background: rgba(255, 255, 255, 0.1); }

.search-modal button {
  background: none;
  border-radius: 0;
  border: 0;
  box-shadow: 0; }
  .search-modal button svg .stroke {
    stroke: white; }
  .search-modal button svg .fill {
    fill: white; }

@media (max-height: 700px), (max-width: 1000px) {
  .search-modal .interact input {
    padding: 1.07143rem 2.14286rem;
    font-size: 2.14286rem;
    line-height: 2.14286rem;
    text-overflow: ellipsis;
    overfloW: hidden; } }

@media (max-height: 700px), (max-width: 1000px) {
  .search-modal .interact input {
    font-size: 1.60714rem;
    text-overflow: ellipsis;
    overfloW: hidden; } }

.mobile-menu-modal ul li {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

.mobile-menu-modal ul li {
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @media (max-width: 600px) {
    .mobile-menu-modal ul li {
      font-size: 2.57143rem;
      line-height: 2.67857rem; } }
  @media (max-width: 480px) {
    .mobile-menu-modal ul li {
      font-size: 2.14286rem;
      line-height: 2.41071rem;
      letter-spacing: -.5px; } }

.mobile-menu-modal ul {
  list-style: none;
  padding: 0; }
  .mobile-menu-modal ul li:not(:last-child) {
    margin-bottom: 2.14286rem; }

.graphic.hamburger {
  width: 1.07143rem;
  height: 1.07143rem;
  margin-right: 1.07143rem; }
  .graphic.hamburger line {
    transition: all 200ms;
    transform-origin: center;
    stroke: currentColor;
    stroke-width: 2px; }
    .graphic.hamburger line:nth-child(2), .graphic.hamburger line:nth-child(3) {
      opacity: 0; }
  .graphic.hamburger.active line:nth-child(1), .graphic.hamburger.active line:nth-child(4) {
    opacity: 0; }
  .graphic.hamburger.active line:nth-child(2), .graphic.hamburger.active line:nth-child(3) {
    opacity: 1; }
  .graphic.hamburger.active line:nth-child(1) {
    transform: translateY(-1.07143rem); }
  .graphic.hamburger.active line:nth-child(4) {
    transform: translateY(1.07143rem); }
  .graphic.hamburger.active line:nth-child(2) {
    transform: rotate(45deg); }
  .graphic.hamburger.active line:nth-child(3) {
    transform: rotate(-45deg); }

.cart-icon {
  position: relative;
  line-height: 1; }
  .cart-icon__item-indicator {
    display: none;
    position: absolute;
    top: 0px;
    right: -2px;
    background-color: #6F2C30;
    border-radius: 50%;
    width: 6px;
    height: 6px; }
  .cart-icon--has-items .cart-icon__item-indicator {
    display: block; }

.account-icon {
  margin-left: 2.14286rem;
  line-height: 1;
  height: 18px;
  width: 18px; }
  .account-icon .stroke {
    stroke: #414042; }
  .account-icon .fill {
    fill: #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    .account-icon {
      margin-left: 1.07143rem; } }

.header-main {
  max-width: calc(1440px + 8.57143rem);
  margin: 0 auto;
  padding-left: 4.28571rem;
  padding-right: 4.28571rem;
  width: 100%;
  z-index: 13;
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 150ms linear, box-shadow 150ms linear; }
  @media (max-width: 1000px) {
    .header-main {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }
  .header-main.collapsed {
    transform: translate3d(0, calc(-1 * 4.28571rem - 1px), 0); }
    .header-main.collapsed::before {
      box-shadow: 0 0 50px rgba(65, 64, 66, 0.1); }
  .header-main::before {
    content: '';
    height: 100%;
    width: calc(100vw + 2px);
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    transition: background 150ms linear;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
  .header-main nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .header-main nav a.nav-item:not(.btn-small) {
      padding: 0.53571rem 0; }
  .header-main .nav-item,
  .header-main .search-btn,
  .header-main .cart-btn,
  .header-main .mobile-menu-btn {
    margin-left: 2.14286rem;
    font-weight: bold; }
  .header-main .menu-modal-btn {
    display: flex;
    align-items: center; }
  .header-main aside {
    width: 100%;
    position: relative;
    height: 4.28571rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-main aside:before {
      content: ' ';
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      height: 2px;
      bottom: 0;
      background: #414042;
      border-radius: 1px; }
    .header-main aside .btn {
      margin-bottom: 0; }
    .header-main aside nav {
      margin-right: 0;
      margin-left: auto;
      flex-shrink: 0; }
  .header-main .banner {
    line-height: 1.33929rem; }
    .header-main .banner .html-block {
      display: inline;
      margin-right: 0.53571rem; }
      .header-main .banner .html-block * {
        display: inline;
        vertical-align: bottom; }
    .header-main .banner .graphic.arrow {
      width: 2.14286rem;
      position: relative;
      top: 1.5px; }
  .header-main .header-wrapper {
    display: flex;
    align-items: center;
    padding: 2.14286rem 0; }
  .header-main .logo-wrapper {
    margin-right: auto; }
  .header-main .logo {
    height: 3.21429rem;
    display: block;
    top: -6px;
    position: relative; }
    .header-main .logo .stroke {
      stroke: #6F2C30; }
    .header-main .logo .fill {
      fill: #6F2C30; }
  @media (pointer: fine) {
    .header-main .mobile-menu-btn:hover,
    .header-main .search-btn:hover,
    .header-main .cart-btn:hover,
    .header-main .nav-item:hover {
      opacity: .7; } }
  .header-main .mobile-menu-btn.inactive,
  .header-main .search-btn.inactive,
  .header-main .cart-btn.inactive,
  .header-main .nav-item.inactive {
    opacity: .3; }
    @media (pointer: fine) {
      .header-main .mobile-menu-btn.inactive:hover,
      .header-main .search-btn.inactive:hover,
      .header-main .cart-btn.inactive:hover,
      .header-main .nav-item.inactive:hover {
        opacity: 1; } }
  .header-main .search-btn {
    display: flex; }
    .header-main .search-btn svg {
      height: 1.07143rem; }
      .header-main .search-btn svg .stroke {
        stroke: #414042; }
      .header-main .search-btn svg .fill {
        fill: #414042; }
  .header-main .cart-btn {
    display: flex; }
    .header-main .cart-btn svg {
      height: 1.17857rem; }
      .header-main .cart-btn svg .stroke {
        stroke: #414042; }
      .header-main .cart-btn svg .fill {
        fill: #414042; }
  .header-main .mobile-menu-btn {
    display: none; }
    .header-main .mobile-menu-btn svg {
      margin-right: 0; }
  .header-main .modal.open {
    z-index: 1; }
  .header-main.color-default .logo .stroke {
    stroke: #6F2C30; }
  .header-main.color-default .logo .fill {
    fill: #6F2C30; }
  .header-main.color-default .menu-modal-btn svg .stroke {
    stroke: #414042; }
  .header-main.color-default .menu-modal-btn svg .fill {
    fill: #414042; }
  .header-main.color-default .btn {
    color: #414042; }
  .header-main.color-white::before {
    background: transparent; }
  .header-main.color-white .btn-secondary {
    box-shadow: inset 0 0 0 2px white;
    color: white; }
    .header-main.color-white .btn-secondary svg .stroke {
      stroke: white; }
    .header-main.color-white .btn-secondary svg .fill {
      fill: white; }
  .header-main.color-white aside:before {
    background: white; }
  .header-main.color-white svg .stroke {
    stroke: white; }
  .header-main.color-white svg .fill {
    fill: white; }
  .header-main.color-white * {
    color: white; }
  .header-main.color-white .html-block a {
    border-bottom: 1px solid white; }
    @media (pointer: fine) {
      .header-main.color-white .html-block a:hover {
        opacity: .5; } }
  .header-main.color-white .logo-wrapper,
  .header-main.color-white .nav-item,
  .header-main.color-white .search-btn,
  .header-main.color-white .cart-btn,
  .header-main.color-white .mobile-menu-btn,
  .header-main.color-white .html-block {
    z-index: 2;
    position: relative; }
  .header-main.color-white .menu-modal-btn svg .stroke {
    stroke: white; }
  .header-main.color-white .menu-modal-btn svg .fill {
    fill: white; }
  .header-main.color-overlay {
    bottom: unset; }
  @media (max-width: 1000px) {
    .header-main.collapsed {
      transform: translate3d(0, calc(-1 * 5.35714rem - 1px), 0); }
    .header-main aside {
      height: 5.35714rem; }
      .header-main aside .banner {
        max-width: initial; }
    .header-main .logo {
      height: 2.14286rem;
      top: -3px; }
    .header-main .nav-item {
      display: none; }
    .header-main .mobile-menu-btn {
      display: flex; }
    .header-main .header-wrapper {
      padding: 1.60714rem 0; }
    .header-main .search-btn,
    .header-main .cart-btn,
    .header-main .mobile-menu-btn {
      width: 2.14286rem;
      height: 2.14286rem;
      display: flex;
      align-items: center;
      margin-left: 1.07143rem; }
    .header-main .search-btn {
      justify-content: center; }
    .header-main .mobile-menu-btn {
      justify-content: flex-end; } }

footer.footer {
  margin-top: 6.42857rem; }
  footer.footer a {
    border: 0; }
    footer.footer a:hover {
      opacity: .7; }
  footer.footer ul {
    list-style: none;
    padding: 0; }
  footer.footer .wrap {
    max-width: calc(1440px + 8.57143rem);
    margin: 0 auto;
    padding-left: 4.28571rem;
    padding-right: 4.28571rem;
    width: 100%;
    padding-top: 4.28571rem;
    padding-bottom: 4.28571rem; }
    @media (max-width: 1000px) {
      footer.footer .wrap {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem; } }
  footer.footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.07143rem;
    margin-left: -1.07143rem; }
  footer.footer .primary .wrap {
    background-color: #414042; }
  footer.footer .primary * {
    color: white; }
  footer.footer .primary hr {
    border-color: white; }
  footer.footer section {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem; }
  footer.footer .logout-button {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    text-decoration: underline;
    margin-top: 1.07143rem;
    cursor: pointer;
    font-size: 0.85714rem; }

.measurements .template {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  max-width: calc(1920px + 15rem);
  margin: 0 auto; }
  @media (max-width: 1770px) {
    .measurements .template {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1000px) {
    .measurements .template {
      padding-left: 0;
      padding-right: 0;
      max-width: calc(1920px + 4.28571rem); } }

.measurements .content {
  max-width: calc(1440px + 8.57143rem);
  margin: 0 auto;
  padding-left: 4.28571rem;
  padding-right: 4.28571rem;
  width: 100%; }
  @media (max-width: 1000px) {
    .measurements .content {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

.modal-mask {
  transition: all 250ms linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  visibility: hidden;
  opacity: 0; }
  .modal-mask svg {
    width: 100vw;
    height: 100vh; }
  .modal-mask.open {
    opacity: 1;
    visibility: visible; }
  .modal-mask stop {
    transition: all 250ms linear;
    stop-opacity: .97; }
    .modal-mask stop:nth-child(1) {
      stop-opacity: .99; }

.cart-product-card {
  display: flex;
  padding: 2.67857rem 4.28571rem;
  border-bottom: 2px solid #F6F6F6; }
  .cart-product-card__price {
    font-size: 0.96429rem;
    line-height: 1.5;
    margin-bottom: 1.07143rem; }
  .cart-product-card__image {
    width: 33%;
    margin-right: 1.07143rem; }

.cart-drawer {
  width: 100%; }
  .cart-drawer__product-section {
    overflow-y: scroll;
    display: flex;
    flex-direction: column; }
  .cart-drawer__checkout-section {
    padding: 2.14286rem;
    padding-left: 4.28571rem;
    background: #F6F6F6; }
    .cart-drawer__checkout-section .btn {
      margin-bottom: 0; }
    .cart-drawer__checkout-section__subtotal {
      margin-bottom: 0.53571rem; }
  .cart-drawer__no-items-message {
    margin: 2.14286rem;
    align-self: center;
    text-align: center;
    width: 100%; }
  @media (max-height: 700px), (max-width: 1000px) {
    .cart-drawer__checkout-section .btn {
      width: 100%;
      justify-content: center; } }

.modal.modal--cart {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(65, 64, 66, 0.55); }

.modal.modal--cart .cart-modal {
  transform: translateX(0); }
  .modal.modal--cart .cart-modal__banner .chevron {
    transform: rotate(-180deg);
    transition: all 200ms ease-in-out;
    width: 1.07143rem;
    animation: bounce-chevron 800ms ease-in-out 1s; }
    .modal.modal--cart .cart-modal__banner .chevron .stroke {
      stroke: #414042; }
    .modal.modal--cart .cart-modal__banner .chevron .fill {
      fill: #414042; }

.cart-modal {
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
  margin: 0;
  transform: translateX(100%);
  transition: 500ms cubic-bezier(1, 0.255, 0.24, 0.87); }
  .cart-modal .menu-modal-btn {
    display: block; }
  .cart-modal__drawer-wrap {
    background: white;
    height: 100%;
    width: 40%;
    margin-left: auto; }
  .cart-modal__banner {
    background: #F6F6F6;
    padding: 1.60714rem; }
    .cart-modal__banner .chevron {
      transform: rotate(-180deg);
      transition: all 200ms ease-in-out;
      width: 1.07143rem; }
      .cart-modal__banner .chevron .stroke {
        stroke: #414042; }
      .cart-modal__banner .chevron .fill {
        fill: #414042; }
    .cart-modal__banner__title {
      margin: 0;
      display: inline-flex;
      margin-left: 1.60714rem; }
  .cart-modal__drawer-content {
    display: flex; }

@media (max-height: 700px), (max-width: 1000px) {
  .cart-modal__drawer-wrap {
    width: 100%; } }

@keyframes bounce-chevron {
  0% {
    transform: translateX(0) rotate(-180deg); }
  50% {
    transform: translateX(7px) rotate(-180deg); }
  100% {
    transform: translateX(0) rotate(-180deg); } }

@charset "UTF-8";
@font-face {
  font-family: 'LibreBaskerville';
  src: url("/public/fonts/LibreBaskerville-Regular.eot?#iefix") format("embedded-opentype"), url("/public/fonts/LibreBaskerville-Regular.otf") format("opentype"), url("/public/fonts/LibreBaskerville-Regular.woff") format("woff"), url("/public/fonts/LibreBaskerville-Regular.ttf") format("truetype"), url("/public/fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LibreBaskerville';
  src: url("/public/fonts/LibreBaskerville-Bold.eot?#iefix") format("embedded-opentype"), url("/public/fonts/LibreBaskerville-Bold.otf") format("opentype"), url("/public/fonts/LibreBaskerville-Bold.woff") format("woff"), url("/public/fonts/LibreBaskerville-Bold.ttf") format("truetype"), url("/public/fonts/LibreBaskerville-Bold.svg#LibreBaskerville-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'LibreBaskerville';
  src: url("/public/fonts/LibreBaskerville-Italic.eot?#iefix") format("embedded-opentype"), url("/public/fonts/LibreBaskerville-Italic.otf") format("opentype"), url("/public/fonts/LibreBaskerville-Italic.woff") format("woff"), url("/public/fonts/LibreBaskerville-Italic.ttf") format("truetype"), url("/public/fonts/LibreBaskerville-Italic.svg#LibreBaskerville-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

h1 {
  margin: 0 0 3.21429rem;
  font-size: 5.35714rem;
  line-height: 5.35714rem;
  letter-spacing: -2px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 4.01786rem;
      line-height: 4.28571rem; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 2.67857rem;
      line-height: 2.78571rem;
      letter-spacing: -1px; } }

h2 {
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.57143rem;
      line-height: 2.67857rem; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2.14286rem;
      line-height: 2.41071rem;
      letter-spacing: -.5px; } }

h3 {
  margin: 0 0 2.14286rem;
  font-size: 2.57143rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    h3 {
      font-size: 1.82143rem;
      line-height: 2.14286rem;
      letter-spacing: -0.05357rem; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }

h4 {
  margin: 0 0 1.07143rem;
  font-size: 1.82143rem;
  line-height: 2.14286rem;
  letter-spacing: -0.05357rem; }
  @media (max-width: 600px) {
    h4 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

h5 {
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  font-weight: bold;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

p {
  margin: 0 0 2.14286rem; }
  @media (max-width: 600px) {
    p {
      margin: 0 0 1.07143rem; } }

blockquote, blockquote .html-block, .large-body {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    blockquote, blockquote .html-block, .large-body {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }

label {
  text-transform: uppercase;
  letter-spacing: 0.21429rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 1.28571rem; }
  @media (max-height: 700px), (max-width: 1000px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote p {
    margin-bottom: 1.07143rem; }
  blockquote cite {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    padding-left: 4.82143rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
    blockquote cite:before {
      content: ' ';
      height: 2px;
      width: 3.21429rem;
      position: absolute;
      top: 0.80357rem;
      left: 0;
      margin-top: -1px;
      background: #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

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

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

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

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

.slick-slider .slick-list, .slick-slider .slick-track {
  -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 {
  top: 0;
  left: 0; }

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide:active, .slick-slide:focus {
    outline: 0; }

[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(0.53571rem); } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.transition-wrap > * {
  background-color: black;
  position: absolute;
  width: 100%; }

.transition-enter,
.transition-exit {
  animation-fill-mode: forwards;
  animation-duration: 500ms;
  -webkit-backface-visibility: hidden;
  animation-iteration-count: 1; }

.transition-enter,
.transition-exit {
  position: absolute;
  top: 0; }

.transition-enter {
  z-index: 2;
  opacity: 0; }

.transition-exit {
  z-index: 1; }

.transition-enter-active {
  animation-delay: 500ms;
  animation-name: fade-in; }

.transition-exit-active {
  animation-name: fade-out; }

img.aligncenter {
  margin: 0 auto; }

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

.alignleft {
  float: left;
  padding-right: 2.14286rem; }

.alignright {
  float: right;
  padding-left: 2.14286rem; }

.flexible-content .content-row .wp-caption-text {
  font-size: 1rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.60714rem;
  padding: 1.07143rem 0 0; }

@media (max-width: 600px) {
  .align-right,
  .alignleft {
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-right: 0;
    padding-left: 0; } }

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

h1 {
  margin: 0 0 3.21429rem;
  font-size: 5.35714rem;
  line-height: 5.35714rem;
  letter-spacing: -2px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 4.01786rem;
      line-height: 4.28571rem; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 2.67857rem;
      line-height: 2.78571rem;
      letter-spacing: -1px; } }

h2 {
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.57143rem;
      line-height: 2.67857rem; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2.14286rem;
      line-height: 2.41071rem;
      letter-spacing: -.5px; } }

h3 {
  margin: 0 0 2.14286rem;
  font-size: 2.57143rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    h3 {
      font-size: 1.82143rem;
      line-height: 2.14286rem;
      letter-spacing: -0.05357rem; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }

h4 {
  margin: 0 0 1.07143rem;
  font-size: 1.82143rem;
  line-height: 2.14286rem;
  letter-spacing: -0.05357rem; }
  @media (max-width: 600px) {
    h4 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

h5 {
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  font-weight: bold;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

p {
  margin: 0 0 2.14286rem; }
  @media (max-width: 600px) {
    p {
      margin: 0 0 1.07143rem; } }

blockquote, blockquote .html-block, .large-body {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    blockquote, blockquote .html-block, .large-body {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }

label {
  text-transform: uppercase;
  letter-spacing: 0.21429rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 1.28571rem; }
  @media (max-height: 700px), (max-width: 1000px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote p {
    margin-bottom: 1.07143rem; }
  blockquote cite {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    padding-left: 4.82143rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
    blockquote cite:before {
      content: ' ';
      height: 2px;
      width: 3.21429rem;
      position: absolute;
      top: 0.80357rem;
      left: 0;
      margin-top: -1px;
      background: #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

.article-template .discourse-callout__content, .post-template .discourse-callout__content {
  width: calc(75% - 1.07143rem);
  display: inline-block; }

.article-template .discourse-callout__cta, .post-template .discourse-callout__cta {
  width: calc(25% - 1.07143rem);
  display: inline-block; }

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

h1 {
  margin: 0 0 3.21429rem;
  font-size: 5.35714rem;
  line-height: 5.35714rem;
  letter-spacing: -2px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 4.01786rem;
      line-height: 4.28571rem; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 2.67857rem;
      line-height: 2.78571rem;
      letter-spacing: -1px; } }

h2 {
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.57143rem;
      line-height: 2.67857rem; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2.14286rem;
      line-height: 2.41071rem;
      letter-spacing: -.5px; } }

h3 {
  margin: 0 0 2.14286rem;
  font-size: 2.57143rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    h3 {
      font-size: 1.82143rem;
      line-height: 2.14286rem;
      letter-spacing: -0.05357rem; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }

h4 {
  margin: 0 0 1.07143rem;
  font-size: 1.82143rem;
  line-height: 2.14286rem;
  letter-spacing: -0.05357rem; }
  @media (max-width: 600px) {
    h4 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

h5 {
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  font-weight: bold;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

p {
  margin: 0 0 2.14286rem; }
  @media (max-width: 600px) {
    p {
      margin: 0 0 1.07143rem; } }

blockquote, blockquote .html-block, .large-body {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    blockquote, blockquote .html-block, .large-body {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }

label {
  text-transform: uppercase;
  letter-spacing: 0.21429rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 1.28571rem; }
  @media (max-height: 700px), (max-width: 1000px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote p {
    margin-bottom: 1.07143rem; }
  blockquote cite {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    padding-left: 4.82143rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
    blockquote cite:before {
      content: ' ';
      height: 2px;
      width: 3.21429rem;
      position: absolute;
      top: 0.80357rem;
      left: 0;
      margin-top: -1px;
      background: #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

.person-template__video {
  margin-bottom: 3.21429rem; }

.person-template__image {
  margin-bottom: 3.21429rem; }
  .person-template__image img {
    border-radius: 4px; }

.person-template__book-speaker .book-speaker-byline {
  margin-bottom: 0.85714rem;
  font-weight: bold; }

.person-template__book-speaker .book-speaker-button {
  width: 100%;
  justify-content: center;
  margin-bottom: 0.53571rem; }

.person-template__sidebar-info-section {
  margin-top: 3.21429rem; }
  .person-template__sidebar-info-section p {
    margin: 0; }
  .person-template__sidebar-info-section .section-title {
    margin-bottom: 0.75rem; }
  .person-template__sidebar-info-section .website-link {
    font-weight: normal; }
  .person-template__sidebar-info-section .social-icon {
    margin-right: 2.14286rem;
    display: inline-flex;
    opacity: .8;
    transition: 200ms ease; }
    .person-template__sidebar-info-section .social-icon:hover {
      opacity: .5; }
    .person-template__sidebar-info-section .social-icon .graphic {
      width: 1.60714rem; }
      .person-template__sidebar-info-section .social-icon .graphic .fill {
        fill: #414042; }

.person-template .show-on-mobile {
  display: none; }

@media (max-height: 700px), (max-width: 1000px) {
  .person-template .sticky-sidebar__wrap {
    flex-direction: column-reverse; }
    .person-template .sticky-sidebar__wrap .sticky-sidebar__main {
      width: calc(100% - 1.07143rem * 2); }
    .person-template .sticky-sidebar__wrap .sticky-sidebar__aside {
      width: calc(100% - 1.07143rem * 2); }
  .person-template .author-information {
    margin-bottom: 3.21429rem; }
  .person-template__name {
    margin-bottom: 1.60714rem; }
  .person-template__image img {
    margin: auto; }
  .person-template__sidebar-info-section {
    margin-top: 1.82143rem; }
  .person-template__sidebar-content {
    position: relative;
    padding-top: 0.32143rem;
    padding-bottom: 2.14286rem;
    margin-bottom: 2.14286rem; }
    .person-template__sidebar-content:after {
      content: '';
      z-index: -1;
      position: absolute;
      top: 0;
      right: calc(-1 * 1.07143rem);
      bottom: 0;
      left: calc(-1 * 1.07143rem);
      width: calc(100% + 1.07143rem * 2);
      background: #F6F6F6; }
  .person-template .hide-on-mobile {
    display: none; }
  .person-template .show-on-mobile {
    display: block; } }

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

h1 {
  margin: 0 0 3.21429rem;
  font-size: 5.35714rem;
  line-height: 5.35714rem;
  letter-spacing: -2px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 4.01786rem;
      line-height: 4.28571rem; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 2.67857rem;
      line-height: 2.78571rem;
      letter-spacing: -1px; } }

h2 {
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.57143rem;
      line-height: 2.67857rem; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2.14286rem;
      line-height: 2.41071rem;
      letter-spacing: -.5px; } }

h3 {
  margin: 0 0 2.14286rem;
  font-size: 2.57143rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    h3 {
      font-size: 1.82143rem;
      line-height: 2.14286rem;
      letter-spacing: -0.05357rem; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }

h4 {
  margin: 0 0 1.07143rem;
  font-size: 1.82143rem;
  line-height: 2.14286rem;
  letter-spacing: -0.05357rem; }
  @media (max-width: 600px) {
    h4 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

h5 {
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  font-weight: bold;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

p {
  margin: 0 0 2.14286rem; }
  @media (max-width: 600px) {
    p {
      margin: 0 0 1.07143rem; } }

blockquote, blockquote .html-block, .large-body {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    blockquote, blockquote .html-block, .large-body {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }

label {
  text-transform: uppercase;
  letter-spacing: 0.21429rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 1.28571rem; }
  @media (max-height: 700px), (max-width: 1000px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote p {
    margin-bottom: 1.07143rem; }
  blockquote cite {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    padding-left: 4.82143rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
    blockquote cite:before {
      content: ' ';
      height: 2px;
      width: 3.21429rem;
      position: absolute;
      top: 0.80357rem;
      left: 0;
      margin-top: -1px;
      background: #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

.not-found-template .not-found-header {
  max-width: calc(1440px + 8.57143rem);
  margin: 0 auto;
  padding-left: 4.28571rem;
  padding-right: 4.28571rem;
  width: 100%;
  margin-top: 4.28571rem; }
  @media (max-width: 1000px) {
    .not-found-template .not-found-header {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

.not-found-template .not-found-content {
  max-width: calc(1440px + 8.57143rem);
  margin: 0 auto;
  padding-left: 4.28571rem;
  padding-right: 4.28571rem;
  width: 100%; }
  @media (max-width: 1000px) {
    .not-found-template .not-found-content {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

@media (max-width: 600px) {
  .not-found-template .not-found-header {
    margin-top: 1.07143rem; } }

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

h1 {
  margin: 0 0 3.21429rem;
  font-size: 5.35714rem;
  line-height: 5.35714rem;
  letter-spacing: -2px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 4.01786rem;
      line-height: 4.28571rem; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 2.67857rem;
      line-height: 2.78571rem;
      letter-spacing: -1px; } }

h2 {
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.57143rem;
      line-height: 2.67857rem; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2.14286rem;
      line-height: 2.41071rem;
      letter-spacing: -.5px; } }

h3 {
  margin: 0 0 2.14286rem;
  font-size: 2.57143rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    h3 {
      font-size: 1.82143rem;
      line-height: 2.14286rem;
      letter-spacing: -0.05357rem; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }

h4 {
  margin: 0 0 1.07143rem;
  font-size: 1.82143rem;
  line-height: 2.14286rem;
  letter-spacing: -0.05357rem; }
  @media (max-width: 600px) {
    h4 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

h5 {
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  font-weight: bold;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

p {
  margin: 0 0 2.14286rem; }
  @media (max-width: 600px) {
    p {
      margin: 0 0 1.07143rem; } }

blockquote, blockquote .html-block, .large-body {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    blockquote, blockquote .html-block, .large-body {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }

label {
  text-transform: uppercase;
  letter-spacing: 0.21429rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 1.28571rem; }
  @media (max-height: 700px), (max-width: 1000px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote p {
    margin-bottom: 1.07143rem; }
  blockquote cite {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    padding-left: 4.82143rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
    blockquote cite:before {
      content: ' ';
      height: 2px;
      width: 3.21429rem;
      position: absolute;
      top: 0.80357rem;
      left: 0;
      margin-top: -1px;
      background: #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

.event-template__header {
  display: flex;
  margin-bottom: 2.14286rem; }
  .event-template__header .social-share {
    display: none; }
  .event-template__header__date-info {
    margin-right: 2.14286rem;
    display: flex;
    flex-direction: column; }
    .event-template__header__date-info .pill.btn {
      margin-bottom: 1.28571rem;
      margin-right: auto;
      background: #F6F6F6; }
  .event-template__header__content .author-topics {
    display: inline-flex;
    flex-wrap: wrap; }
    .event-template__header__content .author-topics .author,
    .event-template__header__content .author-topics .authors-list {
      margin-right: 1.07143rem;
      margin-bottom: 0.53571rem; }
    .event-template__header__content .author-topics .author,
    .event-template__header__content .author-topics .topics {
      display: inline-flex; }

.event-template__main {
  display: flex; }
  .event-template__main .social-share-wrap {
    padding-left: 2.14286rem;
    padding-right: 4.28571rem; }
    .event-template__main .social-share-wrap .social-share {
      position: sticky;
      top: 12.85714rem; }
    .event-template__main .social-share-wrap .social-icons {
      flex-direction: column;
      align-items: center; }
      .event-template__main .social-share-wrap .social-icons .social-icon {
        margin-right: 0; }
        .event-template__main .social-share-wrap .social-icons .social-icon:not(:first-child) {
          margin-top: 1.60714rem; }

.event-template__sticky-sidebar hr {
  margin-top: 0; }

.event-template__sticky-sidebar .mobile-hr {
  display: none; }

.event-template__sticky-sidebar .date-time .start {
  margin-bottom: 0; }

.event-template__sticky-sidebar .location p {
  margin-bottom: 0; }

.event-template__sticky-sidebar .location .view-map {
  font-weight: bold;
  display: inline-block;
  margin-top: 1.07143rem; }

.event-template__sticky-sidebar .organized-by {
  margin-top: 2.14286rem; }

.event-template .event-registration .btn {
  width: 100%;
  justify-content: center; }

.event-template .mobile-event-information {
  display: none; }

.event-template .slider-static {
  flex-wrap: wrap; }
  .event-template .slider-static li {
    min-width: 50%;
    max-width: 50%; }
    .event-template .slider-static li:not(:nth-child(3)) {
      margin-bottom: calc(1.07143rem * 2); }
    .event-template .slider-static li > div {
      margin-bottom: 0; }

.event-template__content-after {
  max-width: calc(1440px + 8.57143rem);
  margin: 0 auto;
  padding-left: 4.28571rem;
  padding-right: 4.28571rem;
  width: 100%; }
  @media (max-width: 1000px) {
    .event-template__content-after {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

@media (max-height: 700px), (max-width: 1000px) {
  .event-template__header__date-info .pill {
    width: 100%;
    text-align: center; }
  .event-template__header .social-share {
    display: flex; }
  .event-template__main .social-share-wrap {
    display: none; }
  .event-template .slider-static li {
    min-width: 100%;
    max-width: 100%; }
    .event-template .slider-static li:nth-child(3) {
      margin-bottom: 0 !important; }
  .event-template .mobile-event-information {
    display: block;
    position: relative;
    margin-top: 2.14286rem;
    margin-bottom: 2.67857rem;
    padding: 2.14286rem 0; }
    .event-template .mobile-event-information .mobile-hr {
      display: block; }
    .event-template .mobile-event-information p {
      margin-bottom: 0; }
    .event-template .mobile-event-information .sidebar-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; }
    .event-template .mobile-event-information .location {
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(50% - 2.16429rem); } }
    @media (max-height: 700px) and (max-width: 600px), (max-width: 1000px) and (max-width: 600px) {
      .event-template .mobile-event-information .location {
        width: calc(100% - 2.14286rem);
        margin-left: 1.07143rem;
        margin-right: 1.07143rem; } }

@media (max-height: 700px), (max-width: 1000px) {
    .event-template .mobile-event-information .date-time {
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(50% - 2.16429rem);
      margin-bottom: 2.14286rem; } }
    @media (max-height: 700px) and (max-width: 600px), (max-width: 1000px) and (max-width: 600px) {
      .event-template .mobile-event-information .date-time {
        width: calc(100% - 2.14286rem);
        margin-left: 1.07143rem;
        margin-right: 1.07143rem; } }

@media (max-height: 700px), (max-width: 1000px) {
    .event-template .mobile-event-information .view-map, .event-template .mobile-event-information .organized-by {
      font-weight: bold;
      margin-top: 2.14286rem; }
    .event-template .mobile-event-information .organized-by {
      font-size: 1.28571rem; }
    .event-template .mobile-event-information:after {
      content: '';
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% + (1.07143rem * 2));
      margin-left: calc(1.07143rem * -1);
      height: 100%;
      background: #F6F6F6; }
  .event-template .view-content {
    padding-left: 0;
    padding-right: 0; } }

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

h1 {
  margin: 0 0 3.21429rem;
  font-size: 5.35714rem;
  line-height: 5.35714rem;
  letter-spacing: -2px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 4.01786rem;
      line-height: 4.28571rem; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 2.67857rem;
      line-height: 2.78571rem;
      letter-spacing: -1px; } }

h2 {
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.57143rem;
      line-height: 2.67857rem; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2.14286rem;
      line-height: 2.41071rem;
      letter-spacing: -.5px; } }

h3 {
  margin: 0 0 2.14286rem;
  font-size: 2.57143rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    h3 {
      font-size: 1.82143rem;
      line-height: 2.14286rem;
      letter-spacing: -0.05357rem; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }

h4 {
  margin: 0 0 1.07143rem;
  font-size: 1.82143rem;
  line-height: 2.14286rem;
  letter-spacing: -0.05357rem; }
  @media (max-width: 600px) {
    h4 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

h5 {
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  font-weight: bold;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

p {
  margin: 0 0 2.14286rem; }
  @media (max-width: 600px) {
    p {
      margin: 0 0 1.07143rem; } }

blockquote, blockquote .html-block, .large-body {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    blockquote, blockquote .html-block, .large-body {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }

label {
  text-transform: uppercase;
  letter-spacing: 0.21429rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 1.28571rem; }
  @media (max-height: 700px), (max-width: 1000px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote p {
    margin-bottom: 1.07143rem; }
  blockquote cite {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    padding-left: 4.82143rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
    blockquote cite:before {
      content: ' ';
      height: 2px;
      width: 3.21429rem;
      position: absolute;
      top: 0.80357rem;
      left: 0;
      margin-top: -1px;
      background: #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

.video .title a > .pill {
  margin-top: 2.14286rem;
  margin-bottom: 1.07143rem; }

.video .title > .social-share {
  display: none; }

.video > hr {
  margin-left: 5.35714rem;
  margin-right: 5.35714rem; }

.video .sticky-sidebar__main hr:first-child {
  display: none; }

.video .authors-date-topics {
  display: flex; }

.video .social-share-wrap {
  padding-left: 2.14286rem;
  padding-right: 4.28571rem; }
  .video .social-share-wrap .social-share {
    position: sticky;
    top: 12.85714rem; }
  .video .social-share-wrap .social-icons {
    flex-direction: column;
    align-items: center; }
    .video .social-share-wrap .social-icons .social-icon {
      margin-right: 0; }
      .video .social-share-wrap .social-icons .social-icon:not(:first-child) {
        margin-top: 1.60714rem; }

.video .video-main {
  position: relative;
  display: flex; }

.video .video-header .breadcrumbs {
  margin-bottom: 0.53571rem; }

.video .video-sidebar {
  margin-bottom: 4.28571rem; }
  .video .video-sidebar .all-videos {
    display: block;
    margin-top: 1.07143rem;
    font-weight: bold; }
  .video .video-sidebar .graphic.arrow {
    margin-left: 0.53571rem;
    width: 2.14286rem;
    position: relative;
    top: 1.5px; }
  .video .video-sidebar hr:first-child {
    margin-top: 0;
    margin-bottom: 2.14286rem; }
  .video .video-sidebar h4 {
    margin-bottom: 2.14286rem; }
  .video .video-sidebar .featured-image-wrap {
    position: relative; }
  .video .video-sidebar .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(111, 44, 48, 0.92);
    width: 4.82143rem;
    height: 3.21429rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 200ms cubic-bezier(1, 0.255, 0.24, 0.87); }
    .video .video-sidebar .play-btn:after {
      content: '';
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 0.53571rem solid transparent;
      border-bottom: 0.53571rem solid transparent;
      border-left: 0.75rem solid white; }
  .video .video-sidebar .video-wrap {
    display: flex;
    margin-top: 2.14286rem; }
    .video .video-sidebar .video-wrap:hover .play-btn {
      opacity: .8; }
    .video .video-sidebar .video-wrap a {
      width: 40%; }
  .video .video-sidebar .featured-image img {
    width: 100%; }
  .video .video-sidebar .video-title {
    width: 60%;
    padding-left: 2.14286rem; }
    .video .video-sidebar .video-title hr {
      margin-top: 0.53571rem;
      margin-bottom: 0.53571rem; }

@media (max-width: 1000px) {
  .video > hr {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem; }
  .video .authors-date-topics {
    display: block; }
  .video .title > .social-share {
    display: initial; }
  .video .social-share-wrap {
    display: none; }
  .video .video-sidebar .video-wrap {
    display: block;
    margin-bottom: 4.28571rem; }
    .video .video-sidebar .video-wrap .video-title {
      width: 100%;
      margin-top: 1.07143rem;
      padding-left: 0; } }

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

h1 {
  margin: 0 0 3.21429rem;
  font-size: 5.35714rem;
  line-height: 5.35714rem;
  letter-spacing: -2px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 4.01786rem;
      line-height: 4.28571rem; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 2.67857rem;
      line-height: 2.78571rem;
      letter-spacing: -1px; } }

h2 {
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.57143rem;
      line-height: 2.67857rem; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2.14286rem;
      line-height: 2.41071rem;
      letter-spacing: -.5px; } }

h3 {
  margin: 0 0 2.14286rem;
  font-size: 2.57143rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    h3 {
      font-size: 1.82143rem;
      line-height: 2.14286rem;
      letter-spacing: -0.05357rem; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }

h4 {
  margin: 0 0 1.07143rem;
  font-size: 1.82143rem;
  line-height: 2.14286rem;
  letter-spacing: -0.05357rem; }
  @media (max-width: 600px) {
    h4 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

h5 {
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  font-weight: bold;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

p {
  margin: 0 0 2.14286rem; }
  @media (max-width: 600px) {
    p {
      margin: 0 0 1.07143rem; } }

blockquote, blockquote .html-block, .large-body {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    blockquote, blockquote .html-block, .large-body {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }

label {
  text-transform: uppercase;
  letter-spacing: 0.21429rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 1.28571rem; }
  @media (max-height: 700px), (max-width: 1000px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote p {
    margin-bottom: 1.07143rem; }
  blockquote cite {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    padding-left: 4.82143rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
    blockquote cite:before {
      content: ' ';
      height: 2px;
      width: 3.21429rem;
      position: absolute;
      top: 0.80357rem;
      left: 0;
      margin-top: -1px;
      background: #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

.template-podcast .podcast-header .wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }

.template-podcast .podcast-header .image {
  align-self: flex-start;
  margin-right: 4.28571rem;
  flex-shrink: 0; }
  .template-podcast .podcast-header .image img {
    height: 12.85714rem; }

.template-podcast .podcast-header .title {
  flex-shrink: 1; }

.template-podcast .podcast-header h1 {
  margin-top: 1.07143rem;
  margin-bottom: 0; }

.template-podcast .podcast-header .social-share {
  display: none; }

.template-podcast .podcast-main {
  position: relative;
  display: flex;
  margin-top: 4.28571rem; }

.template-podcast .podcast-sidebar hr:first-child {
  margin-top: 0; }

.template-podcast .subscribe {
  min-height: 17.14286rem; }

.template-podcast .subscribe-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.07143rem;
  margin-left: -1.07143rem;
  list-style: none;
  padding: 0;
  margin: 0; }
  .template-podcast .subscribe-list li {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(50% - 2.16429rem);
    margin-bottom: 1.07143rem; }
    .template-podcast .subscribe-list li a {
      cursor: pointer;
      display: block; }

.template-podcast .social-share-wrap {
  padding-left: 2.14286rem;
  padding-right: 4.28571rem; }
  .template-podcast .social-share-wrap .social-share {
    position: sticky;
    top: 12.85714rem; }
  .template-podcast .social-share-wrap .social-icons {
    flex-direction: column;
    align-items: center; }
    .template-podcast .social-share-wrap .social-icons .social-icon {
      margin-right: 0; }
      .template-podcast .social-share-wrap .social-icons .social-icon:not(:first-child) {
        margin-top: 1.60714rem; }

@media (max-height: 700px), (max-width: 1000px) {
  .template-podcast .podcast-header h1 {
    margin-bottom: 2.14286rem; }
  .template-podcast .podcast-header .social-share {
    display: block; }
  .template-podcast .podcast-sidebar hr,
  .template-podcast .podcast-sidebar .jumplist {
    display: none; }
  .template-podcast .social-share-wrap {
    display: none; } }

@media (max-width: 600px) {
  .template-podcast .podcast-header .wrap {
    display: block; }
    .template-podcast .podcast-header .wrap .image {
      margin-right: 0;
      margin-bottom: 2.14286rem; }
      .template-podcast .podcast-header .wrap .image img {
        height: auto; } }

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

h1 {
  margin: 0 0 3.21429rem;
  font-size: 5.35714rem;
  line-height: 5.35714rem;
  letter-spacing: -2px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 4.01786rem;
      line-height: 4.28571rem; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 2.67857rem;
      line-height: 2.78571rem;
      letter-spacing: -1px; } }

h2 {
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.57143rem;
      line-height: 2.67857rem; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2.14286rem;
      line-height: 2.41071rem;
      letter-spacing: -.5px; } }

h3 {
  margin: 0 0 2.14286rem;
  font-size: 2.57143rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    h3 {
      font-size: 1.82143rem;
      line-height: 2.14286rem;
      letter-spacing: -0.05357rem; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }

h4 {
  margin: 0 0 1.07143rem;
  font-size: 1.82143rem;
  line-height: 2.14286rem;
  letter-spacing: -0.05357rem; }
  @media (max-width: 600px) {
    h4 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

h5 {
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  font-weight: bold;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

p {
  margin: 0 0 2.14286rem; }
  @media (max-width: 600px) {
    p {
      margin: 0 0 1.07143rem; } }

blockquote, blockquote .html-block, .large-body {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    blockquote, blockquote .html-block, .large-body {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }

label {
  text-transform: uppercase;
  letter-spacing: 0.21429rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 1.28571rem; }
  @media (max-height: 700px), (max-width: 1000px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote p {
    margin-bottom: 1.07143rem; }
  blockquote cite {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    padding-left: 4.82143rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
    blockquote cite:before {
      content: ' ';
      height: 2px;
      width: 3.21429rem;
      position: absolute;
      top: 0.80357rem;
      left: 0;
      margin-top: -1px;
      background: #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

.template-podcast-episode .podcast-main {
  position: relative;
  display: flex; }
  .template-podcast-episode .podcast-main > .content {
    flex-grow: 1; }
  .template-podcast-episode .podcast-main .embedded-player {
    margin-bottom: 4.28571rem; }

.template-podcast-episode .podcast-sidebar hr:first-child {
  margin-top: 0; }

.template-podcast-episode .subscribe {
  min-height: 17.14286rem; }

.template-podcast-episode .subscribe-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.07143rem;
  margin-left: -1.07143rem;
  list-style: none;
  padding: 0;
  margin: 0; }
  .template-podcast-episode .subscribe-list li {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(50% - 2.16429rem);
    margin-bottom: 1.07143rem; }
    .template-podcast-episode .subscribe-list li a {
      cursor: pointer;
      display: block; }

.template-podcast-episode .social-share-wrap {
  padding-left: 2.14286rem;
  padding-right: 4.28571rem; }
  .template-podcast-episode .social-share-wrap .social-share {
    position: sticky;
    top: 12.85714rem; }
  .template-podcast-episode .social-share-wrap .social-icons {
    flex-direction: column;
    align-items: center; }
    .template-podcast-episode .social-share-wrap .social-icons .social-icon {
      margin-right: 0; }
      .template-podcast-episode .social-share-wrap .social-icons .social-icon:not(:first-child) {
        margin-top: 1.60714rem; }

@media (max-height: 700px), (max-width: 1000px) {
  .template-podcast-episode .view-header .social-share {
    display: block; }
  .template-podcast-episode .podcast-sidebar hr:not(:last-child),
  .template-podcast-episode .podcast-sidebar .jumplist {
    display: none; }
  .template-podcast-episode .social-share-wrap {
    display: none; } }

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

h1 {
  margin: 0 0 3.21429rem;
  font-size: 5.35714rem;
  line-height: 5.35714rem;
  letter-spacing: -2px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 4.01786rem;
      line-height: 4.28571rem; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 2.67857rem;
      line-height: 2.78571rem;
      letter-spacing: -1px; } }

h2 {
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.57143rem;
      line-height: 2.67857rem; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2.14286rem;
      line-height: 2.41071rem;
      letter-spacing: -.5px; } }

h3 {
  margin: 0 0 2.14286rem;
  font-size: 2.57143rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    h3 {
      font-size: 1.82143rem;
      line-height: 2.14286rem;
      letter-spacing: -0.05357rem; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }

h4 {
  margin: 0 0 1.07143rem;
  font-size: 1.82143rem;
  line-height: 2.14286rem;
  letter-spacing: -0.05357rem; }
  @media (max-width: 600px) {
    h4 {
      font-size: 1.71429rem;
      line-height: 1.92857rem;
      letter-spacing: -0.04286rem; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

h5 {
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  font-weight: bold;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

p {
  margin: 0 0 2.14286rem; }
  @media (max-width: 600px) {
    p {
      margin: 0 0 1.07143rem; } }

blockquote, blockquote .html-block, .large-body {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    blockquote, blockquote .html-block, .large-body {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }

label {
  text-transform: uppercase;
  letter-spacing: 0.21429rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 1.28571rem; }
  @media (max-height: 700px), (max-width: 1000px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote p {
    margin-bottom: 1.07143rem; }
  blockquote cite {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    padding-left: 4.82143rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5; }
    blockquote cite:before {
      content: ' ';
      height: 2px;
      width: 3.21429rem;
      position: absolute;
      top: 0.80357rem;
      left: 0;
      margin-top: -1px;
      background: #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

.template-integrate .integrate-header .wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }

.template-integrate .integrate-header .image {
  align-self: flex-start;
  margin-right: 4.28571rem;
  flex-shrink: 0; }
  .template-integrate .integrate-header .image img {
    height: 12.85714rem; }

.template-integrate .integrate-header .title {
  flex-shrink: 1; }

.template-integrate .integrate-header h1 {
  margin-top: 1.07143rem;
  margin-bottom: 0; }

.template-integrate .integrate-header .social-share {
  display: none; }

.template-integrate .integrate-main {
  position: relative;
  display: flex;
  margin-top: 4.28571rem; }

.template-integrate .integrate-sidebar hr:first-child {
  margin-top: 0; }

.template-integrate .social-share-wrap {
  padding-right: 4.28571rem; }
  .template-integrate .social-share-wrap .social-share {
    position: sticky;
    top: 12.85714rem; }
  .template-integrate .social-share-wrap .social-icons {
    flex-direction: column;
    align-items: flex-start; }
    .template-integrate .social-share-wrap .social-icons .social-icon {
      margin-right: 0; }
      .template-integrate .social-share-wrap .social-icons .social-icon:not(:first-child) {
        margin-top: 1.60714rem; }

.template-integrate .integrate-history {
  margin-top: 4.28571rem; }

@media (max-height: 700px), (max-width: 1000px) {
  .template-integrate .integrate-header h1 {
    margin-bottom: 2.14286rem; }
  .template-integrate .integrate-header .social-share {
    display: block; }
  .template-integrate .integrate-sidebar hr,
  .template-integrate .integrate-sidebar .jumplist {
    display: none; }
  .template-integrate .social-share-wrap {
    display: none; } }

@media (max-width: 600px) {
  .template-integrate .integrate-header .wrap {
    display: block; }
    .template-integrate .integrate-header .wrap .image {
      margin-right: 0;
      margin-bottom: 2.14286rem; }
      .template-integrate .integrate-header .wrap .image img {
        height: auto; } }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  overflow-x: hidden;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  background: white;
  color: #414042;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

html {
  font-size: 14px;
  line-height: 30px; }
  @media (max-height: 700px), (max-width: 1000px) {
    html {
      font-size: 13px;
      line-height: 25px; } }

.template-wrap {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  max-width: calc(1920px + 15rem);
  margin: 0 auto;
  padding-top: calc(3.21429rem + (2.14286rem * 2) + 4.28571rem); }
  @media (max-width: 1770px) {
    .template-wrap {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1000px) {
    .template-wrap {
      padding-left: 0;
      padding-right: 0;
      max-width: calc(1920px + 4.28571rem); } }
  @media (max-width: 1000px) {
    .template-wrap {
      padding-top: calc(2.14286rem + (1.60714rem * 2) + 5.35714rem); } }

img {
  max-width: 100%;
  height: auto;
  display: block; }
  img.inline {
    display: inline-block; }

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

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.07143rem;
  margin-left: -1.07143rem; }

.col3 {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(25% - 2.16429rem); }

.col4 {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(33.33333% - 2.16429rem); }

.col6 {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(50% - 2.16429rem); }

.col9 {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(75% - 2.16429rem); }

.col12 {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(100% - 2.16429rem); }

hr {
  border: none;
  border-top: 2px solid #414042;
  border-radius: 1px;
  margin: 4.28571rem 0; }
  @media (max-height: 700px), (max-width: 1000px) {
    hr {
      margin: 2.14286rem 0; } }

ul {
  padding-left: 2.14286rem;
  margin: 0 0 2.14286rem; }

.html-block a {
  white-space: pre-wrap;
  border-bottom: 1px solid #414042; }
  .html-block a.no-underline {
    border: 0; }
  .html-block a:hover {
    opacity: .8; }

.html-block *:last-child {
  margin-bottom: 0; }

.html-block + .btn {
  margin-top: 2.14286rem; }

.content-row blockquote {
  margin-bottom: 3.21429rem;
  margin-top: 3.21429rem;
  position: relative;
  padding-top: 3.21429rem;
  padding-bottom: 2.14286rem;
  border-top: 2px solid #414042;
  border-bottom: 2px solid #414042; }
  @media (max-height: 700px), (max-width: 1000px) {
    .content-row blockquote {
      margin-bottom: 2.14286rem; } }
  @media (max-width: 600px) {
    .content-row blockquote {
      margin-bottom: 1.60714rem; } }
  .content-row blockquote:before {
    top: 3.21429rem; }

.graphic {
  overflow: visible; }
  .graphic .stroke {
    stroke: #414042; }
  .graphic .fill {
    fill: #414042; }
  .graphic path, .graphic line, .graphic polyline {
    vector-effect: non-scaling-stroke;
    fill: none; }
  .graphic .stroke {
    stroke-width: 2px; }

#intro {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem; }
  @media (max-width: 600px) {
    #intro {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }

#notes-references p {
  margin-bottom: 0.53571rem; }

.prev-next {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.07143rem;
  margin-left: -1.07143rem;
  padding-top: 4.28571rem;
  padding-bottom: 3.21429rem;
  margin-bottom: 4.28571rem;
  position: relative; }
  @media (max-height: 700px), (max-width: 1000px) {
    .prev-next {
      padding-top: 3.21429rem;
      padding-bottom: 1.07143rem; } }
  .prev-next:before {
    content: ' ';
    z-index: -1;
    border-radius: 4px;
    position: absolute;
    background: #F6F6F6;
    top: 0;
    right: -3.21429rem;
    bottom: 0;
    left: -3.21429rem; }
  .prev-next.view-left {
    padding-right: 4.28571rem; }
    .prev-next.view-left:before {
      right: 1.07143rem; }
  .prev-next .prev, .prev-next .next {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(50% - 2.16429rem);
    margin-bottom: 2.14286rem;
    display: flex;
    flex-direction: column; }
    @media (max-height: 700px), (max-width: 1000px) {
      .prev-next .prev, .prev-next .next {
        margin-bottom: 1.07143rem; } }
    @media (max-width: 600px) {
      .prev-next .prev, .prev-next .next {
        width: calc(100% - 2.14286rem);
        margin-left: 1.07143rem;
        margin-right: 1.07143rem; } }
    .prev-next .prev .card, .prev-next .next .card {
      flex-grow: 1; }
  @media (max-height: 700px), (max-width: 1000px) {
    .prev-next.view-left {
      padding-right: 0; }
      .prev-next.view-left:before {
        right: 0; } }

#about-authors {
  padding: 0 0 2.14286rem;
  border-bottom: 2px solid #414042;
  margin-top: 4.28571rem; }
  #about-authors ul {
    list-style: none;
    padding: 0; }
    #about-authors ul li {
      margin-bottom: 2.14286rem; }
      #about-authors ul li:last-child {
        margin-bottom: 0; }
  #about-authors .content-heading {
    margin-bottom: 4.28571rem; }
  #about-authors .author {
    align-items: stretch;
    display: flex;
    width: 100%; }
    #about-authors .author .image {
      margin-right: 4.28571rem;
      width: 12.85714rem;
      flex-shrink: 0; }
      #about-authors .author .image img {
        height: auto;
        width: 100%; }
    #about-authors .author h3 a:hover, #about-authors .author h4 a:hover {
      border-bottom: 2px solid #414042;
      text-decoration: none; }
  @media (max-width: 600px) {
    #about-authors .author {
      display: block; }
      #about-authors .author .image img {
        height: auto;
        max-width: 45%;
        min-width: unset; } }

.large-callout {
  padding: 4.28571rem;
  position: relative;
  color: white;
  margin-top: 4.28571rem;
  background-size: cover;
  background-position: center; }
  .large-callout__overlay-mask {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #414042;
    opacity: .85; }
  .large-callout__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .large-callout__content-wrap {
    margin-right: 2.14286rem;
    width: 66.66%; }
  .large-callout__heading {
    margin-top: 1.60714rem; }
  .large-callout__content {
    margin-bottom: 0; }
  .large-callout__cta-button {
    width: 33.33%;
    text-align: center; }
    .large-callout__cta-button .btn {
      margin: 0;
      text-align: center; }
  .large-callout .pill:hover {
    background: transparent;
    color: white; }
  @media (max-height: 700px), (max-width: 1000px) {
    .large-callout {
      padding: 4.28571rem 2.14286rem;
      margin-top: 3.21429rem; }
      .large-callout__wrap {
        width: 100%;
        display: block; }
      .large-callout__cta-button {
        width: 100%;
        text-align: left; }
        .large-callout__cta-button .btn {
          margin-top: 1.60714rem; } }

.product-purchase__price-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2.14286rem; }

.product-purchase__button, .product-purchase__price {
  display: inline-flex;
  width: 49.5%;
  justify-content: center;
  margin-bottom: 0; }

.product-purchase__price {
  justify-content: flex-end; }

@media (max-height: 700px), (max-width: 1000px) {
  .product-purchase__price-wrap {
    flex-direction: row-reverse; }
  .product-purchase__price {
    justify-content: flex-start; } }

.product-information__detail__label, .product-information__detail__content {
  display: inline-flex;
  width: 50%; }
  .product-information__detail__label *, .product-information__detail__content * {
    margin-bottom: 0; }

.product-sidebar div:first-child > hr {
  margin-top: 0; }

.previous-order__content-wrap {
  display: flex;
  margin: 0 1.60714rem; }
  .previous-order__content-wrap .previous-order {
    margin-bottom: 3.21429rem; }
    .previous-order__content-wrap .previous-order__image, .previous-order__content-wrap .previous-order__information {
      display: inline-block; }
    .previous-order__content-wrap .previous-order__image {
      margin-right: 4.28571rem;
      max-width: 125px; }
    .previous-order__content-wrap .previous-order__information {
      align-self: center; }
      .previous-order__content-wrap .previous-order__information__detail {
        margin-bottom: 0;
        align-items: center; }
        .previous-order__content-wrap .previous-order__information__detail--title {
          margin-bottom: 0.53571rem; }
        .previous-order__content-wrap .previous-order__information__detail--price, .previous-order__content-wrap .previous-order__information__detail--order-date {
          opacity: .6; }
        .previous-order__content-wrap .previous-order__information__detail--link {
          text-decoration: underline; }

.account-details {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.07143rem;
  margin-left: -1.07143rem; }
  .account-details input {
    font-family: "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    border: 2px solid #747276;
    background: transparent;
    color: #414042;
    border-radius: 4px;
    font-size: 14px;
    height: 3.75rem;
    line-height: 30px;
    padding: 0 1.60714rem;
    -webkit-appearance: none;
    text-indent: 0;
    line-height: 3.21429rerem;
    height: 3.21429rem;
    padding: 0 1.07143rem;
    width: 75%; }
    .account-details input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #414042; }
    .account-details input::-moz-placeholder {
      /* Firefox 19+ */
      color: #414042; }
    .account-details input:-ms-input-placeholder {
      /* IE 10+ */
      color: #414042; }
    .account-details input:-moz-placeholder {
      /* Firefox 18- */
      color: #414042; }
    .account-details input:hover, .account-details input:focus, .account-details input:active {
      border-color: #414042;
      outline: 0; }
  .account-details__personal-information {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(33.33333% - 2.16429rem); }
    .account-details__personal-information__header {
      display: flex;
      align-items: flex-end;
      margin-bottom: 2.14286rem; }
      .account-details__personal-information__header .heading,
      .account-details__personal-information__header .edit-link {
        margin: 0; }
      .account-details__personal-information__header .edit-link {
        margin-left: auto;
        text-decoration: underline;
        cursor: pointer; }
    .account-details__personal-information__label {
      margin-bottom: 0rem; }
    .account-details__personal-information__value {
      margin-bottom: 0.53571rem; }
  .account-details__save-changes {
    margin-top: 1.60714rem; }
    .account-details__save-changes .btn {
      padding-left: 6.42857rem;
      padding-right: 6.42857rem; }
  .account-details__order-history {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(66.66667% - 2.16429rem);
    background: #F6F6F6;
    border-radius: 4px; }
    .account-details__order-history__inner-wrap {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; }
    .account-details__order-history__inner-content {
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(83.33333% - 2.16429rem);
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      margin: auto;
      margin-top: 4.28571rem;
      margin-bottom: 4.28571rem; }
  .account-details__hr {
    margin: 2.14286rem 0; }
    .account-details__hr--no-top-margin {
      margin-top: 0; }
  @media (max-height: 700px), (max-width: 1000px) {
    .account-details__personal-information {
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(100% - 2.16429rem);
      margin-bottom: 2.14286rem; }
    .account-details__order-history {
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(100% - 2.16429rem); }
      .account-details__order-history__inner-content {
        margin-left: 1.07143rem;
        margin-right: 1.07143rem;
        width: calc(100% - 2.16429rem);
        margin: 3.21429rem 2.14286rem; } }

.customer-auth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.14286rem 4.28571rem;
  max-width: 800px;
  margin: auto;
  position: relative; }
  .customer-auth__input {
    font-family: "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    border: 2px solid #747276;
    background: transparent;
    color: #414042;
    border-radius: 4px;
    font-size: 14px;
    height: 3.75rem;
    line-height: 30px;
    padding: 0 1.60714rem;
    -webkit-appearance: none;
    text-indent: 0;
    margin-bottom: 2.14286rem; }
    .customer-auth__input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #414042; }
    .customer-auth__input::-moz-placeholder {
      /* Firefox 19+ */
      color: #414042; }
    .customer-auth__input:-ms-input-placeholder {
      /* IE 10+ */
      color: #414042; }
    .customer-auth__input:-moz-placeholder {
      /* Firefox 18- */
      color: #414042; }
    .customer-auth__input:hover, .customer-auth__input:focus, .customer-auth__input:active {
      border-color: #414042;
      outline: 0; }
    .customer-auth__input.has-error {
      border: 2px solid #ff7979;
      background: rgba(255, 121, 121, 0.25);
      color: #ff7979; }
  .customer-auth__generic-error {
    display: inline-block;
    font-size: 20px;
    border-radius: 4px;
    color: #6F2C30;
    padding: 0.21429rem 0rem;
    margin-bottom: 0.53571rem; }
  .customer-auth__specific-error {
    margin-bottom: 0.32143rem;
    line-height: 1; }
  .customer-auth__buttons {
    display: flex; }
  .customer-auth__button {
    flex: 1;
    text-align: center;
    display: block;
    margin-bottom: 0.53571rem; }
    .customer-auth__button:first-child {
      width: calc(50% - 2.14286rem);
      margin-right: 2.14286rem; }
  .customer-auth .loading-circle {
    position: absolute;
    top: -20px; }
  .customer-auth__recover-password-button {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    text-decoration: underline;
    font-size: 0.96429rem;
    cursor: pointer; }

.password-reset__input {
  font-family: "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  border: 2px solid #747276;
  background: transparent;
  color: #414042;
  border-radius: 4px;
  font-size: 14px;
  height: 3.75rem;
  line-height: 30px;
  padding: 0 1.60714rem;
  -webkit-appearance: none;
  text-indent: 0;
  margin-bottom: 1.07143rem; }
  .password-reset__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #414042; }
  .password-reset__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #414042; }
  .password-reset__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #414042; }
  .password-reset__input:-moz-placeholder {
    /* Firefox 18- */
    color: #414042; }
  .password-reset__input:hover, .password-reset__input:focus, .password-reset__input:active {
    border-color: #414042;
    outline: 0; }

.password-reset__button {
  margin-bottom: 0; }

.password-reset__specific-error {
  margin-bottom: 0.32143rem;
  line-height: 1; }

.featured-person__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.07143rem;
  margin-left: -1.07143rem;
  position: relative; }

.featured-person__image {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(33.33333% - 2.16429rem); }
  @media (max-width: 600px) {
    .featured-person__image {
      width: calc(100% - 2.14286rem);
      margin-left: 1.07143rem;
      margin-right: 1.07143rem; } }
  .featured-person__image img {
    border-radius: 4px; }

.featured-person__content {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(66.66667% - 2.16429rem); }
  @media (max-width: 600px) {
    .featured-person__content {
      width: calc(100% - 2.14286rem);
      margin-left: 1.07143rem;
      margin-right: 1.07143rem; } }

.featured-person__byline {
  margin-bottom: 0.64286rem;
  font-weight: bold; }

@media (max-width: 600px) {
  .featured-person__image {
    margin-bottom: 2.14286rem; }
    .featured-person__image img {
      min-width: 100%; } }

.archive .filter-count button {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: 0;
  color: inherit; }

.archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link,
.archive .ais-HierarchicalMenu-list .ais-RefinementList-label,
.archive .ais-RefinementList-list .ais-HierarchicalMenu-link,
.archive .ais-RefinementList-list .ais-RefinementList-label {
  font-size: 14px;
  line-height: 30px;
  text-transform: none;
  letter-spacing: 0; }

.archive .filter-count, .archive .filter-count button, .archive .ais-HierarchicalMenu-count,
.archive .ais-RefinementList-count {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 0.81429rem;
  font-weight: normal; }
  @media (max-height: 700px), (max-width: 1000px) {
    .archive .filter-count, .archive .filter-count button, .archive .ais-HierarchicalMenu-count,
    .archive .ais-RefinementList-count {
      font-size: 0.64286rem; } }

#scroll-anchor {
  position: absolute;
  top: 0; }

.archive {
  max-width: calc(1440px + 8.57143rem);
  margin: 0 auto;
  padding-left: 4.28571rem;
  padding-right: 4.28571rem;
  width: 100%;
  padding-top: 4.28571rem;
  padding-bottom: 4.28571rem;
  position: relative; }
  @media (max-width: 1000px) {
    .archive {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }
  .archive:before {
    content: ' ';
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #F6F6F6; }
  .archive .row .sticky-wrap,
  .archive .row > section {
    position: relative;
    z-index: 2; }
  .archive .row .sticky-wrap {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(33.33333% - 2.16429rem);
    padding-right: 2.14286rem; }
    .archive .row .sticky-wrap .header {
      overflow: hidden;
      text-overflow: ellipsis; }
  .archive .row > section {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(66.66667% - 2.16429rem); }
  .archive .filter-count {
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: 2.14286rem; }
    .archive .filter-count button {
      cursor: pointer; }
      .archive .filter-count button:hover {
        opacity: .5; }
  .archive .ais-SearchBox {
    margin-bottom: 2.14286rem;
    position: relative; }
    @media (max-height: 700px), (max-width: 1000px) {
      .archive .ais-SearchBox {
        margin-bottom: 1.07143rem; } }
    .archive .ais-SearchBox .ais-SearchBox-input {
      font-family: "Helvetica Neue", Arial, sans-serif;
      width: 100%;
      border: 2px solid #747276;
      background: transparent;
      color: #414042;
      border-radius: 4px;
      font-size: 14px;
      height: 3.75rem;
      line-height: 30px;
      padding: 0 1.60714rem;
      -webkit-appearance: none;
      text-indent: 0;
      font-weight: bold;
      width: 100%;
      background: white; }
      .archive .ais-SearchBox .ais-SearchBox-input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #414042; }
      .archive .ais-SearchBox .ais-SearchBox-input::-moz-placeholder {
        /* Firefox 19+ */
        color: #414042; }
      .archive .ais-SearchBox .ais-SearchBox-input:-ms-input-placeholder {
        /* IE 10+ */
        color: #414042; }
      .archive .ais-SearchBox .ais-SearchBox-input:-moz-placeholder {
        /* Firefox 18- */
        color: #414042; }
      .archive .ais-SearchBox .ais-SearchBox-input:hover, .archive .ais-SearchBox .ais-SearchBox-input:focus, .archive .ais-SearchBox .ais-SearchBox-input:active {
        border-color: #414042;
        outline: 0; }
    .archive .ais-SearchBox .ais-SearchBox-reset,
    .archive .ais-SearchBox .ais-SearchBox-submit {
      border-radius: 4px;
      position: absolute;
      top: 2px;
      bottom: 3px;
      width: 3.21429rem;
      background: white;
      border: 0;
      cursor: pointer; }
      .archive .ais-SearchBox .ais-SearchBox-reset:hover svg,
      .archive .ais-SearchBox .ais-SearchBox-submit:hover svg {
        opacity: .5; }
    .archive .ais-SearchBox .ais-SearchBox-submit {
      right: 2px; }
    .archive .ais-SearchBox .ais-SearchBox-reset {
      right: 3.21429rem; }
  .archive .datepicker input[type=date] {
    font-family: "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    border: 2px solid #747276;
    background: transparent;
    color: #414042;
    border-radius: 4px;
    font-size: 14px;
    height: 3.75rem;
    line-height: 30px;
    padding: 0 1.60714rem;
    -webkit-appearance: none;
    text-indent: 0;
    font-weight: bold; }
    .archive .datepicker input[type=date]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #414042; }
    .archive .datepicker input[type=date]::-moz-placeholder {
      /* Firefox 19+ */
      color: #414042; }
    .archive .datepicker input[type=date]:-ms-input-placeholder {
      /* IE 10+ */
      color: #414042; }
    .archive .datepicker input[type=date]:-moz-placeholder {
      /* Firefox 18- */
      color: #414042; }
    .archive .datepicker input[type=date]:hover, .archive .datepicker input[type=date]:focus, .archive .datepicker input[type=date]:active {
      border-color: #414042;
      outline: 0; }
  .archive .datepicker + .datepicker {
    margin-top: 2.14286rem; }
  .archive .ais-RefinementList-labelText,
  .archive .ais-HierarchicalMenu-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 2.14286rem; }
  .archive .ais-HierarchicalMenu-list,
  .archive .ais-RefinementList-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link,
    .archive .ais-HierarchicalMenu-list .ais-RefinementList-label,
    .archive .ais-RefinementList-list .ais-HierarchicalMenu-link,
    .archive .ais-RefinementList-list .ais-RefinementList-label {
      position: relative;
      padding-left: 2.14286rem;
      display: flex;
      cursor: pointer; }
      .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link input[type=checkbox],
      .archive .ais-HierarchicalMenu-list .ais-RefinementList-label input[type=checkbox],
      .archive .ais-RefinementList-list .ais-HierarchicalMenu-link input[type=checkbox],
      .archive .ais-RefinementList-list .ais-RefinementList-label input[type=checkbox] {
        position: absolute;
        left: 0;
        z-index: 1;
        top: 0.53571rem; }
      .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link:before, .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link:after,
      .archive .ais-HierarchicalMenu-list .ais-RefinementList-label:before,
      .archive .ais-HierarchicalMenu-list .ais-RefinementList-label:after,
      .archive .ais-RefinementList-list .ais-HierarchicalMenu-link:before,
      .archive .ais-RefinementList-list .ais-HierarchicalMenu-link:after,
      .archive .ais-RefinementList-list .ais-RefinementList-label:before,
      .archive .ais-RefinementList-list .ais-RefinementList-label:after {
        content: ' ';
        z-index: 2;
        position: absolute; }
      .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link:before,
      .archive .ais-HierarchicalMenu-list .ais-RefinementList-label:before,
      .archive .ais-RefinementList-list .ais-HierarchicalMenu-link:before,
      .archive .ais-RefinementList-list .ais-RefinementList-label:before {
        border-radius: 2px;
        left: 0;
        top: 0.53571rem;
        width: 1.07143rem;
        height: 1.07143rem;
        background: white;
        box-shadow: 0 0 0 2px #414042; }
      .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link:after,
      .archive .ais-HierarchicalMenu-list .ais-RefinementList-label:after,
      .archive .ais-RefinementList-list .ais-HierarchicalMenu-link:after,
      .archive .ais-RefinementList-list .ais-RefinementList-label:after {
        border-radius: 2px;
        width: 0.64286rem;
        height: 0.64286rem;
        top: 0.75rem;
        left: 0.21429rem;
        background: #414042;
        opacity: 0; }
      .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link:hover:hover,
      .archive .ais-HierarchicalMenu-list .ais-RefinementList-label:hover:hover,
      .archive .ais-RefinementList-list .ais-HierarchicalMenu-link:hover:hover,
      .archive .ais-RefinementList-list .ais-RefinementList-label:hover:hover {
        opacity: .5; }
        .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link:hover:hover:after,
        .archive .ais-HierarchicalMenu-list .ais-RefinementList-label:hover:hover:after,
        .archive .ais-RefinementList-list .ais-HierarchicalMenu-link:hover:hover:after,
        .archive .ais-RefinementList-list .ais-RefinementList-label:hover:hover:after {
          opacity: 1; }
        .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-link:hover:hover:after,
        .archive .ais-HierarchicalMenu-list .ais-RefinementList-label:hover:hover:after,
        .archive .ais-RefinementList-list .ais-HierarchicalMenu-link:hover:hover:after,
        .archive .ais-RefinementList-list .ais-RefinementList-label:hover:hover:after {
          opacity: .5; }
    .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link:after,
    .archive .ais-HierarchicalMenu-list .ais-RefinementList-item--selected .ais-RefinementList-label:after,
    .archive .ais-RefinementList-list .ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link:after,
    .archive .ais-RefinementList-list .ais-RefinementList-item--selected .ais-RefinementList-label:after {
      opacity: 1; }
    .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list--child,
    .archive .ais-RefinementList-list .ais-HierarchicalMenu-list--child {
      position: relative;
      padding: 1.07143rem 0; }
      .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-item,
      .archive .ais-RefinementList-list .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-item {
        position: relative;
        padding-left: 2.14286rem; }
        .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-item:before,
        .archive .ais-RefinementList-list .ais-HierarchicalMenu-list--child .ais-HierarchicalMenu-item:before {
          content: ' ';
          background: #F6F6F6;
          position: absolute;
          top: 0.96429rem;
          left: 0.64286rem;
          width: 1.5rem;
          height: 2px; }
      .archive .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list--child:before,
      .archive .ais-RefinementList-list .ais-HierarchicalMenu-list--child:before {
        content: ' ';
        width: 2px;
        background: #F6F6F6;
        position: absolute;
        top: -0.42857rem;
        bottom: 2.14286rem;
        left: 0.64286rem; }
  .archive .ais-HierarchicalMenu-count,
  .archive .ais-RefinementList-count {
    align-self: flex-end;
    margin-left: auto;
    font-weight: normal; }
  .archive .ais-Hits-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.07143rem;
    margin-left: -1.07143rem;
    list-style: none;
    padding: 0;
    align-items: stretch; }
    .archive .ais-Hits-list .ais-Hits-item {
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(50% - 2.16429rem);
      margin-bottom: 2.14286rem; }
      @media (max-width: 600px) {
        .archive .ais-Hits-list .ais-Hits-item {
          width: calc(100% - 2.14286rem);
          margin-left: 1.07143rem;
          margin-right: 1.07143rem; } }
      @media (max-height: 700px), (max-width: 1000px) {
        .archive .ais-Hits-list .ais-Hits-item {
          margin-bottom: 1.07143rem; } }
      .archive .ais-Hits-list .ais-Hits-item .card {
        height: 100%;
        margin: 0; }
  .archive .ais-Pagination-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0; }
    .archive .ais-Pagination-list li {
      margin-right: 0.53571rem; }
      .archive .ais-Pagination-list li a {
        display: block;
        width: 2.14286rem;
        height: 2.14286rem;
        text-align: center; }
    .archive .ais-Pagination-list .ais-Pagination-item--selected {
      box-shadow: inset 0 0 0 2px #414042;
      border-radius: 4px; }
    .archive .ais-Pagination-list .ais-Pagination-item:hover {
      background: white; }
  .archive .ais-Pagination-item--disabled {
    display: none; }
  @media (max-width: 1000px) {
    .archive .row > section {
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(100% - 2.16429rem); }
    .archive .row .sticky-wrap {
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(100% - 2.16429rem);
      padding-right: 0;
      margin-bottom: 2.14286rem; } }
  @media (max-width: 600px) {
    .archive {
      padding-top: 2.14286rem; } }

.hero-cta-template .hero {
  position: relative;
  overflow: hidden; }
  .hero-cta-template .hero .featured-image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .hero-cta-template .hero .content {
    max-width: calc(1440px + 8.57143rem);
    margin: 0 auto;
    padding-left: 4.28571rem;
    padding-right: 4.28571rem;
    width: 100%;
    padding-top: 10.71429rem;
    padding-bottom: 17.14286rem;
    position: relative;
    z-index: 2; }
    @media (max-width: 1000px) {
      .hero-cta-template .hero .content {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem; } }
    .hero-cta-template .hero .content h1, .hero-cta-template .hero .content h2, .hero-cta-template .hero .content h3, .hero-cta-template .hero .content h4, .hero-cta-template .hero .content h5, .hero-cta-template .hero .content p {
      color: white; }
    .hero-cta-template .hero .content .btn {
      margin-right: 2.14286rem; }

.hero-cta-template .main {
  max-width: calc(1440px + 8.57143rem);
  margin: 0 auto;
  padding-left: 4.28571rem;
  padding-right: 4.28571rem;
  width: 100%; }
  @media (max-width: 1000px) {
    .hero-cta-template .main {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

.hero-cta-template .flexible-content .slider-card-small:nth-child(1) {
  z-index: 2;
  margin-top: -12.85714rem; }
  .hero-cta-template .flexible-content .slider-card-small:nth-child(1) header {
    padding-top: 12.85714rem; }
  .hero-cta-template .flexible-content .slider-card-small:nth-child(1) .slider-static,
  .hero-cta-template .flexible-content .slider-card-small:nth-child(1) .slick-slider {
    padding-top: 4.28571rem; }
    .hero-cta-template .flexible-content .slider-card-small:nth-child(1) .slider-static:before,
    .hero-cta-template .flexible-content .slider-card-small:nth-child(1) .slick-slider:before {
      content: ' ';
      background: white;
      border-radius: 0; }

@media (max-width: 1000px) {
  .hero-cta-template .hero .content {
    padding-top: 6.42857rem;
    padding-bottom: 15rem; }
    .hero-cta-template .hero .content br {
      display: none; }
  .hero-cta-template .flexible-content .slider-card-small:nth-child(1) header {
    margin-left: -1.07143rem;
    padding-left: 2.14286rem;
    padding-right: 2.14286rem;
    background: white;
    width: 100%;
    min-width: initial;
    max-width: 80%;
    padding-top: 2.14286rem; }
  .hero-cta-template .flexible-content .slider-card-small:nth-child(1) .slider-static,
  .hero-cta-template .flexible-content .slider-card-small:nth-child(1) .slick-slider {
    padding-top: 0; } }

@media (max-width: 600px) {
  .hero-cta-template .hero .content {
    padding-top: 4.28571rem;
    padding-bottom: 4.28571rem; }
    .hero-cta-template .hero .content .btn, .hero-cta-template .hero .content .btn span {
      width: 100%; }
  .hero-cta-template .flexible-content .slider-card-small:nth-child(1) {
    margin-top: 0;
    padding-top: 0; }
    .hero-cta-template .flexible-content .slider-card-small:nth-child(1) header {
      max-width: unset;
      margin-right: 0;
      margin-left: auto;
      padding-left: 0.53571rem;
      padding-right: 0.53571rem; } }

.video {
  width: 100%; }

.podcast-episode {
  background: white;
  border-radius: 4px;
  margin-bottom: 4.28571rem;
  padding: 2.14286rem; }
  .podcast-episode .episode-details-actions {
    display: flex;
    justify-content: space-between; }
  .podcast-episode h4 {
    margin-bottom: 0.53571rem; }
    .podcast-episode h4 a:hover {
      text-decoration: underline; }
  .podcast-episode .details {
    padding-right: 4.28571rem; }
    .podcast-episode .details .meta {
      display: flex;
      flex-wrap: wrap; }
    .podcast-episode .details .authors-list {
      display: inline-flex; }
    .podcast-episode .details p {
      margin-bottom: 0; }
  .podcast-episode .actions {
    width: 13.92857rem;
    flex-shrink: 0; }
    .podcast-episode .actions .btn {
      margin-bottom: 1.07143rem;
      width: 100%;
      justify-content: space-around; }
      .podcast-episode .actions .btn:last-child {
        margin-bottom: 0; }
  .podcast-episode .podcast-player .html-block {
    padding-top: 4.28571rem; }
  @media (max-width: 1280px) {
    .podcast-episode .episode-details-actions {
      display: block; }
      .podcast-episode .episode-details-actions .details {
        margin-bottom: 2.14286rem;
        padding-right: 0; }
      .podcast-episode .episode-details-actions .actions {
        width: auto; }
        .podcast-episode .episode-details-actions .actions .btn {
          width: auto; }
          .podcast-episode .episode-details-actions .actions .btn:first-child {
            margin-right: 2.14286rem; } }

.podcast-list {
  padding: 4.28571rem;
  background: #F6F6F6;
  border-radius: 10px;
  list-style: none; }
  .podcast-list li:last-child article {
    margin-bottom: 0; }
  @media (max-width: 1280px) {
    .podcast-list {
      padding: 2.14286rem; } }

.related-videos {
  margin-bottom: 4.28571rem; }
  .related-videos .authors-list {
    line-height: 1.41429rem; }
  .related-videos h5 {
    font-size: 1.5rem; }

