.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%; } }

#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; }

.product-information__top-hr {
  position: sticky;
  top: 0; }

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

.menu-modal-btn {
  cursor: pointer; }
  .menu-modal-btn.inline-link {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    box-shadow: 0;
    color: inherit; }
  .menu-modal-btn:focus {
    outline: none; }

.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: 1024px) {
      .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: 1024px) {
    .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; } }

.search-modal .interact {
  width: 100%; }
  .search-modal .interact input {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    margin: 0 0 2.14286rem;
    font-size: 4.01786rem;
    line-height: 4.28571rem;
    letter-spacing: -1.5px;
    padding: 2.14286rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 0;
    color: white; }
    @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 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;
    stroke-width: 2px;
    fill: none;
    vector-effect: non-scaling-stroke; }
  .search-modal button svg .fill {
    fill: white; }

@media (max-height: 700px), (max-width: 1024px) {
  .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: 1024px) {
  .search-modal .interact input {
    font-size: 1.60714rem;
    text-overflow: ellipsis;
    overfloW: hidden; } }

.mobile-menu-modal ul {
  list-style: none;
  padding: 0; }
  .mobile-menu-modal ul li, .mobile-menu-modal ul li > button {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    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, .mobile-menu-modal ul li > button {
        font-size: 2.57143rem;
        line-height: 2.67857rem; } }
    @media (max-width: 480px) {
      .mobile-menu-modal ul li, .mobile-menu-modal ul li > button {
        font-size: 2.14286rem;
        line-height: 2.41071rem;
        letter-spacing: -.5px; } }
    .mobile-menu-modal ul li:not(:last-child), .mobile-menu-modal ul li > button: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 {
  stroke: currentColor;
  margin-left: 2.14286rem;
  line-height: 1;
  height: 18px;
  width: 18px; }
  @media (max-height: 700px), (max-width: 1024px) {
    .account-icon {
      margin-left: 1.07143rem; } }

.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; }


@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; }

.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; } }

.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; }

.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: 1024px) {
  .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; } }

@media print {
  .person-template .hide-on-mobile {
    display: block !important; } }

.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: 1024px) {
    .not-found-content {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

.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: 1024px) {
    .not-found-template .not-found-header {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

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

.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;
      width: 100%;
      text-align: center;
      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 .flexible-content + .featured-person {
    margin-top: 4.28571rem; }

.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: 1024px) {
    .event-template__content-after {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

@media (max-width: 1680px) {
  .event-template .social-share {
    display: flex; } }

@media (max-width: 1024px) {
  .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-width: 1024px) 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-width: 1024px) {
    .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-width: 1024px) 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-width: 1024px) {
    .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; } }

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

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

.video .title .series-position {
  padding-top: 2.14286rem; }

.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;
  flex-direction: column; }

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

.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;
    margin-right: 0.64286rem; }
    .video .video-sidebar .video-wrap:hover .play-btn {
      opacity: 0.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: 1680px) {
  .video .title > .social-share {
    display: flex; } }

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

.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; }

@media (max-height: 700px), (max-width: 1024px) {
  .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; } }

@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; } }

.template-podcast-episode .podcast-main {
  position: relative;
  display: flex; }
  .template-podcast-episode .podcast-main > .content {
    flex-grow: 1; }
  .template-podcast-episode .podcast-main .listen-now-wrapper {
    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; }

@media (max-width: 1024px) {
  .template-podcast-episode .view-header .social-share {
    display: block; }
  .template-podcast-episode .podcast-main .listen-now-wrapper {
    margin-bottom: 1.60714rem; }
    .template-podcast-episode .podcast-main .listen-now-wrapper.desktop {
      display: none; }
  .template-podcast-episode .podcast-sidebar hr:not(:last-child),
  .template-podcast-episode .podcast-sidebar .jumplist {
    display: none; } }

@media print {
  .template-podcast-episode .listen-now-wrapper {
    display: none !important; } }

.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 .content .visit-account {
  display: none; }

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

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

.template-integrate .sticky-sidebar__main {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(75% - 2.16429rem); }

.template-integrate .sticky-sidebar__aside {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(25% - 2.16429rem); }

@media (max-width: 1024px) {
  .template-integrate .integrate-header h1 {
    margin-bottom: 2.14286rem; }
  .template-integrate .integrate-header .social-share {
    display: block; }
  .template-integrate .content .visit-account {
    max-width: 250px;
    display: block;
    text-align: center;
    margin-top: 0; }
  .template-integrate .integrate-sidebar hr,
  .template-integrate .integrate-sidebar .jumplist {
    display: none; }
  .template-integrate .sticky-sidebar__main {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(100% - 2.16429rem); }
  .template-integrate .sticky-sidebar__aside {
    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;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

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

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

h1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

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: 1024px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem;
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  @media (max-width: 600px) {
    blockquote {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote .html-block {
    font-family: "LibreBaskerville";
    font-size: 1.44643rem;
    line-height: 2.67857rem; }
    @media (max-width: 600px) {
      blockquote .html-block {
        font-size: 1.17857rem;
        line-height: 2.14286rem; } }
  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: 1024px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

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

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

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

.jumbo {
  font-size: 6.42857rem;
  line-height: 1;
  margin: 0 0 4.28571rem;
  letter-spacing: -0.16071rem; }
  @media (max-height: 700px), (max-width: 1024px) {
    .jumbo {
      font-size: 3.21429rem;
      margin-bottom: 2.14286rem; } }

.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: 1024px) {
    hr {
      margin: 2.14286rem 0; } }
  hr + hr {
    display: none; }

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

.flexible-content {
  position: relative;
  z-index: 5; }

.html-block a {
  white-space: pre-wrap;
  border-bottom: 1px solid #414042; }
  .html-block a.no-underline {
    border: 0; }
  .html-block a:hover {
    opacity: 0.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: 1024px) {
    .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;
    stroke-width: 2px;
    fill: none;
    vector-effect: non-scaling-stroke; }
  .graphic .fill {
    fill: #414042; }
  .graphic path,
  .graphic line,
  .graphic polyline {
    vector-effect: non-scaling-stroke;
    fill: none; }
  .graphic .stroke {
    stroke-width: 2px; }

@media print {
  @page {
    margin: 0.65in 0.25in; }
  * {
    -webkit-print-color-adjust: exact; }
  html {
    font-size: 10px !important;
    line-height: 20px !important; }
  iframe,
  .html-block > .wistia_responsive_padding,
  .mc-modal,
  .mc-banner,
  #termly-code-snippet-support,
  #related-resources,
  #related-questions {
    display: none; }
  * {
    border-width: 1px !important; } }

.banner-cta {
  padding: 2.14286rem 0;
  position: relative;
  display: flex;
  z-index: 2; }
  .banner-cta__close-button-type--xIcon .banner-cta__actions {
    margin-right: -1.07143rem; }
  .banner-cta__background-element {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(30deg, rgba(65, 139, 147, 0.8), rgba(99, 168, 178, 0.6)); }
  .banner-cta__content-element {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%; }
  .banner-cta__html {
    flex-grow: 1;
    margin-right: 1.07143rem;
    margin-left: 0; }
    .banner-cta__html * {
      margin: 0; }
  .banner-cta .banner-cta__actions {
    flex-grow: 1;
    position: relative; }
    .banner-cta .banner-cta__actions .banner-cta__buttons {
      display: flex;
      flex-wrap: wrap; }
      .banner-cta .banner-cta__actions .banner-cta__buttons .banner-cta__button {
        color: white;
        padding: 0.70714rem 2.14286rem;
        flex-grow: 1;
        justify-content: center;
        margin-right: 1.07143rem;
        margin-bottom: 0.53571rem;
        margin-top: 0.53571rem;
        max-width: 220px; }
        .banner-cta .banner-cta__actions .banner-cta__buttons .banner-cta__button.btn-primary {
          background-color: white;
          color: #414042; }
      .banner-cta .banner-cta__actions .banner-cta__buttons .banner-cta__maybe-later-wrapper {
        margin-left: 2.14286rem;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .banner-cta .banner-cta__actions .banner-cta__buttons .banner-cta__maybe-later-wrapper .btn {
          color: white; }
  .banner-cta__dismiss {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(8.33333% - 2.16429rem);
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    position: relative; }
    .banner-cta__dismiss button {
      background: none;
      padding: 0;
      border-radius: 0;
      margin-top: 0;
      margin-bottom: 0;
      border: none;
      cursor: pointer; }
    .banner-cta__dismiss svg {
      vertical-align: middle;
      width: 20px; }
      .banner-cta__dismiss svg .stroke {
        stroke: #ffffff;
        stroke-width: 2px;
        fill: none;
        vector-effect: non-scaling-stroke; }
      .banner-cta__dismiss svg .fill {
        fill: #ffffff; }
  .banner-cta__content-color--black .banner-cta__html {
    color: #414042; }
  .banner-cta__content-color--black .banner-cta__dismiss .stroke {
    stroke: #414042;
    stroke-width: 2px;
    fill: none;
    vector-effect: non-scaling-stroke; }
  .banner-cta__content-color--black .banner-cta__dismiss .fill {
    fill: #414042; }
  @media (max-width: 1024px) {
    .banner-cta .banner-cta__actions {
      margin-top: 1.07143rem; }
      .banner-cta .banner-cta__actions .banner-cta__buttons {
        margin-right: -1.07143rem/2; }
        .banner-cta .banner-cta__actions .banner-cta__buttons .banner-cta__button {
          min-width: calc(50% - 1.07143rem);
          max-width: calc(50% - 1.07143rem); }
        .banner-cta .banner-cta__actions .banner-cta__buttons .banner-cta__maybe-later-wrapper {
          width: 100%;
          margin-top: 0.53571rem;
          margin-right: 1.07143rem; }
    .banner-cta__dismiss {
      align-items: flex-start;
      margin-left: auto; } }

.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;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  transition: top 200ms linear, box-shadow 150ms linear; }
  @media (max-width: 1024px) {
    .header-main {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }
  .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 .account-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 .main-header-wrapper {
    display: flex;
    width: 100%; }
  .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;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .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 .account-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 .account-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 .account-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;
        stroke-width: 2px;
        fill: none;
        vector-effect: non-scaling-stroke; }
      .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;
        stroke-width: 2px;
        fill: none;
        vector-effect: non-scaling-stroke; }
      .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;
    stroke-width: 2px;
    fill: none;
    vector-effect: non-scaling-stroke; }
  .header-main.color-default .logo .fill {
    fill: #6f2c30; }
  .header-main.color-default .menu-modal-btn svg .stroke {
    stroke: #414042;
    stroke-width: 2px;
    fill: none;
    vector-effect: non-scaling-stroke; }
  .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;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .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;
    stroke-width: 2px;
    fill: none;
    vector-effect: non-scaling-stroke; }
  .header-main.color-white svg .fill {
    fill: white; }
  .header-main.color-white .header-wrapper *,
  .header-main.color-white .eyebrow-wrapper > aside {
    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 .account-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;
    stroke-width: 2px;
    fill: none;
    vector-effect: non-scaling-stroke; }
  .header-main.color-white .menu-modal-btn svg .fill {
    fill: white; }
  .header-main.color-overlay {
    bottom: unset; }
  @media (max-width: 1024px) {
    .header-main.has-eyebrow-content aside {
      display: flex; }
    .header-main aside {
      height: 5.35714rem;
      display: none; }
      .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; } }
  .header-main .print-only-url {
    display: none; }
  @media print {
    .header-main {
      display: block;
      position: relative; }
      .header-main .print-only-url {
        display: block;
        padding-top: 1.07143rem;
        font-weight: bold; }
      .header-main .header-wrapper {
        padding: 0;
        display: block; }
      .header-main.collapsed::before {
        display: none; }
      .header-main aside,
      .header-main .menu-modal-btn,
      .header-main .banner, .header-main:before {
        display: none;
        height: 0; }
      .header-main .logo {
        display: block; } }

footer.footer {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  max-width: calc(1920px + 15rem);
  margin: 0 auto; }
  @media (max-width: 1770px) {
    footer.footer {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1024px) {
    footer.footer {
      padding-left: 0;
      padding-right: 0;
      max-width: calc(1920px + 4.28571rem); } }
  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: 1024px) {
      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 {
    position: relative; }
    footer.footer .primary:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #414042; }
    footer.footer .primary .wrap {
      position: relative; }
    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 {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    margin-top: 1.60714rem;
    text-decoration: underline; }
    footer.footer .logout-button:hover {
      opacity: .8; }
  @media (max-height: 700px), (max-width: 1024px) {
    footer.footer .secondary .row section {
      margin-bottom: 1.07143rem; } }
  @media print {
    footer.footer {
      display: none; } }

.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: 1024px) {
    .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: 1024px) {
    .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 2.14286rem;
  border-bottom: 2px solid #f6f6f6;
  background-color: white; }
  .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; }

.previous-order__content-wrap {
  display: flex;
  margin: 0 1.60714rem;
  align-items: center; }
  .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__redirecting {
    text-align: center;
    margin-top: 4.28571rem;
    margin-bottom: 4.28571rem; }
  .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__information-update-errors {
    margin-bottom: 1.07143rem;
    font-weight: bold;
    color: #fe3939; }
  .account-details__logout-button {
    margin-top: 2.14286rem; }
    .account-details__logout-button .btn {
      width: 75%;
      max-width: 400px;
      justify-content: center;
      margin-bottom: 0; }
  .account-details__save-changes {
    margin-top: 1.60714rem; }
    .account-details__save-changes .btn {
      width: 75%;
      max-width: 400px;
      justify-content: center;
      margin-bottom: 0; }
  .account-details__order-history-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .account-details__order-history-heading {
    margin-right: 1.07143rem;
    margin-bottom: 0; }
  .account-details__order-history-browse-courses {
    margin-bottom: 0;
    text-decoration: underline; }
  .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: 1024px) {
    .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; } }

.form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.14286rem 4.28571rem;
  max-width: 800px;
  margin: auto;
  position: relative; }
  .form-wrapper .btn {
    margin-bottom: 1.07143rem; }
  .form-wrapper .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; }
    .form-wrapper .input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #414042; }
    .form-wrapper .input::-moz-placeholder {
      /* Firefox 19+ */
      color: #414042; }
    .form-wrapper .input:-ms-input-placeholder {
      /* IE 10+ */
      color: #414042; }
    .form-wrapper .input:-moz-placeholder {
      /* Firefox 18- */
      color: #414042; }
    .form-wrapper .input:hover, .form-wrapper .input:focus, .form-wrapper .input:active {
      border-color: #414042;
      outline: 0; }
    .form-wrapper .input.has-error {
      border: 2px solid #fe3939;
      background: rgba(254, 57, 57, 0.25);
      color: #fe3939; }
  .form-wrapper .loading-circle {
    position: absolute;
    top: -20px; }
  .form-wrapper .inline-buttons {
    display: flex;
    flex-direction: column; }
    .form-wrapper .inline-buttons .btn {
      text-decoration: underline;
      margin-bottom: 0rem; }

.loading-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-width: 5px;
  border: solid #f6f6f6;
  border-right: solid #6f2c30;
  animation: rotate-circle 650ms linear infinite; }
  .loading-circle__size--m {
    width: 70px;
    height: 70px;
    border-width: 7px; }

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

.customer-auth__buttons {
  margin-bottom: 1.07143rem;
  display: flex;
  align-items: center; }
  .customer-auth__buttons .loading-circle {
    position: relative;
    top: unset;
    margin-left: 1.07143rem; }
  .customer-auth__buttons .customer-auth__button {
    margin-bottom: 0; }

.customer-activation__button-wrapper {
  margin-bottom: 1.07143rem;
  display: flex;
  align-items: center; }
  .customer-activation__button-wrapper .loading-circle {
    position: relative;
    top: unset;
    margin-left: 1.07143rem; }

.password-reset__button-wrapper {
  margin-bottom: 1.07143rem;
  display: flex;
  align-items: center; }
  .password-reset__button-wrapper .loading-circle {
    position: relative;
    top: unset;
    margin-left: 1.07143rem; }
  .password-reset__button-wrapper .password-reset__submit-button {
    margin-bottom: 0; }

.visit-account {
  margin-top: 2.14286rem;
  width: 100%;
  justify-content: center; }
  .visit-account--type-text {
    width: initial;
    text-decoration: underline; }

.cart-drawer {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative; }
  .cart-drawer__loader {
    background-color: rgba(246, 246, 246, 0.75);
    backdrop-filter: blur(5px);
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12; }
    .cart-drawer__loader .loading-circle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .cart-drawer__loader-display--on {
    display: block; }
  .cart-drawer__loader-display--off {
    display: none; }
  .cart-drawer__product-section {
    display: flex;
    flex-direction: column; }
  .cart-drawer__checkout-section {
    padding: 2.14286rem;
    background: #f6f6f6;
    position: sticky;
    bottom: 0;
    margin-top: auto; }
    .cart-drawer__checkout-section .btn {
      margin-bottom: 0; }
    .cart-drawer__checkout-section__subtotal {
      margin-bottom: 0.53571rem; }
  .cart-drawer__no-items-message {
    padding: 2.14286rem;
    align-self: center;
    width: 100%; }
  .cart-drawer__cart-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .cart-drawer .visit-account {
    width: unset;
    margin-top: 0.53571rem;
    margin-right: 0.53571rem; }
  .cart-drawer__browse-courses {
    margin-top: 0.53571rem; }
  @media (max-height: 700px), (max-width: 1024px) {
    .cart-drawer__checkout-section .btn {
      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;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .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__drawer-header {
    position: sticky;
    top: 0; }
  .cart-modal .menu-modal-btn {
    display: block;
    width: 100%; }
  .cart-modal__drawer-wrap {
    background: white;
    height: 100%;
    width: 40%;
    margin-left: auto; }
  .cart-modal__banner {
    background: #f6f6f6;
    padding: 1.60714rem;
    display: flex; }
    .cart-modal__banner .chevron {
      transform: rotate(-180deg);
      transition: all 200ms ease-in-out;
      width: 1.07143rem; }
      .cart-modal__banner .chevron .stroke {
        stroke: #414042;
        stroke-width: 2px;
        fill: none;
        vector-effect: non-scaling-stroke; }
      .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: 1024px) {
  .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; }

.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; } }

.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; }

.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: 1024px) {
  .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; } }

@media print {
  .person-template .hide-on-mobile {
    display: block !important; } }

.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: 1024px) {
    .not-found-content {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

.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: 1024px) {
    .not-found-template .not-found-header {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

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

.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;
      width: 100%;
      text-align: center;
      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 .flexible-content + .featured-person {
    margin-top: 4.28571rem; }

.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: 1024px) {
    .event-template__content-after {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

@media (max-width: 1680px) {
  .event-template .social-share {
    display: flex; } }

@media (max-width: 1024px) {
  .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-width: 1024px) 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-width: 1024px) {
    .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-width: 1024px) 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-width: 1024px) {
    .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; } }

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

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

.video .title .series-position {
  padding-top: 2.14286rem; }

.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;
  flex-direction: column; }

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

.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;
    margin-right: 0.64286rem; }
    .video .video-sidebar .video-wrap:hover .play-btn {
      opacity: 0.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: 1680px) {
  .video .title > .social-share {
    display: flex; } }

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

.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; }

@media (max-height: 700px), (max-width: 1024px) {
  .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; } }

@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; } }

.template-podcast-episode .podcast-main {
  position: relative;
  display: flex; }
  .template-podcast-episode .podcast-main > .content {
    flex-grow: 1; }
  .template-podcast-episode .podcast-main .listen-now-wrapper {
    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; }

@media (max-width: 1024px) {
  .template-podcast-episode .view-header .social-share {
    display: block; }
  .template-podcast-episode .podcast-main .listen-now-wrapper {
    margin-bottom: 1.60714rem; }
    .template-podcast-episode .podcast-main .listen-now-wrapper.desktop {
      display: none; }
  .template-podcast-episode .podcast-sidebar hr:not(:last-child),
  .template-podcast-episode .podcast-sidebar .jumplist {
    display: none; } }

@media print {
  .template-podcast-episode .listen-now-wrapper {
    display: none !important; } }

.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 .content .visit-account {
  display: none; }

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

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

.template-integrate .sticky-sidebar__main {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(75% - 2.16429rem); }

.template-integrate .sticky-sidebar__aside {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(25% - 2.16429rem); }

@media (max-width: 1024px) {
  .template-integrate .integrate-header h1 {
    margin-bottom: 2.14286rem; }
  .template-integrate .integrate-header .social-share {
    display: block; }
  .template-integrate .content .visit-account {
    max-width: 250px;
    display: block;
    text-align: center;
    margin-top: 0; }
  .template-integrate .integrate-sidebar hr,
  .template-integrate .integrate-sidebar .jumplist {
    display: none; }
  .template-integrate .sticky-sidebar__main {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(100% - 2.16429rem); }
  .template-integrate .sticky-sidebar__aside {
    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;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

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

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

h1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

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: 1024px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem;
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  @media (max-width: 600px) {
    blockquote {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote .html-block {
    font-family: "LibreBaskerville";
    font-size: 1.44643rem;
    line-height: 2.67857rem; }
    @media (max-width: 600px) {
      blockquote .html-block {
        font-size: 1.17857rem;
        line-height: 2.14286rem; } }
  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: 1024px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

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

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

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

.jumbo {
  font-size: 6.42857rem;
  line-height: 1;
  margin: 0 0 4.28571rem;
  letter-spacing: -0.16071rem; }
  @media (max-height: 700px), (max-width: 1024px) {
    .jumbo {
      font-size: 3.21429rem;
      margin-bottom: 2.14286rem; } }

.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: 1024px) {
    hr {
      margin: 2.14286rem 0; } }
  hr + hr {
    display: none; }

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

.flexible-content {
  position: relative;
  z-index: 5; }

.html-block a {
  white-space: pre-wrap;
  border-bottom: 1px solid #414042; }
  .html-block a.no-underline {
    border: 0; }
  .html-block a:hover {
    opacity: 0.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: 1024px) {
    .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;
    stroke-width: 2px;
    fill: none;
    vector-effect: non-scaling-stroke; }
  .graphic .fill {
    fill: #414042; }
  .graphic path,
  .graphic line,
  .graphic polyline {
    vector-effect: non-scaling-stroke;
    fill: none; }
  .graphic .stroke {
    stroke-width: 2px; }

@media print {
  @page {
    margin: 0.65in 0.25in; }
  * {
    -webkit-print-color-adjust: exact; }
  html {
    font-size: 10px !important;
    line-height: 20px !important; }
  iframe,
  .html-block > .wistia_responsive_padding,
  .mc-modal,
  .mc-banner,
  #termly-code-snippet-support,
  #related-resources,
  #related-questions {
    display: none; }
  * {
    border-width: 1px !important; } }

@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; }

.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; } }

.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; }

.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: 1024px) {
  .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; } }

@media print {
  .person-template .hide-on-mobile {
    display: block !important; } }

.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: 1024px) {
    .not-found-content {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

.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: 1024px) {
    .not-found-template .not-found-header {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

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

.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;
      width: 100%;
      text-align: center;
      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 .flexible-content + .featured-person {
    margin-top: 4.28571rem; }

.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: 1024px) {
    .event-template__content-after {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }

@media (max-width: 1680px) {
  .event-template .social-share {
    display: flex; } }

@media (max-width: 1024px) {
  .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-width: 1024px) 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-width: 1024px) {
    .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-width: 1024px) 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-width: 1024px) {
    .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; } }

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

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

.video .title .series-position {
  padding-top: 2.14286rem; }

.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;
  flex-direction: column; }

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

.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;
    margin-right: 0.64286rem; }
    .video .video-sidebar .video-wrap:hover .play-btn {
      opacity: 0.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: 1680px) {
  .video .title > .social-share {
    display: flex; } }

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

.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; }

@media (max-height: 700px), (max-width: 1024px) {
  .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; } }

@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; } }

.template-podcast-episode .podcast-main {
  position: relative;
  display: flex; }
  .template-podcast-episode .podcast-main > .content {
    flex-grow: 1; }
  .template-podcast-episode .podcast-main .listen-now-wrapper {
    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; }

@media (max-width: 1024px) {
  .template-podcast-episode .view-header .social-share {
    display: block; }
  .template-podcast-episode .podcast-main .listen-now-wrapper {
    margin-bottom: 1.60714rem; }
    .template-podcast-episode .podcast-main .listen-now-wrapper.desktop {
      display: none; }
  .template-podcast-episode .podcast-sidebar hr:not(:last-child),
  .template-podcast-episode .podcast-sidebar .jumplist {
    display: none; } }

@media print {
  .template-podcast-episode .listen-now-wrapper {
    display: none !important; } }

.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 .content .visit-account {
  display: none; }

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

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

.template-integrate .sticky-sidebar__main {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(75% - 2.16429rem); }

.template-integrate .sticky-sidebar__aside {
  margin-left: 1.07143rem;
  margin-right: 1.07143rem;
  width: calc(25% - 2.16429rem); }

@media (max-width: 1024px) {
  .template-integrate .integrate-header h1 {
    margin-bottom: 2.14286rem; }
  .template-integrate .integrate-header .social-share {
    display: block; }
  .template-integrate .content .visit-account {
    max-width: 250px;
    display: block;
    text-align: center;
    margin-top: 0; }
  .template-integrate .integrate-sidebar hr,
  .template-integrate .integrate-sidebar .jumplist {
    display: none; }
  .template-integrate .sticky-sidebar__main {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(100% - 2.16429rem); }
  .template-integrate .sticky-sidebar__aside {
    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;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

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

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

h1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 2.14286rem;
  font-size: 4.01786rem;
  line-height: 4.28571rem;
  letter-spacing: -1.5px; }
  @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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  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 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 1.07143rem;
  font-size: 1.71429rem;
  line-height: 1.92857rem;
  letter-spacing: -0.04286rem; }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.39286rem;
      line-height: 1.71429rem;
      letter-spacing: -0.03214rem; } }

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: 1024px) {
    label {
      font-size: 1.39286rem; } }

blockquote {
  font-family: "LibreBaskerville";
  font-size: 1.44643rem;
  line-height: 2.67857rem;
  margin: 0;
  position: relative;
  padding-left: 6.42857rem; }
  @media (max-width: 600px) {
    blockquote {
      font-size: 1.17857rem;
      line-height: 2.14286rem; } }
  blockquote:before {
    content: '\201C';
    font-family: "LibreBaskerville";
    font-size: 9.64286rem;
    line-height: 9.64286rem;
    position: absolute;
    left: 0;
    top: 0; }
  blockquote .html-block {
    font-family: "LibreBaskerville";
    font-size: 1.44643rem;
    line-height: 2.67857rem; }
    @media (max-width: 600px) {
      blockquote .html-block {
        font-size: 1.17857rem;
        line-height: 2.14286rem; } }
  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: 1024px) {
    blockquote {
      padding-left: 3.21429rem;
      padding-right: 0; }
      blockquote:before {
        font-size: 6.42857rem;
        line-height: 6.42857rem; } }

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

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

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

.jumbo {
  font-size: 6.42857rem;
  line-height: 1;
  margin: 0 0 4.28571rem;
  letter-spacing: -0.16071rem; }
  @media (max-height: 700px), (max-width: 1024px) {
    .jumbo {
      font-size: 3.21429rem;
      margin-bottom: 2.14286rem; } }

.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: 1024px) {
    hr {
      margin: 2.14286rem 0; } }
  hr + hr {
    display: none; }

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

.flexible-content {
  position: relative;
  z-index: 5; }

.html-block a {
  white-space: pre-wrap;
  border-bottom: 1px solid #414042; }
  .html-block a.no-underline {
    border: 0; }
  .html-block a:hover {
    opacity: 0.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: 1024px) {
    .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;
    stroke-width: 2px;
    fill: none;
    vector-effect: non-scaling-stroke; }
  .graphic .fill {
    fill: #414042; }
  .graphic path,
  .graphic line,
  .graphic polyline {
    vector-effect: non-scaling-stroke;
    fill: none; }
  .graphic .stroke {
    stroke-width: 2px; }

@media print {
  @page {
    margin: 0.65in 0.25in; }
  * {
    -webkit-print-color-adjust: exact; }
  html {
    font-size: 10px !important;
    line-height: 20px !important; }
  iframe,
  .html-block > .wistia_responsive_padding,
  .mc-modal,
  .mc-banner,
  #termly-code-snippet-support,
  #related-resources,
  #related-questions {
    display: none; }
  * {
    border-width: 1px !important; } }

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

.podcast-subscribe__iconWrapper {
  display: flex;
  width: 1.07143rem;
  height: 1.07143rem; }
  .podcast-subscribe__iconWrapper > svg {
    height: 100%;
    width: auto; }
  .podcast-subscribe__iconWrapper--stitcher {
    height: 75%; }

.podcast-subscribe__platformInnerWrapper {
  display: flex;
  align-items: center; }

.podcast-controls {
  flex-shrink: 0;
  display: flex;
  align-items: center; }
  .podcast-controls > *:not(:last-child) {
    margin-right: 1.07143rem; }
  .podcast-controls__toggle-button {
    background-color: #414042;
    border-radius: 100%;
    padding: 1.07143rem;
    cursor: pointer; }
    .podcast-controls__toggle-button:focus {
      outline: none; }
  .podcast-controls__toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.07143rem;
    height: 1.07143rem; }
    .podcast-controls__toggle-icon .stroke {
      stroke: white;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .podcast-controls__toggle-icon .fill {
      fill: white; }
  .podcast-controls__skip-button {
    width: 2.14286rem;
    height: 2.14286rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative; }
    .podcast-controls__skip-button:focus {
      outline: none; }
  .podcast-controls__skip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.14286rem;
    height: 2.14286rem; }
    .podcast-controls__skip-icon .stroke {
      stroke: #b5b9bc;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .podcast-controls__skip-icon .fill {
      fill: #b5b9bc; }
    .podcast-controls__skip-icon:hover .stroke {
      stroke: #414042;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .podcast-controls__skip-icon:hover .fill {
      fill: #414042; }
  .podcast-controls__skip-integer {
    position: absolute;
    color: #b5b9bc;
    bottom: 0px;
    line-height: 1; }
    .podcast-controls__skip-integer--prev {
      left: 0px; }
    .podcast-controls__skip-integer--next {
      right: 0px; }

.podcast-player-progress:after {
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.07); }

.podcast-player-progress:after {
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.07); }

.podcast-player-progress:after {
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.07); }

.podcast-player-progress:after {
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.07); }

.podcast-player-progress:after {
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.07); }

.podcast-player-progress:after {
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.07); }

.podcast-player-progress:after {
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.07); }

.podcast-player-progress {
  position: relative;
  height: 8px;
  background-color: #f6f6f6;
  width: 100%;
  outline: none;
  cursor: pointer; }
  .podcast-player-progress:after {
    content: attr(data-hover-time);
    opacity: 0;
    position: absolute;
    transition: opacity 300ms ease;
    left: var(--tooltipleft);
    transform: translate(-50%, -10px);
    bottom: 100%;
    background: white;
    padding: 0.53571rem 1.07143rem;
    line-height: 1;
    border: 1px solid #f6f6f6; }
  .podcast-player-progress:hover:after {
    opacity: 1; }
  .podcast-player-progress__current-loaded {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #b5b9bc; }
  .podcast-player-progress__current-played {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #414042; }

.desktop-podcast-player {
  position: sticky;
  bottom: 0;
  background-color: white;
  z-index: 6; }
  .desktop-podcast-player__outer-wrapper {
    max-width: calc(1440px + 8.57143rem);
    margin: 0 auto;
    padding-left: 4.28571rem;
    padding-right: 4.28571rem;
    width: 100%;
    padding-top: 2.14286rem;
    padding-bottom: 2.14286rem;
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .desktop-podcast-player__outer-wrapper {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem; } }
    .desktop-podcast-player__outer-wrapper > *:not(:last-child) {
      margin-right: 2.14286rem; }
  .desktop-podcast-player__timestamp {
    display: flex;
    align-items: center;
    justify-content: center; }
  .desktop-podcast-player__content {
    flex-grow: 1; }
  .desktop-podcast-player__podcast-title {
    margin: 0 0 1.07143rem;
    font-size: 1.39286rem;
    line-height: 1.71429rem;
    font-weight: bold;
    letter-spacing: -0.03214rem;
    margin-bottom: 0; }
  .desktop-podcast-player__subscribe {
    flex-shrink: 0;
    position: relative; }
  .desktop-podcast-player__subscribe-title {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative; }
    .desktop-podcast-player__subscribe-title > *:not(:last-child) {
      margin-right: 1.07143rem; }
    .desktop-podcast-player__subscribe-title:focus {
      outline: none; }
    .desktop-podcast-player__subscribe-title::after {
      content: "";
      position: absolute;
      left: -1.07143rem;
      top: -0.53571rem;
      width: calc(100% + 2.14286rem);
      height: calc(100% + 1.07143rem);
      background-color: #f6f6f6;
      opacity: 0;
      transition: 50ms opacity linear;
      z-index: -1;
      border-radius: 4px; }
    .desktop-podcast-player__subscribe-title--hover::after, .desktop-podcast-player__subscribe-title--active::after {
      opacity: 1; }
  .desktop-podcast-player__subscribe-links {
    position: absolute;
    bottom: calc(100% + 2.14286rem);
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background-color: white;
    border-radius: 4px;
    padding: 2.14286rem;
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.07); }
    .desktop-podcast-player__subscribe-links::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid white;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      top: 100%; }
  .desktop-podcast-player__subscribe-platform {
    display: flex;
    align-items: center; }
    .desktop-podcast-player__subscribe-platform > * {
      padding: 1.07143rem; }
      .desktop-podcast-player__subscribe-platform > *:hover {
        text-decoration: underline; }
  .desktop-podcast-player__platform-icon {
    width: 1.60714rem;
    height: 1.60714rem;
    margin-right: 1.07143rem; }
  .desktop-podcast-player__close-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .desktop-podcast-player__close-button > *:not(:last-child) {
      margin-right: 1.07143rem; }
    .desktop-podcast-player__close-button:focus {
      outline: none; }
  .desktop-podcast-player__close-icon {
    display: flex;
    width: 1.07143rem;
    height: 1.07143rem; }
    .desktop-podcast-player__close-icon .stroke {
      stroke: #414042;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .desktop-podcast-player__close-icon .fill {
      fill: #414042; }
  .desktop-podcast-player__three-dots {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .desktop-podcast-player__three-dots > * {
      width: 4px;
      height: 4px;
      background-color: #414042;
      border-radius: 100%; }
      .desktop-podcast-player__three-dots > *:not(:last-child) {
        margin-right: 4px; }

.mobile-podcast-player {
  position: sticky;
  bottom: 0;
  background-color: white;
  z-index: 13; }
  .mobile-podcast-player__outer-wrapper {
    position: relative; }
  .mobile-podcast-player__collapsed {
    max-width: calc(1440px + 8.57143rem);
    margin: 0 auto;
    padding-left: 4.28571rem;
    padding-right: 4.28571rem;
    width: 100%;
    padding-top: 1.07143rem;
    padding-bottom: 1.07143rem;
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .mobile-podcast-player__collapsed {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem; } }
    .mobile-podcast-player__collapsed > *:not(:last-child) {
      margin-right: 2.14286rem; }
  .mobile-podcast-player__collapsed-content {
    flex-grow: 1; }
  .mobile-podcast-player__uncollapsed {
    max-width: calc(1440px + 8.57143rem);
    margin: 0 auto;
    padding-left: 4.28571rem;
    padding-right: 4.28571rem;
    width: 100%;
    padding-top: 2.14286rem;
    padding-bottom: 2.14286rem;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1024px) {
      .mobile-podcast-player__uncollapsed {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem; } }
    .mobile-podcast-player__uncollapsed > *:not(:last-child) {
      margin-bottom: 2.14286rem; }
  .mobile-podcast-player__uncollapsed-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .mobile-podcast-player__subscribe-wrapper {
    background: #f6f6f6;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    padding: 0.53571rem; }
  .mobile-podcast-player__podcast-title {
    margin: 0 0 1.07143rem;
    font-size: 1.39286rem;
    line-height: 1.71429rem;
    font-weight: bold;
    letter-spacing: -0.03214rem;
    margin-bottom: 1.07143rem; }
  .mobile-podcast-player__subscribe-links {
    display: flex;
    flex-wrap: wrap; }
  .mobile-podcast-player__subscribe-title {
    margin: 1.07143rem;
    display: flex;
    align-items: center; }
  .mobile-podcast-player__subscribe-platform {
    display: flex;
    align-items: center; }
    .mobile-podcast-player__subscribe-platform > * {
      padding: 1.07143rem; }
      .mobile-podcast-player__subscribe-platform > *:hover {
        text-decoration: underline; }
  .mobile-podcast-player__platform-icon {
    width: 1.60714rem;
    height: 1.60714rem;
    margin-right: 1.07143rem; }
  .mobile-podcast-player__close-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .mobile-podcast-player__close-button > *:not(:last-child) {
      margin-right: 0.53571rem; }
    .mobile-podcast-player__close-button:focus {
      outline: none; }
  .mobile-podcast-player__close-icon {
    display: flex;
    width: 1.07143rem;
    height: 1.07143rem; }
    .mobile-podcast-player__close-icon .stroke {
      stroke: #414042;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .mobile-podcast-player__close-icon .fill {
      fill: #414042; }
    .mobile-podcast-player__close-icon > svg {
      width: 100%;
      height: 100%; }
  .mobile-podcast-player__collapse-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .mobile-podcast-player__collapse-button > *:not(:last-child) {
      margin-right: 0.53571rem; }
    .mobile-podcast-player__collapse-button:focus {
      outline: none; }
  .mobile-podcast-player__collapse-icon {
    display: flex;
    width: 1.07143rem;
    height: 1.07143rem; }
    .mobile-podcast-player__collapse-icon .stroke {
      stroke: #414042;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .mobile-podcast-player__collapse-icon .fill {
      fill: #414042; }
    .mobile-podcast-player__collapse-icon > svg {
      width: 100%;
      height: 100%; }
  .mobile-podcast-player__controls-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .mobile-podcast-player__three-dots {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 2.14286rem;
    cursor: pointer; }
    .mobile-podcast-player__three-dots:focus {
      outline: none; }
    .mobile-podcast-player__three-dots > * {
      width: 4px;
      height: 4px;
      background-color: #414042;
      border-radius: 100%; }
      .mobile-podcast-player__three-dots > *:not(:last-child) {
        margin-right: 4px; }

.product-purchase__button {
  display: inline-flex;
  align-items: center;
  background-color: #6f2c30;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  padding: 1.07143rem 2.14286rem;
  line-height: 2.14286rem;
  margin-top: 0;
  margin-bottom: 2.14286rem;
  border: 0;
  font-size: 1rem;
  font-weight: bold; }
  @media (pointer: fine) {
    .product-purchase__button:focus, .product-purchase__button:active {
      outline: none; }
    .product-purchase__button:hover {
      border: 0;
      color: white;
      background-color: #7a3035; } }
  .btn-wide.product-purchase__button {
    padding: 1.07143rem 4.28571rem; }
  .white.product-purchase__button {
    background-color: white;
    color: #414042; }
    @media (pointer: fine) {
      .white.product-purchase__button:hover {
        opacity: .8; } }
  .btn-secondary.product-purchase__button {
    box-shadow: inset 0 0 0 2px #414042;
    background: transparent;
    color: #414042; }
    .btn-secondary.filled.product-purchase__button {
      background: #414042;
      color: white;
      box-shadow: none; }
      @media (pointer: fine) {
        .btn-secondary.filled.product-purchase__button:hover {
          background: #817f83;
          color: white; } }
    .btn-secondary.dark.product-purchase__button {
      color: #6f2c30;
      box-shadow: inset 0 0 0 2px #6f2c30; }
    @media (pointer: fine) {
      .btn-secondary.product-purchase__button:hover {
        box-shadow: inset 0 0 0 2px #817f83;
        color: #817f83; } }
    .btn-secondary.white.product-purchase__button {
      box-shadow: inset 0 0 0 2px white;
      background: transparent;
      color: white; }
      @media (pointer: fine) {
        .btn-secondary.white.product-purchase__button:hover {
          opacity: .8; } }
  .btn-medium.product-purchase__button {
    padding: 0.53571rem 1.60714rem;
    line-height: 1.60714rem; }
  .btn-small.product-purchase__button {
    padding: 0.26786rem 0.80357rem;
    line-height: 1.60714rem; }
  .btn-text.product-purchase__button {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #414042; }
    .btn-text.white.product-purchase__button {
      color: white; }
  .arrow.product-purchase__button .graphic, .icon.product-purchase__button .graphic {
    display: inline-block; }
  .arrow.product-purchase__button > *:first-child, .icon.product-purchase__button > *:first-child {
    margin-right: 1.07143rem; }
  .icon.product-purchase__button .download,
  .icon.product-purchase__button .play {
    width: 1.33929rem;
    height: 1.33929rem; }
  .product-purchase__button .graphic {
    display: inline-block;
    width: 2.14286rem; }
    .product-purchase__button .graphic .stroke {
      stroke: currentColor;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .product-purchase__button .graphic .fill {
      fill: currentColor; }
  .inline-button.product-purchase__button {
    text-decoration: underline;
    margin-bottom: 0rem; }

.product-purchase {
  position: sticky;
  bottom: 0;
  padding-bottom: 2.14286rem;
  background: white;
  box-shadow: 0px -10px 10px 5px white; }
  .product-purchase__price-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.07143rem; }
  .product-purchase__button {
    min-width: 49.5%;
    justify-content: center;
    margin-bottom: 0; }
  .product-purchase__secondary-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .product-purchase .visit-account {
    margin-top: 0.53571rem; }
  @media (max-height: 700px), (max-width: 1024px) {
    .product-purchase {
      position: relative; } }
  @media (max-width: 600px) {
    .product-purchase__price-wrap {
      flex-direction: column-reverse; }
    .product-purchase__button {
      width: 100%; }
    .product-purchase .visit-account {
      margin-top: 0.53571rem; } }

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

.sticky-sidebar {
  max-width: calc(1440px + 8.57143rem);
  margin: 0 auto;
  padding-left: 4.28571rem;
  padding-right: 4.28571rem;
  width: 100%; }
  @media (max-width: 1024px) {
    .sticky-sidebar {
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; } }
  .sticky-sidebar__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.07143rem;
    margin-left: -1.07143rem;
    position: relative; }
  .sticky-sidebar__main {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(66.66667% - 2.16429rem); }
    @media (max-width: 1024px) {
      .sticky-sidebar__main {
        width: calc(100% - 2.14286rem);
        margin-left: 1.07143rem;
        margin-right: 1.07143rem; } }
    .sticky-sidebar__main > hr:first-child {
      margin-top: 0; }
    .sticky-sidebar__main .slider.slider-card .content-wrap {
      flex-direction: row-reverse;
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(66.66667% - 2.16429rem);
      margin-left: 0; }
      .sticky-sidebar__main .slider.slider-card .content-wrap .slick-slider {
        margin-right: calc(8.33333% - 1.07143rem); }
    .sticky-sidebar__main .content {
      max-width: 100%; }
  .sticky-sidebar__aside {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(33.33333% - 2.16429rem); }
    @media (max-width: 1024px) {
      .sticky-sidebar__aside {
        width: calc(100% - 2.14286rem);
        margin-left: 1.07143rem;
        margin-right: 1.07143rem; } }
    .sticky-sidebar__aside .sticky-wrap {
      height: 100%; }
  .sticky-sidebar--hidden .sticky-sidebar__main {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(100% - 2.16429rem); }
  .sticky-sidebar--hidden .sticky-sidebar__aside {
    display: none; }
  .sticky-sidebar--small .sticky-sidebar__main {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(75% - 2.16429rem); }
  .sticky-sidebar--small .sticky-sidebar__aside {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(25% - 2.16429rem); }
  @media (max-width: 1280px) {
    .sticky-sidebar .slider.horizontal-cards .card.size-horizontal {
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(100% - 2.16429rem);
      margin-top: 0.53571rem; } }
  @media (max-width: 1024px) {
    .sticky-sidebar__main .content {
      width: 100%; }
    .sticky-sidebar .slider.slider-card .content-wrap {
      flex-direction: row;
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(100% - 2.16429rem); }
    .sticky-sidebar--hide-mobile-sidebar .sticky-sidebar__main {
      margin-left: 1.07143rem;
      margin-right: 1.07143rem;
      width: calc(100% - 2.16429rem); }
    .sticky-sidebar--hide-mobile-sidebar .sticky-sidebar__aside {
      display: none; } }
  @media print {
    .sticky-sidebar__aside {
      display: none; } }

.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%; } }

@media print {
  .featured-person__image {
    max-width: 33%;
    margin-top: 2.14286rem;
    margin-right: auto; } }

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

#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: 1024px) {
    .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 {
    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;
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: 2.14286rem; }
    @media (max-height: 700px), (max-width: 1024px) {
      .archive .filter-count {
        font-size: 0.64286rem; } }
    .archive .filter-count button {
      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;
      cursor: pointer; }
      @media (max-height: 700px), (max-width: 1024px) {
        .archive .filter-count button {
          font-size: 0.64286rem; } }
      .archive .filter-count button:hover {
        opacity: .5; }
  .archive .ais-SearchBox {
    margin-bottom: 2.14286rem;
    position: relative; }
    @media (max-height: 700px), (max-width: 1024px) {
      .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-checkbox {
    visibility: hidden; }
  .archive .ais-RefinementList-labelText,
  .archive .ais-HierarchicalMenu-label {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0.53571rem; }
  .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 {
      font-size: 14px;
      line-height: 30px;
      text-transform: none;
      letter-spacing: 0;
      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-link,
    .archive .ais-RefinementList-list .ais-HierarchicalMenu-link {
      display: flex;
      justify-content: space-between; }
    .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 {
    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;
    align-self: flex-end;
    margin-left: auto;
    font-weight: bold; }
    @media (max-height: 700px), (max-width: 1024px) {
      .archive .ais-HierarchicalMenu-count,
      .archive .ais-RefinementList-count {
        font-size: 0.64286rem; } }
  .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: 1024px) {
        .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: 1024px) {
    .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: 1024px) {
      .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: 1024px) {
    .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: 1024px) {
  .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; } }

@media print {
  .hero-cta-template a.btn {
    display: none; }
  .hero-cta-template .flexible-content .slider-card-small:nth-child(1) {
    margin-top: -3.75rem !important;
    break-inside: unset !important; }
    .hero-cta-template .flexible-content .slider-card-small:nth-child(1) header {
      padding-left: 2.14286rem;
      padding-right: 2.14286rem; }
  .hero-cta-template .featured-image.cover .image-cover {
    background-image: none !important; }
    .hero-cta-template .featured-image.cover .image-cover img {
      height: 100%;
      width: 100%;
      max-width: unset !important;
      visibility: visible;
      object-fit: cover; }
  .hero-cta-template .hero .content {
    padding: 8.57143rem 4.28571rem !important; } }

.add-event .addeventatc {
  display: inline-flex;
  align-items: center;
  background-color: #6f2c30;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  padding: 1.07143rem 2.14286rem;
  line-height: 2.14286rem;
  margin-top: 0;
  margin-bottom: 2.14286rem;
  border: 0;
  font-size: 1rem;
  font-weight: bold; }
  @media (pointer: fine) {
    .add-event .addeventatc:focus, .add-event .addeventatc:active {
      outline: none; }
    .add-event .addeventatc:hover {
      border: 0;
      color: white;
      background-color: #7a3035; } }
  .add-event .btn-wide.addeventatc {
    padding: 1.07143rem 4.28571rem; }
  .add-event .white.addeventatc {
    background-color: white;
    color: #414042; }
    @media (pointer: fine) {
      .add-event .white.addeventatc:hover {
        opacity: .8; } }
  .add-event .btn-secondary.addeventatc {
    box-shadow: inset 0 0 0 2px #414042;
    background: transparent;
    color: #414042; }
    .add-event .btn-secondary.filled.addeventatc {
      background: #414042;
      color: white;
      box-shadow: none; }
      @media (pointer: fine) {
        .add-event .btn-secondary.filled.addeventatc:hover {
          background: #817f83;
          color: white; } }
    .add-event .btn-secondary.dark.addeventatc {
      color: #6f2c30;
      box-shadow: inset 0 0 0 2px #6f2c30; }
    @media (pointer: fine) {
      .add-event .btn-secondary.addeventatc:hover {
        box-shadow: inset 0 0 0 2px #817f83;
        color: #817f83; } }
    .add-event .btn-secondary.white.addeventatc {
      box-shadow: inset 0 0 0 2px white;
      background: transparent;
      color: white; }
      @media (pointer: fine) {
        .add-event .btn-secondary.white.addeventatc:hover {
          opacity: .8; } }
  .add-event .btn-medium.addeventatc {
    padding: 0.53571rem 1.60714rem;
    line-height: 1.60714rem; }
  .add-event .btn-small.addeventatc {
    padding: 0.26786rem 0.80357rem;
    line-height: 1.60714rem; }
  .add-event .btn-text.addeventatc {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #414042; }
    .add-event .btn-text.white.addeventatc {
      color: white; }
  .add-event .arrow.addeventatc .graphic, .add-event .icon.addeventatc .graphic {
    display: inline-block; }
  .add-event .arrow.addeventatc > *:first-child, .add-event .icon.addeventatc > *:first-child {
    margin-right: 1.07143rem; }
  .add-event .icon.addeventatc .download,
  .add-event .icon.addeventatc .play {
    width: 1.33929rem;
    height: 1.33929rem; }
  .add-event .addeventatc .graphic {
    display: inline-block;
    width: 2.14286rem; }
    .add-event .addeventatc .graphic .stroke {
      stroke: currentColor;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .add-event .addeventatc .graphic .fill {
      fill: currentColor; }
  .add-event .inline-button.addeventatc {
    text-decoration: underline;
    margin-bottom: 0rem; }

.add-event .graphic {
  margin-right: 0.53571rem; }
  .add-event .graphic .stroke {
    stroke: white;
    stroke-width: 2px;
    fill: none;
    vector-effect: non-scaling-stroke; }
  .add-event .graphic .fill {
    fill: white; }
  .add-event .graphic .fill,
  .add-event .graphic .stroke {
    stroke-width: 1px; }

.add-event .addeventatc {
  margin-bottom: 0;
  background-color: #6f2c30;
  color: white !important; }
  .add-event .addeventatc:hover {
    font-size: 1rem; }
  .add-event .addeventatc .copyx {
    opacity: 0;
    display: none; }
  .add-event .addeventatc .addeventatc_dropdown {
    box-shadow: inset 0px 0px 0px 1px #414042, 0px 0px 0px 1px #414042, rgba(0, 0, 0, 0.4) 0px 10px 26px;
    border-radius: 4px; }
    .add-event .addeventatc .addeventatc_dropdown span:first-of-type {
      margin-top: -6px;
      border-radius: 4px 4px 0 0; }
    .add-event .addeventatc .addeventatc_dropdown span:last-of-type {
      margin-bottom: .5px;
      border-radius: 0 0 4px 4px; }
    .add-event .addeventatc .addeventatc_dropdown span:hover {
      box-shadow: inset 0px 0px 0px 1px #414042, 0px 0px 0px 1px #414042; }

.add-event .addeventatc_icon {
  display: none; }

.sidebar-cta {
  padding: 3.21429rem 2.14286rem;
  background-color: #f6f6f6;
  margin-bottom: 2.14286rem; }
  .sidebar-cta .logo {
    max-width: 125px;
    margin-bottom: 1.39286rem; }
    .sidebar-cta .logo .stroke {
      stroke: #6f2c30;
      stroke-width: 2px;
      fill: none;
      vector-effect: non-scaling-stroke; }
    .sidebar-cta .logo .fill {
      fill: #6f2c30; }
  .sidebar-cta__custom-content {
    background-color: #f6f6f6; }
  .sidebar-cta #mc_embed_signup {
    background-color: transparent; }
    .sidebar-cta #mc_embed_signup .mc-field-group {
      padding-bottom: 0; }
  @media (max-height: 700px), (max-width: 1024px) {
    .sidebar-cta {
      padding: 2.14286rem 1.07143rem; }
      .sidebar-cta .mc-form #mc_embed_signup {
        padding: 0; }
        .sidebar-cta .mc-form #mc_embed_signup .inline-field-submit input[type=submit] {
          margin-left: 1.07143rem;
          margin-top: 0; }
        .sidebar-cta .mc-form #mc_embed_signup .inline-field-submit input[type=submit] {
          width: 100%;
          margin-left: 0;
          margin-top: 1.07143rem; } }

.live-stream-template {
  position: relative;
  max-width: 100%; }
  .live-stream-template--has-interacted .live-stream-template__pills-wrapper {
    top: 100%;
    opacity: 1;
    padding: 1.07143rem 2.14286rem 0 0; }
    .live-stream-template--has-interacted .live-stream-template__pills-wrapper .pill-label {
      box-shadow: inset 0px 0px 0px 2px #414042; }
  .live-stream-template--has-interacted .live-stream-template__heading {
    padding-top: 5.35714rem; }
  .live-stream-template--stream-is-queued .live-stream-template__video-and-poster-wrapper iframe, .live-stream-template--stream-is-over .live-stream-template__video-and-poster-wrapper iframe {
    opacity: 0;
    visibility: hidden; }
  .live-stream-template--stream-is-queued .pill-countdown, .live-stream-template--stream-is-over .pill-countdown {
    background: #414042;
    color: white; }
  .live-stream-template--stream-is-live .live-stream-template__pill-dot {
    display: inline-flex; }
  .live-stream-template--stream-is-live .live-stream-template__video-and-poster-wrapper iframe {
    opacity: 1;
    visibility: visible; }
  .live-stream-template--stream-is-live .live-stream-template__poster-image-wrapper {
    opacity: 0;
    visibility: hidden; }
  .live-stream-template--stream-is-live .pill-countdown {
    background: #6f2c30;
    color: white; }
  .live-stream-template__pill-dot {
    display: none;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: white;
    margin-right: 0.53571rem;
    position: relative;
    bottom: 1px; }
  .live-stream-template__video-and-poster-wrapper {
    position: relative;
    background-size: cover;
    background-position: center; }
    .live-stream-template__video-and-poster-wrapper .youtube-embed-wrapper {
      padding-bottom: 56.25%;
      height: 0;
      position: relative; }
      .live-stream-template__video-and-poster-wrapper .youtube-embed-wrapper iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .live-stream-template__poster-image-wrapper {
    pointer-events: none;
    opacity: 1;
    visibility: visible; }
  .live-stream-template__poster-image {
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover; }
  .live-stream-template__main-content {
    display: flex;
    position: relative; }
  .live-stream-template .title > .social-share {
    display: none; }
  .live-stream-template__pills-wrapper {
    transition: 300ms ease;
    position: absolute;
    left: 0;
    top: calc(100% - 6.96429rem);
    padding: 2.67857rem;
    margin-bottom: -1.07143rem;
    pointer-events: none; }
    .live-stream-template__pills-wrapper .pill {
      margin-bottom: 1.07143rem; }
  .live-stream-template__heading {
    transition: 300ms ease;
    padding: 4.28571rem 0;
    margin-bottom: 0; }
  .live-stream-template__event-information {
    background-color: #f6f6f6;
    padding: 2.67857rem 3.21429rem;
    margin-bottom: 4.28571rem;
    display: flex;
    align-items: flex-start; }
    .live-stream-template__event-information .add-event {
      margin-right: 2.14286rem;
      position: relative;
      z-index: 1;
      flex-shrink: 0; }
      .live-stream-template__event-information .add-event .btn {
        margin-bottom: 0; }
  .live-stream-template__datetime {
    margin-bottom: 0; }
    .live-stream-template__datetime + .authors-list {
      margin-top: 1.07143rem; }
    .live-stream-template__datetime + .add-event {
      margin-top: 1.07143rem; }
  .live-stream-template__start-time, .live-stream-template__end-time {
    text-transform: uppercase; }
  .live-stream-template__sidebar .youtube-chat {
    margin-bottom: 2.67857rem; }
    .live-stream-template__sidebar .youtube-chat iframe {
      border: none; }
  @media (max-width: 1680px) {
    .live-stream-template .title > .social-share {
      display: block;
      margin-bottom: 2.14286rem; }
    .live-stream-template .title .live-stream-template__heading {
      padding-bottom: 1.07143rem; } }
  @media (max-width: 1024px) {
    .live-stream-template--has-interacted .live-stream-template__heading {
      padding-top: 6.42857rem; }
    .live-stream-template--stream-is-queued .authors-list {
      margin-bottom: 1.07143rem; }
    .live-stream-template__pills-wrapper {
      padding: 1.60714rem;
      top: calc(100% - 8.03571rem); }
    .live-stream-template__heading {
      padding: 2.14286rem 0 2.67857rem;
      margin-bottom: 0; }
    .live-stream-template__main-content .view-content {
      margin-left: 0; }
      .live-stream-template__main-content .view-content.layout-full {
        width: 100%; }
    .live-stream-template__event-information {
      padding: 2.14286rem 1.07143rem;
      margin-left: 0;
      margin: 2.14286rem 0;
      flex-direction: column-reverse;
      align-items: flex-start; }
      .live-stream-template__event-information .add-event .btn {
        margin-top: 1.07143rem; }
    .live-stream-template .youtube-chat {
      display: none; } }
  @media (max-width: 600px) {
    .live-stream-template--has-interacted .live-stream-template__heading {
      padding-top: 6.42857rem; } }
  @media (max-width: 480px) {
    .live-stream-template--has-interacted .live-stream-template__heading {
      padding-top: 8.57143rem; } }

.podcast-episode {
  background: white;
  border-radius: 4px;
  margin-bottom: 4.28571rem;
  padding: 2.14286rem; }
  .podcast-episode h4 {
    margin-bottom: 0.53571rem; }
    .podcast-episode h4 a:hover {
      text-decoration: underline; }
  .podcast-episode__meta {
    display: flex;
    flex-wrap: wrap; }
  .podcast-episode__listen-now-wrapper {
    margin-top: 1.07143rem; }
  .podcast-episode .authors-list {
    display: inline-flex; }
  .podcast-episode p {
    margin-bottom: 0; }
  @media (max-width: 1280px) {
    .podcast-episode {
      margin-bottom: 2.14286rem; } }
  @media (max-height: 700px), (max-width: 1024px) {
    .podcast-episode {
      padding: 1.07143rem;
      margin-bottom: 1.07143rem; } }

.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; } }
  @media (max-height: 700px), (max-width: 1024px) {
    .podcast-list {
      padding: 1.07143rem; } }

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

#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; } }
  @media print {
    #about-authors .author {
      overflow: hidden; }
      #about-authors .author .image {
        max-width: 25%;
        display: inline-block;
        margin-right: 2.14286rem;
        float: left; }
        #about-authors .author .image img {
          max-width: 100%; }
      #about-authors .author .content {
        width: calc(75% - 2.14286rem);
        display: inline-block; } }

.large-callout {
  padding: 3.75rem;
  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-width: 1024px) {
    .large-callout {
      padding: 3.21429rem 2.14286rem;
      margin-top: 3.21429rem;
      width: 100vw;
      margin: 2.14286rem calc(50% - 50vw) 3.21429rem; }
      .large-callout__wrap, .large-callout__content-wrap {
        width: 100%;
        display: block; }
      .large-callout__heading {
        margin-top: 0;
        margin-bottom: 1.07143rem; }
      .large-callout__cta-button {
        width: 100%;
        text-align: left; }
        .large-callout__cta-button .btn {
          margin-top: 1.60714rem; } }
  @media print {
    .large-callout {
      display: none; } }

.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: 1024px) {
    .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: 1024px) {
      .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: 1024px) {
    .prev-next.view-left {
      padding-right: 0; }
      .prev-next.view-left:before {
        right: 0; } }

.inline-cta {
  position: relative;
  padding: 3.21429rem 2.14286rem 3.21429rem 0;
  margin-top: 2.67857rem; }
  .inline-cta:before {
    border-radius: 4px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8.57143rem;
    right: 0;
    background: #f6f6f6; }
  .inline-cta > * {
    position: relative; }
  .inline-cta .html-block {
    font-family: "LibreBaskerville";
    font-size: 1.44643rem;
    line-height: 2.67857rem; }
    @media (max-width: 600px) {
      .inline-cta .html-block {
        font-size: 1.17857rem;
        line-height: 2.14286rem; } }
  .inline-cta__primary-btn {
    margin-right: 1.07143rem; }
  .inline-cta .btn {
    margin-bottom: 0; }
  .inline-cta__collapsible-content {
    margin-left: 1.07143rem;
    margin-right: 1.07143rem;
    width: calc(83.33333% - 2.16429rem);
    margin-left: 0; }
    .inline-cta__collapsible-content .flexible-content {
      margin-top: 1.60714rem;
      background: white;
      padding: 2.14286rem;
      border-radius: 4px; }
      .inline-cta__collapsible-content .flexible-content .html-block {
        font-size: 14px;
        line-height: 30px;
        text-transform: none;
        letter-spacing: 0;
        font-family: "Helvetica Neue", Arial, sans-serif; }
  .inline-cta .mc-form {
    margin-top: 1.07143rem; }
    .inline-cta .mc-form #mc_embed_signup {
      padding: 0;
      background-color: white; }
      .inline-cta .mc-form #mc_embed_signup .inline-field-submit {
        padding-bottom: 0; }
      .inline-cta .mc-form #mc_embed_signup input[type=submit] {
        background-image: url("/public/img/chevron-white.svg");
        background-position: center center;
        background-repeat: no-repeat;
        padding: 1.07143rem 3.75rem; }
  .inline-cta__trailing-image {
    margin-top: 1.60714rem; }
  @media (max-height: 700px), (max-width: 1024px) {
    .inline-cta {
      margin-bottom: 4.28571rem;
      padding-left: 2.14286rem;
      padding-right: 2.14286rem; }
      .inline-cta:before {
        left: 0; }
      .inline-cta__collapsible-content {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
      .inline-cta__primary-btn {
        margin-right: 0; }
      .inline-cta .btn {
        margin-bottom: 1.07143rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; }
      .inline-cta .mc-form #mc_embed_signup .inline-field-submit input[type=email] {
        max-width: 70%; }
      .inline-cta .mc-form #mc_embed_signup .inline-field-submit input[type=submit] {
        max-width: 20%;
        padding: 1.07143rem; } }

