/* ----------------------------------------------------------- */
/* == tingle v0.15.2 */
/* ----------------------------------------------------------- */

.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, .85);
  opacity: 0;
  user-select: none;
  cursor: pointer;

  -webkit-user-select: none;
  -ms-user-select: none;
}

/* confirm and alerts
-------------------------------------------------------------- */

.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.tingle-modal-box__content {
  padding: 3rem 3rem;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px; /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */

.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  animation: scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards;
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */

@media (max-width : 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
  }

  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }

  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    backdrop-filter: blur(18px);

    -webkit-backdrop-filter: blur(18px);
  }

  .tingle-enabled .tingle-content-wrapper {
    filter: none;
  }
}

/* animations
-------------------------------------------------------------- */

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

:root{--gap:20px;--primary-color:#557a95;--border:1px solid #eee}html{font-size:62.5%}body{font-family:var(--fontFamily);padding:15px 15px 35px}.count{font-size:16px;font-weight:300;color:#5e5e5e}.width-50{width:50%}.tooltip{position:absolute;padding:5px 5px 5px 10px;color:#fff;font-size:14px;background:rgba(0,0,0,.7);border-radius:5px}h1,h2,h3,h4,h5,h6{color:var(--primaryTextColor);position:relative;letter-spacing:.5px}code{margin-left:5px;border-radius:3px;background:#a686de;padding:3px 5px;color:#fff;font-size:12px!important;text-transform:lowercase;transition:all .5s}code:hover{cursor:pointer;background:#673ab7}iframe{width:100%}iframe[title="Mobile Image On Top"]{width:360px}.Section,.Section-flex-row{display:block;margin:0 0 20px;border-radius:5px;padding:15px 10px}.Section-flex-row>p:first-of-type,.Section>p:first-of-type{margin-top:0}.Section-flex-row .AuthorPage-paginationButton,.Section-flex-row .BrandPage-paginationButton,.Section-flex-row .btn,.Section-flex-row .CountryPage-paginationButton,.Section-flex-row .DirectorySearchPage-export-btn a,.Section-flex-row .EventCalendarDayPage-export-btn a,.Section-flex-row .EventCalendarMonthPage-export-btn a,.Section-flex-row .EventCategoryPage-paginationButton,.Section-flex-row .EventPage-addToCalendar .FavoriteButton,.Section-flex-row .Footer .RichTextModule-cta a,.Section-flex-row .Header-customButton>a,.Section-flex-row .List .List-paginationButton,.Section-flex-row .ListAbstract .List-paginationButton,.Section-flex-row .ListAccordion .List-paginationButton,.Section-flex-row .ListAthleticEvent .List-paginationButton,.Section-flex-row .ListCard .List-paginationButton,.Section-flex-row .ListCardBackground .List-paginationButton,.Section-flex-row .ListCardDescriptionOnLeft .List-paginationButton,.Section-flex-row .ListCardImageOnly .List-paginationButton,.Section-flex-row .ListCardImageOnSide .List-paginationButton,.Section-flex-row .ListCardImageOnTop .List-paginationButton,.Section-flex-row .ListCardLogoBottom .List-paginationButton,.Section-flex-row .ListCardLogoTop .List-paginationButton,.Section-flex-row .ListCardQuote .List-paginationButton,.Section-flex-row .ListCardTextOnly .List-paginationButton,.Section-flex-row .ListCarouselBoxedHeadline .List-paginationButton,.Section-flex-row .ListCarouselQuoteFullWidth .List-paginationButton,.Section-flex-row .ListEvents .List-paginationButton,.Section-flex-row .ListHighlightA .List-paginationButton,.Section-flex-row .ListIconOnSide .List-paginationButton,.Section-flex-row .ListIconOnTopLarge .List-paginationButton,.Section-flex-row .ListIconOnTopSmall .List-paginationButton,.Section-flex-row .ListImageLarge .List-paginationButton,.Section-flex-row .ListImageMedium .List-paginationButton,.Section-flex-row .ListImageOnTopCircular .List-paginationButton,.Section-flex-row .ListImageSmall .List-paginationButton,.Section-flex-row .ListImageThumbnail .List-paginationButton,.Section-flex-row .ListLinks .List-paginationButton,.Section-flex-row .ListLogoOnly .List-paginationButton,.Section-flex-row .ListMetrics .List-paginationButton,.Section-flex-row .ListSchedule .List-paginationButton,.Section-flex-row .ListSpeechPromo .List-paginationButton,.Section-flex-row .ListTagCloud .List-paginationButton,.Section-flex-row .ListUpcomingEvents .List-paginationButton,.Section-flex-row .ListVerticalImage .List-paginationButton,.Section-flex-row .ProductPage-paginationButton,.Section-flex-row .SearchResultsPage-export-btn a,.Section-flex-row .SectionPage-paginationButton,.Section-flex-row .SocialList .List-paginationButton,.Section-flex-row .TagPage-paginationButton,.Section-flex-row .TaxonomyPage-paginationButton,.Section-flex-row .TopicPage-paginationButton,.Section .AuthorPage-paginationButton,.Section .BrandPage-paginationButton,.Section .btn,.Section .CountryPage-paginationButton,.Section .DirectorySearchPage-export-btn a,.Section .EventCalendarDayPage-export-btn a,.Section .EventCalendarMonthPage-export-btn a,.Section .EventCategoryPage-paginationButton,.Section .EventPage-addToCalendar .FavoriteButton,.Section .Footer .RichTextModule-cta a,.Section .Header-customButton>a,.Section .List .List-paginationButton,.Section .ListAbstract .List-paginationButton,.Section .ListAccordion .List-paginationButton,.Section .ListAthleticEvent .List-paginationButton,.Section .ListCard .List-paginationButton,.Section .ListCardBackground .List-paginationButton,.Section .ListCardDescriptionOnLeft .List-paginationButton,.Section .ListCardImageOnly .List-paginationButton,.Section .ListCardImageOnSide .List-paginationButton,.Section .ListCardImageOnTop .List-paginationButton,.Section .ListCardLogoBottom .List-paginationButton,.Section .ListCardLogoTop .List-paginationButton,.Section .ListCardQuote .List-paginationButton,.Section .ListCardTextOnly .List-paginationButton,.Section .ListCarouselBoxedHeadline .List-paginationButton,.Section .ListCarouselQuoteFullWidth .List-paginationButton,.Section .ListEvents .List-paginationButton,.Section .ListHighlightA .List-paginationButton,.Section .ListIconOnSide .List-paginationButton,.Section .ListIconOnTopLarge .List-paginationButton,.Section .ListIconOnTopSmall .List-paginationButton,.Section .ListImageLarge .List-paginationButton,.Section .ListImageMedium .List-paginationButton,.Section .ListImageOnTopCircular .List-paginationButton,.Section .ListImageSmall .List-paginationButton,.Section .ListImageThumbnail .List-paginationButton,.Section .ListLinks .List-paginationButton,.Section .ListLogoOnly .List-paginationButton,.Section .ListMetrics .List-paginationButton,.Section .ListSchedule .List-paginationButton,.Section .ListSpeechPromo .List-paginationButton,.Section .ListTagCloud .List-paginationButton,.Section .ListUpcomingEvents .List-paginationButton,.Section .ListVerticalImage .List-paginationButton,.Section .ProductPage-paginationButton,.Section .SearchResultsPage-export-btn a,.Section .SectionPage-paginationButton,.Section .SocialList .List-paginationButton,.Section .TagPage-paginationButton,.Section .TaxonomyPage-paginationButton,.Section .TopicPage-paginationButton{margin-right:15px}.Section-flex-row.gray-bg,.Section.gray-bg{background:#eee}.Section-flex-row.light-bg,.Section.light-bg{border:1px solid #f1f1f1;background:#eee}.Section-flex-row.dark-bg,.Section.dark-bg{background:#2a2a2a}.Section-flex-row.dark-bg h1,.Section-flex-row.dark-bg h2,.Section-flex-row.dark-bg h3,.Section-flex-row.dark-bg h4,.Section-flex-row.dark-bg h5,.Section-flex-row.dark-bg p,.Section.dark-bg h1,.Section.dark-bg h2,.Section.dark-bg h3,.Section.dark-bg h4,.Section.dark-bg h5,.Section.dark-bg p{color:#fff}.Section-flex-row-helper,.Section-helper{min-width:250px}.Section-flex-row-helper code,.Section-helper code{font-size:16px}.flex-row,.Section-flex-row{-ms-flex-direction:row;flex-direction:row}.btn-carousel-wrapper,.flex-row,.Section-flex-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.btn-carousel-wrapper{position:relative}.btn-carousel-wrapper>.btn-carousel{margin:0 10px;position:relative;top:inherit;transform:none}.btn-carousel-wrapper>.btn-carousel.next,.btn-carousel-wrapper>.btn-carousel.previous{right:inherit;left:inherit}.row{margin-bottom:20px}.svg-row svg{margin-right:15px}dl{border:1px solid rgba(85,122,149,.17);font-size:16px;margin:0;width:100%}dl:not(:empty){padding:10px}dl>div{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}dl dd{color:#0364ab}dt:after{content:": "}.displayName,.nowrap,.variable{word-wrap:unset;word-break:keep-all}.displayName{background:rgba(85,122,149,.17);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;font-size:18px;padding:30px 6px;text-transform:capitalize;width:100%}.variable{font-size:15px;display:block;background:#ccc;padding:8px 12px;color:#000}.flex,.flex-inline{border-bottom:1px solid hsla(0,0%,62.7%,.2);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.flex-inline>:last-child,.flex>:last-child{-ms-flex:0 0 calc(100% - 250px);flex:0 0 calc(100% - 250px)}.flex-inline>*,.flex>*{-ms-flex-negative:0;flex-shrink:0;padding:20px}.flex-inline>:not(:last-child),.flex>:not(:last-child){min-width:250px}.flex-inline.flow>*,.flex.flow>*{min-width:inherit}.flex-inline.thin>:last-child,.flex.thin>:last-child{-ms-flex:0;flex:0}.flex-inline.thin>*,.flex.thin>*{min-width:100px}.flex-inline{display:-ms-inline-flexbox;display:inline-flex}.grid{display:-ms-grid;display:grid;spacing:var(--gap);-ms-grid-columns:(minmax(calc(140px + 2*var(--gap)),1fr))[auto-fill];grid-template-columns:repeat(auto-fill,minmax(calc(140px + 2*var(--gap)),1fr))}.textStyleSpec{display:-ms-inline-flexbox;display:inline-flex;width:100%;-ms-flex-align:center;align-items:center}.textStyleSpec>*{width:33.33333%}.textStyleSpec.background{background-color:#747474}.color-sample{border:var(--border);font-size:13px;padding:var(--gap) var(--gap) calc(var(--gap)/3);position:relative}.color-sample:before{content:"";position:relative;display:block;margin-bottom:calc(var(--gap)/2);width:100%;height:140px;background:var(--color-val)}.color-sample.border:before{outline:var(--border)}.color-sample>div{padding:10px;margin-top:10px;background:#ffb6c1}input[type=range]{-webkit-appearance:none;width:400px;margin:4.05px 0}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:6.9px;cursor:pointer;box-shadow:.1px .1px 0 #000,0 0 .1px #0d0d0d;background:#557a95;border-radius:0;border:0 solid #000101}input[type=range]::-webkit-slider-thumb{box-shadow:.7px .7px .6px #000029,0 0 .7px #000043;border:0 solid #00001e;height:15px;width:32px;border-radius:27px;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-4.05px}input[type=range]:focus::-webkit-slider-runnable-track{background:#8aa7bc}input[type=range]::-moz-range-track{width:100%;height:6.9px;cursor:pointer;box-shadow:.1px .1px 0 #000,0 0 .1px #0d0d0d;background:#557a95;border-radius:0;border:0 solid #000101}input[type=range]::-moz-range-thumb{box-shadow:.7px .7px .6px #000029,0 0 .7px #000043;border:0 solid #00001e;height:15px;width:32px;border-radius:27px;background:#fff;cursor:pointer}input[type=range]::-ms-track{width:100%;height:6.9px;cursor:pointer;background:transparent;border-color:transparent;color:transparent}input[type=range]::-ms-fill-lower{background:#344a5b}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper{border:0 solid #000101;border-radius:0;box-shadow:.1px .1px 0 #000,0 0 .1px #0d0d0d}input[type=range]::-ms-fill-upper{background:#557a95}input[type=range]::-ms-thumb{box-shadow:.7px .7px .6px #000029,0 0 .7px #000043;border:0 solid #00001e;width:32px;border-radius:27px;background:#fff;cursor:pointer;height:6.9px}input[type=range]:focus::-ms-fill-lower{background:#557a95}input[type=range]:focus::-ms-fill-upper{background:#8aa7bc}.styleguide-tabs{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px}.styleguide-tab{font-size:15px;cursor:pointer;padding:15px;margin-right:10px;border-bottom:2px solid transparent;transition:all .25s;border-radius:5px}.styleguide-tab:hover{border-color:#c4c4c4;background:#f1f1f1}.styleguide-tab.active{background:#f1f1f1;border-color:#2196f3}.styleguide-tab-content{display:none}.styleguide-tab-content.active{display:block}.dev.refresh-btn{position:fixed;top:10px;right:10px;padding:12px 10px;cursor:pointer;opacity:.35;border-radius:100%;transition:all .25s}.dev.refresh-btn:hover{opacity:.8;background:#fff}.dev.refresh-btn:hover svg{transition:all .25s;fill:#000}.dev.view-btns{position:fixed;bottom:10px;left:10px;padding:8px 12px;border-radius:10px;color:#a0a0a0;transition:all .25s}.dev.view-btns:hover{background:#444;color:#fff;opacity:1}.dev.view-btns .view-btn{cursor:pointer;margin-right:10px;transition:all .25s}.dev.view-btns .view-btn:last-of-type{margin-right:0}.dev.view-btns .view-btn:hover{color:#11b1ff}.dev-mode,.dev-mode-off{position:fixed;bottom:10px;right:10px;cursor:pointer;opacity:.3;font-size:11px;padding:5px 10px 4px;border-radius:10px;transition:all .5s}.dev-mode-off:hover,.dev-mode:hover{background:#444;color:#fff}.dev,.dev-mode-off,code{display:none}.typography-header{font-size:2rem;border-bottom:1px solid #d6d1d1;border-radius:0}.article-title .textStyleSpec-sm,.AthletePage-name .textStyleSpec-sm,.AuthorPage-name .textStyleSpec-sm,.CoachPage-name .textStyleSpec-sm,.EmployeePage-name .textStyleSpec-sm,.EventPage-headline .textStyleSpec-sm,.ExperientialPage-info-title .textStyleSpec-sm,.VideoLead-headline .textStyleSpec-sm{font-size:3rem}.article-title .textStyleSpec-md,.AthletePage-name .textStyleSpec-md,.AuthorPage-name .textStyleSpec-md,.CoachPage-name .textStyleSpec-md,.EmployeePage-name .textStyleSpec-md,.EventPage-headline .textStyleSpec-md,.ExperientialPage-info-title .textStyleSpec-md,.VideoLead-headline .textStyleSpec-md{font-size:4.2rem}.article-title .textStyleSpec-lg,.AthletePage-name .textStyleSpec-lg,.AuthorPage-name .textStyleSpec-lg,.CoachPage-name .textStyleSpec-lg,.EmployeePage-name .textStyleSpec-lg,.EventPage-headline .textStyleSpec-lg,.ExperientialPage-info-title .textStyleSpec-lg,.VideoLead-headline .textStyleSpec-lg{font-size:4.8rem}.ArticlePage-pageHeading .textStyleSpec-sm,.AthletePage-pageHeading .textStyleSpec-sm,.AuthorPage-pageHeading .textStyleSpec-sm,.BlogPage-pageHeading .textStyleSpec-sm,.BlogPostPage-pageHeading .textStyleSpec-sm,.BrandPage-pageHeading .textStyleSpec-sm,.CoachPage-pageHeading .textStyleSpec-sm,.CountryPage-pageHeading .textStyleSpec-sm,.CreativeWorkPage-pageHeading .textStyleSpec-sm,.CreativeWorkPageAlternate-pageHeading .textStyleSpec-sm,.DirectorySearchPage-pageHeading .textStyleSpec-sm,.EmployeePage-pageHeading .textStyleSpec-sm,.EventCalendarDayPage-pageHeading .textStyleSpec-sm,.EventCalendarMonthPage-pageHeading .textStyleSpec-sm,.EventCategoryPage-pageHeading .textStyleSpec-sm,.EventPage-pageHeading .textStyleSpec-sm,.ExperientialPage-pageHeading .textStyleSpec-sm,.GalleryPage-pageHeading .textStyleSpec-sm,.Homepage-pageHeading .textStyleSpec-sm,.Page-pageHeading .textStyleSpec-sm,.page-title .textStyleSpec-sm,.PressRelease-pageHeading .textStyleSpec-sm,.ProductPage-pageHeading .textStyleSpec-sm,.SearchResultsPage-pageHeading .textStyleSpec-sm,.SectionPage-pageHeading .textStyleSpec-sm,.TagPage-pageHeading .textStyleSpec-sm,.TaxonomyPage-pageHeading .textStyleSpec-sm,.TopicPage-pageHeading .textStyleSpec-sm,.VideoPage-pageHeading .textStyleSpec-sm{font-size:2.4rem}.ArticlePage-pageHeading .textStyleSpec-md,.AthletePage-pageHeading .textStyleSpec-md,.AuthorPage-pageHeading .textStyleSpec-md,.BlogPage-pageHeading .textStyleSpec-md,.BlogPostPage-pageHeading .textStyleSpec-md,.BrandPage-pageHeading .textStyleSpec-md,.CoachPage-pageHeading .textStyleSpec-md,.CountryPage-pageHeading .textStyleSpec-md,.CreativeWorkPage-pageHeading .textStyleSpec-md,.CreativeWorkPageAlternate-pageHeading .textStyleSpec-md,.DirectorySearchPage-pageHeading .textStyleSpec-md,.EmployeePage-pageHeading .textStyleSpec-md,.EventCalendarDayPage-pageHeading .textStyleSpec-md,.EventCalendarMonthPage-pageHeading .textStyleSpec-md,.EventCategoryPage-pageHeading .textStyleSpec-md,.EventPage-pageHeading .textStyleSpec-md,.ExperientialPage-pageHeading .textStyleSpec-md,.GalleryPage-pageHeading .textStyleSpec-md,.Homepage-pageHeading .textStyleSpec-md,.Page-pageHeading .textStyleSpec-md,.page-title .textStyleSpec-md,.PressRelease-pageHeading .textStyleSpec-md,.ProductPage-pageHeading .textStyleSpec-md,.SearchResultsPage-pageHeading .textStyleSpec-md,.SectionPage-pageHeading .textStyleSpec-md,.TagPage-pageHeading .textStyleSpec-md,.TaxonomyPage-pageHeading .textStyleSpec-md,.TopicPage-pageHeading .textStyleSpec-md,.VideoPage-pageHeading .textStyleSpec-md{font-size:3rem}.ArticlePage-pageHeading .textStyleSpec-lg,.AthletePage-pageHeading .textStyleSpec-lg,.AuthorPage-pageHeading .textStyleSpec-lg,.BlogPage-pageHeading .textStyleSpec-lg,.BlogPostPage-pageHeading .textStyleSpec-lg,.BrandPage-pageHeading .textStyleSpec-lg,.CoachPage-pageHeading .textStyleSpec-lg,.CountryPage-pageHeading .textStyleSpec-lg,.CreativeWorkPage-pageHeading .textStyleSpec-lg,.CreativeWorkPageAlternate-pageHeading .textStyleSpec-lg,.DirectorySearchPage-pageHeading .textStyleSpec-lg,.EmployeePage-pageHeading .textStyleSpec-lg,.EventCalendarDayPage-pageHeading .textStyleSpec-lg,.EventCalendarMonthPage-pageHeading .textStyleSpec-lg,.EventCategoryPage-pageHeading .textStyleSpec-lg,.EventPage-pageHeading .textStyleSpec-lg,.ExperientialPage-pageHeading .textStyleSpec-lg,.GalleryPage-pageHeading .textStyleSpec-lg,.Homepage-pageHeading .textStyleSpec-lg,.Page-pageHeading .textStyleSpec-lg,.page-title .textStyleSpec-lg,.PressRelease-pageHeading .textStyleSpec-lg,.ProductPage-pageHeading .textStyleSpec-lg,.SearchResultsPage-pageHeading .textStyleSpec-lg,.SectionPage-pageHeading .textStyleSpec-lg,.TagPage-pageHeading .textStyleSpec-lg,.TaxonomyPage-pageHeading .textStyleSpec-lg,.TopicPage-pageHeading .textStyleSpec-lg,.VideoPage-pageHeading .textStyleSpec-lg{font-size:3.6rem}.promo-title-large .textStyleSpec-sm{font-size:2.4rem}.promo-title-large .textStyleSpec-md{font-size:3rem}.promo-title-large .textStyleSpec-lg{font-size:3.6rem}.blockquote .textStyleSpec-md,.blockquote .textStyleSpec-sm{font-size:2.1rem}.blockquote .textStyleSpec-lg{font-size:2.6rem}.metrics-title .textStyleSpec-md,.metrics-title .textStyleSpec-sm,.promo-title .textStyleSpec-md,.promo-title .textStyleSpec-sm,.PromoMetrics-title .textStyleSpec-md,.PromoMetrics-title .textStyleSpec-sm{font-size:2rem}.metrics-title .textStyleSpec-lg,.promo-title .textStyleSpec-lg,.PromoMetrics-title .textStyleSpec-lg{font-size:2.4rem}.ContainerAbstract .container-title .textStyleSpec-md,.ContainerAbstract .container-title .textStyleSpec-sm,.list-title .textStyleSpec-md,.list-title .textStyleSpec-sm,.VideoModule-title .textStyleSpec-md,.VideoModule-title .textStyleSpec-sm{font-size:1.4rem}.ContainerAbstract .container-title .textStyleSpec-lg,.list-title .textStyleSpec-lg,.VideoModule-title .textStyleSpec-lg{font-size:1.8rem}.list-title-small .textStyleSpec-md,.list-title-small .textStyleSpec-sm{font-size:1.4rem}.list-title-small .textStyleSpec-lg{font-size:1.6rem}.list-title-extra-small .textStyleSpec-md,.list-title-extra-small .textStyleSpec-sm{font-size:1.2rem}.list-title-extra-small .textStyleSpec-lg{font-size:1.4rem}.BrandPage-description .textStyleSpec-md,.BrandPage-description .textStyleSpec-sm,.ContainerAbstract .container-description .textStyleSpec-md,.ContainerAbstract .container-description .textStyleSpec-sm,.CountryPage-description .textStyleSpec-md,.CountryPage-description .textStyleSpec-sm,.EventCategoryPage-description .textStyleSpec-md,.EventCategoryPage-description .textStyleSpec-sm,.list-description .textStyleSpec-md,.list-description .textStyleSpec-sm,.ProductPage-description .textStyleSpec-md,.ProductPage-description .textStyleSpec-sm,.SectionPage-description .textStyleSpec-md,.SectionPage-description .textStyleSpec-sm,.TagPage-description .textStyleSpec-md,.TagPage-description .textStyleSpec-sm,.TaxonomyPage-description .textStyleSpec-md,.TaxonomyPage-description .textStyleSpec-sm,.TopicPage-description .textStyleSpec-md,.TopicPage-description .textStyleSpec-sm,.VideoModule-description .textStyleSpec-md,.VideoModule-description .textStyleSpec-sm{font-size:1.8rem}.BrandPage-description .textStyleSpec-lg,.ContainerAbstract .container-description .textStyleSpec-lg,.CountryPage-description .textStyleSpec-lg,.EventCategoryPage-description .textStyleSpec-lg,.list-description .textStyleSpec-lg,.ProductPage-description .textStyleSpec-lg,.SectionPage-description .textStyleSpec-lg,.TagPage-description .textStyleSpec-lg,.TaxonomyPage-description .textStyleSpec-lg,.TopicPage-description .textStyleSpec-lg,.VideoModule-description .textStyleSpec-lg{font-size:2.2rem}.list-item-large .textStyleSpec-lg,.list-item-large .textStyleSpec-md,.list-item-large .textStyleSpec-sm{font-size:2.1rem}.list-item .textStyleSpec-lg,.list-item .textStyleSpec-md,.list-item .textStyleSpec-sm{font-size:1.8rem}.list-item-small-bold .textStyleSpec-lg,.list-item-small-bold .textStyleSpec-md,.list-item-small-bold .textStyleSpec-sm,.list-item-small-light .textStyleSpec-lg,.list-item-small-light .textStyleSpec-md,.list-item-small-light .textStyleSpec-sm{font-size:1.6rem}.AthletePage-address .textStyleSpec-md,.AthletePage-address .textStyleSpec-sm,.AthletePage-curriculumVitaeLink .textStyleSpec-md,.AthletePage-curriculumVitaeLink .textStyleSpec-sm,.AthletePage-email .textStyleSpec-md,.AthletePage-email .textStyleSpec-sm,.AthletePage-groups .textStyleSpec-md,.AthletePage-groups .textStyleSpec-sm,.AthletePage-jobTitle .textStyleSpec-md,.AthletePage-jobTitle .textStyleSpec-sm,.AthletePage-phoneNumber .textStyleSpec-md,.AthletePage-phoneNumber .textStyleSpec-sm,.AthletePage-websiteLink .textStyleSpec-md,.AthletePage-websiteLink .textStyleSpec-sm,.AuthorPage-address .textStyleSpec-md,.AuthorPage-address .textStyleSpec-sm,.AuthorPage-affiliation .textStyleSpec-md,.AuthorPage-affiliation .textStyleSpec-sm,.AuthorPage-curriculumVitaeLink .textStyleSpec-md,.AuthorPage-curriculumVitaeLink .textStyleSpec-sm,.AuthorPage-email .textStyleSpec-md,.AuthorPage-email .textStyleSpec-sm,.AuthorPage-jobTitle .textStyleSpec-md,.AuthorPage-jobTitle .textStyleSpec-sm,.AuthorPage-phoneNumber .textStyleSpec-md,.AuthorPage-phoneNumber .textStyleSpec-sm,.CoachPage-address .textStyleSpec-md,.CoachPage-address .textStyleSpec-sm,.CoachPage-curriculumVitaeLink .textStyleSpec-md,.CoachPage-curriculumVitaeLink .textStyleSpec-sm,.CoachPage-email .textStyleSpec-md,.CoachPage-email .textStyleSpec-sm,.CoachPage-groups .textStyleSpec-md,.CoachPage-groups .textStyleSpec-sm,.CoachPage-jobTitle .textStyleSpec-md,.CoachPage-jobTitle .textStyleSpec-sm,.CoachPage-office .textStyleSpec-md,.CoachPage-office .textStyleSpec-sm,.CoachPage-phoneNumber .textStyleSpec-md,.CoachPage-phoneNumber .textStyleSpec-sm,.CoachPage-websiteLink .textStyleSpec-md,.CoachPage-websiteLink .textStyleSpec-sm,.description-text .textStyleSpec-md,.description-text .textStyleSpec-sm,.EmployeePage-address .textStyleSpec-md,.EmployeePage-address .textStyleSpec-sm,.EmployeePage-curriculumVitaeLink .textStyleSpec-md,.EmployeePage-curriculumVitaeLink .textStyleSpec-sm,.EmployeePage-email .textStyleSpec-md,.EmployeePage-email .textStyleSpec-sm,.EmployeePage-groups .textStyleSpec-md,.EmployeePage-groups .textStyleSpec-sm,.EmployeePage-jobTitle .textStyleSpec-md,.EmployeePage-jobTitle .textStyleSpec-sm,.EmployeePage-phoneNumber .textStyleSpec-md,.EmployeePage-phoneNumber .textStyleSpec-sm,.EmployeePage-websiteLink .textStyleSpec-md,.EmployeePage-websiteLink .textStyleSpec-sm,.EventPage-eventDate .textStyleSpec-md,.EventPage-eventDate .textStyleSpec-sm,.EventPage-eventDuration .textStyleSpec-md,.EventPage-eventDuration .textStyleSpec-sm,.EventPage-eventLocation .textStyleSpec-md,.EventPage-eventLocation .textStyleSpec-sm,.EventPage-subHeadline .textStyleSpec-md,.EventPage-subHeadline .textStyleSpec-sm,.VideoLead-subHeadline .textStyleSpec-md,.VideoLead-subHeadline .textStyleSpec-sm{font-size:1.8rem}.AthletePage-address .textStyleSpec-lg,.AthletePage-curriculumVitaeLink .textStyleSpec-lg,.AthletePage-email .textStyleSpec-lg,.AthletePage-groups .textStyleSpec-lg,.AthletePage-jobTitle .textStyleSpec-lg,.AthletePage-phoneNumber .textStyleSpec-lg,.AthletePage-websiteLink .textStyleSpec-lg,.AuthorPage-address .textStyleSpec-lg,.AuthorPage-affiliation .textStyleSpec-lg,.AuthorPage-curriculumVitaeLink .textStyleSpec-lg,.AuthorPage-email .textStyleSpec-lg,.AuthorPage-jobTitle .textStyleSpec-lg,.AuthorPage-phoneNumber .textStyleSpec-lg,.CoachPage-address .textStyleSpec-lg,.CoachPage-curriculumVitaeLink .textStyleSpec-lg,.CoachPage-email .textStyleSpec-lg,.CoachPage-groups .textStyleSpec-lg,.CoachPage-jobTitle .textStyleSpec-lg,.CoachPage-office .textStyleSpec-lg,.CoachPage-phoneNumber .textStyleSpec-lg,.CoachPage-websiteLink .textStyleSpec-lg,.description-text .textStyleSpec-lg,.EmployeePage-address .textStyleSpec-lg,.EmployeePage-curriculumVitaeLink .textStyleSpec-lg,.EmployeePage-email .textStyleSpec-lg,.EmployeePage-groups .textStyleSpec-lg,.EmployeePage-jobTitle .textStyleSpec-lg,.EmployeePage-phoneNumber .textStyleSpec-lg,.EmployeePage-websiteLink .textStyleSpec-lg,.EventPage-eventDate .textStyleSpec-lg,.EventPage-eventDuration .textStyleSpec-lg,.EventPage-eventLocation .textStyleSpec-lg,.EventPage-subHeadline .textStyleSpec-lg,.VideoLead-subHeadline .textStyleSpec-lg{font-size:2.2rem}.body-1 .textStyleSpec-md,.body-1 .textStyleSpec-sm,.VideoPage-innerContent .VideoPage-subHeadline .textStyleSpec-md,.VideoPage-innerContent .VideoPage-subHeadline .textStyleSpec-sm{font-size:1.6rem}.body-1 .textStyleSpec-lg,.VideoPage-innerContent .VideoPage-subHeadline .textStyleSpec-lg{font-size:1.8rem}.quote-attribution .textStyleSpec-md,.quote-attribution .textStyleSpec-sm{font-size:1.2rem}.quote-attribution .textStyleSpec-lg{font-size:1.6rem}.byline .textStyleSpec-lg,.byline .textStyleSpec-md,.byline .textStyleSpec-sm{font-size:1.3rem}.promo-description .textStyleSpec-sm,.PromoMetrics-description .textStyleSpec-sm{font-size:1.4rem}.promo-description .textStyleSpec-lg,.promo-description .textStyleSpec-md,.PromoMetrics-description .textStyleSpec-lg,.PromoMetrics-description .textStyleSpec-md{font-size:1.6rem}.Footer-navigationItem .NavigationItem-text .textStyleSpec-lg,.Footer-navigationItem .NavigationItem-text .textStyleSpec-md,.Footer-navigationItem .NavigationItem-text .textStyleSpec-sm,.Footer .RichTextModule-title .textStyleSpec-lg,.Footer .RichTextModule-title .textStyleSpec-md,.Footer .RichTextModule-title .textStyleSpec-sm,.promo-title-small .textStyleSpec-lg,.promo-title-small .textStyleSpec-md,.promo-title-small .textStyleSpec-sm{font-size:1.4rem}.caption .textStyleSpec-sm{font-size:1.3rem}.caption .textStyleSpec-lg,.caption .textStyleSpec-md{font-size:1.5rem}.credit .textStyleSpec-lg,.credit .textStyleSpec-md,.credit .textStyleSpec-sm{font-size:1.2rem}.promo-author .textStyleSpec-lg,.promo-author .textStyleSpec-md,.promo-author .textStyleSpec-sm,.PromoAuthor div[class$=-authorName] .textStyleSpec-lg,.PromoAuthor div[class$=-authorName] .textStyleSpec-md,.PromoAuthor div[class$=-authorName] .textStyleSpec-sm,.PromoAuthor div[class$=-date] .textStyleSpec-lg,.PromoAuthor div[class$=-date] .textStyleSpec-md,.PromoAuthor div[class$=-date] .textStyleSpec-sm,.PromoCardBackground-author div[class$=-authorName] .textStyleSpec-lg,.PromoCardBackground-author div[class$=-authorName] .textStyleSpec-md,.PromoCardBackground-author div[class$=-authorName] .textStyleSpec-sm,.PromoCardBackground-author div[class$=-date] .textStyleSpec-lg,.PromoCardBackground-author div[class$=-date] .textStyleSpec-md,.PromoCardBackground-author div[class$=-date] .textStyleSpec-sm,.PromoCardImageOnSide-authorInfo div[class$=-authorName] .textStyleSpec-lg,.PromoCardImageOnSide-authorInfo div[class$=-authorName] .textStyleSpec-md,.PromoCardImageOnSide-authorInfo div[class$=-authorName] .textStyleSpec-sm,.PromoCardImageOnSide-authorInfo div[class$=-date] .textStyleSpec-lg,.PromoCardImageOnSide-authorInfo div[class$=-date] .textStyleSpec-md,.PromoCardImageOnSide-authorInfo div[class$=-date] .textStyleSpec-sm,.PromoCardImageOnTop-author div[class$=-authorName] .textStyleSpec-lg,.PromoCardImageOnTop-author div[class$=-authorName] .textStyleSpec-md,.PromoCardImageOnTop-author div[class$=-authorName] .textStyleSpec-sm,.PromoCardImageOnTop-author div[class$=-date] .textStyleSpec-lg,.PromoCardImageOnTop-author div[class$=-date] .textStyleSpec-md,.PromoCardImageOnTop-author div[class$=-date] .textStyleSpec-sm,.PromoCardImageOnTopLarge-author div[class$=-authorName] .textStyleSpec-lg,.PromoCardImageOnTopLarge-author div[class$=-authorName] .textStyleSpec-md,.PromoCardImageOnTopLarge-author div[class$=-authorName] .textStyleSpec-sm,.PromoCardImageOnTopLarge-author div[class$=-date] .textStyleSpec-lg,.PromoCardImageOnTopLarge-author div[class$=-date] .textStyleSpec-md,.PromoCardImageOnTopLarge-author div[class$=-date] .textStyleSpec-sm{font-size:1.1rem}.promo-category .textStyleSpec-md,.promo-category .textStyleSpec-sm,.PromoCardTextOnly-sourceName .textStyleSpec-md,.PromoCardTextOnly-sourceName .textStyleSpec-sm,.PromoCardTextOnly-sourceText .textStyleSpec-md,.PromoCardTextOnly-sourceText .textStyleSpec-sm{font-size:1rem}.AuthorPage-paginationButton .textStyleSpec-lg,.AuthorPage-paginationButton .textStyleSpec-md,.AuthorPage-paginationButton .textStyleSpec-sm,.BrandPage-paginationButton .textStyleSpec-lg,.BrandPage-paginationButton .textStyleSpec-md,.BrandPage-paginationButton .textStyleSpec-sm,.btn .textStyleSpec-lg,.btn .textStyleSpec-md,.btn .textStyleSpec-sm,.button-label .textStyleSpec-lg,.button-label .textStyleSpec-md,.button-label .textStyleSpec-sm,.CountryPage-paginationButton .textStyleSpec-lg,.CountryPage-paginationButton .textStyleSpec-md,.CountryPage-paginationButton .textStyleSpec-sm,.DirectorySearchPage-export-btn a .textStyleSpec-lg,.DirectorySearchPage-export-btn a .textStyleSpec-md,.DirectorySearchPage-export-btn a .textStyleSpec-sm,.EventCalendarDayPage-export-btn a .textStyleSpec-lg,.EventCalendarDayPage-export-btn a .textStyleSpec-md,.EventCalendarDayPage-export-btn a .textStyleSpec-sm,.EventCalendarMonthPage-export-btn a .textStyleSpec-lg,.EventCalendarMonthPage-export-btn a .textStyleSpec-md,.EventCalendarMonthPage-export-btn a .textStyleSpec-sm,.EventCategoryPage-paginationButton .textStyleSpec-lg,.EventCategoryPage-paginationButton .textStyleSpec-md,.EventCategoryPage-paginationButton .textStyleSpec-sm,.EventPage-addToCalendar .FavoriteButton .textStyleSpec-lg,.EventPage-addToCalendar .FavoriteButton .textStyleSpec-md,.EventPage-addToCalendar .FavoriteButton .textStyleSpec-sm,.Footer .RichTextModule-cta a .textStyleSpec-lg,.Footer .RichTextModule-cta a .textStyleSpec-md,.Footer .RichTextModule-cta a .textStyleSpec-sm,.Header-customButton>a .textStyleSpec-lg,.Header-customButton>a .textStyleSpec-md,.Header-customButton>a .textStyleSpec-sm,.List .List-paginationButton .textStyleSpec-lg,.List .List-paginationButton .textStyleSpec-md,.List .List-paginationButton .textStyleSpec-sm,.ListAbstract .List-paginationButton .textStyleSpec-lg,.ListAbstract .List-paginationButton .textStyleSpec-md,.ListAbstract .List-paginationButton .textStyleSpec-sm,.ListAccordion .List-paginationButton .textStyleSpec-lg,.ListAccordion .List-paginationButton .textStyleSpec-md,.ListAccordion .List-paginationButton .textStyleSpec-sm,.ListAthleticEvent .List-paginationButton .textStyleSpec-lg,.ListAthleticEvent .List-paginationButton .textStyleSpec-md,.ListAthleticEvent .List-paginationButton .textStyleSpec-sm,.ListCard .List-paginationButton .textStyleSpec-lg,.ListCard .List-paginationButton .textStyleSpec-md,.ListCard .List-paginationButton .textStyleSpec-sm,.ListCardBackground .List-paginationButton .textStyleSpec-lg,.ListCardBackground .List-paginationButton .textStyleSpec-md,.ListCardBackground .List-paginationButton .textStyleSpec-sm,.ListCardDescriptionOnLeft .List-paginationButton .textStyleSpec-lg,.ListCardDescriptionOnLeft .List-paginationButton .textStyleSpec-md,.ListCardDescriptionOnLeft .List-paginationButton .textStyleSpec-sm,.ListCardImageOnly .List-paginationButton .textStyleSpec-lg,.ListCardImageOnly .List-paginationButton .textStyleSpec-md,.ListCardImageOnly .List-paginationButton .textStyleSpec-sm,.ListCardImageOnSide .List-paginationButton .textStyleSpec-lg,.ListCardImageOnSide .List-paginationButton .textStyleSpec-md,.ListCardImageOnSide .List-paginationButton .textStyleSpec-sm,.ListCardImageOnTop .List-paginationButton .textStyleSpec-lg,.ListCardImageOnTop .List-paginationButton .textStyleSpec-md,.ListCardImageOnTop .List-paginationButton .textStyleSpec-sm,.ListCardLogoBottom .List-paginationButton .textStyleSpec-lg,.ListCardLogoBottom .List-paginationButton .textStyleSpec-md,.ListCardLogoBottom .List-paginationButton .textStyleSpec-sm,.ListCardLogoTop .List-paginationButton .textStyleSpec-lg,.ListCardLogoTop .List-paginationButton .textStyleSpec-md,.ListCardLogoTop .List-paginationButton .textStyleSpec-sm,.ListCardQuote .List-paginationButton .textStyleSpec-lg,.ListCardQuote .List-paginationButton .textStyleSpec-md,.ListCardQuote .List-paginationButton .textStyleSpec-sm,.ListCardTextOnly .List-paginationButton .textStyleSpec-lg,.ListCardTextOnly .List-paginationButton .textStyleSpec-md,.ListCardTextOnly .List-paginationButton .textStyleSpec-sm,.ListCarouselBoxedHeadline .List-paginationButton .textStyleSpec-lg,.ListCarouselBoxedHeadline .List-paginationButton .textStyleSpec-md,.ListCarouselBoxedHeadline .List-paginationButton .textStyleSpec-sm,.ListCarouselQuoteFullWidth .List-paginationButton .textStyleSpec-lg,.ListCarouselQuoteFullWidth .List-paginationButton .textStyleSpec-md,.ListCarouselQuoteFullWidth .List-paginationButton .textStyleSpec-sm,.ListEvents .List-paginationButton .textStyleSpec-lg,.ListEvents .List-paginationButton .textStyleSpec-md,.ListEvents .List-paginationButton .textStyleSpec-sm,.ListHighlightA .List-paginationButton .textStyleSpec-lg,.ListHighlightA .List-paginationButton .textStyleSpec-md,.ListHighlightA .List-paginationButton .textStyleSpec-sm,.ListIconOnSide .List-paginationButton .textStyleSpec-lg,.ListIconOnSide .List-paginationButton .textStyleSpec-md,.ListIconOnSide .List-paginationButton .textStyleSpec-sm,.ListIconOnTopLarge .List-paginationButton .textStyleSpec-lg,.ListIconOnTopLarge .List-paginationButton .textStyleSpec-md,.ListIconOnTopLarge .List-paginationButton .textStyleSpec-sm,.ListIconOnTopSmall .List-paginationButton .textStyleSpec-lg,.ListIconOnTopSmall .List-paginationButton .textStyleSpec-md,.ListIconOnTopSmall .List-paginationButton .textStyleSpec-sm,.ListImageLarge .List-paginationButton .textStyleSpec-lg,.ListImageLarge .List-paginationButton .textStyleSpec-md,.ListImageLarge .List-paginationButton .textStyleSpec-sm,.ListImageMedium .List-paginationButton .textStyleSpec-lg,.ListImageMedium .List-paginationButton .textStyleSpec-md,.ListImageMedium .List-paginationButton .textStyleSpec-sm,.ListImageOnTopCircular .List-paginationButton .textStyleSpec-lg,.ListImageOnTopCircular .List-paginationButton .textStyleSpec-md,.ListImageOnTopCircular .List-paginationButton .textStyleSpec-sm,.ListImageSmall .List-paginationButton .textStyleSpec-lg,.ListImageSmall .List-paginationButton .textStyleSpec-md,.ListImageSmall .List-paginationButton .textStyleSpec-sm,.ListImageThumbnail .List-paginationButton .textStyleSpec-lg,.ListImageThumbnail .List-paginationButton .textStyleSpec-md,.ListImageThumbnail .List-paginationButton .textStyleSpec-sm,.ListLinks .List-paginationButton .textStyleSpec-lg,.ListLinks .List-paginationButton .textStyleSpec-md,.ListLinks .List-paginationButton .textStyleSpec-sm,.ListLogoOnly .List-paginationButton .textStyleSpec-lg,.ListLogoOnly .List-paginationButton .textStyleSpec-md,.ListLogoOnly .List-paginationButton .textStyleSpec-sm,.ListMetrics .List-paginationButton .textStyleSpec-lg,.ListMetrics .List-paginationButton .textStyleSpec-md,.ListMetrics .List-paginationButton .textStyleSpec-sm,.ListSchedule .List-paginationButton .textStyleSpec-lg,.ListSchedule .List-paginationButton .textStyleSpec-md,.ListSchedule .List-paginationButton .textStyleSpec-sm,.ListSpeechPromo .List-paginationButton .textStyleSpec-lg,.ListSpeechPromo .List-paginationButton .textStyleSpec-md,.ListSpeechPromo .List-paginationButton .textStyleSpec-sm,.ListTagCloud .List-paginationButton .textStyleSpec-lg,.ListTagCloud .List-paginationButton .textStyleSpec-md,.ListTagCloud .List-paginationButton .textStyleSpec-sm,.ListUpcomingEvents .List-paginationButton .textStyleSpec-lg,.ListUpcomingEvents .List-paginationButton .textStyleSpec-md,.ListUpcomingEvents .List-paginationButton .textStyleSpec-sm,.ListVerticalImage .List-paginationButton .textStyleSpec-lg,.ListVerticalImage .List-paginationButton .textStyleSpec-md,.ListVerticalImage .List-paginationButton .textStyleSpec-sm,.ProductPage-paginationButton .textStyleSpec-lg,.ProductPage-paginationButton .textStyleSpec-md,.ProductPage-paginationButton .textStyleSpec-sm,.promo-category .textStyleSpec-lg,.PromoCardTextOnly-sourceName .textStyleSpec-lg,.PromoCardTextOnly-sourceText .textStyleSpec-lg,.SearchResultsPage-export-btn a .textStyleSpec-lg,.SearchResultsPage-export-btn a .textStyleSpec-md,.SearchResultsPage-export-btn a .textStyleSpec-sm,.SectionPage-paginationButton .textStyleSpec-lg,.SectionPage-paginationButton .textStyleSpec-md,.SectionPage-paginationButton .textStyleSpec-sm,.SocialList .List-paginationButton .textStyleSpec-lg,.SocialList .List-paginationButton .textStyleSpec-md,.SocialList .List-paginationButton .textStyleSpec-sm,.TagPage-paginationButton .textStyleSpec-lg,.TagPage-paginationButton .textStyleSpec-md,.TagPage-paginationButton .textStyleSpec-sm,.TaxonomyPage-paginationButton .textStyleSpec-lg,.TaxonomyPage-paginationButton .textStyleSpec-md,.TaxonomyPage-paginationButton .textStyleSpec-sm,.TopicPage-paginationButton .textStyleSpec-lg,.TopicPage-paginationButton .textStyleSpec-md,.TopicPage-paginationButton .textStyleSpec-sm{font-size:1.2rem}.font-info-box{position:fixed;background:#eaeaea;padding:10px;border-radius:5px;box-shadow:0 2px 2px rgba(0,0,0,.16);font-size:17px}.font-info-box span{font-weight:700}.query-font-info{padding:20px 15px;transition:all .25s;border:1px solid transparent}.query-font-info:hover{background:#f1f1f1;border-radius:5px;border-color:rgba(0,0,0,.1)}.column-example,.example-col{min-height:300px;background:#eee;border:1px solid #e0e0e0;font-size:2rem}.col .container,.col .Footer-container,.col .ListCarousel-items{height:inherit}.col .container .example-col,.col .Footer-container .example-col,.col .ListCarousel-items .example-col{background:#d8d8d8}.ExampleSpacer{background:inherit;position:relative;text-align:center;font-size:1.8rem;color:#888}.ExampleSpacer:before{content:"";display:block;border-top:1px solid #dcd3d3;left:5%;right:5%;height:2px;position:absolute;top:50%;z-index:0}.ExampleSpacer span{background:inherit;padding:0 10px;position:relative;z-index:1}.double-wide-foundation-promo>.list{max-width:820px}.double-wide-foundation-promo>.list>div{margin:10px 0}.m-0{margin:0}.p-0{padding:0}
/*! sanitize.css v7.0.1 | CC0 License | github.com/csstools/sanitize.css */*,:after,:before{background-repeat:no-repeat;box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.15;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{height:0;overflow:visible}nav ol,nav ul{list-style:none}pre{font-family:Menlo,Consolas,Roboto Mono,Ubuntu Monospace,Oxygen Mono,Liberation Mono,monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:Menlo,Consolas,Roboto Mono,Ubuntu Monospace,Oxygen Mono,Liberation Mono,monospace;font-size:1em}small{font-size:80%}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg{fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,select{margin:0}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical}[type=checkbox],[type=radio]{padding:0}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,dialog{display:block}dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled],[disabled]{cursor:disabled}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:none;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:60px;height:60px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}.flickity-enabled.is-fade .flickity-slider>*{pointer-events:none;z-index:0}.flickity-enabled.is-fade .flickity-slider>.is-selected{pointer-events:auto;z-index:1}.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-ms-flexbox;display:flex;visibility:hidden;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.85);opacity:0;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal--noClose .tingle-modal__close{display:none}.tingle-modal__close{position:fixed;top:2rem;right:2rem;z-index:1000;padding:0;width:2rem;height:2rem;border:none;background-color:transparent;color:#fff;cursor:pointer}.tingle-modal__close svg *{fill:currentColor}.tingle-modal__closeLabel{display:none}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;will-change:transform,opacity}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer:after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;right:0;left:0;overflow:hidden}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{animation:scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width:540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.6rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.8rem;width:1.6rem;vertical-align:middle;font-size:0}}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.tingle-modal:before{position:fixed;top:0;right:0;bottom:0;left:0;content:"";-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.tingle-enabled .tingle-content-wrapper{filter:none}}@keyframes scale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes PopToast{0%{opacity:0}50%{opacity:1}to{transform:translateX(0)}}.AuthorPage-paginationButton,.BrandPage-paginationButton,.btn,.CountryPage-paginationButton,.DirectorySearchPage-export-btn a,.EventCalendarDayPage-export-btn a,.EventCalendarMonthPage-export-btn a,.EventCategoryPage-paginationButton,.EventPage-addToCalendar .FavoriteButton,.Footer .RichTextModule-cta a,.Header-customButton>a,.List .List-paginationButton,.ListAbstract .List-paginationButton,.ListAccordion .List-paginationButton,.ListAthleticEvent .List-paginationButton,.ListCard .List-paginationButton,.ListCardBackground .List-paginationButton,.ListCardDescriptionOnLeft .List-paginationButton,.ListCardImageOnly .List-paginationButton,.ListCardImageOnSide .List-paginationButton,.ListCardImageOnTop .List-paginationButton,.ListCardLogoBottom .List-paginationButton,.ListCardLogoTop .List-paginationButton,.ListCardQuote .List-paginationButton,.ListCardTextOnly .List-paginationButton,.ListCarouselBoxedHeadline .List-paginationButton,.ListCarouselQuoteFullWidth .List-paginationButton,.ListEvents .List-paginationButton,.ListHighlightA .List-paginationButton,.ListIconOnSide .List-paginationButton,.ListIconOnTopLarge .List-paginationButton,.ListIconOnTopSmall .List-paginationButton,.ListImageLarge .List-paginationButton,.ListImageMedium .List-paginationButton,.ListImageOnTopCircular .List-paginationButton,.ListImageSmall .List-paginationButton,.ListImageThumbnail .List-paginationButton,.ListLinks .List-paginationButton,.ListLogoOnly .List-paginationButton,.ListMetrics .List-paginationButton,.ListSchedule .List-paginationButton,.ListSpeechPromo .List-paginationButton,.ListTagCloud .List-paginationButton,.ListUpcomingEvents .List-paginationButton,.ListVerticalImage .List-paginationButton,.ProductPage-paginationButton,.SearchResultsPage-export-btn a,.SectionPage-paginationButton,.SocialList .List-paginationButton,.TagPage-paginationButton,.TaxonomyPage-paginationButton,.TopicPage-paginationButton{color:var(--buttonTextColor1);border:1px solid;border-color:var(--buttonBorderColor1);background-color:var(--buttonBgColor1);border-radius:0;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);padding:1em 2em;cursor:pointer;font-size:1.6rem;line-height:1.5rem;border-radius:3px}.AuthorPage-paginationButton:hover,.BrandPage-paginationButton:hover,.btn:hover,.CountryPage-paginationButton:hover,.DirectorySearchPage-export-btn a:hover,.EventCalendarDayPage-export-btn a:hover,.EventCalendarMonthPage-export-btn a:hover,.EventCategoryPage-paginationButton:hover,.EventPage-addToCalendar .FavoriteButton:hover,.Footer .RichTextModule-cta a:hover,.Header-customButton>a:hover,.List .List-paginationButton:hover,.ListAbstract .List-paginationButton:hover,.ListAccordion .List-paginationButton:hover,.ListAthleticEvent .List-paginationButton:hover,.ListCard .List-paginationButton:hover,.ListCardBackground .List-paginationButton:hover,.ListCardDescriptionOnLeft .List-paginationButton:hover,.ListCardImageOnly .List-paginationButton:hover,.ListCardImageOnSide .List-paginationButton:hover,.ListCardImageOnTop .List-paginationButton:hover,.ListCardLogoBottom .List-paginationButton:hover,.ListCardLogoTop .List-paginationButton:hover,.ListCardQuote .List-paginationButton:hover,.ListCardTextOnly .List-paginationButton:hover,.ListCarouselBoxedHeadline .List-paginationButton:hover,.ListCarouselQuoteFullWidth .List-paginationButton:hover,.ListEvents .List-paginationButton:hover,.ListHighlightA .List-paginationButton:hover,.ListIconOnSide .List-paginationButton:hover,.ListIconOnTopLarge .List-paginationButton:hover,.ListIconOnTopSmall .List-paginationButton:hover,.ListImageLarge .List-paginationButton:hover,.ListImageMedium .List-paginationButton:hover,.ListImageOnTopCircular .List-paginationButton:hover,.ListImageSmall .List-paginationButton:hover,.ListImageThumbnail .List-paginationButton:hover,.ListLinks .List-paginationButton:hover,.ListLogoOnly .List-paginationButton:hover,.ListMetrics .List-paginationButton:hover,.ListSchedule .List-paginationButton:hover,.ListSpeechPromo .List-paginationButton:hover,.ListTagCloud .List-paginationButton:hover,.ListUpcomingEvents .List-paginationButton:hover,.ListVerticalImage .List-paginationButton:hover,.ProductPage-paginationButton:hover,.SearchResultsPage-export-btn a:hover,.SectionPage-paginationButton:hover,.SocialList .List-paginationButton:hover,.TagPage-paginationButton:hover,.TaxonomyPage-paginationButton:hover,.TopicPage-paginationButton:hover{transform:scale(1.15);color:var(--buttonTextColor1)}.AuthorPage-paginationButton,.BrandPage-paginationButton,.btn-outline,.CountryPage-paginationButton,.EventCategoryPage-paginationButton,.ProductPage-paginationButton,.SectionPage-paginationButton,.TagPage-paginationButton,.TaxonomyPage-paginationButton,.TopicPage-paginationButton{color:var(--buttonBgColor1);border-color:var(--buttonBgColor1);background-color:var(--buttonTextColor1)}.AuthorPage-paginationButton:hover,.BrandPage-paginationButton:hover,.btn-outline:hover,.CountryPage-paginationButton:hover,.EventCategoryPage-paginationButton:hover,.ProductPage-paginationButton:hover,.SectionPage-paginationButton:hover,.TagPage-paginationButton:hover,.TaxonomyPage-paginationButton:hover,.TopicPage-paginationButton:hover{color:var(--buttonBgColor1)}button.btn-small{font-size:1.1rem;line-height:1.18;padding:9px 10px 8px}button.btn-large,button.DirectorySearchPage-export-btn a,button.EventCalendarDayPage-export-btn a,button.EventCalendarMonthPage-export-btn a,button.Footer .RichTextModule-cta a,button.SearchResultsPage-export-btn a{font-size:2rem;padding:1.1em 2em}button.btn-large:hover,button.DirectorySearchPage-export-btn a:hover,button.EventCalendarDayPage-export-btn a:hover,button.EventCalendarMonthPage-export-btn a:hover,button.Footer .RichTextModule-cta a:hover,button.SearchResultsPage-export-btn a:hover{transform:scale(1.06)}.btn-pagination,.List .List-paginationButton,.ListAbstract .List-paginationButton,.ListAccordion .List-paginationButton,.ListAthleticEvent .List-paginationButton,.ListCard .List-paginationButton,.ListCardBackground .List-paginationButton,.ListCardDescriptionOnLeft .List-paginationButton,.ListCardImageOnly .List-paginationButton,.ListCardImageOnSide .List-paginationButton,.ListCardImageOnTop .List-paginationButton,.ListCardLogoBottom .List-paginationButton,.ListCardLogoTop .List-paginationButton,.ListCardQuote .List-paginationButton,.ListCardTextOnly .List-paginationButton,.ListCarouselBoxedHeadline .List-paginationButton,.ListCarouselQuoteFullWidth .List-paginationButton,.ListEvents .List-paginationButton,.ListHighlightA .List-paginationButton,.ListIconOnSide .List-paginationButton,.ListIconOnTopLarge .List-paginationButton,.ListIconOnTopSmall .List-paginationButton,.ListImageLarge .List-paginationButton,.ListImageMedium .List-paginationButton,.ListImageOnTopCircular .List-paginationButton,.ListImageSmall .List-paginationButton,.ListImageThumbnail .List-paginationButton,.ListLinks .List-paginationButton,.ListLogoOnly .List-paginationButton,.ListMetrics .List-paginationButton,.ListSchedule .List-paginationButton,.ListSpeechPromo .List-paginationButton,.ListTagCloud .List-paginationButton,.ListUpcomingEvents .List-paginationButton,.ListVerticalImage .List-paginationButton,.SocialList .List-paginationButton{min-width:122px;display:-ms-inline-flexbox;display:inline-flex;background-color:#fff;color:var(--secondaryTextColor);border-color:var(--mediumGrey);font-weight:700}.btn-pagination:hover,.List .List-paginationButton:hover,.ListAbstract .List-paginationButton:hover,.ListAccordion .List-paginationButton:hover,.ListAthleticEvent .List-paginationButton:hover,.ListCard .List-paginationButton:hover,.ListCardBackground .List-paginationButton:hover,.ListCardDescriptionOnLeft .List-paginationButton:hover,.ListCardImageOnly .List-paginationButton:hover,.ListCardImageOnSide .List-paginationButton:hover,.ListCardImageOnTop .List-paginationButton:hover,.ListCardLogoBottom .List-paginationButton:hover,.ListCardLogoTop .List-paginationButton:hover,.ListCardQuote .List-paginationButton:hover,.ListCardTextOnly .List-paginationButton:hover,.ListCarouselBoxedHeadline .List-paginationButton:hover,.ListCarouselQuoteFullWidth .List-paginationButton:hover,.ListEvents .List-paginationButton:hover,.ListHighlightA .List-paginationButton:hover,.ListIconOnSide .List-paginationButton:hover,.ListIconOnTopLarge .List-paginationButton:hover,.ListIconOnTopSmall .List-paginationButton:hover,.ListImageLarge .List-paginationButton:hover,.ListImageMedium .List-paginationButton:hover,.ListImageOnTopCircular .List-paginationButton:hover,.ListImageSmall .List-paginationButton:hover,.ListImageThumbnail .List-paginationButton:hover,.ListLinks .List-paginationButton:hover,.ListLogoOnly .List-paginationButton:hover,.ListMetrics .List-paginationButton:hover,.ListSchedule .List-paginationButton:hover,.ListSpeechPromo .List-paginationButton:hover,.ListTagCloud .List-paginationButton:hover,.ListUpcomingEvents .List-paginationButton:hover,.ListVerticalImage .List-paginationButton:hover,.SocialList .List-paginationButton:hover{color:var(--secondaryTextColor);border-color:var(--mediumGrey)}.btn-pagination svg,.List .List-paginationButton svg,.ListAbstract .List-paginationButton svg,.ListAccordion .List-paginationButton svg,.ListAthleticEvent .List-paginationButton svg,.ListCard .List-paginationButton svg,.ListCardBackground .List-paginationButton svg,.ListCardDescriptionOnLeft .List-paginationButton svg,.ListCardImageOnly .List-paginationButton svg,.ListCardImageOnSide .List-paginationButton svg,.ListCardImageOnTop .List-paginationButton svg,.ListCardLogoBottom .List-paginationButton svg,.ListCardLogoTop .List-paginationButton svg,.ListCardQuote .List-paginationButton svg,.ListCardTextOnly .List-paginationButton svg,.ListCarouselBoxedHeadline .List-paginationButton svg,.ListCarouselQuoteFullWidth .List-paginationButton svg,.ListEvents .List-paginationButton svg,.ListHighlightA .List-paginationButton svg,.ListIconOnSide .List-paginationButton svg,.ListIconOnTopLarge .List-paginationButton svg,.ListIconOnTopSmall .List-paginationButton svg,.ListImageLarge .List-paginationButton svg,.ListImageMedium .List-paginationButton svg,.ListImageOnTopCircular .List-paginationButton svg,.ListImageSmall .List-paginationButton svg,.ListImageThumbnail .List-paginationButton svg,.ListLinks .List-paginationButton svg,.ListLogoOnly .List-paginationButton svg,.ListMetrics .List-paginationButton svg,.ListSchedule .List-paginationButton svg,.ListSpeechPromo .List-paginationButton svg,.ListTagCloud .List-paginationButton svg,.ListUpcomingEvents .List-paginationButton svg,.ListVerticalImage .List-paginationButton svg,.SocialList .List-paginationButton svg{width:6px;height:10px;color:var(--primaryColor)}.btn-prev{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.btn-prev svg{margin-right:10px}.btn-next svg{margin-left:10px}.ButtonAbstract{cursor:pointer;display:inline-block;font-weight:700;text-align:center;transition:all .25s cubic-bezier(.4,0,.2,1)}.NotButton,.SectionButton{cursor:pointer;display:inline-block;background:none;border:0;padding:0}.SectionButton{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:var(--label-3);letter-spacing:1px;font-size:12px;font-weight:700;text-decoration:none;text-transform:uppercase;word-break:keep-all}.SectionButton,.SectionButton:hover{color:var(--primaryColor)}.TagButton{cursor:pointer;display:inline-block;font-weight:700;text-align:center;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:1.1rem;border:1px solid var(--tagButtonBorderColor);line-height:1.18;padding:8px 10px;text-transform:uppercase;word-break:keep-all}.TagButton,.TagButton:hover{color:var(--primaryLinkColor)}.TagButton:hover{transform:scale(1.1);border-color:currentColor}.btn-carousel{background:transparent;top:inherit;position:relative;z-index:1;transform:none;border:none;padding:0;cursor:pointer;color:var(--carouselButtonColor);border:1px solid var(--carouselButtonColor)}.btn-carousel svg.flickity-button-icon{fill:currentColor}.btn-carousel:hover{background-color:var(--carouselButtonColor);color:var(--carouselButtonHoverColor)}.btn-carousel:disabled{cursor:default;opacity:.5;pointer-events:none}.btn-carousel .visible-on-hover{display:none;margin:0 auto}.btn-carousel:hover .visible{display:none}.btn-carousel:hover .visible-on-hover{display:block}.btn-carousel.btn-carousel-small{width:30px;height:30px}.btn-carousel.btn-carousel-large{width:60px;height:60px}.invisible{display:none}.btn-primary>svg{fill:var(--buttonBgColor)}.btn-secondary>svg{fill:var(--colorBeige1)}.AuthorPage-paginationButton>svg,.BrandPage-paginationButton>svg,.btn-outline>svg,.CountryPage-paginationButton>svg,.EventCategoryPage-paginationButton>svg,.ProductPage-paginationButton>svg,.SectionPage-paginationButton>svg,.TagPage-paginationButton>svg,.TaxonomyPage-paginationButton>svg,.TopicPage-paginationButton>svg{fill:var(--primaryLinkColor)}.btn-carousel-small>svg{height:30px;width:30px}.btn-carousel-large>svg{height:60px;width:60px}.btn-search,.Header-search-button{color:var(--brandColor);display:block;position:absolute;top:0;right:0;height:35px;width:35px;background:transparent;border:1px solid transparent;font-size:0;padding:0 .5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.btn-search:focus,.Header-search-button:focus{background-color:#e6e6e6}.btn-hamburger,.Header-menu-button{border-radius:0;display:block;height:34px;margin-top:-17px;overflow:hidden;padding:0;position:absolute;right:1rem;text-indent:50em;top:50%;width:34px;border:1px solid var(--headerDividerColor);background:transparent;transition:background-color .2s ease,transform .2s ease;background-position:50%;color:var(--headerTextColor)}.btn-hamburger:hover,.Header-menu-button:hover{background-color:var(--hamburgerHoverBackgroundColor)}.btn-hamburger:focus,.Header-menu-button:focus{border-color:var(--hamburgerFocusBorderColor);outline:none}.btn-hamburger[aria-expanded=true],.Header-menu-button[aria-expanded=true]{background-color:grey}.btn-hamburger:after,.btn-hamburger:before,.Header-menu-button:after,.Header-menu-button:before{content:" ";position:absolute;display:block;top:0;left:0;width:34px;height:34px;background-position:50%;transition:background-color .2s ease,transform .2s ease}.btn-hamburger:before,.Header-menu-button:before{opacity:1;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="none" stroke="white" stroke-width="0.75" d="M2 3h6M2 5h6M2 7h6"/></svg>')}.btn-hamburger:after,.Header-menu-button:after{opacity:0;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path fill="none" stroke="white" stroke-width="0.75" d="M 2.5,2.5 L 7.5,7.5"/><path fill="none" stroke="white" stroke-width="0.75" d="M 2.5,7.5 L 7.5,2.5"/></svg>')}.btn-hamburger[aria-expanded=true]:after,.btn-hamburger[aria-expanded=true]:before,.Header-menu-button[aria-expanded=true]:after,.Header-menu-button[aria-expanded=true]:before{transform:rotate(1turn)}.btn-hamburger[aria-expanded=true]:before,.Header-menu-button[aria-expanded=true]:before{opacity:0}.btn-hamburger[aria-expanded=true]:after,.Header-menu-button[aria-expanded=true]:after{opacity:1}.cms-textAlign-right{text-align:right}.cms-textAlign-left{text-align:left}.cms-textAlign-center{text-align:center}.cms-textAlign-center ol,.cms-textAlign-center ul,.cms-textAlign-right ol,.cms-textAlign-right ul,.text-center ol,.text-center ul,.text-right ol,.text-right ul{list-style-position:inside}ol{list-style-type:decimal}ol ol{list-style-type:lower-alpha}ol ol ol{list-style-type:lower-roman}ol ol ol ol{list-style-type:decimal}ol ol ol ol ol{list-style-type:upper-alpha}ol ol ol ol ol ol{list-style-type:upper-roman}.ColorPalette{--color:transparent;background-color:var(--pageBackgroundColor)}div.custom-dropdown{margin-bottom:0;padding-right:35px;transition:unset;box-shadow:none}div.custom-dropdown__icon{position:absolute;top:.95rem;right:2rem;color:var(--primaryColor)}div.custom-dropdown[dropdown-open=true]{border-color:transparent}div.custom-dropdown[dropdown-open=true] .dropdown-values{display:block}div.custom-dropdown .dropdown-values{display:none;position:absolute;top:-1px;left:-1px;right:-1px;z-index:10;transition:all .25s}div.custom-dropdown .dropdown-values__icon{position:absolute;top:.95rem;right:2rem;color:var(--primaryColor);pointer-events:none}div.custom-dropdown .dropdown-values .dropdown-link{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:300;line-height:1.6;margin:10px 0;color:var(--primaryTextColor)}div.custom-dropdown .dropdown-values .dropdown-link:first-of-type{margin-top:20px}div.custom-dropdown .dropdown-values .dropdown-link img{max-width:13px;margin-right:10px}.container,.Footer-container,.ListCarousel-items{max-width:var(--maxPageWidth);display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12,1fr);padding:40px 20px;margin:0 auto;grid-gap:10px}@media only screen and (min-width:768px){.container,.Footer-container,.ListCarousel-items{padding:40px 50px}}@media only screen and (min-width:1024px){.container,.Footer-container,.ListCarousel-items{padding:40px 42px}}@media only screen and (min-width:1440px){.container,.Footer-container,.ListCarousel-items{padding-left:0;padding-right:0}}.container .col,.container>div,.Footer-container .col,.Footer-container>div,.ListCarousel-items .col,.ListCarousel-items>div{-ms-grid-column:span 12;grid-column:span 12}.container .col .container,.container>div .container,.Footer-container .col .Footer-container,.Footer-container>div .Footer-container,.ListCarousel-items .col .ListCarousel-items,.ListCarousel-items>div .ListCarousel-items{height:inherit;padding:0}.container.full-width,.Footer-container.full-width,.ListCarousel-items.full-width{max-width:100%;margin:0;padding-left:0;padding-right:0}.container.narrow-width,.Footer-container.narrow-width,.ListCarousel-items.narrow-width{max-width:280px;grid-gap:20px}@media only screen and (min-width:768px){.container.narrow-width,.Footer-container.narrow-width,.ListCarousel-items.narrow-width{max-width:440px;grid-gap:40px}}@media only screen and (min-width:1024px){.container.narrow-width,.Footer-container.narrow-width,.ListCarousel-items.narrow-width{max-width:920px}.container.narrow-width:not(.list)>div,.Footer-container.narrow-width:not(.list)>div,.ListCarousel-items.narrow-width:not(.list)>div{-ms-grid-column:span 3!important;grid-column:span 3!important}}@media only screen and (min-width:768px){.container,.Footer-container,.ListCarousel-items{grid-gap:20px}.container .col-12,.Footer-container .col-12,.ListCarousel-items .col-12{-ms-grid-column:span 12;grid-column:span 12}.container .col-11,.Footer-container .col-11,.ListCarousel-items .col-11{-ms-grid-column:span 11;grid-column:span 11}.container .col-10,.Footer-container .col-10,.ListCarousel-items .col-10{-ms-grid-column:span 10;grid-column:span 10}.container .col-9,.Footer-container .col-9,.ListCarousel-items .col-9{-ms-grid-column:span 9;grid-column:span 9}.container .col-8,.Footer-container .col-8,.ListCarousel-items .col-8{-ms-grid-column:span 8;grid-column:span 8}.container .col-7,.Footer-container .col-7,.ListCarousel-items .col-7{-ms-grid-column:span 7;grid-column:span 7}.container .col-6,.Footer-container .col-6,.ListCarousel-items .col-6{-ms-grid-column:span 6;grid-column:span 6}.container .col-5,.Footer-container .col-5,.ListCarousel-items .col-5{-ms-grid-column:span 5;grid-column:span 5}.container .col-4,.Footer-container .col-4,.ListCarousel-items .col-4{-ms-grid-column:span 4;grid-column:span 4}.container .col-3,.Footer-container .col-3,.ListCarousel-items .col-3{-ms-grid-column:span 3;grid-column:span 3}.container .col-2,.Footer-container .col-2,.ListCarousel-items .col-2{-ms-grid-column:span 2;grid-column:span 2}.container .col-1,.Footer-container .col-1,.ListCarousel-items .col-1{-ms-grid-column:span 1;grid-column:span 1}}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-white{color:var(--white)}.text-black{color:var(--black)}.text-primary{color:var(--primaryColor)}.text-bold{font-weight:700!important}.text-light{font-weight:200!important}.height-100{height:100%}.p-0{padding:0!important}.m-0{margin:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.hidden{display:none!important;line-height:0!important;height:0!important;width:0!important;font-size:0!important;z-index:-9999!important}.box-shadow{box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}.dark-overlay>*{position:relative;z-index:1}.dark-overlay:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:var(--black);opacity:.25;z-index:0}.clear-fix{display:block;clear:both}.video-thumbnail{position:relative}.video-thumbnail :after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-image:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/icons/play-icon.9ad844c5eb1d9f30e22c2357f62cbd6c.svg');background-repeat:no-repeat;background-position:50%;background-size:60px 60px}.video-thumbnail a{z-index:999}.icon{position:relative;width:24px;height:18px;display:block;transition:all .25s;cursor:pointer}.icon:hover{opacity:.65}.icon-burger-menu,.icon-close-x{width:20px;height:12px;stroke:#918883;pointer-events:none}.icon-burger-menu{stroke:var(--headerTextColor)}.icon-search{width:29px;height:29px;fill:currentColor;stroke:none;pointer-events:none}.icon-tumblr{fill:var(--socialIconColor,#35465d)}.icon-facebook{fill:var(--socialIconColor,#3b5998)}.icon-twitter{fill:var(--socialIconColor,#1da1f2)}.icon-instagram{fill:var(--socialIconColor,#c32aa3)}.icon-pinterest{fill:var(--socialIconColor,#bd081c)}.icon-linkedin{fill:var(--socialIconColor,#007bb5)}.icon-googleplus{fill:var(--socialIconColor,#db4437)}.icon-google{fill:var(--socialIconColor,#4285f4)}.icon-whatsapp{fill:var(--socialIconColor,#25d366)}.icon-youtube{fill:var(--socialIconColor,red)}.icon-bookmark,.icon-favorite,.icon-follow,.icon-unfollow{fill:#e61744}.icon-email,.icon-print,.icon-print path{fill:#0059a6}.icon-video{width:80px;height:80px}.icon-video-fill{fill:var(--black);opacity:.3}.icon-video-outline{stroke:var(--white);stroke-width:3;opacity:1}.icon-video-triangle{fill:var(--white)}.input,.input-group{position:relative}.input{color:var(--primaryTextColor);display:block;width:100%;font-size:1.6rem;padding:10px 20px 9px;margin-bottom:10px;border:1px solid transparent;background:var(--white);box-shadow:0 5px 10px 0 rgba(0,0,0,.03);transition:all .25s}.input::-moz-placeholder{color:inherit;opacity:.3}.input:-ms-input-placeholder{color:inherit;opacity:.3}.input::placeholder{color:inherit;opacity:.3}.input[disabled]{opacity:.65;pointer-events:none;cursor:default}.input.error{padding-right:40px;border-color:var(--errorColor);background-size:16px;background-position:top 50% right 20px;background-repeat:no-repeat;background-image:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/icons/error-icon.fc194f73cba204ab44d0638068e800b1.svg')}.checkbox-group,.radio-group{position:relative;font-size:1.8rem;line-height:1.33;margin-top:20px;margin-bottom:20px}@media only screen and (min-width:768px){.checkbox-group,.radio-group{margin-top:10px;margin-bottom:10px}}.checkbox-group .checkbox,.checkbox-group .radio,.radio-group .checkbox,.radio-group .radio{position:absolute;z-index:-1;opacity:0}.checkbox-group .checkbox~.checkbox-label>.checkbox-icon,.checkbox-group .radio~.radio-label>.radio-icon,.radio-group .checkbox~.checkbox-label>.checkbox-icon,.radio-group .radio~.radio-label>.radio-icon{-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px;display:none;background-repeat:no-repeat;position:relative;margin-right:10px}.checkbox-group .checkbox-icon,.checkbox-group .radio-icon,.radio-group .checkbox-icon,.radio-group .radio-icon{color:var(--primaryLinkColor)}.checkbox-group .checkbox-icon svg,.checkbox-group .checkbox:checked~.checkbox-label>.checkbox-icon__checked,.checkbox-group .checkbox:not(:checked)~.checkbox-label>.checkbox-icon__not-checked,.checkbox-group .radio-icon svg,.checkbox-group .radio:checked~.radio-label>.radio-icon__checked,.checkbox-group .radio:not(:checked)~.radio-label>.radio-icon__not-checked,.radio-group .checkbox-icon svg,.radio-group .checkbox:checked~.checkbox-label>.checkbox-icon__checked,.radio-group .checkbox:not(:checked)~.checkbox-label>.checkbox-icon__not-checked,.radio-group .radio-icon svg,.radio-group .radio:checked~.radio-label>.radio-icon__checked,.radio-group .radio:not(:checked)~.radio-label>.radio-icon__not-checked{display:block}.checkbox-group .radio~.radio-label:before,.radio-group .radio~.radio-label:before{background-image:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/icons/radio.0ae88d3ac138cbf1d61af5b8f6f1ebbf.svg')}.checkbox-group .radio:checked~.radio-label:before,.radio-group .radio:checked~.radio-label:before{background-image:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/icons/radio-checked.00f62a8d4d3294789b29654134b58a07.svg')}.checkbox-group .checkbox~.checkbox-label,.checkbox-group .radio~.radio-label,.radio-group .checkbox~.checkbox-label,.radio-group .radio~.radio-label{cursor:pointer}.checkbox-group .checkbox[disabled]~.checkbox-label,.checkbox-group .radio[disabled]~.radio-label,.radio-group .checkbox[disabled]~.checkbox-label,.radio-group .radio[disabled]~.radio-label{opacity:.5}.checkbox-group .checkbox-label,.checkbox-group .radio-label,.radio-group .checkbox-label,.radio-group .radio-label{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.input-stroke{border-color:var(--colorBeige2)}.input-transparent{background-color:hsla(0,0%,100%,.1);color:var(--white)}.input-transparent::-moz-placeholder{opacity:.4;color:inherit}.input-transparent:-ms-input-placeholder{opacity:.4;color:inherit}.input-transparent::placeholder{opacity:.4;color:inherit}.input-transparent.dark{background-color:rgba(0,0,0,.1);color:var(--primaryTextColor)}.input-transparent.dark::-moz-placeholder{opacity:.4;color:inherit}.input-transparent.dark:-ms-input-placeholder{opacity:.4;color:inherit}.input-transparent.dark::placeholder{opacity:.4;color:inherit}.input-textarea{line-height:1.4}.input-textarea[disabled]{opacity:.4}.input-textarea.error{background-position:top 10px right 20px}.input-error{font-size:1.2rem;color:var(--errorColor);margin-bottom:10px}.CaptchaInput.input{box-shadow:none;padding:0;background:none}.CaptchaInput.input .CaptchaInput-label{margin-bottom:5px;display:inline-block}.CaptchaInput.input .CaptchaInput-description{margin-top:5px}.CaptchaInput .label,.DateInput .label,.EmailInput .label,.Fieldset .label,.FileInput .label,.PhoneNumberInput .label,.Select .label,.TextArea .label,.TextInput .label{font-size:1.8rem;font-weight:700;margin-bottom:2px}.CaptchaInput-description,.DateInput-description,.EmailInput-description,.Fieldset-description,.FileInput-description,.PhoneNumberInput-description,.Select-description,.TextArea-description,.TextInput-description{font-size:1.4rem;color:var(--secondaryTextColor)}fieldset legend{margin-bottom:2px;font-size:1.8rem;font-weight:700}.DateInput{display:inline-block}.DateInput-inputWrapper{position:relative}.DateInput-icon{z-index:1;pointer-events:none;position:absolute;top:1.4rem;right:2rem;color:var(--primaryColor)}.list{padding-top:0;padding-bottom:0;grid-gap:20px}.list>div{-ms-grid-column:span 12;grid-column:span 12}.list.list-5{-ms-grid-columns:(1fr)[10];grid-template-columns:repeat(10,1fr)}.list.list-5>div{-ms-grid-column:span 5;grid-column:span 5}@media only screen and (min-width:768px){.list.list-1>div{-ms-grid-column:span 12;grid-column:span 12}.list.list-2>div,.list.list-3>div,.list.list-4>div,.list.list-6>div,.list.list-12>div{-ms-grid-column:span 6;grid-column:span 6}.list.list-stack .stack-item{-ms-grid-column:span 4;grid-column:span 4}.list.list-stack .stack-item.stack-0{-ms-grid-column:span 12;grid-column:span 12}.list.list-stack .stack-item.stack-1,.list.list-stack .stack-item.stack-2{-ms-grid-column:span 6;grid-column:span 6}.list.list-5>div{-ms-grid-column:span 2;grid-column:span 2}}@media only screen and (min-width:1024px){.list.list-3>div,.list.list-4>div,.list.list-6>div,.list.list-12>div{-ms-grid-column:span 4;grid-column:span 4}}@media only screen and (min-width:1440px){.list.list-4>div{-ms-grid-column:span 3;grid-column:span 3}.list.list-6>div{-ms-grid-column:span 2;grid-column:span 2}.list.list-12>div{-ms-grid-column:span 1;grid-column:span 1}}body:before{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;visibility:hidden}@media only screen and (min-width:320px){body:before{content:"mq-xs"}}@media only screen and (min-width:568px){body:before{content:"mq-sm"}}@media only screen and (min-width:768px){body:before{content:"mq-md"}}@media only screen and (min-width:1024px){body:before{content:"mq-lg"}}@media only screen and (min-width:1440px){body:before{content:"mq-xl"}}.container-fixed{max-width:var(--maxPageWidth);margin:0 auto}.container-fixed-small,.ListImageLarge-items,.ListImageMedium-items,.ListImageSmall-items{max-width:800px;margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.clearfix:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.content-divider{content:"";width:40px;height:3px;background-color:var(--brandColor);margin:0 auto 20px;min-height:3px;display:block}.tingle-modal{background:rgba(0,0,0,.2)}.tingle-modal-box{max-width:700px;width:100%}.tingle-modal-box__content{padding:50px}.tingle-modal-box__footer{text-align:center}.tingle-modal__close{display:none}.tingle-close-trigger{position:absolute;right:20px;top:20px;cursor:pointer}.tingle-close-trigger svg{pointer-events:none;width:30px;height:30px}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-Light.4c285e512f5073cfff9f25b6e9647884.woff2') format("woff2"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-Light.141d06c6593beddc324e26c7b121a88b.woff') format("woff");font-weight:400;font-style:normal}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-LightItalic.e8c03e2c1a367a0dddc55d302a815597.woff2') format("woff2"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-LightItalic.d2c48f71ad584bfb0a637e03d329897f.woff') format("woff");font-weight:400;font-style:italic}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-Regular.cb9ca2be51a85b39bf4f084ae789d982.woff2') format("woff2"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-Regular.239d8d282f3b3250c6d74a4353ad7821.woff') format("woff");font-weight:500;font-style:normal}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-RegularItalic.5db9402137ffcff593f80b17e2a5df6f.woff2') format("woff2"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-RegularItalic.861ae0ec5aecf4783d1136f9cf9d8a1f.woff') format("woff");font-weight:500;font-style:italic}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-Bold.d134676d80eade6d084078e9d856cd0f.woff2') format("woff2"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-Bold.4b6b5cc8473dac9cedb213e8606cfa2e.woff') format("woff");font-weight:700;font-style:normal}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-BoldItalic.3cb6c9892931968e800b2db0943872f8.woff2') format("woff2"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/RingsideNarrow-BoldItalic.b03b4b696074d2d5ca722b84869c180e.woff') format("woff");font-weight:700;font-style:italic}@font-face{font-family:Noto Mono;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/NotoMono-Regular-webfont.80f62734048828d761258ef81e1b63e2.eot'),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/NotoMono-Regular-webfont.80f62734048828d761258ef81e1b63e2.eot?#iefix') format("embedded-opentype"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/NotoMono-Regular-webfont.48abbdecae5b366c69e7443dd2c7622e.woff') format("woff"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/NotoMono-Regular-webfont.c372a732b5f3859978f75e977490695a.ttf') format("truetype"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/NotoMono-Regular-webfont.c928264936584680497d06f2ac67e1c3.svg#noto_monoregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:Public Sans;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-Regular.bf624c0b878cc668d3856bfbd8e42667.woff2'),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-Regular.bf624c0b878cc668d3856bfbd8e42667.woff2') format("woff2"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-Regular.010b1d45b07c7661d1dbc12535306a03.woff') format("woff"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-Regular.baa89ef0951f247c45d01f6f524e6846.ttf') format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Public Sans;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-Italic.528fb781541c568a6d58df8d42115bd9.woff2'),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-Italic.528fb781541c568a6d58df8d42115bd9.woff2') format("woff2"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-Italic.603958e342232f9a48540f1931fff26f.woff') format("woff"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-Italic.48261616d28544eb98074ef2184c459c.ttf') format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Public Sans;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-SemiBold.29e16ca342e2e6eb3f016b2bc54d545f.woff2'),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-SemiBold.29e16ca342e2e6eb3f016b2bc54d545f.woff2') format("woff2"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-SemiBold.cd5868fc8da505796280e0ccd06db522.woff') format("woff"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-SemiBold.2fc2d935407a03f84e1d2c9081f75b30.ttf') format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Public Sans;src:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-SemiBoldItalic.7ef68f5663919b7f161f486cf49b5404.woff2'),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-SemiBoldItalic.7ef68f5663919b7f161f486cf49b5404.woff2') format("woff2"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-SemiBoldItalic.f85ee124b191d9786f57a3572723bcf3.woff') format("woff"),url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/fonts/PublicSans-SemiBoldItalic.d0c2eb8cb33324449731e62e24bb3c13.ttf') format("truetype");font-weight:700;font-style:italic}html{font-size:10px!important}body{-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}h1,h2,h3,h4,h5{margin:0;line-height:1.3;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}@media only screen and (min-width:320px){:root{--article-title:2.4rem;--page-title:2.4rem;--page-subtitle:1.8rem;--blockquote:2.1rem;--promo-title-large:2.4rem;--promo-title:2rem;--promo-title-small:1.4rem;--promo-description:1.4rem;--promo-author:1.1rem;--promo-category:1rem;--list-title:1.4rem;--list-title-small:1.4rem;--list-title-extra-small:1.2rem;--list-item-large:2.1rem;--list-item:1.8rem;--list-item-small-bold:1.6rem;--list-item-small-light:1.6rem;--list-description:1.8rem;--description-text:1.8rem;--metrics-title:4.8rem;--body-text:1.6rem;--quote-attribution:1.2rem;--byline:1.4rem;--caption:1.3rem;--credit:1.2rem;--button-label:1.6rem;--label-1:1.4rem}}@media only screen and (min-width:768px){:root{--article-title:4.2rem;--page-title:3rem;--promo-title-large:3rem;--metrics-title:6rem;--caption:1.5rem;--label-2:1.2rem}}@media only screen and (min-width:1024px){:root{--article-title:4.8rem;--page-title:3.6rem;--page-subtitle:2.2rem;--promo-title-large:3.6rem;--promo-description:1.6rem;--blockquote:2.6rem;--promo-title:2.4rem;--metrics-title:7.2rem;--list-title:1.8rem;--list-title-small:1.6rem;--list-title-extra-small:1.4rem;--list-description:2.2rem;--description-text:2.2rem;--quote-attribution:1.3rem;--promo-category:1.2rem}}.article-title,.AthletePage-name,.AuthorPage-name,.CoachPage-name,.EmployeePage-name,.EventPage-headline,.ExperientialPage-info-title,.VideoLead-headline{font-size:var(--article-title);line-height:1.13;font-weight:700;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}@media only screen and (min-width:1024px){.article-title,.AthletePage-name,.AuthorPage-name,.CoachPage-name,.EmployeePage-name,.EventPage-headline,.ExperientialPage-info-title,.VideoLead-headline{line-height:1.25}}.ArticlePage-pageHeading,.AthletePage-pageHeading,.AuthorPage-pageHeading,.BlogPage-pageHeading,.BlogPostPage-pageHeading,.BrandPage-pageHeading,.CoachPage-pageHeading,.CountryPage-pageHeading,.CreativeWorkPage-pageHeading,.CreativeWorkPageAlternate-pageHeading,.DirectorySearchPage-pageHeading,.EmployeePage-pageHeading,.EventCalendarDayPage-pageHeading,.EventCalendarMonthPage-pageHeading,.EventCategoryPage-pageHeading,.EventPage-pageHeading,.ExperientialPage-pageHeading,.GalleryPage-pageHeading,.Homepage-pageHeading,.Page-pageHeading,.page-title,.PressRelease-pageHeading,.ProductPage-pageHeading,.SearchResultsPage-pageHeading,.SectionPage-pageHeading,.TagPage-pageHeading,.TaxonomyPage-pageHeading,.TopicPage-pageHeading,.VideoPage-pageHeading{font-size:var(--page-title);line-height:1.13;text-transform:uppercase;letter-spacing:3px;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.ArticlePage-pageHeading,.AthletePage-pageHeading,.AuthorPage-pageHeading,.BlogPage-pageHeading,.BlogPostPage-pageHeading,.BrandPage-pageHeading,.CoachPage-pageHeading,.CountryPage-pageHeading,.CreativeWorkPage-pageHeading,.CreativeWorkPageAlternate-pageHeading,.DirectorySearchPage-pageHeading,.EmployeePage-pageHeading,.EventCalendarDayPage-pageHeading,.EventCalendarMonthPage-pageHeading,.EventCategoryPage-pageHeading,.EventPage-pageHeading,.ExperientialPage-pageHeading,.GalleryPage-pageHeading,.Homepage-pageHeading,.Page-pageHeading,.page-title,.PressRelease-pageHeading,.ProductPage-pageHeading,.SearchResultsPage-pageHeading,.SectionPage-pageHeading,.TagPage-pageHeading,.TaxonomyPage-pageHeading,.TopicPage-pageHeading,.VideoPage-pageHeading{letter-spacing:4px}}@media only screen and (min-width:1024px){.ArticlePage-pageHeading,.AthletePage-pageHeading,.AuthorPage-pageHeading,.BlogPage-pageHeading,.BlogPostPage-pageHeading,.BrandPage-pageHeading,.CoachPage-pageHeading,.CountryPage-pageHeading,.CreativeWorkPage-pageHeading,.CreativeWorkPageAlternate-pageHeading,.DirectorySearchPage-pageHeading,.EmployeePage-pageHeading,.EventCalendarDayPage-pageHeading,.EventCalendarMonthPage-pageHeading,.EventCategoryPage-pageHeading,.EventPage-pageHeading,.ExperientialPage-pageHeading,.GalleryPage-pageHeading,.Homepage-pageHeading,.Page-pageHeading,.page-title,.PressRelease-pageHeading,.ProductPage-pageHeading,.SearchResultsPage-pageHeading,.SectionPage-pageHeading,.TagPage-pageHeading,.TaxonomyPage-pageHeading,.TopicPage-pageHeading,.VideoPage-pageHeading{letter-spacing:5px}}.ArticlePage-pageSubHeading,.AthletePage-pageSubHeading,.AuthorPage-pageSubHeading,.BlogPage-pageSubHeading,.BlogPostPage-pageSubHeading,.BrandPage-pageSubHeading,.CoachPage-pageSubHeading,.CountryPage-pageSubHeading,.CreativeWorkPage-pageSubHeading,.CreativeWorkPageAlternate-pageSubHeading,.DirectorySearchPage-pageSubHeading,.EmployeePage-pageSubHeading,.EventCalendarDayPage-pageSubHeading,.EventCalendarMonthPage-pageSubHeading,.EventCategoryPage-pageSubHeading,.EventPage-pageSubHeading,.ExperientialPage-pageSubHeading,.GalleryPage-pageSubHeading,.Homepage-pageSubHeading,.Page-pageSubHeading,.page-subtitle,.PressRelease-pageSubHeading,.ProductPage-pageSubHeading,.SearchResultsPage-pageSubHeading,.SectionPage-pageSubHeading,.TagPage-pageSubHeading,.TaxonomyPage-pageSubHeading,.TopicPage-pageSubHeading,.VideoPage-pageSubHeading{font-size:var(--page-subtitle);font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;line-height:1.33;font-weight:300}@media only screen and (min-width:1024px){.ArticlePage-pageSubHeading,.AthletePage-pageSubHeading,.AuthorPage-pageSubHeading,.BlogPage-pageSubHeading,.BlogPostPage-pageSubHeading,.BrandPage-pageSubHeading,.CoachPage-pageSubHeading,.CountryPage-pageSubHeading,.CreativeWorkPage-pageSubHeading,.CreativeWorkPageAlternate-pageSubHeading,.DirectorySearchPage-pageSubHeading,.EmployeePage-pageSubHeading,.EventCalendarDayPage-pageSubHeading,.EventCalendarMonthPage-pageSubHeading,.EventCategoryPage-pageSubHeading,.EventPage-pageSubHeading,.ExperientialPage-pageSubHeading,.GalleryPage-pageSubHeading,.Homepage-pageSubHeading,.Page-pageSubHeading,.page-subtitle,.PressRelease-pageSubHeading,.ProductPage-pageSubHeading,.SearchResultsPage-pageSubHeading,.SectionPage-pageSubHeading,.TagPage-pageSubHeading,.TaxonomyPage-pageSubHeading,.TopicPage-pageSubHeading,.VideoPage-pageSubHeading{line-height:1.36}}.blockquote{font-size:var(--blockquote);font-weight:300;line-height:1.24}@media only screen and (min-width:768px){.blockquote{line-height:1.24}}@media only screen and (min-width:1024px){.blockquote{line-height:1.23}}.metrics-title,.promo-title,.PromoMetrics-title{font-size:var(--promo-title);line-height:1.25;word-break:break-word;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.metrics-title,.promo-title,.PromoMetrics-title{line-height:1.2}}@media only screen and (min-width:1024px){.metrics-title,.promo-title,.PromoMetrics-title{line-height:1.25}}.metrics-title a,.metrics-title a:hover,.promo-title a,.promo-title a:hover,.PromoMetrics-title a,.PromoMetrics-title a:hover{color:inherit}.promo-title-large{font-size:var(--promo-title-large);line-height:1.17;word-break:break-word;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}@media only screen and (min-width:768px){.promo-title-large{line-height:1.2}}@media only screen and (min-width:1024px){.promo-title-large{line-height:1.11}}.promo-title-large a,.promo-title-large a:hover{color:inherit}.Footer-navigationItem .NavigationItem-text,.Footer .RichTextModule-title,.promo-title-small{font-size:var(--promo-title-small);font-weight:900;line-height:1.29;word-break:break-word;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}.Footer-navigationItem .NavigationItem-text a,.Footer-navigationItem .NavigationItem-text a:hover,.Footer .RichTextModule-title a,.Footer .RichTextModule-title a:hover,.promo-title-small a,.promo-title-small a:hover{color:inherit}.ContainerAbstract .container-title,.list-title,.VideoModule-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;text-transform:uppercase;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}@media only screen and (min-width:1024px){.ContainerAbstract .container-title,.list-title,.VideoModule-title{line-height:1.44;letter-spacing:2px}}.ContainerAbstract .container-title a,.ContainerAbstract .container-title a:hover,.list-title a,.list-title a:hover,.VideoModule-title a,.VideoModule-title a:hover{color:inherit}.ListImageThumbnail-title{font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;font-size:1.2rem;letter-spacing:1px;font-weight:700}.Footer-navigationItem .NavigationItem .NavigationLink,.Footer .RichTextModule-items,.Footer .RichTextModule-items p,.label-1{color:var(--secondaryTextColor);font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-weight:700;text-transform:uppercase}.Footer-navigationItem .NavigationItem .NavigationLink[data-recent],.Footer .RichTextModule-items[data-recent],.Footer .RichTextModule-items p[data-recent],.label-1[data-recent]{color:var(--breakingBgColor)}.label-2{font-size:var(--label-2)}.label-2,.label-3{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1px}.label-3{font-size:var(--label-3)}.label-4{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:var(--label-4);font-weight:400;text-transform:uppercase;letter-spacing:1px}.input-label{font-size:1.8rem;font-weight:700}.input-description{font-size:1.4rem}.list-title-small{font-size:var(--list-title-small);line-height:1.43;letter-spacing:1.5px;font-weight:900;text-transform:uppercase;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}@media only screen and (min-width:1024px){.list-title-small{line-height:1.38;letter-spacing:2px}}.list-title-small a,.list-title-small a:hover{color:inherit}.list-title-extra-small{font-size:var(--list-title-extra-small);line-height:1.67;letter-spacing:1.3px;font-weight:900;text-transform:uppercase;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}@media only screen and (min-width:1024px){.list-title-extra-small{line-height:1.43}}.list-title-extra-small a,.list-title-extra-small a:hover{color:inherit}.BrandPage-description,.BrandPage-description p,.ContainerAbstract .container-description,.ContainerAbstract .container-description p,.CountryPage-description,.CountryPage-description p,.EventCategoryPage-description,.EventCategoryPage-description p,.list-description,.list-description p,.ProductPage-description,.ProductPage-description p,.SectionPage-description,.SectionPage-description p,.TagPage-description,.TagPage-description p,.TaxonomyPage-description,.TaxonomyPage-description p,.TopicPage-description,.TopicPage-description p,.VideoModule-description,.VideoModule-description p{font-size:var(--list-description);font-weight:300;line-height:1.33}.BrandPage-description p,.BrandPage-description p p,.ContainerAbstract .container-description p,.ContainerAbstract .container-description p p,.CountryPage-description p,.CountryPage-description p p,.EventCategoryPage-description p,.EventCategoryPage-description p p,.list-description p,.list-description p p,.ProductPage-description p,.ProductPage-description p p,.SectionPage-description p,.SectionPage-description p p,.TagPage-description p,.TagPage-description p p,.TaxonomyPage-description p,.TaxonomyPage-description p p,.TopicPage-description p,.TopicPage-description p p,.VideoModule-description p,.VideoModule-description p p{margin-top:0;margin-bottom:0}@media only screen and (min-width:1024px){.BrandPage-description,.BrandPage-description p,.ContainerAbstract .container-description,.ContainerAbstract .container-description p,.CountryPage-description,.CountryPage-description p,.EventCategoryPage-description,.EventCategoryPage-description p,.list-description,.list-description p,.ProductPage-description,.ProductPage-description p,.SectionPage-description,.SectionPage-description p,.TagPage-description,.TagPage-description p,.TaxonomyPage-description,.TaxonomyPage-description p,.TopicPage-description,.TopicPage-description p,.VideoModule-description,.VideoModule-description p{line-height:1.36}}.BrandPage-description a:hover,.BrandPage-description p a:hover,.ContainerAbstract .container-description a:hover,.ContainerAbstract .container-description p a:hover,.CountryPage-description a:hover,.CountryPage-description p a:hover,.EventCategoryPage-description a:hover,.EventCategoryPage-description p a:hover,.list-description a:hover,.list-description p a:hover,.ProductPage-description a:hover,.ProductPage-description p a:hover,.SectionPage-description a:hover,.SectionPage-description p a:hover,.TagPage-description a:hover,.TagPage-description p a:hover,.TaxonomyPage-description a:hover,.TaxonomyPage-description p a:hover,.TopicPage-description a:hover,.TopicPage-description p a:hover,.VideoModule-description a:hover,.VideoModule-description p a:hover{text-decoration:underline}.list-item{font-size:var(--list-item);line-height:1.33}.list-item-large{font-size:var(--list-item-large);line-height:1.33}.list-item-small-bold{font-size:var(--list-item-small-bold);font-weight:700;line-height:1.38}.list-item-small-light{font-size:var(--list-item-small-light);font-weight:300;line-height:1.38}.metrics-title,.PromoMetrics-title{font-size:var(--metrics-title);line-height:1;font-weight:900}.metrics-title a,.metrics-title a:hover,.PromoMetrics-title a,.PromoMetrics-title a:hover{color:inherit}.AthletePage-address,.AthletePage-address p,.AthletePage-curriculumVitaeLink,.AthletePage-curriculumVitaeLink p,.AthletePage-email,.AthletePage-email p,.AthletePage-groups,.AthletePage-groups p,.AthletePage-jobTitle,.AthletePage-jobTitle p,.AthletePage-phoneNumber,.AthletePage-phoneNumber p,.AthletePage-websiteLink,.AthletePage-websiteLink p,.AuthorPage-address,.AuthorPage-address p,.AuthorPage-affiliation,.AuthorPage-affiliation p,.AuthorPage-curriculumVitaeLink,.AuthorPage-curriculumVitaeLink p,.AuthorPage-email,.AuthorPage-email p,.AuthorPage-jobTitle,.AuthorPage-jobTitle p,.AuthorPage-phoneNumber,.AuthorPage-phoneNumber p,.CoachPage-address,.CoachPage-address p,.CoachPage-curriculumVitaeLink,.CoachPage-curriculumVitaeLink p,.CoachPage-email,.CoachPage-email p,.CoachPage-groups,.CoachPage-groups p,.CoachPage-jobTitle,.CoachPage-jobTitle p,.CoachPage-office,.CoachPage-office p,.CoachPage-phoneNumber,.CoachPage-phoneNumber p,.CoachPage-websiteLink,.CoachPage-websiteLink p,.description-text,.description-text p,.EmployeePage-address,.EmployeePage-address p,.EmployeePage-curriculumVitaeLink,.EmployeePage-curriculumVitaeLink p,.EmployeePage-email,.EmployeePage-email p,.EmployeePage-groups,.EmployeePage-groups p,.EmployeePage-jobTitle,.EmployeePage-jobTitle p,.EmployeePage-phoneNumber,.EmployeePage-phoneNumber p,.EmployeePage-websiteLink,.EmployeePage-websiteLink p,.EventPage-eventDate,.EventPage-eventDate p,.EventPage-eventDuration,.EventPage-eventDuration p,.EventPage-eventLocation,.EventPage-eventLocation p,.EventPage-subHeadline,.EventPage-subHeadline p,.VideoLead-subHeadline,.VideoLead-subHeadline p{font-size:var(--description-text);font-weight:300;line-height:1.33}.AthletePage-address p,.AthletePage-address p p,.AthletePage-curriculumVitaeLink p,.AthletePage-curriculumVitaeLink p p,.AthletePage-email p,.AthletePage-email p p,.AthletePage-groups p,.AthletePage-groups p p,.AthletePage-jobTitle p,.AthletePage-jobTitle p p,.AthletePage-phoneNumber p,.AthletePage-phoneNumber p p,.AthletePage-websiteLink p,.AthletePage-websiteLink p p,.AuthorPage-address p,.AuthorPage-address p p,.AuthorPage-affiliation p,.AuthorPage-affiliation p p,.AuthorPage-curriculumVitaeLink p,.AuthorPage-curriculumVitaeLink p p,.AuthorPage-email p,.AuthorPage-email p p,.AuthorPage-jobTitle p,.AuthorPage-jobTitle p p,.AuthorPage-phoneNumber p,.AuthorPage-phoneNumber p p,.CoachPage-address p,.CoachPage-address p p,.CoachPage-curriculumVitaeLink p,.CoachPage-curriculumVitaeLink p p,.CoachPage-email p,.CoachPage-email p p,.CoachPage-groups p,.CoachPage-groups p p,.CoachPage-jobTitle p,.CoachPage-jobTitle p p,.CoachPage-office p,.CoachPage-office p p,.CoachPage-phoneNumber p,.CoachPage-phoneNumber p p,.CoachPage-websiteLink p,.CoachPage-websiteLink p p,.description-text p,.description-text p p,.EmployeePage-address p,.EmployeePage-address p p,.EmployeePage-curriculumVitaeLink p,.EmployeePage-curriculumVitaeLink p p,.EmployeePage-email p,.EmployeePage-email p p,.EmployeePage-groups p,.EmployeePage-groups p p,.EmployeePage-jobTitle p,.EmployeePage-jobTitle p p,.EmployeePage-phoneNumber p,.EmployeePage-phoneNumber p p,.EmployeePage-websiteLink p,.EmployeePage-websiteLink p p,.EventPage-eventDate p,.EventPage-eventDate p p,.EventPage-eventDuration p,.EventPage-eventDuration p p,.EventPage-eventLocation p,.EventPage-eventLocation p p,.EventPage-subHeadline p,.EventPage-subHeadline p p,.VideoLead-subHeadline p,.VideoLead-subHeadline p p{margin-top:0;margin-bottom:0}.AthletePage-address a:hover,.AthletePage-address p a:hover,.AthletePage-curriculumVitaeLink a:hover,.AthletePage-curriculumVitaeLink p a:hover,.AthletePage-email a:hover,.AthletePage-email p a:hover,.AthletePage-groups a:hover,.AthletePage-groups p a:hover,.AthletePage-jobTitle a:hover,.AthletePage-jobTitle p a:hover,.AthletePage-phoneNumber a:hover,.AthletePage-phoneNumber p a:hover,.AthletePage-websiteLink a:hover,.AthletePage-websiteLink p a:hover,.AuthorPage-address a:hover,.AuthorPage-address p a:hover,.AuthorPage-affiliation a:hover,.AuthorPage-affiliation p a:hover,.AuthorPage-curriculumVitaeLink a:hover,.AuthorPage-curriculumVitaeLink p a:hover,.AuthorPage-email a:hover,.AuthorPage-email p a:hover,.AuthorPage-jobTitle a:hover,.AuthorPage-jobTitle p a:hover,.AuthorPage-phoneNumber a:hover,.AuthorPage-phoneNumber p a:hover,.CoachPage-address a:hover,.CoachPage-address p a:hover,.CoachPage-curriculumVitaeLink a:hover,.CoachPage-curriculumVitaeLink p a:hover,.CoachPage-email a:hover,.CoachPage-email p a:hover,.CoachPage-groups a:hover,.CoachPage-groups p a:hover,.CoachPage-jobTitle a:hover,.CoachPage-jobTitle p a:hover,.CoachPage-office a:hover,.CoachPage-office p a:hover,.CoachPage-phoneNumber a:hover,.CoachPage-phoneNumber p a:hover,.CoachPage-websiteLink a:hover,.CoachPage-websiteLink p a:hover,.description-text a:hover,.description-text p a:hover,.EmployeePage-address a:hover,.EmployeePage-address p a:hover,.EmployeePage-curriculumVitaeLink a:hover,.EmployeePage-curriculumVitaeLink p a:hover,.EmployeePage-email a:hover,.EmployeePage-email p a:hover,.EmployeePage-groups a:hover,.EmployeePage-groups p a:hover,.EmployeePage-jobTitle a:hover,.EmployeePage-jobTitle p a:hover,.EmployeePage-phoneNumber a:hover,.EmployeePage-phoneNumber p a:hover,.EmployeePage-websiteLink a:hover,.EmployeePage-websiteLink p a:hover,.EventPage-eventDate a:hover,.EventPage-eventDate p a:hover,.EventPage-eventDuration a:hover,.EventPage-eventDuration p a:hover,.EventPage-eventLocation a:hover,.EventPage-eventLocation p a:hover,.EventPage-subHeadline a:hover,.EventPage-subHeadline p a:hover,.VideoLead-subHeadline a:hover,.VideoLead-subHeadline p a:hover{text-decoration:underline}@media only screen and (min-width:1024px){.AthletePage-address,.AthletePage-address p,.AthletePage-curriculumVitaeLink,.AthletePage-curriculumVitaeLink p,.AthletePage-email,.AthletePage-email p,.AthletePage-groups,.AthletePage-groups p,.AthletePage-jobTitle,.AthletePage-jobTitle p,.AthletePage-phoneNumber,.AthletePage-phoneNumber p,.AthletePage-websiteLink,.AthletePage-websiteLink p,.AuthorPage-address,.AuthorPage-address p,.AuthorPage-affiliation,.AuthorPage-affiliation p,.AuthorPage-curriculumVitaeLink,.AuthorPage-curriculumVitaeLink p,.AuthorPage-email,.AuthorPage-email p,.AuthorPage-jobTitle,.AuthorPage-jobTitle p,.AuthorPage-phoneNumber,.AuthorPage-phoneNumber p,.CoachPage-address,.CoachPage-address p,.CoachPage-curriculumVitaeLink,.CoachPage-curriculumVitaeLink p,.CoachPage-email,.CoachPage-email p,.CoachPage-groups,.CoachPage-groups p,.CoachPage-jobTitle,.CoachPage-jobTitle p,.CoachPage-office,.CoachPage-office p,.CoachPage-phoneNumber,.CoachPage-phoneNumber p,.CoachPage-websiteLink,.CoachPage-websiteLink p,.description-text,.description-text p,.EmployeePage-address,.EmployeePage-address p,.EmployeePage-curriculumVitaeLink,.EmployeePage-curriculumVitaeLink p,.EmployeePage-email,.EmployeePage-email p,.EmployeePage-groups,.EmployeePage-groups p,.EmployeePage-jobTitle,.EmployeePage-jobTitle p,.EmployeePage-phoneNumber,.EmployeePage-phoneNumber p,.EmployeePage-websiteLink,.EmployeePage-websiteLink p,.EventPage-eventDate,.EventPage-eventDate p,.EventPage-eventDuration,.EventPage-eventDuration p,.EventPage-eventLocation,.EventPage-eventLocation p,.EventPage-subHeadline,.EventPage-subHeadline p,.VideoLead-subHeadline,.VideoLead-subHeadline p{line-height:1.36}}.body-1,.VideoPage-innerContent .VideoPage-subHeadline{font-size:var(--body-text);line-height:1.5}@media only screen and (min-width:1024px){.body-1,.VideoPage-innerContent .VideoPage-subHeadline{line-height:1.67}}.body-1 h2,.body-1 h3,.body-1 h4,.body-1 h5,.body-1 h6,.VideoPage-innerContent .VideoPage-subHeadline h2,.VideoPage-innerContent .VideoPage-subHeadline h3,.VideoPage-innerContent .VideoPage-subHeadline h4,.VideoPage-innerContent .VideoPage-subHeadline h5,.VideoPage-innerContent .VideoPage-subHeadline h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.quote-attribution{font-size:var(--quote-attribution);font-weight:300;text-transform:uppercase;line-height:1.25;letter-spacing:1px}@media only screen and (min-width:1024px){.quote-attribution{line-height:1.15}}.byline{font-size:var(--byline);font-weight:400;line-height:1.14285714286;letter-spacing:1px}.promo-description,.promo-description p,.PromoMetrics-description,.PromoMetrics-description p{font-size:var(--promo-description);font-weight:300;line-height:1.29;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.promo-description p,.promo-description p p,.PromoMetrics-description p,.PromoMetrics-description p p{margin-top:0;margin-bottom:0}.promo-description a:hover,.promo-description p a:hover,.PromoMetrics-description a:hover,.PromoMetrics-description p a:hover{text-decoration:underline}@media only screen and (min-width:768px){.promo-description,.promo-description p,.PromoMetrics-description,.PromoMetrics-description p{line-height:1.38}}.caption{font-size:var(--caption);font-weight:300;line-height:1.38}@media only screen and (min-width:768px){.caption{line-height:1.47}}.credit{font-size:var(--credit);font-weight:300}.promo-author,.PromoAuthor div[class$=-authorName],.PromoAuthor div[class$=-date],.PromoCardBackground-author div[class$=-authorName],.PromoCardBackground-author div[class$=-date],.PromoCardImageOnSide-authorInfo div[class$=-authorName],.PromoCardImageOnSide-authorInfo div[class$=-date],.PromoCardImageOnTop-author div[class$=-authorName],.PromoCardImageOnTop-author div[class$=-date],.PromoCardImageOnTopLarge-author div[class$=-authorName],.PromoCardImageOnTopLarge-author div[class$=-date]{font-size:var(--promo-author);font-weight:300;line-height:1.45;letter-spacing:.5px;text-transform:uppercase}.promo-author a:hover,.PromoAuthor div[class$=-authorName] a:hover,.PromoAuthor div[class$=-date] a:hover,.PromoCardBackground-author div[class$=-authorName] a:hover,.PromoCardBackground-author div[class$=-date] a:hover,.PromoCardImageOnSide-authorInfo div[class$=-authorName] a:hover,.PromoCardImageOnSide-authorInfo div[class$=-date] a:hover,.PromoCardImageOnTop-author div[class$=-authorName] a:hover,.PromoCardImageOnTop-author div[class$=-date] a:hover,.PromoCardImageOnTopLarge-author div[class$=-authorName] a:hover,.PromoCardImageOnTopLarge-author div[class$=-date] a:hover{text-decoration:underline}.category-link,.promo-category,.PromoCardTextOnly-sourceName,.PromoCardTextOnly-sourceText{font-size:var(--promo-category);font-weight:700;letter-spacing:.8px;color:var(--primaryColor);text-transform:uppercase}@media only screen and (min-width:1024px){.category-link,.promo-category,.PromoCardTextOnly-sourceName,.PromoCardTextOnly-sourceText{letter-spacing:1px}}.AuthorPage-paginationButton,.BrandPage-paginationButton,.btn,.button-label,.CountryPage-paginationButton,.DirectorySearchPage-export-btn a,.EventCalendarDayPage-export-btn a,.EventCalendarMonthPage-export-btn a,.EventCategoryPage-paginationButton,.EventPage-addToCalendar .FavoriteButton,.Footer .RichTextModule-cta a,.Header-customButton>a,.List .List-paginationButton,.ListAbstract .List-paginationButton,.ListAccordion .List-paginationButton,.ListAthleticEvent .List-paginationButton,.ListCard .List-paginationButton,.ListCardBackground .List-paginationButton,.ListCardDescriptionOnLeft .List-paginationButton,.ListCardImageOnly .List-paginationButton,.ListCardImageOnSide .List-paginationButton,.ListCardImageOnTop .List-paginationButton,.ListCardLogoBottom .List-paginationButton,.ListCardLogoTop .List-paginationButton,.ListCardQuote .List-paginationButton,.ListCardTextOnly .List-paginationButton,.ListCarouselBoxedHeadline .List-paginationButton,.ListCarouselQuoteFullWidth .List-paginationButton,.ListEvents .List-paginationButton,.ListHighlightA .List-paginationButton,.ListIconOnSide .List-paginationButton,.ListIconOnTopLarge .List-paginationButton,.ListIconOnTopSmall .List-paginationButton,.ListImageLarge .List-paginationButton,.ListImageMedium .List-paginationButton,.ListImageOnTopCircular .List-paginationButton,.ListImageSmall .List-paginationButton,.ListImageThumbnail .List-paginationButton,.ListLinks .List-paginationButton,.ListLogoOnly .List-paginationButton,.ListMetrics .List-paginationButton,.ListSchedule .List-paginationButton,.ListSpeechPromo .List-paginationButton,.ListTagCloud .List-paginationButton,.ListUpcomingEvents .List-paginationButton,.ListVerticalImage .List-paginationButton,.ProductPage-paginationButton,.SearchResultsPage-export-btn a,.SectionPage-paginationButton,.SocialList .List-paginationButton,.TagPage-paginationButton,.TaxonomyPage-paginationButton,.TopicPage-paginationButton{font-size:var(--button-label);font-weight:700}.Footer-navigationItem .NavigationItem .NavigationLink,.Footer .RichTextModule-items,.Footer .RichTextModule-items p,.label-1{font-size:var(--label-1);line-height:1.29}.BlogPostPage-content .BlogPostPage-intro{padding-top:30px;padding-bottom:30px;text-align:center}.BlogPostPage-main{margin-top:-50px}.no-lead .BlogPostPage-main{margin-top:40px}.lead-bg-image .BlogPostPage-main{margin-top:0}.BlogPostPage-headingWrapper{background:var(--pageHeadingBg);background-position:50%!important;background-size:cover!important}.BlogPostPage-headingWrapper.inline-lead{padding-bottom:90px}.lead-bg-image .BlogPostPage-headingWrapper{min-height:240px}.BlogPostPage-articleBody{margin-bottom:20px}.BlogPostPage-content{position:relative}.BlogPostPage-lead{margin:0 0 20px}.BlogPostPage-main{margin-top:30px}@media only screen and (min-width:768px){.BlogPostPage-content .BlogPostPage-intro{padding-top:40px;padding-bottom:40px}.BlogPostPage-headingWrapper.inline-lead{padding-bottom:100px}.lead-bg-image .BlogPostPage-headingWrapper{min-height:320px}.BlogPostPage-main{margin-top:30px}}@media only screen and (min-width:1024px){.BlogPostPage-main,.no-lead .BlogPostPage-main{margin-top:40px}.lead-bg-image .BlogPostPage-main{margin-top:0}.BlogPostPage-content .BlogPostPage-intro{padding-top:60px;padding-bottom:60px}.BlogPostPage-headingWrapper.inline-lead{padding-bottom:110px}.lead-bg-image .BlogPostPage-headingWrapper{min-height:480px;padding:0}}.BlogPage-main{margin-top:20px}.BlogPage-blog-post{padding-bottom:30px;margin-top:30px;border-bottom:1px solid var(--colorBeige3)}.BlogPage-blog-post:first-of-type{margin-top:0}.BlogPage-blog-post:last-of-type{margin-bottom:30px}.BlogPage-loadMore{text-align:center}@media only screen and (min-width:768px){.BlogPage-main{margin-top:30px}.BlogPage-blog-post{padding-bottom:40px;margin-top:40px}.BlogPage-blog-post:last-of-type{margin-bottom:40px}}@media only screen and (min-width:1024px){.BlogPage-main{margin-top:60px}.BlogPage-blog-post{padding-bottom:60px;margin-top:60px}.BlogPage-blog-post:last-of-type{margin-bottom:60px}}.FavoriteModule{padding:30px 20px;background:var(--white);max-width:820px;text-align:left;margin-bottom:24px}.FavoriteModule-items{padding:1em 0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}@media (max-width:768px){.FavoriteModule-items{height:100%!important}}@media only screen and (min-width:768px){.FavoriteModule-items{padding:1em}}.FavoriteModule-title{color:var(--primaryColor);display:inline-block;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;font-size:18px;padding-bottom:20px;letter-spacing:normal}@media only screen and (min-width:1024px){.FavoriteModule-title{font-size:16px}}.FavoriteModule-link{padding-bottom:10px;display:block;font-family:Roboto,Open Sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:18px;color:var(--primaryLinkColor);text-transform:uppercase;cursor:pointer}.FavoriteModule-link:hover{text-decoration:underline}@media only screen and (min-width:1024px){.FavoriteModule-link{font-size:16px}}.FavoriteModule-linkTooltip{position:relative;margin-top:10px}.FavoriteModule-linkTooltip .FavoriteModule-link{padding:0}.FavoriteModule-tooltip{display:none;position:absolute;max-width:320px;left:-10px;top:30px;padding:13.33333333px;box-shadow:5px 5px 20px 0 rgba(0,0,0,.4);background:var(--white);font-family:Roboto,Open Sans,Arial,Helvetica,sans-serif;font-weight:300;font-size:14px}.FavoriteModule-tooltip:before{content:"";position:absolute;width:0;height:0;top:-6px;border-left:14px solid transparent;border-bottom:7px solid var(--white);border-right:14px solid transparent;border-top:0 solid transparent}.FavoriteModule-tooltip[data-toggle-in-tooltip=true]{display:block;z-index:99}.FavoriteModule-tooltip a{font-weight:900}.FavoriteModule-tooltip .icon-tooltip{position:relative;display:inline-block;font-weight:900;width:15px;height:15px;font-size:20px}.FavoriteModule-tooltip .icon-tooltip-star:before{color:var(--secondaryColor);content:"\2729"}.FavoriteModule-tooltip .icon-tooltip-heart:before{color:var(--colorRed);content:"\2764"}.FavoriteModule[data-edit-mode=false] .FavoriteModule-link.save,.FavoriteModule[data-edit-mode=false] .FavoritePromo-actions,.FavoriteModule[data-edit-mode=false] [data-state=INACTIVE],.FavoriteModule[data-edit-mode=true] .FavoriteModule-link.edit,.FavoriteModule[data-edit-mode=true] [data-link-tooltip]{display:none}.FavoriteModule .FavoritePromo-container{display:-ms-flexbox;display:flex;position:relative}.FavoriteModule .FavoritePromo-actions,.FavoriteModule .FavoritePromo-title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.FavoriteModule .FavoritePromo-title{display:inline-block;width:100%}.FavoriteModule .FavoritePromo-title a.Link{font-family:Noto Sans,Open Sans,Arial,Helvetica,sans-serif;padding:6px;display:inline-block;width:100%;font-size:18px}@media only screen and (min-width:1024px){.FavoriteModule .FavoritePromo-title a.Link{font-size:16px}}.FavoriteModule .FavoritePromo-title a.Link:hover{color:var(--colorCharcoal);text-decoration:underline}.FavoriteModule .FavoritePromo-actions{position:relative;padding:2px 10px 0 0}.FavoriteModule .FavoritePromo-actions .icon{width:13px;height:13px}.FavoriteModule .FavoritePromo[data-state=ACTIVE] .icon-follow{display:none}.FavoriteModule .FavoritePromo[data-state=INACTIVE] a.Link{color:rgba(0,0,0,.4)}.FavoriteModule .FavoritePromo[data-state=INACTIVE] .icon-follow{fill:rgba(0,0,0,.4)}.FavoriteModule .FavoritePromo[data-state=INACTIVE] .icon-unfollow{display:none}@media only screen and (min-width:768px){.FavoriteModule{padding:30px}.FavoriteModule-link{display:inline-block;padding-left:30px}.FavoriteModule-linkTooltip{display:-ms-flexbox;display:flex;margin-left:auto;width:49%}}@media only screen and (min-width:1024px){.FavoriteModule{padding:50px 75px}.FavoriteModule-linkTooltip{display:-ms-flexbox;display:flex;margin-left:auto;width:31%}.FavoriteModule-tooltip{left:-40%;top:30px}.FavoriteModule-tooltip:before{left:30%}}.FavoriteButton{margin:10px auto;color:var(--primaryLinkColor);font-family:Roboto,Open Sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:10px;padding:5px 10px;text-transform:uppercase;display:inline-block;cursor:pointer;border:1px solid transparent}.FavoriteButton:hover{border:1px solid var(--primaryLinkColor)}.FavoriteButton[data-state=ACTIVE] .favorite,.FavoriteButton[data-state=INACTIVE] .unfavorite{display:none}.EventPage-addToCalendar .FavoriteButton{background-color:var(--primaryColor);border-color:var(--primaryColor);color:#fff;text-transform:none;margin:0}.ActionBar-items{padding:0}.ActionBar-items-item{display:inline-block;margin:0 5px}@media only screen and (min-width:768px){.ActionBar-items-item{margin-bottom:0}}.ActionBar-items-item:last-of-type{margin-right:0}.ActionBar-items-item.item-favorite{display:none}.ActionBar svg:hover{opacity:.65}.ActionBar.light svg{fill:var(--white)}.ActionBar.dark svg{fill:var(--black)}.ActionBar.primary svg{fill:var(--primaryColor)}.ActionBar.beige svg{fill:#918883}.ActionBar-favorite-actions .ActionBar-items-item{display:none}.ActionBar-favorite-actions .ActionBar-items-item.item-favorite{display:block}.ArticlePage[data-aside-right] .ArticlePage-aside{margin-left:50px!important;margin-right:0!important;-ms-flex-order:1!important;order:1!important}.ArticlePage[data-aside-right] .ArticlePage-main{-ms-flex-order:0!important;order:0!important}.ArticlePage-contributors a,.ArticlePage-contributors span{display:inline-block}.ArticlePage-content .ArticlePage-intro{padding-top:30px;padding-bottom:30px;text-align:center}.ArticlePage-main{margin-top:-50px}.no-lead .ArticlePage-main{margin-top:40px}.lead-bg-image .ArticlePage-main{margin-top:0}.ArticlePage-headingWrapper{background:var(--pageHeadingBg);background-position:50%!important;background-size:cover!important}.ArticlePage-headingWrapper.inline-lead{padding-bottom:90px}.lead-bg-image .ArticlePage-headingWrapper{min-height:240px}.ArticlePage-articleBody{margin-bottom:20px}.ArticlePage-content{position:relative}.ArticlePage-lead{margin:0 0 20px}.ArticlePage-main{margin-top:30px}.ArticlePage-mediaContact{margin:40px 0}@media only screen and (min-width:768px){.ArticlePage-content .ArticlePage-intro{padding-top:40px;padding-bottom:40px}.ArticlePage-headingWrapper.inline-lead{padding-bottom:100px}.lead-bg-image .ArticlePage-headingWrapper{min-height:320px}.ArticlePage-main{margin-top:30px}.ArticlePage .page-main{padding:40px 74px 80px;margin-top:0}}@media only screen and (min-width:1024px){.ArticlePage-main,.no-lead .ArticlePage-main{margin-top:40px}.lead-bg-image .ArticlePage-main{margin-top:0}.ArticlePage-content .ArticlePage-intro{padding-top:60px;padding-bottom:60px}.ArticlePage-headingWrapper.inline-lead{padding-bottom:110px}.lead-bg-image .ArticlePage-headingWrapper{min-height:480px;padding:0}}.ListArticleBody .ListArticleBody-items-item .ListArticleBodyItem{border-top:1px solid var(--colorBeige3)}.ListArticleBody .ListArticleBody-items-item:last-of-type .ListArticleBodyItem{border-bottom:1px solid var(--colorBeige3)}.ListArticleBody.listicle-centered .ListArticleBodyItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.ListArticleBody.listicle-centered .ListArticleBodyItem-headline.metrics-title,.ListArticleBody.listicle-centered .ListArticleBodyItem-headline.promo-title,.ListArticleBody.listicle-centered .ListArticleBodyItem-headline.PromoMetrics-title{font-size:2.4rem}@media only screen and (min-width:768px){.ListArticleBody.listicle-centered .ListArticleBodyItem-headline.metrics-title,.ListArticleBody.listicle-centered .ListArticleBodyItem-headline.promo-title,.ListArticleBody.listicle-centered .ListArticleBodyItem-headline.PromoMetrics-title{font-size:3rem}}@media only screen and (min-width:1024px){.ListArticleBody.listicle-centered .ListArticleBodyItem-headline.metrics-title,.ListArticleBody.listicle-centered .ListArticleBodyItem-headline.promo-title,.ListArticleBody.listicle-centered .ListArticleBodyItem-headline.PromoMetrics-title{font-size:3.6rem}}.ListArticleBody.listicle-centered .ListArticleBodyItem-body,.ListArticleBody.listicle-centered .ListArticleBodyItem-headline{text-align:center}.ListArticleBody.listicle-centered .ListArticleBodyItem .CarouselSlide-info,.ListArticleBody.listicle-centered .ListArticleBodyItem .VideoEnhancement,.ListArticleBody.listicle-centered .ListArticleBodyItem figure{text-align:left}.ListArticleBodyItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:20px 0}.ListArticleBodyItem-body{font-size:var(--body-text);line-height:1.5}.ListArticleBodyItem-body .textStyleSpec-md,.ListArticleBodyItem-body .textStyleSpec-sm{font-size:1.6rem}.ListArticleBodyItem-body .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.ListArticleBodyItem-body{line-height:1.67}}.ListArticleBodyItem-body h2,.ListArticleBodyItem-body h3,.ListArticleBodyItem-body h4,.ListArticleBodyItem-body h5,.ListArticleBodyItem-body h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.ListArticleBodyItem-body .cms-textAlign-right{text-align:right}.ListArticleBodyItem-body .cms-textAlign-left{text-align:left}.ListArticleBodyItem-body .cms-textAlign-center{text-align:center}.ListArticleBodyItem-body .cms-textAlign-center ol,.ListArticleBodyItem-body .cms-textAlign-center ul,.ListArticleBodyItem-body .cms-textAlign-right ol,.ListArticleBodyItem-body .cms-textAlign-right ul,.ListArticleBodyItem-body .text-center ol,.ListArticleBodyItem-body .text-center ul,.ListArticleBodyItem-body .text-right ol,.ListArticleBodyItem-body .text-right ul{list-style-position:inside}.ListArticleBodyItem-body .cms-text-helpers-no-wrap{white-space:nowrap}.ListArticleBodyItem-body:after{content:"";display:table;clear:both}.ListArticleBodyItem-body>ol a:not(.btn),.ListArticleBodyItem-body>ul a:not(.btn),.ListArticleBodyItem-body p>ol a:not(.btn),.ListArticleBodyItem-body p>ul a:not(.btn),.ListArticleBodyItem-body p a:not(.btn){color:var(--primaryLinkColor);text-decoration:none}.ListArticleBodyItem-body>ol a:not(.btn):hover,.ListArticleBodyItem-body>ul a:not(.btn):hover,.ListArticleBodyItem-body p>ol a:not(.btn):hover,.ListArticleBodyItem-body p>ul a:not(.btn):hover,.ListArticleBodyItem-body p a:not(.btn):hover{color:var(--primaryLinkHoverColor);text-decoration:underline}.ListArticleBodyItem-body .AuthorPage-paginationButton,.ListArticleBodyItem-body .BrandPage-paginationButton,.ListArticleBodyItem-body .btn,.ListArticleBodyItem-body .CountryPage-paginationButton,.ListArticleBodyItem-body .DirectorySearchPage-export-btn a,.ListArticleBodyItem-body .EventCalendarDayPage-export-btn a,.ListArticleBodyItem-body .EventCalendarMonthPage-export-btn a,.ListArticleBodyItem-body .EventCategoryPage-paginationButton,.ListArticleBodyItem-body .EventPage-addToCalendar .FavoriteButton,.ListArticleBodyItem-body .Footer .RichTextModule-cta a,.ListArticleBodyItem-body .Header-customButton>a,.ListArticleBodyItem-body .List .List-paginationButton,.ListArticleBodyItem-body .ListAbstract .List-paginationButton,.ListArticleBodyItem-body .ListAccordion .List-paginationButton,.ListArticleBodyItem-body .ListAthleticEvent .List-paginationButton,.ListArticleBodyItem-body .ListCard .List-paginationButton,.ListArticleBodyItem-body .ListCardBackground .List-paginationButton,.ListArticleBodyItem-body .ListCardDescriptionOnLeft .List-paginationButton,.ListArticleBodyItem-body .ListCardImageOnly .List-paginationButton,.ListArticleBodyItem-body .ListCardImageOnSide .List-paginationButton,.ListArticleBodyItem-body .ListCardImageOnTop .List-paginationButton,.ListArticleBodyItem-body .ListCardLogoBottom .List-paginationButton,.ListArticleBodyItem-body .ListCardLogoTop .List-paginationButton,.ListArticleBodyItem-body .ListCardQuote .List-paginationButton,.ListArticleBodyItem-body .ListCardTextOnly .List-paginationButton,.ListArticleBodyItem-body .ListCarouselBoxedHeadline .List-paginationButton,.ListArticleBodyItem-body .ListCarouselQuoteFullWidth .List-paginationButton,.ListArticleBodyItem-body .ListEvents .List-paginationButton,.ListArticleBodyItem-body .ListHighlightA .List-paginationButton,.ListArticleBodyItem-body .ListIconOnSide .List-paginationButton,.ListArticleBodyItem-body .ListIconOnTopLarge .List-paginationButton,.ListArticleBodyItem-body .ListIconOnTopSmall .List-paginationButton,.ListArticleBodyItem-body .ListImageLarge .List-paginationButton,.ListArticleBodyItem-body .ListImageMedium .List-paginationButton,.ListArticleBodyItem-body .ListImageOnTopCircular .List-paginationButton,.ListArticleBodyItem-body .ListImageSmall .List-paginationButton,.ListArticleBodyItem-body .ListImageThumbnail .List-paginationButton,.ListArticleBodyItem-body .ListLinks .List-paginationButton,.ListArticleBodyItem-body .ListLogoOnly .List-paginationButton,.ListArticleBodyItem-body .ListMetrics .List-paginationButton,.ListArticleBodyItem-body .ListSchedule .List-paginationButton,.ListArticleBodyItem-body .ListSpeechPromo .List-paginationButton,.ListArticleBodyItem-body .ListTagCloud .List-paginationButton,.ListArticleBodyItem-body .ListUpcomingEvents .List-paginationButton,.ListArticleBodyItem-body .ListVerticalImage .List-paginationButton,.ListArticleBodyItem-body .ProductPage-paginationButton,.ListArticleBodyItem-body .SearchResultsPage-export-btn a,.ListArticleBodyItem-body .SectionPage-paginationButton,.ListArticleBodyItem-body .SocialList .List-paginationButton,.ListArticleBodyItem-body .TagPage-paginationButton,.ListArticleBodyItem-body .TaxonomyPage-paginationButton,.ListArticleBodyItem-body .TopicPage-paginationButton{margin:10px 10px 10px 0}.ListArticleBodyItem-body .cms-textAlign-right .AuthorPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .BrandPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .btn,.ListArticleBodyItem-body .cms-textAlign-right .CountryPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .DirectorySearchPage-export-btn a,.ListArticleBodyItem-body .cms-textAlign-right .EventCalendarDayPage-export-btn a,.ListArticleBodyItem-body .cms-textAlign-right .EventCalendarMonthPage-export-btn a,.ListArticleBodyItem-body .cms-textAlign-right .EventCategoryPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .EventPage-addToCalendar .FavoriteButton,.ListArticleBodyItem-body .cms-textAlign-right .Footer .RichTextModule-cta a,.ListArticleBodyItem-body .cms-textAlign-right .Header-customButton>a,.ListArticleBodyItem-body .cms-textAlign-right .List .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListAbstract .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListAccordion .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListAthleticEvent .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCard .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCardBackground .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCardDescriptionOnLeft .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCardImageOnly .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCardImageOnSide .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCardImageOnTop .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCardLogoBottom .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCardLogoTop .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCardQuote .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCardTextOnly .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCarouselBoxedHeadline .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListCarouselQuoteFullWidth .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListEvents .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListHighlightA .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListIconOnSide .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListIconOnTopLarge .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListIconOnTopSmall .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListImageLarge .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListImageMedium .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListImageOnTopCircular .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListImageSmall .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListImageThumbnail .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListLinks .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListLogoOnly .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListMetrics .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListSchedule .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListSpeechPromo .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListTagCloud .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListUpcomingEvents .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ListVerticalImage .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .ProductPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .SearchResultsPage-export-btn a,.ListArticleBodyItem-body .cms-textAlign-right .SectionPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .SocialList .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .TagPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .TaxonomyPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-right .TopicPage-paginationButton{margin:10px 0 10px 10px}.ListArticleBodyItem-body .cms-textAlign-center .AuthorPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .BrandPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .btn,.ListArticleBodyItem-body .cms-textAlign-center .CountryPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .DirectorySearchPage-export-btn a,.ListArticleBodyItem-body .cms-textAlign-center .EventCalendarDayPage-export-btn a,.ListArticleBodyItem-body .cms-textAlign-center .EventCalendarMonthPage-export-btn a,.ListArticleBodyItem-body .cms-textAlign-center .EventCategoryPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .EventPage-addToCalendar .FavoriteButton,.ListArticleBodyItem-body .cms-textAlign-center .Footer .RichTextModule-cta a,.ListArticleBodyItem-body .cms-textAlign-center .Header-customButton>a,.ListArticleBodyItem-body .cms-textAlign-center .List .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListAbstract .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListAccordion .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListAthleticEvent .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCard .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCardBackground .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCardDescriptionOnLeft .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCardImageOnly .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCardImageOnSide .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCardImageOnTop .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCardLogoBottom .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCardLogoTop .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCardQuote .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCardTextOnly .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCarouselBoxedHeadline .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListCarouselQuoteFullWidth .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListEvents .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListHighlightA .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListIconOnSide .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListIconOnTopLarge .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListIconOnTopSmall .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListImageLarge .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListImageMedium .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListImageOnTopCircular .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListImageSmall .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListImageThumbnail .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListLinks .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListLogoOnly .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListMetrics .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListSchedule .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListSpeechPromo .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListTagCloud .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListUpcomingEvents .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ListVerticalImage .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .ProductPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .SearchResultsPage-export-btn a,.ListArticleBodyItem-body .cms-textAlign-center .SectionPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .SocialList .List-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .TagPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .TaxonomyPage-paginationButton,.ListArticleBodyItem-body .cms-textAlign-center .TopicPage-paginationButton{margin:10px 5px}.ListArticleBodyItem-body>ul,.ListArticleBodyItem-body p>ul{list-style:disc;padding:0 0 0 40px;margin:20px 0}.ListArticleBodyItem-body>ul li>ol,.ListArticleBodyItem-body>ul li>ul,.ListArticleBodyItem-body p>ul li>ol,.ListArticleBodyItem-body p>ul li>ul{padding:0 0 0 40px}.ListArticleBodyItem-body>ol,.ListArticleBodyItem-body p>ol{padding:0 0 0 40px;margin:20px 0}.ListArticleBodyItem-body>ol li>ol,.ListArticleBodyItem-body>ol li>ul,.ListArticleBodyItem-body p>ol li>ol,.ListArticleBodyItem-body p>ol li>ul{padding:0 0 0 40px}.ListArticleBodyItem-body p{margin:30px 0}.ListArticleBodyItem-body p:first-of-type{margin-top:0}.ListArticleBodyItem-body p:last-of-type{margin-bottom:0}.ListArticleBodyItem-body h2,.ListArticleBodyItem-body h3,.ListArticleBodyItem-body h4,.ListArticleBodyItem-body h5,.ListArticleBodyItem-body h6{color:var(--primaryColor);line-height:1.3}.ListArticleBodyItem-body h2{font-size:2em;font-weight:500;margin:1.25em 0 .75em}.ListArticleBodyItem-body h3{font-size:1.33333em;font-weight:700}.ListArticleBodyItem-body h4{font-size:1.11111em;text-transform:uppercase}.ListArticleBodyItem-body h5{font-weight:500}.ListArticleBodyItem-body h6{font-weight:300;font-style:italic}.ListArticleBodyItem-body h5,.ListArticleBodyItem-body h6{font-size:1em}.ListArticleBodyItem-body h3,.ListArticleBodyItem-body h4,.ListArticleBodyItem-body h5,.ListArticleBodyItem-body h6{margin:.75em 0}.ListArticleBodyItem-body bsp-citation{margin-left:-1in;text-indent:-.5in;padding-left:2em}.ListArticleBodyItem-body table{word-break:normal;display:block;margin:40px 0;border-collapse:collapse;overflow-x:auto;width:100%;table-layout:auto;font-size:18px;line-height:30px}.ListArticleBodyItem-body table th{font-weight:700}.ListArticleBodyItem-body table td,.ListArticleBodyItem-body table th{border:1px solid var(--mediumGrey);text-align:left;vertical-align:top;line-height:1.4}.ListArticleBodyItem-body table tr:first-child td,.ListArticleBodyItem-body table tr:first-child th{border-top-width:0}.ListArticleBodyItem-body table tr:last-child td,.ListArticleBodyItem-body table tr:last-child th{border-bottom-width:0}.ListArticleBodyItem-body table thead tr:last-child td,.ListArticleBodyItem-body table thead tr:last-child th{border-bottom-width:2px}.ListArticleBodyItem-body table tfoot tr:first-child td,.ListArticleBodyItem-body table tfoot tr:first-child th{border-top-width:2px}.ListArticleBodyItem-body table td,.ListArticleBodyItem-body table th{padding:.75em 1.25em}.ListArticleBodyItem-body table td:first-child,.ListArticleBodyItem-body table th:first-child{padding-left:.25em;border-left-width:0}.ListArticleBodyItem-body table td:last-child,.ListArticleBodyItem-body table th:last-child{padding-right:.25em;border-right-width:0}.ListArticleBodyItem-body table.tight td,.ListArticleBodyItem-body table.tight th{padding:.5em 1.25em}.ListArticleBodyItem-body table.tight td:first-child,.ListArticleBodyItem-body table.tight th:first-child{padding-left:.25em;border-left-width:0}.ListArticleBodyItem-body table.tight td:last-child,.ListArticleBodyItem-body table.tight th:last-child{padding-right:.25em;border-right-width:0}.ListArticleBodyItem-body table.very-tight td,.ListArticleBodyItem-body table.very-tight th{padding:.25em 1.25em}.ListArticleBodyItem-body table.very-tight td:first-child,.ListArticleBodyItem-body table.very-tight th:first-child{padding-left:.25em;border-left-width:0}.ListArticleBodyItem-body table.very-tight td:last-child,.ListArticleBodyItem-body table.very-tight th:last-child{padding-right:.25em;border-right-width:0}.ListArticleBodyItem-body table.no-borders td,.ListArticleBodyItem-body table.no-borders th{border:0}.ListArticleBodyItem-body ol ol{list-style-type:lower-alpha}.ListArticleBodyItem-body ul ul{list-style-type:circle}.ListArticleBodyItem-body ul ul ul{list-style-type:square}@media only screen and (min-width:768px){.ListArticleBodyItem{-ms-flex-direction:row;flex-direction:row;padding:40px 0}}.ListArticleBodyItem-index{color:var(--primaryColor);border-radius:100%;border:2px solid;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-weight:700;-ms-flex-negative:0;flex-shrink:0;margin-right:20px;margin-bottom:20px;width:40px;height:40px;font-size:18px}@media only screen and (min-width:768px){.ListArticleBodyItem-index{width:60px;height:60px;font-size:21px}}.ListArticleBodyItem-headline{margin-bottom:10px}.AuthorPage[data-rectangle-image] .AuthorPage-image img{border-radius:0;height:200px;width:150px}.AuthorPage-authorSocialLinks{margin-top:20px}.AuthorPage-authorSocialLinksLabel{font-size:var(--button-label);font-weight:700;margin-bottom:10px}.AuthorPage-authorSocialLinksLabel .textStyleSpec-lg,.AuthorPage-authorSocialLinksLabel .textStyleSpec-md,.AuthorPage-authorSocialLinksLabel .textStyleSpec-sm{font-size:1.2rem}.AuthorPage-image{-ms-flex-negative:0;flex-shrink:0;text-align:center}.AuthorPage-image img{border-radius:100%;height:150px;margin:0 auto 20px;width:150px}.AuthorPage-info{text-align:center}.AuthorPage-name{font-weight:400;margin-bottom:10px}.AuthorPage-articleBody{margin-top:20px}.AuthorPage-fullBiography{display:block;margin-bottom:40px;margin-top:0}.AuthorPage-fullBiography-content{height:140px;overflow:hidden}[data-toggle-in=author-bio] .AuthorPage-fullBiography-content{height:auto}.AuthorPage-jobInfo{margin-right:-20px;margin-bottom:10px}.AuthorPage-affiliation,.AuthorPage-email{line-height:1.5}.AuthorPage-curriculumVitaeLink,.AuthorPage-jobTitle{margin-right:20px;font-weight:700}.AuthorPage-wrapper{margin-top:0}.AuthorPage-related-content{margin-top:50px;margin-bottom:70px}.AuthorPage .promo-description,.AuthorPage .PromoMetrics-description{display:none}.AuthorPage-pagination{text-align:center;margin-top:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.AuthorPage-paginationButton{margin:0 10px;height:45px;min-width:122px}.AuthorPage-paginationButton .pagination-svg{height:10px;width:6px;margin:0;display:inline-block}.AuthorPage-paginationButton .pagination-svg.previous{margin-right:10px}.AuthorPage-paginationButton .pagination-svg.next{margin-left:10px}.AuthorPage-moreFromAuthor{font-size:18px;font-weight:900;color:var(--colorCharcoal);line-height:1.44;letter-spacing:2px;text-align:center;text-transform:uppercase;margin-bottom:40px}@media only screen and (min-width:768px){.AuthorPage-intro{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.AuthorPage-info{text-align:center}.AuthorPage-wrapper{margin-top:20px}}@media only screen and (min-width:1024px){.AuthorPage[data-rectangle-image] .AuthorPage-image img{width:200px;height:266.67px}.AuthorPage-intro{-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;width:calc(100% - 300px)!important;padding-left:20px;margin-left:auto;max-width:1170px!important;margin-right:0!important}.no-aside .AuthorPage-intro{margin-right:auto!important}.AuthorPage-pageInfo{max-width:1170px;margin-left:auto;margin-right:auto;width:100%}.AuthorPage-image img{height:200px;width:200px;margin:0 20px 0 0}.AuthorPage-info{text-align:left}}@media only screen and (min-width:1440px){.AuthorPage[data-rectangle-image] .AuthorPage-image img{width:240px;height:320px}.AuthorPage-authorSocialLinks{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.AuthorPage-authorSocialLinksLabel{margin-bottom:0;margin-right:10px}.AuthorPage-intro{width:calc(100% - 370px)!important;padding-left:0;margin-left:auto}.AuthorPage-image img{height:240px;width:240px;margin:0 40px 0 0}.AuthorPage-info{text-align:left}}.Banner{background:var(--bannerBackgroundColor);padding:15px 0;font-size:14px;display:none;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;color:var(--breakingTextColor)}.Banner[data-show]{display:-ms-flexbox;display:flex}.Banner a{color:var(--bannerLinkColor)}@media only screen and (min-width:1024px){.Banner{font-size:16px}}.Banner-content{margin:auto;max-width:70%;text-align:center}@media only screen and (min-width:768px){.Banner-content{max-width:570px}}@media only screen and (min-width:1024px){.Banner-content{max-width:735px}}@media only screen and (min-width:1440px){.Banner-content{max-width:800px}}.Banner-close{cursor:pointer;position:absolute;right:0;padding:15px 20px;background:0;border:0}.Banner-close svg{width:13.5px;height:13.5px}.Banner svg{fill:var(--breakingTextColor);stroke:var(--breakingTextColor)}.Carousel,.LeadCarousel,.ListCarousel,.ListCarouselHeadline,.ListCarouselQuoteFullWidth{position:relative;background-color:var(--siteBgColor)}.Carousel img,.LeadCarousel img,.ListCarouselHeadline img,.ListCarousel img,.ListCarouselQuoteFullWidth img{display:block;max-height:100%}.Carousel .flickity-viewport,.LeadCarousel .flickity-viewport,.ListCarousel .flickity-viewport,.ListCarouselHeadline .flickity-viewport,.ListCarouselQuoteFullWidth .flickity-viewport{transition:height .25s;background-color:#e8e8e8}.Carousel-controls,.LeadCarousel-controls,.ListCarousel-controls,.ListCarouselHeadline-controls,.ListCarouselQuoteFullWidth-controls{display:none;padding:0 20px 30px;background-color:#e8e8e8;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.Carousel-controls .carousel-counter,.LeadCarousel-controls .carousel-counter,.ListCarousel-controls .carousel-counter,.ListCarouselHeadline-controls .carousel-counter,.ListCarouselQuoteFullWidth-controls .carousel-counter{margin:0 10px;font-size:15px;font-weight:300;color:var(--secondaryTextColor)}.Carousel-controls button,.LeadCarousel-controls button,.ListCarousel-controls button,.ListCarouselHeadline-controls button,.ListCarouselQuoteFullWidth-controls button{outline:0}.Carousel-controls button.btn-primary>svg,.LeadCarousel-controls button.btn-primary>svg,.ListCarousel-controls button.btn-primary>svg,.ListCarouselHeadline-controls button.btn-primary>svg,.ListCarouselQuoteFullWidth-controls button.btn-primary>svg{fill:var(--primaryLinkColor)}.Carousel-galleryDownload,.LeadCarousel-galleryDownload,.ListCarousel-galleryDownload,.ListCarouselHeadline-galleryDownload,.ListCarouselQuoteFullWidth-galleryDownload{margin-top:20px;letter-spacing:1px;font-size:12px;line-height:normal;padding-left:20px;padding-right:20px}@media only screen and (min-width:768px){.Carousel-galleryDownload,.LeadCarousel-galleryDownload,.ListCarousel-galleryDownload,.ListCarouselHeadline-galleryDownload,.ListCarouselQuoteFullWidth-galleryDownload{padding-left:74px;padding-right:74px}}@media only screen and (min-width:1024px){.Carousel-galleryDownload,.LeadCarousel-galleryDownload,.ListCarousel-galleryDownload,.ListCarouselHeadline-galleryDownload,.ListCarouselQuoteFullWidth-galleryDownload{padding-left:0;padding-right:0}}.Carousel-galleryDownloadLink,.LeadCarousel-galleryDownloadLink,.ListCarousel-galleryDownloadLink,.ListCarouselHeadline-galleryDownloadLink,.ListCarouselQuoteFullWidth-galleryDownloadLink{text-transform:uppercase;font-weight:700}.Carousel-galleryDownloadLink:hover,.LeadCarousel-galleryDownloadLink:hover,.ListCarousel-galleryDownloadLink:hover,.ListCarouselHeadline-galleryDownloadLink:hover,.ListCarouselQuoteFullWidth-galleryDownloadLink:hover{text-decoration:underline}.Carousel-termsOfuseLink .Link,.LeadCarousel-termsOfuseLink .Link,.ListCarousel-termsOfuseLink .Link,.ListCarouselHeadline-termsOfuseLink .Link,.ListCarouselQuoteFullWidth-termsOfuseLink .Link{font-weight:700}.Carousel-termsOfuseLink .Link:hover,.LeadCarousel-termsOfuseLink .Link:hover,.ListCarousel-termsOfuseLink .Link:hover,.ListCarouselHeadline-termsOfuseLink .Link:hover,.ListCarouselQuoteFullWidth-termsOfuseLink .Link:hover{text-decoration:underline}.Carousel-download-btn,.LeadCarousel-download-btn,.ListCarousel-download-btn,.ListCarouselHeadline-download-btn,.ListCarouselQuoteFullWidth-download-btn{background-color:transparent;border:0}.Carousel .flickity-prev-next-button.next,.LeadCarousel .flickity-prev-next-button.next,.ListCarousel .flickity-prev-next-button.next,.ListCarouselHeadline .flickity-prev-next-button.next,.ListCarouselQuoteFullWidth .flickity-prev-next-button.next{right:20px}.Carousel .flickity-prev-next-button.previous,.LeadCarousel .flickity-prev-next-button.previous,.ListCarousel .flickity-prev-next-button.previous,.ListCarouselHeadline .flickity-prev-next-button.previous,.ListCarouselQuoteFullWidth .flickity-prev-next-button.previous{left:20px}.Carousel .flickity-prev-next-button,.LeadCarousel .flickity-prev-next-button,.ListCarousel .flickity-prev-next-button,.ListCarouselHeadline .flickity-prev-next-button,.ListCarouselQuoteFullWidth .flickity-prev-next-button{color:var(--white);background:transparent;border:1px solid #fff;padding:25px;transition:background .25s;display:none}@media only screen and (min-width:1024px){.Carousel .flickity-prev-next-button,.LeadCarousel .flickity-prev-next-button,.ListCarousel .flickity-prev-next-button,.ListCarouselHeadline .flickity-prev-next-button,.ListCarouselQuoteFullWidth .flickity-prev-next-button{display:initial}}.Carousel .flickity-prev-next-button svg,.LeadCarousel .flickity-prev-next-button svg,.ListCarousel .flickity-prev-next-button svg,.ListCarouselHeadline .flickity-prev-next-button svg,.ListCarouselQuoteFullWidth .flickity-prev-next-button svg{transition:fill .25s;fill:var(--white)}.Carousel .flickity-prev-next-button:hover,.LeadCarousel .flickity-prev-next-button:hover,.ListCarousel .flickity-prev-next-button:hover,.ListCarouselHeadline .flickity-prev-next-button:hover,.ListCarouselQuoteFullWidth .flickity-prev-next-button:hover{background:var(--white)}.Carousel .flickity-prev-next-button:hover svg,.LeadCarousel .flickity-prev-next-button:hover svg,.ListCarousel .flickity-prev-next-button:hover svg,.ListCarouselHeadline .flickity-prev-next-button:hover svg,.ListCarouselQuoteFullWidth .flickity-prev-next-button:hover svg{fill:#333}.Carousel .flickity-page-dots,.LeadCarousel .flickity-page-dots,.ListCarousel .flickity-page-dots,.ListCarouselHeadline .flickity-page-dots,.ListCarouselQuoteFullWidth .flickity-page-dots{bottom:-40px;line-height:15px}.Carousel .flickity-page-dots .dot,.LeadCarousel .flickity-page-dots .dot,.ListCarousel .flickity-page-dots .dot,.ListCarouselHeadline .flickity-page-dots .dot,.ListCarouselQuoteFullWidth .flickity-page-dots .dot{background:transparent;border:1px solid var(--white);transition:background .25s}.Carousel .flickity-page-dots .dot.is-selected,.LeadCarousel .flickity-page-dots .dot.is-selected,.ListCarousel .flickity-page-dots .dot.is-selected,.ListCarouselHeadline .flickity-page-dots .dot.is-selected,.ListCarouselQuoteFullWidth .flickity-page-dots .dot.is-selected{background:var(--white)}@media only screen and (min-width:1024px){.Carousel .flickity-page-dots,.LeadCarousel .flickity-page-dots,.ListCarousel .flickity-page-dots,.ListCarouselHeadline .flickity-page-dots,.ListCarouselQuoteFullWidth .flickity-page-dots{display:none}}.Carousel.primary .flickity-prev-next-button,.LeadCarousel.primary .flickity-prev-next-button,.ListCarousel.primary .flickity-prev-next-button,.ListCarouselHeadline.primary .flickity-prev-next-button,.ListCarouselQuoteFullWidth.primary .flickity-prev-next-button{color:var(--primaryColor);border:1px solid transparent}.Carousel.primary .flickity-prev-next-button svg,.LeadCarousel.primary .flickity-prev-next-button svg,.ListCarousel.primary .flickity-prev-next-button svg,.ListCarouselHeadline.primary .flickity-prev-next-button svg,.ListCarouselQuoteFullWidth.primary .flickity-prev-next-button svg{fill:var(--primaryColor)}.Carousel.primary .flickity-prev-next-button:hover,.LeadCarousel.primary .flickity-prev-next-button:hover,.ListCarousel.primary .flickity-prev-next-button:hover,.ListCarouselHeadline.primary .flickity-prev-next-button:hover,.ListCarouselQuoteFullWidth.primary .flickity-prev-next-button:hover{background:var(--primaryColor)}.Carousel.primary .flickity-prev-next-button:hover svg,.LeadCarousel.primary .flickity-prev-next-button:hover svg,.ListCarousel.primary .flickity-prev-next-button:hover svg,.ListCarouselHeadline.primary .flickity-prev-next-button:hover svg,.ListCarouselQuoteFullWidth.primary .flickity-prev-next-button:hover svg{fill:var(--white)}.Carousel.primary .flickity-page-dots .dot,.LeadCarousel.primary .flickity-page-dots .dot,.ListCarousel.primary .flickity-page-dots .dot,.ListCarouselHeadline.primary .flickity-page-dots .dot,.ListCarouselQuoteFullWidth.primary .flickity-page-dots .dot{background:transparent;border:1px solid var(--primaryColor)}.Carousel.primary .flickity-page-dots .dot.is-selected,.LeadCarousel.primary .flickity-page-dots .dot.is-selected,.ListCarousel.primary .flickity-page-dots .dot.is-selected,.ListCarouselHeadline.primary .flickity-page-dots .dot.is-selected,.ListCarouselQuoteFullWidth.primary .flickity-page-dots .dot.is-selected{background:var(--primaryColor)}@media only screen and (min-width:1024px){.Carousel.primary .flickity-page-dots,.LeadCarousel.primary .flickity-page-dots,.ListCarousel.primary .flickity-page-dots,.ListCarouselHeadline.primary .flickity-page-dots,.ListCarouselQuoteFullWidth.primary .flickity-page-dots{display:none}}.Carousel.published-carousel:not(.List):not(.lead-carousel),.LeadCarousel.published-carousel:not(.List):not(.lead-carousel),.ListCarousel.published-carousel:not(.List):not(.lead-carousel),.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel),.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel){position:relative;background-size:cover;background-position:50%;background:transparent}.Carousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper{margin:0 auto;max-width:280px;padding:40px 0}@media only screen and (min-width:768px){.Carousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper{max-width:668px;padding:60px 0}}@media only screen and (min-width:1024px){.Carousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper{max-width:940px;padding:80px 0}}@media only screen and (min-width:1440px){.Carousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarousel.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel):not(.full-width) .carousel-content-wrapper{max-width:1240px}}.Carousel.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-media,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-media,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-media,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-media,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-media{width:100%;background:#2a2a2a}.Carousel.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-media img,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-media img,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-media img,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-media img,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-media img{margin:auto}.Carousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta{text-align:center}.Carousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-title{margin-bottom:10px}@media only screen and (min-width:768px){.Carousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-title{margin-bottom:20px}}.Carousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-description{margin-bottom:20px}@media only screen and (min-width:768px){.Carousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .gallery-module-meta .Carousel-description{margin-bottom:40px}}.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-title{text-align:center}.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-title{max-width:280px;margin:0 auto}@media only screen and (min-width:768px){.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-title{max-width:668px}}@media only screen and (min-width:1024px){.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-title{max-width:940px}}@media only screen and (min-width:1440px){.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-title{max-width:1240px}}@media only screen and (min-width:1024px){.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-title{max-width:800px}}@media only screen and (min-width:1440px){.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-title{max-width:800px}}.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-title{margin-bottom:10px}@media only screen and (min-width:768px){.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-title{margin-bottom:20px}}.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-description{margin-bottom:20px}@media only screen and (min-width:768px){.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-description{margin-bottom:40px}}.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides{margin-top:20px}@media only screen and (min-width:768px){.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-slides{margin-top:40px}}.Carousel.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-info,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-info,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-info,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-info,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .CarouselSlide-info{display:block;padding-left:0;padding-right:0;background:transparent}.Carousel.published-carousel:not(.List):not(.lead-carousel) button.flickity-button,.Carousel.published-carousel:not(.List):not(.lead-carousel) ol.flickity-page-dots,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) button.flickity-button,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) ol.flickity-page-dots,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) button.flickity-button,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) ol.flickity-page-dots,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) button.flickity-button,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) ol.flickity-page-dots,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) button.flickity-button,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) ol.flickity-page-dots{display:none}.Carousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarousel.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .Carousel-controls{display:-ms-flexbox;display:flex;padding:0;background:transparent}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width{padding:0}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-description,.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-title{display:none}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-controls,.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-description,.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides,.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-controls,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-controls,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-controls,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-controls,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-title{max-width:unset;margin-top:0}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width button.flickity-button,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width button.flickity-button,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width button.flickity-button,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width button.flickity-button,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width button.flickity-button{display:initial;width:40px;height:40px;padding:0}@media only screen and (min-width:1024px){.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width button.flickity-button,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width button.flickity-button,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width button.flickity-button,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width button.flickity-button,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width button.flickity-button{width:60px;height:60px}}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-controls,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-controls,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-controls,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-controls,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-controls{display:none}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide,.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .ListCarousel-items .ListCarousel-items-item,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide{max-height:100vh}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-length-meta,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-length-meta,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-length-meta,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-length-meta,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-length-meta{display:block;font-size:1.3rem;font-weight:300;line-height:1.38;margin-bottom:5px}@media only screen and (min-width:1024px){.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-length-meta,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-length-meta,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-length-meta,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-length-meta,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-length-meta{font-size:1.5rem;line-height:1.47}}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-title{color:var(--white)}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-title,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-title,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-title,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-title,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-title{font-size:20px;font-weight:400;line-height:1.2;margin-bottom:10px}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-description{display:none}@media only screen and (min-width:768px){.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-description,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-description,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-description,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-description,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-description{display:block}}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-attribution,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-attribution,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-attribution,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-attribution,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-attribution{font-size:12px;font-weight:300}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info{position:absolute;bottom:0;padding:0;max-width:280px;-ms-flex-item-align:start;align-self:flex-start;margin:20px}@media only screen and (min-width:768px){.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info{max-width:668px;margin:40px 50px}}@media only screen and (min-width:1024px){.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info{max-width:784px;margin:40px 120px}}@media only screen and (min-width:1440px){.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .CarouselSlide-info{max-width:800px;margin:40px 140px}}.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info{-ms-flex-item-align:end;align-self:flex-end;margin-left:-20px}@media only screen and (min-width:768px){.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info{margin-left:-50px}}@media only screen and (min-width:1024px){.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info{margin-left:-120px}}@media only screen and (min-width:1440px){.Carousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.LeadCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarousel.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info,.ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel).full-width .Carousel-slides.text-right .CarouselSlide-info{margin-left:-140px}}.CarouselSlide,.ListCarousel-items .ListCarousel-items-item{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.CarouselSlide-length-meta,.ListCarousel-items .ListCarousel-items-item-length-meta{display:none}.CarouselSlide-info,.ListCarousel-items .ListCarousel-items-item-info{display:none;width:100%;padding:20px;background-color:#e8e8e8}.CarouselSlide-title,.ListCarousel-items .ListCarousel-items-item-title{color:#333;margin-bottom:10px;display:none}.CarouselSlide-description,.ListCarousel-items .ListCarousel-items-item-description{margin-bottom:10px}.CarouselSlide-description.caption,.ListCarousel-items .ListCarousel-items-item-description.caption{font-weight:800}.CarouselSlide-download,.ListCarousel-items .ListCarousel-items-item-download{margin-top:10px;letter-spacing:1px;font-size:12px;line-height:normal}.CarouselSlide-imageDownload,.ListCarousel-items .ListCarousel-items-item-imageDownload{text-transform:uppercase;font-weight:700}.CarouselSlide-imageDownload:hover,.ListCarousel-items .ListCarousel-items-item-imageDownload:hover{text-decoration:underline}.CarouselSlide-termsOfuseLink .Link,.ListCarousel-items .ListCarousel-items-item-termsOfuseLink .Link{font-weight:700}.CarouselSlide-termsOfuseLink .Link:hover,.ListCarousel-items .ListCarousel-items-item-termsOfuseLink .Link:hover{text-decoration:underline}.CarouselSlide-media,.ListCarousel-items .ListCarousel-items-item-media{height:0;padding-bottom:66.66666667%;position:relative;width:100%;background-color:#2a2a2a}.CarouselSlide-media-wrapper,.ListCarousel-items .ListCarousel-items-item-media-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.CarouselSlide-media img,.ListCarousel-items .ListCarousel-items-item-media img{max-width:100%;max-height:100%}.ContainerAbstract{text-align:center;padding:50px 20px;color:var(--primaryTextColor);position:relative;background-size:cover;background-position:50%}.ContainerAbstract[data-has-backgroundColor]{background:var(--backgroundColor)}.ContainerAbstract.text-left{text-align:left}.ContainerAbstract.text-right{text-align:right}.ContainerAbstract.has-drop-shadow{box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}.ContainerAbstract .container-row{padding:0}.ContainerAbstract .container-column[data-vertically-align=bottom],.ContainerAbstract .container-column[data-vertically-align=center],.ContainerAbstract .container-column[data-vertically-align=top]{display:-ms-inline-flexbox;display:inline-flex}.ContainerAbstract .container-column>.container-column-wrapper{width:100%}.ContainerAbstract .container-column>.container-column-wrapper>div:not(:last-child){margin-bottom:20px}.ContainerAbstract .container-column[data-vertically-align=top]{-ms-flex-align:start;align-items:flex-start}.ContainerAbstract .container-column[data-vertically-align=center]{-ms-flex-align:center;align-items:center}.ContainerAbstract .container-column[data-vertically-align=bottom]{-ms-flex-align:end;align-items:flex-end}.ContainerAbstract .container-title{max-width:800px;margin:10px auto}.ContainerAbstract .container-description{color:var(--secondaryTextColor);max-width:800px;margin:30px auto}@media only screen and (min-width:768px){.ContainerAbstract{padding:50px}.ContainerAbstract .container-title{margin-bottom:20px}.ContainerAbstract .container-description{margin-bottom:40px}}@media only screen and (min-width:1024px){.ContainerAbstract{padding:50px 42px}}.OneColumnContainer .container>div,.OneColumnContainer .Footer-container>div,.OneColumnContainer .ListCarousel-items>div{-ms-grid-column:span 12;grid-column:span 12}.TwoColumnContainer .ContainerAbstract{padding:0}@media only screen and (min-width:768px){.TwoColumnContainer .container.container-6-6>div,.TwoColumnContainer .Footer-container.container-6-6>div,.TwoColumnContainer .ListCarousel-items.container-6-6>div{-ms-grid-column:span 6;grid-column:span 6}.TwoColumnContainer .container.container-4-8>div:nth-child(2n),.TwoColumnContainer .container.container-4-8>div:nth-child(odd),.TwoColumnContainer .container.container-8-4>div:nth-child(2n),.TwoColumnContainer .container.container-8-4>div:nth-child(odd),.TwoColumnContainer .Footer-container.container-4-8>div:nth-child(2n),.TwoColumnContainer .Footer-container.container-4-8>div:nth-child(odd),.TwoColumnContainer .Footer-container.container-8-4>div:nth-child(2n),.TwoColumnContainer .Footer-container.container-8-4>div:nth-child(odd),.TwoColumnContainer .ListCarousel-items.container-4-8>div:nth-child(2n),.TwoColumnContainer .ListCarousel-items.container-4-8>div:nth-child(odd),.TwoColumnContainer .ListCarousel-items.container-8-4>div:nth-child(2n),.TwoColumnContainer .ListCarousel-items.container-8-4>div:nth-child(odd){-ms-grid-column:span 12;grid-column:span 12}.TwoColumnContainer .container.container-3-9>div:nth-child(odd),.TwoColumnContainer .Footer-container.container-3-9>div:nth-child(odd),.TwoColumnContainer .ListCarousel-items.container-3-9>div:nth-child(odd){-ms-grid-column:span 3;grid-column:span 3}.TwoColumnContainer .container.container-3-9>div:nth-child(2n),.TwoColumnContainer .container.container-9-3>div:nth-child(odd),.TwoColumnContainer .Footer-container.container-3-9>div:nth-child(2n),.TwoColumnContainer .Footer-container.container-9-3>div:nth-child(odd),.TwoColumnContainer .ListCarousel-items.container-3-9>div:nth-child(2n),.TwoColumnContainer .ListCarousel-items.container-9-3>div:nth-child(odd){-ms-grid-column:span 9;grid-column:span 9}.TwoColumnContainer .container.container-9-3>div:nth-child(2n),.TwoColumnContainer .Footer-container.container-9-3>div:nth-child(2n),.TwoColumnContainer .ListCarousel-items.container-9-3>div:nth-child(2n){-ms-grid-column:span 3;grid-column:span 3}}@media only screen and (min-width:1024px){.TwoColumnContainer .container.container-4-8>div:nth-child(odd),.TwoColumnContainer .Footer-container.container-4-8>div:nth-child(odd),.TwoColumnContainer .ListCarousel-items.container-4-8>div:nth-child(odd){-ms-grid-column:span 4;grid-column:span 4}.TwoColumnContainer .container.container-4-8>div:nth-child(2n),.TwoColumnContainer .container.container-8-4>div:nth-child(odd),.TwoColumnContainer .Footer-container.container-4-8>div:nth-child(2n),.TwoColumnContainer .Footer-container.container-8-4>div:nth-child(odd),.TwoColumnContainer .ListCarousel-items.container-4-8>div:nth-child(2n),.TwoColumnContainer .ListCarousel-items.container-8-4>div:nth-child(odd){-ms-grid-column:span 8;grid-column:span 8}}@media only screen and (min-width:1024px){.ThreeColumnContainer .container.container-4-4-4>div,.ThreeColumnContainer .Footer-container.container-4-4-4>div,.ThreeColumnContainer .ListCarousel-items.container-4-4-4>div,.TwoColumnContainer .container.container-8-4>div:nth-child(2n),.TwoColumnContainer .Footer-container.container-8-4>div:nth-child(2n),.TwoColumnContainer .ListCarousel-items.container-8-4>div:nth-child(2n){-ms-grid-column:span 4;grid-column:span 4}.ThreeColumnContainer .container.container-3-6-3>div:nth-child(1n),.ThreeColumnContainer .Footer-container.container-3-6-3>div:nth-child(1n),.ThreeColumnContainer .ListCarousel-items.container-3-6-3>div:nth-child(1n){-ms-grid-column:span 3;grid-column:span 3}.ThreeColumnContainer .container.container-3-6-3>div:nth-child(2n),.ThreeColumnContainer .Footer-container.container-3-6-3>div:nth-child(2n),.ThreeColumnContainer .ListCarousel-items.container-3-6-3>div:nth-child(2n){-ms-grid-column:span 6;grid-column:span 6}.ThreeColumnContainer .container.container-3-6-3>div:nth-child(3n),.ThreeColumnContainer .Footer-container.container-3-6-3>div:nth-child(3n),.ThreeColumnContainer .ListCarousel-items.container-3-6-3>div:nth-child(3n){-ms-grid-column:span 3;grid-column:span 3}}.Enhancement{margin:15px 0 20px;display:block;max-width:100%}.Enhancement.display-inline{display:inline;margin:0;float:none;max-width:unset}.Enhancement.display-inline>a.Link:not(.btn):hover{text-decoration:underline}@media only screen and (min-width:768px){.Enhancement{margin:35px 0 40px}.Enhancement.left-aligned,.Enhancement.right-aligned{max-width:310px;overflow:hidden}.Enhancement.right-aligned{float:right;margin-left:40px}.Enhancement.left-aligned{float:left;margin-right:40px}}@media only screen and (min-width:1440px){.Enhancement.left-aligned,.Enhancement.right-aligned{max-width:400px}}.Enhancement.use-overlay{position:relative}.Enhancement.use-overlay .icon-fullscreen{opacity:0;width:54px;height:54px;position:absolute;top:0;right:0;padding:10px 10px 20px 20px;box-sizing:border-box;cursor:pointer;transition:all .25s;z-index:10}.Enhancement.use-overlay .icon-fullscreen:hover{opacity:1!important}.Enhancement.use-overlay img{cursor:pointer}.Enhancement.use-overlay:hover .icon-fullscreen{opacity:.65}.EnhancementOverlay{z-index:-999;opacity:0;position:absolute;transition:opacity .25s;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75)}.EnhancementOverlay.nonCarousel .EnhancementOverlay-content-body.Enhancement{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.EnhancementOverlay.active{z-index:40;opacity:1;position:fixed;transition:unset}.EnhancementOverlay .Carousel-galleryDownload{margin-bottom:20px}.EnhancementOverlay-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;height:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.EnhancementOverlay-content-body{position:relative}.EnhancementOverlay-content-body.Enhancement{margin:0 auto;max-width:100%;max-height:100%;box-shadow:0 10px 20px 0 rgba(0,0,0,.5);overflow-y:scroll;width:90%;scrollbar-width:none;-ms-overflow-style:none}.EnhancementOverlay-content-body.Enhancement::-webkit-scrollbar{display:none}@media only screen and (min-width:768px){.EnhancementOverlay-content-body.Enhancement{max-width:768px}}@media only screen and (min-width:1024px){.EnhancementOverlay-content-body.Enhancement{max-width:864px}}@media only screen and (min-width:1440px){.EnhancementOverlay-content-body.Enhancement{max-width:1280px}}.EnhancementOverlay-content-body.Enhancement .Carousel,.EnhancementOverlay-content-body.Enhancement .LeadCarousel,.EnhancementOverlay-content-body.Enhancement .ListCarousel,.EnhancementOverlay-content-body.Enhancement .ListCarouselHeadline,.EnhancementOverlay-content-body.Enhancement .ListCarouselQuoteFullWidth{height:100%}.EnhancementOverlay-content-body.Enhancement .Carousel.viewport-sm,.EnhancementOverlay-content-body.Enhancement .LeadCarousel.viewport-sm,.EnhancementOverlay-content-body.Enhancement .ListCarousel.viewport-sm,.EnhancementOverlay-content-body.Enhancement .ListCarouselHeadline.viewport-sm,.EnhancementOverlay-content-body.Enhancement .ListCarouselQuoteFullWidth.viewport-sm{margin-right:0;margin-left:0}.EnhancementOverlay-content-body.Enhancement .CarouselSlide-media img,.EnhancementOverlay-content-body.Enhancement .Figure img{max-width:100%;max-height:100%}@media only screen and (min-width:768px){.EnhancementOverlay-content-body.Enhancement .CarouselSlide-media img,.EnhancementOverlay-content-body.Enhancement .Figure img{max-width:768px;padding:20px 0}}@media only screen and (min-width:1024px){.EnhancementOverlay-content-body.Enhancement .CarouselSlide-media img,.EnhancementOverlay-content-body.Enhancement .Figure img{max-width:864px}}@media only screen and (min-width:1440px){.EnhancementOverlay-content-body.Enhancement .CarouselSlide-media img,.EnhancementOverlay-content-body.Enhancement .Figure img{max-width:1280px}}@media only screen and (min-width:768px){.EnhancementOverlay-content-body.Enhancement .CarouselSlide-media img{padding:20px 0}}@media only screen and (min-width:768px){.EnhancementOverlay-content-body.Enhancement .Figure-credit,.EnhancementOverlay-content-body.Enhancement .Figure img{padding:0 0 20px}}.EnhancementOverlay-content-body .icon-close-overlay-x{position:absolute;top:20px;right:20px;width:30px;height:30px;cursor:pointer;opacity:.75;transition:all .25s;z-index:99}.EnhancementOverlay-content-body .icon-close-overlay-x:hover{opacity:1}@media only screen and (min-width:1024px){.EnhancementOverlay .flickity-viewport{min-height:635px}}@media only screen and (min-width:1440px){.EnhancementOverlay .flickity-viewport{min-height:920px}}.Enhancement.left-aligned .Carousel,.Enhancement.left-aligned .LeadCarousel,.Enhancement.left-aligned .ListCarousel,.Enhancement.left-aligned .ListCarouselHeadline,.Enhancement.left-aligned .ListCarouselQuoteFullWidth,.Enhancement.right-aligned .Carousel,.Enhancement.right-aligned .LeadCarousel,.Enhancement.right-aligned .ListCarousel,.Enhancement.right-aligned .ListCarouselHeadline,.Enhancement.right-aligned .ListCarouselQuoteFullWidth{width:100%}@media only screen and (min-width:768px){.Enhancement.left-aligned .Carousel,.Enhancement.left-aligned .LeadCarousel,.Enhancement.left-aligned .ListCarousel,.Enhancement.left-aligned .ListCarouselHeadline,.Enhancement.left-aligned .ListCarouselQuoteFullWidth,.Enhancement.right-aligned .Carousel,.Enhancement.right-aligned .LeadCarousel,.Enhancement.right-aligned .ListCarousel,.Enhancement.right-aligned .ListCarouselHeadline,.Enhancement.right-aligned .ListCarouselQuoteFullWidth{width:310px!important}}@media only screen and (min-width:1440px){.Enhancement.left-aligned .Carousel,.Enhancement.left-aligned .LeadCarousel,.Enhancement.left-aligned .ListCarousel,.Enhancement.left-aligned .ListCarouselHeadline,.Enhancement.left-aligned .ListCarouselQuoteFullWidth,.Enhancement.right-aligned .Carousel,.Enhancement.right-aligned .LeadCarousel,.Enhancement.right-aligned .ListCarousel,.Enhancement.right-aligned .ListCarouselHeadline,.Enhancement.right-aligned .ListCarouselQuoteFullWidth{width:400px!important}}@media only screen and (min-width:768px){.Enhancement .Carousel,.Enhancement .LeadCarousel,.Enhancement .ListCarousel,.Enhancement .ListCarouselHeadline,.Enhancement .ListCarouselQuoteFullWidth{width:100%}}.Enhancement .Carousel.viewport-sm,.Enhancement .LeadCarousel.viewport-sm,.Enhancement .ListCarousel.viewport-sm,.Enhancement .ListCarouselHeadline.viewport-sm,.Enhancement .ListCarouselQuoteFullWidth.viewport-sm{margin-left:-20px;margin-right:-20px}.Enhancement .Carousel-description,.Enhancement .Carousel-title,.Enhancement .LeadCarousel-description,.Enhancement .LeadCarousel-title,.Enhancement .ListCarousel-description,.Enhancement .ListCarousel-title,.Enhancement .ListCarouselHeadline-description,.Enhancement .ListCarouselHeadline-title,.Enhancement .ListCarouselQuoteFullWidth-description,.Enhancement .ListCarouselQuoteFullWidth-title{display:none}.Enhancement .Carousel-controls,.Enhancement .LeadCarousel-controls,.Enhancement .ListCarousel-controls,.Enhancement .ListCarouselHeadline-controls,.Enhancement .ListCarouselQuoteFullWidth-controls{display:-ms-flexbox;display:flex}.Enhancement .Carousel .CarouselSlide-info,.Enhancement .Carousel .ListCarousel-items .ListCarousel-items-item-info,.Enhancement .LeadCarousel .CarouselSlide-info,.Enhancement .ListCarousel .CarouselSlide-info,.Enhancement .ListCarouselHeadline .CarouselSlide-info,.Enhancement .ListCarouselQuoteFullWidth .CarouselSlide-info{display:block}.Enhancement .Carousel .flickity-page-dots,.Enhancement .LeadCarousel .flickity-page-dots,.Enhancement .ListCarousel .flickity-page-dots,.Enhancement .ListCarouselHeadline .flickity-page-dots,.Enhancement .ListCarouselQuoteFullWidth .flickity-page-dots{display:none}.Enhancement{text-align:center}.Enhancement figure{display:inline-block}.Enhancement figure img{max-width:100%;width:auto;height:auto;margin-bottom:0}@media only screen and (min-width:768px){.Enhancement figure img{margin-bottom:0}}.Enhancement figure figcaption{margin-bottom:5px}.Enhancement .Quote{color:var(--secondaryTextColor);text-align:center;margin:0 auto}.Enhancement .Quote blockquote{margin-bottom:10px}@media only screen and (min-width:768px){.Enhancement .Quote blockquote{margin-bottom:15px}}@media only screen and (min-width:1440px){.Enhancement .Quote blockquote{margin-bottom:20px}}@media only screen and (min-width:768px){.Enhancement .Quote{max-width:520px}}@media only screen and (min-width:1440px){.Enhancement .Quote{max-width:700px}}.Enhancement.left-aligned .Quote,.Enhancement.right-aligned .Quote{display:block;background:var(--colorAlmostBlack);color:#918883;padding:30px}.Enhancement.left-aligned .Quote blockquote,.Enhancement.right-aligned .Quote blockquote{margin-bottom:20px}@media only screen and (min-width:768px){.Enhancement.left-aligned .Quote,.Enhancement.right-aligned .Quote{max-width:310px;padding:45px 40px}}@media only screen and (min-width:1440px){.Enhancement.left-aligned .Quote,.Enhancement.right-aligned .Quote{max-width:400px;padding:70px 60px}}.Enhancement .InstagramUrl{text-align:center}.Enhancement .twitter-tweet{margin:0 auto}.Enhancement.right-aligned .InstagramUrl{text-align:right}.Enhancement.left-aligned .InstagramUrl{text-align:left}.Enhancement .VideoEnhancement{display:block;position:relative;margin:0 -20px}.Enhancement .VideoEnhancement-player{line-height:0}.Enhancement .VideoEnhancement-meta{padding:20px;background-color:hsla(0,0%,90.2%,.25)}@media only screen and (min-width:768px){.Enhancement .VideoEnhancement-meta{padding:30px}}.Enhancement .VideoEnhancement-title{font-size:14px;font-weight:500;line-height:1.29;color:#333;margin-bottom:10px}.Enhancement .VideoEnhancement-description{font-size:13px;font-weight:300;line-height:1.38;margin-bottom:10px}@media only screen and (min-width:768px){.Enhancement .VideoEnhancement-description{font-size:15px}}.Enhancement .VideoEnhancement-duration{font-size:11px;font-weight:300;line-height:1.45;letter-spacing:.5px}@media only screen and (min-width:768px){.Enhancement .VideoEnhancement{margin:0}}.EventCategoryPage-paginationButton{color:var(--primaryColor);border-color:var(--primaryColor)}.EventCategoryPage-paginationButton:hover{color:var(--primaryColor)}.Figure{margin:0;padding:0;background-color:#f6f6f8}.Figure-caption,.Figure-credit{margin-top:2px;padding-left:20px}.Figure-download{font-size:12px;margin-top:10px;margin-bottom:2px}.Figure-imageDownload{text-transform:uppercase;font-weight:700;padding:20px}.Figure-imageDownload:hover{text-decoration:underline}.Figure-termsOfuseLink .Link{font-weight:700}.Figure-termsOfuseLink .Link:hover{text-decoration:underline}.Figure-download-btn{background-color:transparent;border:0}.GlobalForm{background-position:50%;background-size:cover}.GlobalForm-Message{max-width:420px;margin:0 auto;font-size:18px;font-weight:300;line-height:1.33;text-align:center;color:var(--primaryTextColor);padding:20px}@media only screen and (min-width:768px){.GlobalForm .form-description{font-size:14px}}@media only screen and (min-width:1024px){.GlobalForm .form-description{font-size:16px}}.Form{display:block;position:relative;padding:40px 30px;text-align:left}.Form-title{text-align:center;margin-bottom:10px}.Form-description{text-align:center;margin-bottom:20px;color:var(--secondaryTextColor)}@media only screen and (min-width:1024px){.Form-description{margin-bottom:30px}}.Form-buttons{text-align:center;margin-top:20px}@media only screen and (min-width:1440px){.Form-buttons{margin-top:30px}}@media only screen and (min-width:768px){.Form{padding:40px}}@media only screen and (min-width:1440px){.Form{padding:60px}}.CustomForm,.EmployeeContactForm{position:relative;display:block;background-position:50%;background-size:cover;padding:60px 20px}.CustomForm-media,.EmployeeContactForm-media{text-align:center;margin:0 auto 23px}.CustomForm-title,.EmployeeContactForm-title{text-align:center;margin-bottom:30px}@media only screen and (min-width:1024px){.CustomForm-title,.EmployeeContactForm-title{margin-bottom:40px}}.CustomForm-description,.EmployeeContactForm-description{display:block}.CustomForm-buttons,.EmployeeContactForm-buttons{text-align:center;margin-top:30px}@media only screen and (min-width:1024px){.CustomForm-buttons,.EmployeeContactForm-buttons{margin-top:40px}}.CustomForm .Form-items-item .EmailInput-description,.CustomForm .Form-items-item .PhoneNumberInput-description,.CustomForm .Form-items-item .TextArea-description,.CustomForm .Form-items-item .TextInput-description,.EmployeeContactForm .Form-items-item .EmailInput-description,.EmployeeContactForm .Form-items-item .PhoneNumberInput-description,.EmployeeContactForm .Form-items-item .TextArea-description,.EmployeeContactForm .Form-items-item .TextInput-description{display:block}.CustomForm-content,.EmployeeContactForm-content{margin:0 auto}@media only screen and (min-width:768px){.CustomForm-content,.EmployeeContactForm-content{max-width:470px}}@media only screen and (min-width:1024px){.CustomForm-content,.EmployeeContactForm-content{max-width:500px}}@media only screen and (min-width:1440px){.CustomForm-content,.EmployeeContactForm-content{max-width:620px}}@media only screen and (min-width:768px){.CustomForm,.EmployeeContactForm{padding:60px 40px}}@media only screen and (min-width:1440px){.CustomForm,.EmployeeContactForm{padding:60px}}.EmployeeContactForm{display:none;padding:0;position:static}.tingle-modal .EmployeeContactForm{display:block}.EmployeeContactForm-closeTrigger{position:absolute;right:20px;top:20px;cursor:pointer}.EmployeeContactForm-closeTrigger svg{pointer-events:none;width:30px;height:30px}.EmployeeContactForm-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;text-transform:uppercase;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;margin-bottom:10px}.EmployeeContactForm-title .textStyleSpec-md,.EmployeeContactForm-title .textStyleSpec-sm{font-size:1.4rem}.EmployeeContactForm-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.EmployeeContactForm-title{line-height:1.44;letter-spacing:2px}}.EmployeeContactForm-title a,.EmployeeContactForm-title a:hover{color:inherit}.EmployeeContactForm-description{font-size:var(--list-description);font-weight:300;line-height:1.33;font-size:1.6rem;text-align:center}.EmployeeContactForm-description .textStyleSpec-md,.EmployeeContactForm-description .textStyleSpec-sm{font-size:1.8rem}.EmployeeContactForm-description .textStyleSpec-lg{font-size:2.2rem}.EmployeeContactForm-description p{margin-top:0;margin-bottom:0}@media only screen and (min-width:1024px){.EmployeeContactForm-description{line-height:1.36}}.EmployeeContactForm-description a:hover{text-decoration:underline}.EmployeeContactForm-content{max-width:600px}.EmployeeContactForm-form{padding-top:30px}.EmployeeContactForm-message{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;text-transform:uppercase;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-align:center}.EmployeeContactForm-message .textStyleSpec-md,.EmployeeContactForm-message .textStyleSpec-sm{font-size:1.4rem}.EmployeeContactForm-message .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.EmployeeContactForm-message{line-height:1.44;letter-spacing:2px}}.EmployeeContactForm-message a,.EmployeeContactForm-message a:hover{color:inherit}.EmployeeContactForm .Fieldset-description,.EmployeeContactForm .Fieldset-title,.EmployeeContactForm .Fieldset h2,.EmployeeContactForm fieldset-description,.EmployeeContactForm fieldset-title,.EmployeeContactForm fieldset h2{display:none}.EmployeeContactForm .Fieldset-items,.EmployeeContactForm fieldset-items{display:-ms-flexbox;display:flex;margin-left:-10px;margin-right:-10px}.EmployeeContactForm .Fieldset-items[data-items-count="1"] .Fieldset-items-item,.EmployeeContactForm fieldset-items[data-items-count="1"] .Fieldset-items-item{width:100%}.EmployeeContactForm .Fieldset-items-item,.EmployeeContactForm fieldset-items-item{width:calc(50% - 20px);margin-left:10px;margin-right:10px;margin-bottom:10px}.FullWidthForm{padding:40px 20px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start}.FullWidthForm.right-aligned{-ms-flex-pack:end;justify-content:flex-end}.FullWidthForm .Form-items-item .EmailInput-description,.FullWidthForm .Form-items-item .PhoneNumberInput-description,.FullWidthForm .Form-items-item .TextArea-description,.FullWidthForm .Form-items-item .TextInput-description{display:block}@media only screen and (min-width:768px){.FullWidthForm{padding:50px}}@media only screen and (min-width:1024px){.FullWidthForm{padding:50px 42px}}@media only screen and (min-width:1440px){.FullWidthForm{padding:80px 100px}}.FullWidthForm-content{width:100%;max-width:100%}@media only screen and (min-width:768px){.FullWidthForm-content{width:324px;max-width:324px}}@media only screen and (min-width:1024px){.FullWidthForm-content{width:300px;max-width:300px;width:400px;max-width:400px}}.Select{margin-bottom:10px}.Select .select2 .select2-selection--multiple,.Select .select2 .select2-selection--single{color:var(--primaryTextColor);font-size:1.6rem;border:1px solid transparent;background:var(--white);box-shadow:0 5px 10px 0 rgba(0,0,0,.03);position:relative}.Select .select2 .select2-selection--single{height:auto;padding:10px 20px 9px}.Select .select2 .select2-selection__arrow{transform:translateY(10px)}.Select .select2 .select2-selection--multiple{height:auto;padding:1px 10px 0}.Select .select2 .select2-selection--multiple .select2-selection__choice{background-color:#fff;color:var(--buttonTextColor1);border:1px solid var(--primaryColor);color:var(--primaryColor);border-radius:0;padding:5px 10px}.Select .select2 .select2-selection--multiple .select2-selection__choice__remove,.Select .select2 .select2-selection--multiple .select2-selection__choice__remove:hover{color:currentColor}.Select .select2.select2-container--focus .select2-selection--multiple{border-color:transparent}.select2-container{font-size:1.6rem}.GalleryPage-main{margin-top:20px;padding-bottom:80px}.masonry-gallery .GalleryPage-main{margin-top:0}.GalleryPage-slides{padding-bottom:40px}.masonry-gallery .GalleryPage-headingWrapper{padding-bottom:30px!important}.GalleryPage .GallerySlide-media:not([listener-active]){cursor:pointer}.GalleryPage .GallerySlide{margin-top:20px;padding-bottom:20px;border-bottom:1px solid var(--colorBeige3);cursor:pointer}.GalleryPage .GallerySlide:first-of-type{margin-top:40px}.GalleryPage .GallerySlide-media{margin-bottom:20px;position:relative;display:inline-block;cursor:pointer}.GalleryPage .GallerySlide-media .icon-fullscreen{opacity:0;width:54px;height:54px;position:absolute;top:0;right:0;padding:10px 10px 20px 20px;box-sizing:border-box;cursor:pointer;transition:all .25s}.GalleryPage .GallerySlide-media .icon-fullscreen:hover{opacity:1!important}.GalleryPage .GallerySlide-media:hover .icon-fullscreen{opacity:.65}.GalleryPage .GallerySlide-caption,.GalleryPage .GallerySlide-title{margin-bottom:10px}@media only screen and (min-width:768px){.GalleryPage .GallerySlide{margin-top:40px;padding-bottom:40px}.GalleryPage .GallerySlide:first-of-type{margin-top:60px}}.GalleryPage-carousel.Enhancement{width:100%;margin:0;overflow-y:scroll;max-width:100%;max-height:100%;box-shadow:0 10px 20px 0 rgba(0,0,0,.5);position:relative}@media only screen and (min-width:768px){.GalleryPage-carousel.Enhancement{max-width:768px}}@media only screen and (min-width:1024px){.GalleryPage-carousel.Enhancement{max-width:864px}}@media only screen and (min-width:1440px){.GalleryPage-carousel.Enhancement{max-width:1280px}}.GalleryPage-carousel.Enhancement .Carousel,.GalleryPage-carousel.Enhancement .LeadCarousel,.GalleryPage-carousel.Enhancement .ListCarousel,.GalleryPage-carousel.Enhancement .ListCarouselHeadline,.GalleryPage-carousel.Enhancement .ListCarouselQuoteFullWidth{height:100%}.GalleryPage-carousel.Enhancement .Carousel.viewport-sm,.GalleryPage-carousel.Enhancement .LeadCarousel.viewport-sm,.GalleryPage-carousel.Enhancement .ListCarousel.viewport-sm,.GalleryPage-carousel.Enhancement .ListCarouselHeadline.viewport-sm,.GalleryPage-carousel.Enhancement .ListCarouselQuoteFullWidth.viewport-sm{margin-right:0;margin-left:0}.GalleryPage-carousel.Enhancement .CarouselSlide-media img{max-width:320px;max-height:268px}@media only screen and (min-width:768px){.GalleryPage-carousel.Enhancement .CarouselSlide-media img{max-width:768px;max-height:664px}}@media only screen and (min-width:1024px){.GalleryPage-carousel.Enhancement .CarouselSlide-media img{max-width:864px;max-height:688px}}@media only screen and (min-width:1440px){.GalleryPage-carousel.Enhancement .CarouselSlide-media img{max-width:1280px;max-height:718px}}.GalleryPage .carousel-overlay{z-index:-999;opacity:0;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75)}.GalleryPage .carousel-overlay .icon-close-overlay-x{position:absolute;top:20px;right:20px;width:30px;height:30px;cursor:pointer;opacity:.75;transition:all .25s;z-index:99}.GalleryPage .carousel-overlay .icon-close-overlay-x:hover{opacity:1}.GalleryPage .carousel-overlay .carousel-overlay-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;height:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.GalleryPage .carousel-overlay .carousel-overlay-content .CarouselSlide,.GalleryPage .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item{min-height:288px}@media only screen and (min-width:768px){.GalleryPage .carousel-overlay .carousel-overlay-content .CarouselSlide,.GalleryPage .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item{min-height:400px}}@media only screen and (min-width:1024px){.GalleryPage .carousel-overlay .carousel-overlay-content .CarouselSlide,.GalleryPage .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item{min-height:550px}}@media only screen and (min-width:1440px){.GalleryPage .carousel-overlay .carousel-overlay-content .CarouselSlide,.GalleryPage .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item{min-height:800px}}.GalleryPage .carousel-overlay .carousel-overlay-content .CarouselSlide-media,.GalleryPage .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item-media{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-positive:1;flex-grow:1}.GalleryPage .carousel-overlay .carousel-overlay-content .CarouselSlide-media img,.GalleryPage .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item-media img{max-width:100%!important}@media only screen and (min-width:768px){.GalleryPage .carousel-overlay .carousel-overlay-content .CarouselSlide-media img,.GalleryPage .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item-media img{max-height:550px}}@media only screen and (min-width:1024px){.GalleryPage .carousel-overlay .carousel-overlay-content .CarouselSlide-media img,.GalleryPage .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item-media img{max-height:620px}}@media only screen and (min-width:1440px){.GalleryPage .carousel-overlay .carousel-overlay-content .CarouselSlide-media img,.GalleryPage .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item-media img{max-height:718px}}@media only screen and (min-width:768px){.GalleryPage-main{margin-top:30px}}@media only screen and (min-width:1024px){.GalleryPage-main{margin-top:40px}}.GalleryPage.longform-gallery .GalleryPage-aside,.GalleryPage.masonry-gallery .GalleryPage-aside{display:none}.GalleryPage.longform-gallery .GalleryPage-headingWrapper,.GalleryPage.masonry-gallery .GalleryPage-headingWrapper{background-image:linear-gradient(0deg,#fff,rgba(191,181,174,.5))}.GalleryPage.longform-gallery .GalleryPage-main,.GalleryPage.masonry-gallery .GalleryPage-main{max-width:var(--maxPageWidth)}.GalleryPage.masonry-gallery .GalleryPage-mainContent{text-align:center;width:100%!important}.GalleryPage.masonry-gallery .GalleryPage-galleryBody{max-width:800px;margin:0 auto}.GalleryPage.masonry-gallery .GalleryPage-actions.below,.GalleryPage.masonry-gallery .GalleryPage-tags{display:none}.GalleryPage.masonry-gallery .GalleryPage-slides{display:-ms-grid;display:grid;grid-gap:10px;-ms-grid-columns:(minmax(47%,1fr))[auto-fill];grid-template-columns:repeat(auto-fill,minmax(47%,1fr));grid-auto-rows:1px;margin-top:40px}@media only screen and (min-width:768px){.GalleryPage.masonry-gallery .GalleryPage-slides{grid-gap:20px;margin-top:60px}}@media only screen and (min-width:1024px){.GalleryPage.masonry-gallery .GalleryPage-slides{-ms-grid-columns:(minmax(30%,1fr))[auto-fill];grid-template-columns:repeat(auto-fill,minmax(30%,1fr))}}.GalleryPage.masonry-gallery .GallerySlide{margin:0;padding:0;border:0}.GalleryPage.masonry-gallery .GallerySlide-media{margin:0;width:100%;height:100%}.GalleryPage.masonry-gallery .GallerySlide-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.GalleryPage.masonry-gallery .GallerySlide-info{display:none}.GalleryPage.longform-gallery .GalleryPage-mainContent{text-align:center}.GalleryPage.longform-gallery .below-gallery-actionbar,.GalleryPage.longform-gallery .GalleryPage-slides{text-align:left}.LinkAbstract,a{color:var(--primaryLinkColor);text-decoration:none;transition:all .25s}.LinkAbstract:hover,a:hover{color:var(--primaryLinkHoverColor);text-decoration:none}.LinkAbstract .icon-external-link,a .icon-external-link{display:none;width:13px;height:13px;margin-left:5px;position:relative;top:0}.show-external-icon .LinkAbstract[target=_blank] .icon-external-link,.show-external-icon a[target=_blank] .icon-external-link{display:none;fill:var(--primaryLinkColor);stroke:inherit}.Tags{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.Tags,.Tags-title{margin-bottom:10px}.Tags-title{font-size:1.2rem;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;color:var(--colorAlmostBlack);text-transform:uppercase;font-weight:700;letter-spacing:1px;-ms-flex-negative:0;flex-shrink:0}.Tags-items{margin:0 -5px}@media only screen and (min-width:768px){.Tags{-ms-flex-direction:row;flex-direction:row;margin-bottom:15px;-ms-flex-align:center;align-items:center}.Tags-title{margin-right:20px}.Tags-items,.Tags-title{display:inline-block}}.List,.ListAbstract,.ListAccordion,.ListAthleticEvent,.ListCard,.ListCardBackground,.ListCardDescriptionOnLeft,.ListCardImageOnly,.ListCardImageOnSide,.ListCardImageOnTop,.ListCardLogoBottom,.ListCardLogoTop,.ListCardQuote,.ListCardTextOnly,.ListCarouselBoxedHeadline,.ListCarouselQuoteFullWidth,.ListEvents,.ListHighlightA,.ListIconOnSide,.ListIconOnTopLarge,.ListIconOnTopSmall,.ListImageLarge,.ListImageMedium,.ListImageOnTopCircular,.ListImageSmall,.ListImageThumbnail,.ListLinks,.ListLogoOnly,.ListMetrics,.ListSchedule,.ListSpeechPromo,.ListTagCloud,.ListUpcomingEvents,.ListVerticalImage,.SocialList{display:block;text-align:center;padding:50px 20px;color:var(--primaryTextColor);position:relative;background-size:cover;background-position:50%}.List-title,.ListAbstract-title,.ListAccordion-title,.ListAthleticEvent-title,.ListCard-title,.ListCardBackground-title,.ListCardDescriptionOnLeft-title,.ListCardImageOnly-title,.ListCardImageOnSide-title,.ListCardImageOnTop-title,.ListCardLogoBottom-title,.ListCardLogoTop-title,.ListCardQuote-title,.ListCardTextOnly-title,.ListCarouselBoxedHeadline-title,.ListCarouselQuoteFullWidth-title,.ListEvents-title,.ListHighlightA-title,.ListIconOnSide-title,.ListIconOnTopLarge-title,.ListIconOnTopSmall-title,.ListImageLarge-title,.ListImageMedium-title,.ListImageOnTopCircular-title,.ListImageSmall-title,.ListImageThumbnail-title,.ListLinks-title,.ListLogoOnly-title,.ListMetrics-title,.ListSchedule-title,.ListSpeechPromo-title,.ListTagCloud-title,.ListUpcomingEvents-title,.ListVerticalImage-title,.SocialList-title{font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}.List.text-left,.ListAbstract.text-left,.ListAccordion.text-left,.ListAthleticEvent.text-left,.ListCard.text-left,.ListCardBackground.text-left,.ListCardDescriptionOnLeft.text-left,.ListCardImageOnly.text-left,.ListCardImageOnSide.text-left,.ListCardImageOnTop.text-left,.ListCardLogoBottom.text-left,.ListCardLogoTop.text-left,.ListCardQuote.text-left,.ListCardTextOnly.text-left,.ListCarouselBoxedHeadline.text-left,.ListCarouselQuoteFullWidth.text-left,.ListEvents.text-left,.ListHighlightA.text-left,.ListIconOnSide.text-left,.ListIconOnTopLarge.text-left,.ListIconOnTopSmall.text-left,.ListImageLarge.text-left,.ListImageMedium.text-left,.ListImageOnTopCircular.text-left,.ListImageSmall.text-left,.ListImageThumbnail.text-left,.ListLinks.text-left,.ListLogoOnly.text-left,.ListMetrics.text-left,.ListSchedule.text-left,.ListSpeechPromo.text-left,.ListTagCloud.text-left,.ListUpcomingEvents.text-left,.ListVerticalImage.text-left,.SocialList.text-left{text-align:left}.List.text-right,.ListAbstract.text-right,.ListAccordion.text-right,.ListAthleticEvent.text-right,.ListCard.text-right,.ListCardBackground.text-right,.ListCardDescriptionOnLeft.text-right,.ListCardImageOnly.text-right,.ListCardImageOnSide.text-right,.ListCardImageOnTop.text-right,.ListCardLogoBottom.text-right,.ListCardLogoTop.text-right,.ListCardQuote.text-right,.ListCardTextOnly.text-right,.ListCarouselBoxedHeadline.text-right,.ListCarouselQuoteFullWidth.text-right,.ListEvents.text-right,.ListHighlightA.text-right,.ListIconOnSide.text-right,.ListIconOnTopLarge.text-right,.ListIconOnTopSmall.text-right,.ListImageLarge.text-right,.ListImageMedium.text-right,.ListImageOnTopCircular.text-right,.ListImageSmall.text-right,.ListImageThumbnail.text-right,.ListLinks.text-right,.ListLogoOnly.text-right,.ListMetrics.text-right,.ListSchedule.text-right,.ListSpeechPromo.text-right,.ListTagCloud.text-right,.ListUpcomingEvents.text-right,.ListVerticalImage.text-right,.SocialList.text-right{text-align:right}.List.list-drop-shadow,.ListAbstract.list-drop-shadow,.ListAccordion.list-drop-shadow,.ListAthleticEvent.list-drop-shadow,.ListCard.list-drop-shadow,.ListCardBackground.list-drop-shadow,.ListCardDescriptionOnLeft.list-drop-shadow,.ListCardImageOnly.list-drop-shadow,.ListCardImageOnSide.list-drop-shadow,.ListCardImageOnTop.list-drop-shadow,.ListCardLogoBottom.list-drop-shadow,.ListCardLogoTop.list-drop-shadow,.ListCardQuote.list-drop-shadow,.ListCardTextOnly.list-drop-shadow,.ListCarouselBoxedHeadline.list-drop-shadow,.ListCarouselQuoteFullWidth.list-drop-shadow,.ListEvents.list-drop-shadow,.ListHighlightA.list-drop-shadow,.ListIconOnSide.list-drop-shadow,.ListIconOnTopLarge.list-drop-shadow,.ListIconOnTopSmall.list-drop-shadow,.ListImageLarge.list-drop-shadow,.ListImageMedium.list-drop-shadow,.ListImageOnTopCircular.list-drop-shadow,.ListImageSmall.list-drop-shadow,.ListImageThumbnail.list-drop-shadow,.ListLinks.list-drop-shadow,.ListLogoOnly.list-drop-shadow,.ListMetrics.list-drop-shadow,.ListSchedule.list-drop-shadow,.ListSpeechPromo.list-drop-shadow,.ListTagCloud.list-drop-shadow,.ListUpcomingEvents.list-drop-shadow,.ListVerticalImage.list-drop-shadow,.SocialList.list-drop-shadow{box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}.List.list-has-inverse-text,.ListAbstract.list-has-inverse-text,.ListAccordion.list-has-inverse-text,.ListAthleticEvent.list-has-inverse-text,.ListCard.list-has-inverse-text,.ListCardBackground.list-has-inverse-text,.ListCardDescriptionOnLeft.list-has-inverse-text,.ListCardImageOnly.list-has-inverse-text,.ListCardImageOnSide.list-has-inverse-text,.ListCardImageOnTop.list-has-inverse-text,.ListCardLogoBottom.list-has-inverse-text,.ListCardLogoTop.list-has-inverse-text,.ListCardQuote.list-has-inverse-text,.ListCardTextOnly.list-has-inverse-text,.ListCarouselBoxedHeadline.list-has-inverse-text,.ListCarouselQuoteFullWidth.list-has-inverse-text,.ListEvents.list-has-inverse-text,.ListHighlightA.list-has-inverse-text,.ListIconOnSide.list-has-inverse-text,.ListIconOnTopLarge.list-has-inverse-text,.ListIconOnTopSmall.list-has-inverse-text,.ListImageLarge.list-has-inverse-text,.ListImageMedium.list-has-inverse-text,.ListImageOnTopCircular.list-has-inverse-text,.ListImageSmall.list-has-inverse-text,.ListImageThumbnail.list-has-inverse-text,.ListLinks.list-has-inverse-text,.ListLogoOnly.list-has-inverse-text,.ListMetrics.list-has-inverse-text,.ListSchedule.list-has-inverse-text,.ListSpeechPromo.list-has-inverse-text,.ListTagCloud.list-has-inverse-text,.ListUpcomingEvents.list-has-inverse-text,.ListVerticalImage.list-has-inverse-text,.SocialList.list-has-inverse-text{color:var(--white)}.List>.container,.ListAbstract>.container,.ListAbstract>.Footer-container,.ListAbstract>.ListCarousel-items,.ListAccordion>.container,.ListAthleticEvent>.container,.ListCard>.container,.ListCardBackground>.container,.ListCardDescriptionOnLeft>.container,.ListCardImageOnly>.container,.ListCardImageOnSide>.container,.ListCardImageOnTop>.container,.ListCardLogoBottom>.container,.ListCardLogoTop>.container,.ListCardQuote>.container,.ListCardTextOnly>.container,.ListCarouselBoxedHeadline>.container,.ListCarouselQuoteFullWidth>.container,.ListEvents>.container,.ListHighlightA>.container,.ListIconOnSide>.container,.ListIconOnTopLarge>.container,.ListIconOnTopSmall>.container,.ListImageLarge>.container,.ListImageMedium>.container,.ListImageOnTopCircular>.container,.ListImageSmall>.container,.ListImageThumbnail>.container,.ListLinks>.container,.ListLogoOnly>.container,.ListMetrics>.container,.ListSchedule>.container,.ListSpeechPromo>.container,.ListTagCloud>.container,.ListUpcomingEvents>.container,.ListVerticalImage>.container,.SocialList>.container{padding:0}.List .list-title,.ListAbstract .ContainerAbstract .container-title,.ListAbstract .list-title,.ListAbstract .VideoModule-title,.ListAccordion .list-title,.ListAthleticEvent .list-title,.ListCard .list-title,.ListCardBackground .list-title,.ListCardDescriptionOnLeft .list-title,.ListCardImageOnly .list-title,.ListCardImageOnSide .list-title,.ListCardImageOnTop .list-title,.ListCardLogoBottom .list-title,.ListCardLogoTop .list-title,.ListCardQuote .list-title,.ListCardTextOnly .list-title,.ListCarouselBoxedHeadline .list-title,.ListCarouselQuoteFullWidth .list-title,.ListEvents .list-title,.ListHighlightA .list-title,.ListIconOnSide .list-title,.ListIconOnTopLarge .list-title,.ListIconOnTopSmall .list-title,.ListImageLarge .list-title,.ListImageMedium .list-title,.ListImageOnTopCircular .list-title,.ListImageSmall .list-title,.ListImageThumbnail .list-title,.ListLinks .list-title,.ListLogoOnly .list-title,.ListMetrics .list-title,.ListSchedule .list-title,.ListSpeechPromo .list-title,.ListTagCloud .list-title,.ListUpcomingEvents .list-title,.ListVerticalImage .list-title,.SocialList .list-title{max-width:800px;margin:0 auto 10px}.List .list-description,.ListAbstract .BrandPage-description,.ListAbstract .ContainerAbstract .container-description,.ListAbstract .CountryPage-description,.ListAbstract .EventCategoryPage-description,.ListAbstract .list-description,.ListAbstract .ProductPage-description,.ListAbstract .SectionPage-description,.ListAbstract .TagPage-description,.ListAbstract .TaxonomyPage-description,.ListAbstract .TopicPage-description,.ListAbstract .VideoModule-description,.ListAccordion .list-description,.ListAthleticEvent .list-description,.ListCard .list-description,.ListCardBackground .list-description,.ListCardDescriptionOnLeft .list-description,.ListCardImageOnly .list-description,.ListCardImageOnSide .list-description,.ListCardImageOnTop .list-description,.ListCardLogoBottom .list-description,.ListCardLogoTop .list-description,.ListCardQuote .list-description,.ListCardTextOnly .list-description,.ListCarouselBoxedHeadline .list-description,.ListCarouselQuoteFullWidth .list-description,.ListEvents .list-description,.ListHighlightA .list-description,.ListIconOnSide .list-description,.ListIconOnTopLarge .list-description,.ListIconOnTopSmall .list-description,.ListImageLarge .list-description,.ListImageMedium .list-description,.ListImageOnTopCircular .list-description,.ListImageSmall .list-description,.ListImageThumbnail .list-description,.ListLinks .list-description,.ListLogoOnly .list-description,.ListMetrics .list-description,.ListSchedule .list-description,.ListSpeechPromo .list-description,.ListTagCloud .list-description,.ListUpcomingEvents .list-description,.ListVerticalImage .list-description,.SocialList .list-description{color:var(--secondaryTextColor);margin-bottom:40px}.List .list-color,.ListAbstract .list-color,.ListAccordion .list-color,.ListAthleticEvent .list-color,.ListCard .list-color,.ListCardBackground .list-color,.ListCardDescriptionOnLeft .list-color,.ListCardImageOnly .list-color,.ListCardImageOnSide .list-color,.ListCardImageOnTop .list-color,.ListCardLogoBottom .list-color,.ListCardLogoTop .list-color,.ListCardQuote .list-color,.ListCardTextOnly .list-color,.ListCarouselBoxedHeadline .list-color,.ListCarouselQuoteFullWidth .list-color,.ListEvents .list-color,.ListHighlightA .list-color,.ListIconOnSide .list-color,.ListIconOnTopLarge .list-color,.ListIconOnTopSmall .list-color,.ListImageLarge .list-color,.ListImageMedium .list-color,.ListImageOnTopCircular .list-color,.ListImageSmall .list-color,.ListImageThumbnail .list-color,.ListLinks .list-color,.ListLogoOnly .list-color,.ListMetrics .list-color,.ListSchedule .list-color,.ListSpeechPromo .list-color,.ListTagCloud .list-color,.ListUpcomingEvents .list-color,.ListVerticalImage .list-color,.SocialList .list-color{max-width:800px;margin:0 auto 30px}.List .list-cta,.ListAbstract .list-cta,.ListAccordion .list-cta,.ListAthleticEvent .list-cta,.ListCard .list-cta,.ListCardBackground .list-cta,.ListCardDescriptionOnLeft .list-cta,.ListCardImageOnly .list-cta,.ListCardImageOnSide .list-cta,.ListCardImageOnTop .list-cta,.ListCardLogoBottom .list-cta,.ListCardLogoTop .list-cta,.ListCardQuote .list-cta,.ListCardTextOnly .list-cta,.ListCarouselBoxedHeadline .list-cta,.ListCarouselQuoteFullWidth .list-cta,.ListEvents .list-cta,.ListHighlightA .list-cta,.ListIconOnSide .list-cta,.ListIconOnTopLarge .list-cta,.ListIconOnTopSmall .list-cta,.ListImageLarge .list-cta,.ListImageMedium .list-cta,.ListImageOnTopCircular .list-cta,.ListImageSmall .list-cta,.ListImageThumbnail .list-cta,.ListLinks .list-cta,.ListLogoOnly .list-cta,.ListMetrics .list-cta,.ListSchedule .list-cta,.ListSpeechPromo .list-cta,.ListTagCloud .list-cta,.ListUpcomingEvents .list-cta,.ListVerticalImage .list-cta,.SocialList .list-cta{margin-top:20px}.List-pagination,.ListAbstract-pagination,.ListAccordion-pagination,.ListAthleticEvent-pagination,.ListCard-pagination,.ListCardBackground-pagination,.ListCardDescriptionOnLeft-pagination,.ListCardImageOnly-pagination,.ListCardImageOnSide-pagination,.ListCardImageOnTop-pagination,.ListCardLogoBottom-pagination,.ListCardLogoTop-pagination,.ListCardQuote-pagination,.ListCardTextOnly-pagination,.ListCarouselBoxedHeadline-pagination,.ListCarouselQuoteFullWidth-pagination,.ListEvents-pagination,.ListHighlightA-pagination,.ListIconOnSide-pagination,.ListIconOnTopLarge-pagination,.ListIconOnTopSmall-pagination,.ListImageLarge-pagination,.ListImageMedium-pagination,.ListImageOnTopCircular-pagination,.ListImageSmall-pagination,.ListImageThumbnail-pagination,.ListLinks-pagination,.ListLogoOnly-pagination,.ListMetrics-pagination,.ListSchedule-pagination,.ListSpeechPromo-pagination,.ListTagCloud-pagination,.ListUpcomingEvents-pagination,.ListVerticalImage-pagination,.SocialList-pagination{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.List-search,.ListAbstract-search,.ListAccordion-search,.ListAthleticEvent-search,.ListCard-search,.ListCardBackground-search,.ListCardDescriptionOnLeft-search,.ListCardImageOnly-search,.ListCardImageOnSide-search,.ListCardImageOnTop-search,.ListCardLogoBottom-search,.ListCardLogoTop-search,.ListCardQuote-search,.ListCardTextOnly-search,.ListCarouselBoxedHeadline-search,.ListCarouselQuoteFullWidth-search,.ListEvents-search,.ListHighlightA-search,.ListIconOnSide-search,.ListIconOnTopLarge-search,.ListIconOnTopSmall-search,.ListImageLarge-search,.ListImageMedium-search,.ListImageOnTopCircular-search,.ListImageSmall-search,.ListImageThumbnail-search,.ListLinks-search,.ListLogoOnly-search,.ListMetrics-search,.ListSchedule-search,.ListSpeechPromo-search,.ListTagCloud-search,.ListUpcomingEvents-search,.ListVerticalImage-search,.SocialList-search{max-width:700px;width:100%;position:relative;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;margin-bottom:60px}.List-searchInput,.ListAbstract-searchInput,.ListAccordion-searchInput,.ListAthleticEvent-searchInput,.ListCard-searchInput,.ListCardBackground-searchInput,.ListCardDescriptionOnLeft-searchInput,.ListCardImageOnly-searchInput,.ListCardImageOnSide-searchInput,.ListCardImageOnTop-searchInput,.ListCardLogoBottom-searchInput,.ListCardLogoTop-searchInput,.ListCardQuote-searchInput,.ListCardTextOnly-searchInput,.ListCarouselBoxedHeadline-searchInput,.ListCarouselQuoteFullWidth-searchInput,.ListEvents-searchInput,.ListHighlightA-searchInput,.ListIconOnSide-searchInput,.ListIconOnTopLarge-searchInput,.ListIconOnTopSmall-searchInput,.ListImageLarge-searchInput,.ListImageMedium-searchInput,.ListImageOnTopCircular-searchInput,.ListImageSmall-searchInput,.ListImageThumbnail-searchInput,.ListLinks-searchInput,.ListLogoOnly-searchInput,.ListMetrics-searchInput,.ListSchedule-searchInput,.ListSpeechPromo-searchInput,.ListTagCloud-searchInput,.ListUpcomingEvents-searchInput,.ListVerticalImage-searchInput,.SocialList-searchInput{position:relative;height:45px;width:100%;font-size:1.6rem;padding:0 60px 0 20px}.List-searchButton,.ListAbstract-searchButton,.ListAccordion-searchButton,.ListAthleticEvent-searchButton,.ListCard-searchButton,.ListCardBackground-searchButton,.ListCardDescriptionOnLeft-searchButton,.ListCardImageOnly-searchButton,.ListCardImageOnSide-searchButton,.ListCardImageOnTop-searchButton,.ListCardLogoBottom-searchButton,.ListCardLogoTop-searchButton,.ListCardQuote-searchButton,.ListCardTextOnly-searchButton,.ListCarouselBoxedHeadline-searchButton,.ListCarouselQuoteFullWidth-searchButton,.ListEvents-searchButton,.ListHighlightA-searchButton,.ListIconOnSide-searchButton,.ListIconOnTopLarge-searchButton,.ListIconOnTopSmall-searchButton,.ListImageLarge-searchButton,.ListImageMedium-searchButton,.ListImageOnTopCircular-searchButton,.ListImageSmall-searchButton,.ListImageThumbnail-searchButton,.ListLinks-searchButton,.ListLogoOnly-searchButton,.ListMetrics-searchButton,.ListSchedule-searchButton,.ListSpeechPromo-searchButton,.ListTagCloud-searchButton,.ListUpcomingEvents-searchButton,.ListVerticalImage-searchButton,.SocialList-searchButton{padding:0;margin:0;background:0;border:0;position:absolute;right:0;top:0;bottom:0;width:50px}.List .List-paginationButton,.ListAbstract .List-paginationButton,.ListAccordion .List-paginationButton,.ListAthleticEvent .List-paginationButton,.ListCard .List-paginationButton,.ListCardBackground .List-paginationButton,.ListCardDescriptionOnLeft .List-paginationButton,.ListCardImageOnly .List-paginationButton,.ListCardImageOnSide .List-paginationButton,.ListCardImageOnTop .List-paginationButton,.ListCardLogoBottom .List-paginationButton,.ListCardLogoTop .List-paginationButton,.ListCardQuote .List-paginationButton,.ListCardTextOnly .List-paginationButton,.ListCarouselBoxedHeadline .List-paginationButton,.ListCarouselQuoteFullWidth .List-paginationButton,.ListEvents .List-paginationButton,.ListHighlightA .List-paginationButton,.ListIconOnSide .List-paginationButton,.ListIconOnTopLarge .List-paginationButton,.ListIconOnTopSmall .List-paginationButton,.ListImageLarge .List-paginationButton,.ListImageMedium .List-paginationButton,.ListImageOnTopCircular .List-paginationButton,.ListImageSmall .List-paginationButton,.ListImageThumbnail .List-paginationButton,.ListLinks .List-paginationButton,.ListLogoOnly .List-paginationButton,.ListMetrics .List-paginationButton,.ListSchedule .List-paginationButton,.ListSpeechPromo .List-paginationButton,.ListTagCloud .List-paginationButton,.ListUpcomingEvents .List-paginationButton,.ListVerticalImage .List-paginationButton,.SocialList .List-paginationButton{margin:40px 10px 0;height:45px;min-width:122px}.List .List-paginationButton .pagination-svg,.ListAbstract .List-paginationButton .pagination-svg,.ListAccordion .List-paginationButton .pagination-svg,.ListAthleticEvent .List-paginationButton .pagination-svg,.ListCard .List-paginationButton .pagination-svg,.ListCardBackground .List-paginationButton .pagination-svg,.ListCardDescriptionOnLeft .List-paginationButton .pagination-svg,.ListCardImageOnly .List-paginationButton .pagination-svg,.ListCardImageOnSide .List-paginationButton .pagination-svg,.ListCardImageOnTop .List-paginationButton .pagination-svg,.ListCardLogoBottom .List-paginationButton .pagination-svg,.ListCardLogoTop .List-paginationButton .pagination-svg,.ListCardQuote .List-paginationButton .pagination-svg,.ListCardTextOnly .List-paginationButton .pagination-svg,.ListCarouselBoxedHeadline .List-paginationButton .pagination-svg,.ListCarouselQuoteFullWidth .List-paginationButton .pagination-svg,.ListEvents .List-paginationButton .pagination-svg,.ListHighlightA .List-paginationButton .pagination-svg,.ListIconOnSide .List-paginationButton .pagination-svg,.ListIconOnTopLarge .List-paginationButton .pagination-svg,.ListIconOnTopSmall .List-paginationButton .pagination-svg,.ListImageLarge .List-paginationButton .pagination-svg,.ListImageMedium .List-paginationButton .pagination-svg,.ListImageOnTopCircular .List-paginationButton .pagination-svg,.ListImageSmall .List-paginationButton .pagination-svg,.ListImageThumbnail .List-paginationButton .pagination-svg,.ListLinks .List-paginationButton .pagination-svg,.ListLogoOnly .List-paginationButton .pagination-svg,.ListMetrics .List-paginationButton .pagination-svg,.ListSchedule .List-paginationButton .pagination-svg,.ListSpeechPromo .List-paginationButton .pagination-svg,.ListTagCloud .List-paginationButton .pagination-svg,.ListUpcomingEvents .List-paginationButton .pagination-svg,.ListVerticalImage .List-paginationButton .pagination-svg,.SocialList .List-paginationButton .pagination-svg{height:10px;width:6px;margin:0}.List .List-paginationButton .pagination-svg.previous,.ListAbstract .List-paginationButton .pagination-svg.previous,.ListAccordion .List-paginationButton .pagination-svg.previous,.ListAthleticEvent .List-paginationButton .pagination-svg.previous,.ListCard .List-paginationButton .pagination-svg.previous,.ListCardBackground .List-paginationButton .pagination-svg.previous,.ListCardDescriptionOnLeft .List-paginationButton .pagination-svg.previous,.ListCardImageOnly .List-paginationButton .pagination-svg.previous,.ListCardImageOnSide .List-paginationButton .pagination-svg.previous,.ListCardImageOnTop .List-paginationButton .pagination-svg.previous,.ListCardLogoBottom .List-paginationButton .pagination-svg.previous,.ListCardLogoTop .List-paginationButton .pagination-svg.previous,.ListCardQuote .List-paginationButton .pagination-svg.previous,.ListCardTextOnly .List-paginationButton .pagination-svg.previous,.ListCarouselBoxedHeadline .List-paginationButton .pagination-svg.previous,.ListCarouselQuoteFullWidth .List-paginationButton .pagination-svg.previous,.ListEvents .List-paginationButton .pagination-svg.previous,.ListHighlightA .List-paginationButton .pagination-svg.previous,.ListIconOnSide .List-paginationButton .pagination-svg.previous,.ListIconOnTopLarge .List-paginationButton .pagination-svg.previous,.ListIconOnTopSmall .List-paginationButton .pagination-svg.previous,.ListImageLarge .List-paginationButton .pagination-svg.previous,.ListImageMedium .List-paginationButton .pagination-svg.previous,.ListImageOnTopCircular .List-paginationButton .pagination-svg.previous,.ListImageSmall .List-paginationButton .pagination-svg.previous,.ListImageThumbnail .List-paginationButton .pagination-svg.previous,.ListLinks .List-paginationButton .pagination-svg.previous,.ListLogoOnly .List-paginationButton .pagination-svg.previous,.ListMetrics .List-paginationButton .pagination-svg.previous,.ListSchedule .List-paginationButton .pagination-svg.previous,.ListSpeechPromo .List-paginationButton .pagination-svg.previous,.ListTagCloud .List-paginationButton .pagination-svg.previous,.ListUpcomingEvents .List-paginationButton .pagination-svg.previous,.ListVerticalImage .List-paginationButton .pagination-svg.previous,.SocialList .List-paginationButton .pagination-svg.previous{margin-right:10px}.List .List-paginationButton .pagination-svg.next,.ListAbstract .List-paginationButton .pagination-svg.next,.ListAccordion .List-paginationButton .pagination-svg.next,.ListAthleticEvent .List-paginationButton .pagination-svg.next,.ListCard .List-paginationButton .pagination-svg.next,.ListCardBackground .List-paginationButton .pagination-svg.next,.ListCardDescriptionOnLeft .List-paginationButton .pagination-svg.next,.ListCardImageOnly .List-paginationButton .pagination-svg.next,.ListCardImageOnSide .List-paginationButton .pagination-svg.next,.ListCardImageOnTop .List-paginationButton .pagination-svg.next,.ListCardLogoBottom .List-paginationButton .pagination-svg.next,.ListCardLogoTop .List-paginationButton .pagination-svg.next,.ListCardQuote .List-paginationButton .pagination-svg.next,.ListCardTextOnly .List-paginationButton .pagination-svg.next,.ListCarouselBoxedHeadline .List-paginationButton .pagination-svg.next,.ListCarouselQuoteFullWidth .List-paginationButton .pagination-svg.next,.ListEvents .List-paginationButton .pagination-svg.next,.ListHighlightA .List-paginationButton .pagination-svg.next,.ListIconOnSide .List-paginationButton .pagination-svg.next,.ListIconOnTopLarge .List-paginationButton .pagination-svg.next,.ListIconOnTopSmall .List-paginationButton .pagination-svg.next,.ListImageLarge .List-paginationButton .pagination-svg.next,.ListImageMedium .List-paginationButton .pagination-svg.next,.ListImageOnTopCircular .List-paginationButton .pagination-svg.next,.ListImageSmall .List-paginationButton .pagination-svg.next,.ListImageThumbnail .List-paginationButton .pagination-svg.next,.ListLinks .List-paginationButton .pagination-svg.next,.ListLogoOnly .List-paginationButton .pagination-svg.next,.ListMetrics .List-paginationButton .pagination-svg.next,.ListSchedule .List-paginationButton .pagination-svg.next,.ListSpeechPromo .List-paginationButton .pagination-svg.next,.ListTagCloud .List-paginationButton .pagination-svg.next,.ListUpcomingEvents .List-paginationButton .pagination-svg.next,.ListVerticalImage .List-paginationButton .pagination-svg.next,.SocialList .List-paginationButton .pagination-svg.next{margin-left:10px}.List .list-divider,.ListAbstract .list-divider,.ListAccordion .list-divider,.ListAthleticEvent .list-divider,.ListCard .list-divider,.ListCardBackground .list-divider,.ListCardDescriptionOnLeft .list-divider,.ListCardImageOnly .list-divider,.ListCardImageOnSide .list-divider,.ListCardImageOnTop .list-divider,.ListCardLogoBottom .list-divider,.ListCardLogoTop .list-divider,.ListCardQuote .list-divider,.ListCardTextOnly .list-divider,.ListCarouselBoxedHeadline .list-divider,.ListCarouselQuoteFullWidth .list-divider,.ListEvents .list-divider,.ListHighlightA .list-divider,.ListIconOnSide .list-divider,.ListIconOnTopLarge .list-divider,.ListIconOnTopSmall .list-divider,.ListImageLarge .list-divider,.ListImageMedium .list-divider,.ListImageOnTopCircular .list-divider,.ListImageSmall .list-divider,.ListImageThumbnail .list-divider,.ListLinks .list-divider,.ListLogoOnly .list-divider,.ListMetrics .list-divider,.ListSchedule .list-divider,.ListSpeechPromo .list-divider,.ListTagCloud .list-divider,.ListUpcomingEvents .list-divider,.ListVerticalImage .list-divider,.SocialList .list-divider{width:40px;height:3px;background-color:var(--infoLightColor);margin:0 auto 20px;min-height:3px}.list-has-inverse-text .List .list-divider,.list-has-inverse-text .ListAbstract .list-divider,.list-has-inverse-text .ListAccordion .list-divider,.list-has-inverse-text .ListAthleticEvent .list-divider,.list-has-inverse-text .ListCard .list-divider,.list-has-inverse-text .ListCardBackground .list-divider,.list-has-inverse-text .ListCardDescriptionOnLeft .list-divider,.list-has-inverse-text .ListCardImageOnly .list-divider,.list-has-inverse-text .ListCardImageOnSide .list-divider,.list-has-inverse-text .ListCardImageOnTop .list-divider,.list-has-inverse-text .ListCardLogoBottom .list-divider,.list-has-inverse-text .ListCardLogoTop .list-divider,.list-has-inverse-text .ListCardQuote .list-divider,.list-has-inverse-text .ListCardTextOnly .list-divider,.list-has-inverse-text .ListCarouselBoxedHeadline .list-divider,.list-has-inverse-text .ListCarouselQuoteFullWidth .list-divider,.list-has-inverse-text .ListEvents .list-divider,.list-has-inverse-text .ListHighlightA .list-divider,.list-has-inverse-text .ListIconOnSide .list-divider,.list-has-inverse-text .ListIconOnTopLarge .list-divider,.list-has-inverse-text .ListIconOnTopSmall .list-divider,.list-has-inverse-text .ListImageLarge .list-divider,.list-has-inverse-text .ListImageMedium .list-divider,.list-has-inverse-text .ListImageOnTopCircular .list-divider,.list-has-inverse-text .ListImageSmall .list-divider,.list-has-inverse-text .ListImageThumbnail .list-divider,.list-has-inverse-text .ListLinks .list-divider,.list-has-inverse-text .ListLogoOnly .list-divider,.list-has-inverse-text .ListMetrics .list-divider,.list-has-inverse-text .ListSchedule .list-divider,.list-has-inverse-text .ListSpeechPromo .list-divider,.list-has-inverse-text .ListTagCloud .list-divider,.list-has-inverse-text .ListUpcomingEvents .list-divider,.list-has-inverse-text .ListVerticalImage .list-divider,.list-has-inverse-text .SocialList .list-divider{background-color:var(--white)}.List .ListCard-description,.List .ListCard-title,.ListAbstract .ListCard-description,.ListAbstract .ListCard-title,.ListAccordion .ListCard-description,.ListAccordion .ListCard-title,.ListAthleticEvent .ListCard-description,.ListAthleticEvent .ListCard-title,.ListCard .ListCard-description,.ListCard .ListCard-title,.ListCardBackground .ListCard-description,.ListCardBackground .ListCard-title,.ListCardDescriptionOnLeft .ListCard-description,.ListCardDescriptionOnLeft .ListCard-title,.ListCardImageOnly .ListCard-description,.ListCardImageOnly .ListCard-title,.ListCardImageOnSide .ListCard-description,.ListCardImageOnSide .ListCard-title,.ListCardImageOnTop .ListCard-description,.ListCardImageOnTop .ListCard-title,.ListCardLogoBottom .ListCard-description,.ListCardLogoBottom .ListCard-title,.ListCardLogoTop .ListCard-description,.ListCardLogoTop .ListCard-title,.ListCardQuote .ListCard-description,.ListCardQuote .ListCard-title,.ListCardTextOnly .ListCard-description,.ListCardTextOnly .ListCard-title,.ListCarouselBoxedHeadline .ListCard-description,.ListCarouselBoxedHeadline .ListCard-title,.ListCarouselQuoteFullWidth .ListCard-description,.ListCarouselQuoteFullWidth .ListCard-title,.ListEvents .ListCard-description,.ListEvents .ListCard-title,.ListHighlightA .ListCard-description,.ListHighlightA .ListCard-title,.ListIconOnSide .ListCard-description,.ListIconOnSide .ListCard-title,.ListIconOnTopLarge .ListCard-description,.ListIconOnTopLarge .ListCard-title,.ListIconOnTopSmall .ListCard-description,.ListIconOnTopSmall .ListCard-title,.ListImageLarge .ListCard-description,.ListImageLarge .ListCard-title,.ListImageMedium .ListCard-description,.ListImageMedium .ListCard-title,.ListImageOnTopCircular .ListCard-description,.ListImageOnTopCircular .ListCard-title,.ListImageSmall .ListCard-description,.ListImageSmall .ListCard-title,.ListImageThumbnail .ListCard-description,.ListImageThumbnail .ListCard-title,.ListLinks .ListCard-description,.ListLinks .ListCard-title,.ListLogoOnly .ListCard-description,.ListLogoOnly .ListCard-title,.ListMetrics .ListCard-description,.ListMetrics .ListCard-title,.ListSchedule .ListCard-description,.ListSchedule .ListCard-title,.ListSpeechPromo .ListCard-description,.ListSpeechPromo .ListCard-title,.ListTagCloud .ListCard-description,.ListTagCloud .ListCard-title,.ListUpcomingEvents .ListCard-description,.ListUpcomingEvents .ListCard-title,.ListVerticalImage .ListCard-description,.ListVerticalImage .ListCard-title,.SocialList .ListCard-description,.SocialList .ListCard-title{color:var(--secondaryTextColor)}.List-filters,.ListAbstract-filters,.ListAccordion-filters,.ListAthleticEvent-filters,.ListCard-filters,.ListCardBackground-filters,.ListCardDescriptionOnLeft-filters,.ListCardImageOnly-filters,.ListCardImageOnSide-filters,.ListCardImageOnTop-filters,.ListCardLogoBottom-filters,.ListCardLogoTop-filters,.ListCardQuote-filters,.ListCardTextOnly-filters,.ListCarouselBoxedHeadline-filters,.ListCarouselQuoteFullWidth-filters,.ListEvents-filters,.ListHighlightA-filters,.ListIconOnSide-filters,.ListIconOnTopLarge-filters,.ListIconOnTopSmall-filters,.ListImageLarge-filters,.ListImageMedium-filters,.ListImageOnTopCircular-filters,.ListImageSmall-filters,.ListImageThumbnail-filters,.ListLinks-filters,.ListLogoOnly-filters,.ListMetrics-filters,.ListSchedule-filters,.ListSpeechPromo-filters,.ListTagCloud-filters,.ListUpcomingEvents-filters,.ListVerticalImage-filters,.SocialList-filters{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -20px 20px 0;max-width:100%}.List-filters-item,.ListAbstract-filters-item,.ListAccordion-filters-item,.ListAthleticEvent-filters-item,.ListCard-filters-item,.ListCardBackground-filters-item,.ListCardDescriptionOnLeft-filters-item,.ListCardImageOnly-filters-item,.ListCardImageOnSide-filters-item,.ListCardImageOnTop-filters-item,.ListCardLogoBottom-filters-item,.ListCardLogoTop-filters-item,.ListCardQuote-filters-item,.ListCardTextOnly-filters-item,.ListCarouselBoxedHeadline-filters-item,.ListCarouselQuoteFullWidth-filters-item,.ListEvents-filters-item,.ListHighlightA-filters-item,.ListIconOnSide-filters-item,.ListIconOnTopLarge-filters-item,.ListIconOnTopSmall-filters-item,.ListImageLarge-filters-item,.ListImageMedium-filters-item,.ListImageOnTopCircular-filters-item,.ListImageSmall-filters-item,.ListImageThumbnail-filters-item,.ListLinks-filters-item,.ListLogoOnly-filters-item,.ListMetrics-filters-item,.ListSchedule-filters-item,.ListSpeechPromo-filters-item,.ListTagCloud-filters-item,.ListUpcomingEvents-filters-item,.ListVerticalImage-filters-item,.SocialList-filters-item{margin:0 20px 20px 0;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (min-width:768px){.List,.ListAbstract,.ListAccordion,.ListAthleticEvent,.ListCard,.ListCardBackground,.ListCardDescriptionOnLeft,.ListCardImageOnly,.ListCardImageOnSide,.ListCardImageOnTop,.ListCardLogoBottom,.ListCardLogoTop,.ListCardQuote,.ListCardTextOnly,.ListCarouselBoxedHeadline,.ListCarouselQuoteFullWidth,.ListEvents,.ListHighlightA,.ListIconOnSide,.ListIconOnTopLarge,.ListIconOnTopSmall,.ListImageLarge,.ListImageMedium,.ListImageOnTopCircular,.ListImageSmall,.ListImageThumbnail,.ListLinks,.ListLogoOnly,.ListMetrics,.ListSchedule,.ListSpeechPromo,.ListTagCloud,.ListUpcomingEvents,.ListVerticalImage,.SocialList{padding:50px}.List .list-title,.ListAbstract .ContainerAbstract .container-title,.ListAbstract .list-title,.ListAbstract .VideoModule-title,.ListAccordion .list-title,.ListAthleticEvent .list-title,.ListCard .list-title,.ListCardBackground .list-title,.ListCardDescriptionOnLeft .list-title,.ListCardImageOnly .list-title,.ListCardImageOnSide .list-title,.ListCardImageOnTop .list-title,.ListCardLogoBottom .list-title,.ListCardLogoTop .list-title,.ListCardQuote .list-title,.ListCardTextOnly .list-title,.ListCarouselBoxedHeadline .list-title,.ListCarouselQuoteFullWidth .list-title,.ListEvents .list-title,.ListHighlightA .list-title,.ListIconOnSide .list-title,.ListIconOnTopLarge .list-title,.ListIconOnTopSmall .list-title,.ListImageLarge .list-title,.ListImageMedium .list-title,.ListImageOnTopCircular .list-title,.ListImageSmall .list-title,.ListImageThumbnail .list-title,.ListLinks .list-title,.ListLogoOnly .list-title,.ListMetrics .list-title,.ListSchedule .list-title,.ListSpeechPromo .list-title,.ListTagCloud .list-title,.ListUpcomingEvents .list-title,.ListVerticalImage .list-title,.SocialList .list-title{margin-bottom:20px}.List .list-cta,.ListAbstract .list-cta,.ListAccordion .list-cta,.ListAthleticEvent .list-cta,.ListCard .list-cta,.ListCardBackground .list-cta,.ListCardDescriptionOnLeft .list-cta,.ListCardImageOnly .list-cta,.ListCardImageOnSide .list-cta,.ListCardImageOnTop .list-cta,.ListCardLogoBottom .list-cta,.ListCardLogoTop .list-cta,.ListCardQuote .list-cta,.ListCardTextOnly .list-cta,.ListCarouselBoxedHeadline .list-cta,.ListCarouselQuoteFullWidth .list-cta,.ListEvents .list-cta,.ListHighlightA .list-cta,.ListIconOnSide .list-cta,.ListIconOnTopLarge .list-cta,.ListIconOnTopSmall .list-cta,.ListImageLarge .list-cta,.ListImageMedium .list-cta,.ListImageOnTopCircular .list-cta,.ListImageSmall .list-cta,.ListImageThumbnail .list-cta,.ListLinks .list-cta,.ListLogoOnly .list-cta,.ListMetrics .list-cta,.ListSchedule .list-cta,.ListSpeechPromo .list-cta,.ListTagCloud .list-cta,.ListUpcomingEvents .list-cta,.ListVerticalImage .list-cta,.SocialList .list-cta{margin-top:40px}}@media only screen and (min-width:1024px){.List,.ListAbstract,.ListAccordion,.ListAthleticEvent,.ListCard,.ListCardBackground,.ListCardDescriptionOnLeft,.ListCardImageOnly,.ListCardImageOnSide,.ListCardImageOnTop,.ListCardLogoBottom,.ListCardLogoTop,.ListCardQuote,.ListCardTextOnly,.ListCarouselBoxedHeadline,.ListCarouselQuoteFullWidth,.ListEvents,.ListHighlightA,.ListIconOnSide,.ListIconOnTopLarge,.ListIconOnTopSmall,.ListImageLarge,.ListImageMedium,.ListImageOnTopCircular,.ListImageSmall,.ListImageThumbnail,.ListLinks,.ListLogoOnly,.ListMetrics,.ListSchedule,.ListSpeechPromo,.ListTagCloud,.ListUpcomingEvents,.ListVerticalImage,.SocialList{padding:50px 42px}}.List .list-bullet-items-item,.ListAbstract .list-bullet-items-item,.ListAccordion .list-bullet-items-item,.ListAthleticEvent .list-bullet-items-item,.ListCard .list-bullet-items-item,.ListCardBackground .list-bullet-items-item,.ListCardDescriptionOnLeft .list-bullet-items-item,.ListCardImageOnly .list-bullet-items-item,.ListCardImageOnSide .list-bullet-items-item,.ListCardImageOnTop .list-bullet-items-item,.ListCardLogoBottom .list-bullet-items-item,.ListCardLogoTop .list-bullet-items-item,.ListCardQuote .list-bullet-items-item,.ListCardTextOnly .list-bullet-items-item,.ListCarouselBoxedHeadline .list-bullet-items-item,.ListCarouselQuoteFullWidth .list-bullet-items-item,.ListEvents .list-bullet-items-item,.ListHighlightA .list-bullet-items-item,.ListIconOnSide .list-bullet-items-item,.ListIconOnTopLarge .list-bullet-items-item,.ListIconOnTopSmall .list-bullet-items-item,.ListImageLarge .list-bullet-items-item,.ListImageMedium .list-bullet-items-item,.ListImageOnTopCircular .list-bullet-items-item,.ListImageSmall .list-bullet-items-item,.ListImageThumbnail .list-bullet-items-item,.ListLinks .list-bullet-items-item,.ListLogoOnly .list-bullet-items-item,.ListMetrics .list-bullet-items-item,.ListSchedule .list-bullet-items-item,.ListSpeechPromo .list-bullet-items-item,.ListTagCloud .list-bullet-items-item,.ListUpcomingEvents .list-bullet-items-item,.ListVerticalImage .list-bullet-items-item,.SocialList .list-bullet-items-item{position:relative;padding-left:20px}.List .list-bullet-items-item>svg,.ListAbstract .list-bullet-items-item>svg,.ListAccordion .list-bullet-items-item>svg,.ListAthleticEvent .list-bullet-items-item>svg,.ListCard .list-bullet-items-item>svg,.ListCardBackground .list-bullet-items-item>svg,.ListCardDescriptionOnLeft .list-bullet-items-item>svg,.ListCardImageOnly .list-bullet-items-item>svg,.ListCardImageOnSide .list-bullet-items-item>svg,.ListCardImageOnTop .list-bullet-items-item>svg,.ListCardLogoBottom .list-bullet-items-item>svg,.ListCardLogoTop .list-bullet-items-item>svg,.ListCardQuote .list-bullet-items-item>svg,.ListCardTextOnly .list-bullet-items-item>svg,.ListCarouselBoxedHeadline .list-bullet-items-item>svg,.ListCarouselQuoteFullWidth .list-bullet-items-item>svg,.ListEvents .list-bullet-items-item>svg,.ListHighlightA .list-bullet-items-item>svg,.ListIconOnSide .list-bullet-items-item>svg,.ListIconOnTopLarge .list-bullet-items-item>svg,.ListIconOnTopSmall .list-bullet-items-item>svg,.ListImageLarge .list-bullet-items-item>svg,.ListImageMedium .list-bullet-items-item>svg,.ListImageOnTopCircular .list-bullet-items-item>svg,.ListImageSmall .list-bullet-items-item>svg,.ListImageThumbnail .list-bullet-items-item>svg,.ListLinks .list-bullet-items-item>svg,.ListLogoOnly .list-bullet-items-item>svg,.ListMetrics .list-bullet-items-item>svg,.ListSchedule .list-bullet-items-item>svg,.ListSpeechPromo .list-bullet-items-item>svg,.ListTagCloud .list-bullet-items-item>svg,.ListUpcomingEvents .list-bullet-items-item>svg,.ListVerticalImage .list-bullet-items-item>svg,.SocialList .list-bullet-items-item>svg{width:12px;height:12px;margin-right:8px;position:absolute;top:5px;left:0}.List .PromoCardImageOnTop,.ListAbstract .PromoCardImageOnTop,.ListAccordion .PromoCardImageOnTop,.ListAthleticEvent .PromoCardImageOnTop,.ListCard .PromoCardImageOnTop,.ListCardBackground .PromoCardImageOnTop,.ListCardDescriptionOnLeft .PromoCardImageOnTop,.ListCardImageOnly .PromoCardImageOnTop,.ListCardImageOnSide .PromoCardImageOnTop,.ListCardImageOnTop .PromoCardImageOnTop,.ListCardLogoBottom .PromoCardImageOnTop,.ListCardLogoTop .PromoCardImageOnTop,.ListCardQuote .PromoCardImageOnTop,.ListCardTextOnly .PromoCardImageOnTop,.ListCarouselBoxedHeadline .PromoCardImageOnTop,.ListCarouselQuoteFullWidth .PromoCardImageOnTop,.ListEvents .PromoCardImageOnTop,.ListHighlightA .PromoCardImageOnTop,.ListIconOnSide .PromoCardImageOnTop,.ListIconOnTopLarge .PromoCardImageOnTop,.ListIconOnTopSmall .PromoCardImageOnTop,.ListImageLarge .PromoCardImageOnTop,.ListImageMedium .PromoCardImageOnTop,.ListImageOnTopCircular .PromoCardImageOnTop,.ListImageSmall .PromoCardImageOnTop,.ListImageThumbnail .PromoCardImageOnTop,.ListLinks .PromoCardImageOnTop,.ListLogoOnly .PromoCardImageOnTop,.ListMetrics .PromoCardImageOnTop,.ListSchedule .PromoCardImageOnTop,.ListSpeechPromo .PromoCardImageOnTop,.ListTagCloud .PromoCardImageOnTop,.ListUpcomingEvents .PromoCardImageOnTop,.ListVerticalImage .PromoCardImageOnTop,.SocialList .PromoCardImageOnTop{min-height:100%}.ListFilter{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:100%}.ListFilter-heading{-ms-flex-negative:0;flex-shrink:0;margin-right:10px;font-size:1.4rem}.ListFilter .custom-dropdown{-ms-flex:0 1 100%;flex:0 1 100%;max-width:240px;min-width:0}.ListFilter .dropdown-heading{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ListFilter .dropdown-heading span:not(:last-child):after{content:", "}@media only screen and (min-width:768px){.ListFilter .custom-dropdown{max-width:270px}.ListFilter-heading{font-size:1.6rem}}.ListSearchAction button[type=submit]{cursor:pointer}.ListSearchAction .icon-close-x{height:16px}.CarouselList{background-size:cover;background-position:50%}.CarouselList .List-cta{margin-top:80px}@media only screen and (min-width:768px){.CarouselList .List-cta{margin-top:40px}}.CarouselList .carousel-list{background:none}.CarouselList .carousel-list.container>div,.CarouselList .carousel-list.Footer-container>div,.CarouselList .carousel-list.ListCarousel-items>div{margin-left:0;margin-right:0}.CarouselList .carousel-list .CarouselSlide,.CarouselList .carousel-list .ListCarousel-items .ListCarousel-items-item{max-width:100%}.CarouselList .carousel-list .CarouselSlide>div,.CarouselList .carousel-list .ListCarousel-items .ListCarousel-items-item>div{margin-bottom:15px}.CarouselList .carousel-list .flickity-prev-next-button.next{right:-52px}.CarouselList .carousel-list .flickity-prev-next-button.previous{left:-52px}@media only screen and (min-width:768px){.CarouselList .carousel-list.Carousel-columns-1 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-1 .ListCarousel-items .ListCarousel-items-item{max-width:100%}.CarouselList .carousel-list.Carousel-columns-2 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-2 .ListCarousel-items .ListCarousel-items-item,.CarouselList .carousel-list.Carousel-columns-3 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-3 .ListCarousel-items .ListCarousel-items-item,.CarouselList .carousel-list.Carousel-columns-4 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-4 .ListCarousel-items .ListCarousel-items-item,.CarouselList .carousel-list.Carousel-columns-6 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-6 .ListCarousel-items .ListCarousel-items-item,.CarouselList .carousel-list.Carousel-columns-8 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-8 .ListCarousel-items .ListCarousel-items-item,.CarouselList .carousel-list.Carousel-columns-12 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-12 .ListCarousel-items .ListCarousel-items-item{max-width:50%}}@media only screen and (min-width:1024px){.CarouselList .carousel-list.Carousel-columns-1 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-1 .ListCarousel-items .ListCarousel-items-item{max-width:100%}.CarouselList .carousel-list.Carousel-columns-2 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-2 .ListCarousel-items .ListCarousel-items-item{max-width:50%}.CarouselList .carousel-list.Carousel-columns-3 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-3 .ListCarousel-items .ListCarousel-items-item,.CarouselList .carousel-list.Carousel-columns-4 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-4 .ListCarousel-items .ListCarousel-items-item,.CarouselList .carousel-list.Carousel-columns-6 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-6 .ListCarousel-items .ListCarousel-items-item,.CarouselList .carousel-list.Carousel-columns-8 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-8 .ListCarousel-items .ListCarousel-items-item,.CarouselList .carousel-list.Carousel-columns-12 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-12 .ListCarousel-items .ListCarousel-items-item{max-width:33.333%}}@media only screen and (min-width:1440px){.CarouselList .carousel-list.Carousel-columns-1 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-1 .ListCarousel-items .ListCarousel-items-item{max-width:100%}.CarouselList .carousel-list.Carousel-columns-2 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-2 .ListCarousel-items .ListCarousel-items-item{max-width:50%}.CarouselList .carousel-list.Carousel-columns-3 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-3 .ListCarousel-items .ListCarousel-items-item{max-width:33.333%}.CarouselList .carousel-list.Carousel-columns-4 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-4 .ListCarousel-items .ListCarousel-items-item{max-width:25%}.CarouselList .carousel-list.Carousel-columns-6 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-6 .ListCarousel-items .ListCarousel-items-item{max-width:16.666%}.CarouselList .carousel-list.Carousel-columns-8 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-8 .ListCarousel-items .ListCarousel-items-item{max-width:12.5%}.CarouselList .carousel-list.Carousel-columns-12 .CarouselSlide,.CarouselList .carousel-list.Carousel-columns-12 .ListCarousel-items .ListCarousel-items-item{max-width:8.333%}}.CarouselList .carousel-list .Carousel-slides .CarouselSlide,.CarouselList .carousel-list .Carousel-slides .ListCarousel-items .ListCarousel-items-item{pointer-events:none;opacity:0;transition:opacity .25s}.CarouselList .carousel-list .Carousel-slides .CarouselSlide.is-selected,.CarouselList .carousel-list .Carousel-slides .ListCarousel-items .ListCarousel-items-item.is-selected{pointer-events:all;opacity:1;padding:0 10px}.CarouselList.lead-carousel{padding:0;position:relative}.CarouselList.lead-carousel .List-cta,.CarouselList.lead-carousel .List-description,.CarouselList.lead-carousel .List-title{display:none}.CarouselList.lead-carousel.sub-nav-enabled .flickity-page-dots{display:none!important}.CarouselList.lead-carousel.sub-nav-enabled .carousel-nav{border-top:1px solid hsla(0,0%,100%,.3);position:relative;bottom:0;left:0;right:0;z-index:2}.CarouselList.lead-carousel.sub-nav-enabled .carousel-nav-slide{width:33.334%;font-size:16px;font-weight:700;line-height:1.38;text-align:center;color:#fff;border-right:1px solid hsla(0,0%,100%,.3);transition:background .25s;min-height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:none}@media only screen and (min-width:1024px){.CarouselList.lead-carousel.sub-nav-enabled .carousel-nav-slide{display:-ms-flexbox;display:flex}}.CarouselList.lead-carousel.sub-nav-enabled .carousel-nav-slide>span{display:inline-block;max-width:85%;padding:25px 15px}.CarouselList.lead-carousel.sub-nav-enabled .carousel-nav-slide.is-selected{background:hsla(0,0%,100%,.1)}.CarouselList.lead-carousel.sub-nav-enabled .carousel-nav-slide:hover{cursor:pointer;background:hsla(0,0%,100%,.15)}.CarouselList.lead-carousel.sub-nav-enabled .sub-carousel-mobile-buttons{background:var(--colorAlmostBlack);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;color:var(--white);font-size:20px;-ms-flex-pack:distribute;justify-content:space-around;position:relative;bottom:0;left:0;right:0;padding:0}.CarouselList.lead-carousel.sub-nav-enabled .sub-carousel-mobile-buttons>button{padding:5px 0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;transition:all .25s;background:var(--colorAlmostBlack);border:0;outline:0}.CarouselList.lead-carousel.sub-nav-enabled .sub-carousel-mobile-buttons>button:first-of-type{border-right:1px solid hsla(0,0%,100%,.2)}.CarouselList.lead-carousel.sub-nav-enabled .sub-carousel-mobile-buttons>button:hover{background:#333}.CarouselList.lead-carousel.sub-nav-enabled .sub-carousel-mobile-buttons svg{width:25px;height:25px}@media only screen and (min-width:768px){.CarouselList.lead-carousel.sub-nav-enabled .sub-carousel-mobile-buttons{display:none}}.CarouselList.lead-carousel .container.Carousel,.CarouselList.lead-carousel .container.LeadCarousel,.CarouselList.lead-carousel .container.ListCarousel,.CarouselList.lead-carousel .container.ListCarouselHeadline,.CarouselList.lead-carousel .container.ListCarouselQuoteFullWidth,.CarouselList.lead-carousel .Footer-container.Carousel,.CarouselList.lead-carousel .ListCarousel-items.Carousel{width:100%;max-width:100%;padding:0}.CarouselList.lead-carousel .container.Carousel .flickity-page-dots,.CarouselList.lead-carousel .container.LeadCarousel .flickity-page-dots,.CarouselList.lead-carousel .container.ListCarousel .flickity-page-dots,.CarouselList.lead-carousel .container.ListCarouselHeadline .flickity-page-dots,.CarouselList.lead-carousel .container.ListCarouselQuoteFullWidth .flickity-page-dots,.CarouselList.lead-carousel .Footer-container.Carousel .flickity-page-dots,.CarouselList.lead-carousel .ListCarousel-items.Carousel .flickity-page-dots{line-height:0;bottom:20px}.CarouselList.lead-carousel .container.Carousel .Carousel-slides,.CarouselList.lead-carousel .container.LeadCarousel .Carousel-slides,.CarouselList.lead-carousel .container.ListCarousel .Carousel-slides,.CarouselList.lead-carousel .container.ListCarouselHeadline .Carousel-slides,.CarouselList.lead-carousel .container.ListCarouselQuoteFullWidth .Carousel-slides,.CarouselList.lead-carousel .Footer-container.Carousel .Carousel-slides,.CarouselList.lead-carousel .ListCarousel-items.Carousel .Carousel-slides{margin:0}.CarouselList.lead-carousel .container.Carousel .CarouselSlide,.CarouselList.lead-carousel .container.Carousel .ListCarousel-items .ListCarousel-items-item,.CarouselList.lead-carousel .container.LeadCarousel .CarouselSlide,.CarouselList.lead-carousel .container.ListCarousel .CarouselSlide,.CarouselList.lead-carousel .container.ListCarouselHeadline .CarouselSlide,.CarouselList.lead-carousel .container.ListCarouselQuoteFullWidth .CarouselSlide,.CarouselList.lead-carousel .Footer-container.Carousel .CarouselSlide,.CarouselList.lead-carousel .ListCarousel-items.Carousel .CarouselSlide{max-width:unset;padding-left:0;padding-right:0;opacity:1;min-height:100%}.CarouselList.lead-carousel .container.Carousel .CarouselSlide>div,.CarouselList.lead-carousel .container.Carousel .ListCarousel-items .ListCarousel-items-item>div,.CarouselList.lead-carousel .container.LeadCarousel .CarouselSlide>div,.CarouselList.lead-carousel .container.ListCarousel .CarouselSlide>div,.CarouselList.lead-carousel .container.ListCarouselHeadline .CarouselSlide>div,.CarouselList.lead-carousel .container.ListCarouselQuoteFullWidth .CarouselSlide>div,.CarouselList.lead-carousel .Footer-container.Carousel .CarouselSlide>div,.CarouselList.lead-carousel .ListCarousel-items.Carousel .CarouselSlide>div{margin:0;-ms-flex-positive:1;flex-grow:1}.CarouselList.lead-carousel .container.Carousel .flickity-prev-next-button.next,.CarouselList.lead-carousel .container.LeadCarousel .flickity-prev-next-button.next,.CarouselList.lead-carousel .container.ListCarousel .flickity-prev-next-button.next,.CarouselList.lead-carousel .container.ListCarouselHeadline .flickity-prev-next-button.next,.CarouselList.lead-carousel .container.ListCarouselQuoteFullWidth .flickity-prev-next-button.next,.CarouselList.lead-carousel .Footer-container.Carousel .flickity-prev-next-button.next,.CarouselList.lead-carousel .ListCarousel-items.Carousel .flickity-prev-next-button.next{right:20px}.CarouselList.lead-carousel .container.Carousel .flickity-prev-next-button.previous,.CarouselList.lead-carousel .container.LeadCarousel .flickity-prev-next-button.previous,.CarouselList.lead-carousel .container.ListCarousel .flickity-prev-next-button.previous,.CarouselList.lead-carousel .container.ListCarouselHeadline .flickity-prev-next-button.previous,.CarouselList.lead-carousel .container.ListCarouselQuoteFullWidth .flickity-prev-next-button.previous,.CarouselList.lead-carousel .Footer-container.Carousel .flickity-prev-next-button.previous,.CarouselList.lead-carousel .ListCarousel-items.Carousel .flickity-prev-next-button.previous{left:20px}@media only screen and (min-width:768px){.CarouselList.lead-carousel .container.Carousel .flickity-prev-next-button,.CarouselList.lead-carousel .container.LeadCarousel .flickity-prev-next-button,.CarouselList.lead-carousel .container.ListCarousel .flickity-prev-next-button,.CarouselList.lead-carousel .container.ListCarouselHeadline .flickity-prev-next-button,.CarouselList.lead-carousel .container.ListCarouselQuoteFullWidth .flickity-prev-next-button,.CarouselList.lead-carousel .Footer-container.Carousel .flickity-prev-next-button,.CarouselList.lead-carousel .ListCarousel-items.Carousel .flickity-prev-next-button{display:block}}@media only screen and (min-width:1024px){.CarouselList.lead-carousel .container.Carousel,.CarouselList.lead-carousel .container.LeadCarousel,.CarouselList.lead-carousel .container.ListCarousel,.CarouselList.lead-carousel .container.ListCarouselHeadline,.CarouselList.lead-carousel .container.ListCarouselQuoteFullWidth,.CarouselList.lead-carousel .Footer-container.Carousel,.CarouselList.lead-carousel .ListCarousel-items.Carousel{padding-bottom:0}.CarouselList.lead-carousel .container.Carousel .flickity-page-dots,.CarouselList.lead-carousel .container.LeadCarousel .flickity-page-dots,.CarouselList.lead-carousel .container.ListCarousel .flickity-page-dots,.CarouselList.lead-carousel .container.ListCarouselHeadline .flickity-page-dots,.CarouselList.lead-carousel .container.ListCarouselQuoteFullWidth .flickity-page-dots,.CarouselList.lead-carousel .Footer-container.Carousel .flickity-page-dots,.CarouselList.lead-carousel .ListCarousel-items.Carousel .flickity-page-dots{display:block;bottom:20px}}.ListCardDescriptionOnLeft{text-align:left;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ListCardDescriptionOnLeft-content{margin-bottom:30px}.ListCardDescriptionOnLeft.ListCarousel .list-cta{margin-top:inherit}.ListCardDescriptionOnLeft .container,.ListCardDescriptionOnLeft .Footer-container,.ListCardDescriptionOnLeft .ListCarousel-items{padding:0}.ListCardDescriptionOnLeft .container-fixed{width:100%}.ListCardDescriptionOnLeft .BrandPage-description,.ListCardDescriptionOnLeft .ContainerAbstract .container-description,.ListCardDescriptionOnLeft .ContainerAbstract .container-title,.ListCardDescriptionOnLeft .CountryPage-description,.ListCardDescriptionOnLeft .EventCategoryPage-description,.ListCardDescriptionOnLeft .list-description,.ListCardDescriptionOnLeft .list-title,.ListCardDescriptionOnLeft .ProductPage-description,.ListCardDescriptionOnLeft .SectionPage-description,.ListCardDescriptionOnLeft .TagPage-description,.ListCardDescriptionOnLeft .TaxonomyPage-description,.ListCardDescriptionOnLeft .TopicPage-description,.ListCardDescriptionOnLeft .VideoModule-description,.ListCardDescriptionOnLeft .VideoModule-title{margin-left:0}.ListCardDescriptionOnLeft .BrandPage-description,.ListCardDescriptionOnLeft .ContainerAbstract .container-description,.ListCardDescriptionOnLeft .CountryPage-description,.ListCardDescriptionOnLeft .EventCategoryPage-description,.ListCardDescriptionOnLeft .list-description,.ListCardDescriptionOnLeft .ProductPage-description,.ListCardDescriptionOnLeft .SectionPage-description,.ListCardDescriptionOnLeft .TagPage-description,.ListCardDescriptionOnLeft .TaxonomyPage-description,.ListCardDescriptionOnLeft .TopicPage-description,.ListCardDescriptionOnLeft .VideoModule-description{margin-bottom:30px}.ListCardDescriptionOnLeft .list-cta{margin:0 0 30px}.ListCardDescriptionOnLeft .list-bullet-items-item{margin-bottom:20px}@media only screen and (min-width:768px){.ListCardDescriptionOnLeft .list-cta{margin:30px 0 0}.ListCardDescriptionOnLeft.ListCarousel .list-cta{margin:30px 0}}@media only screen and (min-width:1024px){.ListCardDescriptionOnLeft.ListCarousel .list-cta{margin:30px 0}.ListCardDescriptionOnLeft.ListCarousel .ListCarousel-items-item{max-width:calc(50% - 20px)!important}.ListCardDescriptionOnLeft .list{padding:0}.ListCardDescriptionOnLeft-cta{margin-top:30px;margin-bottom:0}.ListCardDescriptionOnLeft-contentWrapper{display:-ms-flexbox;display:flex}.ListCardDescriptionOnLeft-content{-ms-flex-negative:0;flex-shrink:0;width:280px;-ms-flex-preferred-size:280px;flex-basis:280px;margin-right:40px}}@media only screen and (min-width:1440px){.ListCardDescriptionOnLeft .ContainerAbstract .container-title,.ListCardDescriptionOnLeft .list-title,.ListCardDescriptionOnLeft .VideoModule-title{margin-bottom:40px}.ListCardDescriptionOnLeft-content{width:360px;-ms-flex-preferred-size:360px;flex-basis:360px;margin-right:60px}}.ListCardImageOnTop .list{gap:30px 0;margin-top:40px}@media only screen and (min-width:768px) and (max-width:1023px){.ListCardImageOnTop-items.list.list-items-3 .ListCardImageOnTop-items-item{-ms-grid-column:span 4;grid-column:span 4}}@media only screen and (min-width:768px){.ListCardImageOnTop{padding-bottom:50px;padding-top:50px}.ListCardImageOnTop .list{grid-gap:20px}.ListCardImageOnTop .ListCarousel-items.flickity-enabled .ListCarousel-items-item{display:-ms-flexbox;display:flex;min-height:100%;-ms-flex-pack:stretch;justify-content:stretch}.ListCardImageOnTop .ListCarousel-items.flickity-enabled .ListCarousel-items-item .PromoCardImageOnTop{-ms-flex-positive:1;flex-grow:1}}@media only screen and (min-width:1024px){.ListCardImageOnTop{padding-bottom:50px;padding-top:50px}}@media only screen and (min-width:768px) and (max-width:1023px){.ListCardImageOnly-items.list.list-items-3>div{-ms-grid-column:span 4;grid-column:span 4}}.ListCardImageOnSide .list{gap:30px 0;margin-top:40px}@media only screen and (min-width:768px) and (max-width:1023px){.ListCardImageOnSide-items.list.list-items-3 .ListCardImageOnSide-items-item{-ms-grid-column:span 4;grid-column:span 4}}@media only screen and (min-width:768px){.ListCardImageOnSide .list{grid-gap:20px}}@media only screen and (min-width:768px) and (max-width:1023px){.ListCardLogoTop-items.list.list-items-3>div{-ms-grid-column:span 4;grid-column:span 4}.ListCardLogoTop-items.list.list-items-3>div .PromoCardLogoOnTop-content{padding-left:25px;padding-right:25px}.ListCardLogoTop-items.list.list-items-3>div .PromoCardLogoOnTop .promo-cta{display:none}.ListCardLogoTop-items.list.list-items-3>div .PromoCardLogoOnTop .promo-description{font-size:1.4rem}}@media only screen and (min-width:768px) and (max-width:1023px){.ListCardQuote-items.list.list-items-3>div{-ms-grid-column:span 4;grid-column:span 4}.ListCardQuote-items.list.list-items-3>div .QuoteCard{padding:50px 20px}.ListCardQuote-items.list.list-items-3>div blockquote{font-size:16px}.ListCardQuote-items.list.list-items-3>div .quote-companyName,.ListCardQuote-items.list.list-items-3>div .quote-title{display:none}}@media only screen and (min-width:768px) and (max-width:1023px){.ListCardTextOnly-items.list.list-items-3>div{-ms-grid-column:span 4;grid-column:span 4}}.ListCardTextOnly .PromoCardTextOnly{height:100%}.ListVerticalImage-items{display:-ms-grid;display:grid;max-width:256px;grid-gap:40px 20px;-ms-grid-columns:auto;grid-template-columns:auto;margin:0 auto}.ListVerticalImage-items-item{-ms-grid-column:span 1;grid-column:span 1}@media only screen and (min-width:768px){.ListVerticalImage-items{max-width:var(--maxPageWidth);-ms-grid-columns:(minmax(1px,1fr))[2];grid-template-columns:repeat(2,minmax(1px,1fr))}}@media only screen and (min-width:1024px){.ListVerticalImage-items{-ms-grid-columns:(minmax(1px,1fr))[3];grid-template-columns:repeat(3,minmax(1px,1fr))}[data-column-count="2"] .ListVerticalImage-items{-ms-grid-columns:(minmax(1px,1fr))[2];grid-template-columns:repeat(2,minmax(1px,1fr))}[data-column-count="4"] .ListVerticalImage-items{-ms-grid-columns:(minmax(1px,1fr))[4];grid-template-columns:repeat(4,minmax(1px,1fr))}}.ListIconOnSide .list{grid-gap:30px 0}@media only screen and (min-width:768px){.ListIconOnSide .list{grid-gap:40px}}.ListIconOnTopLarge .list{grid-gap:30px 0}@media only screen and (min-width:768px) and (max-width:1023px){.ListIconOnTopLarge-items.list.list-items-3 .ListIconOnTopLarge-items-item{-ms-grid-column:span 4;grid-column:span 4}}@media only screen and (min-width:768px){.ListIconOnTopLarge{padding-top:50px}.ListIconOnTopLarge .list{grid-gap:40px}}@media only screen and (min-width:1024px){.ListIconOnTopLarge{padding-top:50px}}.ListIconOnTopSmall .list.list-2,.ListIconOnTopSmall .list.list-3,.ListIconOnTopSmall .list.list-4,.ListIconOnTopSmall .list.list-6{grid-gap:40px 20px}.ListIconOnTopSmall .list.list-2>div,.ListIconOnTopSmall .list.list-3>div,.ListIconOnTopSmall .list.list-4>div,.ListIconOnTopSmall .list.list-6>div{-ms-grid-column:span 6;grid-column:span 6}@media only screen and (min-width:768px){.ListIconOnTopSmall .list.list-6{grid-gap:40px 10px}.ListIconOnTopSmall .list.list-6>div{-ms-grid-column:span 2;grid-column:span 2}.ListIconOnTopSmall .list.list-4{grid-gap:40px 10px}.ListIconOnTopSmall .list.list-4>div{-ms-grid-column:span 3;grid-column:span 3}.ListIconOnTopSmall .list.list-3{grid-gap:40px 10px}.ListIconOnTopSmall .list.list-3>div{-ms-grid-column:span 4;grid-column:span 4}.ListIconOnTopSmall .list.list-2{grid-gap:40px 10px}.ListIconOnTopSmall .list.list-2>div{-ms-grid-column:span 6;grid-column:span 6}}@media only screen and (min-width:1024px){.ListIconOnTopSmall .list,.ListIconOnTopSmall .list.list-6{grid-gap:40px}.ListIconOnTopSmall .list.list-6>div{-ms-grid-column:span 2;grid-column:span 2}.ListIconOnTopSmall .list.list-4{grid-gap:40px}.ListIconOnTopSmall .list.list-4>div{-ms-grid-column:span 3;grid-column:span 3}.ListIconOnTopSmall .list.list-3{grid-gap:40px}.ListIconOnTopSmall .list.list-3>div{-ms-grid-column:span 4;grid-column:span 4}.ListIconOnTopSmall .list.list-2{grid-gap:40px}.ListIconOnTopSmall .list.list-2>div{-ms-grid-column:span 6;grid-column:span 6}}.ListImageOnTopCircular .list{grid-gap:40px 20px}@media only screen and (max-width:767px){.ListImageOnTopCircular .list>div{-ms-grid-column:span 6;grid-column:span 6}}@media only screen and (min-width:768px){.ListImageOnTopCircular .list{grid-gap:40px}.ListImageOnTopCircular .list.list-3>div,.ListImageOnTopCircular .list.list-4>div{-ms-grid-column:span 4;grid-column:span 4}}@media only screen and (min-width:1024px){.ListImageOnTopCircular .list{grid-gap:60px}.ListImageOnTopCircular .list.list-4>div{-ms-grid-column:span 3;grid-column:span 3}.ListImageOnTopCircular .list.list-3>div{-ms-grid-column:span 4;grid-column:span 4}}.ListImageSmall{padding:30px;background:var(--white)}.ListImageSmall[data-image-style-circular] .PromoImageSmall-media .Image{border-radius:50%}.ListImageSmall-hr{height:1px;background-color:var(--colorBeige3);display:block;margin:20px 0}@media only screen and (min-width:768px){.ListImageSmall-hr{margin:40px 0}}@media only screen and (min-width:1440px){.ListImageSmall-hr{margin:60px 0}}.ListImageMedium{padding:40px 20px;background:var(--white)}.ListImageMedium-hr{height:1px;background-color:var(--colorBeige3);display:block;margin:30px 0}@media only screen and (min-width:768px){.ListImageMedium-hr{margin:40px 0}}@media only screen and (min-width:1024px){.ListImageMedium-hr{margin:60px 0}}.ListImageLarge{background:var(--white)}.ListImageLarge-hr{height:1px;background-color:var(--colorBeige1);display:block;margin:30px 0}.ListImageLarge-pagination{margin-top:30px}@media only screen and (min-width:768px){.ListImageLarge-hr{margin:50px 0}}@media only screen and (min-width:1024px){.ListImageLarge-hr{margin:50px 0}}.ListImageThumbnail{background:var(--white);padding:0}.ListImageThumbnail-title{color:var(--primaryColor);text-transform:uppercase;background-color:var(--searchResultsHeaderColor,#f3f3f3);padding:23px 30px;text-align:center}.ListImageThumbnail-hr{height:1px;background-color:var(--colorBeige1);display:block;margin:20px 0}.ListImageThumbnail-items{padding:30px}.ListLinks{padding:0 0 40px;position:relative;background:#fff;text-align:left;margin-bottom:20px}.ListLinks-description{font-size:1.4rem;line-height:1.29}@media only screen and (min-width:1024px){.ListLinks-description{font-size:1.6rem;line-height:1.38}}.ListLinks-backgroundImage{height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.ListLinks-backgroundImage img,.ListLinks-backgroundImage picture{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ListLinks-header{color:#666;padding:0 0 20px}.ListLinks-title{color:currentColor;padding:0 15px 15px;font-weight:200}.ListLinks-header hr{border:0;border-top:1px solid}.ListLinks-content,.ListLinks-header{z-index:1;position:relative}.ListLinks-header-true{background-size:cover;background-position:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:40px 20px;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}.ListLinks .BrandPage-description,.ListLinks .ContainerAbstract .container-description,.ListLinks .CountryPage-description,.ListLinks .EventCategoryPage-description,.ListLinks .list-description,.ListLinks .ProductPage-description,.ListLinks .SectionPage-description,.ListLinks .TagPage-description,.ListLinks .TaxonomyPage-description,.ListLinks .TopicPage-description,.ListLinks .VideoModule-description{margin-bottom:20px}.ListLinks .ContainerAbstract .container-title,.ListLinks .list-title,.ListLinks .VideoModule-title{margin:0}.ListLinks .list-cta{margin-top:30px}.ListLinks-items{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ListLinks-items-item{width:100%}.ListLinks-link{font-size:16px;line-height:1.625;padding:7px;color:var(--primaryLinkColor);display:block;border-left:5px solid transparent;position:relative;z-index:1;transition:none}.ListLinks-link:hover{border-left-color:currentColor;color:var(--primaryLinkColor)}.ListLinks-link:hover:after{position:absolute;content:"";z-index:-1;left:0;top:0;width:100%;height:100%;background-color:var(--linkListHoverColor)}@media only screen and (min-width:768px){.ListLinks{padding-bottom:40px}}@media only screen and (min-width:1440px){.ListLinks{padding-bottom:60px}}.ListCard{padding:0 0 40px;position:relative;background:#fff}.ListCard-description{font-size:1.4rem;line-height:1.29}@media only screen and (min-width:1024px){.ListCard-description{font-size:1.6rem;line-height:1.38}}.ListCard-logo{margin-bottom:20px}.ListCard.text-left .list-divider{margin-left:0}.ListCard.text-center .list-divider{margin-left:auto;margin-right:auto}.ListCard.text-right .list-divider{margin-right:0}.ListCard-divider-bars .list-divider{margin:20px auto}.ListCard-divider-bullets{text-align:left}.ListCard-divider-bullets .ListCard-items-item{position:relative;padding-left:20px;display:-ms-inline-flexbox;display:inline-flex}.ListCard-divider-bullets .ListCard-items-item .Link{font-size:16px;font-weight:700;line-height:1.38}.ListCard-divider-bullets .ListCard-items-item:not(:last-child){margin-bottom:20px}.ListCard-divider-bullets .ListCard-items-item>svg{width:12px;height:12px;margin-right:8px;position:absolute;top:5px;left:0}.ListCard-divider-rules .list-divider{background:var(--primaryColor);width:100%;height:1px;display:block;margin:20px 0;min-height:1px}.ListCard-divider-rules .ListCard-items-item{width:100%}.ListCard-divider-rules .ListCard-items-item:last-of-type .list-divider{display:block}.ListCard-backgroundImage{height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.ListCard-backgroundImage img,.ListCard-backgroundImage picture{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ListCard-header .ContainerAbstract .container-title,.ListCard-header .list-title,.ListCard-header .VideoModule-title{color:currentColor}.ListCard-header .list-divider{margin:20px auto 0}.text-center .ListCard-header .list-divider{margin-left:auto;margin-right:auto}.text-right .ListCard-header .list-divider{margin-left:auto}.ListCard-header .ListCard-title{color:currentColor}.ListCard-content,.ListCard-header{z-index:1;position:relative}.ListCard-header-true{background-size:cover;background-position:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:40px 20px;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}.ListCard-header-false{padding:40px 30px 20px}.ListCard-content{padding:0 30px}.ListCard .BrandPage-description,.ListCard .ContainerAbstract .container-description,.ListCard .CountryPage-description,.ListCard .EventCategoryPage-description,.ListCard .list-description,.ListCard .ProductPage-description,.ListCard .SectionPage-description,.ListCard .TagPage-description,.ListCard .TaxonomyPage-description,.ListCard .TopicPage-description,.ListCard .VideoModule-description{margin-bottom:20px}.ListCard .ContainerAbstract .container-title,.ListCard .list-title,.ListCard .VideoModule-title{margin:0}.ListCard .list-cta{margin-top:30px}.ListCard-items{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ListCard-items-item{width:100%}.ListCard-items-item:last-of-type .list-divider{display:none}.ListCard-items-item>a{font-size:18px;line-height:1.33;color:inherit}.ListCard-items-item>a:hover{color:var(--primaryLinkColor)}@media only screen and (min-width:768px){.ListCard{padding-bottom:40px}.ListCard-header-false{padding:60px 50px 20px}.ListCard-content{padding:0 50px}}@media only screen and (min-width:1440px){.ListCard{padding-bottom:60px}.ListCard-header-false{padding:60px 30px 20px}.ListCard-content{padding:0 30px}}.ListLogoOnly-items-item{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;justify-self:center}@media only screen and (max-width:1023px){.ListLogoOnly-items.list .ListLogoOnly-items-item{-ms-grid-column:span 6;grid-column:span 6}}@media only screen and (min-width:768px){.ListLogoOnly-items.list{grid-gap:20px}.ListLogoOnly-items.list.list-2 .ListLogoOnly-items-item,.ListLogoOnly-items.list.list-3 .ListLogoOnly-items-item,.ListLogoOnly-items.list.list-4 .ListLogoOnly-items-item{-ms-grid-column:span 4;grid-column:span 4}}@media only screen and (min-width:1024px){.ListLogoOnly-items.list{grid-gap:40px 20px}.ListLogoOnly-items.list.list-2 .ListLogoOnly-items-item,.ListLogoOnly-items.list.list-3 .ListLogoOnly-items-item,.ListLogoOnly-items.list.list-4 .ListLogoOnly-items-item{-ms-grid-column:span 3;grid-column:span 3}}@media only screen and (min-width:1440px){.ListLogoOnly-items.list{grid-gap:40px 20px}.ListLogoOnly-items.list.list-4 .ListLogoOnly-items-item{-ms-grid-column:span 3;grid-column:span 3}.ListLogoOnly-items.list.list-3 .ListLogoOnly-items-item{-ms-grid-column:span 4;grid-column:span 4}.ListLogoOnly-items.list.list-2 .ListLogoOnly-items-item{-ms-grid-column:span 6;grid-column:span 6}}.ListMasonry .list-items{position:relative;padding:0;display:block;grid-gap:unset;-ms-grid-columns:unset;grid-template-columns:unset}@media (max-width:767px){.ListMasonry .grid-item,.ListMasonry .grid-sizer{float:left;width:100%}}.ListMasonry .grid-item{min-height:1px;margin-bottom:var(--gridGutters)}.ListMasonry .grid-item:after{clear:both;content:" ";display:table}.ListMasonry .gutter-sizer{width:calc(var(--gridGutters)/2))}.ListMasonry .list-items{height:100%;margin:0 auto;width:100%}.ListMasonry .list-items:after{clear:both;content:" ";display:table}@media only screen and (min-width:768px){.ListMasonry .grid-item,.ListMasonry .grid-sizer{width:calc(50% - var(--gridGutters)/2)}.ListMasonry .grid-item{margin-right:var(--gridGutters)}.ListMasonry .grid-item:nth-child(2n+2){margin-right:0}.ListMasonry .gutter-sizer{width:var(--gridGutters)}}@media only screen and (min-width:1024px){.ListMasonry .list-2 .grid-item,.ListMasonry .list-2 .grid-sizer{width:calc(50% - var(--gridGutters)*2/4)}.ListMasonry .list-3 .grid-item,.ListMasonry .list-3 .grid-sizer{width:calc(33.33333% - var(--gridGutters)*2/3)}.ListMasonry .list-3 .grid-item:nth-child(2n+2){margin-right:var(--gridGutters)}.ListMasonry .list-3 .grid-item:nth-child(3n+2){margin-right:0}.ListMasonry .list-4 .grid-item,.ListMasonry .list-4 .grid-sizer{width:calc(25% - var(--gridGutters)*2/3)}.ListMasonry .list-4 .grid-item{margin-right:var(--gridGutters)}.ListMasonry .list-4 .grid-item:nth-child(4n+4){margin-right:0}.ListMasonry .grid-item,.ListMasonry .grid-sizer{width:calc(33.333% - var(--gridGutters)*2/3)}.ListMasonry .gutter-sizer{width:var(--gridGutters)}}.ListMetrics{background:var(--colorBeige1)}.ListMetrics.show-divider .ListMetrics-items-item:not(:last-child):after{background:var(--white)}.ListMetrics-items-item .PromoMetrics{box-shadow:none!important}.ListMetrics-items-item:not(:last-child) .PromoMetrics{padding-bottom:20px;box-shadow:none}.ListMetrics-items-item:not(:last-child):after{display:block;content:"";width:180px;height:1px;background:transparent;margin:0 auto;position:relative;top:10px}@media only screen and (min-width:768px){.ListMetrics-items-item{position:relative}.ListMetrics-items-item:not(:last-child) .PromoMetrics{padding-bottom:30px}.ListMetrics-items-item:not(:last-child):after{content:"";display:block;position:absolute;right:-10px;top:0;bottom:0;width:1px;height:100%}.ListMetrics-items-item:nth-child(2n):after{display:none}}@media only screen and (min-width:1024px){.ListMetrics .list-2 .ListMetrics-items-item:not(:last-child):after,.ListMetrics .list-3 .ListMetrics-items-item:not(:last-child):after,.ListMetrics .list-4 .ListMetrics-items-item:not(:last-child):after{display:block}.ListMetrics .list-2 .ListMetrics-items-item:nth-child(2n):after,.ListMetrics .list-3 .ListMetrics-items-item:nth-child(3n):after,.ListMetrics .list-4 .ListMetrics-items-item:nth-child(4n):after{display:none}}.ListTagCloud{padding:0;position:relative;background-position:50%;background:#fff}.ListTagCloud.text-left .list-divider{margin-left:0}.ListTagCloud.text-center .list-divider{margin-left:auto;margin-right:auto}.ListTagCloud.text-right .list-divider{margin-right:0}.ListTagCloud.list-has-no-header{background:var(--colorBeige1)}.ListTagCloud.list-has-no-header .ContainerAbstract .container-title,.ListTagCloud.list-has-no-header .list-title,.ListTagCloud.list-has-no-header .VideoModule-title{margin-bottom:20px}.ListTagCloud.list-has-no-header .list-divider{margin-bottom:0}.ListTagCloud.list-has-no-header .ListTagCloud-header{background:0}.ListTagCloud-content,.ListTagCloud-header{z-index:1;position:relative}.ListTagCloud-header{height:100px;background-size:cover;background-position:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:20px;background:var(--colorBeige1);-ms-flex-direction:column;flex-direction:column}.list-has-no-header .ListTagCloud-header{height:inherit;padding-top:40px;padding-bottom:30px}.ListTagCloud-content{padding:40px 20px 60px}.list-has-no-header .ListTagCloud-content{padding-top:0}.text-left .ListTagCloud-items{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.text-center .ListTagCloud-items{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.text-right .ListTagCloud-items{-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:end;justify-content:flex-end}.text-left .ListTagCloud-header{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.text-center .ListTagCloud-header{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.text-right .ListTagCloud-header{-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center}.ListTagCloud .ContainerAbstract .container-title,.ListTagCloud .list-title,.ListTagCloud .VideoModule-title{margin:0}.ListTagCloud .list-divider{position:relative;background-color:var(--primaryColor)}.ListTagCloud .tag{background:var(--white);border-color:#e2dfdd}.ListTagCloud-items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-4px -4px 0}.ListTagCloud-items-item{margin:4px}@media only screen and (min-width:768px){.ListTagCloud-header{padding-left:30px;padding-right:30px}.ListTagCloud-content{padding:40px 30px}}.ListEvents-items,.ListEvents-itemsWrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.ListEvents-items{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -20px -20px 0}.ListEvents-items .PromoCardBackground-eventDate,.ListEvents-items .PromoCardImageOnTopLarge-eventDate,.ListEvents-items .PromoEvent{margin:0 20px 20px 0}.ListSchedule-table,.ListUpcomingEvents-table{width:100%;margin-left:auto;margin-right:auto;max-width:var(--maxPageWidth);text-align:left;table-layout:auto;border-top:1px solid #ccc;font-size:1.2rem;line-height:1.25;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.ListSchedule-table th,.ListUpcomingEvents-table th{color:var(--secondaryTextColor);padding:8.5px 10px 9.5px 0}.ListSchedule-table td,.ListUpcomingEvents-table td{padding:12.5px 10px 13px 0;vertical-align:top}.ListSchedule-table td:nth-child(2) .Link,.ListUpcomingEvents-table td:nth-child(2) .Link{font-weight:700}.ListSchedule-table td:nth-child(4),.ListUpcomingEvents-table td:nth-child(4){font-weight:700;font-size:1.6rem}.ListSchedule-table td,.ListSchedule-table th,.ListUpcomingEvents-table td,.ListUpcomingEvents-table th{border-bottom:1px solid #ccc}.ListSchedule-table td:nth-child(3),.ListSchedule-table td:nth-child(5),.ListSchedule-table th:nth-child(3),.ListSchedule-table th:nth-child(5),.ListUpcomingEvents-table td:nth-child(3),.ListUpcomingEvents-table td:nth-child(5),.ListUpcomingEvents-table th:nth-child(3),.ListUpcomingEvents-table th:nth-child(5){display:none}.ListSchedule-table .win,.ListUpcomingEvents-table .win{color:#10a170}.ListSchedule-table .loss,.ListUpcomingEvents-table .loss{color:#e61744}@media only screen and (min-width:568px){.ListSchedule-table td:nth-child(3),.ListSchedule-table th:nth-child(3),.ListUpcomingEvents-table td:nth-child(3),.ListUpcomingEvents-table th:nth-child(3){display:table-cell}.ListSchedule-table td:nth-child(4),.ListUpcomingEvents-table td:nth-child(4){font-size:2.1rem}}@media only screen and (min-width:768px){.ListSchedule-table,.ListUpcomingEvents-table{font-size:1.6rem}.ListSchedule-table td,.ListSchedule-table th,.ListUpcomingEvents-table td,.ListUpcomingEvents-table th{padding-right:30px}.ListSchedule-table td:nth-child(5),.ListSchedule-table th:nth-child(5),.ListUpcomingEvents-table td:nth-child(5),.ListUpcomingEvents-table th:nth-child(5){display:table-cell}.ListSchedule-table td:nth-child(4),.ListUpcomingEvents-table td:nth-child(4){font-size:2.8rem}}.ListButtons{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:20px -20px 0 0}.ListButtons-item{display:inline-block;margin:0 20px 20px 0}@media only screen and (min-width:768px){.ListButtons{display:block}}.ListSpeechPromo{padding:30px 20px}.ListSpeechPromo-title{font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}.ListSpeechPromo-items{list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;margin-right:-20px;padding:0;-ms-flex-pack:center;justify-content:center}.ListSpeechPromo-items-item{margin:0 20px 20px 0}@media only screen and (min-width:828px){.ListSpeechPromo{padding:60px 0}.ListSpeechPromo-items{-ms-flex-pack:start;justify-content:flex-start;max-width:740px;margin:0 auto}.ListSpeechPromo-items-item:nth-of-type(2n){margin-right:0}}@media only screen and (min-width:1024px){.ListSpeechPromo-items{max-width:760px}.ListSpeechPromo-items-item:nth-of-type(2n){margin-right:20px}}@media only screen and (min-width:1440px){.ListSpeechPromo{padding-left:0;padding-right:0}.ListSpeechPromo-items{max-width:1140px}}.ListAthleticEvent{display:block}.ListAthleticEvent-itemsWrapper{max-width:var(--maxPageWidth);margin:0 auto}.ListAthleticEvent-items{display:-ms-flexbox;display:flex;margin:0 -20px -20px 0;-ms-flex-wrap:wrap;flex-wrap:wrap}.ListAthleticEvent-items-item{width:calc(100% - 20px);margin:0 20px 20px 0}.ListAthleticEvent .PromoAthleticEvent{text-align:center}.ListAthleticEvent[data-text-left-align] .PromoAthleticEvent{text-align:left}@media only screen and (min-width:568px){.ListAthleticEvent-items-item{width:calc(50% - 20px)}.ListAthleticEvent .flickity-resize .ListAthleticEvent-items-item{height:calc(100% - 20px)}}@media only screen and (min-width:768px){.ListAthleticEvent .PromoAthleticEvent{height:100%}.ListAthleticEvent-items-item{width:calc(33.333% - 20px)}}@media only screen and (min-width:1024px){.ListAthleticEvent-items-item{width:calc(25% - 20px)}}@media only screen and (min-width:1440px){.ListAthleticEvent{margin-left:-25px;padding:50px 0;width:1220px}}.ListAthleticEvent[list-layout=carousel] .ListAthleticEvent-items{display:block;margin:0 -20px 0 0}.ListAthleticEvent[list-layout=carousel] .flickity-prev-next-button{display:none}.ListAthleticEvent[list-layout=carousel] .flickity-page-dots{position:relative;bottom:0}@media only screen and (min-width:1440px){.ListAthleticEvent[list-layout=carousel] .flickity-page-dots{display:none}.ListAthleticEvent[list-layout=carousel] .flickity-prev-next-button{display:block}.ListAthleticEvent[list-layout=carousel] .flickity-prev-next-button.previous{left:-80px}.ListAthleticEvent[list-layout=carousel] .flickity-prev-next-button.next{right:-80px}}.ListUpcomingEvents-table a{color:var(--primaryLinkColor);cursor:pointer}.ListUpcomingEvents-table a:hover{color:var(--primaryLinkHoverColor)}.ListUpcomingEvents-table td{padding:12.5px 20px 13px 0;vertical-align:top;min-width:100px}.ListUpcomingEvents-table td:nth-child(2) .Link{font-weight:700}.ListUpcomingEvents-table td:nth-child(3){display:table-cell;padding-right:0}.ListUpcomingEvents-table td:nth-child(4){display:none}.ListUpcomingEvents-table th:nth-child(3){display:table-cell}.ListUpcomingEvents-table th:nth-child(4){display:none}@media only screen and (min-width:568px){.ListUpcomingEvents-table td:nth-child(4),.ListUpcomingEvents-table th:nth-child(4){display:table-cell}.ListUpcomingEvents-table td:nth-child(3){padding-right:20px}.ListUpcomingEvents-table td:nth-child(4){font-size:1.2rem;font-weight:400;padding-right:0}}@media only screen and (min-width:768px){.ListUpcomingEvents-table td{padding:12.5px 25px 13px 0;min-width:125px}.ListUpcomingEvents-table td:nth-child(3){padding-right:25px}.ListUpcomingEvents-table td:nth-child(4){font-size:1.6rem}}@media only screen and (min-width:1024px){.ListUpcomingEvents-table td{min-width:200px}}@media only screen and (min-width:1440px){.ListUpcomingEvents-table td{min-width:250px}}.ListHighlightA-items{max-width:var(--maxPageWidth);background-color:#fff;box-shadow:0 10px 20px 0 rgba(0,0,0,.05);padding:20px;margin-left:auto;margin-right:auto;margin-bottom:-30px}.ListHighlightA-items-item{margin-bottom:30px}.ListHighlightA-items-item .PromoImageLarge-category,.ListHighlightA-items-item .PromoImageLarge-title{margin-bottom:1rem}.ListHighlightA-items-item .PromoImageLarge-media{margin-bottom:2rem}.ListHighlightA-items-item .PromoImageLarge-media image{width:100%}.ListHighlightA .list-cta{margin-top:70px}@media only screen and (min-width:768px){.ListHighlightA .list-cta{margin-top:70px}.ListHighlightA-items{padding:30px}}@media only screen and (min-width:1024px){.ListHighlightA-items{display:-ms-flexbox;display:flex}.ListHighlightA-items-item:last-of-type{margin-bottom:0}.ListHighlightA-highlightedItem{-ms-flex:1 1 66%;flex:1 1 66%}.ListHighlightA-highlightedItem .PromoImageLarge-description{font-size:1.8rem}.ListHighlightA-aside{border-left:1px solid #e6e6e6;padding-left:20px;margin-left:20px;-ms-flex:1 0 370px;flex:1 0 370px}.ListHighlightA-aside .PromoImageLarge-title{font-size:2.4rem}.ListHighlightA-aside .PromoImageLarge-description{font-size:1.6rem}}.ListAccordion{display:block;text-align:left}.ListAccordion .BrandPage-description,.ListAccordion .ContainerAbstract .container-description,.ListAccordion .CountryPage-description,.ListAccordion .EventCategoryPage-description,.ListAccordion .list-description,.ListAccordion .ProductPage-description,.ListAccordion .SectionPage-description,.ListAccordion .TagPage-description,.ListAccordion .TaxonomyPage-description,.ListAccordion .TopicPage-description,.ListAccordion .VideoModule-description{margin-bottom:5px}.ListAccordion-items{list-style:none;margin:0;padding:0}.ListAccordion-items-item{border-bottom:1px solid var(--colorBeige2);padding:20px 20px 20px 15px}.ListAccordion-items-item-content{display:none;margin-left:30px;padding:20px 0 0}[data-accordion-open=true] .ListAccordion-items-item-content{display:block}@media only screen and (min-width:768px){.ListAccordion-items-item{padding:30px 20px}}.ListAccordion-items-item-title{cursor:pointer;font-size:16px;font-weight:700;margin-left:30px}.ListAccordion-items-item-toggle{cursor:pointer;position:relative}.ListAccordion-items-item-toggle svg{fill:var(--primaryColor);height:15px;left:0;position:absolute;top:5px;transform:rotate(45deg);transition:transform .25s;width:15px}[data-accordion-open=true] .ListAccordion-items-item-toggle svg{transform:rotate(0deg);height:14px;width:14px}.ListAccordion-items-item .RichTextModule-title{display:none}.ListAccordion .ContainerAbstract .container-title,.ListAccordion .list-title,.ListAccordion .VideoModule-title{margin:0 0 15px;text-align:left}.ListAccordion .RichTextFullWidth{margin:0;padding:0}.ListAccordion .RichTextFullWidth-container{margin:0;padding:0;max-width:inherit;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ListAccordion .RichTextFullWidth-content{text-align:left!important}.ListAccordion .RichTextFullWidth-content,.ListAccordion .RichTextFullWidth-cta{max-width:inherit;margin-left:0;margin-right:0}.ListCarousel{background-size:cover;background-position:50%;display:block}.ListCarousel img{margin-left:auto;margin-right:auto}.ListCarousel .list-cta{margin-top:80px}@media only screen and (min-width:768px){.ListCarousel .list-cta{margin-top:50px}}.ListCarousel-items{width:100%;padding:0;position:relative;background:none;display:block;-ms-grid-columns:unset;grid-template-columns:unset;grid-gap:unset;max-height:100%;height:100%}.ListCarousel-items>div{margin-left:0;margin-right:0}.ListCarousel-items.flickity-enabled .ListCarousel-items-item{display:block}.ListCarousel-items .ListCarousel-items-item{max-width:100%;pointer-events:none;opacity:1;transition:opacity .25s;margin:0 10px;width:100%;display:none}.ListCarousel-items .ListCarousel-items-item:first-of-type{display:block}.ListCarousel-items .ListCarousel-items-item.is-selected{pointer-events:all;opacity:1}.ListCarousel-items .ListCarousel-items-item>div{margin-bottom:15px}.ListCarousel-items .flickity-prev-next-button.next{right:-42px}.ListCarousel-items .flickity-prev-next-button.previous{left:-42px}.ListCarousel-items .flickity-page-dots{bottom:-30px}@media only screen and (min-width:768px){.ListCarousel-items.Carousel-columns-1 .ListCarousel-items-item{max-width:100%}.ListCarousel-items.Carousel-columns-2 .ListCarousel-items-item,.ListCarousel-items.Carousel-columns-3 .ListCarousel-items-item,.ListCarousel-items.Carousel-columns-4 .ListCarousel-items-item,.ListCarousel-items.Carousel-columns-6 .ListCarousel-items-item,.ListCarousel-items.Carousel-columns-8 .ListCarousel-items-item,.ListCarousel-items.Carousel-columns-12 .ListCarousel-items-item{max-width:calc(50% - 20px)}}@media only screen and (min-width:1024px){.ListCarousel-items.Carousel-columns-1 .ListCarousel-items-item{max-width:100%}.ListCarousel-items.Carousel-columns-2 .ListCarousel-items-item{max-width:calc(100% - 20px)}.ListCarousel-items.Carousel-columns-3 .ListCarousel-items-item,.ListCarousel-items.Carousel-columns-4 .ListCarousel-items-item,.ListCarousel-items.Carousel-columns-6 .ListCarousel-items-item,.ListCarousel-items.Carousel-columns-8 .ListCarousel-items-item,.ListCarousel-items.Carousel-columns-12 .ListCarousel-items-item{max-width:calc(33.33333% - 20px)}}@media only screen and (min-width:1440px){.ListCarousel-items .flickity-prev-next-button.next{right:-72px}.ListCarousel-items .flickity-prev-next-button.previous{left:-72px}.ListCarousel-items.Carousel-columns-1 .ListCarousel-items-item{max-width:100%}.ListCarousel-items.Carousel-columns-2 .ListCarousel-items-item{max-width:calc(50% - 20px)}.ListCarousel-items.Carousel-columns-3 .ListCarousel-items-item{max-width:calc(33.33333% - 20px)}.ListCarousel-items.Carousel-columns-4 .ListCarousel-items-item{max-width:calc(25% - 20px)}.ListCarousel-items.Carousel-columns-6 .ListCarousel-items-item{max-width:calc(16.66667% - 20px)}.ListCarousel-items.Carousel-columns-8 .ListCarousel-items-item{max-width:calc(12.5% - 20px)}.ListCarousel-items.Carousel-columns-12 .ListCarousel-items-item{max-width:calc(8.33333% - 20px)}}.LeadCarousel{--buttonTextColor:#fff;--buttonBackgroundColor:transparent;--buttonBackgroundHoverColor:hsla(0,0%,100%,0.3)}.LeadCarousel.primary .flickity-prev-next-button{border-color:var(--primaryColor)}.LeadCarousel .ListCarousel-items .ListCarousel-items-item>div{margin-bottom:0}.LeadCarousel .ListCarouselNav{position:relative;bottom:0;left:0;right:0;z-index:2}.LeadCarousel .ListCarouselNav-slides{display:none}.LeadCarousel .ListCarouselNav-slides.flickity-enabled{display:block}.LeadCarousel .ListCarouselNav-slide{width:33.33333%;font-size:16px;font-weight:700;line-height:1.38;text-align:center;color:var(--buttonTextColor);border-right:1px solid hsla(0,0%,100%,.8);transition:background .25s;min-height:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:none;background:var(--buttonBackgroundColor)}.LeadCarousel .ListCarouselNav-slide:last-of-type{border-right:0}@media only screen and (min-width:1024px){.LeadCarousel .ListCarouselNav-slide{display:-ms-flexbox;display:flex;border-top:1px solid hsla(0,0%,100%,.8)}}.LeadCarousel .ListCarouselNav-slide>span{display:inline-block;max-width:85%;padding:25px 15px}.LeadCarousel .ListCarouselNav-slide.is-selected,.LeadCarousel .ListCarouselNav-slide:hover{background:var(--buttonBackgroundHoverColor)}.LeadCarousel .ListCarouselNav-slide:hover{cursor:pointer}.LeadCarousel.sub-nav-enabled .flickity-page-dots{display:none!important}.LeadCarousel.sub-nav-enabled .sub-carousel-mobile-buttons{background:var(--colorAlmostBlack);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;color:var(--white);font-size:20px;-ms-flex-pack:distribute;justify-content:space-around;position:relative;bottom:0;left:0;right:0;padding:0}.LeadCarousel.sub-nav-enabled .sub-carousel-mobile-buttons>button{padding:5px 0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;transition:all .25s;background:var(--colorAlmostBlack);border:0;outline:0;height:40px}.LeadCarousel.sub-nav-enabled .sub-carousel-mobile-buttons>button:first-of-type{border-right:1px solid hsla(0,0%,100%,.2)}.LeadCarousel.sub-nav-enabled .sub-carousel-mobile-buttons>button:hover{background:#333}.LeadCarousel.sub-nav-enabled .sub-carousel-mobile-buttons svg{width:25px;height:25px;fill:#fff;position:relative;top:-3px}@media only screen and (min-width:768px){.LeadCarousel.sub-nav-enabled .sub-carousel-mobile-buttons svg{top:0}}@media only screen and (min-width:768px){.LeadCarousel.sub-nav-enabled .sub-carousel-mobile-buttons{display:none}}.ListCarouselBoxedHeadline{--carouselButtonColor:#fff;--carouselButtonHoverColor:#000;display:block;padding:0;position:relative;background-size:cover;background-position:50%}.ListCarouselBoxedHeadline .BrandPage-description,.ListCarouselBoxedHeadline .ContainerAbstract .container-description,.ListCarouselBoxedHeadline .ContainerAbstract .container-title,.ListCarouselBoxedHeadline .CountryPage-description,.ListCarouselBoxedHeadline .EventCategoryPage-description,.ListCarouselBoxedHeadline .list-cta,.ListCarouselBoxedHeadline .list-description,.ListCarouselBoxedHeadline .list-title,.ListCarouselBoxedHeadline .ProductPage-description,.ListCarouselBoxedHeadline .SectionPage-description,.ListCarouselBoxedHeadline .TagPage-description,.ListCarouselBoxedHeadline .TaxonomyPage-description,.ListCarouselBoxedHeadline .TopicPage-description,.ListCarouselBoxedHeadline .VideoModule-description,.ListCarouselBoxedHeadline .VideoModule-title{display:none}.ListCarouselBoxedHeadline .flickity-prev-next-button.next,.ListCarouselBoxedHeadline .flickity-prev-next-button.previous{background:transparent;top:inherit;position:relative;z-index:1;transform:none;border:none;padding:0;cursor:pointer;color:var(--carouselButtonColor);border:1px solid var(--carouselButtonColor);position:absolute;top:50%;transform:translateY(-50%);display:none}.ListCarouselBoxedHeadline .flickity-prev-next-button.next svg.flickity-button-icon,.ListCarouselBoxedHeadline .flickity-prev-next-button.previous svg.flickity-button-icon{fill:currentColor}.ListCarouselBoxedHeadline .flickity-prev-next-button.next:hover,.ListCarouselBoxedHeadline .flickity-prev-next-button.previous:hover{background-color:var(--carouselButtonColor);color:var(--carouselButtonHoverColor)}.ListCarouselBoxedHeadline .flickity-prev-next-button.next:disabled,.ListCarouselBoxedHeadline .flickity-prev-next-button.previous:disabled{cursor:default;opacity:.5;pointer-events:none}.ListCarouselBoxedHeadline .flickity-prev-next-button.next .visible-on-hover,.ListCarouselBoxedHeadline .flickity-prev-next-button.previous .visible-on-hover{display:none;margin:0 auto}.ListCarouselBoxedHeadline .flickity-prev-next-button.next:hover .visible,.ListCarouselBoxedHeadline .flickity-prev-next-button.previous:hover .visible{display:none}.ListCarouselBoxedHeadline .flickity-prev-next-button.next:hover .visible-on-hover,.ListCarouselBoxedHeadline .flickity-prev-next-button.previous:hover .visible-on-hover{display:block}.ListCarouselBoxedHeadline .flickity-prev-next-button.next.btn-carousel-small,.ListCarouselBoxedHeadline .flickity-prev-next-button.previous.btn-carousel-small{width:30px;height:30px}.ListCarouselBoxedHeadline .flickity-prev-next-button.next.btn-carousel-large,.ListCarouselBoxedHeadline .flickity-prev-next-button.previous.btn-carousel-large{width:60px;height:60px}.ListCarouselBoxedHeadline .flickity-prev-next-button.next{right:20px}.ListCarouselBoxedHeadline .flickity-prev-next-button.previous{left:20px}.ListCarouselBoxedHeadline .flickity-page-dots{line-height:0;bottom:20px;display:block}.ListCarouselBoxedHeadline .flickity-page-dots .dot{border:1px solid var(--carouselButtonColor)}.ListCarouselBoxedHeadline .flickity-page-dots .dot.is-selected,.ListCarouselBoxedHeadline .flickity-page-dots .dot:hover{background:var(--carouselButtonColor)}.ListCarouselBoxedHeadline .ListCarousel-items{width:100%;max-width:100%;padding:0;margin:0}.ListCarouselBoxedHeadline .ListCarousel-items-item{max-width:unset;margin:0;opacity:1;min-height:100%}.ListCarouselBoxedHeadline .ListCarousel-items-item>div{margin:0;-ms-flex-positive:1;flex-grow:1}@media only screen and (min-width:1440px){.ListCarouselBoxedHeadline .flickity-prev-next-button.next,.ListCarouselBoxedHeadline .flickity-prev-next-button.previous{display:block}.ListCarouselBoxedHeadline .flickity-page-dots{display:none}}.ListCarouselButtons{display:block;padding:0;position:relative;background-size:cover;background-position:50%}.ListCarouselButtons .ListCarousel-items{max-width:unset}.ListCarouselButtons .ListCarousel-items-item{margin:0;-ms-flex-positive:1;flex-grow:1}.ListCarouselButtons .flickity-prev-next-button.next{right:10px}.ListCarouselButtons .flickity-prev-next-button.previous{left:10px}@media only screen and (min-width:768px){.ListCarouselButtons .flickity-prev-next-button.next,.ListCarouselButtons .flickity-prev-next-button.previous{display:block}}.ListCarouselHeadline{display:block;padding:0;position:relative;background-size:cover;background-position:50%}.ListCarouselHeadline .BrandPage-description,.ListCarouselHeadline .ContainerAbstract .container-description,.ListCarouselHeadline .ContainerAbstract .container-title,.ListCarouselHeadline .CountryPage-description,.ListCarouselHeadline .EventCategoryPage-description,.ListCarouselHeadline .list-cta,.ListCarouselHeadline .list-description,.ListCarouselHeadline .list-title,.ListCarouselHeadline .ProductPage-description,.ListCarouselHeadline .SectionPage-description,.ListCarouselHeadline .TagPage-description,.ListCarouselHeadline .TaxonomyPage-description,.ListCarouselHeadline .TopicPage-description,.ListCarouselHeadline .VideoModule-description,.ListCarouselHeadline .VideoModule-title{display:none}.ListCarouselHeadline .flickity-page-dots{line-height:0;bottom:20px}.ListCarouselHeadline .ListCarousel-items{max-width:unset}.ListCarouselHeadline .ListCarousel-items-item>div{margin-bottom:0}@media only screen and (min-width:768px){.ListCarouselHeadline-promo-headline-large .flickity-prev-next-button.next,.ListCarouselHeadline-promo-headline-large .flickity-prev-next-button.previous,.ListCarouselHeadline-promo-headline-medium .flickity-prev-next-button.next,.ListCarouselHeadline-promo-headline-medium .flickity-prev-next-button.previous{display:block}.ListCarouselHeadline-promo-headline-large .flickity-prev-next-button.next,.ListCarouselHeadline-promo-headline-medium .flickity-prev-next-button.next{right:20px}.ListCarouselHeadline-promo-headline-large .flickity-prev-next-button.previous,.ListCarouselHeadline-promo-headline-medium .flickity-prev-next-button.previous{left:20px}.ListCarouselHeadline-promo-headline-large .flickity-page-dots,.ListCarouselHeadline-promo-headline-medium .flickity-page-dots{display:none}.ListCarouselHeadline-promo-headline-small .flickity-prev-next-button.next{right:30px}.ListCarouselHeadline-promo-headline-small .flickity-prev-next-button.previous{left:30px}.ListCarouselHeadline-promo-headline-small .flickity-page-dots{display:block}}.ListCarouselQuoteFullWidth{padding:0;position:relative;display:block}.ListCarouselQuoteFullWidth.primary .flickity-prev-next-button{border-color:var(--primaryColor)}.ListCarouselQuoteFullWidth.default .flickity-prev-next-button{border-color:#fff}.ListCarouselQuoteFullWidth .ListCarousel-items-item>div{margin-bottom:0}.ListCarouselQuoteFullWidth .ListCarousel-items{max-width:unset}.ListCarouselQuoteFullWidth .ListCarousel-items .flickity-prev-next-button.next{right:20px}.ListCarouselQuoteFullWidth .ListCarousel-items .flickity-prev-next-button.previous{left:20px}.ListCarouselQuoteFullWidth .QuoteFullWidth{width:100%;min-height:320px;display:-ms-flexbox;display:flex}.ListCarouselQuoteFullWidth .QuoteFullWidth-container{width:100%}.ListCarouselQuoteFullWidth .flickity-page-dots{line-height:0;bottom:20px}@media only screen and (max-width:1023px){.ListCarouselQuoteFullWidth .QuoteFullWidth-container{padding-bottom:70px}}@media only screen and (min-width:768px){.ListCarouselQuoteFullWidth .QuoteFullWidth{min-height:275px}.ListCarouselQuoteFullWidth .QuoteFullWidth.content-horizontal-left .QuoteFullWidth-content{margin:auto 0}.ListCarouselQuoteFullWidth .QuoteFullWidth.content-horizontal-center .QuoteFullWidth-content{margin:0 auto}.ListCarouselQuoteFullWidth .QuoteFullWidth.content-horizontal-right .QuoteFullWidth-content{margin:0 0 0 auto}}@media only screen and (min-width:1024px){.ListCarouselQuoteFullWidth .QuoteFullWidth{min-height:350px}.ListCarouselQuoteFullWidth .QuoteFullWidth-container{padding-left:100px;padding-right:100px}}@media only screen and (min-width:1440px){.ListCarouselQuoteFullWidth .QuoteFullWidth{min-height:420px}.ListCarouselQuoteFullWidth .QuoteFullWidth-container{padding-left:0;padding-right:0}}.ListFlipCard,.ListFlipCardIconAndQuote,.ListFlipCardImageAndButton,.ListFlipCardLogoAndButton{background:var(--colorBeige1)}@media only screen and (max-width:767px){.ListFlipCard .DirectoryEmployeePromo,.ListFlipCard .PromoAbstract,.ListFlipCard .PromoAthleticEvent,.ListFlipCard .PromoCardBackground,.ListFlipCard .PromoCardBackground-eventDate,.ListFlipCard .PromoCardImageOnly,.ListFlipCard .PromoCardImageOnlyLarge,.ListFlipCard .PromoCardImageOnSide,.ListFlipCard .PromoCardImageOnTop,.ListFlipCard .PromoCardImageOnTopLarge,.ListFlipCard .PromoCardImageOnTopLarge-eventDate,.ListFlipCard .PromoCardLogoOnBottom,.ListFlipCard .PromoCardLogoOnTop,.ListFlipCard .PromoCarouselBoxedHeadline,.ListFlipCard .PromoCarouselHeadline,.ListFlipCard .PromoCarouselLargeImage,.ListFlipCard .PromoEvent,.ListFlipCard .PromoFlipCardIconQuote,.ListFlipCard .PromoFlipCardImageButton,.ListFlipCard .PromoFlipCardLogoButton,.ListFlipCard .PromoFullWidth,.ListFlipCard .PromoFullWidth-Large,.ListFlipCard .PromoIconOnSide,.ListFlipCard .PromoIconOnTopLarge,.ListFlipCard .PromoIconOnTopSmall,.ListFlipCard .PromoImage,.ListFlipCard .PromoImageLarge,.ListFlipCard .PromoImageMedium,.ListFlipCard .PromoImageOnBottomLarge,.ListFlipCard .PromoImageOnly,.ListFlipCard .PromoImageOnTopLarge,.ListFlipCard .PromoImageSmall,.ListFlipCard .PromoImageThumbnail,.ListFlipCard .PromoMetrics,.ListFlipCard .PromoNotification,.ListFlipCard .QuoteFullWidth,.ListFlipCard .RichTextCard,.ListFlipCardIconAndQuote .PromoAbstract,.ListFlipCardImageAndButton .PromoAbstract,.ListFlipCardLogoAndButton .PromoAbstract{max-width:280px;margin-left:auto;margin-right:auto}}@media only screen and (min-width:768px) and (max-width:1023px){.ListFlipCard-items.list.list-items-3 .list-items-item,.ListFlipCardIconAndQuote-items.list.list-items-3 .list-items-item,.ListFlipCardImageAndButton-items.list.list-items-3 .list-items-item,.ListFlipCardLogoAndButton-items.list.list-items-3 .list-items-item{-ms-grid-column:span 4;grid-column:span 4}.ListFlipCard-items.list.list-items-3 .list-items-item .promo-description,.ListFlipCard-items.list.list-items-3 .list-items-item .promo-divider,.ListFlipCard-items.list.list-items-3 .list-items-item .PromoMetrics-description,.ListFlipCardIconAndQuote-items.list.list-items-3 .list-items-item .promo-description,.ListFlipCardIconAndQuote-items.list.list-items-3 .list-items-item .promo-divider,.ListFlipCardImageAndButton-items.list.list-items-3 .list-items-item .promo-description,.ListFlipCardImageAndButton-items.list.list-items-3 .list-items-item .promo-divider,.ListFlipCardLogoAndButton-items.list.list-items-3 .list-items-item .promo-description,.ListFlipCardLogoAndButton-items.list.list-items-3 .list-items-item .promo-divider{display:none}.ListFlipCard-items.list.list-items-3 .list-items-item .promo-cta,.ListFlipCardIconAndQuote-items.list.list-items-3 .list-items-item .promo-cta,.ListFlipCardImageAndButton-items.list.list-items-3 .list-items-item .promo-cta,.ListFlipCardLogoAndButton-items.list.list-items-3 .list-items-item .promo-cta{margin-top:0}}@media only screen and (min-width:768px) and (max-width:1023px){.ListFlipCardImageAndButton-items.list.list-items-3 .list-items-item .PromoFlipCardImageButton-content{padding-left:20px;padding-right:20px}}@media only screen and (min-width:768px) and (max-width:1023px){.ListFlipCardLogoAndButton-items.list.list-items-3 .list-items-item{-ms-grid-column:span 4;grid-column:span 4}.ListFlipCardLogoAndButton-items.list.list-items-3 .list-items-item .promo-description,.ListFlipCardLogoAndButton-items.list.list-items-3 .list-items-item .promo-divider,.ListFlipCardLogoAndButton-items.list.list-items-3 .list-items-item .PromoMetrics-description{display:block}.ListFlipCardLogoAndButton-items.list.list-items-3 .list-items-item .promo-cta{margin-top:20px}.ListFlipCardLogoAndButton-items.list.list-items-3 .list-items-item .PromoFlipCardLogoButton-content{padding-left:20px;padding-right:20px}}.SocialList .ContainerAbstract .container-title,.SocialList .list-title,.SocialList .VideoModule-title{margin-bottom:40px}@media only screen and (min-width:768px){.SocialList{padding-top:55px;padding-bottom:48px}.SocialList .ContainerAbstract .container-title,.SocialList .list-title,.SocialList .VideoModule-title{margin-bottom:55px}}@media only screen and (min-width:1024px){.SocialList{padding-top:55px;padding-bottom:48px}.SocialList .ContainerAbstract .container-title,.SocialList .list-title,.SocialList .VideoModule-title{margin-bottom:55px}}.ListFavorite-Section{position:relative;-ms-flex-preferred-size:100%;flex-basis:100%}.ListFavorite-Section[data-link-tooltip]{margin-left:auto}.ListFavorite-Section[data-link-tooltip] .FavoriteModule-link{padding:0}.ListFavorite-Section.grid-item{margin-bottom:0;height:auto}@media (max-width:768px){.ListFavorite-Section.grid-item{position:relative!important;left:auto!important;top:auto!important}}.ListFavorite-Section-title{text-transform:none;font-family:Noto Sans,Open Sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.29;letter-spacing:normal;padding:10px;color:var(--colorCharcoal);font-size:18px}@media only screen and (min-width:768px){.ListFavorite-Section-title{padding:10px 0}}@media only screen and (min-width:1024px){.ListFavorite-Section-title{font-size:16px}}.ListFavorite-Section-title:focus,.ListFavorite-Section-title[data-active]{background:#e6e6e6}@media only screen and (min-width:768px){.ListFavorite-Section-title:focus,.ListFavorite-Section-title[data-active]{background:initial}}.ListFavorite-Section-items{display:none}.ListFavorite-Section-items[data-active]{display:block}.ListFavorite-Section-toggler{width:20px;height:20px;position:absolute;right:0;top:5px;color:var(--primaryColor);pointer-events:none}.ListFavorite-Section-toggler:before{content:"";border-style:solid;border-width:1px 1px 0 0;display:inline-block;height:9px;left:0;position:relative;top:5px;transform:rotate(135deg);width:8px;height:8px}.ListFavorite-Section-toggler[data-active]:before{content:"";transform:rotate(-45deg);top:10px}@media only screen and (min-width:768px){.ListFavorite-Section{-ms-flex-preferred-size:33%;flex-basis:33%;padding:5px}.ListFavorite-Section-items{display:block}.ListFavorite-Section-toggler{display:none}}.SiteNavigation{width:100%;font-family:var(--navigationItemFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.SiteNavigation-items{display:block;padding:0;margin:0}.SiteNavigation-items-item{display:block}@media only screen and (min-width:768px){.SiteNavigation-items-item{display:inline-block}}.SiteNavigationItem{position:relative}.SiteNavigationItem:hover,.SiteNavigationItem[data-item-click=true]{background:var(--siteNavigationItemHoverColor)}.SiteNavigationItem .SiteNavigationItem-text-link,.SiteNavigationItem span{color:var(--siteNavigationItemColor);padding:11px 22px;white-space:nowrap;font-size:16px;display:block;transition:none}.SiteNavigationItem-items{background:#fff;display:none;padding-bottom:15px}.SiteNavigationItem-items .NavigationLink{color:var(--siteNavigationItemColor);padding:5px;white-space:nowrap;font-size:14px;display:block}[data-item-click=true] .SiteNavigationItem-items{display:block}.SiteNavigationItem-items-placeholder{display:none}.SiteNavigationItem-more{cursor:pointer;padding:15px 20px}.SiteNavigationItem-more button{cursor:pointer;padding:0;background:none;border:0}.SiteNavigationItem-more svg{cursor:pointer;fill:var(--siteNavigationItemColor);height:5px;width:15px}.SiteNavigationItem-text{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.SiteNavigationItem.isCurrent .SiteNavigationItem-text-link{border:solid;border-width:0 0 0 3px}@media only screen and (min-width:768px){.SiteNavigationItem-items{display:none;padding:10px 18px;position:absolute;top:47px;left:0;z-index:999}.SiteNavigationItem-items .NavigationLink{padding:5px}[data-item-click=true] .SiteNavigationItem-items{display:none}[data-item-hover=true] .SiteNavigationItem-items{display:block}.SiteNavigationItem a.SiteNavigationItem-text-link{border-bottom:3px solid transparent}.SiteNavigationItem a.SiteNavigationItem-text-link:hover{border-bottom:3px solid var(--siteNavigationItemColor)}.SiteNavigationItem-more{cursor:default;margin-left:-5px;padding:15px 20px 0 0}.SiteNavigationItem-more button,.SiteNavigationItem-more svg{cursor:default}.SiteNavigationItem.isCurrent .SiteNavigationItem-text-link{border-left-width:0;border-bottom-width:3px}}[data-subnav-inline].NavigationItem-items-item,[data-subnav-inline] .NavigationItem-items-item{display:inline-block}.ArticlePage,.AthletePage,.AuthorPage,.BlogPage,.BlogPostPage,.BrandPage,.CoachPage,.CountryPage,.DirectorySearchPage,.EmployeePage,.EventCalendarDayPage,.EventCalendarMonthPage,.EventCategoryPage,.EventPage,.ExperientialPage,.GalleryPage,.Homepage,.Page,.PressRelease,.ProductPage,.SearchResultsPage,.SectionPage,.TagPage,.TaxonomyPage,.TopicPage,.VideoPage{background-color:var(--pageBackgroundColor)}.ArticlePage-headingWrapper,.AthletePage-headingWrapper,.AuthorPage-headingWrapper,.BlogPage-headingWrapper,.BlogPostPage-headingWrapper,.BrandPage-headingWrapper,.CoachPage-headingWrapper,.CountryPage-headingWrapper,.DirectorySearchPage-headingWrapper,.EmployeePage-headingWrapper,.EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage-headingWrapper,.EventCategoryPage-headingWrapper,.EventPage-headingWrapper,.ExperientialPage-headingWrapper,.GalleryPage-headingWrapper,.Homepage-headingWrapper,.Page-headingWrapper,.PressRelease-headingWrapper,.ProductPage-headingWrapper,.SearchResultsPage-headingWrapper,.SectionPage-headingWrapper,.TagPage-headingWrapper,.TaxonomyPage-headingWrapper,.TopicPage-headingWrapper,.VideoPage-headingWrapper{background:var(--pageHeadingBg);padding:40px 20px;background-position:50%;background-size:cover;text-align:center;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1;-ms-flex-pack:center;justify-content:center}.ArticlePage.lead-bg-image .ArticlePage-headingWrapper,.AthletePage.lead-bg-image .AthletePage-headingWrapper,.AuthorPage.lead-bg-image .AuthorPage-headingWrapper,.BlogPage.lead-bg-image .BlogPage-headingWrapper,.BlogPostPage.lead-bg-image .BlogPostPage-headingWrapper,.BrandPage.lead-bg-image .BrandPage-headingWrapper,.CoachPage.lead-bg-image .CoachPage-headingWrapper,.CountryPage.lead-bg-image .CountryPage-headingWrapper,.DirectorySearchPage.lead-bg-image .DirectorySearchPage-headingWrapper,.EmployeePage.lead-bg-image .EmployeePage-headingWrapper,.EventCalendarDayPage.lead-bg-image .EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage.lead-bg-image .EventCalendarMonthPage-headingWrapper,.EventCategoryPage.lead-bg-image .EventCategoryPage-headingWrapper,.EventPage.lead-bg-image .EventPage-headingWrapper,.ExperientialPage.lead-bg-image .ExperientialPage-headingWrapper,.GalleryPage.lead-bg-image .GalleryPage-headingWrapper,.Homepage.lead-bg-image .Homepage-headingWrapper,.Page.lead-bg-image .Page-headingWrapper,.PressRelease.lead-bg-image .PressRelease-headingWrapper,.ProductPage.lead-bg-image .ProductPage-headingWrapper,.SearchResultsPage.lead-bg-image .SearchResultsPage-headingWrapper,.SectionPage.lead-bg-image .SectionPage-headingWrapper,.TagPage.lead-bg-image .TagPage-headingWrapper,.TaxonomyPage.lead-bg-image .TaxonomyPage-headingWrapper,.TopicPage.lead-bg-image .TopicPage-headingWrapper,.VideoPage.lead-bg-image .VideoPage-headingWrapper{min-height:240px}@media only screen and (min-width:768px){.ArticlePage.lead-bg-image .ArticlePage-headingWrapper,.AthletePage.lead-bg-image .AthletePage-headingWrapper,.AuthorPage.lead-bg-image .AuthorPage-headingWrapper,.BlogPage.lead-bg-image .BlogPage-headingWrapper,.BlogPostPage.lead-bg-image .BlogPostPage-headingWrapper,.BrandPage.lead-bg-image .BrandPage-headingWrapper,.CoachPage.lead-bg-image .CoachPage-headingWrapper,.CountryPage.lead-bg-image .CountryPage-headingWrapper,.DirectorySearchPage.lead-bg-image .DirectorySearchPage-headingWrapper,.EmployeePage.lead-bg-image .EmployeePage-headingWrapper,.EventCalendarDayPage.lead-bg-image .EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage.lead-bg-image .EventCalendarMonthPage-headingWrapper,.EventCategoryPage.lead-bg-image .EventCategoryPage-headingWrapper,.EventPage.lead-bg-image .EventPage-headingWrapper,.ExperientialPage.lead-bg-image .ExperientialPage-headingWrapper,.GalleryPage.lead-bg-image .GalleryPage-headingWrapper,.Homepage.lead-bg-image .Homepage-headingWrapper,.Page.lead-bg-image .Page-headingWrapper,.PressRelease.lead-bg-image .PressRelease-headingWrapper,.ProductPage.lead-bg-image .ProductPage-headingWrapper,.SearchResultsPage.lead-bg-image .SearchResultsPage-headingWrapper,.SectionPage.lead-bg-image .SectionPage-headingWrapper,.TagPage.lead-bg-image .TagPage-headingWrapper,.TaxonomyPage.lead-bg-image .TaxonomyPage-headingWrapper,.TopicPage.lead-bg-image .TopicPage-headingWrapper,.VideoPage.lead-bg-image .VideoPage-headingWrapper{min-height:320px}}@media only screen and (min-width:1024px){.ArticlePage.lead-bg-image .ArticlePage-headingWrapper,.AthletePage.lead-bg-image .AthletePage-headingWrapper,.AuthorPage.lead-bg-image .AuthorPage-headingWrapper,.BlogPage.lead-bg-image .BlogPage-headingWrapper,.BlogPostPage.lead-bg-image .BlogPostPage-headingWrapper,.BrandPage.lead-bg-image .BrandPage-headingWrapper,.CoachPage.lead-bg-image .CoachPage-headingWrapper,.CountryPage.lead-bg-image .CountryPage-headingWrapper,.DirectorySearchPage.lead-bg-image .DirectorySearchPage-headingWrapper,.EmployeePage.lead-bg-image .EmployeePage-headingWrapper,.EventCalendarDayPage.lead-bg-image .EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage.lead-bg-image .EventCalendarMonthPage-headingWrapper,.EventCategoryPage.lead-bg-image .EventCategoryPage-headingWrapper,.EventPage.lead-bg-image .EventPage-headingWrapper,.ExperientialPage.lead-bg-image .ExperientialPage-headingWrapper,.GalleryPage.lead-bg-image .GalleryPage-headingWrapper,.Homepage.lead-bg-image .Homepage-headingWrapper,.Page.lead-bg-image .Page-headingWrapper,.PressRelease.lead-bg-image .PressRelease-headingWrapper,.ProductPage.lead-bg-image .ProductPage-headingWrapper,.SearchResultsPage.lead-bg-image .SearchResultsPage-headingWrapper,.SectionPage.lead-bg-image .SectionPage-headingWrapper,.TagPage.lead-bg-image .TagPage-headingWrapper,.TaxonomyPage.lead-bg-image .TaxonomyPage-headingWrapper,.TopicPage.lead-bg-image .TopicPage-headingWrapper,.VideoPage.lead-bg-image .VideoPage-headingWrapper{min-height:480px}}.ArticlePage-titleSection,.AthletePage-titleSection,.AuthorPage-titleSection,.BlogPage-titleSection,.BlogPostPage-titleSection,.BrandPage-titleSection,.CoachPage-titleSection,.CountryPage-titleSection,.DirectorySearchPage-titleSection,.EmployeePage-titleSection,.EventCalendarDayPage-titleSection,.EventCalendarMonthPage-titleSection,.EventCategoryPage-titleSection,.EventPage-titleSection,.ExperientialPage-titleSection,.GalleryPage-titleSection,.Homepage-titleSection,.Page-titleSection,.PressRelease-titleSection,.ProductPage-titleSection,.SearchResultsPage-titleSection,.SectionPage-titleSection,.TagPage-titleSection,.TaxonomyPage-titleSection,.TopicPage-titleSection,.VideoPage-titleSection{max-width:800px;margin-left:auto;margin-right:auto;width:100%}.ArticlePage-actions,.ArticlePage-pageSubHeading,.AthletePage-actions,.AthletePage-pageSubHeading,.AuthorPage-actions,.AuthorPage-pageSubHeading,.BlogPage-actions,.BlogPage-pageSubHeading,.BlogPostPage-actions,.BlogPostPage-pageSubHeading,.BrandPage-actions,.BrandPage-pageSubHeading,.CoachPage-actions,.CoachPage-pageSubHeading,.CountryPage-actions,.CountryPage-pageSubHeading,.DirectorySearchPage-actions,.DirectorySearchPage-pageSubHeading,.EmployeePage-actions,.EmployeePage-pageSubHeading,.EventCalendarDayPage-actions,.EventCalendarDayPage-pageSubHeading,.EventCalendarMonthPage-actions,.EventCalendarMonthPage-pageSubHeading,.EventCategoryPage-actions,.EventCategoryPage-pageSubHeading,.EventPage-actions,.EventPage-pageSubHeading,.ExperientialPage-actions,.ExperientialPage-pageSubHeading,.GalleryPage-actions,.GalleryPage-pageSubHeading,.Homepage-actions,.Homepage-pageSubHeading,.Page-actions,.Page-pageSubHeading,.PressRelease-actions,.PressRelease-pageSubHeading,.ProductPage-actions,.ProductPage-pageSubHeading,.SearchResultsPage-actions,.SearchResultsPage-pageSubHeading,.SectionPage-actions,.SectionPage-pageSubHeading,.TagPage-actions,.TagPage-pageSubHeading,.TaxonomyPage-actions,.TaxonomyPage-pageSubHeading,.TopicPage-actions,.TopicPage-pageSubHeading,.VideoPage-actions,.VideoPage-pageSubHeading{margin-top:20px}.ArticlePage-actions,.AthletePage-actions,.AuthorPage-actions,.BlogPage-actions,.BlogPostPage-actions,.BrandPage-actions,.CoachPage-actions,.CountryPage-actions,.DirectorySearchPage-actions,.EmployeePage-actions,.EventCalendarDayPage-actions,.EventCalendarMonthPage-actions,.EventCategoryPage-actions,.EventPage-actions,.ExperientialPage-actions,.GalleryPage-actions,.Homepage-actions,.Page-actions,.PressRelease-actions,.ProductPage-actions,.SearchResultsPage-actions,.SectionPage-actions,.TagPage-actions,.TaxonomyPage-actions,.TopicPage-actions,.VideoPage-actions{max-width:280px;margin-left:auto;margin-right:auto}.ArticlePage-hat-sticky,.AthletePage-hat-sticky,.AuthorPage-hat-sticky,.BlogPage-hat-sticky,.BlogPostPage-hat-sticky,.BrandPage-hat-sticky,.CoachPage-hat-sticky,.CountryPage-hat-sticky,.DirectorySearchPage-hat-sticky,.EmployeePage-hat-sticky,.EventCalendarDayPage-hat-sticky,.EventCalendarMonthPage-hat-sticky,.EventCategoryPage-hat-sticky,.EventPage-hat-sticky,.ExperientialPage-hat-sticky,.GalleryPage-hat-sticky,.Homepage-hat-sticky,.Page-hat-sticky,.PressRelease-hat-sticky,.ProductPage-hat-sticky,.SearchResultsPage-hat-sticky,.SectionPage-hat-sticky,.TagPage-hat-sticky,.TaxonomyPage-hat-sticky,.TopicPage-hat-sticky,.VideoPage-hat-sticky{position:fixed;top:0;left:0;right:0;z-index:20}.ArticlePage-hat-hidden,.AthletePage-hat-hidden,.AuthorPage-hat-hidden,.BlogPage-hat-hidden,.BlogPostPage-hat-hidden,.BrandPage-hat-hidden,.CoachPage-hat-hidden,.CountryPage-hat-hidden,.DirectorySearchPage-hat-hidden,.EmployeePage-hat-hidden,.EventCalendarDayPage-hat-hidden,.EventCalendarMonthPage-hat-hidden,.EventCategoryPage-hat-hidden,.EventPage-hat-hidden,.ExperientialPage-hat-hidden,.GalleryPage-hat-hidden,.Homepage-hat-hidden,.Page-hat-hidden,.PressRelease-hat-hidden,.ProductPage-hat-hidden,.SearchResultsPage-hat-hidden,.SectionPage-hat-hidden,.TagPage-hat-hidden,.TaxonomyPage-hat-hidden,.TopicPage-hat-hidden,.VideoPage-hat-hidden{display:none}.ArticlePage-contentWrapper,.AthletePage-contentWrapper,.AuthorPage-contentWrapper,.BlogPage-contentWrapper,.BlogPostPage-contentWrapper,.BrandPage-contentWrapper,.CoachPage-contentWrapper,.CountryPage-contentWrapper,.DirectorySearchPage-contentWrapper,.EmployeePage-contentWrapper,.EventCalendarDayPage-contentWrapper,.EventCalendarMonthPage-contentWrapper,.EventCategoryPage-contentWrapper,.EventPage-contentWrapper,.ExperientialPage-contentWrapper,.GalleryPage-contentWrapper,.Homepage-contentWrapper,.Page-contentWrapper,.PressRelease-contentWrapper,.ProductPage-contentWrapper,.SearchResultsPage-contentWrapper,.SectionPage-contentWrapper,.TagPage-contentWrapper,.TaxonomyPage-contentWrapper,.TopicPage-contentWrapper,.VideoPage-contentWrapper{overflow-x:hidden}.ArticlePage-content,.AthletePage-content,.AuthorPage-content,.BlogPage-content,.BlogPostPage-content,.BrandPage-content,.CoachPage-content,.CountryPage-content,.DirectorySearchPage-content,.EmployeePage-content,.EventCalendarDayPage-content,.EventCalendarMonthPage-content,.EventCategoryPage-content,.EventPage-content,.ExperientialPage-content,.GalleryPage-content,.Homepage-content,.Page-content,.PressRelease-content,.ProductPage-content,.SearchResultsPage-content,.SectionPage-content,.TagPage-content,.TaxonomyPage-content,.TopicPage-content,.VideoPage-content{margin-left:auto;margin-right:auto;max-width:1170px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.ArticlePage-main,.AthletePage-main,.AuthorPage-main,.BlogPage-main,.BlogPostPage-main,.BrandPage-main,.CoachPage-main,.CountryPage-main,.DirectorySearchPage-main,.EmployeePage-main,.EventCalendarDayPage-main,.EventCalendarMonthPage-main,.EventCategoryPage-main,.EventPage-main,.ExperientialPage-main,.GalleryPage-main,.Homepage-main,.Page-main,.PressRelease-main,.ProductPage-main,.SearchResultsPage-main,.SectionPage-main,.TagPage-main,.TaxonomyPage-main,.TopicPage-main,.VideoPage-main{max-width:100%;-ms-flex-order:2;order:2;-ms-flex-positive:1;flex-grow:1}.ArticlePage-main>*,.AthletePage-main>*,.AuthorPage-main>*,.BlogPage-main>*,.BlogPostPage-main>*,.BrandPage-main>*,.CoachPage-main>*,.CountryPage-main>*,.DirectorySearchPage-main>*,.EmployeePage-main>*,.EventCalendarDayPage-main>*,.EventCalendarMonthPage-main>*,.EventCategoryPage-main>*,.EventPage-main>*,.ExperientialPage-main>*,.GalleryPage-main>*,.Homepage-main>*,.Page-main>*,.PressRelease-main>*,.ProductPage-main>*,.SearchResultsPage-main>*,.SectionPage-main>*,.TagPage-main>*,.TaxonomyPage-main>*,.TopicPage-main>*,.VideoPage-main>*{position:relative;z-index:0}.ArticlePage-main>:after,.AthletePage-main>:after,.AuthorPage-main>:after,.BlogPage-main>:after,.BlogPostPage-main>:after,.BrandPage-main>:after,.CoachPage-main>:after,.CountryPage-main>:after,.DirectorySearchPage-main>:after,.EmployeePage-main>:after,.EventCalendarDayPage-main>:after,.EventCalendarMonthPage-main>:after,.EventCategoryPage-main>:after,.EventPage-main>:after,.ExperientialPage-main>:after,.GalleryPage-main>:after,.Homepage-main>:after,.Page-main>:after,.PressRelease-main>:after,.ProductPage-main>:after,.SearchResultsPage-main>:after,.SectionPage-main>:after,.TagPage-main>:after,.TaxonomyPage-main>:after,.TopicPage-main>:after,.VideoPage-main>:after{position:absolute;content:"";top:0;bottom:0;width:300vw;left:-100vw;background-color:inherit;z-index:-1}.ArticlePage-aside,.AthletePage-aside,.AuthorPage-aside,.BlogPage-aside,.BlogPostPage-aside,.BrandPage-aside,.CoachPage-aside,.CountryPage-aside,.DirectorySearchPage-aside,.EmployeePage-aside,.EventCalendarDayPage-aside,.EventCalendarMonthPage-aside,.EventCategoryPage-aside,.EventPage-aside,.ExperientialPage-aside,.GalleryPage-aside,.Homepage-aside,.Page-aside,.PressRelease-aside,.ProductPage-aside,.SearchResultsPage-aside,.SectionPage-aside,.TagPage-aside,.TaxonomyPage-aside,.TopicPage-aside,.VideoPage-aside{display:none;padding:50px 20px;-ms-flex-order:1;order:1;-ms-flex-positive:1;flex-grow:1;position:relative;z-index:1}.ArticlePage-aside[open],.AthletePage-aside[open],.AuthorPage-aside[open],.BlogPage-aside[open],.BlogPostPage-aside[open],.BrandPage-aside[open],.CoachPage-aside[open],.CountryPage-aside[open],.DirectorySearchPage-aside[open],.EmployeePage-aside[open],.EventCalendarDayPage-aside[open],.EventCalendarMonthPage-aside[open],.EventCategoryPage-aside[open],.EventPage-aside[open],.ExperientialPage-aside[open],.GalleryPage-aside[open],.Homepage-aside[open],.Page-aside[open],.PressRelease-aside[open],.ProductPage-aside[open],.SearchResultsPage-aside[open],.SectionPage-aside[open],.TagPage-aside[open],.TaxonomyPage-aside[open],.TopicPage-aside[open],.VideoPage-aside[open]{display:block}@media only screen and (min-width:768px){.ArticlePage,.AthletePage,.AuthorPage,.BlogPage,.BlogPostPage,.BrandPage,.CoachPage,.CountryPage,.DirectorySearchPage,.EmployeePage,.EventCalendarDayPage,.EventCalendarMonthPage,.EventCategoryPage,.EventPage,.ExperientialPage,.GalleryPage,.Homepage,.Page,.PressRelease,.ProductPage,.SearchResultsPage,.SectionPage,.TagPage,.TaxonomyPage,.TopicPage,.VideoPage{height:100%}.ArticlePage-body,.AthletePage-body,.AuthorPage-body,.BlogPage-body,.BlogPostPage-body,.BrandPage-body,.CoachPage-body,.CountryPage-body,.DirectorySearchPage-body,.EmployeePage-body,.EventCalendarDayPage-body,.EventCalendarMonthPage-body,.EventCategoryPage-body,.EventPage-body,.ExperientialPage-body,.GalleryPage-body,.Homepage-body,.Page-body,.PressRelease-body,.ProductPage-body,.SearchResultsPage-body,.SectionPage-body,.TagPage-body,.TaxonomyPage-body,.TopicPage-body,.VideoPage-body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ArticlePage-contentWrapper,.AthletePage-contentWrapper,.AuthorPage-contentWrapper,.BlogPage-contentWrapper,.BlogPostPage-contentWrapper,.BrandPage-contentWrapper,.CoachPage-contentWrapper,.CountryPage-contentWrapper,.DirectorySearchPage-contentWrapper,.EmployeePage-contentWrapper,.EventCalendarDayPage-contentWrapper,.EventCalendarMonthPage-contentWrapper,.EventCategoryPage-contentWrapper,.EventPage-contentWrapper,.ExperientialPage-contentWrapper,.GalleryPage-contentWrapper,.Homepage-contentWrapper,.Page-contentWrapper,.PressRelease-contentWrapper,.ProductPage-contentWrapper,.SearchResultsPage-contentWrapper,.SectionPage-contentWrapper,.TagPage-contentWrapper,.TaxonomyPage-contentWrapper,.TopicPage-contentWrapper,.VideoPage-contentWrapper{-ms-flex:1 0 auto;flex:1 0 auto}.ArticlePage-headingWrapper,.AthletePage-headingWrapper,.AuthorPage-headingWrapper,.BlogPage-headingWrapper,.BlogPostPage-headingWrapper,.BrandPage-headingWrapper,.CoachPage-headingWrapper,.CountryPage-headingWrapper,.DirectorySearchPage-headingWrapper,.EmployeePage-headingWrapper,.EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage-headingWrapper,.EventCategoryPage-headingWrapper,.EventPage-headingWrapper,.ExperientialPage-headingWrapper,.GalleryPage-headingWrapper,.Homepage-headingWrapper,.Page-headingWrapper,.PressRelease-headingWrapper,.ProductPage-headingWrapper,.SearchResultsPage-headingWrapper,.SectionPage-headingWrapper,.TagPage-headingWrapper,.TaxonomyPage-headingWrapper,.TopicPage-headingWrapper,.VideoPage-headingWrapper{padding:60px 40px}.ArticlePage-aside,.AthletePage-aside,.AuthorPage-aside,.BlogPage-aside,.BlogPostPage-aside,.BrandPage-aside,.CoachPage-aside,.CountryPage-aside,.DirectorySearchPage-aside,.EmployeePage-aside,.EventCalendarDayPage-aside,.EventCalendarMonthPage-aside,.EventCategoryPage-aside,.EventPage-aside,.ExperientialPage-aside,.GalleryPage-aside,.Homepage-aside,.Page-aside,.PressRelease-aside,.ProductPage-aside,.SearchResultsPage-aside,.SectionPage-aside,.TagPage-aside,.TaxonomyPage-aside,.TopicPage-aside,.VideoPage-aside{padding:50px}}@media only screen and (min-width:768px){.ArticlePage-body.with-transparent-header .ArticlePage-headingWrapper,.AthletePage-body.with-transparent-header .AthletePage-headingWrapper,.AuthorPage-body.with-transparent-header .AuthorPage-headingWrapper,.BlogPage-body.with-transparent-header .BlogPage-headingWrapper,.BlogPostPage-body.with-transparent-header .BlogPostPage-headingWrapper,.BrandPage-body.with-transparent-header .BrandPage-headingWrapper,.CoachPage-body.with-transparent-header .CoachPage-headingWrapper,.CountryPage-body.with-transparent-header .CountryPage-headingWrapper,.DirectorySearchPage-body.with-transparent-header .DirectorySearchPage-headingWrapper,.EmployeePage-body.with-transparent-header .EmployeePage-headingWrapper,.EventCalendarDayPage-body.with-transparent-header .EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage-body.with-transparent-header .EventCalendarMonthPage-headingWrapper,.EventCategoryPage-body.with-transparent-header .EventCategoryPage-headingWrapper,.EventPage-body.with-transparent-header .EventPage-headingWrapper,.ExperientialPage-body.with-transparent-header .ExperientialPage-headingWrapper,.GalleryPage-body.with-transparent-header .GalleryPage-headingWrapper,.Homepage-body.with-transparent-header .Homepage-headingWrapper,.Page-body.with-transparent-header .Page-headingWrapper,.PressRelease-body.with-transparent-header .PressRelease-headingWrapper,.ProductPage-body.with-transparent-header .ProductPage-headingWrapper,.SearchResultsPage-body.with-transparent-header .SearchResultsPage-headingWrapper,.SectionPage-body.with-transparent-header .SectionPage-headingWrapper,.TagPage-body.with-transparent-header .TagPage-headingWrapper,.TaxonomyPage-body.with-transparent-header .TaxonomyPage-headingWrapper,.TopicPage-body.with-transparent-header .TopicPage-headingWrapper,.VideoPage-body.with-transparent-header .VideoPage-headingWrapper{padding:201px 40px 60px}.ArticlePage-body.with-transparent-header .ArticlePage-pageLead:first-child .PromoAbstract,.AthletePage-body.with-transparent-header .AthletePage-pageLead:first-child .PromoAbstract,.AuthorPage-body.with-transparent-header .AuthorPage-pageLead:first-child .PromoAbstract,.BlogPage-body.with-transparent-header .BlogPage-pageLead:first-child .PromoAbstract,.BlogPostPage-body.with-transparent-header .BlogPostPage-pageLead:first-child .PromoAbstract,.BrandPage-body.with-transparent-header .BrandPage-pageLead:first-child .PromoAbstract,.CoachPage-body.with-transparent-header .CoachPage-pageLead:first-child .PromoAbstract,.CountryPage-body.with-transparent-header .CountryPage-pageLead:first-child .PromoAbstract,.DirectorySearchPage-body.with-transparent-header .DirectorySearchPage-pageLead:first-child .PromoAbstract,.EmployeePage-body.with-transparent-header .EmployeePage-pageLead:first-child .PromoAbstract,.EventCalendarDayPage-body.with-transparent-header .EventCalendarDayPage-pageLead:first-child .PromoAbstract,.EventCalendarMonthPage-body.with-transparent-header .EventCalendarMonthPage-pageLead:first-child .PromoAbstract,.EventCategoryPage-body.with-transparent-header .EventCategoryPage-pageLead:first-child .PromoAbstract,.EventPage-body.with-transparent-header .EventPage-pageLead:first-child .PromoAbstract,.ExperientialPage-body.with-transparent-header .ExperientialPage-pageLead:first-child .PromoAbstract,.GalleryPage-body.with-transparent-header .GalleryPage-pageLead:first-child .PromoAbstract,.Homepage-body.with-transparent-header .Homepage-pageLead:first-child .PromoAbstract,.Page-body.with-transparent-header .Page-pageLead:first-child .DirectoryEmployeePromo,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoAbstract,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoAthleticEvent,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCardBackground,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCardBackground-eventDate,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCardImageOnly,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCardImageOnlyLarge,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCardImageOnSide,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCardImageOnTop,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCardImageOnTopLarge,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCardImageOnTopLarge-eventDate,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCardLogoOnBottom,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCardLogoOnTop,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCarouselBoxedHeadline,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCarouselHeadline,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoCarouselLargeImage,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoEvent,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoFlipCardIconQuote,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoFlipCardImageButton,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoFlipCardLogoButton,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoFullWidth,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoFullWidth-Large,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoIconOnSide,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoIconOnTopLarge,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoIconOnTopSmall,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoImage,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoImageLarge,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoImageMedium,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoImageOnBottomLarge,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoImageOnly,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoImageOnTopLarge,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoImageSmall,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoImageThumbnail,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoMetrics,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoNotification,.Page-body.with-transparent-header .Page-pageLead:first-child .QuoteFullWidth,.Page-body.with-transparent-header .Page-pageLead:first-child .RichTextCard,.PressRelease-body.with-transparent-header .PressRelease-pageLead:first-child .PromoAbstract,.ProductPage-body.with-transparent-header .ProductPage-pageLead:first-child .PromoAbstract,.SearchResultsPage-body.with-transparent-header .SearchResultsPage-pageLead:first-child .PromoAbstract,.SectionPage-body.with-transparent-header .SectionPage-pageLead:first-child .PromoAbstract,.TagPage-body.with-transparent-header .TagPage-pageLead:first-child .PromoAbstract,.TaxonomyPage-body.with-transparent-header .TaxonomyPage-pageLead:first-child .PromoAbstract,.TopicPage-body.with-transparent-header .TopicPage-pageLead:first-child .PromoAbstract,.VideoPage-body.with-transparent-header .VideoPage-pageLead:first-child .PromoAbstract{display:block;padding-top:180px}}@media only screen and (min-width:1024px){.ArticlePage[data-aside-right] .ArticlePage-aside,.AthletePage[data-aside-right] .AthletePage-aside,.AuthorPage[data-aside-right] .AuthorPage-aside,.BlogPage[data-aside-right] .BlogPage-aside,.BlogPostPage[data-aside-right] .BlogPostPage-aside,.BrandPage[data-aside-right] .BrandPage-aside,.CoachPage[data-aside-right] .CoachPage-aside,.CountryPage[data-aside-right] .CountryPage-aside,.DirectorySearchPage[data-aside-right] .DirectorySearchPage-aside,.EmployeePage[data-aside-right] .EmployeePage-aside,.EventCalendarDayPage[data-aside-right] .EventCalendarDayPage-aside,.EventCalendarMonthPage[data-aside-right] .EventCalendarMonthPage-aside,.EventCategoryPage[data-aside-right] .EventCategoryPage-aside,.EventPage[data-aside-right] .EventPage-aside,.ExperientialPage[data-aside-right] .ExperientialPage-aside,.GalleryPage[data-aside-right] .GalleryPage-aside,.Homepage[data-aside-right] .Homepage-aside,.Page[data-aside-right] .Page-aside,.PressRelease[data-aside-right] .PressRelease-aside,.ProductPage[data-aside-right] .ProductPage-aside,.SearchResultsPage[data-aside-right] .SearchResultsPage-aside,.SectionPage[data-aside-right] .SectionPage-aside,.TagPage[data-aside-right] .TagPage-aside,.TaxonomyPage[data-aside-right] .TaxonomyPage-aside,.TopicPage[data-aside-right] .TopicPage-aside,.VideoPage[data-aside-right] .VideoPage-aside{margin-left:50px;margin-right:0;-ms-flex-order:1;order:1}.ArticlePage[data-aside-right] .ArticlePage-main,.AthletePage[data-aside-right] .AthletePage-main,.AuthorPage[data-aside-right] .AuthorPage-main,.BlogPage[data-aside-right] .BlogPage-main,.BlogPostPage[data-aside-right] .BlogPostPage-main,.BrandPage[data-aside-right] .BrandPage-main,.CoachPage[data-aside-right] .CoachPage-main,.CountryPage[data-aside-right] .CountryPage-main,.DirectorySearchPage[data-aside-right] .DirectorySearchPage-main,.EmployeePage[data-aside-right] .EmployeePage-main,.EventCalendarDayPage[data-aside-right] .EventCalendarDayPage-main,.EventCalendarMonthPage[data-aside-right] .EventCalendarMonthPage-main,.EventCategoryPage[data-aside-right] .EventCategoryPage-main,.EventPage[data-aside-right] .EventPage-main,.ExperientialPage[data-aside-right] .ExperientialPage-main,.GalleryPage[data-aside-right] .GalleryPage-main,.Homepage[data-aside-right] .Homepage-main,.Page[data-aside-right] .Page-main,.PressRelease[data-aside-right] .PressRelease-main,.ProductPage[data-aside-right] .ProductPage-main,.SearchResultsPage[data-aside-right] .SearchResultsPage-main,.SectionPage[data-aside-right] .SectionPage-main,.TagPage[data-aside-right] .TagPage-main,.TaxonomyPage[data-aside-right] .TaxonomyPage-main,.TopicPage[data-aside-right] .TopicPage-main,.VideoPage[data-aside-right] .VideoPage-main{-ms-flex-order:0;order:0}.ArticlePage-actions,.ArticlePage-pageSubHeading,.AthletePage-actions,.AthletePage-pageSubHeading,.AuthorPage-actions,.AuthorPage-pageSubHeading,.BlogPage-actions,.BlogPage-pageSubHeading,.BlogPostPage-actions,.BlogPostPage-pageSubHeading,.BrandPage-actions,.BrandPage-pageSubHeading,.CoachPage-actions,.CoachPage-pageSubHeading,.CountryPage-actions,.CountryPage-pageSubHeading,.DirectorySearchPage-actions,.DirectorySearchPage-pageSubHeading,.EmployeePage-actions,.EmployeePage-pageSubHeading,.EventCalendarDayPage-actions,.EventCalendarDayPage-pageSubHeading,.EventCalendarMonthPage-actions,.EventCalendarMonthPage-pageSubHeading,.EventCategoryPage-actions,.EventCategoryPage-pageSubHeading,.EventPage-actions,.EventPage-pageSubHeading,.ExperientialPage-actions,.ExperientialPage-pageSubHeading,.GalleryPage-actions,.GalleryPage-pageSubHeading,.Homepage-actions,.Homepage-pageSubHeading,.Page-actions,.Page-pageSubHeading,.PressRelease-actions,.PressRelease-pageSubHeading,.ProductPage-actions,.ProductPage-pageSubHeading,.SearchResultsPage-actions,.SearchResultsPage-pageSubHeading,.SectionPage-actions,.SectionPage-pageSubHeading,.TagPage-actions,.TagPage-pageSubHeading,.TaxonomyPage-actions,.TaxonomyPage-pageSubHeading,.TopicPage-actions,.TopicPage-pageSubHeading,.VideoPage-actions,.VideoPage-pageSubHeading{margin-top:30px}.ArticlePage-content,.AthletePage-content,.AuthorPage-content,.BlogPage-content,.BlogPostPage-content,.BrandPage-content,.CoachPage-content,.CountryPage-content,.DirectorySearchPage-content,.EmployeePage-content,.EventCalendarDayPage-content,.EventCalendarMonthPage-content,.EventCategoryPage-content,.EventPage-content,.ExperientialPage-content,.GalleryPage-content,.Homepage-content,.Page-content,.PressRelease-content,.ProductPage-content,.SearchResultsPage-content,.SectionPage-content,.TagPage-content,.TaxonomyPage-content,.TopicPage-content,.VideoPage-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center}.ArticlePage-aside,.AthletePage-aside,.AuthorPage-aside,.BlogPage-aside,.BlogPostPage-aside,.BrandPage-aside,.CoachPage-aside,.CountryPage-aside,.DirectorySearchPage-aside,.EmployeePage-aside,.EventCalendarDayPage-aside,.EventCalendarMonthPage-aside,.EventCategoryPage-aside,.EventPage-aside,.ExperientialPage-aside,.GalleryPage-aside,.Homepage-aside,.Page-aside,.PressRelease-aside,.ProductPage-aside,.SearchResultsPage-aside,.SectionPage-aside,.TagPage-aside,.TaxonomyPage-aside,.TopicPage-aside,.VideoPage-aside{display:block;-ms-flex-order:0;order:0;-ms-flex:0 0 320px;flex:0 0 320px;padding:0;margin-right:50px;margin-top:-50px}.ArticlePage-aside.remove-offset,.AthletePage-aside.remove-offset,.AuthorPage-aside.remove-offset,.BlogPage-aside.remove-offset,.BlogPostPage-aside.remove-offset,.BrandPage-aside.remove-offset,.CoachPage-aside.remove-offset,.CountryPage-aside.remove-offset,.DirectorySearchPage-aside.remove-offset,.EmployeePage-aside.remove-offset,.EventCalendarDayPage-aside.remove-offset,.EventCalendarMonthPage-aside.remove-offset,.EventCategoryPage-aside.remove-offset,.EventPage-aside.remove-offset,.ExperientialPage-aside.remove-offset,.GalleryPage-aside.remove-offset,.Homepage-aside.remove-offset,.Page-aside.remove-offset,.PressRelease-aside.remove-offset,.ProductPage-aside.remove-offset,.SearchResultsPage-aside.remove-offset,.SectionPage-aside.remove-offset,.TagPage-aside.remove-offset,.TaxonomyPage-aside.remove-offset,.TopicPage-aside.remove-offset,.VideoPage-aside.remove-offset{margin-top:50px}.ArticlePage-main,.AthletePage-main,.AuthorPage-main,.BlogPage-main,.BlogPostPage-main,.BrandPage-main,.CoachPage-main,.CountryPage-main,.DirectorySearchPage-main,.EmployeePage-main,.EventCalendarDayPage-main,.EventCalendarMonthPage-main,.EventCategoryPage-main,.EventPage-main,.ExperientialPage-main,.GalleryPage-main,.Homepage-main,.Page-main,.PressRelease-main,.ProductPage-main,.SearchResultsPage-main,.SectionPage-main,.TagPage-main,.TaxonomyPage-main,.TopicPage-main,.VideoPage-main{-ms-flex-order:1;order:1;-ms-flex:1 1 auto;flex:1 1 auto}}.Header{width:100%;display:block;z-index:20;top:0;box-shadow:0 0 10px rgba(0,0,0,.16);border-bottom:1px solid #ddd;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;position:-webkit-sticky;position:sticky}.Header-skipToMainContent{position:fixed;left:1em;top:1em;z-index:9999;pointer-events:none;opacity:0;transition:opacity 2s ease}.Header-skipToMainContent:focus{opacity:1;pointer-events:all;transition:opacity .1s ease}.Header-stickyContainer{height:56px;-ms-flex-negative:0;flex-shrink:0}@media only screen and (min-width:1024px){.Header-stickyContainer{height:180px}.Header-homeStickyContainer{height:130px}}.Header[data-header-home]{position:relative;top:0;transition:transform .3s ease}.Header-menu-button[aria-expanded=true]{background-color:var(--buttonBgColor1)}.Header-navigation{display:none;border-top:1px solid var(--headerHorizontalDividerColor);background-color:var(--pageBackgroundColor)}.menu-open .Header-navigation{display:-ms-flexbox;display:flex}.Header-breadcrumbs{line-height:1.4;font-size:16px}.Header-breadcrumbs .Link,.Header-breadcrumbs .NavigationLink{color:#fff;text-decoration:none;transition:opacity .2s ease;opacity:.75}.Header-breadcrumbs .Link:hover,.Header-breadcrumbs .Link:visited,.Header-breadcrumbs .NavigationLink:hover,.Header-breadcrumbs .NavigationLink:visited{opacity:1}.Header-breadcrumbs .Link:not(:last-child):after,.Header-breadcrumbs .NavigationLink:not(:last-child):after{content:"|";color:var(--headerBreadcrumbDividerColor);display:inline-block;margin:0 8px;font-size:.7em;transform:translateY(-15%)}.Header-headerLinks{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;font-size:13px;letter-spacing:2px;-ms-flex-order:4;order:4;padding:20px 10px;border-bottom:1px solid #f4f4f4}.Header-headerLinks .Link{color:var(--siteNavigationItemColor);-ms-flex:0 0 auto;flex:0 0 auto}.Header-headerLinks .Link:not(:last-child):after{content:"|";color:var(--headerBreadcrumbDividerColor);display:inline-block;margin:0 8px;font-size:.7em;transform:translateY(-15%)}.Header-titles{position:relative;padding:9px 36px 9px 13px}.Header-title{font-size:18px;line-height:1.4;margin:6px 0;bottom:1px}.Header-title:before{content:" ";display:block;position:absolute;background:var(--headerDividerColor);width:1px;height:74%;right:auto;left:0;top:13%}@media only screen and (min-width:768px){.Header-title{font-size:21px}}@media only screen and (min-width:1024px){.Header-title{font-size:24px}}.Header-title,.Header-title a{color:var(--headerTextColor)}.Header-titleLogo{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Header-titleLogo .PageLogo-image{width:100%;max-width:calc(100% - 20px)}.Header-subtitle{font-size:12px;line-height:1.4;color:var(--headerTextColor);margin:4px 0}@media only screen and (min-width:768px){.Header-subtitle{font-size:14px}}.Header-logo{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-height:56px}.Header-logo img{max-width:50px;height:auto;min-height:20px}.Header-contentTop{background:var(--headerBgColor);padding:0;display:grid;grid-gap:0;grid-template-columns:72px auto}.Header-actions{grid-column:1/3;display:none;flex-wrap:wrap;align-items:center;background-color:var(--headerMenuBgColor)}.Header-authNavigation{-ms-flex-align:center;align-items:center;-ms-flex-order:2;order:2;-ms-flex-negative:0;flex-shrink:0;margin-left:auto;margin-right:2rem;-ms-flex-direction:column;flex-direction:column;padding:10px 0}.Header-authNavigation,.menu-open .Header-actions{display:-ms-flexbox;display:flex}.Header-customButton{white-space:nowrap;padding:10px;-ms-flex-order:3;order:3;border-bottom:1px solid #f4f4f4}.Header-customButton>a{padding:4px 24px;font-size:16px;min-height:35px}.Header-customButton>a:focus,.Header-customButton>a:hover{background-color:var(--customButtonHoverColor);transform:none}.Header-search{min-width:375px;border-bottom:1px solid #ddd;position:relative;-ms-flex:0 0 100%;flex:0 0 100%}.Header-search-form{display:-ms-flexbox;display:flex;width:100%;position:relative}.Header-search-input{border:1px solid #fff;box-shadow:0 5px 6px -7px #ddd;border-radius:0;width:100%;min-width:375px;padding:12px 20px;font-size:16px}.Header-search-button{color:var(--headerBgColor);top:8px;right:8px}.Header-search-link{display:none}.Header .SiteNavigation{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.Header:not([data-header-home]) .Header .SiteNavigation{-ms-flex-direction:row;flex-direction:row}.Header:not([data-header-home]) .Header-navigation{display:-ms-flexbox;display:flex;padding-left:115px}.Header:not([data-header-home]) .Header-authNavigation{margin-left:3.2rem;margin-right:1.6rem;-ms-flex-order:unset;order:unset}.Header:not([data-header-home]) .Header-customButton,.Header:not([data-header-home]) .Header-headerLinks{border-bottom:none}.Header:not([data-header-home]) .Header-search{min-width:144px}.Header:not([data-header-home]) .Header-search-input{min-width:144px;box-shadow:none}.Header:not([data-header-home]) .Header-search-button{top:0;right:0}.Header:not([data-header-home]) .Header-contentTop{grid-template-columns:115px auto max-content}.Header:not([data-header-home]) .Header-titles{padding:12px 24px}.Header:not([data-header-home]) .Header-menu-button{display:none}.Header:not([data-header-home]) .Header-logo img{max-width:70px}.Header:not([data-header-home]) .Header-customButton{white-space:nowrap;background:0;padding:0;grid-column:1/2;grid-row:2/3;order:unset;top:unset;position:relative}.Header:not([data-header-home]) .Header-customButton>a{position:relative;top:unset}.Header:not([data-header-home]) .Header-actions{grid-column:3/4;display:flex;flex-wrap:nowrap;font-size:.9375rem;align-items:center;background-color:transparent}.Header:not([data-header-home]) .Header-search{grid-column:1/3;margin:0 20px;display:flex;flex-direction:row;flex:0 0 auto;align-items:center;background:transparent none;border-bottom:0}.Header:not([data-header-home]) .Header-search-input{height:35px;border-radius:30px;width:144px;padding:5px 35px 5px 15px}.Header[data-header-home] .SiteNavigation-items-item{display:block}.Header[transparent]{position:fixed;transition:border-color .2s ease}.Header[transparent] .SiteNavigationItem-text-link,.Header[transparent] .SiteNavigationItem span{transition:color .2s ease}.Header[transparent] .SiteNavigationItem:hover,.Header[transparent] .SiteNavigationItem [data-item-click=true]{transition:background-color .2s ease,color .2s ease}.Header[transparent] .SiteNavigationItem-more svg{transition:color .2s ease}.Header[transparent] .Header-contentTop,.Header[transparent] .Header-navigation,.Header[transparent] .Header-title:before{transition:background-color .2s ease}.Header[transparent] .Header-navigation{transition:background-color .2s ease,border-color .2s ease}.Header[transparent] .Header-logo{transition:background-color .2s ease}.Header[transparent]:not([transparency-disabled]){position:fixed;border-bottom-color:hsla(0,0%,100%,.3)}.Header[transparent]:not([transparency-disabled]) .SiteNavigationItem-text-link,.Header[transparent]:not([transparency-disabled]) .SiteNavigationItem span{color:#fff}.Header[transparent]:not([transparency-disabled]) .SiteNavigationItem:hover,.Header[transparent]:not([transparency-disabled]) .SiteNavigationItem [data-item-click=true]{background-color:transparent;border-bottom-color:#fff}.Header[transparent]:not([transparency-disabled]) .SiteNavigationItem-more svg{color:#fff}.Header[transparent]:not([transparency-disabled]) .Header-title:before{background-color:transparent}.Header[transparent]:not([transparency-disabled]) .Header-contentTop,.Header[transparent]:not([transparency-disabled]) .Header-navigation{background-color:rgba(0,0,0,.3)}.Header[transparent]:not([transparency-disabled]) .Header-navigation{border-top-color:hsla(0,0%,100%,.3)}.Header[transparent]:not([transparency-disabled]) .Header-logo{background-color:var(--primaryColor)}}@media only screen and (min-width:1024px){.Header[data-header-home] .Header-navigation{display:-ms-flexbox;display:flex;padding-left:115px}.Header[data-header-home] .Header-search{min-width:144px}.Header[data-header-home] .Header-search-input{min-width:144px;box-shadow:none}.Header[data-header-home] .Header-search-button{top:0;right:0}.Header[data-header-home] .Header-headerLinks{-ms-flex-order:initial;order:0;border-bottom:none;padding:0;letter-spacing:0}.Header[data-header-home] .Header-headerLinks .Link{color:#fff}.Header[data-header-home] .Header-contentTop{grid-template-columns:115px auto min-content}.Header[data-header-home] .Header-titles{padding:12px 24px}.Header[data-header-home] .Header-menu-button{display:none}.Header[data-header-home] .Header-logo img{max-width:70px}.Header[data-header-home] .Header-customButton{white-space:nowrap;background:0;padding:0;grid-column:1/2;grid-row:2/3;order:0}.Header[data-header-home] .Header-customButton>a{position:relative;top:unset}.Header[data-header-home] .Header-actions{grid-column:3/4;display:flex;flex-wrap:nowrap;font-size:.9375rem;justify-content:flex-end;align-items:center;background:transparent none}.Header[data-header-home] .Header-search{grid-column:1/3;margin:0 20px;display:flex;flex-direction:row;align-items:center;background:transparent none;border-bottom:0}.Header[data-header-home] .Header-search-input{height:35px;border-radius:30px;width:144px;padding:5px 35px 5px 15px}}@media only screen and (min-width:1024px){.Header-search-input{width:200px}}.Header[data-header-home] .Header-home-logo{display:none}@media only screen and (min-width:1024px){.Header[data-header-home] .Header-customButton{display:none}.Header[data-header-home] .Header-contentTop{background:var(--homeHeaderBackgroundColor,#001832);height:50px}.Header[data-header-home] .Header-home-logo{-ms-flex-align:center;align-items:center;background:var(--homeHeaderLogoBackgroundColor,#002d5f);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;height:170px;left:calc(50% - 125px);opacity:0;position:absolute;top:-170px;width:250px;z-index:1}.Header[data-header-home] .Header-home-logo img{width:190px}[data-document-loaded] .Header[data-header-home] .Header-home-logo{opacity:1;top:0}.Header[data-header-home] .Header-logo{display:none}.Header[data-header-home] .Header-navigation{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:0;height:80px}.Header[data-header-home] .Header-navigation .SiteNavigationItem-text-link,.Header[data-header-home] .Header-navigation .SiteNavigationItem span{color:#141414}.Header[data-header-home] .Header-navigation .SiteNavigation{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;width:100%;position:relative;top:10px}.Header[data-header-home] .Header-navigation .SiteNavigation-items{-ms-flex:0 0 calc(50% - 190px);flex:0 0 calc(50% - 190px);text-align:right}.Header[data-header-home] .Header-navigation .SiteNavigation-items-item{display:inline-block}.Header[data-header-home] .Header-navigation .SiteNavigation-items.rightSide{margin-left:380px;text-align:left}.Header[data-header-home] .Header-navigation .SiteNavigation-items{position:relative}.Header[data-header-home] .Header-titles{display:none}}@media only screen and (min-width:1024px){.Header[data-header-home] .Header-home-logo{left:calc(50% - 154px);width:308px}.Header[data-header-home] .Header-home-logo img{width:211px}.Header[data-header-home] .Header-search{min-width:auto;margin-left:20px}.Header[data-header-home] .Header-search-form{display:none}.Header[data-header-home] .Header-search-link{display:block}.Header[data-header-home] .Header-search-link .Link{color:#fff}}@media only screen and (min-width:1440px){.Header[data-header-home] .Header-search{margin-right:100px}}.Header.header-dark-light .Header-breadcrumbs>.Link,.Header.header-dark-light .Header-subtitle,.Header.header-dark-light .Header-title{color:#fff}.Header.header-light .Header-breadcrumbs>.Link,.Header.header-light .Header-subtitle,.Header.header-light .Header-title,.Header.header-light .Header-title a{color:var(--primaryColor)}.Header.header-light .Header-contentTop{background:#fff}.Header.header-light .Header-search-input,.Header.header-light .Header-titles:before{background:#e6e6e6}.Header.header-light-dark .Header-breadcrumbs>.Link,.Header.header-light-dark .Header-subtitle,.Header.header-light-dark .Header-title,.Header.header-light-dark .Header-title a{color:var(--primaryColor)}.Header.header-light-dark .Header-contentTop{background:#fff}.Header.header-light-dark .Header-search-input,.Header.header-light-dark .Header-titles:before{background:#e6e6e6}.Header.header-light-dark .Header-navigation{background:var(--primaryColor)}.Header.header-light-dark .SiteNavigationItem-text span,.Header.header-light-dark .SiteNavigationItem .SiteNavigationItem-text-link{color:#fff}.Header.header-light-dark .SiteNavigationItem:hover .SiteNavigationItem-text,.Header.header-light-dark .SiteNavigationItem:hover .SiteNavigationItem-text-link,.Header.header-light-dark .SiteNavigationItem:hover .SiteNavigationItem-text span{color:var(--primaryColor)}.Header.header-dark .Header-breadcrumbs>.Link,.Header.header-dark .Header-subtitle,.Header.header-dark .Header-title{color:#fff}.Header.header-dark .Header-contentTop{background:var(--primaryColor)}.Header.header-dark .Header-titles:before{background-color:var(--headerDividerColor)}.Header.header-dark .Header-search-input{background:#fff}.Header.header-dark .Header-navigation{background:var(--headerDarkNavigationBackgroundColor);border-color:var(--primaryColor)}.Header.header-dark .SiteNavigationItem .NavigationLink,.Header.header-dark .SiteNavigationItem .SiteNavigationItem-text-link,.Header.header-dark .SiteNavigationItem span{color:#fff}.Header.header-dark .SiteNavigationItem-items{background:var(--siteNavigationItemHoverColor);border-color:var(--primaryColor)}.Header.header-dark .SiteNavigationItem:hover .SiteNavigationItem-text,.Header.header-dark .SiteNavigationItem:hover .SiteNavigationItem-text-link,.Header.header-dark .SiteNavigationItem:hover .SiteNavigationItem-text span{color:var(--primaryColor)}.Footer{background-color:var(--footerBgColor);color:var(--footerTextColor);text-align:center}.Footer-contentTop .Footer-row{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -40px -40px 0}.Footer-contentTop .Footer-container{padding-top:30px;margin-bottom:40px;display:block;padding-bottom:0}.Footer-container{overflow:hidden}.Footer-social{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:20px 0;padding:0 20px}.Footer-contentBottom{background-color:var(--secondaryFooterBgColor);color:var(--secondaryFooterTextColor)}.Footer-contentBottom .Footer-container{padding-top:18px;padding-bottom:18px;display:block}.Footer-content{margin:0 auto}.Footer-navigationItem .NavigationItem{text-align:left}.Footer-navigationItem .NavigationItem-text{margin-bottom:20px;text-transform:uppercase;line-height:1.43;letter-spacing:1.5px}.Footer-navigationItem .NavigationItem .NavigationLink{font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif;text-transform:none;display:block;padding:5px 0;text-transform:capitalize;color:var(--primaryLinkColor);font-weight:400}.Footer-footerContent,.Footer-navigationItem{-ms-flex:0 0 calc(100% - 40px);flex:0 0 calc(100% - 40px);margin:0 40px 40px 0}.Footer-contentWrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.Footer-disclaimer,.Footer-privacyPolicy{line-height:1.71;padding:0 20px;text-align:center;margin:0 auto}.Footer-disclaimer a,.Footer-privacyPolicy a{color:currentColor}.Footer-disclaimer a:hover,.Footer-privacyPolicy a:hover{text-decoration:underline}.Footer-disclaimer{display:none;font-size:1.4rem}.Footer-privacyPolicy{font-size:1rem;display:block}.Footer-mobileDisclaimer{-ms-flex:auto;flex:auto}.Footer-secondaryLogo{display:none}.Footer-logo{margin-bottom:16px}.Footer-logo img{max-width:60px}.Footer-footerContent{width:250px;margin-right:50px}.Footer-social-header{font-size:13px;text-transform:uppercase;font-weight:700;line-height:1.54;letter-spacing:1.4px;color:var(--primaryLinkColor);margin-right:12px}.Footer .RichTextModule{text-align:left}.Footer .RichTextModule-title{margin-bottom:20px;text-transform:uppercase;line-height:1.43;letter-spacing:1.5px}.Footer .RichTextModule-items,.Footer .RichTextModule-items p{font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif;font-weight:400;text-transform:none;line-height:1.71}.Footer .RichTextModule-items p{margin:0;color:var(--footerTextColor)}.Footer .RichTextModule-cta a{margin-top:20px}@media only screen and (min-width:568px){.Footer-footerContent,.Footer-navigationItem{-ms-flex:0 0 calc(50% - 40px);flex:0 0 calc(50% - 40px);margin:0 40px 40px 0}}@media only screen and (min-width:768px){.Footer-contentBottom .Footer-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:30px 20px}.Footer-logo{margin-bottom:0}.Footer-logo img{max-width:80px}.Footer-disclaimer,.Footer-privacyPolicy{padding:0;margin-left:auto;margin-right:0}.Footer-disclaimer br,.Footer-privacyPolicy br{content:" "}.Footer-disclaimer br:after,.Footer-privacyPolicy br:after{content:var(--disclaimerContentSpacing)}}@media only screen and (min-width:1024px){.Footer-container{padding:50px 70px 0}.Footer-footerContent,.Footer-navigationItem{-ms-flex:0 0 calc(25% - 40px);flex:0 0 calc(25% - 40px);margin:0 40px 40px 0}.Footer-contentBottom .Footer-container{padding:30px 80px}.Footer-disclaimer,.Footer-privacyPolicy{padding:0;margin-right:0;display:block}.Footer-privacyPolicy{font-size:1.4rem}.Footer-mobileDisclaimer{display:none}}@media only screen and (min-width:1440px){.Footer-container{padding:60px 0}.Footer-contentTop .Footer-container{padding:60px 0 0}.Footer-navigationItem[data-subnav-inline]{margin:15px 15px 0 -5px}.Footer-contentBottom .Footer-container{padding:18px 80px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.Footer-secondaryLogo{display:block}.Footer-logo{display:none}.Footer-disclaimer,.Footer-privacyPolicy{margin:5px auto 0}.Footer .RichTextModule-cta{display:block}}.PageAsideToggle{display:block;font-size:1.8em;color:var(--asideToggleTextColor);background-color:var(--asideToggleBackgroundColor);padding:15px;text-align:center}@media only screen and (min-width:1024px){.PageAsideToggle{display:none}}.ArticlePage-body,.AthletePage-body,.AuthorPage-body,.BlogPostPage-body,.CoachPage-body,.EmployeePage-body,.EventPage-body,.ExperientialPage-body,.GalleryPage-body,.PressRelease-body,.VideoPage-body{background:#fff}.ArticlePage-content,.AthletePage-content,.AuthorPage-content,.BlogPostPage-content,.CoachPage-content,.EmployeePage-content,.EventPage-content,.ExperientialPage-content,.GalleryPage-content,.PressRelease-content,.VideoPage-content{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.ArticlePage-content.has-lead,.AthletePage-content.has-lead,.AuthorPage-content.has-lead,.BlogPostPage-content.has-lead,.CoachPage-content.has-lead,.EmployeePage-content.has-lead,.EventPage-content.has-lead,.ExperientialPage-content.has-lead,.GalleryPage-content.has-lead,.PressRelease-content.has-lead,.VideoPage-content.has-lead{padding-top:0}.ArticlePage-intro,.AthletePage-intro,.AuthorPage-intro,.BlogPostPage-intro,.CoachPage-intro,.EmployeePage-intro,.EventPage-intro,.ExperientialPage-intro,.GalleryPage-intro,.PressRelease-intro,.VideoPage-intro{color:var(--primaryTextColor);max-width:800px;margin-left:auto;margin-right:auto}.ArticlePage-content .ArticlePage-intro,.AthletePage-content .AthletePage-intro,.AuthorPage-content .AuthorPage-intro,.BlogPostPage-content .BlogPostPage-intro,.CoachPage-content .CoachPage-intro,.EmployeePage-content .EmployeePage-intro,.EventPage-content .EventPage-intro,.ExperientialPage-content .ExperientialPage-intro,.GalleryPage-content .GalleryPage-intro,.PressRelease-content .PressRelease-intro,.VideoPage-content .VideoPage-intro{padding-top:30px;padding-bottom:30px;text-align:center}.ArticlePage-actions.below,.AthletePage-actions.below,.AuthorPage-actions.below,.BlogPostPage-actions.below,.CoachPage-actions.below,.EmployeePage-actions.below,.EventPage-actions.below,.ExperientialPage-actions.below,.GalleryPage-actions.below,.PressRelease-actions.below,.VideoPage-actions.below{max-width:inherit;margin-left:0}.ArticlePage-actions.below .ActionBar,.AthletePage-actions.below .ActionBar,.AuthorPage-actions.below .ActionBar,.BlogPostPage-actions.below .ActionBar,.CoachPage-actions.below .ActionBar,.EmployeePage-actions.below .ActionBar,.EventPage-actions.below .ActionBar,.ExperientialPage-actions.below .ActionBar,.GalleryPage-actions.below .ActionBar,.PressRelease-actions.below .ActionBar,.VideoPage-actions.below .ActionBar{margin-bottom:10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ArticlePage-actions.below .ActionBar-title,.AthletePage-actions.below .ActionBar-title,.AuthorPage-actions.below .ActionBar-title,.BlogPostPage-actions.below .ActionBar-title,.CoachPage-actions.below .ActionBar-title,.EmployeePage-actions.below .ActionBar-title,.EventPage-actions.below .ActionBar-title,.ExperientialPage-actions.below .ActionBar-title,.GalleryPage-actions.below .ActionBar-title,.PressRelease-actions.below .ActionBar-title,.VideoPage-actions.below .ActionBar-title{font-size:1.2rem;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;color:var(--colorAlmostBlack);text-transform:uppercase;font-weight:700;letter-spacing:1px;margin-bottom:10px;-ms-flex-negative:0;flex-shrink:0}.ArticlePage-actions.below .ActionBar-items,.AthletePage-actions.below .ActionBar-items,.AuthorPage-actions.below .ActionBar-items,.BlogPostPage-actions.below .ActionBar-items,.CoachPage-actions.below .ActionBar-items,.EmployeePage-actions.below .ActionBar-items,.EventPage-actions.below .ActionBar-items,.ExperientialPage-actions.below .ActionBar-items,.GalleryPage-actions.below .ActionBar-items,.PressRelease-actions.below .ActionBar-items,.VideoPage-actions.below .ActionBar-items{margin:0 -5px}@media only screen and (min-width:768px){.ArticlePage-actions.below .ActionBar,.AthletePage-actions.below .ActionBar,.AuthorPage-actions.below .ActionBar,.BlogPostPage-actions.below .ActionBar,.CoachPage-actions.below .ActionBar,.EmployeePage-actions.below .ActionBar,.EventPage-actions.below .ActionBar,.ExperientialPage-actions.below .ActionBar,.GalleryPage-actions.below .ActionBar,.PressRelease-actions.below .ActionBar,.VideoPage-actions.below .ActionBar{-ms-flex-direction:row;flex-direction:row;margin-bottom:15px;-ms-flex-align:center;align-items:center}.ArticlePage-actions.below .ActionBar-title,.AthletePage-actions.below .ActionBar-title,.AuthorPage-actions.below .ActionBar-title,.BlogPostPage-actions.below .ActionBar-title,.CoachPage-actions.below .ActionBar-title,.EmployeePage-actions.below .ActionBar-title,.EventPage-actions.below .ActionBar-title,.ExperientialPage-actions.below .ActionBar-title,.GalleryPage-actions.below .ActionBar-title,.PressRelease-actions.below .ActionBar-title,.VideoPage-actions.below .ActionBar-title{display:inline-block;margin-right:20px}.ArticlePage-actions.below .ActionBar-items,.AthletePage-actions.below .ActionBar-items,.AuthorPage-actions.below .ActionBar-items,.BlogPostPage-actions.below .ActionBar-items,.CoachPage-actions.below .ActionBar-items,.EmployeePage-actions.below .ActionBar-items,.EventPage-actions.below .ActionBar-items,.ExperientialPage-actions.below .ActionBar-items,.GalleryPage-actions.below .ActionBar-items,.PressRelease-actions.below .ActionBar-items,.VideoPage-actions.below .ActionBar-items{display:inline-block}}.ArticlePage-tags .Link,.AthletePage-tags .Link,.AuthorPage-tags .Link,.BlogPostPage-tags .Link,.CoachPage-tags .Link,.EmployeePage-tags .Link,.EventPage-tags .Link,.ExperientialPage-tags .Link,.GalleryPage-tags .Link,.PressRelease-tags .Link,.VideoPage-tags .Link{cursor:pointer;display:inline-block;font-weight:700;text-align:center;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:1.1rem;border:1px solid var(--tagButtonBorderColor);color:var(--primaryLinkColor);line-height:1.18;padding:8px 10px;text-transform:uppercase;word-break:keep-all;margin:0 5px 10px}.ArticlePage-tags .Link:hover,.AthletePage-tags .Link:hover,.AuthorPage-tags .Link:hover,.BlogPostPage-tags .Link:hover,.CoachPage-tags .Link:hover,.EmployeePage-tags .Link:hover,.EventPage-tags .Link:hover,.ExperientialPage-tags .Link:hover,.GalleryPage-tags .Link:hover,.PressRelease-tags .Link:hover,.VideoPage-tags .Link:hover{transform:scale(1.1);color:var(--primaryLinkColor);border-color:currentColor}.ArticlePage-tags span.Link,.AthletePage-tags span.Link,.AuthorPage-tags span.Link,.BlogPostPage-tags span.Link,.CoachPage-tags span.Link,.EmployeePage-tags span.Link,.EventPage-tags span.Link,.ExperientialPage-tags span.Link,.GalleryPage-tags span.Link,.PressRelease-tags span.Link,.VideoPage-tags span.Link{pointer-events:none}.ArticlePage-authorInfo,.AthletePage-authorInfo,.AuthorPage-authorInfo,.BlogPostPage-authorInfo,.CoachPage-authorInfo,.EmployeePage-authorInfo,.EventPage-authorInfo,.ExperientialPage-authorInfo,.GalleryPage-authorInfo,.PressRelease-authorInfo,.VideoPage-authorInfo{margin-bottom:40px;margin-top:40px;background:var(--colorBeige1);text-align:center;padding:30px 20px}.ArticlePage-authorInfo:after,.AthletePage-authorInfo:after,.AuthorPage-authorInfo:after,.BlogPostPage-authorInfo:after,.CoachPage-authorInfo:after,.EmployeePage-authorInfo:after,.EventPage-authorInfo:after,.ExperientialPage-authorInfo:after,.GalleryPage-authorInfo:after,.PressRelease-authorInfo:after,.VideoPage-authorInfo:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.ArticlePage-authorInfo-label,.AthletePage-authorInfo-label,.AuthorPage-authorInfo-label,.BlogPostPage-authorInfo-label,.CoachPage-authorInfo-label,.EmployeePage-authorInfo-label,.EventPage-authorInfo-label,.ExperientialPage-authorInfo-label,.GalleryPage-authorInfo-label,.PressRelease-authorInfo-label,.VideoPage-authorInfo-label{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:var(--label-2);font-weight:700;text-transform:uppercase;letter-spacing:1px;position:relative;margin-bottom:10px}.ArticlePage-authorInfo-bio-content,.AthletePage-authorInfo-bio-content,.AuthorPage-authorInfo-bio-content,.BlogPostPage-authorInfo-bio-content,.CoachPage-authorInfo-bio-content,.EmployeePage-authorInfo-bio-content,.EventPage-authorInfo-bio-content,.ExperientialPage-authorInfo-bio-content,.GalleryPage-authorInfo-bio-content,.PressRelease-authorInfo-bio-content,.VideoPage-authorInfo-bio-content{font-size:var(--promo-description);font-weight:300;line-height:1.29;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.ArticlePage-authorInfo-bio-content .textStyleSpec-sm,.AthletePage-authorInfo-bio-content .textStyleSpec-sm,.AuthorPage-authorInfo-bio-content .textStyleSpec-sm,.BlogPostPage-authorInfo-bio-content .textStyleSpec-sm,.CoachPage-authorInfo-bio-content .textStyleSpec-sm,.EmployeePage-authorInfo-bio-content .textStyleSpec-sm,.EventPage-authorInfo-bio-content .textStyleSpec-sm,.ExperientialPage-authorInfo-bio-content .textStyleSpec-sm,.GalleryPage-authorInfo-bio-content .textStyleSpec-sm,.PressRelease-authorInfo-bio-content .textStyleSpec-sm,.VideoPage-authorInfo-bio-content .textStyleSpec-sm{font-size:1.4rem}.ArticlePage-authorInfo-bio-content .textStyleSpec-lg,.ArticlePage-authorInfo-bio-content .textStyleSpec-md,.AthletePage-authorInfo-bio-content .textStyleSpec-lg,.AthletePage-authorInfo-bio-content .textStyleSpec-md,.AuthorPage-authorInfo-bio-content .textStyleSpec-lg,.AuthorPage-authorInfo-bio-content .textStyleSpec-md,.BlogPostPage-authorInfo-bio-content .textStyleSpec-lg,.BlogPostPage-authorInfo-bio-content .textStyleSpec-md,.CoachPage-authorInfo-bio-content .textStyleSpec-lg,.CoachPage-authorInfo-bio-content .textStyleSpec-md,.EmployeePage-authorInfo-bio-content .textStyleSpec-lg,.EmployeePage-authorInfo-bio-content .textStyleSpec-md,.EventPage-authorInfo-bio-content .textStyleSpec-lg,.EventPage-authorInfo-bio-content .textStyleSpec-md,.ExperientialPage-authorInfo-bio-content .textStyleSpec-lg,.ExperientialPage-authorInfo-bio-content .textStyleSpec-md,.GalleryPage-authorInfo-bio-content .textStyleSpec-lg,.GalleryPage-authorInfo-bio-content .textStyleSpec-md,.PressRelease-authorInfo-bio-content .textStyleSpec-lg,.PressRelease-authorInfo-bio-content .textStyleSpec-md,.VideoPage-authorInfo-bio-content .textStyleSpec-lg,.VideoPage-authorInfo-bio-content .textStyleSpec-md{font-size:1.6rem}.ArticlePage-authorInfo-bio-content p,.AthletePage-authorInfo-bio-content p,.AuthorPage-authorInfo-bio-content p,.BlogPostPage-authorInfo-bio-content p,.CoachPage-authorInfo-bio-content p,.EmployeePage-authorInfo-bio-content p,.EventPage-authorInfo-bio-content p,.ExperientialPage-authorInfo-bio-content p,.GalleryPage-authorInfo-bio-content p,.PressRelease-authorInfo-bio-content p,.VideoPage-authorInfo-bio-content p{margin-top:0;margin-bottom:0}.ArticlePage-authorInfo-bio-content a:hover,.AthletePage-authorInfo-bio-content a:hover,.AuthorPage-authorInfo-bio-content a:hover,.BlogPostPage-authorInfo-bio-content a:hover,.CoachPage-authorInfo-bio-content a:hover,.EmployeePage-authorInfo-bio-content a:hover,.EventPage-authorInfo-bio-content a:hover,.ExperientialPage-authorInfo-bio-content a:hover,.GalleryPage-authorInfo-bio-content a:hover,.PressRelease-authorInfo-bio-content a:hover,.VideoPage-authorInfo-bio-content a:hover{text-decoration:underline}@media only screen and (min-width:768px){.ArticlePage-authorInfo-bio-content,.AthletePage-authorInfo-bio-content,.AuthorPage-authorInfo-bio-content,.BlogPostPage-authorInfo-bio-content,.CoachPage-authorInfo-bio-content,.EmployeePage-authorInfo-bio-content,.EventPage-authorInfo-bio-content,.ExperientialPage-authorInfo-bio-content,.GalleryPage-authorInfo-bio-content,.PressRelease-authorInfo-bio-content,.VideoPage-authorInfo-bio-content{line-height:1.38}}.ArticlePage-authorInfo-bio-content:before,.AthletePage-authorInfo-bio-content:before,.AuthorPage-authorInfo-bio-content:before,.BlogPostPage-authorInfo-bio-content:before,.CoachPage-authorInfo-bio-content:before,.EmployeePage-authorInfo-bio-content:before,.EventPage-authorInfo-bio-content:before,.ExperientialPage-authorInfo-bio-content:before,.GalleryPage-authorInfo-bio-content:before,.PressRelease-authorInfo-bio-content:before,.VideoPage-authorInfo-bio-content:before{content:"";width:40px;height:3px;background-color:var(--brandColor);margin:0 auto 20px;min-height:3px;display:block}.ArticlePage-authorInfo-bio-content p,.AthletePage-authorInfo-bio-content p,.AuthorPage-authorInfo-bio-content p,.BlogPostPage-authorInfo-bio-content p,.CoachPage-authorInfo-bio-content p,.EmployeePage-authorInfo-bio-content p,.EventPage-authorInfo-bio-content p,.ExperientialPage-authorInfo-bio-content p,.GalleryPage-authorInfo-bio-content p,.PressRelease-authorInfo-bio-content p,.VideoPage-authorInfo-bio-content p{margin:30px 0}.ArticlePage-authorInfo-bio-content p:first-of-type,.AthletePage-authorInfo-bio-content p:first-of-type,.AuthorPage-authorInfo-bio-content p:first-of-type,.BlogPostPage-authorInfo-bio-content p:first-of-type,.CoachPage-authorInfo-bio-content p:first-of-type,.EmployeePage-authorInfo-bio-content p:first-of-type,.EventPage-authorInfo-bio-content p:first-of-type,.ExperientialPage-authorInfo-bio-content p:first-of-type,.GalleryPage-authorInfo-bio-content p:first-of-type,.PressRelease-authorInfo-bio-content p:first-of-type,.VideoPage-authorInfo-bio-content p:first-of-type{margin-top:0}.ArticlePage-authorInfo-bio-content p:last-of-type,.AthletePage-authorInfo-bio-content p:last-of-type,.AuthorPage-authorInfo-bio-content p:last-of-type,.BlogPostPage-authorInfo-bio-content p:last-of-type,.CoachPage-authorInfo-bio-content p:last-of-type,.EmployeePage-authorInfo-bio-content p:last-of-type,.EventPage-authorInfo-bio-content p:last-of-type,.ExperientialPage-authorInfo-bio-content p:last-of-type,.GalleryPage-authorInfo-bio-content p:last-of-type,.PressRelease-authorInfo-bio-content p:last-of-type,.VideoPage-authorInfo-bio-content p:last-of-type{margin-bottom:0}.ArticlePage-authorInfo-bio-content .Link,.ArticlePage-authorInfo-bio-content a,.AthletePage-authorInfo-bio-content .Link,.AthletePage-authorInfo-bio-content a,.AuthorPage-authorInfo-bio-content .Link,.AuthorPage-authorInfo-bio-content a,.BlogPostPage-authorInfo-bio-content .Link,.BlogPostPage-authorInfo-bio-content a,.CoachPage-authorInfo-bio-content .Link,.CoachPage-authorInfo-bio-content a,.EmployeePage-authorInfo-bio-content .Link,.EmployeePage-authorInfo-bio-content a,.EventPage-authorInfo-bio-content .Link,.EventPage-authorInfo-bio-content a,.ExperientialPage-authorInfo-bio-content .Link,.ExperientialPage-authorInfo-bio-content a,.GalleryPage-authorInfo-bio-content .Link,.GalleryPage-authorInfo-bio-content a,.PressRelease-authorInfo-bio-content .Link,.PressRelease-authorInfo-bio-content a,.VideoPage-authorInfo-bio-content .Link,.VideoPage-authorInfo-bio-content a{color:var(--brandColor)}.ArticlePage-authorInfo-bio-content .Link:hover,.ArticlePage-authorInfo-bio-content a:hover,.AthletePage-authorInfo-bio-content .Link:hover,.AthletePage-authorInfo-bio-content a:hover,.AuthorPage-authorInfo-bio-content .Link:hover,.AuthorPage-authorInfo-bio-content a:hover,.BlogPostPage-authorInfo-bio-content .Link:hover,.BlogPostPage-authorInfo-bio-content a:hover,.CoachPage-authorInfo-bio-content .Link:hover,.CoachPage-authorInfo-bio-content a:hover,.EmployeePage-authorInfo-bio-content .Link:hover,.EmployeePage-authorInfo-bio-content a:hover,.EventPage-authorInfo-bio-content .Link:hover,.EventPage-authorInfo-bio-content a:hover,.ExperientialPage-authorInfo-bio-content .Link:hover,.ExperientialPage-authorInfo-bio-content a:hover,.GalleryPage-authorInfo-bio-content .Link:hover,.GalleryPage-authorInfo-bio-content a:hover,.PressRelease-authorInfo-bio-content .Link:hover,.PressRelease-authorInfo-bio-content a:hover,.VideoPage-authorInfo-bio-content .Link:hover,.VideoPage-authorInfo-bio-content a:hover{text-decoration:underline}.ArticlePage-authorInfo-bio-name,.AthletePage-authorInfo-bio-name,.AuthorPage-authorInfo-bio-name,.BlogPostPage-authorInfo-bio-name,.CoachPage-authorInfo-bio-name,.EmployeePage-authorInfo-bio-name,.EventPage-authorInfo-bio-name,.ExperientialPage-authorInfo-bio-name,.GalleryPage-authorInfo-bio-name,.PressRelease-authorInfo-bio-name,.VideoPage-authorInfo-bio-name{font-size:var(--promo-title);line-height:1.25;word-break:break-word;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:20px;position:relative;-ms-flex-pack:center;justify-content:center}.ArticlePage-authorInfo-bio-name .textStyleSpec-md,.ArticlePage-authorInfo-bio-name .textStyleSpec-sm,.AthletePage-authorInfo-bio-name .textStyleSpec-md,.AthletePage-authorInfo-bio-name .textStyleSpec-sm,.AuthorPage-authorInfo-bio-name .textStyleSpec-md,.AuthorPage-authorInfo-bio-name .textStyleSpec-sm,.BlogPostPage-authorInfo-bio-name .textStyleSpec-md,.BlogPostPage-authorInfo-bio-name .textStyleSpec-sm,.CoachPage-authorInfo-bio-name .textStyleSpec-md,.CoachPage-authorInfo-bio-name .textStyleSpec-sm,.EmployeePage-authorInfo-bio-name .textStyleSpec-md,.EmployeePage-authorInfo-bio-name .textStyleSpec-sm,.EventPage-authorInfo-bio-name .textStyleSpec-md,.EventPage-authorInfo-bio-name .textStyleSpec-sm,.ExperientialPage-authorInfo-bio-name .textStyleSpec-md,.ExperientialPage-authorInfo-bio-name .textStyleSpec-sm,.GalleryPage-authorInfo-bio-name .textStyleSpec-md,.GalleryPage-authorInfo-bio-name .textStyleSpec-sm,.PressRelease-authorInfo-bio-name .textStyleSpec-md,.PressRelease-authorInfo-bio-name .textStyleSpec-sm,.VideoPage-authorInfo-bio-name .textStyleSpec-md,.VideoPage-authorInfo-bio-name .textStyleSpec-sm{font-size:2rem}.ArticlePage-authorInfo-bio-name .textStyleSpec-lg,.AthletePage-authorInfo-bio-name .textStyleSpec-lg,.AuthorPage-authorInfo-bio-name .textStyleSpec-lg,.BlogPostPage-authorInfo-bio-name .textStyleSpec-lg,.CoachPage-authorInfo-bio-name .textStyleSpec-lg,.EmployeePage-authorInfo-bio-name .textStyleSpec-lg,.EventPage-authorInfo-bio-name .textStyleSpec-lg,.ExperientialPage-authorInfo-bio-name .textStyleSpec-lg,.GalleryPage-authorInfo-bio-name .textStyleSpec-lg,.PressRelease-authorInfo-bio-name .textStyleSpec-lg,.VideoPage-authorInfo-bio-name .textStyleSpec-lg{font-size:2.4rem}@media only screen and (min-width:768px){.ArticlePage-authorInfo-bio-name,.AthletePage-authorInfo-bio-name,.AuthorPage-authorInfo-bio-name,.BlogPostPage-authorInfo-bio-name,.CoachPage-authorInfo-bio-name,.EmployeePage-authorInfo-bio-name,.EventPage-authorInfo-bio-name,.ExperientialPage-authorInfo-bio-name,.GalleryPage-authorInfo-bio-name,.PressRelease-authorInfo-bio-name,.VideoPage-authorInfo-bio-name{line-height:1.2}}@media only screen and (min-width:1024px){.ArticlePage-authorInfo-bio-name,.AthletePage-authorInfo-bio-name,.AuthorPage-authorInfo-bio-name,.BlogPostPage-authorInfo-bio-name,.CoachPage-authorInfo-bio-name,.EmployeePage-authorInfo-bio-name,.EventPage-authorInfo-bio-name,.ExperientialPage-authorInfo-bio-name,.GalleryPage-authorInfo-bio-name,.PressRelease-authorInfo-bio-name,.VideoPage-authorInfo-bio-name{line-height:1.25}}.ArticlePage-authorInfo-bio-name a,.ArticlePage-authorInfo-bio-name a:hover,.AthletePage-authorInfo-bio-name a,.AthletePage-authorInfo-bio-name a:hover,.AuthorPage-authorInfo-bio-name a,.AuthorPage-authorInfo-bio-name a:hover,.BlogPostPage-authorInfo-bio-name a,.BlogPostPage-authorInfo-bio-name a:hover,.CoachPage-authorInfo-bio-name a,.CoachPage-authorInfo-bio-name a:hover,.EmployeePage-authorInfo-bio-name a,.EmployeePage-authorInfo-bio-name a:hover,.EventPage-authorInfo-bio-name a,.EventPage-authorInfo-bio-name a:hover,.ExperientialPage-authorInfo-bio-name a,.ExperientialPage-authorInfo-bio-name a:hover,.GalleryPage-authorInfo-bio-name a,.GalleryPage-authorInfo-bio-name a:hover,.PressRelease-authorInfo-bio-name a,.PressRelease-authorInfo-bio-name a:hover,.VideoPage-authorInfo-bio-name a,.VideoPage-authorInfo-bio-name a:hover{color:inherit}.ArticlePage-authorInfo-bio-name .Link,.ArticlePage-authorInfo-bio-name .Link:hover,.ArticlePage-authorInfo-bio-name a,.ArticlePage-authorInfo-bio-name a:hover,.AthletePage-authorInfo-bio-name .Link,.AthletePage-authorInfo-bio-name .Link:hover,.AthletePage-authorInfo-bio-name a,.AthletePage-authorInfo-bio-name a:hover,.AuthorPage-authorInfo-bio-name .Link,.AuthorPage-authorInfo-bio-name .Link:hover,.AuthorPage-authorInfo-bio-name a,.AuthorPage-authorInfo-bio-name a:hover,.BlogPostPage-authorInfo-bio-name .Link,.BlogPostPage-authorInfo-bio-name .Link:hover,.BlogPostPage-authorInfo-bio-name a,.BlogPostPage-authorInfo-bio-name a:hover,.CoachPage-authorInfo-bio-name .Link,.CoachPage-authorInfo-bio-name .Link:hover,.CoachPage-authorInfo-bio-name a,.CoachPage-authorInfo-bio-name a:hover,.EmployeePage-authorInfo-bio-name .Link,.EmployeePage-authorInfo-bio-name .Link:hover,.EmployeePage-authorInfo-bio-name a,.EmployeePage-authorInfo-bio-name a:hover,.EventPage-authorInfo-bio-name .Link,.EventPage-authorInfo-bio-name .Link:hover,.EventPage-authorInfo-bio-name a,.EventPage-authorInfo-bio-name a:hover,.ExperientialPage-authorInfo-bio-name .Link,.ExperientialPage-authorInfo-bio-name .Link:hover,.ExperientialPage-authorInfo-bio-name a,.ExperientialPage-authorInfo-bio-name a:hover,.GalleryPage-authorInfo-bio-name .Link,.GalleryPage-authorInfo-bio-name .Link:hover,.GalleryPage-authorInfo-bio-name a,.GalleryPage-authorInfo-bio-name a:hover,.PressRelease-authorInfo-bio-name .Link,.PressRelease-authorInfo-bio-name .Link:hover,.PressRelease-authorInfo-bio-name a,.PressRelease-authorInfo-bio-name a:hover,.VideoPage-authorInfo-bio-name .Link,.VideoPage-authorInfo-bio-name .Link:hover,.VideoPage-authorInfo-bio-name a,.VideoPage-authorInfo-bio-name a:hover{color:var(--brandColor)}.ArticlePage-authorInfo-image,.AthletePage-authorInfo-image,.AuthorPage-authorInfo-image,.BlogPostPage-authorInfo-image,.CoachPage-authorInfo-image,.EmployeePage-authorInfo-image,.EventPage-authorInfo-image,.ExperientialPage-authorInfo-image,.GalleryPage-authorInfo-image,.PressRelease-authorInfo-image,.VideoPage-authorInfo-image{margin:0 auto 20px;width:100px}.ArticlePage-authorInfo-image img,.AthletePage-authorInfo-image img,.AuthorPage-authorInfo-image img,.BlogPostPage-authorInfo-image img,.CoachPage-authorInfo-image img,.EmployeePage-authorInfo-image img,.EventPage-authorInfo-image img,.ExperientialPage-authorInfo-image img,.GalleryPage-authorInfo-image img,.PressRelease-authorInfo-image img,.VideoPage-authorInfo-image img{border-radius:100%;width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.ArticlePage-byline,.AthletePage-byline,.AuthorPage-byline,.BlogPostPage-byline,.CoachPage-byline,.EmployeePage-byline,.EventPage-byline,.ExperientialPage-byline,.GalleryPage-byline,.PressRelease-byline,.VideoPage-byline{font-size:var(--byline);font-weight:400;line-height:1.14285714286;letter-spacing:1px}.ArticlePage-byline .textStyleSpec-lg,.ArticlePage-byline .textStyleSpec-md,.ArticlePage-byline .textStyleSpec-sm,.AthletePage-byline .textStyleSpec-lg,.AthletePage-byline .textStyleSpec-md,.AthletePage-byline .textStyleSpec-sm,.AuthorPage-byline .textStyleSpec-lg,.AuthorPage-byline .textStyleSpec-md,.AuthorPage-byline .textStyleSpec-sm,.BlogPostPage-byline .textStyleSpec-lg,.BlogPostPage-byline .textStyleSpec-md,.BlogPostPage-byline .textStyleSpec-sm,.CoachPage-byline .textStyleSpec-lg,.CoachPage-byline .textStyleSpec-md,.CoachPage-byline .textStyleSpec-sm,.EmployeePage-byline .textStyleSpec-lg,.EmployeePage-byline .textStyleSpec-md,.EmployeePage-byline .textStyleSpec-sm,.EventPage-byline .textStyleSpec-lg,.EventPage-byline .textStyleSpec-md,.EventPage-byline .textStyleSpec-sm,.ExperientialPage-byline .textStyleSpec-lg,.ExperientialPage-byline .textStyleSpec-md,.ExperientialPage-byline .textStyleSpec-sm,.GalleryPage-byline .textStyleSpec-lg,.GalleryPage-byline .textStyleSpec-md,.GalleryPage-byline .textStyleSpec-sm,.PressRelease-byline .textStyleSpec-lg,.PressRelease-byline .textStyleSpec-md,.PressRelease-byline .textStyleSpec-sm,.VideoPage-byline .textStyleSpec-lg,.VideoPage-byline .textStyleSpec-md,.VideoPage-byline .textStyleSpec-sm{font-size:1.3rem}.ArticlePage-authorName,.ArticlePage-contributors,.ArticlePage-datePublished,.AthletePage-authorName,.AthletePage-contributors,.AthletePage-datePublished,.AuthorPage-authorName,.AuthorPage-contributors,.AuthorPage-datePublished,.BlogPostPage-authorName,.BlogPostPage-contributors,.BlogPostPage-datePublished,.CoachPage-authorName,.CoachPage-contributors,.CoachPage-datePublished,.EmployeePage-authorName,.EmployeePage-contributors,.EmployeePage-datePublished,.EventPage-authorName,.EventPage-contributors,.EventPage-datePublished,.ExperientialPage-authorName,.ExperientialPage-contributors,.ExperientialPage-datePublished,.GalleryPage-authorName,.GalleryPage-contributors,.GalleryPage-datePublished,.PressRelease-authorName,.PressRelease-contributors,.PressRelease-datePublished,.VideoPage-authorName,.VideoPage-contributors,.VideoPage-datePublished{display:inline}.ArticlePage-authorTitle,.AthletePage-authorTitle,.AuthorPage-authorTitle,.BlogPostPage-authorTitle,.CoachPage-authorTitle,.EmployeePage-authorTitle,.EventPage-authorTitle,.ExperientialPage-authorTitle,.GalleryPage-authorTitle,.PressRelease-authorTitle,.VideoPage-authorTitle{margin-top:10px;display:block}.ArticlePage-bylineText,.AthletePage-bylineText,.AuthorPage-bylineText,.BlogPostPage-bylineText,.CoachPage-bylineText,.EmployeePage-bylineText,.EventPage-bylineText,.ExperientialPage-bylineText,.GalleryPage-bylineText,.PressRelease-bylineText,.VideoPage-bylineText{margin-bottom:10px}.ArticlePage-breadcrumbs,.AthletePage-breadcrumbs,.AuthorPage-breadcrumbs,.BlogPostPage-breadcrumbs,.CoachPage-breadcrumbs,.EmployeePage-breadcrumbs,.EventPage-breadcrumbs,.ExperientialPage-breadcrumbs,.GalleryPage-breadcrumbs,.PressRelease-breadcrumbs,.VideoPage-breadcrumbs{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:var(--label-2);font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.ArticlePage-breadcrumbs .Link,.AthletePage-breadcrumbs .Link,.AuthorPage-breadcrumbs .Link,.BlogPostPage-breadcrumbs .Link,.CoachPage-breadcrumbs .Link,.EmployeePage-breadcrumbs .Link,.EventPage-breadcrumbs .Link,.ExperientialPage-breadcrumbs .Link,.GalleryPage-breadcrumbs .Link,.PressRelease-breadcrumbs .Link,.VideoPage-breadcrumbs .Link{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:var(--label-3);letter-spacing:1px;cursor:pointer;display:inline-block;background:none;border:0;color:var(--primaryColor);padding:0;font-size:12px;font-weight:700;text-decoration:none;text-transform:uppercase;word-break:keep-all}.ArticlePage-breadcrumbs .Link:hover,.AthletePage-breadcrumbs .Link:hover,.AuthorPage-breadcrumbs .Link:hover,.BlogPostPage-breadcrumbs .Link:hover,.CoachPage-breadcrumbs .Link:hover,.EmployeePage-breadcrumbs .Link:hover,.EventPage-breadcrumbs .Link:hover,.ExperientialPage-breadcrumbs .Link:hover,.GalleryPage-breadcrumbs .Link:hover,.PressRelease-breadcrumbs .Link:hover,.VideoPage-breadcrumbs .Link:hover{color:var(--primaryColor)}.ArticlePage-breadcrumbs.uses-current-color .Link,.AthletePage-breadcrumbs.uses-current-color .Link,.AuthorPage-breadcrumbs.uses-current-color .Link,.BlogPostPage-breadcrumbs.uses-current-color .Link,.CoachPage-breadcrumbs.uses-current-color .Link,.EmployeePage-breadcrumbs.uses-current-color .Link,.EventPage-breadcrumbs.uses-current-color .Link,.ExperientialPage-breadcrumbs.uses-current-color .Link,.GalleryPage-breadcrumbs.uses-current-color .Link,.PressRelease-breadcrumbs.uses-current-color .Link,.VideoPage-breadcrumbs.uses-current-color .Link{color:currentColor}.ArticlePage-breadcrumbs span.Link,.AthletePage-breadcrumbs span.Link,.AuthorPage-breadcrumbs span.Link,.BlogPostPage-breadcrumbs span.Link,.CoachPage-breadcrumbs span.Link,.EmployeePage-breadcrumbs span.Link,.EventPage-breadcrumbs span.Link,.ExperientialPage-breadcrumbs span.Link,.GalleryPage-breadcrumbs span.Link,.PressRelease-breadcrumbs span.Link,.VideoPage-breadcrumbs span.Link{pointer-events:none}.ArticlePage-byline,.AthletePage-byline,.AuthorPage-byline,.BlogPostPage-byline,.CoachPage-byline,.EmployeePage-byline,.EventPage-byline,.ExperientialPage-byline,.GalleryPage-byline,.PressRelease-byline,.VideoPage-byline{margin-bottom:20px}.ArticlePage-headingWrapper,.AthletePage-headingWrapper,.AuthorPage-headingWrapper,.BlogPostPage-headingWrapper,.CoachPage-headingWrapper,.EmployeePage-headingWrapper,.EventPage-headingWrapper,.ExperientialPage-headingWrapper,.GalleryPage-headingWrapper,.PressRelease-headingWrapper,.VideoPage-headingWrapper{background:var(--pageHeadingBg)}.ArticlePage-headline,.AthletePage-headline,.AuthorPage-headline,.BlogPostPage-headline,.CoachPage-headline,.EmployeePage-headline,.EventPage-headline,.ExperientialPage-headline,.GalleryPage-headline,.PressRelease-headline,.VideoPage-headline{font-size:var(--article-title);line-height:1.13;font-weight:700;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;margin-bottom:20px}.ArticlePage-headline .textStyleSpec-sm,.AthletePage-headline .textStyleSpec-sm,.AuthorPage-headline .textStyleSpec-sm,.BlogPostPage-headline .textStyleSpec-sm,.CoachPage-headline .textStyleSpec-sm,.EmployeePage-headline .textStyleSpec-sm,.EventPage-headline .textStyleSpec-sm,.ExperientialPage-headline .textStyleSpec-sm,.GalleryPage-headline .textStyleSpec-sm,.PressRelease-headline .textStyleSpec-sm,.VideoPage-headline .textStyleSpec-sm{font-size:3rem}.ArticlePage-headline .textStyleSpec-md,.AthletePage-headline .textStyleSpec-md,.AuthorPage-headline .textStyleSpec-md,.BlogPostPage-headline .textStyleSpec-md,.CoachPage-headline .textStyleSpec-md,.EmployeePage-headline .textStyleSpec-md,.EventPage-headline .textStyleSpec-md,.ExperientialPage-headline .textStyleSpec-md,.GalleryPage-headline .textStyleSpec-md,.PressRelease-headline .textStyleSpec-md,.VideoPage-headline .textStyleSpec-md{font-size:4.2rem}.ArticlePage-headline .textStyleSpec-lg,.AthletePage-headline .textStyleSpec-lg,.AuthorPage-headline .textStyleSpec-lg,.BlogPostPage-headline .textStyleSpec-lg,.CoachPage-headline .textStyleSpec-lg,.EmployeePage-headline .textStyleSpec-lg,.EventPage-headline .textStyleSpec-lg,.ExperientialPage-headline .textStyleSpec-lg,.GalleryPage-headline .textStyleSpec-lg,.PressRelease-headline .textStyleSpec-lg,.VideoPage-headline .textStyleSpec-lg{font-size:4.8rem}@media only screen and (min-width:1024px){.ArticlePage-headline,.AthletePage-headline,.AuthorPage-headline,.BlogPostPage-headline,.CoachPage-headline,.EmployeePage-headline,.EventPage-headline,.ExperientialPage-headline,.GalleryPage-headline,.PressRelease-headline,.VideoPage-headline{line-height:1.25}}.ArticlePage-subHeadline,.AthletePage-subHeadline,.AuthorPage-subHeadline,.BlogPostPage-subHeadline,.CoachPage-subHeadline,.EmployeePage-subHeadline,.EventPage-subHeadline,.ExperientialPage-subHeadline,.GalleryPage-subHeadline,.PressRelease-subHeadline,.VideoPage-subHeadline{font-size:var(--description-text);font-weight:300;line-height:1.33;margin-bottom:20px}.ArticlePage-subHeadline .textStyleSpec-md,.ArticlePage-subHeadline .textStyleSpec-sm,.AthletePage-subHeadline .textStyleSpec-md,.AthletePage-subHeadline .textStyleSpec-sm,.AuthorPage-subHeadline .textStyleSpec-md,.AuthorPage-subHeadline .textStyleSpec-sm,.BlogPostPage-subHeadline .textStyleSpec-md,.BlogPostPage-subHeadline .textStyleSpec-sm,.CoachPage-subHeadline .textStyleSpec-md,.CoachPage-subHeadline .textStyleSpec-sm,.EmployeePage-subHeadline .textStyleSpec-md,.EmployeePage-subHeadline .textStyleSpec-sm,.EventPage-subHeadline .textStyleSpec-md,.EventPage-subHeadline .textStyleSpec-sm,.ExperientialPage-subHeadline .textStyleSpec-md,.ExperientialPage-subHeadline .textStyleSpec-sm,.GalleryPage-subHeadline .textStyleSpec-md,.GalleryPage-subHeadline .textStyleSpec-sm,.PressRelease-subHeadline .textStyleSpec-md,.PressRelease-subHeadline .textStyleSpec-sm,.VideoPage-subHeadline .textStyleSpec-md,.VideoPage-subHeadline .textStyleSpec-sm{font-size:1.8rem}.ArticlePage-subHeadline .textStyleSpec-lg,.AthletePage-subHeadline .textStyleSpec-lg,.AuthorPage-subHeadline .textStyleSpec-lg,.BlogPostPage-subHeadline .textStyleSpec-lg,.CoachPage-subHeadline .textStyleSpec-lg,.EmployeePage-subHeadline .textStyleSpec-lg,.EventPage-subHeadline .textStyleSpec-lg,.ExperientialPage-subHeadline .textStyleSpec-lg,.GalleryPage-subHeadline .textStyleSpec-lg,.PressRelease-subHeadline .textStyleSpec-lg,.VideoPage-subHeadline .textStyleSpec-lg{font-size:2.2rem}.ArticlePage-subHeadline p,.AthletePage-subHeadline p,.AuthorPage-subHeadline p,.BlogPostPage-subHeadline p,.CoachPage-subHeadline p,.EmployeePage-subHeadline p,.EventPage-subHeadline p,.ExperientialPage-subHeadline p,.GalleryPage-subHeadline p,.PressRelease-subHeadline p,.VideoPage-subHeadline p{margin-top:0;margin-bottom:0}.ArticlePage-subHeadline a:hover,.AthletePage-subHeadline a:hover,.AuthorPage-subHeadline a:hover,.BlogPostPage-subHeadline a:hover,.CoachPage-subHeadline a:hover,.EmployeePage-subHeadline a:hover,.EventPage-subHeadline a:hover,.ExperientialPage-subHeadline a:hover,.GalleryPage-subHeadline a:hover,.PressRelease-subHeadline a:hover,.VideoPage-subHeadline a:hover{text-decoration:underline}@media only screen and (min-width:1024px){.ArticlePage-subHeadline,.AthletePage-subHeadline,.AuthorPage-subHeadline,.BlogPostPage-subHeadline,.CoachPage-subHeadline,.EmployeePage-subHeadline,.EventPage-subHeadline,.ExperientialPage-subHeadline,.GalleryPage-subHeadline,.PressRelease-subHeadline,.VideoPage-subHeadline{line-height:1.36}}.ArticlePage-subHeadline,.AthletePage-subHeadline,.AuthorPage-subHeadline,.BlogPostPage-subHeadline,.CoachPage-subHeadline,.EmployeePage-subHeadline,.EventPage-subHeadline,.ExperientialPage-subHeadline,.GalleryPage-subHeadline,.PressRelease-subHeadline,.VideoPage-subHeadline{font-weight:800}.ArticlePage-tagsWrapper,.AthletePage-tagsWrapper,.AuthorPage-tagsWrapper,.BlogPostPage-tagsWrapper,.CoachPage-tagsWrapper,.EmployeePage-tagsWrapper,.EventPage-tagsWrapper,.ExperientialPage-tagsWrapper,.GalleryPage-tagsWrapper,.PressRelease-tagsWrapper,.VideoPage-tagsWrapper{margin-bottom:20px}.ArticlePage-tagsWrapper .Link,.AthletePage-tagsWrapper .Link,.AuthorPage-tagsWrapper .Link,.BlogPostPage-tagsWrapper .Link,.CoachPage-tagsWrapper .Link,.EmployeePage-tagsWrapper .Link,.EventPage-tagsWrapper .Link,.ExperientialPage-tagsWrapper .Link,.GalleryPage-tagsWrapper .Link,.PressRelease-tagsWrapper .Link,.VideoPage-tagsWrapper .Link{margin:0 10px 10px 0}.ArticlePage-tagsWrapper span.Link,.AthletePage-tagsWrapper span.Link,.AuthorPage-tagsWrapper span.Link,.BlogPostPage-tagsWrapper span.Link,.CoachPage-tagsWrapper span.Link,.EmployeePage-tagsWrapper span.Link,.EventPage-tagsWrapper span.Link,.ExperientialPage-tagsWrapper span.Link,.GalleryPage-tagsWrapper span.Link,.PressRelease-tagsWrapper span.Link,.VideoPage-tagsWrapper span.Link{pointer-events:none}.ArticlePage-main,.AthletePage-main,.AuthorPage-main,.BlogPostPage-main,.CoachPage-main,.EmployeePage-main,.EventPage-main,.ExperientialPage-main,.GalleryPage-main,.PressRelease-main,.VideoPage-main{max-width:800px;width:100%;margin-left:auto;margin-right:auto}.ArticlePage-aside,.ArticlePage-main,.AthletePage-aside,.AthletePage-main,.AuthorPage-aside,.AuthorPage-main,.BlogPostPage-aside,.BlogPostPage-main,.CoachPage-aside,.CoachPage-main,.EmployeePage-aside,.EmployeePage-main,.EventPage-aside,.EventPage-main,.ExperientialPage-aside,.ExperientialPage-main,.GalleryPage-aside,.GalleryPage-main,.PressRelease-aside,.PressRelease-main,.VideoPage-aside,.VideoPage-main{z-index:1;position:relative;background-color:#fff}.ArticlePage-aside,.AthletePage-aside,.AuthorPage-aside,.BlogPostPage-aside,.CoachPage-aside,.EmployeePage-aside,.EventPage-aside,.ExperientialPage-aside,.GalleryPage-aside,.PressRelease-aside,.VideoPage-aside{z-index:2}@media only screen and (min-width:768px){.ArticlePage-actions.below .ActionBar-title,.ArticlePage-authorName,.ArticlePage-contributors,.AthletePage-actions.below .ActionBar-title,.AthletePage-authorName,.AthletePage-contributors,.AuthorPage-actions.below .ActionBar-title,.AuthorPage-authorName,.AuthorPage-contributors,.BlogPostPage-actions.below .ActionBar-title,.BlogPostPage-authorName,.BlogPostPage-contributors,.CoachPage-actions.below .ActionBar-title,.CoachPage-authorName,.CoachPage-contributors,.EmployeePage-actions.below .ActionBar-title,.EmployeePage-authorName,.EmployeePage-contributors,.EventPage-actions.below .ActionBar-title,.EventPage-authorName,.EventPage-contributors,.ExperientialPage-actions.below .ActionBar-title,.ExperientialPage-authorName,.ExperientialPage-contributors,.GalleryPage-actions.below .ActionBar-title,.GalleryPage-authorName,.GalleryPage-contributors,.PressRelease-actions.below .ActionBar-title,.PressRelease-authorName,.PressRelease-contributors,.VideoPage-actions.below .ActionBar-title,.VideoPage-authorName,.VideoPage-contributors{margin-bottom:0}.ArticlePage-byline,.AthletePage-byline,.AuthorPage-byline,.BlogPostPage-byline,.CoachPage-byline,.EmployeePage-byline,.EventPage-byline,.ExperientialPage-byline,.GalleryPage-byline,.PressRelease-byline,.VideoPage-byline{margin-bottom:30px}.ArticlePage-authorInfo,.AthletePage-authorInfo,.AuthorPage-authorInfo,.BlogPostPage-authorInfo,.CoachPage-authorInfo,.EmployeePage-authorInfo,.EventPage-authorInfo,.ExperientialPage-authorInfo,.GalleryPage-authorInfo,.PressRelease-authorInfo,.VideoPage-authorInfo{display:-ms-flexbox;display:flex;padding:40px}.ArticlePage-authorInfo-image,.AthletePage-authorInfo-image,.AuthorPage-authorInfo-image,.BlogPostPage-authorInfo-image,.CoachPage-authorInfo-image,.EmployeePage-authorInfo-image,.EventPage-authorInfo-image,.ExperientialPage-authorInfo-image,.GalleryPage-authorInfo-image,.PressRelease-authorInfo-image,.VideoPage-authorInfo-image{-ms-flex-negative:0;flex-shrink:0;margin:0 20px 0 0}.ArticlePage-authorInfo-content,.AthletePage-authorInfo-content,.AuthorPage-authorInfo-content,.BlogPostPage-authorInfo-content,.CoachPage-authorInfo-content,.EmployeePage-authorInfo-content,.EventPage-authorInfo-content,.ExperientialPage-authorInfo-content,.GalleryPage-authorInfo-content,.PressRelease-authorInfo-content,.VideoPage-authorInfo-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.ArticlePage-authorInfo-bio-name,.AthletePage-authorInfo-bio-name,.AuthorPage-authorInfo-bio-name,.BlogPostPage-authorInfo-bio-name,.CoachPage-authorInfo-bio-name,.EmployeePage-authorInfo-bio-name,.EventPage-authorInfo-bio-name,.ExperientialPage-authorInfo-bio-name,.GalleryPage-authorInfo-bio-name,.PressRelease-authorInfo-bio-name,.VideoPage-authorInfo-bio-name{-ms-flex-pack:start;justify-content:flex-start;font-size:2.4rem}.ArticlePage-authorInfo-bio-content,.AthletePage-authorInfo-bio-content,.AuthorPage-authorInfo-bio-content,.BlogPostPage-authorInfo-bio-content,.CoachPage-authorInfo-bio-content,.EmployeePage-authorInfo-bio-content,.EventPage-authorInfo-bio-content,.ExperientialPage-authorInfo-bio-content,.GalleryPage-authorInfo-bio-content,.PressRelease-authorInfo-bio-content,.VideoPage-authorInfo-bio-content{text-align:left;font-size:1.6rem}.ArticlePage-authorInfo-bio-content:before,.AthletePage-authorInfo-bio-content:before,.AuthorPage-authorInfo-bio-content:before,.BlogPostPage-authorInfo-bio-content:before,.CoachPage-authorInfo-bio-content:before,.EmployeePage-authorInfo-bio-content:before,.EventPage-authorInfo-bio-content:before,.ExperientialPage-authorInfo-bio-content:before,.GalleryPage-authorInfo-bio-content:before,.PressRelease-authorInfo-bio-content:before,.VideoPage-authorInfo-bio-content:before{margin-left:0}.ArticlePage-breadcrumbs,.AthletePage-breadcrumbs,.AuthorPage-breadcrumbs,.BlogPostPage-breadcrumbs,.CoachPage-breadcrumbs,.EmployeePage-breadcrumbs,.EventPage-breadcrumbs,.ExperientialPage-breadcrumbs,.GalleryPage-breadcrumbs,.PressRelease-breadcrumbs,.VideoPage-breadcrumbs{margin-bottom:30px}.ArticlePage-headline,.AthletePage-headline,.AuthorPage-headline,.BlogPostPage-headline,.CoachPage-headline,.EmployeePage-headline,.EventPage-headline,.ExperientialPage-headline,.GalleryPage-headline,.PressRelease-headline,.VideoPage-headline{margin-bottom:20px}.ArticlePage-tagsWrapper,.AthletePage-tagsWrapper,.AuthorPage-tagsWrapper,.BlogPostPage-tagsWrapper,.CoachPage-tagsWrapper,.EmployeePage-tagsWrapper,.EventPage-tagsWrapper,.ExperientialPage-tagsWrapper,.GalleryPage-tagsWrapper,.PressRelease-tagsWrapper,.VideoPage-tagsWrapper{margin-bottom:40px}.ArticlePage-aside,.AthletePage-aside,.AuthorPage-aside,.BlogPostPage-aside,.CoachPage-aside,.EmployeePage-aside,.EventPage-aside,.ExperientialPage-aside,.GalleryPage-aside,.PressRelease-aside,.VideoPage-aside{margin-top:-50px}.ArticlePage-content,.AthletePage-content,.AuthorPage-content,.BlogPostPage-content,.CoachPage-content,.EmployeePage-content,.EventPage-content,.ExperientialPage-content,.GalleryPage-content,.PressRelease-content,.VideoPage-content{padding-left:74px;padding-right:74px}}@media only screen and (min-width:1024px){.ArticlePage-aside,.AthletePage-aside,.AuthorPage-aside,.BlogPostPage-aside,.CoachPage-aside,.EmployeePage-aside,.EventPage-aside,.ExperientialPage-aside,.GalleryPage-aside,.PressRelease-aside,.VideoPage-aside{padding-left:0;padding-right:0}.ArticlePage-subHeadline,.AthletePage-subHeadline,.AuthorPage-subHeadline,.BlogPostPage-subHeadline,.CoachPage-subHeadline,.EmployeePage-subHeadline,.EventPage-subHeadline,.ExperientialPage-subHeadline,.GalleryPage-subHeadline,.PressRelease-subHeadline,.VideoPage-subHeadline{margin-bottom:40px}.ArticlePage-content,.AthletePage-content,.AuthorPage-content,.BlogPostPage-content,.CoachPage-content,.EmployeePage-content,.EventPage-content,.ExperientialPage-content,.GalleryPage-content,.PressRelease-content,.VideoPage-content{padding-left:0;padding-right:0}}@media only screen and (min-width:1440px){.ArticlePage-main,.AthletePage-main,.AuthorPage-main,.BlogPostPage-main,.CoachPage-main,.EmployeePage-main,.EventPage-main,.ExperientialPage-main,.GalleryPage-main,.PressRelease-main,.VideoPage-main{padding-left:0;padding-right:0}}.BlogPage-body,.BrandPage-body,.CountryPage-body,.DirectorySearchPage-body,.EventCalendarDayPage-body,.EventCalendarMonthPage-body,.EventCategoryPage-body,.ProductPage-body,.SearchResultsPage-body,.SectionPage-body,.TagPage-body,.TaxonomyPage-body,.TopicPage-body{background:#fff}.BlogPage-content,.BrandPage-content,.CountryPage-content,.DirectorySearchPage-content,.EventCalendarDayPage-content,.EventCalendarMonthPage-content,.EventCategoryPage-content,.ProductPage-content,.SearchResultsPage-content,.SectionPage-content,.TagPage-content,.TaxonomyPage-content,.TopicPage-content{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.BlogPage-content.has-lead,.BrandPage-content.has-lead,.CountryPage-content.has-lead,.DirectorySearchPage-content.has-lead,.EventCalendarDayPage-content.has-lead,.EventCalendarMonthPage-content.has-lead,.EventCategoryPage-content.has-lead,.ProductPage-content.has-lead,.SearchResultsPage-content.has-lead,.SectionPage-content.has-lead,.TagPage-content.has-lead,.TaxonomyPage-content.has-lead,.TopicPage-content.has-lead{padding-top:0}.BlogPage-intro,.BrandPage-intro,.CountryPage-intro,.DirectorySearchPage-intro,.EventCalendarDayPage-intro,.EventCalendarMonthPage-intro,.EventCategoryPage-intro,.ProductPage-intro,.SearchResultsPage-intro,.SectionPage-intro,.TagPage-intro,.TaxonomyPage-intro,.TopicPage-intro{color:var(--primaryTextColor);max-width:800px;margin-left:auto;margin-right:auto}.BlogPage-content .BlogPage-intro,.BrandPage-content .BrandPage-intro,.CountryPage-content .CountryPage-intro,.DirectorySearchPage-content .DirectorySearchPage-intro,.EventCalendarDayPage-content .EventCalendarDayPage-intro,.EventCalendarMonthPage-content .EventCalendarMonthPage-intro,.EventCategoryPage-content .EventCategoryPage-intro,.ProductPage-content .ProductPage-intro,.SearchResultsPage-content .SearchResultsPage-intro,.SectionPage-content .SectionPage-intro,.TagPage-content .TagPage-intro,.TaxonomyPage-content .TaxonomyPage-intro,.TopicPage-content .TopicPage-intro{padding-top:30px;padding-bottom:30px;text-align:center}.BlogPage-actions.below,.BrandPage-actions.below,.CountryPage-actions.below,.DirectorySearchPage-actions.below,.EventCalendarDayPage-actions.below,.EventCalendarMonthPage-actions.below,.EventCategoryPage-actions.below,.ProductPage-actions.below,.SearchResultsPage-actions.below,.SectionPage-actions.below,.TagPage-actions.below,.TaxonomyPage-actions.below,.TopicPage-actions.below{max-width:inherit;margin-left:0}.BlogPage-actions.below .ActionBar,.BrandPage-actions.below .ActionBar,.CountryPage-actions.below .ActionBar,.DirectorySearchPage-actions.below .ActionBar,.EventCalendarDayPage-actions.below .ActionBar,.EventCalendarMonthPage-actions.below .ActionBar,.EventCategoryPage-actions.below .ActionBar,.ProductPage-actions.below .ActionBar,.SearchResultsPage-actions.below .ActionBar,.SectionPage-actions.below .ActionBar,.TagPage-actions.below .ActionBar,.TaxonomyPage-actions.below .ActionBar,.TopicPage-actions.below .ActionBar{margin-bottom:10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.BlogPage-actions.below .ActionBar-title,.BrandPage-actions.below .ActionBar-title,.CountryPage-actions.below .ActionBar-title,.DirectorySearchPage-actions.below .ActionBar-title,.EventCalendarDayPage-actions.below .ActionBar-title,.EventCalendarMonthPage-actions.below .ActionBar-title,.EventCategoryPage-actions.below .ActionBar-title,.ProductPage-actions.below .ActionBar-title,.SearchResultsPage-actions.below .ActionBar-title,.SectionPage-actions.below .ActionBar-title,.TagPage-actions.below .ActionBar-title,.TaxonomyPage-actions.below .ActionBar-title,.TopicPage-actions.below .ActionBar-title{font-size:1.2rem;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;color:var(--colorAlmostBlack);text-transform:uppercase;font-weight:700;letter-spacing:1px;margin-bottom:10px;-ms-flex-negative:0;flex-shrink:0}.BlogPage-actions.below .ActionBar-items,.BrandPage-actions.below .ActionBar-items,.CountryPage-actions.below .ActionBar-items,.DirectorySearchPage-actions.below .ActionBar-items,.EventCalendarDayPage-actions.below .ActionBar-items,.EventCalendarMonthPage-actions.below .ActionBar-items,.EventCategoryPage-actions.below .ActionBar-items,.ProductPage-actions.below .ActionBar-items,.SearchResultsPage-actions.below .ActionBar-items,.SectionPage-actions.below .ActionBar-items,.TagPage-actions.below .ActionBar-items,.TaxonomyPage-actions.below .ActionBar-items,.TopicPage-actions.below .ActionBar-items{margin:0 -5px}@media only screen and (min-width:768px){.BlogPage-actions.below .ActionBar,.BrandPage-actions.below .ActionBar,.CountryPage-actions.below .ActionBar,.DirectorySearchPage-actions.below .ActionBar,.EventCalendarDayPage-actions.below .ActionBar,.EventCalendarMonthPage-actions.below .ActionBar,.EventCategoryPage-actions.below .ActionBar,.ProductPage-actions.below .ActionBar,.SearchResultsPage-actions.below .ActionBar,.SectionPage-actions.below .ActionBar,.TagPage-actions.below .ActionBar,.TaxonomyPage-actions.below .ActionBar,.TopicPage-actions.below .ActionBar{-ms-flex-direction:row;flex-direction:row;margin-bottom:15px;-ms-flex-align:center;align-items:center}.BlogPage-actions.below .ActionBar-title,.BrandPage-actions.below .ActionBar-title,.CountryPage-actions.below .ActionBar-title,.DirectorySearchPage-actions.below .ActionBar-title,.EventCalendarDayPage-actions.below .ActionBar-title,.EventCalendarMonthPage-actions.below .ActionBar-title,.EventCategoryPage-actions.below .ActionBar-title,.ProductPage-actions.below .ActionBar-title,.SearchResultsPage-actions.below .ActionBar-title,.SectionPage-actions.below .ActionBar-title,.TagPage-actions.below .ActionBar-title,.TaxonomyPage-actions.below .ActionBar-title,.TopicPage-actions.below .ActionBar-title{display:inline-block;margin-right:20px}.BlogPage-actions.below .ActionBar-items,.BrandPage-actions.below .ActionBar-items,.CountryPage-actions.below .ActionBar-items,.DirectorySearchPage-actions.below .ActionBar-items,.EventCalendarDayPage-actions.below .ActionBar-items,.EventCalendarMonthPage-actions.below .ActionBar-items,.EventCategoryPage-actions.below .ActionBar-items,.ProductPage-actions.below .ActionBar-items,.SearchResultsPage-actions.below .ActionBar-items,.SectionPage-actions.below .ActionBar-items,.TagPage-actions.below .ActionBar-items,.TaxonomyPage-actions.below .ActionBar-items,.TopicPage-actions.below .ActionBar-items{display:inline-block}}.BlogPage-tags .Link,.BrandPage-tags .Link,.CountryPage-tags .Link,.DirectorySearchPage-tags .Link,.EventCalendarDayPage-tags .Link,.EventCalendarMonthPage-tags .Link,.EventCategoryPage-tags .Link,.ProductPage-tags .Link,.SearchResultsPage-tags .Link,.SectionPage-tags .Link,.TagPage-tags .Link,.TaxonomyPage-tags .Link,.TopicPage-tags .Link{cursor:pointer;display:inline-block;font-weight:700;text-align:center;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:1.1rem;border:1px solid var(--tagButtonBorderColor);color:var(--primaryLinkColor);line-height:1.18;padding:8px 10px;text-transform:uppercase;word-break:keep-all;margin:0 5px 10px}.BlogPage-tags .Link:hover,.BrandPage-tags .Link:hover,.CountryPage-tags .Link:hover,.DirectorySearchPage-tags .Link:hover,.EventCalendarDayPage-tags .Link:hover,.EventCalendarMonthPage-tags .Link:hover,.EventCategoryPage-tags .Link:hover,.ProductPage-tags .Link:hover,.SearchResultsPage-tags .Link:hover,.SectionPage-tags .Link:hover,.TagPage-tags .Link:hover,.TaxonomyPage-tags .Link:hover,.TopicPage-tags .Link:hover{transform:scale(1.1);color:var(--primaryLinkColor);border-color:currentColor}.BlogPage-tags span.Link,.BrandPage-tags span.Link,.CountryPage-tags span.Link,.DirectorySearchPage-tags span.Link,.EventCalendarDayPage-tags span.Link,.EventCalendarMonthPage-tags span.Link,.EventCategoryPage-tags span.Link,.ProductPage-tags span.Link,.SearchResultsPage-tags span.Link,.SectionPage-tags span.Link,.TagPage-tags span.Link,.TaxonomyPage-tags span.Link,.TopicPage-tags span.Link{pointer-events:none}.BlogPage-authorInfo,.BrandPage-authorInfo,.CountryPage-authorInfo,.DirectorySearchPage-authorInfo,.EventCalendarDayPage-authorInfo,.EventCalendarMonthPage-authorInfo,.EventCategoryPage-authorInfo,.ProductPage-authorInfo,.SearchResultsPage-authorInfo,.SectionPage-authorInfo,.TagPage-authorInfo,.TaxonomyPage-authorInfo,.TopicPage-authorInfo{margin-bottom:40px;margin-top:40px;background:var(--colorBeige1);text-align:center;padding:30px 20px}.BlogPage-authorInfo:after,.BrandPage-authorInfo:after,.CountryPage-authorInfo:after,.DirectorySearchPage-authorInfo:after,.EventCalendarDayPage-authorInfo:after,.EventCalendarMonthPage-authorInfo:after,.EventCategoryPage-authorInfo:after,.ProductPage-authorInfo:after,.SearchResultsPage-authorInfo:after,.SectionPage-authorInfo:after,.TagPage-authorInfo:after,.TaxonomyPage-authorInfo:after,.TopicPage-authorInfo:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.BlogPage-authorInfo-label,.BrandPage-authorInfo-label,.CountryPage-authorInfo-label,.DirectorySearchPage-authorInfo-label,.EventCalendarDayPage-authorInfo-label,.EventCalendarMonthPage-authorInfo-label,.EventCategoryPage-authorInfo-label,.ProductPage-authorInfo-label,.SearchResultsPage-authorInfo-label,.SectionPage-authorInfo-label,.TagPage-authorInfo-label,.TaxonomyPage-authorInfo-label,.TopicPage-authorInfo-label{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:var(--label-2);font-weight:700;text-transform:uppercase;letter-spacing:1px;position:relative;margin-bottom:10px}.BlogPage-authorInfo-bio-content,.BrandPage-authorInfo-bio-content,.CountryPage-authorInfo-bio-content,.DirectorySearchPage-authorInfo-bio-content,.EventCalendarDayPage-authorInfo-bio-content,.EventCalendarMonthPage-authorInfo-bio-content,.EventCategoryPage-authorInfo-bio-content,.ProductPage-authorInfo-bio-content,.SearchResultsPage-authorInfo-bio-content,.SectionPage-authorInfo-bio-content,.TagPage-authorInfo-bio-content,.TaxonomyPage-authorInfo-bio-content,.TopicPage-authorInfo-bio-content{font-size:var(--promo-description);font-weight:300;line-height:1.29;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.BlogPage-authorInfo-bio-content .textStyleSpec-sm,.BrandPage-authorInfo-bio-content .textStyleSpec-sm,.CountryPage-authorInfo-bio-content .textStyleSpec-sm,.DirectorySearchPage-authorInfo-bio-content .textStyleSpec-sm,.EventCalendarDayPage-authorInfo-bio-content .textStyleSpec-sm,.EventCalendarMonthPage-authorInfo-bio-content .textStyleSpec-sm,.EventCategoryPage-authorInfo-bio-content .textStyleSpec-sm,.ProductPage-authorInfo-bio-content .textStyleSpec-sm,.SearchResultsPage-authorInfo-bio-content .textStyleSpec-sm,.SectionPage-authorInfo-bio-content .textStyleSpec-sm,.TagPage-authorInfo-bio-content .textStyleSpec-sm,.TaxonomyPage-authorInfo-bio-content .textStyleSpec-sm,.TopicPage-authorInfo-bio-content .textStyleSpec-sm{font-size:1.4rem}.BlogPage-authorInfo-bio-content .textStyleSpec-lg,.BlogPage-authorInfo-bio-content .textStyleSpec-md,.BrandPage-authorInfo-bio-content .textStyleSpec-lg,.BrandPage-authorInfo-bio-content .textStyleSpec-md,.CountryPage-authorInfo-bio-content .textStyleSpec-lg,.CountryPage-authorInfo-bio-content .textStyleSpec-md,.DirectorySearchPage-authorInfo-bio-content .textStyleSpec-lg,.DirectorySearchPage-authorInfo-bio-content .textStyleSpec-md,.EventCalendarDayPage-authorInfo-bio-content .textStyleSpec-lg,.EventCalendarDayPage-authorInfo-bio-content .textStyleSpec-md,.EventCalendarMonthPage-authorInfo-bio-content .textStyleSpec-lg,.EventCalendarMonthPage-authorInfo-bio-content .textStyleSpec-md,.EventCategoryPage-authorInfo-bio-content .textStyleSpec-lg,.EventCategoryPage-authorInfo-bio-content .textStyleSpec-md,.ProductPage-authorInfo-bio-content .textStyleSpec-lg,.ProductPage-authorInfo-bio-content .textStyleSpec-md,.SearchResultsPage-authorInfo-bio-content .textStyleSpec-lg,.SearchResultsPage-authorInfo-bio-content .textStyleSpec-md,.SectionPage-authorInfo-bio-content .textStyleSpec-lg,.SectionPage-authorInfo-bio-content .textStyleSpec-md,.TagPage-authorInfo-bio-content .textStyleSpec-lg,.TagPage-authorInfo-bio-content .textStyleSpec-md,.TaxonomyPage-authorInfo-bio-content .textStyleSpec-lg,.TaxonomyPage-authorInfo-bio-content .textStyleSpec-md,.TopicPage-authorInfo-bio-content .textStyleSpec-lg,.TopicPage-authorInfo-bio-content .textStyleSpec-md{font-size:1.6rem}.BlogPage-authorInfo-bio-content p,.BrandPage-authorInfo-bio-content p,.CountryPage-authorInfo-bio-content p,.DirectorySearchPage-authorInfo-bio-content p,.EventCalendarDayPage-authorInfo-bio-content p,.EventCalendarMonthPage-authorInfo-bio-content p,.EventCategoryPage-authorInfo-bio-content p,.ProductPage-authorInfo-bio-content p,.SearchResultsPage-authorInfo-bio-content p,.SectionPage-authorInfo-bio-content p,.TagPage-authorInfo-bio-content p,.TaxonomyPage-authorInfo-bio-content p,.TopicPage-authorInfo-bio-content p{margin-top:0;margin-bottom:0}.BlogPage-authorInfo-bio-content a:hover,.BrandPage-authorInfo-bio-content a:hover,.CountryPage-authorInfo-bio-content a:hover,.DirectorySearchPage-authorInfo-bio-content a:hover,.EventCalendarDayPage-authorInfo-bio-content a:hover,.EventCalendarMonthPage-authorInfo-bio-content a:hover,.EventCategoryPage-authorInfo-bio-content a:hover,.ProductPage-authorInfo-bio-content a:hover,.SearchResultsPage-authorInfo-bio-content a:hover,.SectionPage-authorInfo-bio-content a:hover,.TagPage-authorInfo-bio-content a:hover,.TaxonomyPage-authorInfo-bio-content a:hover,.TopicPage-authorInfo-bio-content a:hover{text-decoration:underline}@media only screen and (min-width:768px){.BlogPage-authorInfo-bio-content,.BrandPage-authorInfo-bio-content,.CountryPage-authorInfo-bio-content,.DirectorySearchPage-authorInfo-bio-content,.EventCalendarDayPage-authorInfo-bio-content,.EventCalendarMonthPage-authorInfo-bio-content,.EventCategoryPage-authorInfo-bio-content,.ProductPage-authorInfo-bio-content,.SearchResultsPage-authorInfo-bio-content,.SectionPage-authorInfo-bio-content,.TagPage-authorInfo-bio-content,.TaxonomyPage-authorInfo-bio-content,.TopicPage-authorInfo-bio-content{line-height:1.38}}.BlogPage-authorInfo-bio-content:before,.BrandPage-authorInfo-bio-content:before,.CountryPage-authorInfo-bio-content:before,.DirectorySearchPage-authorInfo-bio-content:before,.EventCalendarDayPage-authorInfo-bio-content:before,.EventCalendarMonthPage-authorInfo-bio-content:before,.EventCategoryPage-authorInfo-bio-content:before,.ProductPage-authorInfo-bio-content:before,.SearchResultsPage-authorInfo-bio-content:before,.SectionPage-authorInfo-bio-content:before,.TagPage-authorInfo-bio-content:before,.TaxonomyPage-authorInfo-bio-content:before,.TopicPage-authorInfo-bio-content:before{content:"";width:40px;height:3px;background-color:var(--brandColor);margin:0 auto 20px;min-height:3px;display:block}.BlogPage-authorInfo-bio-content p,.BrandPage-authorInfo-bio-content p,.CountryPage-authorInfo-bio-content p,.DirectorySearchPage-authorInfo-bio-content p,.EventCalendarDayPage-authorInfo-bio-content p,.EventCalendarMonthPage-authorInfo-bio-content p,.EventCategoryPage-authorInfo-bio-content p,.ProductPage-authorInfo-bio-content p,.SearchResultsPage-authorInfo-bio-content p,.SectionPage-authorInfo-bio-content p,.TagPage-authorInfo-bio-content p,.TaxonomyPage-authorInfo-bio-content p,.TopicPage-authorInfo-bio-content p{margin:30px 0}.BlogPage-authorInfo-bio-content p:first-of-type,.BrandPage-authorInfo-bio-content p:first-of-type,.CountryPage-authorInfo-bio-content p:first-of-type,.DirectorySearchPage-authorInfo-bio-content p:first-of-type,.EventCalendarDayPage-authorInfo-bio-content p:first-of-type,.EventCalendarMonthPage-authorInfo-bio-content p:first-of-type,.EventCategoryPage-authorInfo-bio-content p:first-of-type,.ProductPage-authorInfo-bio-content p:first-of-type,.SearchResultsPage-authorInfo-bio-content p:first-of-type,.SectionPage-authorInfo-bio-content p:first-of-type,.TagPage-authorInfo-bio-content p:first-of-type,.TaxonomyPage-authorInfo-bio-content p:first-of-type,.TopicPage-authorInfo-bio-content p:first-of-type{margin-top:0}.BlogPage-authorInfo-bio-content p:last-of-type,.BrandPage-authorInfo-bio-content p:last-of-type,.CountryPage-authorInfo-bio-content p:last-of-type,.DirectorySearchPage-authorInfo-bio-content p:last-of-type,.EventCalendarDayPage-authorInfo-bio-content p:last-of-type,.EventCalendarMonthPage-authorInfo-bio-content p:last-of-type,.EventCategoryPage-authorInfo-bio-content p:last-of-type,.ProductPage-authorInfo-bio-content p:last-of-type,.SearchResultsPage-authorInfo-bio-content p:last-of-type,.SectionPage-authorInfo-bio-content p:last-of-type,.TagPage-authorInfo-bio-content p:last-of-type,.TaxonomyPage-authorInfo-bio-content p:last-of-type,.TopicPage-authorInfo-bio-content p:last-of-type{margin-bottom:0}.BlogPage-authorInfo-bio-content .Link,.BlogPage-authorInfo-bio-content a,.BrandPage-authorInfo-bio-content .Link,.BrandPage-authorInfo-bio-content a,.CountryPage-authorInfo-bio-content .Link,.CountryPage-authorInfo-bio-content a,.DirectorySearchPage-authorInfo-bio-content .Link,.DirectorySearchPage-authorInfo-bio-content a,.EventCalendarDayPage-authorInfo-bio-content .Link,.EventCalendarDayPage-authorInfo-bio-content a,.EventCalendarMonthPage-authorInfo-bio-content .Link,.EventCalendarMonthPage-authorInfo-bio-content a,.EventCategoryPage-authorInfo-bio-content .Link,.EventCategoryPage-authorInfo-bio-content a,.ProductPage-authorInfo-bio-content .Link,.ProductPage-authorInfo-bio-content a,.SearchResultsPage-authorInfo-bio-content .Link,.SearchResultsPage-authorInfo-bio-content a,.SectionPage-authorInfo-bio-content .Link,.SectionPage-authorInfo-bio-content a,.TagPage-authorInfo-bio-content .Link,.TagPage-authorInfo-bio-content a,.TaxonomyPage-authorInfo-bio-content .Link,.TaxonomyPage-authorInfo-bio-content a,.TopicPage-authorInfo-bio-content .Link,.TopicPage-authorInfo-bio-content a{color:var(--brandColor)}.BlogPage-authorInfo-bio-content .Link:hover,.BlogPage-authorInfo-bio-content a:hover,.BrandPage-authorInfo-bio-content .Link:hover,.BrandPage-authorInfo-bio-content a:hover,.CountryPage-authorInfo-bio-content .Link:hover,.CountryPage-authorInfo-bio-content a:hover,.DirectorySearchPage-authorInfo-bio-content .Link:hover,.DirectorySearchPage-authorInfo-bio-content a:hover,.EventCalendarDayPage-authorInfo-bio-content .Link:hover,.EventCalendarDayPage-authorInfo-bio-content a:hover,.EventCalendarMonthPage-authorInfo-bio-content .Link:hover,.EventCalendarMonthPage-authorInfo-bio-content a:hover,.EventCategoryPage-authorInfo-bio-content .Link:hover,.EventCategoryPage-authorInfo-bio-content a:hover,.ProductPage-authorInfo-bio-content .Link:hover,.ProductPage-authorInfo-bio-content a:hover,.SearchResultsPage-authorInfo-bio-content .Link:hover,.SearchResultsPage-authorInfo-bio-content a:hover,.SectionPage-authorInfo-bio-content .Link:hover,.SectionPage-authorInfo-bio-content a:hover,.TagPage-authorInfo-bio-content .Link:hover,.TagPage-authorInfo-bio-content a:hover,.TaxonomyPage-authorInfo-bio-content .Link:hover,.TaxonomyPage-authorInfo-bio-content a:hover,.TopicPage-authorInfo-bio-content .Link:hover,.TopicPage-authorInfo-bio-content a:hover{text-decoration:underline}.BlogPage-authorInfo-bio-name,.BrandPage-authorInfo-bio-name,.CountryPage-authorInfo-bio-name,.DirectorySearchPage-authorInfo-bio-name,.EventCalendarDayPage-authorInfo-bio-name,.EventCalendarMonthPage-authorInfo-bio-name,.EventCategoryPage-authorInfo-bio-name,.ProductPage-authorInfo-bio-name,.SearchResultsPage-authorInfo-bio-name,.SectionPage-authorInfo-bio-name,.TagPage-authorInfo-bio-name,.TaxonomyPage-authorInfo-bio-name,.TopicPage-authorInfo-bio-name{font-size:var(--promo-title);line-height:1.25;word-break:break-word;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:20px;position:relative;-ms-flex-pack:center;justify-content:center}.BlogPage-authorInfo-bio-name .textStyleSpec-md,.BlogPage-authorInfo-bio-name .textStyleSpec-sm,.BrandPage-authorInfo-bio-name .textStyleSpec-md,.BrandPage-authorInfo-bio-name .textStyleSpec-sm,.CountryPage-authorInfo-bio-name .textStyleSpec-md,.CountryPage-authorInfo-bio-name .textStyleSpec-sm,.DirectorySearchPage-authorInfo-bio-name .textStyleSpec-md,.DirectorySearchPage-authorInfo-bio-name .textStyleSpec-sm,.EventCalendarDayPage-authorInfo-bio-name .textStyleSpec-md,.EventCalendarDayPage-authorInfo-bio-name .textStyleSpec-sm,.EventCalendarMonthPage-authorInfo-bio-name .textStyleSpec-md,.EventCalendarMonthPage-authorInfo-bio-name .textStyleSpec-sm,.EventCategoryPage-authorInfo-bio-name .textStyleSpec-md,.EventCategoryPage-authorInfo-bio-name .textStyleSpec-sm,.ProductPage-authorInfo-bio-name .textStyleSpec-md,.ProductPage-authorInfo-bio-name .textStyleSpec-sm,.SearchResultsPage-authorInfo-bio-name .textStyleSpec-md,.SearchResultsPage-authorInfo-bio-name .textStyleSpec-sm,.SectionPage-authorInfo-bio-name .textStyleSpec-md,.SectionPage-authorInfo-bio-name .textStyleSpec-sm,.TagPage-authorInfo-bio-name .textStyleSpec-md,.TagPage-authorInfo-bio-name .textStyleSpec-sm,.TaxonomyPage-authorInfo-bio-name .textStyleSpec-md,.TaxonomyPage-authorInfo-bio-name .textStyleSpec-sm,.TopicPage-authorInfo-bio-name .textStyleSpec-md,.TopicPage-authorInfo-bio-name .textStyleSpec-sm{font-size:2rem}.BlogPage-authorInfo-bio-name .textStyleSpec-lg,.BrandPage-authorInfo-bio-name .textStyleSpec-lg,.CountryPage-authorInfo-bio-name .textStyleSpec-lg,.DirectorySearchPage-authorInfo-bio-name .textStyleSpec-lg,.EventCalendarDayPage-authorInfo-bio-name .textStyleSpec-lg,.EventCalendarMonthPage-authorInfo-bio-name .textStyleSpec-lg,.EventCategoryPage-authorInfo-bio-name .textStyleSpec-lg,.ProductPage-authorInfo-bio-name .textStyleSpec-lg,.SearchResultsPage-authorInfo-bio-name .textStyleSpec-lg,.SectionPage-authorInfo-bio-name .textStyleSpec-lg,.TagPage-authorInfo-bio-name .textStyleSpec-lg,.TaxonomyPage-authorInfo-bio-name .textStyleSpec-lg,.TopicPage-authorInfo-bio-name .textStyleSpec-lg{font-size:2.4rem}@media only screen and (min-width:768px){.BlogPage-authorInfo-bio-name,.BrandPage-authorInfo-bio-name,.CountryPage-authorInfo-bio-name,.DirectorySearchPage-authorInfo-bio-name,.EventCalendarDayPage-authorInfo-bio-name,.EventCalendarMonthPage-authorInfo-bio-name,.EventCategoryPage-authorInfo-bio-name,.ProductPage-authorInfo-bio-name,.SearchResultsPage-authorInfo-bio-name,.SectionPage-authorInfo-bio-name,.TagPage-authorInfo-bio-name,.TaxonomyPage-authorInfo-bio-name,.TopicPage-authorInfo-bio-name{line-height:1.2}}@media only screen and (min-width:1024px){.BlogPage-authorInfo-bio-name,.BrandPage-authorInfo-bio-name,.CountryPage-authorInfo-bio-name,.DirectorySearchPage-authorInfo-bio-name,.EventCalendarDayPage-authorInfo-bio-name,.EventCalendarMonthPage-authorInfo-bio-name,.EventCategoryPage-authorInfo-bio-name,.ProductPage-authorInfo-bio-name,.SearchResultsPage-authorInfo-bio-name,.SectionPage-authorInfo-bio-name,.TagPage-authorInfo-bio-name,.TaxonomyPage-authorInfo-bio-name,.TopicPage-authorInfo-bio-name{line-height:1.25}}.BlogPage-authorInfo-bio-name a,.BlogPage-authorInfo-bio-name a:hover,.BrandPage-authorInfo-bio-name a,.BrandPage-authorInfo-bio-name a:hover,.CountryPage-authorInfo-bio-name a,.CountryPage-authorInfo-bio-name a:hover,.DirectorySearchPage-authorInfo-bio-name a,.DirectorySearchPage-authorInfo-bio-name a:hover,.EventCalendarDayPage-authorInfo-bio-name a,.EventCalendarDayPage-authorInfo-bio-name a:hover,.EventCalendarMonthPage-authorInfo-bio-name a,.EventCalendarMonthPage-authorInfo-bio-name a:hover,.EventCategoryPage-authorInfo-bio-name a,.EventCategoryPage-authorInfo-bio-name a:hover,.ProductPage-authorInfo-bio-name a,.ProductPage-authorInfo-bio-name a:hover,.SearchResultsPage-authorInfo-bio-name a,.SearchResultsPage-authorInfo-bio-name a:hover,.SectionPage-authorInfo-bio-name a,.SectionPage-authorInfo-bio-name a:hover,.TagPage-authorInfo-bio-name a,.TagPage-authorInfo-bio-name a:hover,.TaxonomyPage-authorInfo-bio-name a,.TaxonomyPage-authorInfo-bio-name a:hover,.TopicPage-authorInfo-bio-name a,.TopicPage-authorInfo-bio-name a:hover{color:inherit}.BlogPage-authorInfo-bio-name .Link,.BlogPage-authorInfo-bio-name .Link:hover,.BlogPage-authorInfo-bio-name a,.BlogPage-authorInfo-bio-name a:hover,.BrandPage-authorInfo-bio-name .Link,.BrandPage-authorInfo-bio-name .Link:hover,.BrandPage-authorInfo-bio-name a,.BrandPage-authorInfo-bio-name a:hover,.CountryPage-authorInfo-bio-name .Link,.CountryPage-authorInfo-bio-name .Link:hover,.CountryPage-authorInfo-bio-name a,.CountryPage-authorInfo-bio-name a:hover,.DirectorySearchPage-authorInfo-bio-name .Link,.DirectorySearchPage-authorInfo-bio-name .Link:hover,.DirectorySearchPage-authorInfo-bio-name a,.DirectorySearchPage-authorInfo-bio-name a:hover,.EventCalendarDayPage-authorInfo-bio-name .Link,.EventCalendarDayPage-authorInfo-bio-name .Link:hover,.EventCalendarDayPage-authorInfo-bio-name a,.EventCalendarDayPage-authorInfo-bio-name a:hover,.EventCalendarMonthPage-authorInfo-bio-name .Link,.EventCalendarMonthPage-authorInfo-bio-name .Link:hover,.EventCalendarMonthPage-authorInfo-bio-name a,.EventCalendarMonthPage-authorInfo-bio-name a:hover,.EventCategoryPage-authorInfo-bio-name .Link,.EventCategoryPage-authorInfo-bio-name .Link:hover,.EventCategoryPage-authorInfo-bio-name a,.EventCategoryPage-authorInfo-bio-name a:hover,.ProductPage-authorInfo-bio-name .Link,.ProductPage-authorInfo-bio-name .Link:hover,.ProductPage-authorInfo-bio-name a,.ProductPage-authorInfo-bio-name a:hover,.SearchResultsPage-authorInfo-bio-name .Link,.SearchResultsPage-authorInfo-bio-name .Link:hover,.SearchResultsPage-authorInfo-bio-name a,.SearchResultsPage-authorInfo-bio-name a:hover,.SectionPage-authorInfo-bio-name .Link,.SectionPage-authorInfo-bio-name .Link:hover,.SectionPage-authorInfo-bio-name a,.SectionPage-authorInfo-bio-name a:hover,.TagPage-authorInfo-bio-name .Link,.TagPage-authorInfo-bio-name .Link:hover,.TagPage-authorInfo-bio-name a,.TagPage-authorInfo-bio-name a:hover,.TaxonomyPage-authorInfo-bio-name .Link,.TaxonomyPage-authorInfo-bio-name .Link:hover,.TaxonomyPage-authorInfo-bio-name a,.TaxonomyPage-authorInfo-bio-name a:hover,.TopicPage-authorInfo-bio-name .Link,.TopicPage-authorInfo-bio-name .Link:hover,.TopicPage-authorInfo-bio-name a,.TopicPage-authorInfo-bio-name a:hover{color:var(--brandColor)}.BlogPage-authorInfo-image,.BrandPage-authorInfo-image,.CountryPage-authorInfo-image,.DirectorySearchPage-authorInfo-image,.EventCalendarDayPage-authorInfo-image,.EventCalendarMonthPage-authorInfo-image,.EventCategoryPage-authorInfo-image,.ProductPage-authorInfo-image,.SearchResultsPage-authorInfo-image,.SectionPage-authorInfo-image,.TagPage-authorInfo-image,.TaxonomyPage-authorInfo-image,.TopicPage-authorInfo-image{margin:0 auto 20px;width:100px}.BlogPage-authorInfo-image img,.BrandPage-authorInfo-image img,.CountryPage-authorInfo-image img,.DirectorySearchPage-authorInfo-image img,.EventCalendarDayPage-authorInfo-image img,.EventCalendarMonthPage-authorInfo-image img,.EventCategoryPage-authorInfo-image img,.ProductPage-authorInfo-image img,.SearchResultsPage-authorInfo-image img,.SectionPage-authorInfo-image img,.TagPage-authorInfo-image img,.TaxonomyPage-authorInfo-image img,.TopicPage-authorInfo-image img{border-radius:100%;width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.BlogPage-byline,.BrandPage-byline,.CountryPage-byline,.DirectorySearchPage-byline,.EventCalendarDayPage-byline,.EventCalendarMonthPage-byline,.EventCategoryPage-byline,.ProductPage-byline,.SearchResultsPage-byline,.SectionPage-byline,.TagPage-byline,.TaxonomyPage-byline,.TopicPage-byline{font-size:var(--byline);font-weight:400;line-height:1.14285714286;letter-spacing:1px}.BlogPage-byline .textStyleSpec-lg,.BlogPage-byline .textStyleSpec-md,.BlogPage-byline .textStyleSpec-sm,.BrandPage-byline .textStyleSpec-lg,.BrandPage-byline .textStyleSpec-md,.BrandPage-byline .textStyleSpec-sm,.CountryPage-byline .textStyleSpec-lg,.CountryPage-byline .textStyleSpec-md,.CountryPage-byline .textStyleSpec-sm,.DirectorySearchPage-byline .textStyleSpec-lg,.DirectorySearchPage-byline .textStyleSpec-md,.DirectorySearchPage-byline .textStyleSpec-sm,.EventCalendarDayPage-byline .textStyleSpec-lg,.EventCalendarDayPage-byline .textStyleSpec-md,.EventCalendarDayPage-byline .textStyleSpec-sm,.EventCalendarMonthPage-byline .textStyleSpec-lg,.EventCalendarMonthPage-byline .textStyleSpec-md,.EventCalendarMonthPage-byline .textStyleSpec-sm,.EventCategoryPage-byline .textStyleSpec-lg,.EventCategoryPage-byline .textStyleSpec-md,.EventCategoryPage-byline .textStyleSpec-sm,.ProductPage-byline .textStyleSpec-lg,.ProductPage-byline .textStyleSpec-md,.ProductPage-byline .textStyleSpec-sm,.SearchResultsPage-byline .textStyleSpec-lg,.SearchResultsPage-byline .textStyleSpec-md,.SearchResultsPage-byline .textStyleSpec-sm,.SectionPage-byline .textStyleSpec-lg,.SectionPage-byline .textStyleSpec-md,.SectionPage-byline .textStyleSpec-sm,.TagPage-byline .textStyleSpec-lg,.TagPage-byline .textStyleSpec-md,.TagPage-byline .textStyleSpec-sm,.TaxonomyPage-byline .textStyleSpec-lg,.TaxonomyPage-byline .textStyleSpec-md,.TaxonomyPage-byline .textStyleSpec-sm,.TopicPage-byline .textStyleSpec-lg,.TopicPage-byline .textStyleSpec-md,.TopicPage-byline .textStyleSpec-sm{font-size:1.3rem}.BlogPage-authorName,.BlogPage-contributors,.BlogPage-datePublished,.BrandPage-authorName,.BrandPage-contributors,.BrandPage-datePublished,.CountryPage-authorName,.CountryPage-contributors,.CountryPage-datePublished,.DirectorySearchPage-authorName,.DirectorySearchPage-contributors,.DirectorySearchPage-datePublished,.EventCalendarDayPage-authorName,.EventCalendarDayPage-contributors,.EventCalendarDayPage-datePublished,.EventCalendarMonthPage-authorName,.EventCalendarMonthPage-contributors,.EventCalendarMonthPage-datePublished,.EventCategoryPage-authorName,.EventCategoryPage-contributors,.EventCategoryPage-datePublished,.ProductPage-authorName,.ProductPage-contributors,.ProductPage-datePublished,.SearchResultsPage-authorName,.SearchResultsPage-contributors,.SearchResultsPage-datePublished,.SectionPage-authorName,.SectionPage-contributors,.SectionPage-datePublished,.TagPage-authorName,.TagPage-contributors,.TagPage-datePublished,.TaxonomyPage-authorName,.TaxonomyPage-contributors,.TaxonomyPage-datePublished,.TopicPage-authorName,.TopicPage-contributors,.TopicPage-datePublished{display:inline}.BlogPage-authorTitle,.BrandPage-authorTitle,.CountryPage-authorTitle,.DirectorySearchPage-authorTitle,.EventCalendarDayPage-authorTitle,.EventCalendarMonthPage-authorTitle,.EventCategoryPage-authorTitle,.ProductPage-authorTitle,.SearchResultsPage-authorTitle,.SectionPage-authorTitle,.TagPage-authorTitle,.TaxonomyPage-authorTitle,.TopicPage-authorTitle{margin-top:10px;display:block}.BlogPage-bylineText,.BrandPage-bylineText,.CountryPage-bylineText,.DirectorySearchPage-bylineText,.EventCalendarDayPage-bylineText,.EventCalendarMonthPage-bylineText,.EventCategoryPage-bylineText,.ProductPage-bylineText,.SearchResultsPage-bylineText,.SectionPage-bylineText,.TagPage-bylineText,.TaxonomyPage-bylineText,.TopicPage-bylineText{margin-bottom:10px}.BlogPage-breadcrumbs,.BrandPage-breadcrumbs,.CountryPage-breadcrumbs,.DirectorySearchPage-breadcrumbs,.EventCalendarDayPage-breadcrumbs,.EventCalendarMonthPage-breadcrumbs,.EventCategoryPage-breadcrumbs,.ProductPage-breadcrumbs,.SearchResultsPage-breadcrumbs,.SectionPage-breadcrumbs,.TagPage-breadcrumbs,.TaxonomyPage-breadcrumbs,.TopicPage-breadcrumbs{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:var(--label-2);font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.BlogPage-breadcrumbs .Link,.BrandPage-breadcrumbs .Link,.CountryPage-breadcrumbs .Link,.DirectorySearchPage-breadcrumbs .Link,.EventCalendarDayPage-breadcrumbs .Link,.EventCalendarMonthPage-breadcrumbs .Link,.EventCategoryPage-breadcrumbs .Link,.ProductPage-breadcrumbs .Link,.SearchResultsPage-breadcrumbs .Link,.SectionPage-breadcrumbs .Link,.TagPage-breadcrumbs .Link,.TaxonomyPage-breadcrumbs .Link,.TopicPage-breadcrumbs .Link{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:var(--label-3);letter-spacing:1px;cursor:pointer;display:inline-block;background:none;border:0;color:var(--primaryColor);padding:0;font-size:12px;font-weight:700;text-decoration:none;text-transform:uppercase;word-break:keep-all}.BlogPage-breadcrumbs .Link:hover,.BrandPage-breadcrumbs .Link:hover,.CountryPage-breadcrumbs .Link:hover,.DirectorySearchPage-breadcrumbs .Link:hover,.EventCalendarDayPage-breadcrumbs .Link:hover,.EventCalendarMonthPage-breadcrumbs .Link:hover,.EventCategoryPage-breadcrumbs .Link:hover,.ProductPage-breadcrumbs .Link:hover,.SearchResultsPage-breadcrumbs .Link:hover,.SectionPage-breadcrumbs .Link:hover,.TagPage-breadcrumbs .Link:hover,.TaxonomyPage-breadcrumbs .Link:hover,.TopicPage-breadcrumbs .Link:hover{color:var(--primaryColor)}.BlogPage-breadcrumbs.uses-current-color .Link,.BrandPage-breadcrumbs.uses-current-color .Link,.CountryPage-breadcrumbs.uses-current-color .Link,.DirectorySearchPage-breadcrumbs.uses-current-color .Link,.EventCalendarDayPage-breadcrumbs.uses-current-color .Link,.EventCalendarMonthPage-breadcrumbs.uses-current-color .Link,.EventCategoryPage-breadcrumbs.uses-current-color .Link,.ProductPage-breadcrumbs.uses-current-color .Link,.SearchResultsPage-breadcrumbs.uses-current-color .Link,.SectionPage-breadcrumbs.uses-current-color .Link,.TagPage-breadcrumbs.uses-current-color .Link,.TaxonomyPage-breadcrumbs.uses-current-color .Link,.TopicPage-breadcrumbs.uses-current-color .Link{color:currentColor}.BlogPage-breadcrumbs span.Link,.BrandPage-breadcrumbs span.Link,.CountryPage-breadcrumbs span.Link,.DirectorySearchPage-breadcrumbs span.Link,.EventCalendarDayPage-breadcrumbs span.Link,.EventCalendarMonthPage-breadcrumbs span.Link,.EventCategoryPage-breadcrumbs span.Link,.ProductPage-breadcrumbs span.Link,.SearchResultsPage-breadcrumbs span.Link,.SectionPage-breadcrumbs span.Link,.TagPage-breadcrumbs span.Link,.TaxonomyPage-breadcrumbs span.Link,.TopicPage-breadcrumbs span.Link{pointer-events:none}.BlogPage-byline,.BrandPage-byline,.CountryPage-byline,.DirectorySearchPage-byline,.EventCalendarDayPage-byline,.EventCalendarMonthPage-byline,.EventCategoryPage-byline,.ProductPage-byline,.SearchResultsPage-byline,.SectionPage-byline,.TagPage-byline,.TaxonomyPage-byline,.TopicPage-byline{margin-bottom:20px}.BlogPage-headingWrapper,.BrandPage-headingWrapper,.CountryPage-headingWrapper,.DirectorySearchPage-headingWrapper,.EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage-headingWrapper,.EventCategoryPage-headingWrapper,.ProductPage-headingWrapper,.SearchResultsPage-headingWrapper,.SectionPage-headingWrapper,.TagPage-headingWrapper,.TaxonomyPage-headingWrapper,.TopicPage-headingWrapper{background:var(--pageHeadingBg)}.BlogPage-headline,.BrandPage-headline,.CountryPage-headline,.DirectorySearchPage-headline,.EventCalendarDayPage-headline,.EventCalendarMonthPage-headline,.EventCategoryPage-headline,.ProductPage-headline,.SearchResultsPage-headline,.SectionPage-headline,.TagPage-headline,.TaxonomyPage-headline,.TopicPage-headline{font-size:var(--article-title);line-height:1.13;font-weight:700;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;margin-bottom:20px}.BlogPage-headline .textStyleSpec-sm,.BrandPage-headline .textStyleSpec-sm,.CountryPage-headline .textStyleSpec-sm,.DirectorySearchPage-headline .textStyleSpec-sm,.EventCalendarDayPage-headline .textStyleSpec-sm,.EventCalendarMonthPage-headline .textStyleSpec-sm,.EventCategoryPage-headline .textStyleSpec-sm,.ProductPage-headline .textStyleSpec-sm,.SearchResultsPage-headline .textStyleSpec-sm,.SectionPage-headline .textStyleSpec-sm,.TagPage-headline .textStyleSpec-sm,.TaxonomyPage-headline .textStyleSpec-sm,.TopicPage-headline .textStyleSpec-sm{font-size:3rem}.BlogPage-headline .textStyleSpec-md,.BrandPage-headline .textStyleSpec-md,.CountryPage-headline .textStyleSpec-md,.DirectorySearchPage-headline .textStyleSpec-md,.EventCalendarDayPage-headline .textStyleSpec-md,.EventCalendarMonthPage-headline .textStyleSpec-md,.EventCategoryPage-headline .textStyleSpec-md,.ProductPage-headline .textStyleSpec-md,.SearchResultsPage-headline .textStyleSpec-md,.SectionPage-headline .textStyleSpec-md,.TagPage-headline .textStyleSpec-md,.TaxonomyPage-headline .textStyleSpec-md,.TopicPage-headline .textStyleSpec-md{font-size:4.2rem}.BlogPage-headline .textStyleSpec-lg,.BrandPage-headline .textStyleSpec-lg,.CountryPage-headline .textStyleSpec-lg,.DirectorySearchPage-headline .textStyleSpec-lg,.EventCalendarDayPage-headline .textStyleSpec-lg,.EventCalendarMonthPage-headline .textStyleSpec-lg,.EventCategoryPage-headline .textStyleSpec-lg,.ProductPage-headline .textStyleSpec-lg,.SearchResultsPage-headline .textStyleSpec-lg,.SectionPage-headline .textStyleSpec-lg,.TagPage-headline .textStyleSpec-lg,.TaxonomyPage-headline .textStyleSpec-lg,.TopicPage-headline .textStyleSpec-lg{font-size:4.8rem}@media only screen and (min-width:1024px){.BlogPage-headline,.BrandPage-headline,.CountryPage-headline,.DirectorySearchPage-headline,.EventCalendarDayPage-headline,.EventCalendarMonthPage-headline,.EventCategoryPage-headline,.ProductPage-headline,.SearchResultsPage-headline,.SectionPage-headline,.TagPage-headline,.TaxonomyPage-headline,.TopicPage-headline{line-height:1.25}}.BlogPage-subHeadline,.BrandPage-subHeadline,.CountryPage-subHeadline,.DirectorySearchPage-subHeadline,.EventCalendarDayPage-subHeadline,.EventCalendarMonthPage-subHeadline,.EventCategoryPage-subHeadline,.ProductPage-subHeadline,.SearchResultsPage-subHeadline,.SectionPage-subHeadline,.TagPage-subHeadline,.TaxonomyPage-subHeadline,.TopicPage-subHeadline{font-size:var(--description-text);font-weight:300;line-height:1.33;margin-bottom:20px}.BlogPage-subHeadline .textStyleSpec-md,.BlogPage-subHeadline .textStyleSpec-sm,.BrandPage-subHeadline .textStyleSpec-md,.BrandPage-subHeadline .textStyleSpec-sm,.CountryPage-subHeadline .textStyleSpec-md,.CountryPage-subHeadline .textStyleSpec-sm,.DirectorySearchPage-subHeadline .textStyleSpec-md,.DirectorySearchPage-subHeadline .textStyleSpec-sm,.EventCalendarDayPage-subHeadline .textStyleSpec-md,.EventCalendarDayPage-subHeadline .textStyleSpec-sm,.EventCalendarMonthPage-subHeadline .textStyleSpec-md,.EventCalendarMonthPage-subHeadline .textStyleSpec-sm,.EventCategoryPage-subHeadline .textStyleSpec-md,.EventCategoryPage-subHeadline .textStyleSpec-sm,.ProductPage-subHeadline .textStyleSpec-md,.ProductPage-subHeadline .textStyleSpec-sm,.SearchResultsPage-subHeadline .textStyleSpec-md,.SearchResultsPage-subHeadline .textStyleSpec-sm,.SectionPage-subHeadline .textStyleSpec-md,.SectionPage-subHeadline .textStyleSpec-sm,.TagPage-subHeadline .textStyleSpec-md,.TagPage-subHeadline .textStyleSpec-sm,.TaxonomyPage-subHeadline .textStyleSpec-md,.TaxonomyPage-subHeadline .textStyleSpec-sm,.TopicPage-subHeadline .textStyleSpec-md,.TopicPage-subHeadline .textStyleSpec-sm{font-size:1.8rem}.BlogPage-subHeadline .textStyleSpec-lg,.BrandPage-subHeadline .textStyleSpec-lg,.CountryPage-subHeadline .textStyleSpec-lg,.DirectorySearchPage-subHeadline .textStyleSpec-lg,.EventCalendarDayPage-subHeadline .textStyleSpec-lg,.EventCalendarMonthPage-subHeadline .textStyleSpec-lg,.EventCategoryPage-subHeadline .textStyleSpec-lg,.ProductPage-subHeadline .textStyleSpec-lg,.SearchResultsPage-subHeadline .textStyleSpec-lg,.SectionPage-subHeadline .textStyleSpec-lg,.TagPage-subHeadline .textStyleSpec-lg,.TaxonomyPage-subHeadline .textStyleSpec-lg,.TopicPage-subHeadline .textStyleSpec-lg{font-size:2.2rem}.BlogPage-subHeadline p,.BrandPage-subHeadline p,.CountryPage-subHeadline p,.DirectorySearchPage-subHeadline p,.EventCalendarDayPage-subHeadline p,.EventCalendarMonthPage-subHeadline p,.EventCategoryPage-subHeadline p,.ProductPage-subHeadline p,.SearchResultsPage-subHeadline p,.SectionPage-subHeadline p,.TagPage-subHeadline p,.TaxonomyPage-subHeadline p,.TopicPage-subHeadline p{margin-top:0;margin-bottom:0}.BlogPage-subHeadline a:hover,.BrandPage-subHeadline a:hover,.CountryPage-subHeadline a:hover,.DirectorySearchPage-subHeadline a:hover,.EventCalendarDayPage-subHeadline a:hover,.EventCalendarMonthPage-subHeadline a:hover,.EventCategoryPage-subHeadline a:hover,.ProductPage-subHeadline a:hover,.SearchResultsPage-subHeadline a:hover,.SectionPage-subHeadline a:hover,.TagPage-subHeadline a:hover,.TaxonomyPage-subHeadline a:hover,.TopicPage-subHeadline a:hover{text-decoration:underline}@media only screen and (min-width:1024px){.BlogPage-subHeadline,.BrandPage-subHeadline,.CountryPage-subHeadline,.DirectorySearchPage-subHeadline,.EventCalendarDayPage-subHeadline,.EventCalendarMonthPage-subHeadline,.EventCategoryPage-subHeadline,.ProductPage-subHeadline,.SearchResultsPage-subHeadline,.SectionPage-subHeadline,.TagPage-subHeadline,.TaxonomyPage-subHeadline,.TopicPage-subHeadline{line-height:1.36}}.BlogPage-subHeadline,.BrandPage-subHeadline,.CountryPage-subHeadline,.DirectorySearchPage-subHeadline,.EventCalendarDayPage-subHeadline,.EventCalendarMonthPage-subHeadline,.EventCategoryPage-subHeadline,.ProductPage-subHeadline,.SearchResultsPage-subHeadline,.SectionPage-subHeadline,.TagPage-subHeadline,.TaxonomyPage-subHeadline,.TopicPage-subHeadline{font-weight:800}.BlogPage-tagsWrapper,.BrandPage-tagsWrapper,.CountryPage-tagsWrapper,.DirectorySearchPage-tagsWrapper,.EventCalendarDayPage-tagsWrapper,.EventCalendarMonthPage-tagsWrapper,.EventCategoryPage-tagsWrapper,.ProductPage-tagsWrapper,.SearchResultsPage-tagsWrapper,.SectionPage-tagsWrapper,.TagPage-tagsWrapper,.TaxonomyPage-tagsWrapper,.TopicPage-tagsWrapper{margin-bottom:20px}.BlogPage-tagsWrapper .Link,.BrandPage-tagsWrapper .Link,.CountryPage-tagsWrapper .Link,.DirectorySearchPage-tagsWrapper .Link,.EventCalendarDayPage-tagsWrapper .Link,.EventCalendarMonthPage-tagsWrapper .Link,.EventCategoryPage-tagsWrapper .Link,.ProductPage-tagsWrapper .Link,.SearchResultsPage-tagsWrapper .Link,.SectionPage-tagsWrapper .Link,.TagPage-tagsWrapper .Link,.TaxonomyPage-tagsWrapper .Link,.TopicPage-tagsWrapper .Link{margin:0 10px 10px 0}.BlogPage-tagsWrapper span.Link,.BrandPage-tagsWrapper span.Link,.CountryPage-tagsWrapper span.Link,.DirectorySearchPage-tagsWrapper span.Link,.EventCalendarDayPage-tagsWrapper span.Link,.EventCalendarMonthPage-tagsWrapper span.Link,.EventCategoryPage-tagsWrapper span.Link,.ProductPage-tagsWrapper span.Link,.SearchResultsPage-tagsWrapper span.Link,.SectionPage-tagsWrapper span.Link,.TagPage-tagsWrapper span.Link,.TaxonomyPage-tagsWrapper span.Link,.TopicPage-tagsWrapper span.Link{pointer-events:none}.BlogPage-main,.BrandPage-main,.CountryPage-main,.DirectorySearchPage-main,.EventCalendarDayPage-main,.EventCalendarMonthPage-main,.EventCategoryPage-main,.ProductPage-main,.SearchResultsPage-main,.SectionPage-main,.TagPage-main,.TaxonomyPage-main,.TopicPage-main{max-width:800px;width:100%;margin-left:auto;margin-right:auto}.BlogPage-aside,.BlogPage-main,.BrandPage-aside,.BrandPage-main,.CountryPage-aside,.CountryPage-main,.DirectorySearchPage-aside,.DirectorySearchPage-main,.EventCalendarDayPage-aside,.EventCalendarDayPage-main,.EventCalendarMonthPage-aside,.EventCalendarMonthPage-main,.EventCategoryPage-aside,.EventCategoryPage-main,.ProductPage-aside,.ProductPage-main,.SearchResultsPage-aside,.SearchResultsPage-main,.SectionPage-aside,.SectionPage-main,.TagPage-aside,.TagPage-main,.TaxonomyPage-aside,.TaxonomyPage-main,.TopicPage-aside,.TopicPage-main{z-index:1;position:relative;background-color:#fff}.BlogPage-aside,.BrandPage-aside,.CountryPage-aside,.DirectorySearchPage-aside,.EventCalendarDayPage-aside,.EventCalendarMonthPage-aside,.EventCategoryPage-aside,.ProductPage-aside,.SearchResultsPage-aside,.SectionPage-aside,.TagPage-aside,.TaxonomyPage-aside,.TopicPage-aside{z-index:2}@media only screen and (min-width:768px){.BlogPage-actions.below .ActionBar-title,.BlogPage-authorName,.BlogPage-contributors,.BrandPage-actions.below .ActionBar-title,.BrandPage-authorName,.BrandPage-contributors,.CountryPage-actions.below .ActionBar-title,.CountryPage-authorName,.CountryPage-contributors,.DirectorySearchPage-actions.below .ActionBar-title,.DirectorySearchPage-authorName,.DirectorySearchPage-contributors,.EventCalendarDayPage-actions.below .ActionBar-title,.EventCalendarDayPage-authorName,.EventCalendarDayPage-contributors,.EventCalendarMonthPage-actions.below .ActionBar-title,.EventCalendarMonthPage-authorName,.EventCalendarMonthPage-contributors,.EventCategoryPage-actions.below .ActionBar-title,.EventCategoryPage-authorName,.EventCategoryPage-contributors,.ProductPage-actions.below .ActionBar-title,.ProductPage-authorName,.ProductPage-contributors,.SearchResultsPage-actions.below .ActionBar-title,.SearchResultsPage-authorName,.SearchResultsPage-contributors,.SectionPage-actions.below .ActionBar-title,.SectionPage-authorName,.SectionPage-contributors,.TagPage-actions.below .ActionBar-title,.TagPage-authorName,.TagPage-contributors,.TaxonomyPage-actions.below .ActionBar-title,.TaxonomyPage-authorName,.TaxonomyPage-contributors,.TopicPage-actions.below .ActionBar-title,.TopicPage-authorName,.TopicPage-contributors{margin-bottom:0}.BlogPage-byline,.BrandPage-byline,.CountryPage-byline,.DirectorySearchPage-byline,.EventCalendarDayPage-byline,.EventCalendarMonthPage-byline,.EventCategoryPage-byline,.ProductPage-byline,.SearchResultsPage-byline,.SectionPage-byline,.TagPage-byline,.TaxonomyPage-byline,.TopicPage-byline{margin-bottom:30px}.BlogPage-authorInfo,.BrandPage-authorInfo,.CountryPage-authorInfo,.DirectorySearchPage-authorInfo,.EventCalendarDayPage-authorInfo,.EventCalendarMonthPage-authorInfo,.EventCategoryPage-authorInfo,.ProductPage-authorInfo,.SearchResultsPage-authorInfo,.SectionPage-authorInfo,.TagPage-authorInfo,.TaxonomyPage-authorInfo,.TopicPage-authorInfo{display:-ms-flexbox;display:flex;padding:40px}.BlogPage-authorInfo-image,.BrandPage-authorInfo-image,.CountryPage-authorInfo-image,.DirectorySearchPage-authorInfo-image,.EventCalendarDayPage-authorInfo-image,.EventCalendarMonthPage-authorInfo-image,.EventCategoryPage-authorInfo-image,.ProductPage-authorInfo-image,.SearchResultsPage-authorInfo-image,.SectionPage-authorInfo-image,.TagPage-authorInfo-image,.TaxonomyPage-authorInfo-image,.TopicPage-authorInfo-image{-ms-flex-negative:0;flex-shrink:0;margin:0 20px 0 0}.BlogPage-authorInfo-content,.BrandPage-authorInfo-content,.CountryPage-authorInfo-content,.DirectorySearchPage-authorInfo-content,.EventCalendarDayPage-authorInfo-content,.EventCalendarMonthPage-authorInfo-content,.EventCategoryPage-authorInfo-content,.ProductPage-authorInfo-content,.SearchResultsPage-authorInfo-content,.SectionPage-authorInfo-content,.TagPage-authorInfo-content,.TaxonomyPage-authorInfo-content,.TopicPage-authorInfo-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.BlogPage-authorInfo-bio-name,.BrandPage-authorInfo-bio-name,.CountryPage-authorInfo-bio-name,.DirectorySearchPage-authorInfo-bio-name,.EventCalendarDayPage-authorInfo-bio-name,.EventCalendarMonthPage-authorInfo-bio-name,.EventCategoryPage-authorInfo-bio-name,.ProductPage-authorInfo-bio-name,.SearchResultsPage-authorInfo-bio-name,.SectionPage-authorInfo-bio-name,.TagPage-authorInfo-bio-name,.TaxonomyPage-authorInfo-bio-name,.TopicPage-authorInfo-bio-name{-ms-flex-pack:start;justify-content:flex-start;font-size:2.4rem}.BlogPage-authorInfo-bio-content,.BrandPage-authorInfo-bio-content,.CountryPage-authorInfo-bio-content,.DirectorySearchPage-authorInfo-bio-content,.EventCalendarDayPage-authorInfo-bio-content,.EventCalendarMonthPage-authorInfo-bio-content,.EventCategoryPage-authorInfo-bio-content,.ProductPage-authorInfo-bio-content,.SearchResultsPage-authorInfo-bio-content,.SectionPage-authorInfo-bio-content,.TagPage-authorInfo-bio-content,.TaxonomyPage-authorInfo-bio-content,.TopicPage-authorInfo-bio-content{text-align:left;font-size:1.6rem}.BlogPage-authorInfo-bio-content:before,.BrandPage-authorInfo-bio-content:before,.CountryPage-authorInfo-bio-content:before,.DirectorySearchPage-authorInfo-bio-content:before,.EventCalendarDayPage-authorInfo-bio-content:before,.EventCalendarMonthPage-authorInfo-bio-content:before,.EventCategoryPage-authorInfo-bio-content:before,.ProductPage-authorInfo-bio-content:before,.SearchResultsPage-authorInfo-bio-content:before,.SectionPage-authorInfo-bio-content:before,.TagPage-authorInfo-bio-content:before,.TaxonomyPage-authorInfo-bio-content:before,.TopicPage-authorInfo-bio-content:before{margin-left:0}.BlogPage-breadcrumbs,.BrandPage-breadcrumbs,.CountryPage-breadcrumbs,.DirectorySearchPage-breadcrumbs,.EventCalendarDayPage-breadcrumbs,.EventCalendarMonthPage-breadcrumbs,.EventCategoryPage-breadcrumbs,.ProductPage-breadcrumbs,.SearchResultsPage-breadcrumbs,.SectionPage-breadcrumbs,.TagPage-breadcrumbs,.TaxonomyPage-breadcrumbs,.TopicPage-breadcrumbs{margin-bottom:30px}.BlogPage-headline,.BrandPage-headline,.CountryPage-headline,.DirectorySearchPage-headline,.EventCalendarDayPage-headline,.EventCalendarMonthPage-headline,.EventCategoryPage-headline,.ProductPage-headline,.SearchResultsPage-headline,.SectionPage-headline,.TagPage-headline,.TaxonomyPage-headline,.TopicPage-headline{margin-bottom:20px}.BlogPage-tagsWrapper,.BrandPage-tagsWrapper,.CountryPage-tagsWrapper,.DirectorySearchPage-tagsWrapper,.EventCalendarDayPage-tagsWrapper,.EventCalendarMonthPage-tagsWrapper,.EventCategoryPage-tagsWrapper,.ProductPage-tagsWrapper,.SearchResultsPage-tagsWrapper,.SectionPage-tagsWrapper,.TagPage-tagsWrapper,.TaxonomyPage-tagsWrapper,.TopicPage-tagsWrapper{margin-bottom:40px}.BlogPage-aside,.BrandPage-aside,.CountryPage-aside,.DirectorySearchPage-aside,.EventCalendarDayPage-aside,.EventCalendarMonthPage-aside,.EventCategoryPage-aside,.ProductPage-aside,.SearchResultsPage-aside,.SectionPage-aside,.TagPage-aside,.TaxonomyPage-aside,.TopicPage-aside{margin-top:-50px}.BlogPage-content,.BrandPage-content,.CountryPage-content,.DirectorySearchPage-content,.EventCalendarDayPage-content,.EventCalendarMonthPage-content,.EventCategoryPage-content,.ProductPage-content,.SearchResultsPage-content,.SectionPage-content,.TagPage-content,.TaxonomyPage-content,.TopicPage-content{padding-left:74px;padding-right:74px}}@media only screen and (min-width:1024px){.BlogPage-aside,.BrandPage-aside,.CountryPage-aside,.DirectorySearchPage-aside,.EventCalendarDayPage-aside,.EventCalendarMonthPage-aside,.EventCategoryPage-aside,.ProductPage-aside,.SearchResultsPage-aside,.SectionPage-aside,.TagPage-aside,.TaxonomyPage-aside,.TopicPage-aside{padding-left:0;padding-right:0}.BlogPage-subHeadline,.BrandPage-subHeadline,.CountryPage-subHeadline,.DirectorySearchPage-subHeadline,.EventCalendarDayPage-subHeadline,.EventCalendarMonthPage-subHeadline,.EventCategoryPage-subHeadline,.ProductPage-subHeadline,.SearchResultsPage-subHeadline,.SectionPage-subHeadline,.TagPage-subHeadline,.TaxonomyPage-subHeadline,.TopicPage-subHeadline{margin-bottom:40px}.BlogPage-content,.BrandPage-content,.CountryPage-content,.DirectorySearchPage-content,.EventCalendarDayPage-content,.EventCalendarMonthPage-content,.EventCategoryPage-content,.ProductPage-content,.SearchResultsPage-content,.SectionPage-content,.TagPage-content,.TaxonomyPage-content,.TopicPage-content{padding-left:0;padding-right:0}}@media only screen and (min-width:1440px){.BlogPage-main,.BrandPage-main,.CountryPage-main,.DirectorySearchPage-main,.EventCalendarDayPage-main,.EventCalendarMonthPage-main,.EventCategoryPage-main,.ProductPage-main,.SearchResultsPage-main,.SectionPage-main,.TagPage-main,.TaxonomyPage-main,.TopicPage-main{padding-left:0;padding-right:0}}.BlogPage-headingWrapper,.BrandPage-headingWrapper,.CountryPage-headingWrapper,.DirectorySearchPage-headingWrapper,.EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage-headingWrapper,.EventCategoryPage-headingWrapper,.ProductPage-headingWrapper,.SearchResultsPage-headingWrapper,.SectionPage-headingWrapper,.TagPage-headingWrapper,.TaxonomyPage-headingWrapper,.TopicPage-headingWrapper{padding-top:40px;padding-bottom:40px}@media only screen and (min-width:1024px){.BlogPage-headingWrapper,.BrandPage-headingWrapper,.CountryPage-headingWrapper,.DirectorySearchPage-headingWrapper,.EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage-headingWrapper,.EventCategoryPage-headingWrapper,.ProductPage-headingWrapper,.SearchResultsPage-headingWrapper,.SectionPage-headingWrapper,.TagPage-headingWrapper,.TaxonomyPage-headingWrapper,.TopicPage-headingWrapper{padding-top:60px;padding-bottom:60px}}@media only screen and (min-width:1440px){.BlogPage-headingWrapper,.BrandPage-headingWrapper,.CountryPage-headingWrapper,.DirectorySearchPage-headingWrapper,.EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage-headingWrapper,.EventCategoryPage-headingWrapper,.ProductPage-headingWrapper,.SearchResultsPage-headingWrapper,.SectionPage-headingWrapper,.TagPage-headingWrapper,.TaxonomyPage-headingWrapper,.TopicPage-headingWrapper{padding-top:80px;padding-bottom:80px}}.ArticlePage.has-aside .ArticlePage-aside,.AthletePage.has-aside .AthletePage-aside,.AuthorPage.has-aside .AuthorPage-aside,.BlogPage.has-aside .BlogPage-aside,.BlogPostPage.has-aside .BlogPostPage-aside,.CoachPage.has-aside .CoachPage-aside,.DirectorySearchPage.has-aside .DirectorySearchPage-aside,.EmployeePage.has-aside .EmployeePage-aside,.EventCalendarDayPage.has-aside .EventCalendarDayPage-aside,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-aside,.GalleryPage.has-aside .GalleryPage-aside,.PressRelease.has-aside .PressRelease-aside,.SearchResultsPage.has-aside .SearchResultsPage-aside{margin-top:40px;box-shadow:none;height:max-content;height:intrinsic;height:-moz-max-content;height:-webkit-max-content}.ArticlePage.has-aside .ArticlePage-aside>div:not(:last-child),.AthletePage.has-aside .AthletePage-aside>div:not(:last-child),.AuthorPage.has-aside .AuthorPage-aside>div:not(:last-child),.BlogPage.has-aside .BlogPage-aside>div:not(:last-child),.BlogPostPage.has-aside .BlogPostPage-aside>div:not(:last-child),.CoachPage.has-aside .CoachPage-aside>div:not(:last-child),.DirectorySearchPage.has-aside .DirectorySearchPage-aside>div:not(:last-child),.EmployeePage.has-aside .EmployeePage-aside>div:not(:last-child),.EventCalendarDayPage.has-aside .EventCalendarDayPage-aside>div:not(:last-child),.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-aside>div:not(:last-child),.GalleryPage.has-aside .GalleryPage-aside>div:not(:last-child),.PressRelease.has-aside .PressRelease-aside>div:not(:last-child),.SearchResultsPage.has-aside .SearchResultsPage-aside>div:not(:last-child){margin-bottom:30px}.ArticlePage.has-aside .ArticlePage-aside>div:not([data-promo-flip]),.AthletePage.has-aside .AthletePage-aside>div:not([data-promo-flip]),.AuthorPage.has-aside .AuthorPage-aside>div:not([data-promo-flip]),.BlogPage.has-aside .BlogPage-aside>div:not([data-promo-flip]),.BlogPostPage.has-aside .BlogPostPage-aside>div:not([data-promo-flip]),.CoachPage.has-aside .CoachPage-aside>div:not([data-promo-flip]),.DirectorySearchPage.has-aside .DirectorySearchPage-aside>div:not([data-promo-flip]),.EmployeePage.has-aside .EmployeePage-aside>div:not([data-promo-flip]),.EventCalendarDayPage.has-aside .EventCalendarDayPage-aside>div:not([data-promo-flip]),.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-aside>div:not([data-promo-flip]),.GalleryPage.has-aside .GalleryPage-aside>div:not([data-promo-flip]),.PressRelease.has-aside .PressRelease-aside>div:not([data-promo-flip]),.SearchResultsPage.has-aside .SearchResultsPage-aside>div:not([data-promo-flip]){background:var(--white)}.box-shadow .ArticlePage.has-aside .ArticlePage-aside>div,.box-shadow .AthletePage.has-aside .AthletePage-aside>div,.box-shadow .AuthorPage.has-aside .AuthorPage-aside>div,.box-shadow .BlogPage.has-aside .BlogPage-aside>div,.box-shadow .BlogPostPage.has-aside .BlogPostPage-aside>div,.box-shadow .CoachPage.has-aside .CoachPage-aside>div,.box-shadow .DirectorySearchPage.has-aside .DirectorySearchPage-aside>div,.box-shadow .EmployeePage.has-aside .EmployeePage-aside>div,.box-shadow .EventCalendarDayPage.has-aside .EventCalendarDayPage-aside>div,.box-shadow .EventCalendarMonthPage.has-aside .EventCalendarMonthPage-aside>div,.box-shadow .GalleryPage.has-aside .GalleryPage-aside>div,.box-shadow .PressRelease.has-aside .PressRelease-aside>div,.box-shadow .SearchResultsPage.has-aside .SearchResultsPage-aside>div{box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}.ArticlePage.has-aside .ArticlePage-content,.AthletePage.has-aside .AthletePage-content,.AuthorPage.has-aside .AuthorPage-content,.BlogPage.has-aside .BlogPage-content,.BlogPostPage.has-aside .BlogPostPage-content,.CoachPage.has-aside .CoachPage-content,.DirectorySearchPage.has-aside .DirectorySearchPage-content,.EmployeePage.has-aside .EmployeePage-content,.EventCalendarDayPage.has-aside .EventCalendarDayPage-content,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-content,.GalleryPage.has-aside .GalleryPage-content,.PressRelease.has-aside .PressRelease-content,.SearchResultsPage.has-aside .SearchResultsPage-content{margin-left:auto;margin-right:auto;max-width:1170px}@media only screen and (min-width:1024px){.ArticlePage.has-aside .ArticlePage-aside,.AthletePage.has-aside .AthletePage-aside,.AuthorPage.has-aside .AuthorPage-aside,.BlogPage.has-aside .BlogPage-aside,.BlogPostPage.has-aside .BlogPostPage-aside,.CoachPage.has-aside .CoachPage-aside,.DirectorySearchPage.has-aside .DirectorySearchPage-aside,.EmployeePage.has-aside .EmployeePage-aside,.EventCalendarDayPage.has-aside .EventCalendarDayPage-aside,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-aside,.GalleryPage.has-aside .GalleryPage-aside,.PressRelease.has-aside .PressRelease-aside,.SearchResultsPage.has-aside .SearchResultsPage-aside{margin-top:-50px;margin-right:20px;width:300px;-ms-flex-order:0;order:0;-ms-flex:1 1 300px;flex:1 1 300px}.ArticlePage.has-aside .ArticlePage-main,.AthletePage.has-aside .AthletePage-main,.AuthorPage.has-aside .AuthorPage-main,.BlogPage.has-aside .BlogPage-main,.BlogPostPage.has-aside .BlogPostPage-main,.CoachPage.has-aside .CoachPage-main,.DirectorySearchPage.has-aside .DirectorySearchPage-main,.EmployeePage.has-aside .EmployeePage-main,.EventCalendarDayPage.has-aside .EventCalendarDayPage-main,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-main,.GalleryPage.has-aside .GalleryPage-main,.PressRelease.has-aside .PressRelease-main,.SearchResultsPage.has-aside .SearchResultsPage-main{width:calc(100% - 300px);-ms-flex-order:2;order:2;padding-left:0;padding-right:0}.ArticlePage.has-aside .ArticlePage-content,.AthletePage.has-aside .AthletePage-content,.AuthorPage.has-aside .AuthorPage-content,.BlogPage.has-aside .BlogPage-content,.BlogPostPage.has-aside .BlogPostPage-content,.CoachPage.has-aside .CoachPage-content,.DirectorySearchPage.has-aside .DirectorySearchPage-content,.EmployeePage.has-aside .EmployeePage-content,.EventCalendarDayPage.has-aside .EventCalendarDayPage-content,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-content,.GalleryPage.has-aside .GalleryPage-content,.PressRelease.has-aside .PressRelease-content,.SearchResultsPage.has-aside .SearchResultsPage-content{display:-ms-flexbox;display:flex;padding-left:42px;padding-right:42px}}@media only screen and (min-width:1440px){.ArticlePage.has-aside .ArticlePage-aside,.AthletePage.has-aside .AthletePage-aside,.AuthorPage.has-aside .AuthorPage-aside,.BlogPage.has-aside .BlogPage-aside,.BlogPostPage.has-aside .BlogPostPage-aside,.CoachPage.has-aside .CoachPage-aside,.DirectorySearchPage.has-aside .DirectorySearchPage-aside,.EmployeePage.has-aside .EmployeePage-aside,.EventCalendarDayPage.has-aside .EventCalendarDayPage-aside,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-aside,.GalleryPage.has-aside .GalleryPage-aside,.PressRelease.has-aside .PressRelease-aside,.SearchResultsPage.has-aside .SearchResultsPage-aside{margin-right:50px;width:320px}.ArticlePage.has-aside .ArticlePage-main,.AthletePage.has-aside .AthletePage-main,.AuthorPage.has-aside .AuthorPage-main,.BlogPage.has-aside .BlogPage-main,.BlogPostPage.has-aside .BlogPostPage-main,.CoachPage.has-aside .CoachPage-main,.DirectorySearchPage.has-aside .DirectorySearchPage-main,.EmployeePage.has-aside .EmployeePage-main,.EventCalendarDayPage.has-aside .EventCalendarDayPage-main,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-main,.GalleryPage.has-aside .GalleryPage-main,.PressRelease.has-aside .PressRelease-main,.SearchResultsPage.has-aside .SearchResultsPage-main{width:calc(100% - 320px)}.ArticlePage.has-aside .ArticlePage-content,.AthletePage.has-aside .AthletePage-content,.AuthorPage.has-aside .AuthorPage-content,.BlogPage.has-aside .BlogPage-content,.BlogPostPage.has-aside .BlogPostPage-content,.CoachPage.has-aside .CoachPage-content,.DirectorySearchPage.has-aside .DirectorySearchPage-content,.EmployeePage.has-aside .EmployeePage-content,.EventCalendarDayPage.has-aside .EventCalendarDayPage-content,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-content,.GalleryPage.has-aside .GalleryPage-content,.PressRelease.has-aside .PressRelease-content,.SearchResultsPage.has-aside .SearchResultsPage-content{padding-left:0;padding-right:0}}.PageHeaderTextHat{height:52px;background-color:var(--hatBackgroundColor);color:var(--white);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-size:cover;background-position:50%}.PageHeaderTextHat a{color:inherit;text-decoration:underline}.PageHeaderTextHat.right-aligned .PageHeaderTextHat-container{text-align:right}.PageHeaderTextHat.left-aligned .PageHeaderTextHat-container{text-align:left}.PageHeaderTextHat-container{font-size:var(--byline);font-weight:400;line-height:1.14285714286;letter-spacing:1px;display:block;width:100%;margin:0 auto;line-height:1.23;text-transform:inherit;padding:0 20px;text-align:center}.PageHeaderTextHat-container .textStyleSpec-lg,.PageHeaderTextHat-container .textStyleSpec-md,.PageHeaderTextHat-container .textStyleSpec-sm{font-size:1.3rem}@media only screen and (min-width:768px){.PageHeaderTextHat{height:30px}.PageHeaderTextHat-container{padding:0 50px}}@media only screen and (min-width:1024px){.PageHeaderTextHat-container{padding:0 42px}}.PromoAuthor,.PromoCardBackground-author,.PromoCardImageOnSide-authorInfo,.PromoCardImageOnTop-author,.PromoCardImageOnTopLarge-author{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.text-center .PromoAuthor,.text-center .PromoCardBackground-author,.text-center .PromoCardImageOnSide-authorInfo,.text-center .PromoCardImageOnTop-author,.text-center .PromoCardImageOnTopLarge-author{-ms-flex-pack:center;justify-content:center}.PromoAuthor.author-has-image,.PromoCardBackground-author.author-has-image,.PromoCardImageOnSide-authorInfo.author-has-image,.PromoCardImageOnTop-author.author-has-image,.PromoCardImageOnTopLarge-author.author-has-image{text-align:left}.PromoAuthor div[class$=-authorImage],.PromoCardBackground-author div[class$=-authorImage],.PromoCardImageOnSide-authorInfo div[class$=-authorImage],.PromoCardImageOnTop-author div[class$=-authorImage],.PromoCardImageOnTopLarge-author div[class$=-authorImage]{-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.PromoAuthor div[class$=-authorImage] img,.PromoCardBackground-author div[class$=-authorImage] img,.PromoCardImageOnSide-authorInfo div[class$=-authorImage] img,.PromoCardImageOnTop-author div[class$=-authorImage] img,.PromoCardImageOnTopLarge-author div[class$=-authorImage] img{border-radius:100%;display:block}.PromoAuthor div[class$=-authorInfo],.PromoCardBackground-author div[class$=-authorInfo],.PromoCardImageOnSide-authorInfo div[class$=-authorInfo],.PromoCardImageOnTop-author div[class$=-authorInfo],.PromoCardImageOnTopLarge-author div[class$=-authorInfo]{text-align:left}.DirectoryEmployeePromo,.PromoAbstract,.PromoAthleticEvent,.PromoCardBackground,.PromoCardBackground-eventDate,.PromoCardImageOnly,.PromoCardImageOnlyLarge,.PromoCardImageOnSide,.PromoCardImageOnTop,.PromoCardImageOnTopLarge,.PromoCardImageOnTopLarge-eventDate,.PromoCardLogoOnBottom,.PromoCardLogoOnTop,.PromoCarouselBoxedHeadline,.PromoCarouselHeadline,.PromoCarouselLargeImage,.PromoEvent,.PromoFlipCardIconQuote,.PromoFlipCardImageButton,.PromoFlipCardLogoButton,.PromoFullWidth,.PromoFullWidth-Large,.PromoIconOnSide,.PromoIconOnTopLarge,.PromoIconOnTopSmall,.PromoImage,.PromoImageLarge,.PromoImageMedium,.PromoImageOnBottomLarge,.PromoImageOnly,.PromoImageOnTopLarge,.PromoImageSmall,.PromoImageThumbnail,.PromoMetrics,.PromoNotification,.QuoteFullWidth,.RichTextCard{position:relative;color:var(--primaryTextColor);font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}.DirectoryEmployeePromo .icon,.PromoAbstract .icon,.PromoAthleticEvent .icon,.PromoCardBackground-eventDate .icon,.PromoCardBackground .icon,.PromoCardImageOnly .icon,.PromoCardImageOnlyLarge .icon,.PromoCardImageOnSide .icon,.PromoCardImageOnTop .icon,.PromoCardImageOnTopLarge-eventDate .icon,.PromoCardImageOnTopLarge .icon,.PromoCardLogoOnBottom .icon,.PromoCardLogoOnTop .icon,.PromoCarouselBoxedHeadline .icon,.PromoCarouselHeadline .icon,.PromoCarouselLargeImage .icon,.PromoEvent .icon,.PromoFlipCardIconQuote .icon,.PromoFlipCardImageButton .icon,.PromoFlipCardLogoButton .icon,.PromoFullWidth-Large .icon,.PromoFullWidth .icon,.PromoIconOnSide .icon,.PromoIconOnTopLarge .icon,.PromoIconOnTopSmall .icon,.PromoImage .icon,.PromoImageLarge .icon,.PromoImageMedium .icon,.PromoImageOnBottomLarge .icon,.PromoImageOnly .icon,.PromoImageOnTopLarge .icon,.PromoImageSmall .icon,.PromoImageThumbnail .icon,.PromoMetrics .icon,.PromoNotification .icon,.QuoteFullWidth .icon,.RichTextCard .icon{fill:var(--primaryTextColor);stroke:var(--primaryTextColor)}.DirectoryEmployeePromo .promo-divider,.PromoAbstract .promo-divider,.PromoAthleticEvent .promo-divider,.PromoCardBackground-eventDate .promo-divider,.PromoCardBackground .promo-divider,.PromoCardImageOnly .promo-divider,.PromoCardImageOnlyLarge .promo-divider,.PromoCardImageOnSide .promo-divider,.PromoCardImageOnTop .promo-divider,.PromoCardImageOnTopLarge-eventDate .promo-divider,.PromoCardImageOnTopLarge .promo-divider,.PromoCardLogoOnBottom .promo-divider,.PromoCardLogoOnTop .promo-divider,.PromoCarouselBoxedHeadline .promo-divider,.PromoCarouselHeadline .promo-divider,.PromoCarouselLargeImage .promo-divider,.PromoEvent .promo-divider,.PromoFlipCardIconQuote .promo-divider,.PromoFlipCardImageButton .promo-divider,.PromoFlipCardLogoButton .promo-divider,.PromoFullWidth-Large .promo-divider,.PromoFullWidth .promo-divider,.PromoIconOnSide .promo-divider,.PromoIconOnTopLarge .promo-divider,.PromoIconOnTopSmall .promo-divider,.PromoImage .promo-divider,.PromoImageLarge .promo-divider,.PromoImageMedium .promo-divider,.PromoImageOnBottomLarge .promo-divider,.PromoImageOnly .promo-divider,.PromoImageOnTopLarge .promo-divider,.PromoImageSmall .promo-divider,.PromoImageThumbnail .promo-divider,.PromoMetrics .promo-divider,.PromoNotification .promo-divider,.QuoteFullWidth .promo-divider,.RichTextCard .promo-divider{width:40px;height:3px;background-color:var(--primaryColor);margin:0 auto 20px;min-height:3px}.promo-has-inverse-text .DirectoryEmployeePromo .promo-divider,.promo-has-inverse-text .PromoAbstract .promo-divider,.promo-has-inverse-text .PromoAthleticEvent .promo-divider,.promo-has-inverse-text .PromoCardBackground-eventDate .promo-divider,.promo-has-inverse-text .PromoCardBackground .promo-divider,.promo-has-inverse-text .PromoCardImageOnly .promo-divider,.promo-has-inverse-text .PromoCardImageOnlyLarge .promo-divider,.promo-has-inverse-text .PromoCardImageOnSide .promo-divider,.promo-has-inverse-text .PromoCardImageOnTop .promo-divider,.promo-has-inverse-text .PromoCardImageOnTopLarge-eventDate .promo-divider,.promo-has-inverse-text .PromoCardImageOnTopLarge .promo-divider,.promo-has-inverse-text .PromoCardLogoOnBottom .promo-divider,.promo-has-inverse-text .PromoCardLogoOnTop .promo-divider,.promo-has-inverse-text .PromoCarouselBoxedHeadline .promo-divider,.promo-has-inverse-text .PromoCarouselHeadline .promo-divider,.promo-has-inverse-text .PromoCarouselLargeImage .promo-divider,.promo-has-inverse-text .PromoEvent .promo-divider,.promo-has-inverse-text .PromoFlipCardIconQuote .promo-divider,.promo-has-inverse-text .PromoFlipCardImageButton .promo-divider,.promo-has-inverse-text .PromoFlipCardLogoButton .promo-divider,.promo-has-inverse-text .PromoFullWidth-Large .promo-divider,.promo-has-inverse-text .PromoFullWidth .promo-divider,.promo-has-inverse-text .PromoIconOnSide .promo-divider,.promo-has-inverse-text .PromoIconOnTopLarge .promo-divider,.promo-has-inverse-text .PromoIconOnTopSmall .promo-divider,.promo-has-inverse-text .PromoImage .promo-divider,.promo-has-inverse-text .PromoImageLarge .promo-divider,.promo-has-inverse-text .PromoImageMedium .promo-divider,.promo-has-inverse-text .PromoImageOnBottomLarge .promo-divider,.promo-has-inverse-text .PromoImageOnly .promo-divider,.promo-has-inverse-text .PromoImageOnTopLarge .promo-divider,.promo-has-inverse-text .PromoImageSmall .promo-divider,.promo-has-inverse-text .PromoImageThumbnail .promo-divider,.promo-has-inverse-text .PromoMetrics .promo-divider,.promo-has-inverse-text .PromoNotification .promo-divider,.promo-has-inverse-text .QuoteFullWidth .promo-divider,.promo-has-inverse-text .RichTextCard .promo-divider{background-color:var(--white)}.DirectoryEmployeePromo.promo-has-dropshadow,.DirectoryEmployeePromo .promo-has-dropshadow,.PromoAbstract.promo-has-dropshadow,.PromoAbstract .promo-has-dropshadow,.PromoAthleticEvent.promo-has-dropshadow,.PromoAthleticEvent .promo-has-dropshadow,.PromoCardBackground-eventDate.promo-has-dropshadow,.PromoCardBackground-eventDate .promo-has-dropshadow,.PromoCardBackground.promo-has-dropshadow,.PromoCardBackground .promo-has-dropshadow,.PromoCardImageOnly.promo-has-dropshadow,.PromoCardImageOnly .promo-has-dropshadow,.PromoCardImageOnlyLarge.promo-has-dropshadow,.PromoCardImageOnlyLarge .promo-has-dropshadow,.PromoCardImageOnSide.promo-has-dropshadow,.PromoCardImageOnSide .promo-has-dropshadow,.PromoCardImageOnTop.promo-has-dropshadow,.PromoCardImageOnTop .promo-has-dropshadow,.PromoCardImageOnTopLarge-eventDate.promo-has-dropshadow,.PromoCardImageOnTopLarge-eventDate .promo-has-dropshadow,.PromoCardImageOnTopLarge.promo-has-dropshadow,.PromoCardImageOnTopLarge .promo-has-dropshadow,.PromoCardLogoOnBottom.promo-has-dropshadow,.PromoCardLogoOnBottom .promo-has-dropshadow,.PromoCardLogoOnTop.promo-has-dropshadow,.PromoCardLogoOnTop .promo-has-dropshadow,.PromoCarouselBoxedHeadline.promo-has-dropshadow,.PromoCarouselBoxedHeadline .promo-has-dropshadow,.PromoCarouselHeadline.promo-has-dropshadow,.PromoCarouselHeadline .promo-has-dropshadow,.PromoCarouselLargeImage.promo-has-dropshadow,.PromoCarouselLargeImage .promo-has-dropshadow,.PromoEvent.promo-has-dropshadow,.PromoEvent .promo-has-dropshadow,.PromoFlipCardIconQuote.promo-has-dropshadow,.PromoFlipCardIconQuote .promo-has-dropshadow,.PromoFlipCardImageButton.promo-has-dropshadow,.PromoFlipCardImageButton .promo-has-dropshadow,.PromoFlipCardLogoButton.promo-has-dropshadow,.PromoFlipCardLogoButton .promo-has-dropshadow,.PromoFullWidth-Large.promo-has-dropshadow,.PromoFullWidth-Large .promo-has-dropshadow,.PromoFullWidth.promo-has-dropshadow,.PromoFullWidth .promo-has-dropshadow,.PromoIconOnSide.promo-has-dropshadow,.PromoIconOnSide .promo-has-dropshadow,.PromoIconOnTopLarge.promo-has-dropshadow,.PromoIconOnTopLarge .promo-has-dropshadow,.PromoIconOnTopSmall.promo-has-dropshadow,.PromoIconOnTopSmall .promo-has-dropshadow,.PromoImage.promo-has-dropshadow,.PromoImage .promo-has-dropshadow,.PromoImageLarge.promo-has-dropshadow,.PromoImageLarge .promo-has-dropshadow,.PromoImageMedium.promo-has-dropshadow,.PromoImageMedium .promo-has-dropshadow,.PromoImageOnBottomLarge.promo-has-dropshadow,.PromoImageOnBottomLarge .promo-has-dropshadow,.PromoImageOnly.promo-has-dropshadow,.PromoImageOnly .promo-has-dropshadow,.PromoImageOnTopLarge.promo-has-dropshadow,.PromoImageOnTopLarge .promo-has-dropshadow,.PromoImageSmall.promo-has-dropshadow,.PromoImageSmall .promo-has-dropshadow,.PromoImageThumbnail.promo-has-dropshadow,.PromoImageThumbnail .promo-has-dropshadow,.PromoMetrics.promo-has-dropshadow,.PromoMetrics .promo-has-dropshadow,.PromoNotification.promo-has-dropshadow,.PromoNotification .promo-has-dropshadow,.QuoteFullWidth.promo-has-dropshadow,.QuoteFullWidth .promo-has-dropshadow,.RichTextCard.promo-has-dropshadow,.RichTextCard .promo-has-dropshadow{box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}.DirectoryEmployeePromo.promo-has-inverse-text,.DirectoryEmployeePromo .promo-has-inverse-text,.DirectoryEmployeePromo.promo-has-inverse-text .promo-author a,.DirectoryEmployeePromo .promo-has-inverse-text .promo-author a,.DirectoryEmployeePromo.promo-has-inverse-text .promo-author a:hover,.DirectoryEmployeePromo .promo-has-inverse-text .promo-author a:hover,.DirectoryEmployeePromo.promo-has-inverse-text .promo-category a,.DirectoryEmployeePromo .promo-has-inverse-text .promo-category a,.DirectoryEmployeePromo.promo-has-inverse-text .promo-category a:hover,.DirectoryEmployeePromo .promo-has-inverse-text .promo-category a:hover,.DirectoryEmployeePromo.promo-has-inverse-text a,.DirectoryEmployeePromo .promo-has-inverse-text a,.PromoAbstract.promo-has-inverse-text,.PromoAbstract .promo-has-inverse-text,.PromoAbstract.promo-has-inverse-text .promo-author a,.PromoAbstract .promo-has-inverse-text .promo-author a,.PromoAbstract.promo-has-inverse-text .promo-author a:hover,.PromoAbstract .promo-has-inverse-text .promo-author a:hover,.PromoAbstract.promo-has-inverse-text .promo-category a,.PromoAbstract .promo-has-inverse-text .promo-category a,.PromoAbstract.promo-has-inverse-text .promo-category a:hover,.PromoAbstract .promo-has-inverse-text .promo-category a:hover,.PromoAbstract.promo-has-inverse-text .PromoAuthor div[class$=-authorName] a,.PromoAbstract .promo-has-inverse-text .PromoAuthor div[class$=-authorName] a,.PromoAbstract.promo-has-inverse-text .PromoAuthor div[class$=-authorName] a:hover,.PromoAbstract .promo-has-inverse-text .PromoAuthor div[class$=-authorName] a:hover,.PromoAbstract.promo-has-inverse-text .PromoAuthor div[class$=-date] a,.PromoAbstract .promo-has-inverse-text .PromoAuthor div[class$=-date] a,.PromoAbstract.promo-has-inverse-text .PromoAuthor div[class$=-date] a:hover,.PromoAbstract .promo-has-inverse-text .PromoAuthor div[class$=-date] a:hover,.PromoAbstract.promo-has-inverse-text .PromoCardBackground-author div[class$=-authorName] a,.PromoAbstract .promo-has-inverse-text .PromoCardBackground-author div[class$=-authorName] a,.PromoAbstract.promo-has-inverse-text .PromoCardBackground-author div[class$=-authorName] a:hover,.PromoAbstract .promo-has-inverse-text .PromoCardBackground-author div[class$=-authorName] a:hover,.PromoAbstract.promo-has-inverse-text .PromoCardBackground-author div[class$=-date] a,.PromoAbstract .promo-has-inverse-text .PromoCardBackground-author div[class$=-date] a,.PromoAbstract.promo-has-inverse-text .PromoCardBackground-author div[class$=-date] a:hover,.PromoAbstract .promo-has-inverse-text .PromoCardBackground-author div[class$=-date] a:hover,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnSide-authorInfo div[class$=-authorName] a,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnSide-authorInfo div[class$=-authorName] a,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnSide-authorInfo div[class$=-authorName] a:hover,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnSide-authorInfo div[class$=-authorName] a:hover,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnSide-authorInfo div[class$=-date] a,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnSide-authorInfo div[class$=-date] a,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnSide-authorInfo div[class$=-date] a:hover,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnSide-authorInfo div[class$=-date] a:hover,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnTop-author div[class$=-authorName] a,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnTop-author div[class$=-authorName] a,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnTop-author div[class$=-authorName] a:hover,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnTop-author div[class$=-authorName] a:hover,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnTop-author div[class$=-date] a,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnTop-author div[class$=-date] a,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnTop-author div[class$=-date] a:hover,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnTop-author div[class$=-date] a:hover,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnTopLarge-author div[class$=-authorName] a,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnTopLarge-author div[class$=-authorName] a,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnTopLarge-author div[class$=-authorName] a:hover,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnTopLarge-author div[class$=-authorName] a:hover,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnTopLarge-author div[class$=-date] a,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnTopLarge-author div[class$=-date] a,.PromoAbstract.promo-has-inverse-text .PromoCardImageOnTopLarge-author div[class$=-date] a:hover,.PromoAbstract .promo-has-inverse-text .PromoCardImageOnTopLarge-author div[class$=-date] a:hover,.PromoAbstract.promo-has-inverse-text .PromoCardTextOnly-sourceName a,.PromoAbstract .promo-has-inverse-text .PromoCardTextOnly-sourceName a,.PromoAbstract.promo-has-inverse-text .PromoCardTextOnly-sourceName a:hover,.PromoAbstract .promo-has-inverse-text .PromoCardTextOnly-sourceName a:hover,.PromoAbstract.promo-has-inverse-text .PromoCardTextOnly-sourceText a,.PromoAbstract .promo-has-inverse-text .PromoCardTextOnly-sourceText a,.PromoAbstract.promo-has-inverse-text .PromoCardTextOnly-sourceText a:hover,.PromoAbstract .promo-has-inverse-text .PromoCardTextOnly-sourceText a:hover,.PromoAbstract.promo-has-inverse-text a,.PromoAbstract .promo-has-inverse-text a,.PromoAthleticEvent.promo-has-inverse-text,.PromoAthleticEvent .promo-has-inverse-text,.PromoAthleticEvent.promo-has-inverse-text .promo-author a,.PromoAthleticEvent .promo-has-inverse-text .promo-author a,.PromoAthleticEvent.promo-has-inverse-text .promo-author a:hover,.PromoAthleticEvent .promo-has-inverse-text .promo-author a:hover,.PromoAthleticEvent.promo-has-inverse-text .promo-category a,.PromoAthleticEvent .promo-has-inverse-text .promo-category a,.PromoAthleticEvent.promo-has-inverse-text .promo-category a:hover,.PromoAthleticEvent .promo-has-inverse-text .promo-category a:hover,.PromoAthleticEvent.promo-has-inverse-text a,.PromoAthleticEvent .promo-has-inverse-text a,.PromoCardBackground-eventDate.promo-has-inverse-text,.PromoCardBackground-eventDate .promo-has-inverse-text,.PromoCardBackground-eventDate.promo-has-inverse-text .promo-author a,.PromoCardBackground-eventDate .promo-has-inverse-text .promo-author a,.PromoCardBackground-eventDate.promo-has-inverse-text .promo-author a:hover,.PromoCardBackground-eventDate .promo-has-inverse-text .promo-author a:hover,.PromoCardBackground-eventDate.promo-has-inverse-text .promo-category a,.PromoCardBackground-eventDate .promo-has-inverse-text .promo-category a,.PromoCardBackground-eventDate.promo-has-inverse-text .promo-category a:hover,.PromoCardBackground-eventDate .promo-has-inverse-text .promo-category a:hover,.PromoCardBackground-eventDate.promo-has-inverse-text a,.PromoCardBackground-eventDate .promo-has-inverse-text a,.PromoCardBackground.promo-has-inverse-text,.PromoCardBackground .promo-has-inverse-text,.PromoCardBackground.promo-has-inverse-text .promo-author a,.PromoCardBackground .promo-has-inverse-text .promo-author a,.PromoCardBackground.promo-has-inverse-text .promo-author a:hover,.PromoCardBackground .promo-has-inverse-text .promo-author a:hover,.PromoCardBackground.promo-has-inverse-text .promo-category a,.PromoCardBackground .promo-has-inverse-text .promo-category a,.PromoCardBackground.promo-has-inverse-text .promo-category a:hover,.PromoCardBackground .promo-has-inverse-text .promo-category a:hover,.PromoCardBackground.promo-has-inverse-text a,.PromoCardBackground .promo-has-inverse-text a,.PromoCardImageOnly.promo-has-inverse-text,.PromoCardImageOnly .promo-has-inverse-text,.PromoCardImageOnly.promo-has-inverse-text .promo-author a,.PromoCardImageOnly .promo-has-inverse-text .promo-author a,.PromoCardImageOnly.promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnly .promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnly.promo-has-inverse-text .promo-category a,.PromoCardImageOnly .promo-has-inverse-text .promo-category a,.PromoCardImageOnly.promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnly .promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnly.promo-has-inverse-text a,.PromoCardImageOnly .promo-has-inverse-text a,.PromoCardImageOnlyLarge.promo-has-inverse-text,.PromoCardImageOnlyLarge .promo-has-inverse-text,.PromoCardImageOnlyLarge.promo-has-inverse-text .promo-author a,.PromoCardImageOnlyLarge .promo-has-inverse-text .promo-author a,.PromoCardImageOnlyLarge.promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnlyLarge .promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnlyLarge.promo-has-inverse-text .promo-category a,.PromoCardImageOnlyLarge .promo-has-inverse-text .promo-category a,.PromoCardImageOnlyLarge.promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnlyLarge .promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnlyLarge.promo-has-inverse-text a,.PromoCardImageOnlyLarge .promo-has-inverse-text a,.PromoCardImageOnSide.promo-has-inverse-text,.PromoCardImageOnSide .promo-has-inverse-text,.PromoCardImageOnSide.promo-has-inverse-text .promo-author a,.PromoCardImageOnSide .promo-has-inverse-text .promo-author a,.PromoCardImageOnSide.promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnSide .promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnSide.promo-has-inverse-text .promo-category a,.PromoCardImageOnSide .promo-has-inverse-text .promo-category a,.PromoCardImageOnSide.promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnSide .promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnSide.promo-has-inverse-text a,.PromoCardImageOnSide .promo-has-inverse-text a,.PromoCardImageOnTop.promo-has-inverse-text,.PromoCardImageOnTop .promo-has-inverse-text,.PromoCardImageOnTop.promo-has-inverse-text .promo-author a,.PromoCardImageOnTop .promo-has-inverse-text .promo-author a,.PromoCardImageOnTop.promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnTop .promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnTop.promo-has-inverse-text .promo-category a,.PromoCardImageOnTop .promo-has-inverse-text .promo-category a,.PromoCardImageOnTop.promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnTop .promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnTop.promo-has-inverse-text a,.PromoCardImageOnTop .promo-has-inverse-text a,.PromoCardImageOnTopLarge-eventDate.promo-has-inverse-text,.PromoCardImageOnTopLarge-eventDate .promo-has-inverse-text,.PromoCardImageOnTopLarge-eventDate.promo-has-inverse-text .promo-author a,.PromoCardImageOnTopLarge-eventDate .promo-has-inverse-text .promo-author a,.PromoCardImageOnTopLarge-eventDate.promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnTopLarge-eventDate .promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnTopLarge-eventDate.promo-has-inverse-text .promo-category a,.PromoCardImageOnTopLarge-eventDate .promo-has-inverse-text .promo-category a,.PromoCardImageOnTopLarge-eventDate.promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnTopLarge-eventDate .promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnTopLarge-eventDate.promo-has-inverse-text a,.PromoCardImageOnTopLarge-eventDate .promo-has-inverse-text a,.PromoCardImageOnTopLarge.promo-has-inverse-text,.PromoCardImageOnTopLarge .promo-has-inverse-text,.PromoCardImageOnTopLarge.promo-has-inverse-text .promo-author a,.PromoCardImageOnTopLarge .promo-has-inverse-text .promo-author a,.PromoCardImageOnTopLarge.promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnTopLarge .promo-has-inverse-text .promo-author a:hover,.PromoCardImageOnTopLarge.promo-has-inverse-text .promo-category a,.PromoCardImageOnTopLarge .promo-has-inverse-text .promo-category a,.PromoCardImageOnTopLarge.promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnTopLarge .promo-has-inverse-text .promo-category a:hover,.PromoCardImageOnTopLarge.promo-has-inverse-text a,.PromoCardImageOnTopLarge .promo-has-inverse-text a,.PromoCardLogoOnBottom.promo-has-inverse-text,.PromoCardLogoOnBottom .promo-has-inverse-text,.PromoCardLogoOnBottom.promo-has-inverse-text .promo-author a,.PromoCardLogoOnBottom .promo-has-inverse-text .promo-author a,.PromoCardLogoOnBottom.promo-has-inverse-text .promo-author a:hover,.PromoCardLogoOnBottom .promo-has-inverse-text .promo-author a:hover,.PromoCardLogoOnBottom.promo-has-inverse-text .promo-category a,.PromoCardLogoOnBottom .promo-has-inverse-text .promo-category a,.PromoCardLogoOnBottom.promo-has-inverse-text .promo-category a:hover,.PromoCardLogoOnBottom .promo-has-inverse-text .promo-category a:hover,.PromoCardLogoOnBottom.promo-has-inverse-text a,.PromoCardLogoOnBottom .promo-has-inverse-text a,.PromoCardLogoOnTop.promo-has-inverse-text,.PromoCardLogoOnTop .promo-has-inverse-text,.PromoCardLogoOnTop.promo-has-inverse-text .promo-author a,.PromoCardLogoOnTop .promo-has-inverse-text .promo-author a,.PromoCardLogoOnTop.promo-has-inverse-text .promo-author a:hover,.PromoCardLogoOnTop .promo-has-inverse-text .promo-author a:hover,.PromoCardLogoOnTop.promo-has-inverse-text .promo-category a,.PromoCardLogoOnTop .promo-has-inverse-text .promo-category a,.PromoCardLogoOnTop.promo-has-inverse-text .promo-category a:hover,.PromoCardLogoOnTop .promo-has-inverse-text .promo-category a:hover,.PromoCardLogoOnTop.promo-has-inverse-text a,.PromoCardLogoOnTop .promo-has-inverse-text a,.PromoCarouselBoxedHeadline.promo-has-inverse-text,.PromoCarouselBoxedHeadline .promo-has-inverse-text,.PromoCarouselBoxedHeadline.promo-has-inverse-text .promo-author a,.PromoCarouselBoxedHeadline .promo-has-inverse-text .promo-author a,.PromoCarouselBoxedHeadline.promo-has-inverse-text .promo-author a:hover,.PromoCarouselBoxedHeadline .promo-has-inverse-text .promo-author a:hover,.PromoCarouselBoxedHeadline.promo-has-inverse-text .promo-category a,.PromoCarouselBoxedHeadline .promo-has-inverse-text .promo-category a,.PromoCarouselBoxedHeadline.promo-has-inverse-text .promo-category a:hover,.PromoCarouselBoxedHeadline .promo-has-inverse-text .promo-category a:hover,.PromoCarouselBoxedHeadline.promo-has-inverse-text a,.PromoCarouselBoxedHeadline .promo-has-inverse-text a,.PromoCarouselHeadline.promo-has-inverse-text,.PromoCarouselHeadline .promo-has-inverse-text,.PromoCarouselHeadline.promo-has-inverse-text .promo-author a,.PromoCarouselHeadline .promo-has-inverse-text .promo-author a,.PromoCarouselHeadline.promo-has-inverse-text .promo-author a:hover,.PromoCarouselHeadline .promo-has-inverse-text .promo-author a:hover,.PromoCarouselHeadline.promo-has-inverse-text .promo-category a,.PromoCarouselHeadline .promo-has-inverse-text .promo-category a,.PromoCarouselHeadline.promo-has-inverse-text .promo-category a:hover,.PromoCarouselHeadline .promo-has-inverse-text .promo-category a:hover,.PromoCarouselHeadline.promo-has-inverse-text a,.PromoCarouselHeadline .promo-has-inverse-text a,.PromoCarouselLargeImage.promo-has-inverse-text,.PromoCarouselLargeImage .promo-has-inverse-text,.PromoCarouselLargeImage.promo-has-inverse-text .promo-author a,.PromoCarouselLargeImage .promo-has-inverse-text .promo-author a,.PromoCarouselLargeImage.promo-has-inverse-text .promo-author a:hover,.PromoCarouselLargeImage .promo-has-inverse-text .promo-author a:hover,.PromoCarouselLargeImage.promo-has-inverse-text .promo-category a,.PromoCarouselLargeImage .promo-has-inverse-text .promo-category a,.PromoCarouselLargeImage.promo-has-inverse-text .promo-category a:hover,.PromoCarouselLargeImage .promo-has-inverse-text .promo-category a:hover,.PromoCarouselLargeImage.promo-has-inverse-text a,.PromoCarouselLargeImage .promo-has-inverse-text a,.PromoEvent.promo-has-inverse-text,.PromoEvent .promo-has-inverse-text,.PromoEvent.promo-has-inverse-text .promo-author a,.PromoEvent .promo-has-inverse-text .promo-author a,.PromoEvent.promo-has-inverse-text .promo-author a:hover,.PromoEvent .promo-has-inverse-text .promo-author a:hover,.PromoEvent.promo-has-inverse-text .promo-category a,.PromoEvent .promo-has-inverse-text .promo-category a,.PromoEvent.promo-has-inverse-text .promo-category a:hover,.PromoEvent .promo-has-inverse-text .promo-category a:hover,.PromoEvent.promo-has-inverse-text a,.PromoEvent .promo-has-inverse-text a,.PromoFlipCardIconQuote.promo-has-inverse-text,.PromoFlipCardIconQuote .promo-has-inverse-text,.PromoFlipCardIconQuote.promo-has-inverse-text .promo-author a,.PromoFlipCardIconQuote .promo-has-inverse-text .promo-author a,.PromoFlipCardIconQuote.promo-has-inverse-text .promo-author a:hover,.PromoFlipCardIconQuote .promo-has-inverse-text .promo-author a:hover,.PromoFlipCardIconQuote.promo-has-inverse-text .promo-category a,.PromoFlipCardIconQuote .promo-has-inverse-text .promo-category a,.PromoFlipCardIconQuote.promo-has-inverse-text .promo-category a:hover,.PromoFlipCardIconQuote .promo-has-inverse-text .promo-category a:hover,.PromoFlipCardIconQuote.promo-has-inverse-text a,.PromoFlipCardIconQuote .promo-has-inverse-text a,.PromoFlipCardImageButton.promo-has-inverse-text,.PromoFlipCardImageButton .promo-has-inverse-text,.PromoFlipCardImageButton.promo-has-inverse-text .promo-author a,.PromoFlipCardImageButton .promo-has-inverse-text .promo-author a,.PromoFlipCardImageButton.promo-has-inverse-text .promo-author a:hover,.PromoFlipCardImageButton .promo-has-inverse-text .promo-author a:hover,.PromoFlipCardImageButton.promo-has-inverse-text .promo-category a,.PromoFlipCardImageButton .promo-has-inverse-text .promo-category a,.PromoFlipCardImageButton.promo-has-inverse-text .promo-category a:hover,.PromoFlipCardImageButton .promo-has-inverse-text .promo-category a:hover,.PromoFlipCardImageButton.promo-has-inverse-text a,.PromoFlipCardImageButton .promo-has-inverse-text a,.PromoFlipCardLogoButton.promo-has-inverse-text,.PromoFlipCardLogoButton .promo-has-inverse-text,.PromoFlipCardLogoButton.promo-has-inverse-text .promo-author a,.PromoFlipCardLogoButton .promo-has-inverse-text .promo-author a,.PromoFlipCardLogoButton.promo-has-inverse-text .promo-author a:hover,.PromoFlipCardLogoButton .promo-has-inverse-text .promo-author a:hover,.PromoFlipCardLogoButton.promo-has-inverse-text .promo-category a,.PromoFlipCardLogoButton .promo-has-inverse-text .promo-category a,.PromoFlipCardLogoButton.promo-has-inverse-text .promo-category a:hover,.PromoFlipCardLogoButton .promo-has-inverse-text .promo-category a:hover,.PromoFlipCardLogoButton.promo-has-inverse-text a,.PromoFlipCardLogoButton .promo-has-inverse-text a,.PromoFullWidth-Large.promo-has-inverse-text,.PromoFullWidth-Large .promo-has-inverse-text,.PromoFullWidth-Large.promo-has-inverse-text .promo-author a,.PromoFullWidth-Large .promo-has-inverse-text .promo-author a,.PromoFullWidth-Large.promo-has-inverse-text .promo-author a:hover,.PromoFullWidth-Large .promo-has-inverse-text .promo-author a:hover,.PromoFullWidth-Large.promo-has-inverse-text .promo-category a,.PromoFullWidth-Large .promo-has-inverse-text .promo-category a,.PromoFullWidth-Large.promo-has-inverse-text .promo-category a:hover,.PromoFullWidth-Large .promo-has-inverse-text .promo-category a:hover,.PromoFullWidth-Large.promo-has-inverse-text a,.PromoFullWidth-Large .promo-has-inverse-text a,.PromoFullWidth.promo-has-inverse-text,.PromoFullWidth .promo-has-inverse-text,.PromoFullWidth.promo-has-inverse-text .promo-author a,.PromoFullWidth .promo-has-inverse-text .promo-author a,.PromoFullWidth.promo-has-inverse-text .promo-author a:hover,.PromoFullWidth .promo-has-inverse-text .promo-author a:hover,.PromoFullWidth.promo-has-inverse-text .promo-category a,.PromoFullWidth .promo-has-inverse-text .promo-category a,.PromoFullWidth.promo-has-inverse-text .promo-category a:hover,.PromoFullWidth .promo-has-inverse-text .promo-category a:hover,.PromoFullWidth.promo-has-inverse-text a,.PromoFullWidth .promo-has-inverse-text a,.PromoIconOnSide.promo-has-inverse-text,.PromoIconOnSide .promo-has-inverse-text,.PromoIconOnSide.promo-has-inverse-text .promo-author a,.PromoIconOnSide .promo-has-inverse-text .promo-author a,.PromoIconOnSide.promo-has-inverse-text .promo-author a:hover,.PromoIconOnSide .promo-has-inverse-text .promo-author a:hover,.PromoIconOnSide.promo-has-inverse-text .promo-category a,.PromoIconOnSide .promo-has-inverse-text .promo-category a,.PromoIconOnSide.promo-has-inverse-text .promo-category a:hover,.PromoIconOnSide .promo-has-inverse-text .promo-category a:hover,.PromoIconOnSide.promo-has-inverse-text a,.PromoIconOnSide .promo-has-inverse-text a,.PromoIconOnTopLarge.promo-has-inverse-text,.PromoIconOnTopLarge .promo-has-inverse-text,.PromoIconOnTopLarge.promo-has-inverse-text .promo-author a,.PromoIconOnTopLarge .promo-has-inverse-text .promo-author a,.PromoIconOnTopLarge.promo-has-inverse-text .promo-author a:hover,.PromoIconOnTopLarge .promo-has-inverse-text .promo-author a:hover,.PromoIconOnTopLarge.promo-has-inverse-text .promo-category a,.PromoIconOnTopLarge .promo-has-inverse-text .promo-category a,.PromoIconOnTopLarge.promo-has-inverse-text .promo-category a:hover,.PromoIconOnTopLarge .promo-has-inverse-text .promo-category a:hover,.PromoIconOnTopLarge.promo-has-inverse-text a,.PromoIconOnTopLarge .promo-has-inverse-text a,.PromoIconOnTopSmall.promo-has-inverse-text,.PromoIconOnTopSmall .promo-has-inverse-text,.PromoIconOnTopSmall.promo-has-inverse-text .promo-author a,.PromoIconOnTopSmall .promo-has-inverse-text .promo-author a,.PromoIconOnTopSmall.promo-has-inverse-text .promo-author a:hover,.PromoIconOnTopSmall .promo-has-inverse-text .promo-author a:hover,.PromoIconOnTopSmall.promo-has-inverse-text .promo-category a,.PromoIconOnTopSmall .promo-has-inverse-text .promo-category a,.PromoIconOnTopSmall.promo-has-inverse-text .promo-category a:hover,.PromoIconOnTopSmall .promo-has-inverse-text .promo-category a:hover,.PromoIconOnTopSmall.promo-has-inverse-text a,.PromoIconOnTopSmall .promo-has-inverse-text a,.PromoImage.promo-has-inverse-text,.PromoImage .promo-has-inverse-text,.PromoImage.promo-has-inverse-text .promo-author a,.PromoImage .promo-has-inverse-text .promo-author a,.PromoImage.promo-has-inverse-text .promo-author a:hover,.PromoImage .promo-has-inverse-text .promo-author a:hover,.PromoImage.promo-has-inverse-text .promo-category a,.PromoImage .promo-has-inverse-text .promo-category a,.PromoImage.promo-has-inverse-text .promo-category a:hover,.PromoImage .promo-has-inverse-text .promo-category a:hover,.PromoImage.promo-has-inverse-text a,.PromoImage .promo-has-inverse-text a,.PromoImageLarge.promo-has-inverse-text,.PromoImageLarge .promo-has-inverse-text,.PromoImageLarge.promo-has-inverse-text .promo-author a,.PromoImageLarge .promo-has-inverse-text .promo-author a,.PromoImageLarge.promo-has-inverse-text .promo-author a:hover,.PromoImageLarge .promo-has-inverse-text .promo-author a:hover,.PromoImageLarge.promo-has-inverse-text .promo-category a,.PromoImageLarge .promo-has-inverse-text .promo-category a,.PromoImageLarge.promo-has-inverse-text .promo-category a:hover,.PromoImageLarge .promo-has-inverse-text .promo-category a:hover,.PromoImageLarge.promo-has-inverse-text a,.PromoImageLarge .promo-has-inverse-text a,.PromoImageMedium.promo-has-inverse-text,.PromoImageMedium .promo-has-inverse-text,.PromoImageMedium.promo-has-inverse-text .promo-author a,.PromoImageMedium .promo-has-inverse-text .promo-author a,.PromoImageMedium.promo-has-inverse-text .promo-author a:hover,.PromoImageMedium .promo-has-inverse-text .promo-author a:hover,.PromoImageMedium.promo-has-inverse-text .promo-category a,.PromoImageMedium .promo-has-inverse-text .promo-category a,.PromoImageMedium.promo-has-inverse-text .promo-category a:hover,.PromoImageMedium .promo-has-inverse-text .promo-category a:hover,.PromoImageMedium.promo-has-inverse-text a,.PromoImageMedium .promo-has-inverse-text a,.PromoImageOnBottomLarge.promo-has-inverse-text,.PromoImageOnBottomLarge .promo-has-inverse-text,.PromoImageOnBottomLarge.promo-has-inverse-text .promo-author a,.PromoImageOnBottomLarge .promo-has-inverse-text .promo-author a,.PromoImageOnBottomLarge.promo-has-inverse-text .promo-author a:hover,.PromoImageOnBottomLarge .promo-has-inverse-text .promo-author a:hover,.PromoImageOnBottomLarge.promo-has-inverse-text .promo-category a,.PromoImageOnBottomLarge .promo-has-inverse-text .promo-category a,.PromoImageOnBottomLarge.promo-has-inverse-text .promo-category a:hover,.PromoImageOnBottomLarge .promo-has-inverse-text .promo-category a:hover,.PromoImageOnBottomLarge.promo-has-inverse-text a,.PromoImageOnBottomLarge .promo-has-inverse-text a,.PromoImageOnly.promo-has-inverse-text,.PromoImageOnly .promo-has-inverse-text,.PromoImageOnly.promo-has-inverse-text .promo-author a,.PromoImageOnly .promo-has-inverse-text .promo-author a,.PromoImageOnly.promo-has-inverse-text .promo-author a:hover,.PromoImageOnly .promo-has-inverse-text .promo-author a:hover,.PromoImageOnly.promo-has-inverse-text .promo-category a,.PromoImageOnly .promo-has-inverse-text .promo-category a,.PromoImageOnly.promo-has-inverse-text .promo-category a:hover,.PromoImageOnly .promo-has-inverse-text .promo-category a:hover,.PromoImageOnly.promo-has-inverse-text a,.PromoImageOnly .promo-has-inverse-text a,.PromoImageOnTopLarge.promo-has-inverse-text,.PromoImageOnTopLarge .promo-has-inverse-text,.PromoImageOnTopLarge.promo-has-inverse-text .promo-author a,.PromoImageOnTopLarge .promo-has-inverse-text .promo-author a,.PromoImageOnTopLarge.promo-has-inverse-text .promo-author a:hover,.PromoImageOnTopLarge .promo-has-inverse-text .promo-author a:hover,.PromoImageOnTopLarge.promo-has-inverse-text .promo-category a,.PromoImageOnTopLarge .promo-has-inverse-text .promo-category a,.PromoImageOnTopLarge.promo-has-inverse-text .promo-category a:hover,.PromoImageOnTopLarge .promo-has-inverse-text .promo-category a:hover,.PromoImageOnTopLarge.promo-has-inverse-text a,.PromoImageOnTopLarge .promo-has-inverse-text a,.PromoImageSmall.promo-has-inverse-text,.PromoImageSmall .promo-has-inverse-text,.PromoImageSmall.promo-has-inverse-text .promo-author a,.PromoImageSmall .promo-has-inverse-text .promo-author a,.PromoImageSmall.promo-has-inverse-text .promo-author a:hover,.PromoImageSmall .promo-has-inverse-text .promo-author a:hover,.PromoImageSmall.promo-has-inverse-text .promo-category a,.PromoImageSmall .promo-has-inverse-text .promo-category a,.PromoImageSmall.promo-has-inverse-text .promo-category a:hover,.PromoImageSmall .promo-has-inverse-text .promo-category a:hover,.PromoImageSmall.promo-has-inverse-text a,.PromoImageSmall .promo-has-inverse-text a,.PromoImageThumbnail.promo-has-inverse-text,.PromoImageThumbnail .promo-has-inverse-text,.PromoImageThumbnail.promo-has-inverse-text .promo-author a,.PromoImageThumbnail .promo-has-inverse-text .promo-author a,.PromoImageThumbnail.promo-has-inverse-text .promo-author a:hover,.PromoImageThumbnail .promo-has-inverse-text .promo-author a:hover,.PromoImageThumbnail.promo-has-inverse-text .promo-category a,.PromoImageThumbnail .promo-has-inverse-text .promo-category a,.PromoImageThumbnail.promo-has-inverse-text .promo-category a:hover,.PromoImageThumbnail .promo-has-inverse-text .promo-category a:hover,.PromoImageThumbnail.promo-has-inverse-text a,.PromoImageThumbnail .promo-has-inverse-text a,.PromoMetrics.promo-has-inverse-text,.PromoMetrics .promo-has-inverse-text,.PromoMetrics.promo-has-inverse-text .promo-author a,.PromoMetrics .promo-has-inverse-text .promo-author a,.PromoMetrics.promo-has-inverse-text .promo-author a:hover,.PromoMetrics .promo-has-inverse-text .promo-author a:hover,.PromoMetrics.promo-has-inverse-text .promo-category a,.PromoMetrics .promo-has-inverse-text .promo-category a,.PromoMetrics.promo-has-inverse-text .promo-category a:hover,.PromoMetrics .promo-has-inverse-text .promo-category a:hover,.PromoMetrics.promo-has-inverse-text a,.PromoMetrics .promo-has-inverse-text a,.PromoNotification.promo-has-inverse-text,.PromoNotification .promo-has-inverse-text,.PromoNotification.promo-has-inverse-text .promo-author a,.PromoNotification .promo-has-inverse-text .promo-author a,.PromoNotification.promo-has-inverse-text .promo-author a:hover,.PromoNotification .promo-has-inverse-text .promo-author a:hover,.PromoNotification.promo-has-inverse-text .promo-category a,.PromoNotification .promo-has-inverse-text .promo-category a,.PromoNotification.promo-has-inverse-text .promo-category a:hover,.PromoNotification .promo-has-inverse-text .promo-category a:hover,.PromoNotification.promo-has-inverse-text a,.PromoNotification .promo-has-inverse-text a,.QuoteFullWidth.promo-has-inverse-text,.QuoteFullWidth .promo-has-inverse-text,.QuoteFullWidth.promo-has-inverse-text .promo-author a,.QuoteFullWidth .promo-has-inverse-text .promo-author a,.QuoteFullWidth.promo-has-inverse-text .promo-author a:hover,.QuoteFullWidth .promo-has-inverse-text .promo-author a:hover,.QuoteFullWidth.promo-has-inverse-text .promo-category a,.QuoteFullWidth .promo-has-inverse-text .promo-category a,.QuoteFullWidth.promo-has-inverse-text .promo-category a:hover,.QuoteFullWidth .promo-has-inverse-text .promo-category a:hover,.QuoteFullWidth.promo-has-inverse-text a,.QuoteFullWidth .promo-has-inverse-text a,.RichTextCard.promo-has-inverse-text,.RichTextCard .promo-has-inverse-text,.RichTextCard.promo-has-inverse-text .promo-author a,.RichTextCard .promo-has-inverse-text .promo-author a,.RichTextCard.promo-has-inverse-text .promo-author a:hover,.RichTextCard .promo-has-inverse-text .promo-author a:hover,.RichTextCard.promo-has-inverse-text .promo-category a,.RichTextCard .promo-has-inverse-text .promo-category a,.RichTextCard.promo-has-inverse-text .promo-category a:hover,.RichTextCard .promo-has-inverse-text .promo-category a:hover,.RichTextCard.promo-has-inverse-text a,.RichTextCard .promo-has-inverse-text a{color:var(--white)}.DirectoryEmployeePromo.promo-has-inverse-text .icon,.DirectoryEmployeePromo .promo-has-inverse-text .icon,.PromoAbstract.promo-has-inverse-text .icon,.PromoAbstract .promo-has-inverse-text .icon,.PromoAthleticEvent.promo-has-inverse-text .icon,.PromoAthleticEvent .promo-has-inverse-text .icon,.PromoCardBackground-eventDate.promo-has-inverse-text .icon,.PromoCardBackground-eventDate .promo-has-inverse-text .icon,.PromoCardBackground.promo-has-inverse-text .icon,.PromoCardBackground .promo-has-inverse-text .icon,.PromoCardImageOnly.promo-has-inverse-text .icon,.PromoCardImageOnly .promo-has-inverse-text .icon,.PromoCardImageOnlyLarge.promo-has-inverse-text .icon,.PromoCardImageOnlyLarge .promo-has-inverse-text .icon,.PromoCardImageOnSide.promo-has-inverse-text .icon,.PromoCardImageOnSide .promo-has-inverse-text .icon,.PromoCardImageOnTop.promo-has-inverse-text .icon,.PromoCardImageOnTop .promo-has-inverse-text .icon,.PromoCardImageOnTopLarge-eventDate.promo-has-inverse-text .icon,.PromoCardImageOnTopLarge-eventDate .promo-has-inverse-text .icon,.PromoCardImageOnTopLarge.promo-has-inverse-text .icon,.PromoCardImageOnTopLarge .promo-has-inverse-text .icon,.PromoCardLogoOnBottom.promo-has-inverse-text .icon,.PromoCardLogoOnBottom .promo-has-inverse-text .icon,.PromoCardLogoOnTop.promo-has-inverse-text .icon,.PromoCardLogoOnTop .promo-has-inverse-text .icon,.PromoCarouselBoxedHeadline.promo-has-inverse-text .icon,.PromoCarouselBoxedHeadline .promo-has-inverse-text .icon,.PromoCarouselHeadline.promo-has-inverse-text .icon,.PromoCarouselHeadline .promo-has-inverse-text .icon,.PromoCarouselLargeImage.promo-has-inverse-text .icon,.PromoCarouselLargeImage .promo-has-inverse-text .icon,.PromoEvent.promo-has-inverse-text .icon,.PromoEvent .promo-has-inverse-text .icon,.PromoFlipCardIconQuote.promo-has-inverse-text .icon,.PromoFlipCardIconQuote .promo-has-inverse-text .icon,.PromoFlipCardImageButton.promo-has-inverse-text .icon,.PromoFlipCardImageButton .promo-has-inverse-text .icon,.PromoFlipCardLogoButton.promo-has-inverse-text .icon,.PromoFlipCardLogoButton .promo-has-inverse-text .icon,.PromoFullWidth-Large.promo-has-inverse-text .icon,.PromoFullWidth-Large .promo-has-inverse-text .icon,.PromoFullWidth.promo-has-inverse-text .icon,.PromoFullWidth .promo-has-inverse-text .icon,.PromoIconOnSide.promo-has-inverse-text .icon,.PromoIconOnSide .promo-has-inverse-text .icon,.PromoIconOnTopLarge.promo-has-inverse-text .icon,.PromoIconOnTopLarge .promo-has-inverse-text .icon,.PromoIconOnTopSmall.promo-has-inverse-text .icon,.PromoIconOnTopSmall .promo-has-inverse-text .icon,.PromoImage.promo-has-inverse-text .icon,.PromoImage .promo-has-inverse-text .icon,.PromoImageLarge.promo-has-inverse-text .icon,.PromoImageLarge .promo-has-inverse-text .icon,.PromoImageMedium.promo-has-inverse-text .icon,.PromoImageMedium .promo-has-inverse-text .icon,.PromoImageOnBottomLarge.promo-has-inverse-text .icon,.PromoImageOnBottomLarge .promo-has-inverse-text .icon,.PromoImageOnly.promo-has-inverse-text .icon,.PromoImageOnly .promo-has-inverse-text .icon,.PromoImageOnTopLarge.promo-has-inverse-text .icon,.PromoImageOnTopLarge .promo-has-inverse-text .icon,.PromoImageSmall.promo-has-inverse-text .icon,.PromoImageSmall .promo-has-inverse-text .icon,.PromoImageThumbnail.promo-has-inverse-text .icon,.PromoImageThumbnail .promo-has-inverse-text .icon,.PromoMetrics.promo-has-inverse-text .icon,.PromoMetrics .promo-has-inverse-text .icon,.PromoNotification.promo-has-inverse-text .icon,.PromoNotification .promo-has-inverse-text .icon,.QuoteFullWidth.promo-has-inverse-text .icon,.QuoteFullWidth .promo-has-inverse-text .icon,.RichTextCard.promo-has-inverse-text .icon,.RichTextCard .promo-has-inverse-text .icon{fill:var(--white);stroke:var(--white)}.DirectoryEmployeePromo .promo-description,.PromoAbstract .promo-description,.PromoAbstract .PromoMetrics-description,.PromoAthleticEvent .promo-description,.PromoCardBackground-eventDate .promo-description,.PromoCardBackground .promo-description,.PromoCardImageOnly .promo-description,.PromoCardImageOnlyLarge .promo-description,.PromoCardImageOnSide .promo-description,.PromoCardImageOnTop .promo-description,.PromoCardImageOnTopLarge-eventDate .promo-description,.PromoCardImageOnTopLarge .promo-description,.PromoCardLogoOnBottom .promo-description,.PromoCardLogoOnTop .promo-description,.PromoCarouselBoxedHeadline .promo-description,.PromoCarouselHeadline .promo-description,.PromoCarouselLargeImage .promo-description,.PromoEvent .promo-description,.PromoFlipCardIconQuote .promo-description,.PromoFlipCardImageButton .promo-description,.PromoFlipCardLogoButton .promo-description,.PromoFullWidth-Large .promo-description,.PromoFullWidth .promo-description,.PromoIconOnSide .promo-description,.PromoIconOnTopLarge .promo-description,.PromoIconOnTopSmall .promo-description,.PromoImage .promo-description,.PromoImageLarge .promo-description,.PromoImageMedium .promo-description,.PromoImageOnBottomLarge .promo-description,.PromoImageOnly .promo-description,.PromoImageOnTopLarge .promo-description,.PromoImageSmall .promo-description,.PromoImageThumbnail .promo-description,.PromoMetrics .promo-description,.PromoNotification .promo-description,.QuoteFullWidth .promo-description,.RichTextCard .promo-description{color:var(--secondaryTextColor)}.DirectoryEmployeePromo .promo-description a,.PromoAbstract .promo-description a,.PromoAbstract .PromoMetrics-description a,.PromoAthleticEvent .promo-description a,.PromoCardBackground-eventDate .promo-description a,.PromoCardBackground .promo-description a,.PromoCardImageOnly .promo-description a,.PromoCardImageOnlyLarge .promo-description a,.PromoCardImageOnSide .promo-description a,.PromoCardImageOnTop .promo-description a,.PromoCardImageOnTopLarge-eventDate .promo-description a,.PromoCardImageOnTopLarge .promo-description a,.PromoCardLogoOnBottom .promo-description a,.PromoCardLogoOnTop .promo-description a,.PromoCarouselBoxedHeadline .promo-description a,.PromoCarouselHeadline .promo-description a,.PromoCarouselLargeImage .promo-description a,.PromoEvent .promo-description a,.PromoFlipCardIconQuote .promo-description a,.PromoFlipCardImageButton .promo-description a,.PromoFlipCardLogoButton .promo-description a,.PromoFullWidth-Large .promo-description a,.PromoFullWidth .promo-description a,.PromoIconOnSide .promo-description a,.PromoIconOnTopLarge .promo-description a,.PromoIconOnTopSmall .promo-description a,.PromoImage .promo-description a,.PromoImageLarge .promo-description a,.PromoImageMedium .promo-description a,.PromoImageOnBottomLarge .promo-description a,.PromoImageOnly .promo-description a,.PromoImageOnTopLarge .promo-description a,.PromoImageSmall .promo-description a,.PromoImageThumbnail .promo-description a,.PromoMetrics .promo-description a,.PromoNotification .promo-description a,.QuoteFullWidth .promo-description a,.RichTextCard .promo-description a{color:var(--primaryLinkColor)}.DirectoryEmployeePromo .promo-description a:hover,.PromoAbstract .promo-description a:hover,.PromoAbstract .PromoMetrics-description a:hover,.PromoAthleticEvent .promo-description a:hover,.PromoCardBackground-eventDate .promo-description a:hover,.PromoCardBackground .promo-description a:hover,.PromoCardImageOnly .promo-description a:hover,.PromoCardImageOnlyLarge .promo-description a:hover,.PromoCardImageOnSide .promo-description a:hover,.PromoCardImageOnTop .promo-description a:hover,.PromoCardImageOnTopLarge-eventDate .promo-description a:hover,.PromoCardImageOnTopLarge .promo-description a:hover,.PromoCardLogoOnBottom .promo-description a:hover,.PromoCardLogoOnTop .promo-description a:hover,.PromoCarouselBoxedHeadline .promo-description a:hover,.PromoCarouselHeadline .promo-description a:hover,.PromoCarouselLargeImage .promo-description a:hover,.PromoEvent .promo-description a:hover,.PromoFlipCardIconQuote .promo-description a:hover,.PromoFlipCardImageButton .promo-description a:hover,.PromoFlipCardLogoButton .promo-description a:hover,.PromoFullWidth-Large .promo-description a:hover,.PromoFullWidth .promo-description a:hover,.PromoIconOnSide .promo-description a:hover,.PromoIconOnTopLarge .promo-description a:hover,.PromoIconOnTopSmall .promo-description a:hover,.PromoImage .promo-description a:hover,.PromoImageLarge .promo-description a:hover,.PromoImageMedium .promo-description a:hover,.PromoImageOnBottomLarge .promo-description a:hover,.PromoImageOnly .promo-description a:hover,.PromoImageOnTopLarge .promo-description a:hover,.PromoImageSmall .promo-description a:hover,.PromoImageThumbnail .promo-description a:hover,.PromoMetrics .promo-description a:hover,.PromoNotification .promo-description a:hover,.QuoteFullWidth .promo-description a:hover,.RichTextCard .promo-description a:hover{text-decoration:underline}.DirectoryEmployeePromo .promo-author a,.DirectoryEmployeePromo .promo-category a,.PromoAbstract .promo-author a,.PromoAbstract .promo-category a,.PromoAbstract .PromoAuthor div[class$=-authorName] a,.PromoAbstract .PromoAuthor div[class$=-date] a,.PromoAbstract .PromoCardBackground-author div[class$=-authorName] a,.PromoAbstract .PromoCardBackground-author div[class$=-date] a,.PromoAbstract .PromoCardImageOnSide-authorInfo div[class$=-authorName] a,.PromoAbstract .PromoCardImageOnSide-authorInfo div[class$=-date] a,.PromoAbstract .PromoCardImageOnTop-author div[class$=-authorName] a,.PromoAbstract .PromoCardImageOnTop-author div[class$=-date] a,.PromoAbstract .PromoCardImageOnTopLarge-author div[class$=-authorName] a,.PromoAbstract .PromoCardImageOnTopLarge-author div[class$=-date] a,.PromoAbstract .PromoCardTextOnly-sourceName a,.PromoAbstract .PromoCardTextOnly-sourceText a,.PromoAthleticEvent .promo-author a,.PromoAthleticEvent .promo-category a,.PromoCardBackground-eventDate .promo-author a,.PromoCardBackground-eventDate .promo-category a,.PromoCardBackground .promo-author a,.PromoCardBackground .promo-category a,.PromoCardImageOnly .promo-author a,.PromoCardImageOnly .promo-category a,.PromoCardImageOnlyLarge .promo-author a,.PromoCardImageOnlyLarge .promo-category a,.PromoCardImageOnSide .promo-author a,.PromoCardImageOnSide .promo-category a,.PromoCardImageOnTop .promo-author a,.PromoCardImageOnTop .promo-category a,.PromoCardImageOnTopLarge-eventDate .promo-author a,.PromoCardImageOnTopLarge-eventDate .promo-category a,.PromoCardImageOnTopLarge .promo-author a,.PromoCardImageOnTopLarge .promo-category a,.PromoCardLogoOnBottom .promo-author a,.PromoCardLogoOnBottom .promo-category a,.PromoCardLogoOnTop .promo-author a,.PromoCardLogoOnTop .promo-category a,.PromoCarouselBoxedHeadline .promo-author a,.PromoCarouselBoxedHeadline .promo-category a,.PromoCarouselHeadline .promo-author a,.PromoCarouselHeadline .promo-category a,.PromoCarouselLargeImage .promo-author a,.PromoCarouselLargeImage .promo-category a,.PromoEvent .promo-author a,.PromoEvent .promo-category a,.PromoFlipCardIconQuote .promo-author a,.PromoFlipCardIconQuote .promo-category a,.PromoFlipCardImageButton .promo-author a,.PromoFlipCardImageButton .promo-category a,.PromoFlipCardLogoButton .promo-author a,.PromoFlipCardLogoButton .promo-category a,.PromoFullWidth-Large .promo-author a,.PromoFullWidth-Large .promo-category a,.PromoFullWidth .promo-author a,.PromoFullWidth .promo-category a,.PromoIconOnSide .promo-author a,.PromoIconOnSide .promo-category a,.PromoIconOnTopLarge .promo-author a,.PromoIconOnTopLarge .promo-category a,.PromoIconOnTopSmall .promo-author a,.PromoIconOnTopSmall .promo-category a,.PromoImage .promo-author a,.PromoImage .promo-category a,.PromoImageLarge .promo-author a,.PromoImageLarge .promo-category a,.PromoImageMedium .promo-author a,.PromoImageMedium .promo-category a,.PromoImageOnBottomLarge .promo-author a,.PromoImageOnBottomLarge .promo-category a,.PromoImageOnly .promo-author a,.PromoImageOnly .promo-category a,.PromoImageOnTopLarge .promo-author a,.PromoImageOnTopLarge .promo-category a,.PromoImageSmall .promo-author a,.PromoImageSmall .promo-category a,.PromoImageThumbnail .promo-author a,.PromoImageThumbnail .promo-category a,.PromoMetrics .promo-author a,.PromoMetrics .promo-category a,.PromoNotification .promo-author a,.PromoNotification .promo-category a,.QuoteFullWidth .promo-author a,.QuoteFullWidth .promo-category a,.RichTextCard .promo-author a,.RichTextCard .promo-category a{color:var(--primaryLinkColor)}.DirectoryEmployeePromo .promo-author a:hover,.DirectoryEmployeePromo .promo-category a:hover,.PromoAbstract .promo-author a:hover,.PromoAbstract .promo-category a:hover,.PromoAbstract .PromoAuthor div[class$=-authorName] a:hover,.PromoAbstract .PromoAuthor div[class$=-date] a:hover,.PromoAbstract .PromoCardBackground-author div[class$=-authorName] a:hover,.PromoAbstract .PromoCardBackground-author div[class$=-date] a:hover,.PromoAbstract .PromoCardImageOnSide-authorInfo div[class$=-authorName] a:hover,.PromoAbstract .PromoCardImageOnSide-authorInfo div[class$=-date] a:hover,.PromoAbstract .PromoCardImageOnTop-author div[class$=-authorName] a:hover,.PromoAbstract .PromoCardImageOnTop-author div[class$=-date] a:hover,.PromoAbstract .PromoCardImageOnTopLarge-author div[class$=-authorName] a:hover,.PromoAbstract .PromoCardImageOnTopLarge-author div[class$=-date] a:hover,.PromoAbstract .PromoCardTextOnly-sourceName a:hover,.PromoAbstract .PromoCardTextOnly-sourceText a:hover,.PromoAthleticEvent .promo-author a:hover,.PromoAthleticEvent .promo-category a:hover,.PromoCardBackground-eventDate .promo-author a:hover,.PromoCardBackground-eventDate .promo-category a:hover,.PromoCardBackground .promo-author a:hover,.PromoCardBackground .promo-category a:hover,.PromoCardImageOnly .promo-author a:hover,.PromoCardImageOnly .promo-category a:hover,.PromoCardImageOnlyLarge .promo-author a:hover,.PromoCardImageOnlyLarge .promo-category a:hover,.PromoCardImageOnSide .promo-author a:hover,.PromoCardImageOnSide .promo-category a:hover,.PromoCardImageOnTop .promo-author a:hover,.PromoCardImageOnTop .promo-category a:hover,.PromoCardImageOnTopLarge-eventDate .promo-author a:hover,.PromoCardImageOnTopLarge-eventDate .promo-category a:hover,.PromoCardImageOnTopLarge .promo-author a:hover,.PromoCardImageOnTopLarge .promo-category a:hover,.PromoCardLogoOnBottom .promo-author a:hover,.PromoCardLogoOnBottom .promo-category a:hover,.PromoCardLogoOnTop .promo-author a:hover,.PromoCardLogoOnTop .promo-category a:hover,.PromoCarouselBoxedHeadline .promo-author a:hover,.PromoCarouselBoxedHeadline .promo-category a:hover,.PromoCarouselHeadline .promo-author a:hover,.PromoCarouselHeadline .promo-category a:hover,.PromoCarouselLargeImage .promo-author a:hover,.PromoCarouselLargeImage .promo-category a:hover,.PromoEvent .promo-author a:hover,.PromoEvent .promo-category a:hover,.PromoFlipCardIconQuote .promo-author a:hover,.PromoFlipCardIconQuote .promo-category a:hover,.PromoFlipCardImageButton .promo-author a:hover,.PromoFlipCardImageButton .promo-category a:hover,.PromoFlipCardLogoButton .promo-author a:hover,.PromoFlipCardLogoButton .promo-category a:hover,.PromoFullWidth-Large .promo-author a:hover,.PromoFullWidth-Large .promo-category a:hover,.PromoFullWidth .promo-author a:hover,.PromoFullWidth .promo-category a:hover,.PromoIconOnSide .promo-author a:hover,.PromoIconOnSide .promo-category a:hover,.PromoIconOnTopLarge .promo-author a:hover,.PromoIconOnTopLarge .promo-category a:hover,.PromoIconOnTopSmall .promo-author a:hover,.PromoIconOnTopSmall .promo-category a:hover,.PromoImage .promo-author a:hover,.PromoImage .promo-category a:hover,.PromoImageLarge .promo-author a:hover,.PromoImageLarge .promo-category a:hover,.PromoImageMedium .promo-author a:hover,.PromoImageMedium .promo-category a:hover,.PromoImageOnBottomLarge .promo-author a:hover,.PromoImageOnBottomLarge .promo-category a:hover,.PromoImageOnly .promo-author a:hover,.PromoImageOnly .promo-category a:hover,.PromoImageOnTopLarge .promo-author a:hover,.PromoImageOnTopLarge .promo-category a:hover,.PromoImageSmall .promo-author a:hover,.PromoImageSmall .promo-category a:hover,.PromoImageThumbnail .promo-author a:hover,.PromoImageThumbnail .promo-category a:hover,.PromoMetrics .promo-author a:hover,.PromoMetrics .promo-category a:hover,.PromoNotification .promo-author a:hover,.PromoNotification .promo-category a:hover,.QuoteFullWidth .promo-author a:hover,.QuoteFullWidth .promo-category a:hover,.RichTextCard .promo-author a:hover,.RichTextCard .promo-category a:hover{color:var(--primaryColor)}.DirectoryEmployeePromo div[class$=-content]>div:last-child,.PromoAbstract div[class$=-content]>div:last-child,.PromoAthleticEvent div[class$=-content]>div:last-child,.PromoCardBackground-eventDate div[class$=-content]>div:last-child,.PromoCardBackground div[class$=-content]>div:last-child,.PromoCardImageOnly div[class$=-content]>div:last-child,.PromoCardImageOnlyLarge div[class$=-content]>div:last-child,.PromoCardImageOnSide div[class$=-content]>div:last-child,.PromoCardImageOnTop div[class$=-content]>div:last-child,.PromoCardImageOnTopLarge-eventDate div[class$=-content]>div:last-child,.PromoCardImageOnTopLarge div[class$=-content]>div:last-child,.PromoCardLogoOnBottom div[class$=-content]>div:last-child,.PromoCardLogoOnTop div[class$=-content]>div:last-child,.PromoCarouselBoxedHeadline div[class$=-content]>div:last-child,.PromoCarouselHeadline div[class$=-content]>div:last-child,.PromoCarouselLargeImage div[class$=-content]>div:last-child,.PromoEvent div[class$=-content]>div:last-child,.PromoFlipCardIconQuote div[class$=-content]>div:last-child,.PromoFlipCardImageButton div[class$=-content]>div:last-child,.PromoFlipCardLogoButton div[class$=-content]>div:last-child,.PromoFullWidth-Large div[class$=-content]>div:last-child,.PromoFullWidth div[class$=-content]>div:last-child,.PromoIconOnSide div[class$=-content]>div:last-child,.PromoIconOnTopLarge div[class$=-content]>div:last-child,.PromoIconOnTopSmall div[class$=-content]>div:last-child,.PromoImage div[class$=-content]>div:last-child,.PromoImageLarge div[class$=-content]>div:last-child,.PromoImageMedium div[class$=-content]>div:last-child,.PromoImageOnBottomLarge div[class$=-content]>div:last-child,.PromoImageOnly div[class$=-content]>div:last-child,.PromoImageOnTopLarge div[class$=-content]>div:last-child,.PromoImageSmall div[class$=-content]>div:last-child,.PromoImageThumbnail div[class$=-content]>div:last-child,.PromoMetrics div[class$=-content]>div:last-child,.PromoNotification div[class$=-content]>div:last-child,.QuoteFullWidth div[class$=-content]>div:last-child,.RichTextCard div[class$=-content]>div:last-child{margin-bottom:0}.DirectoryEmployeePromo div[class$=-media] a,.PromoAbstract div[class$=-media] a,.PromoAthleticEvent div[class$=-media] a,.PromoCardBackground-eventDate div[class$=-media] a,.PromoCardBackground div[class$=-media] a,.PromoCardImageOnly div[class$=-media] a,.PromoCardImageOnlyLarge div[class$=-media] a,.PromoCardImageOnSide div[class$=-media] a,.PromoCardImageOnTop div[class$=-media] a,.PromoCardImageOnTopLarge-eventDate div[class$=-media] a,.PromoCardImageOnTopLarge div[class$=-media] a,.PromoCardLogoOnBottom div[class$=-media] a,.PromoCardLogoOnTop div[class$=-media] a,.PromoCarouselBoxedHeadline div[class$=-media] a,.PromoCarouselHeadline div[class$=-media] a,.PromoCarouselLargeImage div[class$=-media] a,.PromoEvent div[class$=-media] a,.PromoFlipCardIconQuote div[class$=-media] a,.PromoFlipCardImageButton div[class$=-media] a,.PromoFlipCardLogoButton div[class$=-media] a,.PromoFullWidth-Large div[class$=-media] a,.PromoFullWidth div[class$=-media] a,.PromoIconOnSide div[class$=-media] a,.PromoIconOnTopLarge div[class$=-media] a,.PromoIconOnTopSmall div[class$=-media] a,.PromoImage div[class$=-media] a,.PromoImageLarge div[class$=-media] a,.PromoImageMedium div[class$=-media] a,.PromoImageOnBottomLarge div[class$=-media] a,.PromoImageOnly div[class$=-media] a,.PromoImageOnTopLarge div[class$=-media] a,.PromoImageSmall div[class$=-media] a,.PromoImageThumbnail div[class$=-media] a,.PromoMetrics div[class$=-media] a,.PromoNotification div[class$=-media] a,.QuoteFullWidth div[class$=-media] a,.RichTextCard div[class$=-media] a{display:block;position:relative}.DirectoryEmployeePromo .btn,.PromoAbstract .AuthorPage-paginationButton,.PromoAbstract .BrandPage-paginationButton,.PromoAbstract .btn,.PromoAbstract .CountryPage-paginationButton,.PromoAbstract .DirectorySearchPage-export-btn a,.PromoAbstract .EventCalendarDayPage-export-btn a,.PromoAbstract .EventCalendarMonthPage-export-btn a,.PromoAbstract .EventCategoryPage-paginationButton,.PromoAbstract .EventPage-addToCalendar .FavoriteButton,.PromoAbstract .Footer .RichTextModule-cta a,.PromoAbstract .Header-customButton>a,.PromoAbstract .List .List-paginationButton,.PromoAbstract .ListAbstract .List-paginationButton,.PromoAbstract .ListAccordion .List-paginationButton,.PromoAbstract .ListAthleticEvent .List-paginationButton,.PromoAbstract .ListCard .List-paginationButton,.PromoAbstract .ListCardBackground .List-paginationButton,.PromoAbstract .ListCardDescriptionOnLeft .List-paginationButton,.PromoAbstract .ListCardImageOnly .List-paginationButton,.PromoAbstract .ListCardImageOnSide .List-paginationButton,.PromoAbstract .ListCardImageOnTop .List-paginationButton,.PromoAbstract .ListCardLogoBottom .List-paginationButton,.PromoAbstract .ListCardLogoTop .List-paginationButton,.PromoAbstract .ListCardQuote .List-paginationButton,.PromoAbstract .ListCardTextOnly .List-paginationButton,.PromoAbstract .ListCarouselBoxedHeadline .List-paginationButton,.PromoAbstract .ListCarouselQuoteFullWidth .List-paginationButton,.PromoAbstract .ListEvents .List-paginationButton,.PromoAbstract .ListHighlightA .List-paginationButton,.PromoAbstract .ListIconOnSide .List-paginationButton,.PromoAbstract .ListIconOnTopLarge .List-paginationButton,.PromoAbstract .ListIconOnTopSmall .List-paginationButton,.PromoAbstract .ListImageLarge .List-paginationButton,.PromoAbstract .ListImageMedium .List-paginationButton,.PromoAbstract .ListImageOnTopCircular .List-paginationButton,.PromoAbstract .ListImageSmall .List-paginationButton,.PromoAbstract .ListImageThumbnail .List-paginationButton,.PromoAbstract .ListLinks .List-paginationButton,.PromoAbstract .ListLogoOnly .List-paginationButton,.PromoAbstract .ListMetrics .List-paginationButton,.PromoAbstract .ListSchedule .List-paginationButton,.PromoAbstract .ListSpeechPromo .List-paginationButton,.PromoAbstract .ListTagCloud .List-paginationButton,.PromoAbstract .ListUpcomingEvents .List-paginationButton,.PromoAbstract .ListVerticalImage .List-paginationButton,.PromoAbstract .ProductPage-paginationButton,.PromoAbstract .SearchResultsPage-export-btn a,.PromoAbstract .SectionPage-paginationButton,.PromoAbstract .SocialList .List-paginationButton,.PromoAbstract .TagPage-paginationButton,.PromoAbstract .TaxonomyPage-paginationButton,.PromoAbstract .TopicPage-paginationButton,.PromoAthleticEvent .btn,.PromoCardBackground-eventDate .btn,.PromoCardBackground .btn,.PromoCardImageOnly .btn,.PromoCardImageOnlyLarge .btn,.PromoCardImageOnSide .btn,.PromoCardImageOnTop .btn,.PromoCardImageOnTopLarge-eventDate .btn,.PromoCardImageOnTopLarge .btn,.PromoCardLogoOnBottom .btn,.PromoCardLogoOnTop .btn,.PromoCarouselBoxedHeadline .btn,.PromoCarouselHeadline .btn,.PromoCarouselLargeImage .btn,.PromoEvent .btn,.PromoFlipCardIconQuote .btn,.PromoFlipCardImageButton .btn,.PromoFlipCardLogoButton .btn,.PromoFullWidth-Large .btn,.PromoFullWidth .btn,.PromoIconOnSide .btn,.PromoIconOnTopLarge .btn,.PromoIconOnTopSmall .btn,.PromoImage .btn,.PromoImageLarge .btn,.PromoImageMedium .btn,.PromoImageOnBottomLarge .btn,.PromoImageOnly .btn,.PromoImageOnTopLarge .btn,.PromoImageSmall .btn,.PromoImageThumbnail .btn,.PromoMetrics .btn,.PromoNotification .btn,.QuoteFullWidth .btn,.RichTextCard .btn{line-height:1}.DirectoryEmployeePromo .promo-items-item,.PromoAbstract .promo-items-item,.PromoAthleticEvent .promo-items-item,.PromoCardBackground-eventDate .promo-items-item,.PromoCardBackground .promo-items-item,.PromoCardImageOnly .promo-items-item,.PromoCardImageOnlyLarge .promo-items-item,.PromoCardImageOnSide .promo-items-item,.PromoCardImageOnTop .promo-items-item,.PromoCardImageOnTopLarge-eventDate .promo-items-item,.PromoCardImageOnTopLarge .promo-items-item,.PromoCardLogoOnBottom .promo-items-item,.PromoCardLogoOnTop .promo-items-item,.PromoCarouselBoxedHeadline .promo-items-item,.PromoCarouselHeadline .promo-items-item,.PromoCarouselLargeImage .promo-items-item,.PromoEvent .promo-items-item,.PromoFlipCardIconQuote .promo-items-item,.PromoFlipCardImageButton .promo-items-item,.PromoFlipCardLogoButton .promo-items-item,.PromoFullWidth-Large .promo-items-item,.PromoFullWidth .promo-items-item,.PromoIconOnSide .promo-items-item,.PromoIconOnTopLarge .promo-items-item,.PromoIconOnTopSmall .promo-items-item,.PromoImage .promo-items-item,.PromoImageLarge .promo-items-item,.PromoImageMedium .promo-items-item,.PromoImageOnBottomLarge .promo-items-item,.PromoImageOnly .promo-items-item,.PromoImageOnTopLarge .promo-items-item,.PromoImageSmall .promo-items-item,.PromoImageThumbnail .promo-items-item,.PromoMetrics .promo-items-item,.PromoNotification .promo-items-item,.QuoteFullWidth .promo-items-item,.RichTextCard .promo-items-item{position:relative;padding-left:20px}.DirectoryEmployeePromo .promo-items-item>svg,.PromoAbstract .promo-items-item>svg,.PromoAthleticEvent .promo-items-item>svg,.PromoCardBackground-eventDate .promo-items-item>svg,.PromoCardBackground .promo-items-item>svg,.PromoCardImageOnly .promo-items-item>svg,.PromoCardImageOnlyLarge .promo-items-item>svg,.PromoCardImageOnSide .promo-items-item>svg,.PromoCardImageOnTop .promo-items-item>svg,.PromoCardImageOnTopLarge-eventDate .promo-items-item>svg,.PromoCardImageOnTopLarge .promo-items-item>svg,.PromoCardLogoOnBottom .promo-items-item>svg,.PromoCardLogoOnTop .promo-items-item>svg,.PromoCarouselBoxedHeadline .promo-items-item>svg,.PromoCarouselHeadline .promo-items-item>svg,.PromoCarouselLargeImage .promo-items-item>svg,.PromoEvent .promo-items-item>svg,.PromoFlipCardIconQuote .promo-items-item>svg,.PromoFlipCardImageButton .promo-items-item>svg,.PromoFlipCardLogoButton .promo-items-item>svg,.PromoFullWidth-Large .promo-items-item>svg,.PromoFullWidth .promo-items-item>svg,.PromoIconOnSide .promo-items-item>svg,.PromoIconOnTopLarge .promo-items-item>svg,.PromoIconOnTopSmall .promo-items-item>svg,.PromoImage .promo-items-item>svg,.PromoImageLarge .promo-items-item>svg,.PromoImageMedium .promo-items-item>svg,.PromoImageOnBottomLarge .promo-items-item>svg,.PromoImageOnly .promo-items-item>svg,.PromoImageOnTopLarge .promo-items-item>svg,.PromoImageSmall .promo-items-item>svg,.PromoImageThumbnail .promo-items-item>svg,.PromoMetrics .promo-items-item>svg,.PromoNotification .promo-items-item>svg,.QuoteFullWidth .promo-items-item>svg,.RichTextCard .promo-items-item>svg{width:12px;height:12px;margin-right:8px;position:absolute;top:5px;left:0}.DirectoryEmployeePromo-title,.PromoAbstract-title,.PromoAthleticEvent-title,.PromoCardBackground-eventDate-title,.PromoCardBackground-title,.PromoCardImageOnly-title,.PromoCardImageOnlyLarge-title,.PromoCardImageOnSide-title,.PromoCardImageOnTop-title,.PromoCardImageOnTopLarge-eventDate-title,.PromoCardImageOnTopLarge-title,.PromoCardLogoOnBottom-title,.PromoCardLogoOnTop-title,.PromoCarouselBoxedHeadline-title,.PromoCarouselHeadline-title,.PromoCarouselLargeImage-title,.PromoEvent-title,.PromoFlipCardIconQuote-title,.PromoFlipCardImageButton-title,.PromoFlipCardLogoButton-title,.PromoFullWidth-Large-title,.PromoFullWidth-title,.PromoIconOnSide-title,.PromoIconOnTopLarge-title,.PromoIconOnTopSmall-title,.PromoImage-title,.PromoImageLarge-title,.PromoImageMedium-title,.PromoImageOnBottomLarge-title,.PromoImageOnly-title,.PromoImageOnTopLarge-title,.PromoImageSmall-title,.PromoImageThumbnail-title,.PromoMetrics-title,.PromoNotification-title,.QuoteFullWidth-title,.RichTextCard-title{font-weight:800}.DirectoryEmployeePromo-title a,.DirectoryEmployeePromo-title a:hover,.PromoAbstract-title a,.PromoAbstract-title a:hover,.PromoAthleticEvent-title a,.PromoAthleticEvent-title a:hover,.PromoCardBackground-eventDate-title a,.PromoCardBackground-eventDate-title a:hover,.PromoCardBackground-title a,.PromoCardBackground-title a:hover,.PromoCardImageOnly-title a,.PromoCardImageOnly-title a:hover,.PromoCardImageOnlyLarge-title a,.PromoCardImageOnlyLarge-title a:hover,.PromoCardImageOnSide-title a,.PromoCardImageOnSide-title a:hover,.PromoCardImageOnTop-title a,.PromoCardImageOnTop-title a:hover,.PromoCardImageOnTopLarge-eventDate-title a,.PromoCardImageOnTopLarge-eventDate-title a:hover,.PromoCardImageOnTopLarge-title a,.PromoCardImageOnTopLarge-title a:hover,.PromoCardLogoOnBottom-title a,.PromoCardLogoOnBottom-title a:hover,.PromoCardLogoOnTop-title a,.PromoCardLogoOnTop-title a:hover,.PromoCarouselBoxedHeadline-title a,.PromoCarouselBoxedHeadline-title a:hover,.PromoCarouselHeadline-title a,.PromoCarouselHeadline-title a:hover,.PromoCarouselLargeImage-title a,.PromoCarouselLargeImage-title a:hover,.PromoEvent-title a,.PromoEvent-title a:hover,.PromoFlipCardIconQuote-title a,.PromoFlipCardIconQuote-title a:hover,.PromoFlipCardImageButton-title a,.PromoFlipCardImageButton-title a:hover,.PromoFlipCardLogoButton-title a,.PromoFlipCardLogoButton-title a:hover,.PromoFullWidth-Large-title a,.PromoFullWidth-Large-title a:hover,.PromoFullWidth-title a,.PromoFullWidth-title a:hover,.PromoIconOnSide-title a,.PromoIconOnSide-title a:hover,.PromoIconOnTopLarge-title a,.PromoIconOnTopLarge-title a:hover,.PromoIconOnTopSmall-title a,.PromoIconOnTopSmall-title a:hover,.PromoImage-title a,.PromoImage-title a:hover,.PromoImageLarge-title a,.PromoImageLarge-title a:hover,.PromoImageMedium-title a,.PromoImageMedium-title a:hover,.PromoImageOnBottomLarge-title a,.PromoImageOnBottomLarge-title a:hover,.PromoImageOnly-title a,.PromoImageOnly-title a:hover,.PromoImageOnTopLarge-title a,.PromoImageOnTopLarge-title a:hover,.PromoImageSmall-title a,.PromoImageSmall-title a:hover,.PromoImageThumbnail-title a,.PromoImageThumbnail-title a:hover,.PromoMetrics-title a,.PromoMetrics-title a:hover,.PromoNotification-title a,.PromoNotification-title a:hover,.QuoteFullWidth-title a,.QuoteFullWidth-title a:hover,.RichTextCard-title a,.RichTextCard-title a:hover{color:inherit}.DirectoryEmployeePromo-authorName,.DirectoryEmployeePromo-description,.DirectoryEmployeePromo-location,.PromoAbstract-authorName,.PromoAbstract-description,.PromoAbstract-location,.PromoAthleticEvent-authorName,.PromoAthleticEvent-description,.PromoAthleticEvent-location,.PromoCardBackground-authorName,.PromoCardBackground-description,.PromoCardBackground-eventDate-authorName,.PromoCardBackground-eventDate-description,.PromoCardBackground-eventDate-location,.PromoCardBackground-location,.PromoCardImageOnly-authorName,.PromoCardImageOnly-description,.PromoCardImageOnly-location,.PromoCardImageOnlyLarge-authorName,.PromoCardImageOnlyLarge-description,.PromoCardImageOnlyLarge-location,.PromoCardImageOnSide-authorName,.PromoCardImageOnSide-description,.PromoCardImageOnSide-location,.PromoCardImageOnTop-authorName,.PromoCardImageOnTop-description,.PromoCardImageOnTop-location,.PromoCardImageOnTopLarge-authorName,.PromoCardImageOnTopLarge-description,.PromoCardImageOnTopLarge-eventDate-authorName,.PromoCardImageOnTopLarge-eventDate-description,.PromoCardImageOnTopLarge-eventDate-location,.PromoCardImageOnTopLarge-location,.PromoCardLogoOnBottom-authorName,.PromoCardLogoOnBottom-description,.PromoCardLogoOnBottom-location,.PromoCardLogoOnTop-authorName,.PromoCardLogoOnTop-description,.PromoCardLogoOnTop-location,.PromoCarouselBoxedHeadline-authorName,.PromoCarouselBoxedHeadline-description,.PromoCarouselBoxedHeadline-location,.PromoCarouselHeadline-authorName,.PromoCarouselHeadline-description,.PromoCarouselHeadline-location,.PromoCarouselLargeImage-authorName,.PromoCarouselLargeImage-description,.PromoCarouselLargeImage-location,.PromoEvent-authorName,.PromoEvent-description,.PromoEvent-location,.PromoFlipCardIconQuote-authorName,.PromoFlipCardIconQuote-description,.PromoFlipCardIconQuote-location,.PromoFlipCardImageButton-authorName,.PromoFlipCardImageButton-description,.PromoFlipCardImageButton-location,.PromoFlipCardLogoButton-authorName,.PromoFlipCardLogoButton-description,.PromoFlipCardLogoButton-location,.PromoFullWidth-authorName,.PromoFullWidth-description,.PromoFullWidth-Large-authorName,.PromoFullWidth-Large-description,.PromoFullWidth-Large-location,.PromoFullWidth-location,.PromoIconOnSide-authorName,.PromoIconOnSide-description,.PromoIconOnSide-location,.PromoIconOnTopLarge-authorName,.PromoIconOnTopLarge-description,.PromoIconOnTopLarge-location,.PromoIconOnTopSmall-authorName,.PromoIconOnTopSmall-description,.PromoIconOnTopSmall-location,.PromoImage-authorName,.PromoImage-description,.PromoImage-location,.PromoImageLarge-authorName,.PromoImageLarge-description,.PromoImageLarge-location,.PromoImageMedium-authorName,.PromoImageMedium-description,.PromoImageMedium-location,.PromoImageOnBottomLarge-authorName,.PromoImageOnBottomLarge-description,.PromoImageOnBottomLarge-location,.PromoImageOnly-authorName,.PromoImageOnly-description,.PromoImageOnly-location,.PromoImageOnTopLarge-authorName,.PromoImageOnTopLarge-description,.PromoImageOnTopLarge-location,.PromoImageSmall-authorName,.PromoImageSmall-description,.PromoImageSmall-location,.PromoImageThumbnail-authorName,.PromoImageThumbnail-description,.PromoImageThumbnail-location,.PromoMetrics-authorName,.PromoMetrics-description,.PromoMetrics-location,.PromoNotification-authorName,.PromoNotification-description,.PromoNotification-location,.QuoteFullWidth-authorName,.QuoteFullWidth-description,.QuoteFullWidth-location,.RichTextCard-authorName,.RichTextCard-description,.RichTextCard-location{color:var(--secondaryTextColor)}.DirectoryEmployeePromo-authorName a,.DirectoryEmployeePromo-description a,.DirectoryEmployeePromo-location a,.PromoAbstract-authorName a,.PromoAbstract-description a,.PromoAbstract-location a,.PromoAthleticEvent-authorName a,.PromoAthleticEvent-description a,.PromoAthleticEvent-location a,.PromoCardBackground-authorName a,.PromoCardBackground-description a,.PromoCardBackground-eventDate-authorName a,.PromoCardBackground-eventDate-description a,.PromoCardBackground-eventDate-location a,.PromoCardBackground-location a,.PromoCardImageOnly-authorName a,.PromoCardImageOnly-description a,.PromoCardImageOnly-location a,.PromoCardImageOnlyLarge-authorName a,.PromoCardImageOnlyLarge-description a,.PromoCardImageOnlyLarge-location a,.PromoCardImageOnSide-authorName a,.PromoCardImageOnSide-description a,.PromoCardImageOnSide-location a,.PromoCardImageOnTop-authorName a,.PromoCardImageOnTop-description a,.PromoCardImageOnTop-location a,.PromoCardImageOnTopLarge-authorName a,.PromoCardImageOnTopLarge-description a,.PromoCardImageOnTopLarge-eventDate-authorName a,.PromoCardImageOnTopLarge-eventDate-description a,.PromoCardImageOnTopLarge-eventDate-location a,.PromoCardImageOnTopLarge-location a,.PromoCardLogoOnBottom-authorName a,.PromoCardLogoOnBottom-description a,.PromoCardLogoOnBottom-location a,.PromoCardLogoOnTop-authorName a,.PromoCardLogoOnTop-description a,.PromoCardLogoOnTop-location a,.PromoCarouselBoxedHeadline-authorName a,.PromoCarouselBoxedHeadline-description a,.PromoCarouselBoxedHeadline-location a,.PromoCarouselHeadline-authorName a,.PromoCarouselHeadline-description a,.PromoCarouselHeadline-location a,.PromoCarouselLargeImage-authorName a,.PromoCarouselLargeImage-description a,.PromoCarouselLargeImage-location a,.PromoEvent-authorName a,.PromoEvent-description a,.PromoEvent-location a,.PromoFlipCardIconQuote-authorName a,.PromoFlipCardIconQuote-description a,.PromoFlipCardIconQuote-location a,.PromoFlipCardImageButton-authorName a,.PromoFlipCardImageButton-description a,.PromoFlipCardImageButton-location a,.PromoFlipCardLogoButton-authorName a,.PromoFlipCardLogoButton-description a,.PromoFlipCardLogoButton-location a,.PromoFullWidth-authorName a,.PromoFullWidth-description a,.PromoFullWidth-Large-authorName a,.PromoFullWidth-Large-description a,.PromoFullWidth-Large-location a,.PromoFullWidth-location a,.PromoIconOnSide-authorName a,.PromoIconOnSide-description a,.PromoIconOnSide-location a,.PromoIconOnTopLarge-authorName a,.PromoIconOnTopLarge-description a,.PromoIconOnTopLarge-location a,.PromoIconOnTopSmall-authorName a,.PromoIconOnTopSmall-description a,.PromoIconOnTopSmall-location a,.PromoImage-authorName a,.PromoImage-description a,.PromoImage-location a,.PromoImageLarge-authorName a,.PromoImageLarge-description a,.PromoImageLarge-location a,.PromoImageMedium-authorName a,.PromoImageMedium-description a,.PromoImageMedium-location a,.PromoImageOnBottomLarge-authorName a,.PromoImageOnBottomLarge-description a,.PromoImageOnBottomLarge-location a,.PromoImageOnly-authorName a,.PromoImageOnly-description a,.PromoImageOnly-location a,.PromoImageOnTopLarge-authorName a,.PromoImageOnTopLarge-description a,.PromoImageOnTopLarge-location a,.PromoImageSmall-authorName a,.PromoImageSmall-description a,.PromoImageSmall-location a,.PromoImageThumbnail-authorName a,.PromoImageThumbnail-description a,.PromoImageThumbnail-location a,.PromoMetrics-authorName a,.PromoMetrics-description a,.PromoMetrics-location a,.PromoNotification-authorName a,.PromoNotification-description a,.PromoNotification-location a,.QuoteFullWidth-authorName a,.QuoteFullWidth-description a,.QuoteFullWidth-location a,.RichTextCard-authorName a,.RichTextCard-description a,.RichTextCard-location a{color:var(--primaryLinkColor)}.DirectoryEmployeePromo-authorName a:hover,.DirectoryEmployeePromo-description a:hover,.DirectoryEmployeePromo-location a:hover,.PromoAbstract-authorName a:hover,.PromoAbstract-description a:hover,.PromoAbstract-location a:hover,.PromoAthleticEvent-authorName a:hover,.PromoAthleticEvent-description a:hover,.PromoAthleticEvent-location a:hover,.PromoCardBackground-authorName a:hover,.PromoCardBackground-description a:hover,.PromoCardBackground-eventDate-authorName a:hover,.PromoCardBackground-eventDate-description a:hover,.PromoCardBackground-eventDate-location a:hover,.PromoCardBackground-location a:hover,.PromoCardImageOnly-authorName a:hover,.PromoCardImageOnly-description a:hover,.PromoCardImageOnly-location a:hover,.PromoCardImageOnlyLarge-authorName a:hover,.PromoCardImageOnlyLarge-description a:hover,.PromoCardImageOnlyLarge-location a:hover,.PromoCardImageOnSide-authorName a:hover,.PromoCardImageOnSide-description a:hover,.PromoCardImageOnSide-location a:hover,.PromoCardImageOnTop-authorName a:hover,.PromoCardImageOnTop-description a:hover,.PromoCardImageOnTop-location a:hover,.PromoCardImageOnTopLarge-authorName a:hover,.PromoCardImageOnTopLarge-description a:hover,.PromoCardImageOnTopLarge-eventDate-authorName a:hover,.PromoCardImageOnTopLarge-eventDate-description a:hover,.PromoCardImageOnTopLarge-eventDate-location a:hover,.PromoCardImageOnTopLarge-location a:hover,.PromoCardLogoOnBottom-authorName a:hover,.PromoCardLogoOnBottom-description a:hover,.PromoCardLogoOnBottom-location a:hover,.PromoCardLogoOnTop-authorName a:hover,.PromoCardLogoOnTop-description a:hover,.PromoCardLogoOnTop-location a:hover,.PromoCarouselBoxedHeadline-authorName a:hover,.PromoCarouselBoxedHeadline-description a:hover,.PromoCarouselBoxedHeadline-location a:hover,.PromoCarouselHeadline-authorName a:hover,.PromoCarouselHeadline-description a:hover,.PromoCarouselHeadline-location a:hover,.PromoCarouselLargeImage-authorName a:hover,.PromoCarouselLargeImage-description a:hover,.PromoCarouselLargeImage-location a:hover,.PromoEvent-authorName a:hover,.PromoEvent-description a:hover,.PromoEvent-location a:hover,.PromoFlipCardIconQuote-authorName a:hover,.PromoFlipCardIconQuote-description a:hover,.PromoFlipCardIconQuote-location a:hover,.PromoFlipCardImageButton-authorName a:hover,.PromoFlipCardImageButton-description a:hover,.PromoFlipCardImageButton-location a:hover,.PromoFlipCardLogoButton-authorName a:hover,.PromoFlipCardLogoButton-description a:hover,.PromoFlipCardLogoButton-location a:hover,.PromoFullWidth-authorName a:hover,.PromoFullWidth-description a:hover,.PromoFullWidth-Large-authorName a:hover,.PromoFullWidth-Large-description a:hover,.PromoFullWidth-Large-location a:hover,.PromoFullWidth-location a:hover,.PromoIconOnSide-authorName a:hover,.PromoIconOnSide-description a:hover,.PromoIconOnSide-location a:hover,.PromoIconOnTopLarge-authorName a:hover,.PromoIconOnTopLarge-description a:hover,.PromoIconOnTopLarge-location a:hover,.PromoIconOnTopSmall-authorName a:hover,.PromoIconOnTopSmall-description a:hover,.PromoIconOnTopSmall-location a:hover,.PromoImage-authorName a:hover,.PromoImage-description a:hover,.PromoImage-location a:hover,.PromoImageLarge-authorName a:hover,.PromoImageLarge-description a:hover,.PromoImageLarge-location a:hover,.PromoImageMedium-authorName a:hover,.PromoImageMedium-description a:hover,.PromoImageMedium-location a:hover,.PromoImageOnBottomLarge-authorName a:hover,.PromoImageOnBottomLarge-description a:hover,.PromoImageOnBottomLarge-location a:hover,.PromoImageOnly-authorName a:hover,.PromoImageOnly-description a:hover,.PromoImageOnly-location a:hover,.PromoImageOnTopLarge-authorName a:hover,.PromoImageOnTopLarge-description a:hover,.PromoImageOnTopLarge-location a:hover,.PromoImageSmall-authorName a:hover,.PromoImageSmall-description a:hover,.PromoImageSmall-location a:hover,.PromoImageThumbnail-authorName a:hover,.PromoImageThumbnail-description a:hover,.PromoImageThumbnail-location a:hover,.PromoMetrics-authorName a:hover,.PromoMetrics-description a:hover,.PromoMetrics-location a:hover,.PromoNotification-authorName a:hover,.PromoNotification-description a:hover,.PromoNotification-location a:hover,.QuoteFullWidth-authorName a:hover,.QuoteFullWidth-description a:hover,.QuoteFullWidth-location a:hover,.RichTextCard-authorName a:hover,.RichTextCard-description a:hover,.RichTextCard-location a:hover{color:var(--primaryLinkHoverColor)}.hide-category .promo-category,.hide-category .PromoCardTextOnly-sourceName,.hide-category .PromoCardTextOnly-sourceText,.hide-description .promo-description,.hide-description .PromoMetrics-description,.hide-divider .promo-divider,.hide-read-time .promo-duration,.hide-title .metrics-title,.hide-title .promo-title,.hide-title .PromoMetrics-title,:not(.hide-byline) .promo-author,:not(.hide-byline) .promo-byline,:not(.hide-byline) .PromoAuthor div[class$=-authorName],:not(.hide-byline) .PromoAuthor div[class$=-date],:not(.hide-byline) .PromoCardBackground-author div[class$=-authorName],:not(.hide-byline) .PromoCardBackground-author div[class$=-date],:not(.hide-byline) .PromoCardImageOnSide-authorInfo div[class$=-authorName],:not(.hide-byline) .PromoCardImageOnSide-authorInfo div[class$=-date],:not(.hide-byline) .PromoCardImageOnTop-author div[class$=-authorName],:not(.hide-byline) .PromoCardImageOnTop-author div[class$=-date],:not(.hide-byline) .PromoCardImageOnTopLarge-author div[class$=-authorName],:not(.hide-byline) .PromoCardImageOnTopLarge-author div[class$=-date]{display:none}.PromoImage,.PromoImageLarge,.PromoImageMedium,.PromoImageSmall,.PromoImageThumbnail{box-shadow:none!important;background-color:transparent}.PromoImage .Footer-navigationItem .NavigationItem-text a,.PromoImage .Footer .RichTextModule-title a,.PromoImage .metrics-title a,.PromoImage .promo-title-large a,.PromoImage .promo-title-small a,.PromoImage .promo-title a,.PromoImage .PromoMetrics-title a,.PromoImageLarge .promo-title-large a,.PromoImageLarge .promo-title-small a,.PromoImageLarge .promo-title a,.PromoImageMedium .promo-title-large a,.PromoImageMedium .promo-title-small a,.PromoImageMedium .promo-title a,.PromoImageSmall .promo-title-large a,.PromoImageSmall .promo-title-small a,.PromoImageSmall .promo-title a,.PromoImageThumbnail .promo-title-large a,.PromoImageThumbnail .promo-title-small a,.PromoImageThumbnail .promo-title a{color:var(--primaryTextColor)}.PromoImage .Footer-navigationItem .NavigationItem-text a:hover,.PromoImage .Footer .RichTextModule-title a:hover,.PromoImage .metrics-title a:hover,.PromoImage .promo-title-large a:hover,.PromoImage .promo-title-small a:hover,.PromoImage .promo-title a:hover,.PromoImage .PromoMetrics-title a:hover,.PromoImageLarge .promo-title-large a:hover,.PromoImageLarge .promo-title-small a:hover,.PromoImageLarge .promo-title a:hover,.PromoImageMedium .promo-title-large a:hover,.PromoImageMedium .promo-title-small a:hover,.PromoImageMedium .promo-title a:hover,.PromoImageSmall .promo-title-large a:hover,.PromoImageSmall .promo-title-small a:hover,.PromoImageSmall .promo-title a:hover,.PromoImageThumbnail .promo-title-large a:hover,.PromoImageThumbnail .promo-title-small a:hover,.PromoImageThumbnail .promo-title a:hover{color:var(--primaryLinkHoverColor)}.text-left .PromoImage .promo-content,.text-left .PromoImageLarge .promo-content,.text-left .PromoImageMedium .promo-content,.text-left .PromoImageSmall .promo-content,.text-left .PromoImageThumbnail .promo-content{-ms-flex-align:start;align-items:flex-start}.text-center .PromoImage .promo-content,.text-center .PromoImageLarge .promo-content,.text-center .PromoImageMedium .promo-content,.text-center .PromoImageSmall .promo-content,.text-center .PromoImageThumbnail .promo-content{-ms-flex-align:center;align-items:center}.text-right .PromoImage .promo-content,.text-right .PromoImageLarge .promo-content,.text-right .PromoImageMedium .promo-content,.text-right .PromoImageSmall .promo-content,.text-right .PromoImageThumbnail .promo-content{-ms-flex-align:end;align-items:flex-end}.PromoImage .promo-nameAndDate>div,.PromoImage .promo-nameAndDate>span,.PromoImageLarge .promo-nameAndDate>div,.PromoImageLarge .promo-nameAndDate>span,.PromoImageMedium .promo-nameAndDate>div,.PromoImageMedium .promo-nameAndDate>span,.PromoImageSmall .promo-nameAndDate>div,.PromoImageSmall .promo-nameAndDate>span,.PromoImageThumbnail .promo-nameAndDate>div,.PromoImageThumbnail .promo-nameAndDate>span{display:inline-block}.PromoImage .promo-nameAndDate .author:after,.PromoImageLarge .promo-nameAndDate .author:after,.PromoImageMedium .promo-nameAndDate .author:after,.PromoImageSmall .promo-nameAndDate .author:after,.PromoImageThumbnail .promo-nameAndDate .author:after{content:",";display:inline-block;padding-right:5px}.PromoImage .promo-cta,.PromoImageLarge .promo-cta,.PromoImageMedium .promo-cta,.PromoImageSmall .promo-cta,.PromoImageThumbnail .promo-cta{margin-top:20px}.PromoFullWidth,.PromoFullWidth-Large{box-shadow:none!important;z-index:0;padding:40px;width:100%;display:-ms-flexbox;display:flex;min-height:320px;background-size:cover;background-position:50%}.PromoFullWidth-Large.hide-backround-image,.PromoFullWidth.hide-backround-image{background-image:none!important}.PromoFullWidth-container,.PromoFullWidth-content,.PromoFullWidth-Large-container,.PromoFullWidth-Large-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}.PromoFullWidth-content,.PromoFullWidth-Large-content{-ms-flex-direction:column;flex-direction:column;text-align:center}.PromoFullWidth-Large-title,.PromoFullWidth-title{margin-bottom:20px;word-break:normal}.PromoFullWidth-description,.PromoFullWidth-Large-description{display:none}.PromoFullWidth-Large .promo-description,.PromoFullWidth .promo-description,.PromoFullWidth .PromoMetrics-description{color:currentColor}@media only screen and (min-width:768px){.PromoFullWidth,.PromoFullWidth-Large{padding:40px;min-height:320px}.PromoFullWidth-content,.PromoFullWidth-Large-content{max-width:320px;-ms-flex-align:initial;align-items:normal;text-align:inherit}.content-vertical-top .PromoFullWidth-container,.content-vertical-top .PromoFullWidth-Large-container{-ms-flex-align:start;align-items:flex-start}.content-vertical-center .PromoFullWidth-container,.content-vertical-center .PromoFullWidth-Large-container{-ms-flex-align:center;align-items:center}.content-vertical-bottom .PromoFullWidth-container,.content-vertical-bottom .PromoFullWidth-Large-container{-ms-flex-align:end;align-items:flex-end}.content-horizontal-left .PromoFullWidth-container,.content-horizontal-left .PromoFullWidth-Large-container{-ms-flex-pack:start;justify-content:flex-start}.content-horizontal-center .PromoFullWidth-container,.content-horizontal-center .PromoFullWidth-Large-container{-ms-flex-pack:center;justify-content:center}.content-horizontal-right .PromoFullWidth-container,.content-horizontal-right .PromoFullWidth-Large-container{-ms-flex-pack:end;justify-content:flex-end}}@media only screen and (min-width:1024px){.PromoFullWidth,.PromoFullWidth-Large{min-height:360px;padding:40px 50px}.PromoFullWidth-Large-title,.PromoFullWidth-title{margin-bottom:10px}.PromoFullWidth-content,.PromoFullWidth-Large-content{max-width:400px}.PromoFullWidth-description,.PromoFullWidth-Large-description{display:block;font-weight:700;font-size:18px}.PromoFullWidth-cta,.PromoFullWidth-Large-cta{margin-top:20px}}@media only screen and (min-width:1440px){.PromoFullWidth,.PromoFullWidth-Large{min-height:420px;padding:100px 0}.PromoFullWidth-content,.PromoFullWidth-Large-content{max-width:480px}.content-center .PromoFullWidth-container,.content-center .PromoFullWidth-Large-container,.content-left .PromoFullWidth-container,.content-left .PromoFullWidth-Large-container,.content-right .PromoFullWidth-container,.content-right .PromoFullWidth-Large-container{margin:0 auto}}.PromoFullWidth-Large{z-index:0}.PromoFullWidth-Large-title{font-size:40px;margin-bottom:20px}.PromoFullWidth-Large-description{display:block;font-size:18px;margin-bottom:20px;font-weight:700}@media only screen and (min-width:768px){.PromoFullWidth-Large-title{font-size:48px}.PromoFullWidth-Large-description{font-size:20px}}@media only screen and (min-width:1024px){.PromoFullWidth-Large-description{font-size:22px}[data-show-description=true] .PromoFullWidth-Large-description{display:block}.PromoFullWidth-Large-title{font-size:60px}}@media only screen and (min-width:1440px){.PromoFullWidth-Large{min-height:640px}}.PromoVerticalImage{display:-ms-grid;display:grid;grid-gap:20px;-ms-grid-column-align:start;justify-items:start}.PromoVerticalImage.no-media{-ms-grid-columns:auto;grid-template-columns:auto}.PromoVerticalImage-content{text-align:left}.PromoVerticalImage-title{font-size:24px;font-weight:700;line-height:1.20833333}.PromoVerticalImage-jobTitle{font-weight:700;font-size:17px;line-height:1.23529412;color:#333}.PromoVerticalImage-contactDetails{margin-top:11px}.PromoVerticalImage-address,.PromoVerticalImage-groups,.PromoVerticalImage-phoneNumber{font-size:16px;line-height:1.25;color:#666}@media only screen and (min-width:768px){.PromoVerticalImage{-ms-grid-columns:150px auto;grid-template-columns:150px auto}.PromoVerticalImage.no-media{padding-left:170px}}@media only screen and (min-width:1024px){.PromoVerticalImage{-ms-grid-columns:110px auto;grid-template-columns:110px auto;grid-gap:17px}.PromoVerticalImage.no-media{padding-left:130px}.ListVerticalImage[data-column-count="2"] .PromoVerticalImage{-ms-grid-columns:150px auto;grid-template-columns:150px auto;grid-gap:20px}.ListVerticalImage[data-column-count="4"] .PromoVerticalImage{-ms-grid-columns:auto;grid-template-columns:auto;grid-gap:20px}}.PromoIconOnSide{box-shadow:none!important;display:-ms-flexbox;display:flex}.PromoIconOnSide.align-items-center{-ms-flex-align:center;align-items:center}.PromoIconOnSide.icon-bottom,.PromoIconOnSide.icon-top{-ms-flex-direction:column;flex-direction:column}.PromoIconOnSide-content{max-width:500px}.PromoIconOnSide-title{margin-bottom:5px}.PromoIconOnSide-cta{margin-top:5px}.PromoIconOnSide-media{-ms-flex-negative:0;flex-shrink:0;margin-right:10px}.icon-right .PromoIconOnSide-media{margin-left:10px;margin-right:0;-ms-flex-order:2;order:2}.icon-top .PromoIconOnSide-media{margin:0 0 10px}.icon-bottom .PromoIconOnSide-media{-ms-flex-order:2;order:2;margin:10px 0 0}.PromoIconOnSide-media img{max-height:30px;max-width:30px}@media only screen and (min-width:1024px){.PromoIconOnSide-media{margin-right:15px}.icon-right .PromoIconOnSide-media{margin-left:15px}.icon-top .PromoIconOnSide-media{margin:0 0 15px}.icon-bottom .PromoIconOnSide-media{margin:15px 0 0}.PromoIconOnSide-media img{max-height:45px;max-width:45px}.PromoIconOnSide-cta{margin-top:10px}}.PromoIconOnTopLarge{max-width:196px;margin-left:auto;margin-right:auto}.PromoIconOnTopLarge-media{margin:0 20px 20px}.text-right .PromoIconOnTopLarge-media{margin-right:0}.text-left .PromoIconOnTopLarge-media{margin-left:0}.PromoIconOnTopLarge-title{margin-bottom:5px}.PromoIconOnTopLarge-description{margin-bottom:20px}@media only screen and (min-width:768px){.PromoIconOnTopLarge{max-width:unset}.PromoIconOnTopLarge-title{margin-bottom:10px}}@media only screen and (min-width:1024px){.PromoIconOnTopLarge{max-width:300px;margin:auto}}.PromoIconOnTopSmall{max-width:120px;margin-left:auto;margin-right:auto}.PromoIconOnTopSmall-media{margin-bottom:13.33333333px}.PromoIconOnTopSmall-media img{max-width:60px}.PromoIconOnTopSmall-cta{margin-top:13.33333333px}@media only screen and (min-width:768px){.PromoIconOnTopSmall{max-width:150px}.PromoIconOnTopSmall-media{margin-bottom:20px}}@media only screen and (min-width:1024px){.PromoIconOnTopSmall-media img{max-width:80px}}.PromoImageOnly{box-shadow:none;text-align:center}.PromoImageOnly-media{line-height:0;margin:auto}.PromoImageOnTopCircular{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:130px;margin-left:auto;margin-right:auto}.PromoImageOnTopCircular-media{margin:0 auto 10px}.PromoImageOnTopCircular-media img{border-radius:100%;max-width:80px}.image-bottom .PromoImageOnTopCircular-media{margin:10px auto 0;-ms-flex-order:2;order:2}.PromoImageOnTopCircular-title{margin-bottom:10px}.PromoImageOnTopCircular-cta{margin-top:10px}@media only screen and (min-width:768px){.PromoImageOnTopCircular{width:196px}.PromoImageOnTopCircular-media img{max-width:120px}}@media only screen and (min-width:1024px){.PromoImageOnTopCircular{width:180px}}@media only screen and (min-width:1440px){.PromoImageOnTopCircular{width:235px}}.PromoImageOnBottomLarge{padding:40px 20px}.PromoImageOnBottomLarge.promo-has-dropshadow{box-shadow:none}.PromoImageOnBottomLarge-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:700px;margin-left:auto;margin-right:auto}.PromoImageOnBottomLarge-category{margin-bottom:10px}.PromoImageOnBottomLarge-cta{margin-top:20px}.PromoImageOnBottomLarge-title{margin-bottom:10px}.PromoImageOnBottomLarge-media{position:relative;max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:20px}.PromoImageOnBottomLarge-media img{display:block}.promo-has-dropshadow .PromoImageOnBottomLarge-media img{box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}@media only screen and (min-width:768px){.PromoImageOnBottomLarge{padding:60px 50px}.PromoImageOnBottomLarge-media{margin-bottom:30px}}@media only screen and (min-width:1024px){.PromoImageOnBottomLarge{padding:80px 60px}.PromoImageOnBottomLarge-media{margin-bottom:40px}}.PromoImageOnBottomLarge-media{margin-top:20px;margin-bottom:0}@media only screen and (min-width:768px){.PromoImageOnBottomLarge-media{margin-top:30px}}@media only screen and (min-width:1024px){.PromoImageOnBottomLarge-media{margin-top:40px}}.PromoImageOnSideLarge{padding:40px 20px}.PromoImageOnSideLarge.promo-has-dropshadow{box-shadow:none}.PromoImageOnSideLarge-title{margin-bottom:10px}.PromoImageOnSideLarge-description{margin-bottom:20px}.PromoImageOnSideLarge .promo-items{margin-bottom:30px}.PromoImageOnSideLarge-media,.PromoImageOnSideLarge .promo-items-item:not(:last-child){margin-bottom:20px}.PromoImageOnSideLarge-media img{display:block}.promo-has-dropshadow .PromoImageOnSideLarge-media img{box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}@media only screen and (min-width:768px){.PromoImageOnSideLarge{padding:60px 50px}.PromoImageOnSideLarge-container,.PromoImageOnSideLarge-content{display:-ms-flexbox;display:flex}.PromoImageOnSideLarge-content{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.PromoImageOnSideLarge-media{-ms-flex-negative:0;flex-shrink:0;max-width:334px;margin:0 40px 0 0}.image-right .PromoImageOnSideLarge-media{margin:0 0 0 40px;-ms-flex-order:1;order:1}}@media only screen and (min-width:1024px){.PromoImageOnSideLarge{padding:80px 42px}.PromoImageOnSideLarge-title{margin-bottom:20px}.PromoImageOnSideLarge-media{max-width:470px;margin:0 40px 0 0}.image-right .PromoImageOnSideLarge-media{margin:0 0 0 40px}}@media only screen and (min-width:1440px){.PromoImageOnSideLarge{padding:80px 100px}.PromoImageOnSideLarge-media{max-width:620px;margin:0 60px 0 0}.image-right .PromoImageOnSideLarge-media{margin:0 0 0 60px}}@media only screen and (min-width:1024px){.Page-main.with-aside .PromoImageOnSideLarge-media{max-width:334px}}@media only screen and (min-width:1440px){.Page-main.with-aside .PromoImageOnSideLarge-media{max-width:334px}}.PromoImageOnTopLarge{padding:40px 20px}.PromoImageOnTopLarge.promo-has-dropshadow{box-shadow:none}.PromoImageOnTopLarge-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:700px;margin-left:auto;margin-right:auto}.PromoImageOnTopLarge-category{margin-bottom:10px}.PromoImageOnTopLarge-cta{margin-top:20px}.PromoImageOnTopLarge-title{margin-bottom:10px}.PromoImageOnTopLarge-media{position:relative;max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:20px}.PromoImageOnTopLarge-media img{display:block}.promo-has-dropshadow .PromoImageOnTopLarge-media img{box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}@media only screen and (min-width:768px){.PromoImageOnTopLarge{padding:60px 50px}.PromoImageOnTopLarge-media{margin-bottom:30px}}@media only screen and (min-width:1024px){.PromoImageOnTopLarge{padding:80px 60px}.PromoImageOnTopLarge-media{margin-bottom:40px}}.PromoImageSmall-content{display:-ms-grid;display:grid;-ms-grid-columns:auto 1fr auto;grid-template-columns:auto 1fr auto;grid-template-areas:". category ." "picture_left title picture_right" "picture_left description picture_right"}.PromoImageSmall-category,.PromoImageSmall-title{margin-bottom:10px}.PromoImageSmall-category{grid-area:category}.PromoImageSmall-title{grid-area:title}.PromoImageSmall-description{grid-area:description;font-size:var(--body-text);line-height:1.5}.PromoImageSmall-description .textStyleSpec-md,.PromoImageSmall-description .textStyleSpec-sm{font-size:1.6rem}.PromoImageSmall-description .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.PromoImageSmall-description{line-height:1.67}}.PromoImageSmall-description h2,.PromoImageSmall-description h3,.PromoImageSmall-description h4,.PromoImageSmall-description h5,.PromoImageSmall-description h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.PromoImageSmall-description .cms-textAlign-right{text-align:right}.PromoImageSmall-description .cms-textAlign-left{text-align:left}.PromoImageSmall-description .cms-textAlign-center{text-align:center}.PromoImageSmall-description .cms-textAlign-center ol,.PromoImageSmall-description .cms-textAlign-center ul,.PromoImageSmall-description .cms-textAlign-right ol,.PromoImageSmall-description .cms-textAlign-right ul,.PromoImageSmall-description .text-center ol,.PromoImageSmall-description .text-center ul,.PromoImageSmall-description .text-right ol,.PromoImageSmall-description .text-right ul{list-style-position:inside}.PromoImageSmall-description .cms-text-helpers-no-wrap{white-space:nowrap}.PromoImageSmall-description:after{content:"";display:table;clear:both}.PromoImageSmall-description>ol a:not(.btn),.PromoImageSmall-description>ul a:not(.btn),.PromoImageSmall-description p>ol a:not(.btn),.PromoImageSmall-description p>ul a:not(.btn),.PromoImageSmall-description p a:not(.btn){color:var(--primaryLinkColor);text-decoration:none}.PromoImageSmall-description>ol a:not(.btn):hover,.PromoImageSmall-description>ul a:not(.btn):hover,.PromoImageSmall-description p>ol a:not(.btn):hover,.PromoImageSmall-description p>ul a:not(.btn):hover,.PromoImageSmall-description p a:not(.btn):hover{color:var(--primaryLinkHoverColor);text-decoration:underline}.PromoImageSmall-description .AuthorPage-paginationButton,.PromoImageSmall-description .BrandPage-paginationButton,.PromoImageSmall-description .btn,.PromoImageSmall-description .CountryPage-paginationButton,.PromoImageSmall-description .DirectorySearchPage-export-btn a,.PromoImageSmall-description .EventCalendarDayPage-export-btn a,.PromoImageSmall-description .EventCalendarMonthPage-export-btn a,.PromoImageSmall-description .EventCategoryPage-paginationButton,.PromoImageSmall-description .EventPage-addToCalendar .FavoriteButton,.PromoImageSmall-description .Footer .RichTextModule-cta a,.PromoImageSmall-description .Header-customButton>a,.PromoImageSmall-description .List .List-paginationButton,.PromoImageSmall-description .ListAbstract .List-paginationButton,.PromoImageSmall-description .ListAccordion .List-paginationButton,.PromoImageSmall-description .ListAthleticEvent .List-paginationButton,.PromoImageSmall-description .ListCard .List-paginationButton,.PromoImageSmall-description .ListCardBackground .List-paginationButton,.PromoImageSmall-description .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageSmall-description .ListCardImageOnly .List-paginationButton,.PromoImageSmall-description .ListCardImageOnSide .List-paginationButton,.PromoImageSmall-description .ListCardImageOnTop .List-paginationButton,.PromoImageSmall-description .ListCardLogoBottom .List-paginationButton,.PromoImageSmall-description .ListCardLogoTop .List-paginationButton,.PromoImageSmall-description .ListCardQuote .List-paginationButton,.PromoImageSmall-description .ListCardTextOnly .List-paginationButton,.PromoImageSmall-description .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageSmall-description .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageSmall-description .ListEvents .List-paginationButton,.PromoImageSmall-description .ListHighlightA .List-paginationButton,.PromoImageSmall-description .ListIconOnSide .List-paginationButton,.PromoImageSmall-description .ListIconOnTopLarge .List-paginationButton,.PromoImageSmall-description .ListIconOnTopSmall .List-paginationButton,.PromoImageSmall-description .ListImageLarge .List-paginationButton,.PromoImageSmall-description .ListImageMedium .List-paginationButton,.PromoImageSmall-description .ListImageOnTopCircular .List-paginationButton,.PromoImageSmall-description .ListImageSmall .List-paginationButton,.PromoImageSmall-description .ListImageThumbnail .List-paginationButton,.PromoImageSmall-description .ListLinks .List-paginationButton,.PromoImageSmall-description .ListLogoOnly .List-paginationButton,.PromoImageSmall-description .ListMetrics .List-paginationButton,.PromoImageSmall-description .ListSchedule .List-paginationButton,.PromoImageSmall-description .ListSpeechPromo .List-paginationButton,.PromoImageSmall-description .ListTagCloud .List-paginationButton,.PromoImageSmall-description .ListUpcomingEvents .List-paginationButton,.PromoImageSmall-description .ListVerticalImage .List-paginationButton,.PromoImageSmall-description .ProductPage-paginationButton,.PromoImageSmall-description .SearchResultsPage-export-btn a,.PromoImageSmall-description .SectionPage-paginationButton,.PromoImageSmall-description .SocialList .List-paginationButton,.PromoImageSmall-description .TagPage-paginationButton,.PromoImageSmall-description .TaxonomyPage-paginationButton,.PromoImageSmall-description .TopicPage-paginationButton{margin:10px 10px 10px 0}.PromoImageSmall-description .cms-textAlign-right .AuthorPage-paginationButton,.PromoImageSmall-description .cms-textAlign-right .BrandPage-paginationButton,.PromoImageSmall-description .cms-textAlign-right .btn,.PromoImageSmall-description .cms-textAlign-right .CountryPage-paginationButton,.PromoImageSmall-description .cms-textAlign-right .DirectorySearchPage-export-btn a,.PromoImageSmall-description .cms-textAlign-right .EventCalendarDayPage-export-btn a,.PromoImageSmall-description .cms-textAlign-right .EventCalendarMonthPage-export-btn a,.PromoImageSmall-description .cms-textAlign-right .EventCategoryPage-paginationButton,.PromoImageSmall-description .cms-textAlign-right .EventPage-addToCalendar .FavoriteButton,.PromoImageSmall-description .cms-textAlign-right .Footer .RichTextModule-cta a,.PromoImageSmall-description .cms-textAlign-right .Header-customButton>a,.PromoImageSmall-description .cms-textAlign-right .List .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListAbstract .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListAccordion .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListAthleticEvent .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCard .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCardBackground .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCardImageOnly .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCardImageOnSide .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCardImageOnTop .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCardLogoBottom .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCardLogoTop .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCardQuote .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCardTextOnly .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListEvents .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListHighlightA .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListIconOnSide .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListIconOnTopLarge .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListIconOnTopSmall .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListImageLarge .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListImageMedium .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListImageOnTopCircular .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListImageSmall .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListImageThumbnail .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListLinks .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListLogoOnly .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListMetrics .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListSchedule .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListSpeechPromo .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListTagCloud .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListUpcomingEvents .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ListVerticalImage .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .ProductPage-paginationButton,.PromoImageSmall-description .cms-textAlign-right .SearchResultsPage-export-btn a,.PromoImageSmall-description .cms-textAlign-right .SectionPage-paginationButton,.PromoImageSmall-description .cms-textAlign-right .SocialList .List-paginationButton,.PromoImageSmall-description .cms-textAlign-right .TagPage-paginationButton,.PromoImageSmall-description .cms-textAlign-right .TaxonomyPage-paginationButton,.PromoImageSmall-description .cms-textAlign-right .TopicPage-paginationButton{margin:10px 0 10px 10px}.PromoImageSmall-description .cms-textAlign-center .AuthorPage-paginationButton,.PromoImageSmall-description .cms-textAlign-center .BrandPage-paginationButton,.PromoImageSmall-description .cms-textAlign-center .btn,.PromoImageSmall-description .cms-textAlign-center .CountryPage-paginationButton,.PromoImageSmall-description .cms-textAlign-center .DirectorySearchPage-export-btn a,.PromoImageSmall-description .cms-textAlign-center .EventCalendarDayPage-export-btn a,.PromoImageSmall-description .cms-textAlign-center .EventCalendarMonthPage-export-btn a,.PromoImageSmall-description .cms-textAlign-center .EventCategoryPage-paginationButton,.PromoImageSmall-description .cms-textAlign-center .EventPage-addToCalendar .FavoriteButton,.PromoImageSmall-description .cms-textAlign-center .Footer .RichTextModule-cta a,.PromoImageSmall-description .cms-textAlign-center .Header-customButton>a,.PromoImageSmall-description .cms-textAlign-center .List .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListAbstract .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListAccordion .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListAthleticEvent .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCard .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCardBackground .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCardImageOnly .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCardImageOnSide .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCardImageOnTop .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCardLogoBottom .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCardLogoTop .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCardQuote .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCardTextOnly .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListEvents .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListHighlightA .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListIconOnSide .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListIconOnTopLarge .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListIconOnTopSmall .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListImageLarge .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListImageMedium .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListImageOnTopCircular .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListImageSmall .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListImageThumbnail .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListLinks .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListLogoOnly .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListMetrics .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListSchedule .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListSpeechPromo .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListTagCloud .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListUpcomingEvents .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ListVerticalImage .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .ProductPage-paginationButton,.PromoImageSmall-description .cms-textAlign-center .SearchResultsPage-export-btn a,.PromoImageSmall-description .cms-textAlign-center .SectionPage-paginationButton,.PromoImageSmall-description .cms-textAlign-center .SocialList .List-paginationButton,.PromoImageSmall-description .cms-textAlign-center .TagPage-paginationButton,.PromoImageSmall-description .cms-textAlign-center .TaxonomyPage-paginationButton,.PromoImageSmall-description .cms-textAlign-center .TopicPage-paginationButton{margin:10px 5px}.PromoImageSmall-description>ul,.PromoImageSmall-description p>ul{list-style:disc;padding:0 0 0 40px;margin:20px 0}.PromoImageSmall-description>ul li>ol,.PromoImageSmall-description>ul li>ul,.PromoImageSmall-description p>ul li>ol,.PromoImageSmall-description p>ul li>ul{padding:0 0 0 40px}.PromoImageSmall-description>ol,.PromoImageSmall-description p>ol{padding:0 0 0 40px;margin:20px 0}.PromoImageSmall-description>ol li>ol,.PromoImageSmall-description>ol li>ul,.PromoImageSmall-description p>ol li>ol,.PromoImageSmall-description p>ol li>ul{padding:0 0 0 40px}.PromoImageSmall-description p{margin:30px 0}.PromoImageSmall-description p:first-of-type{margin-top:0}.PromoImageSmall-description p:last-of-type{margin-bottom:0}.PromoImageSmall-description h2,.PromoImageSmall-description h3,.PromoImageSmall-description h4,.PromoImageSmall-description h5,.PromoImageSmall-description h6{color:var(--primaryColor);line-height:1.3}.PromoImageSmall-description h2{font-size:2em;font-weight:500;margin:1.25em 0 .75em}.PromoImageSmall-description h3{font-size:1.33333em;font-weight:700}.PromoImageSmall-description h4{font-size:1.11111em;text-transform:uppercase}.PromoImageSmall-description h5{font-weight:500}.PromoImageSmall-description h6{font-weight:300;font-style:italic}.PromoImageSmall-description h5,.PromoImageSmall-description h6{font-size:1em}.PromoImageSmall-description h3,.PromoImageSmall-description h4,.PromoImageSmall-description h5,.PromoImageSmall-description h6{margin:.75em 0}.PromoImageSmall-description bsp-citation{margin-left:-1in;text-indent:-.5in;padding-left:2em}.PromoImageSmall-description table{word-break:normal;display:block;margin:40px 0;border-collapse:collapse;overflow-x:auto;width:100%;table-layout:auto;font-size:18px;line-height:30px}.PromoImageSmall-description table th{font-weight:700}.PromoImageSmall-description table td,.PromoImageSmall-description table th{border:1px solid var(--mediumGrey);text-align:left;vertical-align:top;line-height:1.4}.PromoImageSmall-description table tr:first-child td,.PromoImageSmall-description table tr:first-child th{border-top-width:0}.PromoImageSmall-description table tr:last-child td,.PromoImageSmall-description table tr:last-child th{border-bottom-width:0}.PromoImageSmall-description table thead tr:last-child td,.PromoImageSmall-description table thead tr:last-child th{border-bottom-width:2px}.PromoImageSmall-description table tfoot tr:first-child td,.PromoImageSmall-description table tfoot tr:first-child th{border-top-width:2px}.PromoImageSmall-description table td,.PromoImageSmall-description table th{padding:.75em 1.25em}.PromoImageSmall-description table td:first-child,.PromoImageSmall-description table th:first-child{padding-left:.25em;border-left-width:0}.PromoImageSmall-description table td:last-child,.PromoImageSmall-description table th:last-child{padding-right:.25em;border-right-width:0}.PromoImageSmall-description table.tight td,.PromoImageSmall-description table.tight th{padding:.5em 1.25em}.PromoImageSmall-description table.tight td:first-child,.PromoImageSmall-description table.tight th:first-child{padding-left:.25em;border-left-width:0}.PromoImageSmall-description table.tight td:last-child,.PromoImageSmall-description table.tight th:last-child{padding-right:.25em;border-right-width:0}.PromoImageSmall-description table.very-tight td,.PromoImageSmall-description table.very-tight th{padding:.25em 1.25em}.PromoImageSmall-description table.very-tight td:first-child,.PromoImageSmall-description table.very-tight th:first-child{padding-left:.25em;border-left-width:0}.PromoImageSmall-description table.very-tight td:last-child,.PromoImageSmall-description table.very-tight th:last-child{padding-right:.25em;border-right-width:0}.PromoImageSmall-description table.no-borders td,.PromoImageSmall-description table.no-borders th{border:0}.PromoImageSmall-description ol ol{list-style-type:lower-alpha}.PromoImageSmall-description ul ul{list-style-type:circle}.PromoImageSmall-description ul ul ul{list-style-type:square}.PromoImageSmall-authorNameAndDate{margin-bottom:15px;font-size:12px;line-height:1.25;letter-spacing:1px;font-weight:300}.PromoImageSmall-media{max-width:90px;float:left;margin:0 10px 10px 0;grid-area:picture_left}.image-right .PromoImageSmall-media{grid-area:picture_right;margin:0 0 10px 10px}.PromoImageSmall-media img{display:block;width:90px;height:90px;-o-object-fit:cover;object-fit:cover}.PromoImageSmall[data-image-style-circular] .PromoImageSmall-media .Image{border-radius:50%}@media only screen and (min-width:768px){.PromoImageSmall-authorNameAndDate{margin-bottom:20px}.PromoImageSmall-media{max-width:200px;margin:0 20px 20px 0}.image-right .PromoImageSmall-media{margin:0 0 20px 20px}.PromoImageSmall-media img{display:block;width:inherit;height:inherit;-o-object-fit:inherit;object-fit:inherit}}.PromoImageSmallCircular-media .Image{border-radius:50%}[data-image-style-horizontal] .PromoImageSmallCircular-media .Image,[data-image-style-square] .PromoImageSmallCircular-media .Image,[data-image-style-vertical] .PromoImageSmallCircular-media .Image{border-radius:0}.PromoImageMedium-content{display:-ms-grid;display:grid;-ms-grid-columns:auto;grid-template-columns:auto;grid-template-areas:"category" "title" "picture_left" "picture_right" "description"}.PromoImageMedium-category,.PromoImageMedium-title{margin-bottom:10px}.PromoImageMedium-category{grid-area:category}.PromoImageMedium-title{grid-area:title}.PromoImageMedium-description{font-size:var(--body-text);line-height:1.5;grid-area:description}.PromoImageMedium-description .textStyleSpec-md,.PromoImageMedium-description .textStyleSpec-sm{font-size:1.6rem}.PromoImageMedium-description .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.PromoImageMedium-description{line-height:1.67}}.PromoImageMedium-description h2,.PromoImageMedium-description h3,.PromoImageMedium-description h4,.PromoImageMedium-description h5,.PromoImageMedium-description h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.PromoImageMedium-description .cms-textAlign-right{text-align:right}.PromoImageMedium-description .cms-textAlign-left{text-align:left}.PromoImageMedium-description .cms-textAlign-center{text-align:center}.PromoImageMedium-description .cms-textAlign-center ol,.PromoImageMedium-description .cms-textAlign-center ul,.PromoImageMedium-description .cms-textAlign-right ol,.PromoImageMedium-description .cms-textAlign-right ul,.PromoImageMedium-description .text-center ol,.PromoImageMedium-description .text-center ul,.PromoImageMedium-description .text-right ol,.PromoImageMedium-description .text-right ul{list-style-position:inside}.PromoImageMedium-description .cms-text-helpers-no-wrap{white-space:nowrap}.PromoImageMedium-description:after{content:"";display:table;clear:both}.PromoImageMedium-description>ol a:not(.btn),.PromoImageMedium-description>ul a:not(.btn),.PromoImageMedium-description p>ol a:not(.btn),.PromoImageMedium-description p>ul a:not(.btn),.PromoImageMedium-description p a:not(.btn){color:var(--primaryLinkColor);text-decoration:none}.PromoImageMedium-description>ol a:not(.btn):hover,.PromoImageMedium-description>ul a:not(.btn):hover,.PromoImageMedium-description p>ol a:not(.btn):hover,.PromoImageMedium-description p>ul a:not(.btn):hover,.PromoImageMedium-description p a:not(.btn):hover{color:var(--primaryLinkHoverColor);text-decoration:underline}.PromoImageMedium-description .AuthorPage-paginationButton,.PromoImageMedium-description .BrandPage-paginationButton,.PromoImageMedium-description .btn,.PromoImageMedium-description .CountryPage-paginationButton,.PromoImageMedium-description .DirectorySearchPage-export-btn a,.PromoImageMedium-description .EventCalendarDayPage-export-btn a,.PromoImageMedium-description .EventCalendarMonthPage-export-btn a,.PromoImageMedium-description .EventCategoryPage-paginationButton,.PromoImageMedium-description .EventPage-addToCalendar .FavoriteButton,.PromoImageMedium-description .Footer .RichTextModule-cta a,.PromoImageMedium-description .Header-customButton>a,.PromoImageMedium-description .List .List-paginationButton,.PromoImageMedium-description .ListAbstract .List-paginationButton,.PromoImageMedium-description .ListAccordion .List-paginationButton,.PromoImageMedium-description .ListAthleticEvent .List-paginationButton,.PromoImageMedium-description .ListCard .List-paginationButton,.PromoImageMedium-description .ListCardBackground .List-paginationButton,.PromoImageMedium-description .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageMedium-description .ListCardImageOnly .List-paginationButton,.PromoImageMedium-description .ListCardImageOnSide .List-paginationButton,.PromoImageMedium-description .ListCardImageOnTop .List-paginationButton,.PromoImageMedium-description .ListCardLogoBottom .List-paginationButton,.PromoImageMedium-description .ListCardLogoTop .List-paginationButton,.PromoImageMedium-description .ListCardQuote .List-paginationButton,.PromoImageMedium-description .ListCardTextOnly .List-paginationButton,.PromoImageMedium-description .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageMedium-description .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageMedium-description .ListEvents .List-paginationButton,.PromoImageMedium-description .ListHighlightA .List-paginationButton,.PromoImageMedium-description .ListIconOnSide .List-paginationButton,.PromoImageMedium-description .ListIconOnTopLarge .List-paginationButton,.PromoImageMedium-description .ListIconOnTopSmall .List-paginationButton,.PromoImageMedium-description .ListImageLarge .List-paginationButton,.PromoImageMedium-description .ListImageMedium .List-paginationButton,.PromoImageMedium-description .ListImageOnTopCircular .List-paginationButton,.PromoImageMedium-description .ListImageSmall .List-paginationButton,.PromoImageMedium-description .ListImageThumbnail .List-paginationButton,.PromoImageMedium-description .ListLinks .List-paginationButton,.PromoImageMedium-description .ListLogoOnly .List-paginationButton,.PromoImageMedium-description .ListMetrics .List-paginationButton,.PromoImageMedium-description .ListSchedule .List-paginationButton,.PromoImageMedium-description .ListSpeechPromo .List-paginationButton,.PromoImageMedium-description .ListTagCloud .List-paginationButton,.PromoImageMedium-description .ListUpcomingEvents .List-paginationButton,.PromoImageMedium-description .ListVerticalImage .List-paginationButton,.PromoImageMedium-description .ProductPage-paginationButton,.PromoImageMedium-description .SearchResultsPage-export-btn a,.PromoImageMedium-description .SectionPage-paginationButton,.PromoImageMedium-description .SocialList .List-paginationButton,.PromoImageMedium-description .TagPage-paginationButton,.PromoImageMedium-description .TaxonomyPage-paginationButton,.PromoImageMedium-description .TopicPage-paginationButton{margin:10px 10px 10px 0}.PromoImageMedium-description .cms-textAlign-right .AuthorPage-paginationButton,.PromoImageMedium-description .cms-textAlign-right .BrandPage-paginationButton,.PromoImageMedium-description .cms-textAlign-right .btn,.PromoImageMedium-description .cms-textAlign-right .CountryPage-paginationButton,.PromoImageMedium-description .cms-textAlign-right .DirectorySearchPage-export-btn a,.PromoImageMedium-description .cms-textAlign-right .EventCalendarDayPage-export-btn a,.PromoImageMedium-description .cms-textAlign-right .EventCalendarMonthPage-export-btn a,.PromoImageMedium-description .cms-textAlign-right .EventCategoryPage-paginationButton,.PromoImageMedium-description .cms-textAlign-right .EventPage-addToCalendar .FavoriteButton,.PromoImageMedium-description .cms-textAlign-right .Footer .RichTextModule-cta a,.PromoImageMedium-description .cms-textAlign-right .Header-customButton>a,.PromoImageMedium-description .cms-textAlign-right .List .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListAbstract .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListAccordion .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListAthleticEvent .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCard .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCardBackground .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCardImageOnly .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCardImageOnSide .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCardImageOnTop .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCardLogoBottom .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCardLogoTop .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCardQuote .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCardTextOnly .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListEvents .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListHighlightA .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListIconOnSide .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListIconOnTopLarge .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListIconOnTopSmall .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListImageLarge .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListImageMedium .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListImageOnTopCircular .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListImageSmall .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListImageThumbnail .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListLinks .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListLogoOnly .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListMetrics .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListSchedule .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListSpeechPromo .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListTagCloud .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListUpcomingEvents .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ListVerticalImage .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .ProductPage-paginationButton,.PromoImageMedium-description .cms-textAlign-right .SearchResultsPage-export-btn a,.PromoImageMedium-description .cms-textAlign-right .SectionPage-paginationButton,.PromoImageMedium-description .cms-textAlign-right .SocialList .List-paginationButton,.PromoImageMedium-description .cms-textAlign-right .TagPage-paginationButton,.PromoImageMedium-description .cms-textAlign-right .TaxonomyPage-paginationButton,.PromoImageMedium-description .cms-textAlign-right .TopicPage-paginationButton{margin:10px 0 10px 10px}.PromoImageMedium-description .cms-textAlign-center .AuthorPage-paginationButton,.PromoImageMedium-description .cms-textAlign-center .BrandPage-paginationButton,.PromoImageMedium-description .cms-textAlign-center .btn,.PromoImageMedium-description .cms-textAlign-center .CountryPage-paginationButton,.PromoImageMedium-description .cms-textAlign-center .DirectorySearchPage-export-btn a,.PromoImageMedium-description .cms-textAlign-center .EventCalendarDayPage-export-btn a,.PromoImageMedium-description .cms-textAlign-center .EventCalendarMonthPage-export-btn a,.PromoImageMedium-description .cms-textAlign-center .EventCategoryPage-paginationButton,.PromoImageMedium-description .cms-textAlign-center .EventPage-addToCalendar .FavoriteButton,.PromoImageMedium-description .cms-textAlign-center .Footer .RichTextModule-cta a,.PromoImageMedium-description .cms-textAlign-center .Header-customButton>a,.PromoImageMedium-description .cms-textAlign-center .List .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListAbstract .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListAccordion .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListAthleticEvent .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCard .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCardBackground .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCardImageOnly .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCardImageOnSide .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCardImageOnTop .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCardLogoBottom .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCardLogoTop .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCardQuote .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCardTextOnly .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListEvents .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListHighlightA .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListIconOnSide .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListIconOnTopLarge .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListIconOnTopSmall .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListImageLarge .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListImageMedium .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListImageOnTopCircular .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListImageSmall .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListImageThumbnail .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListLinks .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListLogoOnly .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListMetrics .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListSchedule .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListSpeechPromo .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListTagCloud .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListUpcomingEvents .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ListVerticalImage .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .ProductPage-paginationButton,.PromoImageMedium-description .cms-textAlign-center .SearchResultsPage-export-btn a,.PromoImageMedium-description .cms-textAlign-center .SectionPage-paginationButton,.PromoImageMedium-description .cms-textAlign-center .SocialList .List-paginationButton,.PromoImageMedium-description .cms-textAlign-center .TagPage-paginationButton,.PromoImageMedium-description .cms-textAlign-center .TaxonomyPage-paginationButton,.PromoImageMedium-description .cms-textAlign-center .TopicPage-paginationButton{margin:10px 5px}.PromoImageMedium-description>ul,.PromoImageMedium-description p>ul{list-style:disc;padding:0 0 0 40px;margin:20px 0}.PromoImageMedium-description>ul li>ol,.PromoImageMedium-description>ul li>ul,.PromoImageMedium-description p>ul li>ol,.PromoImageMedium-description p>ul li>ul{padding:0 0 0 40px}.PromoImageMedium-description>ol,.PromoImageMedium-description p>ol{padding:0 0 0 40px;margin:20px 0}.PromoImageMedium-description>ol li>ol,.PromoImageMedium-description>ol li>ul,.PromoImageMedium-description p>ol li>ol,.PromoImageMedium-description p>ol li>ul{padding:0 0 0 40px}.PromoImageMedium-description p{margin:30px 0}.PromoImageMedium-description p:first-of-type{margin-top:0}.PromoImageMedium-description p:last-of-type{margin-bottom:0}.PromoImageMedium-description h2,.PromoImageMedium-description h3,.PromoImageMedium-description h4,.PromoImageMedium-description h5,.PromoImageMedium-description h6{color:var(--primaryColor);line-height:1.3}.PromoImageMedium-description h2{font-size:2em;font-weight:500;margin:1.25em 0 .75em}.PromoImageMedium-description h3{font-size:1.33333em;font-weight:700}.PromoImageMedium-description h4{font-size:1.11111em;text-transform:uppercase}.PromoImageMedium-description h5{font-weight:500}.PromoImageMedium-description h6{font-weight:300;font-style:italic}.PromoImageMedium-description h5,.PromoImageMedium-description h6{font-size:1em}.PromoImageMedium-description h3,.PromoImageMedium-description h4,.PromoImageMedium-description h5,.PromoImageMedium-description h6{margin:.75em 0}.PromoImageMedium-description bsp-citation{margin-left:-1in;text-indent:-.5in;padding-left:2em}.PromoImageMedium-description table{word-break:normal;display:block;margin:40px 0;border-collapse:collapse;overflow-x:auto;width:100%;table-layout:auto;font-size:18px;line-height:30px}.PromoImageMedium-description table th{font-weight:700}.PromoImageMedium-description table td,.PromoImageMedium-description table th{border:1px solid var(--mediumGrey);text-align:left;vertical-align:top;line-height:1.4}.PromoImageMedium-description table tr:first-child td,.PromoImageMedium-description table tr:first-child th{border-top-width:0}.PromoImageMedium-description table tr:last-child td,.PromoImageMedium-description table tr:last-child th{border-bottom-width:0}.PromoImageMedium-description table thead tr:last-child td,.PromoImageMedium-description table thead tr:last-child th{border-bottom-width:2px}.PromoImageMedium-description table tfoot tr:first-child td,.PromoImageMedium-description table tfoot tr:first-child th{border-top-width:2px}.PromoImageMedium-description table td,.PromoImageMedium-description table th{padding:.75em 1.25em}.PromoImageMedium-description table td:first-child,.PromoImageMedium-description table th:first-child{padding-left:.25em;border-left-width:0}.PromoImageMedium-description table td:last-child,.PromoImageMedium-description table th:last-child{padding-right:.25em;border-right-width:0}.PromoImageMedium-description table.tight td,.PromoImageMedium-description table.tight th{padding:.5em 1.25em}.PromoImageMedium-description table.tight td:first-child,.PromoImageMedium-description table.tight th:first-child{padding-left:.25em;border-left-width:0}.PromoImageMedium-description table.tight td:last-child,.PromoImageMedium-description table.tight th:last-child{padding-right:.25em;border-right-width:0}.PromoImageMedium-description table.very-tight td,.PromoImageMedium-description table.very-tight th{padding:.25em 1.25em}.PromoImageMedium-description table.very-tight td:first-child,.PromoImageMedium-description table.very-tight th:first-child{padding-left:.25em;border-left-width:0}.PromoImageMedium-description table.very-tight td:last-child,.PromoImageMedium-description table.very-tight th:last-child{padding-right:.25em;border-right-width:0}.PromoImageMedium-description table.no-borders td,.PromoImageMedium-description table.no-borders th{border:0}.PromoImageMedium-description ol ol{list-style-type:lower-alpha}.PromoImageMedium-description ul ul{list-style-type:circle}.PromoImageMedium-description ul ul ul{list-style-type:square}.PromoImageMedium-authorNameAndDate{margin-bottom:15px}.PromoImageMedium-media{margin:0 0 13.33333333px;grid-area:picture_left}@media only screen and (min-width:768px){.PromoImageMedium-content{display:-ms-grid;display:grid;-ms-grid-columns:auto 1fr auto;grid-template-columns:auto 1fr auto;grid-template-areas:". category ." "picture_left title picture_right" "picture_left description picture_right"}.PromoImageMedium-authorNameAndDate{margin-bottom:20px}.PromoImageMedium-media{max-width:284px;float:left;margin:0 20px 20px 0}.image-right .PromoImageMedium-media{grid-area:picture_right;margin:0 0 20px 20px}}@media only screen and (min-width:1440px){.PromoImageMedium-category,.PromoImageMedium-title{margin-bottom:20px}.PromoImageMedium-authorNameAndDate{margin-bottom:30px}.PromoImageMedium-media{max-width:400px}.PromoImageMedium-authorNameAndDate>div{font-size:13px;line-height:.92;letter-spacing:1px}}.PromoImageThumbnail-authorNameAndDate,.PromoImageThumbnail-category,.PromoImageThumbnail-title{margin-bottom:5px}.PromoImageThumbnail-description{font-size:var(--body-text);line-height:1.5}.PromoImageThumbnail-description .textStyleSpec-md,.PromoImageThumbnail-description .textStyleSpec-sm{font-size:1.6rem}.PromoImageThumbnail-description .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.PromoImageThumbnail-description{line-height:1.67}}.PromoImageThumbnail-description h2,.PromoImageThumbnail-description h3,.PromoImageThumbnail-description h4,.PromoImageThumbnail-description h5,.PromoImageThumbnail-description h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.PromoImageThumbnail-description .cms-textAlign-right{text-align:right}.PromoImageThumbnail-description .cms-textAlign-left{text-align:left}.PromoImageThumbnail-description .cms-textAlign-center{text-align:center}.PromoImageThumbnail-description .cms-textAlign-center ol,.PromoImageThumbnail-description .cms-textAlign-center ul,.PromoImageThumbnail-description .cms-textAlign-right ol,.PromoImageThumbnail-description .cms-textAlign-right ul,.PromoImageThumbnail-description .text-center ol,.PromoImageThumbnail-description .text-center ul,.PromoImageThumbnail-description .text-right ol,.PromoImageThumbnail-description .text-right ul{list-style-position:inside}.PromoImageThumbnail-description .cms-text-helpers-no-wrap{white-space:nowrap}.PromoImageThumbnail-description:after{content:"";display:table;clear:both}.PromoImageThumbnail-description>ol a:not(.btn),.PromoImageThumbnail-description>ul a:not(.btn),.PromoImageThumbnail-description p>ol a:not(.btn),.PromoImageThumbnail-description p>ul a:not(.btn),.PromoImageThumbnail-description p a:not(.btn){color:var(--primaryLinkColor);text-decoration:none}.PromoImageThumbnail-description>ol a:not(.btn):hover,.PromoImageThumbnail-description>ul a:not(.btn):hover,.PromoImageThumbnail-description p>ol a:not(.btn):hover,.PromoImageThumbnail-description p>ul a:not(.btn):hover,.PromoImageThumbnail-description p a:not(.btn):hover{color:var(--primaryLinkHoverColor);text-decoration:underline}.PromoImageThumbnail-description .AuthorPage-paginationButton,.PromoImageThumbnail-description .BrandPage-paginationButton,.PromoImageThumbnail-description .btn,.PromoImageThumbnail-description .CountryPage-paginationButton,.PromoImageThumbnail-description .DirectorySearchPage-export-btn a,.PromoImageThumbnail-description .EventCalendarDayPage-export-btn a,.PromoImageThumbnail-description .EventCalendarMonthPage-export-btn a,.PromoImageThumbnail-description .EventCategoryPage-paginationButton,.PromoImageThumbnail-description .EventPage-addToCalendar .FavoriteButton,.PromoImageThumbnail-description .Footer .RichTextModule-cta a,.PromoImageThumbnail-description .Header-customButton>a,.PromoImageThumbnail-description .List .List-paginationButton,.PromoImageThumbnail-description .ListAbstract .List-paginationButton,.PromoImageThumbnail-description .ListAccordion .List-paginationButton,.PromoImageThumbnail-description .ListAthleticEvent .List-paginationButton,.PromoImageThumbnail-description .ListCard .List-paginationButton,.PromoImageThumbnail-description .ListCardBackground .List-paginationButton,.PromoImageThumbnail-description .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageThumbnail-description .ListCardImageOnly .List-paginationButton,.PromoImageThumbnail-description .ListCardImageOnSide .List-paginationButton,.PromoImageThumbnail-description .ListCardImageOnTop .List-paginationButton,.PromoImageThumbnail-description .ListCardLogoBottom .List-paginationButton,.PromoImageThumbnail-description .ListCardLogoTop .List-paginationButton,.PromoImageThumbnail-description .ListCardQuote .List-paginationButton,.PromoImageThumbnail-description .ListCardTextOnly .List-paginationButton,.PromoImageThumbnail-description .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageThumbnail-description .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageThumbnail-description .ListEvents .List-paginationButton,.PromoImageThumbnail-description .ListHighlightA .List-paginationButton,.PromoImageThumbnail-description .ListIconOnSide .List-paginationButton,.PromoImageThumbnail-description .ListIconOnTopLarge .List-paginationButton,.PromoImageThumbnail-description .ListIconOnTopSmall .List-paginationButton,.PromoImageThumbnail-description .ListImageLarge .List-paginationButton,.PromoImageThumbnail-description .ListImageMedium .List-paginationButton,.PromoImageThumbnail-description .ListImageOnTopCircular .List-paginationButton,.PromoImageThumbnail-description .ListImageSmall .List-paginationButton,.PromoImageThumbnail-description .ListImageThumbnail .List-paginationButton,.PromoImageThumbnail-description .ListLinks .List-paginationButton,.PromoImageThumbnail-description .ListLogoOnly .List-paginationButton,.PromoImageThumbnail-description .ListMetrics .List-paginationButton,.PromoImageThumbnail-description .ListSchedule .List-paginationButton,.PromoImageThumbnail-description .ListSpeechPromo .List-paginationButton,.PromoImageThumbnail-description .ListTagCloud .List-paginationButton,.PromoImageThumbnail-description .ListUpcomingEvents .List-paginationButton,.PromoImageThumbnail-description .ListVerticalImage .List-paginationButton,.PromoImageThumbnail-description .ProductPage-paginationButton,.PromoImageThumbnail-description .SearchResultsPage-export-btn a,.PromoImageThumbnail-description .SectionPage-paginationButton,.PromoImageThumbnail-description .SocialList .List-paginationButton,.PromoImageThumbnail-description .TagPage-paginationButton,.PromoImageThumbnail-description .TaxonomyPage-paginationButton,.PromoImageThumbnail-description .TopicPage-paginationButton{margin:10px 10px 10px 0}.PromoImageThumbnail-description .cms-textAlign-right .AuthorPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .BrandPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .btn,.PromoImageThumbnail-description .cms-textAlign-right .CountryPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .DirectorySearchPage-export-btn a,.PromoImageThumbnail-description .cms-textAlign-right .EventCalendarDayPage-export-btn a,.PromoImageThumbnail-description .cms-textAlign-right .EventCalendarMonthPage-export-btn a,.PromoImageThumbnail-description .cms-textAlign-right .EventCategoryPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .EventPage-addToCalendar .FavoriteButton,.PromoImageThumbnail-description .cms-textAlign-right .Footer .RichTextModule-cta a,.PromoImageThumbnail-description .cms-textAlign-right .Header-customButton>a,.PromoImageThumbnail-description .cms-textAlign-right .List .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListAbstract .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListAccordion .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListAthleticEvent .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCard .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCardBackground .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCardImageOnly .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCardImageOnSide .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCardImageOnTop .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCardLogoBottom .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCardLogoTop .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCardQuote .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCardTextOnly .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListEvents .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListHighlightA .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListIconOnSide .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListIconOnTopLarge .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListIconOnTopSmall .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListImageLarge .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListImageMedium .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListImageOnTopCircular .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListImageSmall .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListImageThumbnail .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListLinks .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListLogoOnly .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListMetrics .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListSchedule .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListSpeechPromo .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListTagCloud .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListUpcomingEvents .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ListVerticalImage .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .ProductPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .SearchResultsPage-export-btn a,.PromoImageThumbnail-description .cms-textAlign-right .SectionPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .SocialList .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .TagPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .TaxonomyPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-right .TopicPage-paginationButton{margin:10px 0 10px 10px}.PromoImageThumbnail-description .cms-textAlign-center .AuthorPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .BrandPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .btn,.PromoImageThumbnail-description .cms-textAlign-center .CountryPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .DirectorySearchPage-export-btn a,.PromoImageThumbnail-description .cms-textAlign-center .EventCalendarDayPage-export-btn a,.PromoImageThumbnail-description .cms-textAlign-center .EventCalendarMonthPage-export-btn a,.PromoImageThumbnail-description .cms-textAlign-center .EventCategoryPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .EventPage-addToCalendar .FavoriteButton,.PromoImageThumbnail-description .cms-textAlign-center .Footer .RichTextModule-cta a,.PromoImageThumbnail-description .cms-textAlign-center .Header-customButton>a,.PromoImageThumbnail-description .cms-textAlign-center .List .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListAbstract .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListAccordion .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListAthleticEvent .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCard .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCardBackground .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCardImageOnly .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCardImageOnSide .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCardImageOnTop .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCardLogoBottom .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCardLogoTop .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCardQuote .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCardTextOnly .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListEvents .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListHighlightA .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListIconOnSide .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListIconOnTopLarge .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListIconOnTopSmall .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListImageLarge .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListImageMedium .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListImageOnTopCircular .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListImageSmall .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListImageThumbnail .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListLinks .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListLogoOnly .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListMetrics .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListSchedule .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListSpeechPromo .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListTagCloud .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListUpcomingEvents .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ListVerticalImage .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .ProductPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .SearchResultsPage-export-btn a,.PromoImageThumbnail-description .cms-textAlign-center .SectionPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .SocialList .List-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .TagPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .TaxonomyPage-paginationButton,.PromoImageThumbnail-description .cms-textAlign-center .TopicPage-paginationButton{margin:10px 5px}.PromoImageThumbnail-description>ul,.PromoImageThumbnail-description p>ul{list-style:disc;padding:0 0 0 40px;margin:20px 0}.PromoImageThumbnail-description>ul li>ol,.PromoImageThumbnail-description>ul li>ul,.PromoImageThumbnail-description p>ul li>ol,.PromoImageThumbnail-description p>ul li>ul{padding:0 0 0 40px}.PromoImageThumbnail-description>ol,.PromoImageThumbnail-description p>ol{padding:0 0 0 40px;margin:20px 0}.PromoImageThumbnail-description>ol li>ol,.PromoImageThumbnail-description>ol li>ul,.PromoImageThumbnail-description p>ol li>ol,.PromoImageThumbnail-description p>ol li>ul{padding:0 0 0 40px}.PromoImageThumbnail-description p{margin:30px 0}.PromoImageThumbnail-description p:first-of-type{margin-top:0}.PromoImageThumbnail-description p:last-of-type{margin-bottom:0}.PromoImageThumbnail-description h2,.PromoImageThumbnail-description h3,.PromoImageThumbnail-description h4,.PromoImageThumbnail-description h5,.PromoImageThumbnail-description h6{color:var(--primaryColor);line-height:1.3}.PromoImageThumbnail-description h2{font-size:2em;font-weight:500;margin:1.25em 0 .75em}.PromoImageThumbnail-description h3{font-size:1.33333em;font-weight:700}.PromoImageThumbnail-description h4{font-size:1.11111em;text-transform:uppercase}.PromoImageThumbnail-description h5{font-weight:500}.PromoImageThumbnail-description h6{font-weight:300;font-style:italic}.PromoImageThumbnail-description h5,.PromoImageThumbnail-description h6{font-size:1em}.PromoImageThumbnail-description h3,.PromoImageThumbnail-description h4,.PromoImageThumbnail-description h5,.PromoImageThumbnail-description h6{margin:.75em 0}.PromoImageThumbnail-description bsp-citation{margin-left:-1in;text-indent:-.5in;padding-left:2em}.PromoImageThumbnail-description table{word-break:normal;display:block;margin:40px 0;border-collapse:collapse;overflow-x:auto;width:100%;table-layout:auto;font-size:18px;line-height:30px}.PromoImageThumbnail-description table th{font-weight:700}.PromoImageThumbnail-description table td,.PromoImageThumbnail-description table th{border:1px solid var(--mediumGrey);text-align:left;vertical-align:top;line-height:1.4}.PromoImageThumbnail-description table tr:first-child td,.PromoImageThumbnail-description table tr:first-child th{border-top-width:0}.PromoImageThumbnail-description table tr:last-child td,.PromoImageThumbnail-description table tr:last-child th{border-bottom-width:0}.PromoImageThumbnail-description table thead tr:last-child td,.PromoImageThumbnail-description table thead tr:last-child th{border-bottom-width:2px}.PromoImageThumbnail-description table tfoot tr:first-child td,.PromoImageThumbnail-description table tfoot tr:first-child th{border-top-width:2px}.PromoImageThumbnail-description table td,.PromoImageThumbnail-description table th{padding:.75em 1.25em}.PromoImageThumbnail-description table td:first-child,.PromoImageThumbnail-description table th:first-child{padding-left:.25em;border-left-width:0}.PromoImageThumbnail-description table td:last-child,.PromoImageThumbnail-description table th:last-child{padding-right:.25em;border-right-width:0}.PromoImageThumbnail-description table.tight td,.PromoImageThumbnail-description table.tight th{padding:.5em 1.25em}.PromoImageThumbnail-description table.tight td:first-child,.PromoImageThumbnail-description table.tight th:first-child{padding-left:.25em;border-left-width:0}.PromoImageThumbnail-description table.tight td:last-child,.PromoImageThumbnail-description table.tight th:last-child{padding-right:.25em;border-right-width:0}.PromoImageThumbnail-description table.very-tight td,.PromoImageThumbnail-description table.very-tight th{padding:.25em 1.25em}.PromoImageThumbnail-description table.very-tight td:first-child,.PromoImageThumbnail-description table.very-tight th:first-child{padding-left:.25em;border-left-width:0}.PromoImageThumbnail-description table.very-tight td:last-child,.PromoImageThumbnail-description table.very-tight th:last-child{padding-right:.25em;border-right-width:0}.PromoImageThumbnail-description table.no-borders td,.PromoImageThumbnail-description table.no-borders th{border:0}.PromoImageThumbnail-description ol ol{list-style-type:lower-alpha}.PromoImageThumbnail-description ul ul{list-style-type:circle}.PromoImageThumbnail-description ul ul ul{list-style-type:square}.PromoImageThumbnail-cta{margin-top:5px}.PromoImageThumbnail-content{overflow:hidden}.PromoImageThumbnail-media{max-width:90px;max-height:90px;float:left;margin:0 10px 0 0}.image-right .PromoImageThumbnail-media{float:right;margin:0 0 0 10px}.PromoImageThumbnail-media img{display:block;width:90px;height:90px;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:768px){.PromoImageThumbnail-media{margin:0 20px 0 0}.image-right .PromoImageThumbnail-media{margin:0 0 0 20px}}.PromoImageLarge{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.PromoImageLarge-category{margin-bottom:10px}.PromoImageLarge-title{margin-bottom:15px}.PromoImageLarge-description{font-size:14px;line-height:1.5;color:#8f8f8f}.PromoImageLarge-cta{margin-top:10px}.PromoImageLarge-authorNameAndDate{margin-bottom:20px}.PromoImageLarge-media{margin:0 0 25px}.image-bottom .PromoImageLarge-media{margin:25px 0 0;-ms-flex-order:2;order:2}@media only screen and (min-width:768px){.PromoImageLarge-description{font-size:16px}}@media only screen and (min-width:1440px){.PromoImageLarge-authorNameAndDate,.PromoImageLarge-category{margin-bottom:10px}.PromoImageLarge-title{margin-bottom:15px}.PromoImageLarge-cta{margin-top:20px}.PromoImageLarge-description{font-size:var(--body-text);line-height:1.5;font-size:16px}.PromoImageLarge-description .textStyleSpec-md,.PromoImageLarge-description .textStyleSpec-sm{font-size:1.6rem}.PromoImageLarge-description .textStyleSpec-lg{font-size:1.8rem}.PromoImageLarge-description h2,.PromoImageLarge-description h3,.PromoImageLarge-description h4,.PromoImageLarge-description h5,.PromoImageLarge-description h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.PromoImageLarge-description .cms-textAlign-right{text-align:right}.PromoImageLarge-description .cms-textAlign-left{text-align:left}.PromoImageLarge-description .cms-textAlign-center{text-align:center}.PromoImageLarge-description .cms-textAlign-center ol,.PromoImageLarge-description .cms-textAlign-center ul,.PromoImageLarge-description .cms-textAlign-right ol,.PromoImageLarge-description .cms-textAlign-right ul,.PromoImageLarge-description .text-center ol,.PromoImageLarge-description .text-center ul,.PromoImageLarge-description .text-right ol,.PromoImageLarge-description .text-right ul{list-style-position:inside}.PromoImageLarge-description .cms-text-helpers-no-wrap{white-space:nowrap}.PromoImageLarge-description:after{content:"";display:table;clear:both}.PromoImageLarge-description>ol a:not(.btn),.PromoImageLarge-description>ul a:not(.btn),.PromoImageLarge-description p>ol a:not(.btn),.PromoImageLarge-description p>ul a:not(.btn),.PromoImageLarge-description p a:not(.btn){color:var(--primaryLinkColor);text-decoration:none}.PromoImageLarge-description>ol a:not(.btn):hover,.PromoImageLarge-description>ul a:not(.btn):hover,.PromoImageLarge-description p>ol a:not(.btn):hover,.PromoImageLarge-description p>ul a:not(.btn):hover,.PromoImageLarge-description p a:not(.btn):hover{color:var(--primaryLinkHoverColor);text-decoration:underline}.PromoImageLarge-description .AuthorPage-paginationButton,.PromoImageLarge-description .BrandPage-paginationButton,.PromoImageLarge-description .btn,.PromoImageLarge-description .CountryPage-paginationButton,.PromoImageLarge-description .DirectorySearchPage-export-btn a,.PromoImageLarge-description .EventCalendarDayPage-export-btn a,.PromoImageLarge-description .EventCalendarMonthPage-export-btn a,.PromoImageLarge-description .EventCategoryPage-paginationButton,.PromoImageLarge-description .EventPage-addToCalendar .FavoriteButton,.PromoImageLarge-description .Footer .RichTextModule-cta a,.PromoImageLarge-description .Header-customButton>a,.PromoImageLarge-description .List .List-paginationButton,.PromoImageLarge-description .ListAbstract .List-paginationButton,.PromoImageLarge-description .ListAccordion .List-paginationButton,.PromoImageLarge-description .ListAthleticEvent .List-paginationButton,.PromoImageLarge-description .ListCard .List-paginationButton,.PromoImageLarge-description .ListCardBackground .List-paginationButton,.PromoImageLarge-description .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageLarge-description .ListCardImageOnly .List-paginationButton,.PromoImageLarge-description .ListCardImageOnSide .List-paginationButton,.PromoImageLarge-description .ListCardImageOnTop .List-paginationButton,.PromoImageLarge-description .ListCardLogoBottom .List-paginationButton,.PromoImageLarge-description .ListCardLogoTop .List-paginationButton,.PromoImageLarge-description .ListCardQuote .List-paginationButton,.PromoImageLarge-description .ListCardTextOnly .List-paginationButton,.PromoImageLarge-description .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageLarge-description .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageLarge-description .ListEvents .List-paginationButton,.PromoImageLarge-description .ListHighlightA .List-paginationButton,.PromoImageLarge-description .ListIconOnSide .List-paginationButton,.PromoImageLarge-description .ListIconOnTopLarge .List-paginationButton,.PromoImageLarge-description .ListIconOnTopSmall .List-paginationButton,.PromoImageLarge-description .ListImageLarge .List-paginationButton,.PromoImageLarge-description .ListImageMedium .List-paginationButton,.PromoImageLarge-description .ListImageOnTopCircular .List-paginationButton,.PromoImageLarge-description .ListImageSmall .List-paginationButton,.PromoImageLarge-description .ListImageThumbnail .List-paginationButton,.PromoImageLarge-description .ListLinks .List-paginationButton,.PromoImageLarge-description .ListLogoOnly .List-paginationButton,.PromoImageLarge-description .ListMetrics .List-paginationButton,.PromoImageLarge-description .ListSchedule .List-paginationButton,.PromoImageLarge-description .ListSpeechPromo .List-paginationButton,.PromoImageLarge-description .ListTagCloud .List-paginationButton,.PromoImageLarge-description .ListUpcomingEvents .List-paginationButton,.PromoImageLarge-description .ListVerticalImage .List-paginationButton,.PromoImageLarge-description .ProductPage-paginationButton,.PromoImageLarge-description .SearchResultsPage-export-btn a,.PromoImageLarge-description .SectionPage-paginationButton,.PromoImageLarge-description .SocialList .List-paginationButton,.PromoImageLarge-description .TagPage-paginationButton,.PromoImageLarge-description .TaxonomyPage-paginationButton,.PromoImageLarge-description .TopicPage-paginationButton{margin:10px 10px 10px 0}.PromoImageLarge-description .cms-textAlign-right .AuthorPage-paginationButton,.PromoImageLarge-description .cms-textAlign-right .BrandPage-paginationButton,.PromoImageLarge-description .cms-textAlign-right .btn,.PromoImageLarge-description .cms-textAlign-right .CountryPage-paginationButton,.PromoImageLarge-description .cms-textAlign-right .DirectorySearchPage-export-btn a,.PromoImageLarge-description .cms-textAlign-right .EventCalendarDayPage-export-btn a,.PromoImageLarge-description .cms-textAlign-right .EventCalendarMonthPage-export-btn a,.PromoImageLarge-description .cms-textAlign-right .EventCategoryPage-paginationButton,.PromoImageLarge-description .cms-textAlign-right .EventPage-addToCalendar .FavoriteButton,.PromoImageLarge-description .cms-textAlign-right .Footer .RichTextModule-cta a,.PromoImageLarge-description .cms-textAlign-right .Header-customButton>a,.PromoImageLarge-description .cms-textAlign-right .List .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListAbstract .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListAccordion .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListAthleticEvent .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCard .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCardBackground .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCardImageOnly .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCardImageOnSide .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCardImageOnTop .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCardLogoBottom .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCardLogoTop .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCardQuote .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCardTextOnly .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListEvents .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListHighlightA .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListIconOnSide .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListIconOnTopLarge .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListIconOnTopSmall .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListImageLarge .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListImageMedium .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListImageOnTopCircular .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListImageSmall .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListImageThumbnail .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListLinks .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListLogoOnly .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListMetrics .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListSchedule .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListSpeechPromo .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListTagCloud .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListUpcomingEvents .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ListVerticalImage .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .ProductPage-paginationButton,.PromoImageLarge-description .cms-textAlign-right .SearchResultsPage-export-btn a,.PromoImageLarge-description .cms-textAlign-right .SectionPage-paginationButton,.PromoImageLarge-description .cms-textAlign-right .SocialList .List-paginationButton,.PromoImageLarge-description .cms-textAlign-right .TagPage-paginationButton,.PromoImageLarge-description .cms-textAlign-right .TaxonomyPage-paginationButton,.PromoImageLarge-description .cms-textAlign-right .TopicPage-paginationButton{margin:10px 0 10px 10px}.PromoImageLarge-description .cms-textAlign-center .AuthorPage-paginationButton,.PromoImageLarge-description .cms-textAlign-center .BrandPage-paginationButton,.PromoImageLarge-description .cms-textAlign-center .btn,.PromoImageLarge-description .cms-textAlign-center .CountryPage-paginationButton,.PromoImageLarge-description .cms-textAlign-center .DirectorySearchPage-export-btn a,.PromoImageLarge-description .cms-textAlign-center .EventCalendarDayPage-export-btn a,.PromoImageLarge-description .cms-textAlign-center .EventCalendarMonthPage-export-btn a,.PromoImageLarge-description .cms-textAlign-center .EventCategoryPage-paginationButton,.PromoImageLarge-description .cms-textAlign-center .EventPage-addToCalendar .FavoriteButton,.PromoImageLarge-description .cms-textAlign-center .Footer .RichTextModule-cta a,.PromoImageLarge-description .cms-textAlign-center .Header-customButton>a,.PromoImageLarge-description .cms-textAlign-center .List .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListAbstract .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListAccordion .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListAthleticEvent .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCard .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCardBackground .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCardDescriptionOnLeft .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCardImageOnly .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCardImageOnSide .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCardImageOnTop .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCardLogoBottom .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCardLogoTop .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCardQuote .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCardTextOnly .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCarouselBoxedHeadline .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListCarouselQuoteFullWidth .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListEvents .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListHighlightA .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListIconOnSide .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListIconOnTopLarge .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListIconOnTopSmall .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListImageLarge .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListImageMedium .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListImageOnTopCircular .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListImageSmall .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListImageThumbnail .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListLinks .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListLogoOnly .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListMetrics .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListSchedule .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListSpeechPromo .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListTagCloud .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListUpcomingEvents .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ListVerticalImage .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .ProductPage-paginationButton,.PromoImageLarge-description .cms-textAlign-center .SearchResultsPage-export-btn a,.PromoImageLarge-description .cms-textAlign-center .SectionPage-paginationButton,.PromoImageLarge-description .cms-textAlign-center .SocialList .List-paginationButton,.PromoImageLarge-description .cms-textAlign-center .TagPage-paginationButton,.PromoImageLarge-description .cms-textAlign-center .TaxonomyPage-paginationButton,.PromoImageLarge-description .cms-textAlign-center .TopicPage-paginationButton{margin:10px 5px}.PromoImageLarge-description>ul,.PromoImageLarge-description p>ul{list-style:disc;padding:0 0 0 40px;margin:20px 0}.PromoImageLarge-description>ul li>ol,.PromoImageLarge-description>ul li>ul,.PromoImageLarge-description p>ul li>ol,.PromoImageLarge-description p>ul li>ul{padding:0 0 0 40px}.PromoImageLarge-description>ol,.PromoImageLarge-description p>ol{padding:0 0 0 40px;margin:20px 0}.PromoImageLarge-description>ol li>ol,.PromoImageLarge-description>ol li>ul,.PromoImageLarge-description p>ol li>ol,.PromoImageLarge-description p>ol li>ul{padding:0 0 0 40px}.PromoImageLarge-description p{margin:30px 0}.PromoImageLarge-description p:first-of-type{margin-top:0}.PromoImageLarge-description p:last-of-type{margin-bottom:0}.PromoImageLarge-description h2,.PromoImageLarge-description h3,.PromoImageLarge-description h4,.PromoImageLarge-description h5,.PromoImageLarge-description h6{color:var(--primaryColor);line-height:1.3}.PromoImageLarge-description h2{font-size:2em;font-weight:500;margin:1.25em 0 .75em}.PromoImageLarge-description h3{font-size:1.33333em;font-weight:700}.PromoImageLarge-description h4{font-size:1.11111em;text-transform:uppercase}.PromoImageLarge-description h5{font-weight:500}.PromoImageLarge-description h6{font-weight:300;font-style:italic}.PromoImageLarge-description h5,.PromoImageLarge-description h6{font-size:1em}.PromoImageLarge-description h3,.PromoImageLarge-description h4,.PromoImageLarge-description h5,.PromoImageLarge-description h6{margin:.75em 0}.PromoImageLarge-description bsp-citation{margin-left:-1in;text-indent:-.5in;padding-left:2em}.PromoImageLarge-description table{word-break:normal;display:block;margin:40px 0;border-collapse:collapse;overflow-x:auto;width:100%;table-layout:auto;font-size:18px;line-height:30px}.PromoImageLarge-description table th{font-weight:700}.PromoImageLarge-description table td,.PromoImageLarge-description table th{border:1px solid var(--mediumGrey);text-align:left;vertical-align:top;line-height:1.4}.PromoImageLarge-description table tr:first-child td,.PromoImageLarge-description table tr:first-child th{border-top-width:0}.PromoImageLarge-description table tr:last-child td,.PromoImageLarge-description table tr:last-child th{border-bottom-width:0}.PromoImageLarge-description table thead tr:last-child td,.PromoImageLarge-description table thead tr:last-child th{border-bottom-width:2px}.PromoImageLarge-description table tfoot tr:first-child td,.PromoImageLarge-description table tfoot tr:first-child th{border-top-width:2px}.PromoImageLarge-description table td,.PromoImageLarge-description table th{padding:.75em 1.25em}.PromoImageLarge-description table td:first-child,.PromoImageLarge-description table th:first-child{padding-left:.25em;border-left-width:0}.PromoImageLarge-description table td:last-child,.PromoImageLarge-description table th:last-child{padding-right:.25em;border-right-width:0}.PromoImageLarge-description table.tight td,.PromoImageLarge-description table.tight th{padding:.5em 1.25em}.PromoImageLarge-description table.tight td:first-child,.PromoImageLarge-description table.tight th:first-child{padding-left:.25em;border-left-width:0}.PromoImageLarge-description table.tight td:last-child,.PromoImageLarge-description table.tight th:last-child{padding-right:.25em;border-right-width:0}.PromoImageLarge-description table.very-tight td,.PromoImageLarge-description table.very-tight th{padding:.25em 1.25em}.PromoImageLarge-description table.very-tight td:first-child,.PromoImageLarge-description table.very-tight th:first-child{padding-left:.25em;border-left-width:0}.PromoImageLarge-description table.very-tight td:last-child,.PromoImageLarge-description table.very-tight th:last-child{padding-right:.25em;border-right-width:0}.PromoImageLarge-description table.no-borders td,.PromoImageLarge-description table.no-borders th{border:0}.PromoImageLarge-description ol ol{list-style-type:lower-alpha}.PromoImageLarge-description ul ul{list-style-type:circle}.PromoImageLarge-description ul ul ul{list-style-type:square}.PromoImageLarge-authorNameAndDate>div{font-size:13px;line-height:.92;letter-spacing:1px}}@media only screen and (min-width:1440px) and only screen and (min-width:1024px){.PromoImageLarge-description{line-height:1.67}}.PromoMetrics{background-size:cover;background-position:50%;padding:30px 20px}.PromoMetrics-title{margin-bottom:10px;color:var(--primaryColor)}.PromoMetrics-description{text-transform:uppercase;font-weight:900;line-height:1.43;letter-spacing:1.5px;color:var(--primaryTextColor)}@media only screen and (min-width:768px){.PromoMetrics{padding:30px}}.PromoNotification{box-shadow:none;padding:20px 34px 20px 20px;position:relative;display:none;background:#0057b8}@media only screen and (min-width:768px){.PromoNotification{padding:20px 54px 20px 30px;padding:30px 54px 30px 40px}}.PromoNotification-close{color:var(--primaryTextColor);width:19px;height:19px;position:absolute;top:10px;right:10px;padding:3px;cursor:pointer;opacity:.75;transition:opacity .25s ease}.PromoNotification-close:hover{opacity:1}.PromoNotification-description{font-size:14px;line-height:1.43;color:var(--primaryTextColor)}.PromoNotification-description a{color:inherit}@media only screen and (min-width:768px){.PromoNotification-description{font-size:16px;line-height:1.38}}.PromoCardBackground-eventDate,.PromoCardImageOnTopLarge-eventDate,.PromoEvent{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff;width:164px;text-align:center}.PromoCardBackground-eventDate-header,.PromoCardImageOnTopLarge-eventDate-header,.PromoEvent-header{background-color:var(--primaryColor);height:175px}.PromoCardBackground-eventDate-content,.PromoCardImageOnTopLarge-eventDate-content,.PromoEvent-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:1 0 auto;flex:1 0 auto;min-height:151px}.PromoCardBackground-eventDate-title,.PromoCardImageOnTopLarge-eventDate-title,.PromoEvent-title{margin-bottom:10px;color:var(--primaryColor);text-align:center;font-weight:600;font-size:1.9rem}.PromoCardBackground-eventDate-description,.PromoCardBackground-eventDate-location,.PromoCardImageOnTopLarge-eventDate-description,.PromoCardImageOnTopLarge-eventDate-location,.PromoEvent-description,.PromoEvent-location{margin-bottom:10px;font-size:1.7rem;line-height:1.2}.PromoCardBackground-eventDate-duration,.PromoCardImageOnTopLarge-eventDate-duration,.PromoEvent-duration{margin-top:auto;font-size:1.3rem;line-height:1.2;color:var(--secondaryTextColor);text-transform:uppercase}.PromoCardBackground-eventDate-header,.PromoCardImageOnTopLarge-eventDate-header,.PromoEvent-header{font-weight:600;text-transform:uppercase;color:#fff;line-height:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.PromoCardBackground-eventDate-header__month,.PromoCardImageOnTopLarge-eventDate-header__month,.PromoEvent-header__month{font-size:2rem}.PromoCardBackground-eventDate-header__date,.PromoCardImageOnTopLarge-eventDate-header__date,.PromoEvent-header__date{font-size:8rem}.PromoCardBackground-eventDate-header__day,.PromoCardImageOnTopLarge-eventDate-header__day,.PromoEvent-header__day{font-size:1.6rem}.PromoCardBackground-eventDate-content,.PromoCardBackground-eventDate-header,.PromoCardImageOnTopLarge-eventDate-content,.PromoCardImageOnTopLarge-eventDate-header,.PromoEvent-content,.PromoEvent-header{padding:20px 10px}.SpeechPromo{display:block;width:360px;max-width:100%;height:100%;background-color:#fff;box-shadow:0 1.6px 3.6px 0 rgba(0,0,0,.132),0 .3px .9px 0 rgba(0,0,0,.108)}.SpeechPromo-content{padding:8px 16px 16px}.SpeechPromo hr{margin:10px 0;height:1px;border:0;background-color:#bbbdbf}.SpeechPromo-authorName{color:#141414;font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:2.6rem;font-weight:500;line-height:30px}.SpeechPromo-authorName a{color:#141414}.SpeechPromo-title{font-weight:600;font-size:1.8rem;line-height:1.5;color:#666}.SpeechPromo-title a{color:#666}.SpeechPromo-date{color:#666;font-size:1.4rem;font-style:italic;font-weight:400;line-height:1.5}.SpeechPromo-header{background-color:#bbbdbf;cursor:pointer;position:relative;height:0;padding-bottom:55.55556%;overflow:hidden}.SpeechPromo-media,.SpeechPromo-media .Image{position:absolute;top:0;left:0;width:100%;height:100%}.SpeechPromo-media .Image{-o-object-fit:cover;object-fit:cover}.PromoAthleticEvent{background-color:#fff;min-height:245px}.PromoAthleticEvent-header{background-color:var(--primaryColor);padding:7px 20px}.PromoAthleticEvent-sport{color:#fff;font-size:14px;font-weight:600;line-height:1.21428571;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.PromoAthleticEvent-content{padding:20px 28px 32px}.PromoAthleticEvent-title{margin-bottom:10px;font-size:2.1rem;line-height:1.23809524;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.PromoAthleticEvent-title a{color:var(--primaryLinkColor)}.PromoAthleticEvent-date,.PromoAthleticEvent-duration{font-size:1.6rem}.PromoAthleticEvent-location{margin-top:10px}.PromoAthleticEvent[data-on-campus] .PromoAthleticEvent-location{color:var(--primaryTextColor)}.PromoCardBackground{background-size:cover;background-position:50%;background-color:var(--white);min-height:280px;max-width:280px;height:100%;margin-left:auto;margin-right:auto;display:-ms-flexbox;display:flex;--primaryLinkColor:#fff;--primaryTextColor:#fff;position:relative;z-index:0}.PromoCardBackground-Link a{width:100%;height:100%;position:absolute;cursor:pointer;z-index:3}.PromoCardBackground-media .Image{z-index:0;display:block;left:0;top:0;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.PromoCardBackground.hide-backround-image{background-image:none!important}.PromoCardBackground .promo-description,.PromoCardBackground .PromoMetrics-description{color:var(--primaryTextColor)}.PromoCardBackground-content{padding:40px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:100%;z-index:1}.PromoCardBackground-category{margin-bottom:10px}.PromoCardBackground-cta{margin-top:20px;display:none}.show-button .PromoCardBackground-cta{display:block}.PromoCardBackground-author{margin-top:20px;-ms-flex-order:5;order:5}.PromoCardBackground-title{margin-bottom:10px}.PromoCardBackground-downloadFileText,.PromoCardBackground-galleryCount,.PromoCardBackground-videoDuration{margin-top:10px}.PromoCardBackground-videoDuration>a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.text-center .PromoCardBackground-videoDuration>a{-ms-flex-pack:center;justify-content:center}.text-left .PromoCardBackground-videoDuration>a{-ms-flex-pack:start;justify-content:flex-start}.text-right .PromoCardBackground-videoDuration>a{-ms-flex-pack:end;justify-content:flex-end}.PromoCardBackground-videoDuration .icon{width:40px;height:40px;margin-right:10px}@media only screen and (min-width:768px){.PromoCardBackground{min-height:inherit;max-width:100%}}@media only screen and (min-width:1024px){.PromoCardBackground-content{padding:60px 40px}}@media only screen and (min-width:1440px){.PromoCardBackground-content{padding:60px}}.PromoCardLogoOnBottom{max-width:280px;margin:0 auto}.PromoCardLogoOnBottom-backgroundImage{height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.PromoCardLogoOnBottom-backgroundImage img,.PromoCardLogoOnBottom-backgroundImage picture{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.PromoCardLogoOnBottom-content{position:absolute;top:0;right:0;bottom:0;margin:auto;z-index:1;padding:30px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}.PromoCardLogoOnBottom-media{margin:0 20px 20px}.PromoCardLogoOnBottom-title{margin-bottom:10px}.PromoCardLogoOnBottom-description{margin-bottom:20px}@media only screen and (min-width:768px){.PromoCardLogoOnBottom{max-width:inherit;margin:inherit}.PromoCardLogoOnBottom-content{padding:40px}}@media only screen and (min-width:1024px){.PromoCardLogoOnBottom-content{padding:60px 40px}}@media only screen and (min-width:1440px){.PromoCardLogoOnBottom-content{padding:60px}}.PromoCardLogoOnTop{max-width:280px;margin:0 auto;height:100%}.text-left .PromoCardLogoOnTop-divider{margin-left:0}.text-center .PromoCardLogoOnTop-divider{margin-left:auto;margin-right:auto}.text-right .PromoCardLogoOnTop-divider{margin-right:0}.PromoCardLogoOnTop-backgroundImage{height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.PromoCardLogoOnTop-backgroundImage img,.PromoCardLogoOnTop-backgroundImage picture{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.PromoCardLogoOnTop .invisible-image{display:block;height:auto}.PromoCardLogoOnTop-content{position:absolute;top:0;right:0;bottom:0;height:100%;margin:auto;z-index:1;padding:30px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;width:100%}.PromoCardLogoOnTop-media{margin:0 20px 20px}.text-left .PromoCardLogoOnTop-media{margin-left:0}.text-right .PromoCardLogoOnTop-media{margin-right:0}.PromoCardLogoOnTop-description{margin-bottom:20px}@media only screen and (min-width:768px){.PromoCardLogoOnTop{max-width:none;margin:initial}.PromoCardLogoOnTop-content{padding:40px}}@media only screen and (min-width:1024px){.PromoCardLogoOnTop-content{padding:60px 40px}}@media only screen and (min-width:1440px){.PromoCardLogoOnTop-content{padding:30px}}.PromoCardImageOnSide{background:var(--white);text-align:left}.PromoCardImageOnSide:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.PromoCardImageOnSide-content{padding:30px 20px}.PromoCardImageOnSide-content:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.PromoCardImageOnSide-author,.PromoCardImageOnSide-category,.PromoCardImageOnSide-title{margin-bottom:10px}.PromoCardImageOnSide-cta{margin-top:10px}.PromoCardImageOnSide-media{float:left;margin:0 10px 10px 0;width:90px}.PromoCardImageOnSide-media a,.PromoCardImageOnSide-media img{display:block}.image-right .PromoCardImageOnSide-media{float:right;margin:0 0 10px 10px}@media only screen and (min-width:768px){.PromoCardImageOnSide-content{padding:30px}.PromoCardImageOnSide-cta{margin-top:20px}}@media only screen and (min-width:1024px){.PromoCardImageOnSide-content{padding:40px 30px}}.PromoCardImageOnly.promo-has-dropshadow,.PromoCardImageOnlyLarge.promo-has-dropshadow{box-shadow:none}.PromoCardImageOnly-media,.PromoCardImageOnlyLarge-media{margin:0}.PromoCardImageOnly-media img,.PromoCardImageOnlyLarge-media img{display:block;min-height:280px;-o-object-fit:cover;object-fit:cover;margin-left:auto;margin-right:auto}.promo-has-dropshadow .PromoCardImageOnly-media img,.promo-has-dropshadow .PromoCardImageOnlyLarge-media img{box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}.PromoCardImageOnly-media picture img,.PromoCardImageOnlyLarge-media picture img{width:100%;height:100%}@media only screen and (min-width:768px){.PromoCardImageOnly-media img,.PromoCardImageOnlyLarge-media img{min-height:inherit}}.PromoCardImageOnTop{background:var(--white)}.PromoCardImageOnTop,.PromoCardImageOnTop-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.PromoCardImageOnTop-content{padding:20px 30px}.text-left .PromoCardImageOnTop-content{-ms-flex-align:start;align-items:flex-start}.text-center .PromoCardImageOnTop-content{-ms-flex-align:center;align-items:center}.text-right .PromoCardImageOnTop-content{-ms-flex-align:end;align-items:flex-end}.PromoCardImageOnTop-duration{margin-top:20px}.PromoCardImageOnTop-media{position:relative}.image-bottom .PromoCardImageOnTop-media{-ms-flex-order:3;order:3}.PromoCardImageOnTop-media img{width:100%;max-height:210px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media only screen and (min-width:768px){.PromoCardImageOnTop-media img{max-height:unset}}.PromoCardImageOnTop-media .icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.PromoCardImageOnTop-category,.PromoCardImageOnTop .event-time-and-date{margin-bottom:10px}.PromoCardImageOnTop-cta{margin-top:20px;-ms-flex-order:6;order:6;display:none}.show-button .PromoCardImageOnTop-cta{display:block}.PromoCardImageOnTop-downloadFileText,.PromoCardImageOnTop-galleryCount{margin-top:10px}.PromoCardImageOnTop-author{margin-top:20px;-ms-flex-order:5;order:5}.PromoCardImageOnTop-title{margin-bottom:10px}.PromoCardImageOnTop-eventDate,.PromoCardImageOnTop-eventTime{text-transform:uppercase;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;font-size:11px;font-weight:300;line-height:1.27;letter-spacing:.5px;color:var(--colorCharcoal)}@media only screen and (min-width:768px){.PromoCardImageOnTop-content{padding:30px}}.PromoCardImageOnTopLarge{background:var(--white)}.PromoCardImageOnTopLarge,.PromoCardImageOnTopLarge-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.PromoCardImageOnTopLarge-content{padding:20px 30px}.text-left .PromoCardImageOnTopLarge-content{-ms-flex-align:start;align-items:flex-start}.text-center .PromoCardImageOnTopLarge-content{-ms-flex-align:center;align-items:center}.text-right .PromoCardImageOnTopLarge-content{-ms-flex-align:end;align-items:flex-end}.PromoCardImageOnTopLarge-category{margin-bottom:10px}.PromoCardImageOnTopLarge-cta{margin-top:20px}.PromoCardImageOnTopLarge-author{margin-top:20px;-ms-flex-order:5;order:5}.PromoCardImageOnTopLarge-title{margin-bottom:10px}.PromoCardImageOnTopLarge-media{position:relative}.PromoCardImageOnTopLarge-media .icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.PromoCardImageOnTopLarge-media img{width:100%;-o-object-fit:cover;object-fit:cover}.image-bottom .PromoCardImageOnTopLarge-media{-ms-flex-order:3;order:3}.PromoCardImageOnTopLarge-downloadFileText,.PromoCardImageOnTopLarge-galleryCount,.PromoCardImageOnTopLarge-videoDuration{margin-top:10px}@media only screen and (min-width:768px){.PromoCardImageOnTopLarge-content{padding:40px}.PromoCardImageOnTopLarge-downloadFileText,.PromoCardImageOnTopLarge-galleryCount,.PromoCardImageOnTopLarge-videoDuration{margin-top:20px}.PromoCardImageOnTopLarge-category,.PromoCardImageOnTopLarge-title{margin-bottom:20px}.PromoCardImageOnTopLarge-author{margin:0 0 20px;-ms-flex-order:inherit;order:inherit}}@media only screen and (min-width:1024px){.PromoCardImageOnTopLarge-content{padding:60px}}.PromoCardTextOnly{position:relative;background:var(--white)}.PromoCardTextOnly-content{padding:30px 20px}.PromoCardTextOnly-topBar{height:20px;background-size:cover;background-position:50%;background-color:var(--primaryColor)}.PromoCardTextOnly-sourceName,.PromoCardTextOnly-sourceText{color:var(--primaryLinkColor);display:inline-block}.PromoCardTextOnly-sourceText{color:currentColor}.PromoCardTextOnly-description,.PromoCardTextOnly-header,.PromoCardTextOnly-title{margin-bottom:10px}.PromoCardTextOnly-cta{margin-top:20px}@media only screen and (min-width:768px){.PromoCardTextOnly-content{padding:30px}}.PromoAccordionItem{position:relative}.PromoAccordionItem-description{font-size:14px}.PromoCarouselBoxedHeadline{box-shadow:none;padding:50px 20px;width:100%;display:-ms-flexbox;display:flex;min-height:320px;background-position:50%;background-size:cover;color:var(--primaryTextColor)}.PromoCarouselBoxedHeadline-container,.PromoCarouselBoxedHeadline-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}.PromoCarouselBoxedHeadline-content{height:100%;-ms-flex-pack:center;justify-content:center;border:15px solid var(--primaryColor);background-color:rgba(32,32,32,.7);max-width:320px;margin:0 auto;-ms-flex-direction:column;flex-direction:column}.PromoCarouselBoxedHeadline-cta{margin-top:20px}.PromoCarouselBoxedHeadline-description{display:none;font-size:22px;font-weight:300;line-height:1.36}.PromoCarouselBoxedHeadline .promo-description,.PromoCarouselBoxedHeadline .PromoMetrics-description{color:var(--primaryTextColor)}.PromoCarouselBoxedHeadline-title{font-size:24px;line-height:1.17}@media only screen and (min-width:768px){.PromoCarouselBoxedHeadline{min-height:500px;padding:50px}.PromoCarouselBoxedHeadline-title{font-size:30px;line-height:1.2}.PromoCarouselBoxedHeadline-content{border-width:20px;padding:20px;height:inherit;min-height:280px}.content-horizontal-left .PromoCarouselBoxedHeadline-content{margin:auto 0}.content-horizontal-center .PromoCarouselBoxedHeadline-content{margin:0 auto}.content-horizontal-right .PromoCarouselBoxedHeadline-content{margin:0 0 0 auto}.text-left .PromoCarouselBoxedHeadline-content{-ms-flex-align:start;align-items:flex-start}.text-center .PromoCarouselBoxedHeadline-content{-ms-flex-align:center;align-items:center}.text-right .PromoCarouselBoxedHeadline-content{-ms-flex-align:end;align-items:flex-end}}@media only screen and (min-width:1024px){.PromoCarouselBoxedHeadline{min-height:640px;padding:42px}.PromoCarouselBoxedHeadline-title{font-size:36px;line-height:1.11;margin-bottom:10px}.PromoCarouselBoxedHeadline-description{display:block}.PromoCarouselBoxedHeadline-content{padding:40px;height:inherit;min-height:380px;max-width:400px}}@media only screen and (min-width:1024px){.PromoCarouselBoxedHeadline{min-height:640px;padding-left:42px;padding-right:42px}.PromoCarouselBoxedHeadline-content{padding:60px;min-height:430px;max-width:480px}}@media only screen and (min-width:1440px){.PromoCarouselBoxedHeadline{padding-left:0;padding-right:0}}.PromoCarouselHeadline{margin-bottom:0!important;box-shadow:none!important;padding:40px 20px;width:100%;display:-ms-flexbox;display:flex;min-height:320px;background-position:50%;background-size:cover;position:relative;--primaryTextColor:#fff}.PromoCarouselHeadline-container,.PromoCarouselHeadline-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}.PromoCarouselHeadline-content{-ms-flex-direction:column;flex-direction:column;position:relative;text-align:center;z-index:1}.PromoCarouselHeadline.promo-headline-small .metrics-title,.PromoCarouselHeadline.promo-headline-small .promo-title,.PromoCarouselHeadline.promo-headline-small .PromoMetrics-title{font-size:24px;line-height:1.17}@media only screen and (min-width:1440px){.PromoCarouselHeadline.promo-headline-small .metrics-title,.PromoCarouselHeadline.promo-headline-small .promo-title,.PromoCarouselHeadline.promo-headline-small .PromoMetrics-title{font-size:36px;line-height:1.11}}.PromoCarouselHeadline.promo-headline-medium .metrics-title,.PromoCarouselHeadline.promo-headline-medium .promo-title,.PromoCarouselHeadline.promo-headline-medium .PromoMetrics-title{font-size:30px;line-height:1.17}@media only screen and (min-width:1024px){.PromoCarouselHeadline.promo-headline-medium .metrics-title,.PromoCarouselHeadline.promo-headline-medium .promo-title,.PromoCarouselHeadline.promo-headline-medium .PromoMetrics-title{font-size:48px;line-height:1.25}}.PromoCarouselHeadline.promo-headline-large .metrics-title,.PromoCarouselHeadline.promo-headline-large .promo-title,.PromoCarouselHeadline.promo-headline-large .PromoMetrics-title{font-size:40px;font-weight:900;line-height:1;text-transform:uppercase}@media only screen and (min-width:1024px){.PromoCarouselHeadline.promo-headline-large .metrics-title,.PromoCarouselHeadline.promo-headline-large .promo-title,.PromoCarouselHeadline.promo-headline-large .PromoMetrics-title{font-size:80px}}.PromoCarouselHeadline-title{margin-bottom:20px}.PromoCarouselHeadline-description{font-size:18px;font-weight:300;line-height:1.33;display:none}.PromoCarouselHeadline .promo-description,.PromoCarouselHeadline .PromoMetrics-description{color:var(--primaryTextColor)}@media only screen and (min-width:768px){.PromoCarouselHeadline{padding:60px 0;min-height:500px}.PromoCarouselHeadline-content{max-width:260px;-ms-flex-align:initial;align-items:normal;text-align:inherit}.PromoCarouselHeadline.promo-headline-small{padding:50px}.PromoCarouselHeadline.promo-headline-small .promo-description,.PromoCarouselHeadline.promo-headline-small .PromoMetrics-description{display:none;margin-bottom:20px;font-size:18px}.PromoCarouselHeadline.promo-headline-medium{padding:50px 100px}.PromoCarouselHeadline.promo-headline-medium .promo-description,.PromoCarouselHeadline.promo-headline-medium .PromoMetrics-description{display:block;margin-bottom:20px}.PromoCarouselHeadline.promo-headline-large{padding:50px 100px}.PromoCarouselHeadline.promo-headline-large .promo-description,.PromoCarouselHeadline.promo-headline-large .PromoMetrics-description{display:block;margin-bottom:20px}.content-vertical-top .PromoCarouselHeadline-container{-ms-flex-align:start;align-items:flex-start}.content-vertical-center .PromoCarouselHeadline-container{-ms-flex-align:center;align-items:center}.content-vertical-bottom .PromoCarouselHeadline-container{-ms-flex-align:end;align-items:flex-end}.content-horizontal-left .PromoCarouselHeadline-container{-ms-flex-pack:start;justify-content:flex-start}.content-horizontal-center .PromoCarouselHeadline-container{-ms-flex-pack:center;justify-content:center}.content-horizontal-right .PromoCarouselHeadline-container{-ms-flex-pack:end;justify-content:flex-end}}@media only screen and (min-width:1024px){.PromoCarouselHeadline{padding:0}.PromoCarouselHeadline.promo-headline-small{padding:70px 120px;min-height:640px}.PromoCarouselHeadline.promo-headline-small .promo-description,.PromoCarouselHeadline.promo-headline-small .PromoMetrics-description{display:block}.PromoCarouselHeadline.promo-headline-small .PromoCarouselHeadline-content{max-width:420px}.PromoCarouselHeadline.promo-headline-medium{min-height:640px;padding:50px 100px}.PromoCarouselHeadline.promo-headline-medium .PromoCarouselHeadline-content{max-width:380px}.PromoCarouselHeadline.promo-headline-large{min-height:640px;padding:50px 100px}.PromoCarouselHeadline.promo-headline-large .PromoCarouselHeadline-content{max-width:380px}.PromoCarouselHeadline-description{font-size:22px;font-weight:300;line-height:1.36}}@media only screen and (min-width:1440px){.PromoCarouselHeadline{padding:80px 0}.PromoCarouselHeadline.promo-headline-small{padding:100px}.PromoCarouselHeadline.promo-headline-small .PromoCarouselHeadline-description{font-size:22px;line-height:1.36}.PromoCarouselHeadline.promo-headline-small .PromoCarouselHeadline-content{max-width:500px}.PromoCarouselHeadline.promo-headline-medium{padding:50px 100px}.PromoCarouselHeadline.promo-headline-medium .PromoCarouselHeadline-content{max-width:600px}.PromoCarouselHeadline.promo-headline-large{padding:50px 0}.PromoCarouselHeadline.promo-headline-large .PromoCarouselHeadline-content{max-width:600px}.content-center .PromoCarouselHeadline-container,.content-left .PromoCarouselHeadline-container,.content-right .PromoCarouselHeadline-container{margin:0 auto}}.PromoCarouselLargeImage{padding:40px 20px;background-position:50%;background-size:cover;--primaryTextColor:#fff}.PromoCarouselLargeImage.hide-media-xs .PromoCarouselLargeImage-media,.PromoCarouselLargeImage.promo-has-media:not(.hide-media-xs) .PromoCarouselLargeImage-description{display:none}.PromoCarouselLargeImage.hide-media-xs .PromoCarouselLargeImage-description{display:block}.PromoCarouselLargeImage-container.container-fixed{max-width:calc(var(--maxPageWidth) + 20px)}.PromoCarouselLargeImage-description{color:#fff}.PromoCarouselLargeImage.promo-has-dropshadow{box-shadow:none}.PromoCarouselLargeImage-title{font-size:30px;margin-bottom:20px}.PromoCarouselLargeImage-description{margin-bottom:20px;font-size:18px;font-weight:300;line-height:1.33}.PromoCarouselLargeImage .promo-description,.PromoCarouselLargeImage .PromoMetrics-description{color:var(--primaryTextColor)}.PromoCarouselLargeImage-media{margin-bottom:30px}.PromoCarouselLargeImage-media img{display:block}.promo-has-dropshadow .PromoCarouselLargeImage-media img{box-shadow:0 2px 30px 0 rgba(0,0,0,.3)}@media only screen and (max-width:767px){.PromoCarouselLargeImage-content{text-align:center}}@media only screen and (min-width:768px){.PromoCarouselLargeImage{padding:60px 120px}.PromoCarouselLargeImage.hide-media-xs .PromoCarouselLargeImage-media,.PromoCarouselLargeImage.promo-has-media:not(.hide-media-xs) .PromoCarouselLargeImage-description{display:block}.PromoCarouselLargeImage-container{display:-ms-flexbox;display:flex}.PromoCarouselLargeImage-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding-top:40px;padding-bottom:40px}.image-left .PromoCarouselLargeImage-content{padding-right:80px}.image-right .PromoCarouselLargeImage-content{padding-left:80px}.PromoCarouselLargeImage-media{-ms-flex-negative:0;flex-shrink:0;margin:0 40px 0 0;max-width:360px}.PromoCarouselLargeImage-media a{height:100%}.PromoCarouselLargeImage-media img{height:100%;-o-object-fit:cover;object-fit:cover}.image-right .PromoCarouselLargeImage-media{margin:0 0 0 40px;-ms-flex-order:1;order:1}}@media only screen and (min-width:1024px){.PromoCarouselLargeImage{padding:50px 120px}.PromoCarouselLargeImage-title{font-size:48px;line-height:1.25}.PromoCarouselLargeImage-description,.PromoCarouselLargeImage-title{margin-bottom:20px}.PromoCarouselLargeImage-description{font-size:22px;font-weight:300;line-height:1.36}.PromoCarouselLargeImage-media{max-width:495px}}@media only screen and (min-width:1440px){.PromoCarouselLargeImage{padding:80px 120px}.PromoCarouselLargeImage-media{max-width:620px}.image-left .PromoCarouselLargeImage-content,.image-right .PromoCarouselLargeImage-content{padding-right:0;padding-left:0}}.PromoFlipCard,.PromoFlipCardIconQuote,.PromoFlipCardImageButton,.PromoFlipCardLogoButton{z-index:1;perspective:1000px;transform-style:preserve-3d;background:inherit;box-shadow:none!important}@media only screen and (max-width:767px){.PromoFlipCard,.PromoFlipCardIconQuote,.PromoFlipCardImageButton,.PromoFlipCardLogoButton{max-width:280px;margin-left:auto;margin-right:auto}}.PromoFlipCard .flipper,.PromoFlipCardIconQuote .flipper,.PromoFlipCardImageButton .flipper,.PromoFlipCardLogoButton .flipper{width:100%;height:100%;transition:.5s;transform-style:preserve-3d;position:relative}.flip .PromoFlipCard-back,.flip .PromoFlipCardIconQuote-back,.flip .PromoFlipCardImageButton-back,.flip .PromoFlipCardLogoButton-back,.PromoFlipCard.hover .PromoFlipCard-back,.PromoFlipCard:hover .PromoFlipCard-back,.PromoFlipCardIconQuote.hover .PromoFlipCardIconQuote-back,.PromoFlipCardIconQuote:hover .PromoFlipCardIconQuote-back,.PromoFlipCardImageButton.hover .PromoFlipCardImageButton-back,.PromoFlipCardImageButton:hover .PromoFlipCardImageButton-back,.PromoFlipCardLogoButton.hover .PromoFlipCardLogoButton-back,.PromoFlipCardLogoButton:hover .PromoFlipCardLogoButton-back{transform:rotateY(0deg)}.flip .PromoFlipCard-front,.flip .PromoFlipCardIconQuote-front,.flip .PromoFlipCardImageButton-front,.flip .PromoFlipCardLogoButton-front,.PromoFlipCard.hover .PromoFlipCard-front,.PromoFlipCard:hover .PromoFlipCard-front,.PromoFlipCardIconQuote.hover .PromoFlipCardIconQuote-front,.PromoFlipCardIconQuote:hover .PromoFlipCardIconQuote-front,.PromoFlipCardImageButton.hover .PromoFlipCardImageButton-front,.PromoFlipCardImageButton:hover .PromoFlipCardImageButton-front,.PromoFlipCardLogoButton.hover .PromoFlipCardLogoButton-front,.PromoFlipCardLogoButton:hover .PromoFlipCardLogoButton-front{transform:rotateY(180deg)}.PromoFlipCard-back,.PromoFlipCard-front,.PromoFlipCardIconQuote-back,.PromoFlipCardIconQuote-front,.PromoFlipCardImageButton-back,.PromoFlipCardImageButton-front,.PromoFlipCardLogoButton-back,.PromoFlipCardLogoButton-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;position:absolute;width:100%;height:100%;top:0;left:0;transition:.5s;transform-style:preserve-3d}.PromoFlipCard-back,.PromoFlipCardIconQuote-back,.PromoFlipCardImageButton-back,.PromoFlipCardLogoButton-back{transform:rotateY(-180deg)}.PromoFlipCard-front,.PromoFlipCardIconQuote-front,.PromoFlipCardImageButton-front,.PromoFlipCardLogoButton-front{z-index:2;transform:rotateY(0deg)}.PromoFlipCardIconQuote-media{margin-bottom:20px}.PromoFlipCardIconQuote-title{margin-bottom:10px}.PromoFlipCardIconQuote-media img{max-height:80px;height:auto}.PromoFlipCardIconQuote-back,.PromoFlipCardIconQuote-front{background:var(--white);color:var(--primaryTextColor)}.PromoFlipCardIconQuote .Quote-quote{font-weight:300}.PromoFlipCardIconQuote .Quote-attribution,.PromoFlipCardIconQuote .Quote-quote{margin:0}.PromoFlipCardIconQuote .Quote-attribution{margin-top:20px;display:block;text-align:center;text-transform:uppercase}@media only screen and (min-width:768px){.PromoFlipCardIconQuote-content{padding:40px}}@media only screen and (min-width:1440px){.PromoFlipCardIconQuote-content{padding:60px}}.PromoFlipCardImageButton-cta{margin-top:20px}.PromoFlipCardImageButton-content{height:100%;display:-ms-flexbox;display:flex;padding:30px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.PromoFlipCardImageButton-media{margin-bottom:20px}@media only screen and (min-width:768px){.PromoFlipCardImageButton-content{padding:40px}.PromoFlipCardImageButton-media{margin-bottom:30px}}@media only screen and (min-width:1440px){.PromoFlipCardImageButton-content{padding:60px}}.PromoFlipCardImageButton .promo-divider{background-color:currentColor}.PromoFlipCardImageButton-back,.PromoFlipCardImageButton-front{background:var(--white);color:var(--primaryTextColor)}.PromoFlipCardImageButton-media{margin-bottom:0}.PromoFlipCardImageButton-media img{max-width:100%;height:auto;display:block}.PromoFlipCardImageButton-title{margin-bottom:20px}.PromoFlipCardIconQuote-back,.PromoFlipCardIconQuote-front,.PromoFlipCardLogoButton-back,.PromoFlipCardLogoButton-front{background:var(--white);color:var(--primaryTextColor)}.PromoFlipCardIconQuote-cta,.PromoFlipCardLogoButton-cta{margin-top:20px}.PromoFlipCardIconQuote-content,.PromoFlipCardLogoButton-content{height:100%;display:-ms-flexbox;display:flex;padding:30px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.PromoFlipCardIconQuote-media,.PromoFlipCardLogoButton-media{margin-bottom:20px}.PromoFlipCardIconQuote-media img,.PromoFlipCardLogoButton-media img{height:auto}@media only screen and (min-width:768px){.PromoFlipCardIconQuote-content,.PromoFlipCardLogoButton-content{padding:40px}.PromoFlipCardIconQuote-media,.PromoFlipCardLogoButton-media{margin-bottom:30px}}@media only screen and (min-width:1440px){.PromoFlipCardIconQuote-content,.PromoFlipCardLogoButton-content{padding:60px}}.TextOnlyPromo{padding:30px 20px;background:var(--white);height:100%}.TextOnlyPromo-category{text-transform:uppercase;margin-bottom:10px}.TextOnlyPromo-title{margin-bottom:10px}@media only screen and (min-width:768px){.TextOnlyPromo{padding:30px}}.SocialPromo{height:auto;color:var(--white)}.SocialPromo,.SocialPromo-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.SocialPromo-content{padding:20px 0 10px;text-align:left}.SocialPromo-description{font-size:var(--promo-title);line-height:1.25;word-break:break-word;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;font-size:22px;font-weight:400;line-height:1.36;padding:0 20px}.SocialPromo-description .textStyleSpec-md,.SocialPromo-description .textStyleSpec-sm{font-size:2rem}.SocialPromo-description .textStyleSpec-lg{font-size:2.4rem}@media only screen and (min-width:768px){.SocialPromo-description{line-height:1.2}}@media only screen and (min-width:1024px){.SocialPromo-description{line-height:1.25}}.SocialPromo-description a,.SocialPromo-description a:hover{color:inherit}.SocialPromo-bottom{display:-ms-flexbox;display:flex;margin:20px 0 0;padding:0 10px}.SocialPromo-date{color:var(--white);font-size:16px;font-weight:300;line-height:1.38}.SocialPromo-icon{margin-left:auto}.SocialPromo-icon .icon{fill:var(--white);width:25px;height:20px}.SocialPromo.twitter .SocialPromo-content{background-color:#1da1f2}.SocialPromo.facebook .SocialPromo-content{background-color:#3b5998}.SocialPromo.instagram .SocialPromo-content{background-color:#8a3ab9}@media only screen and (min-width:768px){.SocialPromo-content{padding:40px 0 20px}.SocialPromo-description{padding:0 30px}.SocialPromo-bottom{margin:40px 0 0;padding:0 20px}}.Quote blockquote{margin:0;text-align:center;quotes:'"' '"'}.Quote blockquote:before{content:open-quote;margin-right:2px;font-style:italic}.Quote blockquote:after{content:close-quote;margin-left:2px;font-style:italic}@media only screen and (min-width:768px){.Quote{text-align:left}.Quote-image img{max-width:120px}}.QuoteCard{padding:40px 20px;background:var(--white)}.QuoteCard .invisible-image{position:absolute}.QuoteCard-image img{max-width:80px}.QuoteCard-quote{margin:0}.QuoteCard-backgroundImage{height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.QuoteCard-backgroundImage img,.QuoteCard-backgroundImage picture{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.QuoteCard-content{position:relative;z-index:1}.QuoteCard-info{margin-top:20px}.QuoteCard-items a{color:var(--primaryLinkColor);text-decoration:none}.QuoteCard-items a:hover{color:var(--primaryLinkHoverColor);text-decoration:none}@media only screen and (min-width:768px){.QuoteCard{padding:40px}}@media only screen and (min-width:1440px){.QuoteCard{padding:60px}}.QuoteFullWidth{background-size:cover;background-position:50%}.QuoteFullWidth-container{display:-ms-flexbox;display:flex;padding:40px 30px}.QuoteFullWidth-quote{margin:0 0 20px}.QuoteFullWidth-content{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;max-width:800px;margin:0 auto}@media only screen and (min-width:768px){.QuoteFullWidth-container{padding:60px 50px}.QuoteFullWidth-content{margin:0}.text-left .QuoteFullWidth-content{-ms-flex-align:center;align-items:center;text-align:left;margin-right:auto;-ms-flex-direction:row;flex-direction:row}.text-center .QuoteFullWidth-content{-ms-flex-align:center;align-items:center;text-align:center;margin:0 auto}.text-right .QuoteFullWidth-content{-ms-flex-align:center;align-items:center;text-align:right;margin-left:auto;-ms-flex-direction:row;flex-direction:row}.text-right .QuoteFullWidth-image{margin:0 0 0 20px;-ms-flex-order:3;order:3}.text-left .QuoteFullWidth-image{margin:0 20px 0 0}}@media only screen and (min-width:1024px){.QuoteFullWidth-container{padding:80px 42px}}@media only screen and (min-width:1440px){.QuoteFullWidth-container{padding:80px 0}}.SearchSnippet-ImageLeft{padding:10px 0;word-break:break-word}.SearchSnippet-ImageLeft img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.SearchSnippet-ImageLeft-body{overflow:hidden}@media only screen and (min-width:768px){.SearchSnippet-ImageLeft{padding:40px}}.SearchSnippet-ImageLeft-description{color:#666}.SearchSnippet-ImageLeft-category,.SearchSnippet-ImageLeft-title{margin-bottom:10px}.SearchSnippet-ImageLeft-title{font-size:1.4rem}@media only screen and (min-width:768px){.SearchSnippet-ImageLeft-title{font-size:2rem}}@media only screen and (min-width:1024px){.SearchSnippet-ImageLeft-title{font-size:2.4rem}}.SearchSnippet-ImageLeft-author-block{display:none;margin-bottom:22px}.SearchSnippet-ImageLeft-author-block img{width:40px;height:40px;border-radius:50%;margin-right:10px}@media only screen and (min-width:768px){.SearchSnippet-ImageLeft-author-block{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}}.SearchSnippet-ImageLeft-eventDate,.SearchSnippet-ImageLeft-eventTime{text-transform:uppercase;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;font-size:11px;font-weight:300;line-height:1.27;letter-spacing:.5px;color:var(--colorCharcoal)}.SearchSnippet-ImageLeft-byline.with-author-image span{display:block}.SearchSnippet-ImageLeft-media{position:relative;float:left;display:block;margin-bottom:5px;margin-right:10px;line-height:0}.SearchSnippet-ImageLeft-media.no-image,.SearchSnippet-ImageLeft-media img{width:130px;height:130px}@media only screen and (min-width:768px){.SearchSnippet-ImageLeft-media{margin-bottom:0;margin-right:20px}.SearchSnippet-ImageLeft-media.no-image,.SearchSnippet-ImageLeft-media img{width:140px;height:140px}}.SearchSnippet-ImageLeft-title{font-weight:700}.SearchSnippet-GridItem{text-align:center;word-break:break-word}.SearchSnippet-GridItem-media{margin-bottom:20px;position:relative}.SearchSnippet-GridItem-media img{width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:auto}.SearchSnippet-GridItem-category,.SearchSnippet-GridItem-title{margin-bottom:10px}.SearchSnippet-GridItem-title{font-size:1.4rem}@media only screen and (min-width:768px){.SearchSnippet-GridItem-title{font-size:2rem}}@media only screen and (min-width:1024px){.SearchSnippet-GridItem-title{font-size:2.4rem}}.SearchSnippet-GridItem-byline,.SearchSnippet-GridItem-description{display:none}@media only screen and (min-width:768px){.SearchSnippet-GridItem-byline,.SearchSnippet-GridItem-description{display:block}}.SearchSnippet-GridItem-author-block{margin-bottom:14px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:left}.SearchSnippet-GridItem-author-block img{width:40px;height:40px;border-radius:50%;margin-right:10px}.SearchSnippet-GridItem-byline span{display:block}.SearchSnippet-GridItem-description{color:#666}.SearchSnippet-GridItem-eventDate,.SearchSnippet-GridItem-eventTime{text-transform:uppercase;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;font-size:11px;font-weight:300;line-height:1.27;letter-spacing:.5px;color:var(--colorCharcoal)}.SearchSnippet-GridItem-title{font-weight:700}.SearchModule{max-width:400px;padding:40px 30px;text-align:center}.SearchModule-title{margin-bottom:20px;font-size:18px}.SearchModule-description{font-size:16px;font-family:Roboto,Open Sans,Arial,Helvetica,sans-serif;font-weight:300;margin-bottom:30px}.SearchModule-form input{margin-bottom:40px;outline:none}.SearchModule-button.AuthorPage-paginationButton,.SearchModule-button.BrandPage-paginationButton,.SearchModule-button.btn,.SearchModule-button.CountryPage-paginationButton,.SearchModule-button.DirectorySearchPage-export-btn a,.SearchModule-button.EventCalendarDayPage-export-btn a,.SearchModule-button.EventCalendarMonthPage-export-btn a,.SearchModule-button.EventCategoryPage-paginationButton,.SearchModule-button.EventPage-addToCalendar .FavoriteButton,.SearchModule-button.Footer .RichTextModule-cta a,.SearchModule-button.Header-customButton>a,.SearchModule-button.List .List-paginationButton,.SearchModule-button.ListAbstract .List-paginationButton,.SearchModule-button.ListAccordion .List-paginationButton,.SearchModule-button.ListAthleticEvent .List-paginationButton,.SearchModule-button.ListCard .List-paginationButton,.SearchModule-button.ListCardBackground .List-paginationButton,.SearchModule-button.ListCardDescriptionOnLeft .List-paginationButton,.SearchModule-button.ListCardImageOnly .List-paginationButton,.SearchModule-button.ListCardImageOnSide .List-paginationButton,.SearchModule-button.ListCardImageOnTop .List-paginationButton,.SearchModule-button.ListCardLogoBottom .List-paginationButton,.SearchModule-button.ListCardLogoTop .List-paginationButton,.SearchModule-button.ListCardQuote .List-paginationButton,.SearchModule-button.ListCardTextOnly .List-paginationButton,.SearchModule-button.ListCarouselBoxedHeadline .List-paginationButton,.SearchModule-button.ListCarouselQuoteFullWidth .List-paginationButton,.SearchModule-button.ListEvents .List-paginationButton,.SearchModule-button.ListHighlightA .List-paginationButton,.SearchModule-button.ListIconOnSide .List-paginationButton,.SearchModule-button.ListIconOnTopLarge .List-paginationButton,.SearchModule-button.ListIconOnTopSmall .List-paginationButton,.SearchModule-button.ListImageLarge .List-paginationButton,.SearchModule-button.ListImageMedium .List-paginationButton,.SearchModule-button.ListImageOnTopCircular .List-paginationButton,.SearchModule-button.ListImageSmall .List-paginationButton,.SearchModule-button.ListImageThumbnail .List-paginationButton,.SearchModule-button.ListLinks .List-paginationButton,.SearchModule-button.ListLogoOnly .List-paginationButton,.SearchModule-button.ListMetrics .List-paginationButton,.SearchModule-button.ListSchedule .List-paginationButton,.SearchModule-button.ListSpeechPromo .List-paginationButton,.SearchModule-button.ListTagCloud .List-paginationButton,.SearchModule-button.ListUpcomingEvents .List-paginationButton,.SearchModule-button.ListVerticalImage .List-paginationButton,.SearchModule-button.ProductPage-paginationButton,.SearchModule-button.SearchResultsPage-export-btn a,.SearchModule-button.SectionPage-paginationButton,.SearchModule-button.SocialList .List-paginationButton,.SearchModule-button.TagPage-paginationButton,.SearchModule-button.TaxonomyPage-paginationButton,.SearchModule-button.TopicPage-paginationButton{border:0;border-radius:0;font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:12px;letter-spacing:1px;text-transform:uppercase;padding:20px 40px;outline:none}@media only screen and (min-width:768px){.SearchModule{padding:40px}}@media only screen and (min-width:1440px){.SearchModule{padding:60px}}.DirectorySearchPage-contentWrapper,.EventCalendarDayPage-contentWrapper,.EventCalendarMonthPage-contentWrapper,.SearchResultsPage-contentWrapper{-ms-flex:1 0 auto;flex:1 0 auto;background-color:#fff}.DirectorySearchPage .gsc-modal-background-image-visible,.DirectorySearchPage .gsc-results-wrapper-overlay,.EventCalendarDayPage .gsc-modal-background-image-visible,.EventCalendarDayPage .gsc-results-wrapper-overlay,.EventCalendarMonthPage .gsc-modal-background-image-visible,.EventCalendarMonthPage .gsc-results-wrapper-overlay,.SearchResultsPage .gsc-modal-background-image-visible,.SearchResultsPage .gsc-results-wrapper-overlay{position:relative!important;z-index:1!important;margin:0}.DirectorySearchPage .gsc-overflow-hidden,.EventCalendarDayPage .gsc-overflow-hidden,.EventCalendarMonthPage .gsc-overflow-hidden,.SearchResultsPage .gsc-overflow-hidden{overflow-y:auto!important}.DirectorySearchPage .gsc-control-cse .gsc-option-menu-container,.EventCalendarDayPage .gsc-control-cse .gsc-option-menu-container,.EventCalendarMonthPage .gsc-control-cse .gsc-option-menu-container,.SearchResultsPage .gsc-control-cse .gsc-option-menu-container{width:150px!important}.DirectorySearchPage .gsc-adBlock,.EventCalendarDayPage .gsc-adBlock,.EventCalendarMonthPage .gsc-adBlock,.SearchResultsPage .gsc-adBlock{display:none!important}.DirectorySearchPage.has-aside .DirectorySearchPage-main,.EventCalendarDayPage.has-aside .EventCalendarDayPage-main,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-main,.SearchResultsPage.has-aside .SearchResultsPage-main{margin-bottom:25px;margin-top:25px}.DirectorySearchPage.has-aside .DirectorySearchPage-headingWrapper,.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper,.SearchResultsPage.has-aside .SearchResultsPage-headingWrapper{background-color:var(--searchResultsHeaderColor);background-size:cover;color:var(--leadTextColor,var(--primaryTextColor))}.DirectorySearchPage.has-aside .DirectorySearchPage-headingWrapper h1,.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper h1,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper h1,.SearchResultsPage.has-aside .SearchResultsPage-headingWrapper h1{color:var(--leadTextColor,var(--primaryTextColor))}.DirectorySearchPage.has-aside .DirectorySearchPage-headingWrapper.has-background-image,.DirectorySearchPage.has-aside .DirectorySearchPage-headingWrapper.has-background-image h1,.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper.has-background-image,.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper.has-background-image h1,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper.has-background-image,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper.has-background-image h1,.SearchResultsPage.has-aside .SearchResultsPage-headingWrapper.has-background-image,.SearchResultsPage.has-aside .SearchResultsPage-headingWrapper.has-background-image h1{color:var(--leadTextColor,#fff)}@media only screen and (min-width:768px){.DirectorySearchPage.has-aside .DirectorySearchPage-headingWrapper.without-search-box,.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper.without-search-box,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper.without-search-box,.SearchResultsPage.has-aside .SearchResultsPage-headingWrapper.without-search-box{min-height:260px}}@media only screen and (min-width:1024px){.DirectorySearchPage.has-aside .DirectorySearchPage-headingWrapper.without-search-box,.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper.without-search-box,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper.without-search-box,.SearchResultsPage.has-aside .SearchResultsPage-headingWrapper.without-search-box{min-height:380px}}.DirectorySearchPage.has-aside .DirectorySearchPage-headingWrapper.without-search-box .SearchResultsPage-heading h1,.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper.without-search-box .SearchResultsPage-heading h1,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper.without-search-box .SearchResultsPage-heading h1,.SearchResultsPage.has-aside .SearchResultsPage-headingWrapper.without-search-box .SearchResultsPage-heading h1{text-shadow:0 2px 4px rgba(0,0,0,.5);font-size:40px;text-transform:none;letter-spacing:normal;font-weight:400}@media only screen and (min-width:768px){.DirectorySearchPage.has-aside .DirectorySearchPage-headingWrapper.without-search-box .SearchResultsPage-heading h1,.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper.without-search-box .SearchResultsPage-heading h1,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper.without-search-box .SearchResultsPage-heading h1,.SearchResultsPage.has-aside .SearchResultsPage-headingWrapper.without-search-box .SearchResultsPage-heading h1{font-size:60px}}@media only screen and (min-width:1024px){.DirectorySearchPage.has-aside .DirectorySearchPage-headingWrapper.without-search-box .SearchResultsPage-heading h1,.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper.without-search-box .SearchResultsPage-heading h1,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper.without-search-box .SearchResultsPage-heading h1,.SearchResultsPage.has-aside .SearchResultsPage-headingWrapper.without-search-box .SearchResultsPage-heading h1{font-size:80px}}@media only screen and (min-width:1024px){.DirectorySearchPage.has-aside .DirectorySearchPage-headingWrapper,.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper,.SearchResultsPage.has-aside .SearchResultsPage-headingWrapper{padding-bottom:80px}}.DirectorySearchPage-main,.EventCalendarDayPage-main,.EventCalendarMonthPage-main,.SearchResultsPage-main{margin-bottom:25px!important;margin-top:25px!important}@media only screen and (min-width:1024px){.DirectorySearchPage-main,.EventCalendarDayPage-main,.EventCalendarMonthPage-main,.SearchResultsPage-main{margin-top:48px!important}}.DirectorySearchPage-descriptionRow,.EventCalendarDayPage-descriptionRow,.EventCalendarMonthPage-descriptionRow,.SearchResultsPage-descriptionRow{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -20px 0 0;max-width:100%}.DirectorySearchPage-description,.EventCalendarDayPage-description,.EventCalendarMonthPage-description,.SearchResultsPage-description{font-size:var(--list-description);font-weight:300;line-height:1.33;font-weight:700;-ms-flex:1 0 100%;flex:1 0 100%;margin:0 20px 20px 0}.DirectorySearchPage-description .textStyleSpec-md,.DirectorySearchPage-description .textStyleSpec-sm,.EventCalendarDayPage-description .textStyleSpec-md,.EventCalendarDayPage-description .textStyleSpec-sm,.EventCalendarMonthPage-description .textStyleSpec-md,.EventCalendarMonthPage-description .textStyleSpec-sm,.SearchResultsPage-description .textStyleSpec-md,.SearchResultsPage-description .textStyleSpec-sm{font-size:1.8rem}.DirectorySearchPage-description .textStyleSpec-lg,.EventCalendarDayPage-description .textStyleSpec-lg,.EventCalendarMonthPage-description .textStyleSpec-lg,.SearchResultsPage-description .textStyleSpec-lg{font-size:2.2rem}.DirectorySearchPage-description p,.EventCalendarDayPage-description p,.EventCalendarMonthPage-description p,.SearchResultsPage-description p{margin-top:0;margin-bottom:0}@media only screen and (min-width:1024px){.DirectorySearchPage-description,.EventCalendarDayPage-description,.EventCalendarMonthPage-description,.SearchResultsPage-description{line-height:1.36}}.DirectorySearchPage-description a:hover,.EventCalendarDayPage-description a:hover,.EventCalendarMonthPage-description a:hover,.SearchResultsPage-description a:hover{text-decoration:underline}.DirectorySearchPage-search,.EventCalendarDayPage-search,.EventCalendarMonthPage-search,.SearchResultsPage-search{width:100%;max-width:280px;margin:40px auto auto}@media only screen and (min-width:768px){.DirectorySearchPage-search,.EventCalendarDayPage-search,.EventCalendarMonthPage-search,.SearchResultsPage-search{max-width:667px}}@media only screen and (min-width:1024px){.DirectorySearchPage-search,.EventCalendarDayPage-search,.EventCalendarMonthPage-search,.SearchResultsPage-search{max-width:724px}}.DirectorySearchPage-search .input,.EventCalendarDayPage-search .input,.EventCalendarMonthPage-search .input,.SearchResultsPage-search .input{margin-bottom:0}.DirectorySearchPage-search .search-btn,.EventCalendarDayPage-search .search-btn,.EventCalendarMonthPage-search .search-btn,.SearchResultsPage-search .search-btn{position:absolute;top:0;right:0;bottom:0;border:0;display:-ms-flexbox;display:flex;vertical-align:middle;-ms-flex-align:center;align-items:center;padding:0 20px 0 10px;background:none;outline:0;transition:all .25s;opacity:.75}.DirectorySearchPage-search .search-btn svg,.EventCalendarDayPage-search .search-btn svg,.EventCalendarMonthPage-search .search-btn svg,.SearchResultsPage-search .search-btn svg{max-width:15px;fill:#1d2c3a}.DirectorySearchPage-tags,.EventCalendarDayPage-tags,.EventCalendarMonthPage-tags,.SearchResultsPage-tags{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -20px 20px 0;font-weight:400}.DirectorySearchPage-tag,.EventCalendarDayPage-tag,.EventCalendarMonthPage-tag,.SearchResultsPage-tag{color:var(--primaryTextColor);font-size:1.4rem;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;margin:0 20px 20px 0}.DirectorySearchPage-tag:hover,.EventCalendarDayPage-tag:hover,.EventCalendarMonthPage-tag:hover,.SearchResultsPage-tag:hover{color:var(--primaryTextColor)}.DirectorySearchPage-tag svg,.EventCalendarDayPage-tag svg,.EventCalendarMonthPage-tag svg,.SearchResultsPage-tag svg{color:var(--primaryLinkColor);margin-left:1rem}.DirectorySearchPage-filters-reset,.EventCalendarDayPage-filters-reset,.EventCalendarMonthPage-filters-reset,.SearchResultsPage-filters-reset{margin-top:40px}.DirectorySearchPage-sorts-container,.EventCalendarDayPage-sorts-container,.EventCalendarMonthPage-sorts-container,.SearchResultsPage-sorts-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.DirectorySearchPage .SearchResultsPage-sorts,.EventCalendarDayPage .SearchResultsPage-sorts,.EventCalendarMonthPage .SearchResultsPage-sorts,.SearchResultsPage .SearchResultsPage-sorts{margin:0}.DirectorySearchPage .SearchResultsPage-sorts .custom-dropdown,.EventCalendarDayPage .SearchResultsPage-sorts .custom-dropdown,.EventCalendarMonthPage .SearchResultsPage-sorts .custom-dropdown,.SearchResultsPage .SearchResultsPage-sorts .custom-dropdown{width:100%;padding-right:35px}@media only screen and (min-width:768px){.DirectorySearchPage .SearchResultsPage-sorts .custom-dropdown,.EventCalendarDayPage .SearchResultsPage-sorts .custom-dropdown,.EventCalendarMonthPage .SearchResultsPage-sorts .custom-dropdown,.SearchResultsPage .SearchResultsPage-sorts .custom-dropdown{width:260px}}.DirectorySearchPage .SearchResultsPage-sorts .dropdown-link svg,.EventCalendarDayPage .SearchResultsPage-sorts .dropdown-link svg,.EventCalendarMonthPage .SearchResultsPage-sorts .dropdown-link svg,.SearchResultsPage .SearchResultsPage-sorts .dropdown-link svg{-ms-flex-negative:0;flex-shrink:0;width:12px;height:12px;margin-right:10px;color:var(--primaryColor)}.DirectorySearchPage-display-btns,.EventCalendarDayPage-display-btns,.EventCalendarMonthPage-display-btns,.SearchResultsPage-display-btns{line-height:0;display:-ms-flexbox;display:flex}.DirectorySearchPage-display-btns a,.EventCalendarDayPage-display-btns a,.EventCalendarMonthPage-display-btns a,.SearchResultsPage-display-btns a{border:1px solid #e9e6e3;display:inline-block;line-height:0}.DirectorySearchPage-display-btns a:first-of-type,.EventCalendarDayPage-display-btns a:first-of-type,.EventCalendarMonthPage-display-btns a:first-of-type,.SearchResultsPage-display-btns a:first-of-type{border-right:0}.DirectorySearchPage-display-btns svg,.EventCalendarDayPage-display-btns svg,.EventCalendarMonthPage-display-btns svg,.SearchResultsPage-display-btns svg{width:41px;height:41px;cursor:pointer;padding:10px;fill:var(--primaryTextColor);transition:all .25s}.DirectorySearchPage-display-btns svg:first-of-type,.EventCalendarDayPage-display-btns svg:first-of-type,.EventCalendarMonthPage-display-btns svg:first-of-type,.SearchResultsPage-display-btns svg:first-of-type{border-right:0}.DirectorySearchPage-display-btns svg.active,.EventCalendarDayPage-display-btns svg.active,.EventCalendarMonthPage-display-btns svg.active,.SearchResultsPage-display-btns svg.active{fill:var(--primaryLinkColor)}.DirectorySearchPage-display-btns svg:hover,.EventCalendarDayPage-display-btns svg:hover,.EventCalendarMonthPage-display-btns svg:hover,.SearchResultsPage-display-btns svg:hover{background-color:#f4f3f2}@media only screen and (min-width:768px){.DirectorySearchPage-display-btns svg,.EventCalendarDayPage-display-btns svg,.EventCalendarMonthPage-display-btns svg,.SearchResultsPage-display-btns svg{width:44px;height:44px}}.DirectorySearchPage-export-btn,.EventCalendarDayPage-export-btn,.EventCalendarMonthPage-export-btn,.SearchResultsPage-export-btn{position:absolute;top:0;width:200px;right:-30px}@media only screen and (min-width:768px){.DirectorySearchPage-export-btn,.EventCalendarDayPage-export-btn,.EventCalendarMonthPage-export-btn,.SearchResultsPage-export-btn{position:relative;display:inline-block;margin-left:20px}.DirectorySearchPage-export-btn a,.EventCalendarDayPage-export-btn a,.EventCalendarMonthPage-export-btn a,.SearchResultsPage-export-btn a{padding:1.4em 2em}}.DirectorySearchPage-filters-container,.EventCalendarDayPage-filters-container,.EventCalendarMonthPage-filters-container,.SearchResultsPage-filters-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.DirectorySearchPage-filters-container .DateInput,.EventCalendarDayPage-filters-container .DateInput,.EventCalendarMonthPage-filters-container .DateInput,.SearchResultsPage-filters-container .DateInput{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.DirectorySearchPage-filters-container .DateInput-input,.EventCalendarDayPage-filters-container .DateInput-input,.EventCalendarMonthPage-filters-container .DateInput-input,.SearchResultsPage-filters-container .DateInput-input{margin-bottom:0;padding-right:35px;transition:unset;box-shadow:none;border-color:var(--colorBeige2)}.DirectorySearchPage-filters-container .DateInput-label,.EventCalendarDayPage-filters-container .DateInput-label,.EventCalendarMonthPage-filters-container .DateInput-label,.SearchResultsPage-filters-container .DateInput-label{-ms-flex-positive:1;flex-grow:1}.DirectorySearchPage-filters-container .DateInput-clearSelection,.EventCalendarDayPage-filters-container .DateInput-clearSelection,.EventCalendarMonthPage-filters-container .DateInput-clearSelection,.SearchResultsPage-filters-container .DateInput-clearSelection{-ms-flex-negative:0;flex-shrink:0;margin-left:10px}.DirectorySearchPage-filters-container .DateInput-description,.DirectorySearchPage-filters-container .DateInput-errors,.DirectorySearchPage-filters-container .DateInput-label .label,.EventCalendarDayPage-filters-container .DateInput-description,.EventCalendarDayPage-filters-container .DateInput-errors,.EventCalendarDayPage-filters-container .DateInput-label .label,.EventCalendarMonthPage-filters-container .DateInput-description,.EventCalendarMonthPage-filters-container .DateInput-errors,.EventCalendarMonthPage-filters-container .DateInput-label .label,.SearchResultsPage-filters-container .DateInput-description,.SearchResultsPage-filters-container .DateInput-errors,.SearchResultsPage-filters-container .DateInput-label .label{display:none}.DirectorySearchPage-filters-container .DateInput,.DirectorySearchPage-filters-container .SearchFilter-mobile,.EventCalendarDayPage-filters-container .DateInput,.EventCalendarDayPage-filters-container .SearchFilter-mobile,.EventCalendarMonthPage-filters-container .DateInput,.EventCalendarMonthPage-filters-container .SearchFilter-mobile,.SearchResultsPage-filters-container .DateInput,.SearchResultsPage-filters-container .SearchFilter-mobile{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;margin-bottom:10px;-ms-flex-preferred-size:100%;flex-basis:100%}@media only screen and (min-width:768px){.DirectorySearchPage-filters-container .DateInput,.DirectorySearchPage-filters-container .SearchFilter-mobile,.EventCalendarDayPage-filters-container .DateInput,.EventCalendarDayPage-filters-container .SearchFilter-mobile,.EventCalendarMonthPage-filters-container .DateInput,.EventCalendarMonthPage-filters-container .SearchFilter-mobile,.SearchResultsPage-filters-container .DateInput,.SearchResultsPage-filters-container .SearchFilter-mobile{-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 10px 10px}}@media only screen and (min-width:768px){.DirectorySearchPage-filters-container,.EventCalendarDayPage-filters-container,.EventCalendarMonthPage-filters-container,.SearchResultsPage-filters-container{margin-left:-10px;margin-right:-10px}}@media only screen and (min-width:1024px){.DirectorySearchPage-filters-container,.EventCalendarDayPage-filters-container,.EventCalendarMonthPage-filters-container,.SearchResultsPage-filters-container{display:none}}.DirectorySearchPage-filters .DateInput,.DirectorySearchPage-filters .SearchResultsPage-sorts,.EventCalendarDayPage-filters .DateInput,.EventCalendarDayPage-filters .SearchResultsPage-sorts,.EventCalendarMonthPage-filters .DateInput,.EventCalendarMonthPage-filters .SearchResultsPage-sorts,.SearchResultsPage-filters .DateInput,.SearchResultsPage-filters .SearchResultsPage-sorts{margin-bottom:30px}.DirectorySearchPage-filters .DateInput .label,.EventCalendarDayPage-filters .DateInput .label,.EventCalendarMonthPage-filters .DateInput .label,.SearchResultsPage-filters .DateInput .label{margin-bottom:10px}.DirectorySearchPage-filters .DateInput-input,.EventCalendarDayPage-filters .DateInput-input,.EventCalendarMonthPage-filters .DateInput-input,.SearchResultsPage-filters .DateInput-input{margin-bottom:0;padding-right:35px;transition:unset;box-shadow:none;border-color:var(--colorBeige2)}.DirectorySearchPage-filters-reset,.EventCalendarDayPage-filters-reset,.EventCalendarMonthPage-filters-reset,.SearchResultsPage-filters-reset{text-align:center}.DirectorySearchPage-main,.EventCalendarDayPage-main,.EventCalendarMonthPage-main,.SearchResultsPage-main{padding:0;background:var(--white)}.DirectorySearchPage-results,.EventCalendarDayPage-results,.EventCalendarMonthPage-results,.SearchResultsPage-results{margin-top:20px;background-color:#fff}@media only screen and (min-width:768px){.DirectorySearchPage-results .SearchSnippet-ImageLeft,.EventCalendarDayPage-results .SearchSnippet-ImageLeft,.EventCalendarMonthPage-results .SearchSnippet-ImageLeft,.SearchResultsPage-results .SearchSnippet-ImageLeft{border-bottom:1px solid #e6e6e6}}.DirectorySearchPage-results .SearchSnippet-ImageLeft:last-of-type,.EventCalendarDayPage-results .SearchSnippet-ImageLeft:last-of-type,.EventCalendarMonthPage-results .SearchSnippet-ImageLeft:last-of-type,.SearchResultsPage-results .SearchSnippet-ImageLeft:last-of-type{border-bottom:0}@media only screen and (min-width:768px){.DirectorySearchPage-results,.EventCalendarDayPage-results,.EventCalendarMonthPage-results,.SearchResultsPage-results{margin-top:35px}}.DirectorySearchPage-spotlights,.EventCalendarDayPage-spotlights,.EventCalendarMonthPage-spotlights,.SearchResultsPage-spotlights{background:var(--colorBeige1);padding:10px 20px;margin-left:-20px;margin-right:-20px;margin-bottom:10px}.DirectorySearchPage-spotlights.gridView,.EventCalendarDayPage-spotlights.gridView,.EventCalendarMonthPage-spotlights.gridView,.SearchResultsPage-spotlights.gridView{background:transparent}.DirectorySearchPage-spotlights .SearchSnippet-ImageLeft:last-of-type,.EventCalendarDayPage-spotlights .SearchSnippet-ImageLeft:last-of-type,.EventCalendarMonthPage-spotlights .SearchSnippet-ImageLeft:last-of-type,.SearchResultsPage-spotlights .SearchSnippet-ImageLeft:last-of-type{border-bottom:0}@media only screen and (min-width:768px){.DirectorySearchPage-spotlights,.EventCalendarDayPage-spotlights,.EventCalendarMonthPage-spotlights,.SearchResultsPage-spotlights{padding:0;margin:0}}.DirectorySearchPage-aside,.EventCalendarDayPage-aside,.EventCalendarMonthPage-aside,.SearchResultsPage-aside{display:none;padding:42px 30px 47px}.DirectorySearchPage-aside .SearchFilter,.EventCalendarDayPage-aside .SearchFilter,.EventCalendarMonthPage-aside .SearchFilter,.SearchResultsPage-aside .SearchFilter{font-size:16px;margin-bottom:30px;line-height:1.5}.DirectorySearchPage-aside .SearchFilter:last-of-type,.EventCalendarDayPage-aside .SearchFilter:last-of-type,.EventCalendarMonthPage-aside .SearchFilter:last-of-type,.SearchResultsPage-aside .SearchFilter:last-of-type{margin-bottom:0}.DirectorySearchPage-aside .SearchFilter-heading,.EventCalendarDayPage-aside .SearchFilter-heading,.EventCalendarMonthPage-aside .SearchFilter-heading,.SearchResultsPage-aside .SearchFilter-heading{font-weight:700;margin-bottom:10px}.DirectorySearchPage-aside .SearchFilter .SearchControl,.EventCalendarDayPage-aside .SearchFilter .SearchControl,.EventCalendarMonthPage-aside .SearchFilter .SearchControl,.SearchResultsPage-aside .SearchFilter .SearchControl{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;color:var(--primaryTextColor);font-weight:300;margin-bottom:3px}.DirectorySearchPage-aside .SearchFilter .SearchControl-label,.EventCalendarDayPage-aside .SearchFilter .SearchControl-label,.EventCalendarMonthPage-aside .SearchFilter .SearchControl-label,.SearchResultsPage-aside .SearchFilter .SearchControl-label{font-size:14px}.DirectorySearchPage-aside .SearchFilter .SearchControl svg,.EventCalendarDayPage-aside .SearchFilter .SearchControl svg,.EventCalendarMonthPage-aside .SearchFilter .SearchControl svg,.SearchResultsPage-aside .SearchFilter .SearchControl svg{-ms-flex-negative:0;flex-shrink:0;width:12px;height:12px;margin-right:10px;color:var(--primaryColor)}@media only screen and (min-width:1024px){.DirectorySearchPage-aside,.EventCalendarDayPage-aside,.EventCalendarMonthPage-aside,.SearchResultsPage-aside{background:var(--white);box-shadow:0 10px 20px 0 rgba(0,0,0,.05)!important;display:block;margin-top:-50px}}.DirectorySearchPage-aside .DirectorySearchPage-filters-heading,.EventCalendarDayPage-aside .EventCalendarDayPage-filters-heading,.EventCalendarMonthPage-aside .EventCalendarMonthPage-filters-heading,.SearchResultsPage-aside .SearchResultsPage-filters-heading{font-size:16px;font-weight:900;line-height:1.38;letter-spacing:2px;text-align:center;text-transform:uppercase;margin-bottom:30px}.DirectorySearchPage-aside .DirectorySearchPage-filters-heading hr,.EventCalendarDayPage-aside .EventCalendarDayPage-filters-heading hr,.EventCalendarMonthPage-aside .EventCalendarMonthPage-filters-heading hr,.SearchResultsPage-aside .SearchResultsPage-filters-heading hr{padding:0;height:3px;background:var(--horizontalRuleColor);width:40px;margin:22px auto 0;border:0}.DirectorySearchPage-navigation-btns,.EventCalendarDayPage-navigation-btns,.EventCalendarMonthPage-navigation-btns,.SearchResultsPage-navigation-btns{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-top:30px}.DirectorySearchPage-navigation-btns .btn,.EventCalendarDayPage-navigation-btns .btn,.EventCalendarMonthPage-navigation-btns .btn,.SearchResultsPage-navigation-btns .AuthorPage-paginationButton,.SearchResultsPage-navigation-btns .BrandPage-paginationButton,.SearchResultsPage-navigation-btns .btn,.SearchResultsPage-navigation-btns .CountryPage-paginationButton,.SearchResultsPage-navigation-btns .DirectorySearchPage-export-btn a,.SearchResultsPage-navigation-btns .EventCalendarDayPage-export-btn a,.SearchResultsPage-navigation-btns .EventCalendarMonthPage-export-btn a,.SearchResultsPage-navigation-btns .EventCategoryPage-paginationButton,.SearchResultsPage-navigation-btns .EventPage-addToCalendar .FavoriteButton,.SearchResultsPage-navigation-btns .Footer .RichTextModule-cta a,.SearchResultsPage-navigation-btns .Header-customButton>a,.SearchResultsPage-navigation-btns .List .List-paginationButton,.SearchResultsPage-navigation-btns .ListAbstract .List-paginationButton,.SearchResultsPage-navigation-btns .ListAccordion .List-paginationButton,.SearchResultsPage-navigation-btns .ListAthleticEvent .List-paginationButton,.SearchResultsPage-navigation-btns .ListCard .List-paginationButton,.SearchResultsPage-navigation-btns .ListCardBackground .List-paginationButton,.SearchResultsPage-navigation-btns .ListCardDescriptionOnLeft .List-paginationButton,.SearchResultsPage-navigation-btns .ListCardImageOnly .List-paginationButton,.SearchResultsPage-navigation-btns .ListCardImageOnSide .List-paginationButton,.SearchResultsPage-navigation-btns .ListCardImageOnTop .List-paginationButton,.SearchResultsPage-navigation-btns .ListCardLogoBottom .List-paginationButton,.SearchResultsPage-navigation-btns .ListCardLogoTop .List-paginationButton,.SearchResultsPage-navigation-btns .ListCardQuote .List-paginationButton,.SearchResultsPage-navigation-btns .ListCardTextOnly .List-paginationButton,.SearchResultsPage-navigation-btns .ListCarouselBoxedHeadline .List-paginationButton,.SearchResultsPage-navigation-btns .ListCarouselQuoteFullWidth .List-paginationButton,.SearchResultsPage-navigation-btns .ListEvents .List-paginationButton,.SearchResultsPage-navigation-btns .ListHighlightA .List-paginationButton,.SearchResultsPage-navigation-btns .ListIconOnSide .List-paginationButton,.SearchResultsPage-navigation-btns .ListIconOnTopLarge .List-paginationButton,.SearchResultsPage-navigation-btns .ListIconOnTopSmall .List-paginationButton,.SearchResultsPage-navigation-btns .ListImageLarge .List-paginationButton,.SearchResultsPage-navigation-btns .ListImageMedium .List-paginationButton,.SearchResultsPage-navigation-btns .ListImageOnTopCircular .List-paginationButton,.SearchResultsPage-navigation-btns .ListImageSmall .List-paginationButton,.SearchResultsPage-navigation-btns .ListImageThumbnail .List-paginationButton,.SearchResultsPage-navigation-btns .ListLinks .List-paginationButton,.SearchResultsPage-navigation-btns .ListLogoOnly .List-paginationButton,.SearchResultsPage-navigation-btns .ListMetrics .List-paginationButton,.SearchResultsPage-navigation-btns .ListSchedule .List-paginationButton,.SearchResultsPage-navigation-btns .ListSpeechPromo .List-paginationButton,.SearchResultsPage-navigation-btns .ListTagCloud .List-paginationButton,.SearchResultsPage-navigation-btns .ListUpcomingEvents .List-paginationButton,.SearchResultsPage-navigation-btns .ListVerticalImage .List-paginationButton,.SearchResultsPage-navigation-btns .ProductPage-paginationButton,.SearchResultsPage-navigation-btns .SearchResultsPage-export-btn a,.SearchResultsPage-navigation-btns .SectionPage-paginationButton,.SearchResultsPage-navigation-btns .SocialList .List-paginationButton,.SearchResultsPage-navigation-btns .TagPage-paginationButton,.SearchResultsPage-navigation-btns .TaxonomyPage-paginationButton,.SearchResultsPage-navigation-btns .TopicPage-paginationButton{min-width:122px}.DirectorySearchPage-navigation-btns .btn svg,.EventCalendarDayPage-navigation-btns .btn svg,.EventCalendarMonthPage-navigation-btns .btn svg,.SearchResultsPage-navigation-btns .AuthorPage-paginationButton svg,.SearchResultsPage-navigation-btns .BrandPage-paginationButton svg,.SearchResultsPage-navigation-btns .btn svg,.SearchResultsPage-navigation-btns .CountryPage-paginationButton svg,.SearchResultsPage-navigation-btns .DirectorySearchPage-export-btn a svg,.SearchResultsPage-navigation-btns .EventCalendarDayPage-export-btn a svg,.SearchResultsPage-navigation-btns .EventCalendarMonthPage-export-btn a svg,.SearchResultsPage-navigation-btns .EventCategoryPage-paginationButton svg,.SearchResultsPage-navigation-btns .EventPage-addToCalendar .FavoriteButton svg,.SearchResultsPage-navigation-btns .Footer .RichTextModule-cta a svg,.SearchResultsPage-navigation-btns .Header-customButton>a svg,.SearchResultsPage-navigation-btns .List .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListAbstract .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListAccordion .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListAthleticEvent .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCard .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCardBackground .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCardDescriptionOnLeft .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCardImageOnly .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCardImageOnSide .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCardImageOnTop .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCardLogoBottom .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCardLogoTop .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCardQuote .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCardTextOnly .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCarouselBoxedHeadline .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListCarouselQuoteFullWidth .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListEvents .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListHighlightA .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListIconOnSide .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListIconOnTopLarge .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListIconOnTopSmall .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListImageLarge .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListImageMedium .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListImageOnTopCircular .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListImageSmall .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListImageThumbnail .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListLinks .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListLogoOnly .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListMetrics .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListSchedule .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListSpeechPromo .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListTagCloud .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListUpcomingEvents .List-paginationButton svg,.SearchResultsPage-navigation-btns .ListVerticalImage .List-paginationButton svg,.SearchResultsPage-navigation-btns .ProductPage-paginationButton svg,.SearchResultsPage-navigation-btns .SearchResultsPage-export-btn a svg,.SearchResultsPage-navigation-btns .SectionPage-paginationButton svg,.SearchResultsPage-navigation-btns .SocialList .List-paginationButton svg,.SearchResultsPage-navigation-btns .TagPage-paginationButton svg,.SearchResultsPage-navigation-btns .TaxonomyPage-paginationButton svg,.SearchResultsPage-navigation-btns .TopicPage-paginationButton svg{width:6px;max-height:10px}.DirectorySearchPage-navigation-btns .search-prev-btn,.EventCalendarDayPage-navigation-btns .search-prev-btn,.EventCalendarMonthPage-navigation-btns .search-prev-btn,.SearchResultsPage-navigation-btns .search-prev-btn{margin-right:20px}.DirectorySearchPage-navigation-btns .search-prev-btn span,.EventCalendarDayPage-navigation-btns .search-prev-btn span,.EventCalendarMonthPage-navigation-btns .search-prev-btn span,.SearchResultsPage-navigation-btns .search-prev-btn span{margin-left:10px}.DirectorySearchPage-navigation-btns .search-next-btn span,.EventCalendarDayPage-navigation-btns .search-next-btn span,.EventCalendarMonthPage-navigation-btns .search-next-btn span,.SearchResultsPage-navigation-btns .search-next-btn span{margin-right:10px}@media only screen and (min-width:768px){.DirectorySearchPage-navigation-btns,.EventCalendarDayPage-navigation-btns,.EventCalendarMonthPage-navigation-btns,.SearchResultsPage-navigation-btns{margin-top:40px}}@media only screen and (min-width:1024px){.DirectorySearchPage-navigation-btns,.EventCalendarDayPage-navigation-btns,.EventCalendarMonthPage-navigation-btns,.SearchResultsPage-navigation-btns{margin-top:60px}}.DirectorySearchPage .container.list,.EventCalendarDayPage .container.list,.EventCalendarMonthPage .container.list,.SearchResultsPage .container.list,.SearchResultsPage .Footer-container.list,.SearchResultsPage .ListCarousel-items.list{margin-top:20px;margin-bottom:20px;grid-gap:20px;grid-row-gap:30px}@media only screen and (min-width:768px){.DirectorySearchPage .container.list,.EventCalendarDayPage .container.list,.EventCalendarMonthPage .container.list,.SearchResultsPage .container.list,.SearchResultsPage .Footer-container.list,.SearchResultsPage .ListCarousel-items.list{margin-top:40px;margin-bottom:40px;grid-row-gap:40px}}@media only screen and (min-width:1024px){.DirectorySearchPage .container.list,.EventCalendarDayPage .container.list,.EventCalendarMonthPage .container.list,.SearchResultsPage .container.list,.SearchResultsPage .Footer-container.list,.SearchResultsPage .ListCarousel-items.list{margin-top:60px;margin-bottom:60px;grid-row-gap:60px}}.DirectorySearchPage .container.list>div,.EventCalendarDayPage .container.list>div,.EventCalendarMonthPage .container.list>div,.SearchResultsPage .container.list>div,.SearchResultsPage .Footer-container.list>div,.SearchResultsPage .ListCarousel-items.list>div{margin:0}@media only screen and (min-width:1024px){.DirectorySearchPage-descriptionRow,.EventCalendarDayPage-descriptionRow,.EventCalendarMonthPage-descriptionRow,.SearchResultsPage-descriptionRow{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.DirectorySearchPage-description,.EventCalendarDayPage-description,.EventCalendarMonthPage-description,.SearchResultsPage-description{-ms-flex:0 0 auto;flex:0 0 auto}.DirectorySearchPage-tags,.EventCalendarDayPage-tags,.EventCalendarMonthPage-tags,.SearchResultsPage-tags{padding-top:5px}}.GoogleCustomSearchResultsModule{padding:50px 20px}.GoogleCustomSearchResultsModule-container{margin:0 auto;max-width:var(--maxPageWidth)}.GoogleCustomSearchResultsModule-title{color:var(--colorCharcoal);font-size:18px;font-weight:900;letter-spacing:2px;line-height:1.44;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}@media only screen and (min-width:768px){.GoogleCustomSearchResultsModule{padding:50px}.GoogleCustomSearchResultsModule-title{margin-bottom:20px}}@media only screen and (min-width:1024px){.GoogleCustomSearchResultsModule{padding:50px 42px}}.SectionPage-paginationButton{color:var(--primaryColor);border-color:var(--primaryColor)}.SectionPage-paginationButton:hover{color:var(--primaryColor)}.SocialBar-items{padding:0}.SocialBar-items-item{display:inline-block;margin:0 10px 0 0}.SocialBar-items-item:last-of-type{margin-right:0}.SocialBar svg:hover{opacity:.65}.TabModule,.TabsEmbedded{background-size:cover;background-position:50%;padding:40px 0}@media only screen and (min-width:768px){.TabModule,.TabsEmbedded{padding:60px 0}}@media only screen and (min-width:1024px){.TabModule,.TabsEmbedded{padding:80px 0}}.TabModule-wrapper,.TabsEmbedded-wrapper{display:block;max-width:var(--maxPageWidth)}.TabModule-description,.TabModule-title,.TabsEmbedded-description,.TabsEmbedded-title{text-align:center;margin-left:auto;margin-right:auto}@media only screen and (min-width:768px){.TabModule-description,.TabModule-title,.TabsEmbedded-description,.TabsEmbedded-title{max-width:560px}}@media only screen and (min-width:1024px){.TabModule-description,.TabModule-title,.TabsEmbedded-description,.TabsEmbedded-title{max-width:800px}}.TabModule-title,.TabsEmbedded-title{margin-bottom:10px}@media only screen and (min-width:1024px){.TabModule-title,.TabsEmbedded-title{margin-bottom:20px}}.TabModule-tabs-container,.TabsEmbedded-tabs-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:20px}@media only screen and (min-width:768px){.TabModule-tabs-container,.TabsEmbedded-tabs-container{margin-top:40px}}.TabModule-tabs,.TabsEmbedded-tabs{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;text-transform:uppercase;text-align:center}.TabModule-tabs-dropdown-container,.TabsEmbedded-tabs-dropdown-container{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:20px 20px 0;background-color:var(--white)}@media only screen and (min-width:768px){.TabModule-tabs-dropdown-container,.TabsEmbedded-tabs-dropdown-container{display:none}}.TabModule-tabs-dropdown,.TabsEmbedded-tabs-dropdown{position:relative;width:100%;max-width:360px;margin:0 auto}.TabModule-tabs-dropdown-select,.TabsEmbedded-tabs-dropdown-select{text-transform:none;margin:0;text-align:left}.TabModule-tabs-dropdown-items,.TabsEmbedded-tabs-dropdown-items{display:none}.TabModule-tab,.TabsEmbedded-tab{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;cursor:pointer;font-weight:700;font-size:1.2rem;letter-spacing:1px;color:var(--primaryColor);transition:all .25s;padding:20px 16px}.TabModule-tab.active,.TabModule-tab:hover,.TabsEmbedded-tab.active,.TabsEmbedded-tab:hover{color:var(--primaryTextColor)}.TabModule-tab.active,.TabsEmbedded-tab.active{background-color:var(--white)}.TabModule-tab-label.active,.TabModule-tab-label:hover,.TabsEmbedded-tab-label.active,.TabsEmbedded-tab-label:hover{color:var(--primaryColor)}.TabModule-content,.TabsEmbedded-content{background-color:var(--white);color:var(--primaryTextColor);padding:20px;-ms-flex-positive:1;flex-grow:1}.TabModule-content p:first-of-type,.TabsEmbedded-content p:first-of-type{margin-top:0}@media only screen and (min-width:1024px){.TabModule-content,.TabsEmbedded-content{padding:40px}}.TabModule-panel,.TabsEmbedded-panel{display:none}.TabModule-panel.active,.TabsEmbedded-panel.active{display:block}.TabsEmbedded{padding:0}@media only screen and (min-width:768px){.TabsEmbedded .tabs-on-left .Tabs-tabs{-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:140px;flex-basis:140px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start}}.Tabs-tabs-container.tabs-on-left .Tabs-tab{display:none}@media only screen and (min-width:768px){.Tabs-tabs-container.tabs-on-left .Tabs-tab{display:-ms-flexbox;display:flex}}.Tabs-tabs-container.tabs-on-left .Tabs-tab.with-icon .Tabs-tab-label{display:block}@media only screen and (min-width:768px){.Tabs-tabs-container.tabs-on-left{-ms-flex-direction:row;flex-direction:row}}.Tabs-tabs-container.tabs-on-left .Tabs-tabs.no-tab-icons .Tabs-tab{-ms-flex-align:start;align-items:flex-start}.Tabs-tabs-container.tabs-on-left .Tabs-tabs.icon-left .Tabs-tab,.Tabs-tabs-container.tabs-on-left .Tabs-tabs.no-tab-icons .Tabs-tab{-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:768px){.Tabs-tabs-container.tabs-on-left .Tabs-tabs.icon-left .Tabs-tab,.Tabs-tabs-container.tabs-on-left .Tabs-tabs.no-tab-icons .Tabs-tab{padding:20px}}@media only screen and (min-width:1024px){.Tabs-tabs-container.tabs-on-left .Tabs-tabs.icon-left .Tabs-tab,.Tabs-tabs-container.tabs-on-left .Tabs-tabs.no-tab-icons .Tabs-tab{padding:30px}}@media only screen and (min-width:1440px){.Tabs-tabs-container.tabs-on-left .Tabs-tabs.icon-left .Tabs-tab,.Tabs-tabs-container.tabs-on-left .Tabs-tabs.no-tab-icons .Tabs-tab{padding:35px 30px}}.Tabs-tabs-container.tabs-on-left .Tabs-tabs.icon-left .Tabs-tab.with-icon{text-align:left}.Tabs-tabs-container.tabs-on-left .Tabs-tabs.icon-left .Tabs-tab.with-icon .Tabs-tab-icon{margin-right:10px}@media only screen and (min-width:768px){.Tabs-tabs-container.tabs-on-left .Tabs-tabs:not(.TabsEmbedded-tabs){-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:140px;flex-basis:140px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (min-width:1024px){.Tabs-tabs-container.tabs-on-left .Tabs-tabs{-ms-flex-preferred-size:180px;flex-basis:180px}}@media only screen and (min-width:1440px){.Tabs-tabs-container.tabs-on-left .Tabs-tabs{-ms-flex-preferred-size:240px;flex-basis:240px}}.Tabs-tabs.icon-left .Tabs-tab{-ms-flex-direction:row;flex-direction:row}.Tabs-tabs.icon-left .Tabs-tab-icon{margin:0}@media only screen and (min-width:768px){.Tabs-tabs.icon-left .Tabs-tab-icon{margin-right:10px}}.Tabs-tabs.icon-left .Tabs-tab .Tabs-tab-label{margin:0}.Tabs-tabs.no-tab-icons .Tabs-tab{display:none}@media only screen and (min-width:768px){.Tabs-tabs.no-tab-icons .Tabs-tab{display:-ms-flexbox;display:flex}}.Tabs-tab{display:none}@media only screen and (min-width:768px){.Tabs-tab{display:-ms-flexbox;display:flex}}.Tabs-tab.with-icon .Tabs-tab-label{display:none}@media only screen and (min-width:768px){.Tabs-tab.with-icon .Tabs-tab-label{display:block;margin-top:10px}}.Tabs-tab-icon.active,.Tabs-tab:hover .Tabs-tab-icon{display:none}.Tabs-tab:hover .Tabs-tab-icon.active{display:block}.Tabs-tab.active .Tabs-tab-icon{display:none}.Tabs-tab.active .Tabs-tab-icon.active{display:block}.TabsBorderBottom-tabs-dropdown-container{background:none;margin-bottom:10px;padding:0}@media only screen and (min-width:768px){.TabsBorderBottom-tabs{-ms-flex-pack:center;justify-content:center;border-bottom:2px solid rgba(187,180,176,.3);margin-bottom:20px}}.TabsBorderBottom-tab{width:unset;display:none;padding:0 0 10px;border-bottom:4px solid transparent;margin:0 30px -3px}.TabsBorderBottom-tab.active{background:none;border-color:var(--primaryColor)}@media only screen and (min-width:768px){.TabsBorderBottom-tab{display:-ms-flexbox;display:flex}}.TabsFullWidth-wrapper{max-width:100%;padding:0}.TabsFullWidth-tabs-dropdown-container{background:none;padding:10px 0 0}@media only screen and (min-width:768px){.TabsFullWidth-tabs{-ms-flex-pack:center;justify-content:center}}.TabsFullWidth-tab{width:unset;display:none;padding:20px 0;margin:0 25px}.TabsFullWidth-tab.active{background:none}.TabsFullWidth-tab:hover{font-weight:300;color:var(--primaryTextColor)}@media only screen and (min-width:768px){.TabsFullWidth-tab{display:-ms-flexbox;display:flex}}.TagPage-main{padding-left:0;padding-right:0;background:0}.TagPage .promo-category .Link,.TagPage .PromoCardTextOnly-sourceName .Link,.TagPage .PromoCardTextOnly-sourceText .Link{color:var(--primaryLinkColor)}.TagPage .promo-category .Link:hover,.TagPage .PromoCardTextOnly-sourceName .Link:hover,.TagPage .PromoCardTextOnly-sourceText .Link:hover{color:var(--primaryColor)}.TagPage-paginationButton{color:var(--primaryColor);border-color:var(--primaryColor)}.TagPage-paginationButton:hover{color:var(--primaryColor)}.RichTextBody{font-size:var(--body-text);line-height:1.5}.RichTextBody .textStyleSpec-md,.RichTextBody .textStyleSpec-sm{font-size:1.6rem}.RichTextBody .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.RichTextBody{line-height:1.67}}.RichTextBody h2,.RichTextBody h3,.RichTextBody h4,.RichTextBody h5,.RichTextBody h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.RichTextBody .cms-textAlign-right{text-align:right}.RichTextBody .cms-textAlign-left{text-align:left}.RichTextBody .cms-textAlign-center{text-align:center}.RichTextBody .cms-textAlign-center ol,.RichTextBody .cms-textAlign-center ul,.RichTextBody .cms-textAlign-right ol,.RichTextBody .cms-textAlign-right ul,.RichTextBody .text-center ol,.RichTextBody .text-center ul,.RichTextBody .text-right ol,.RichTextBody .text-right ul{list-style-position:inside}.RichTextBody .cms-text-helpers-no-wrap{white-space:nowrap}.RichTextBody:after{content:"";display:table;clear:both}.RichTextBody>ol a:not(.btn),.RichTextBody>ul a:not(.btn),.RichTextBody p>ol a:not(.btn),.RichTextBody p>ul a:not(.btn),.RichTextBody p a:not(.btn){color:var(--primaryLinkColor);text-decoration:none}.RichTextBody>ol a:not(.btn):hover,.RichTextBody>ul a:not(.btn):hover,.RichTextBody p>ol a:not(.btn):hover,.RichTextBody p>ul a:not(.btn):hover,.RichTextBody p a:not(.btn):hover{color:var(--primaryLinkHoverColor);text-decoration:underline}.RichTextBody .AuthorPage-paginationButton,.RichTextBody .BrandPage-paginationButton,.RichTextBody .btn,.RichTextBody .CountryPage-paginationButton,.RichTextBody .DirectorySearchPage-export-btn a,.RichTextBody .EventCalendarDayPage-export-btn a,.RichTextBody .EventCalendarMonthPage-export-btn a,.RichTextBody .EventCategoryPage-paginationButton,.RichTextBody .EventPage-addToCalendar .FavoriteButton,.RichTextBody .Footer .RichTextModule-cta a,.RichTextBody .Header-customButton>a,.RichTextBody .List .List-paginationButton,.RichTextBody .ListAbstract .List-paginationButton,.RichTextBody .ListAccordion .List-paginationButton,.RichTextBody .ListAthleticEvent .List-paginationButton,.RichTextBody .ListCard .List-paginationButton,.RichTextBody .ListCardBackground .List-paginationButton,.RichTextBody .ListCardDescriptionOnLeft .List-paginationButton,.RichTextBody .ListCardImageOnly .List-paginationButton,.RichTextBody .ListCardImageOnSide .List-paginationButton,.RichTextBody .ListCardImageOnTop .List-paginationButton,.RichTextBody .ListCardLogoBottom .List-paginationButton,.RichTextBody .ListCardLogoTop .List-paginationButton,.RichTextBody .ListCardQuote .List-paginationButton,.RichTextBody .ListCardTextOnly .List-paginationButton,.RichTextBody .ListCarouselBoxedHeadline .List-paginationButton,.RichTextBody .ListCarouselQuoteFullWidth .List-paginationButton,.RichTextBody .ListEvents .List-paginationButton,.RichTextBody .ListHighlightA .List-paginationButton,.RichTextBody .ListIconOnSide .List-paginationButton,.RichTextBody .ListIconOnTopLarge .List-paginationButton,.RichTextBody .ListIconOnTopSmall .List-paginationButton,.RichTextBody .ListImageLarge .List-paginationButton,.RichTextBody .ListImageMedium .List-paginationButton,.RichTextBody .ListImageOnTopCircular .List-paginationButton,.RichTextBody .ListImageSmall .List-paginationButton,.RichTextBody .ListImageThumbnail .List-paginationButton,.RichTextBody .ListLinks .List-paginationButton,.RichTextBody .ListLogoOnly .List-paginationButton,.RichTextBody .ListMetrics .List-paginationButton,.RichTextBody .ListSchedule .List-paginationButton,.RichTextBody .ListSpeechPromo .List-paginationButton,.RichTextBody .ListTagCloud .List-paginationButton,.RichTextBody .ListUpcomingEvents .List-paginationButton,.RichTextBody .ListVerticalImage .List-paginationButton,.RichTextBody .ProductPage-paginationButton,.RichTextBody .SearchResultsPage-export-btn a,.RichTextBody .SectionPage-paginationButton,.RichTextBody .SocialList .List-paginationButton,.RichTextBody .TagPage-paginationButton,.RichTextBody .TaxonomyPage-paginationButton,.RichTextBody .TopicPage-paginationButton{margin:10px 10px 10px 0}.RichTextBody .cms-textAlign-right .AuthorPage-paginationButton,.RichTextBody .cms-textAlign-right .BrandPage-paginationButton,.RichTextBody .cms-textAlign-right .btn,.RichTextBody .cms-textAlign-right .CountryPage-paginationButton,.RichTextBody .cms-textAlign-right .DirectorySearchPage-export-btn a,.RichTextBody .cms-textAlign-right .EventCalendarDayPage-export-btn a,.RichTextBody .cms-textAlign-right .EventCalendarMonthPage-export-btn a,.RichTextBody .cms-textAlign-right .EventCategoryPage-paginationButton,.RichTextBody .cms-textAlign-right .EventPage-addToCalendar .FavoriteButton,.RichTextBody .cms-textAlign-right .Footer .RichTextModule-cta a,.RichTextBody .cms-textAlign-right .Header-customButton>a,.RichTextBody .cms-textAlign-right .List .List-paginationButton,.RichTextBody .cms-textAlign-right .ListAbstract .List-paginationButton,.RichTextBody .cms-textAlign-right .ListAccordion .List-paginationButton,.RichTextBody .cms-textAlign-right .ListAthleticEvent .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCard .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCardBackground .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCardDescriptionOnLeft .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCardImageOnly .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCardImageOnSide .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCardImageOnTop .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCardLogoBottom .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCardLogoTop .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCardQuote .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCardTextOnly .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCarouselBoxedHeadline .List-paginationButton,.RichTextBody .cms-textAlign-right .ListCarouselQuoteFullWidth .List-paginationButton,.RichTextBody .cms-textAlign-right .ListEvents .List-paginationButton,.RichTextBody .cms-textAlign-right .ListHighlightA .List-paginationButton,.RichTextBody .cms-textAlign-right .ListIconOnSide .List-paginationButton,.RichTextBody .cms-textAlign-right .ListIconOnTopLarge .List-paginationButton,.RichTextBody .cms-textAlign-right .ListIconOnTopSmall .List-paginationButton,.RichTextBody .cms-textAlign-right .ListImageLarge .List-paginationButton,.RichTextBody .cms-textAlign-right .ListImageMedium .List-paginationButton,.RichTextBody .cms-textAlign-right .ListImageOnTopCircular .List-paginationButton,.RichTextBody .cms-textAlign-right .ListImageSmall .List-paginationButton,.RichTextBody .cms-textAlign-right .ListImageThumbnail .List-paginationButton,.RichTextBody .cms-textAlign-right .ListLinks .List-paginationButton,.RichTextBody .cms-textAlign-right .ListLogoOnly .List-paginationButton,.RichTextBody .cms-textAlign-right .ListMetrics .List-paginationButton,.RichTextBody .cms-textAlign-right .ListSchedule .List-paginationButton,.RichTextBody .cms-textAlign-right .ListSpeechPromo .List-paginationButton,.RichTextBody .cms-textAlign-right .ListTagCloud .List-paginationButton,.RichTextBody .cms-textAlign-right .ListUpcomingEvents .List-paginationButton,.RichTextBody .cms-textAlign-right .ListVerticalImage .List-paginationButton,.RichTextBody .cms-textAlign-right .ProductPage-paginationButton,.RichTextBody .cms-textAlign-right .SearchResultsPage-export-btn a,.RichTextBody .cms-textAlign-right .SectionPage-paginationButton,.RichTextBody .cms-textAlign-right .SocialList .List-paginationButton,.RichTextBody .cms-textAlign-right .TagPage-paginationButton,.RichTextBody .cms-textAlign-right .TaxonomyPage-paginationButton,.RichTextBody .cms-textAlign-right .TopicPage-paginationButton{margin:10px 0 10px 10px}.RichTextBody .cms-textAlign-center .AuthorPage-paginationButton,.RichTextBody .cms-textAlign-center .BrandPage-paginationButton,.RichTextBody .cms-textAlign-center .btn,.RichTextBody .cms-textAlign-center .CountryPage-paginationButton,.RichTextBody .cms-textAlign-center .DirectorySearchPage-export-btn a,.RichTextBody .cms-textAlign-center .EventCalendarDayPage-export-btn a,.RichTextBody .cms-textAlign-center .EventCalendarMonthPage-export-btn a,.RichTextBody .cms-textAlign-center .EventCategoryPage-paginationButton,.RichTextBody .cms-textAlign-center .EventPage-addToCalendar .FavoriteButton,.RichTextBody .cms-textAlign-center .Footer .RichTextModule-cta a,.RichTextBody .cms-textAlign-center .Header-customButton>a,.RichTextBody .cms-textAlign-center .List .List-paginationButton,.RichTextBody .cms-textAlign-center .ListAbstract .List-paginationButton,.RichTextBody .cms-textAlign-center .ListAccordion .List-paginationButton,.RichTextBody .cms-textAlign-center .ListAthleticEvent .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCard .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCardBackground .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCardDescriptionOnLeft .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCardImageOnly .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCardImageOnSide .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCardImageOnTop .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCardLogoBottom .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCardLogoTop .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCardQuote .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCardTextOnly .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCarouselBoxedHeadline .List-paginationButton,.RichTextBody .cms-textAlign-center .ListCarouselQuoteFullWidth .List-paginationButton,.RichTextBody .cms-textAlign-center .ListEvents .List-paginationButton,.RichTextBody .cms-textAlign-center .ListHighlightA .List-paginationButton,.RichTextBody .cms-textAlign-center .ListIconOnSide .List-paginationButton,.RichTextBody .cms-textAlign-center .ListIconOnTopLarge .List-paginationButton,.RichTextBody .cms-textAlign-center .ListIconOnTopSmall .List-paginationButton,.RichTextBody .cms-textAlign-center .ListImageLarge .List-paginationButton,.RichTextBody .cms-textAlign-center .ListImageMedium .List-paginationButton,.RichTextBody .cms-textAlign-center .ListImageOnTopCircular .List-paginationButton,.RichTextBody .cms-textAlign-center .ListImageSmall .List-paginationButton,.RichTextBody .cms-textAlign-center .ListImageThumbnail .List-paginationButton,.RichTextBody .cms-textAlign-center .ListLinks .List-paginationButton,.RichTextBody .cms-textAlign-center .ListLogoOnly .List-paginationButton,.RichTextBody .cms-textAlign-center .ListMetrics .List-paginationButton,.RichTextBody .cms-textAlign-center .ListSchedule .List-paginationButton,.RichTextBody .cms-textAlign-center .ListSpeechPromo .List-paginationButton,.RichTextBody .cms-textAlign-center .ListTagCloud .List-paginationButton,.RichTextBody .cms-textAlign-center .ListUpcomingEvents .List-paginationButton,.RichTextBody .cms-textAlign-center .ListVerticalImage .List-paginationButton,.RichTextBody .cms-textAlign-center .ProductPage-paginationButton,.RichTextBody .cms-textAlign-center .SearchResultsPage-export-btn a,.RichTextBody .cms-textAlign-center .SectionPage-paginationButton,.RichTextBody .cms-textAlign-center .SocialList .List-paginationButton,.RichTextBody .cms-textAlign-center .TagPage-paginationButton,.RichTextBody .cms-textAlign-center .TaxonomyPage-paginationButton,.RichTextBody .cms-textAlign-center .TopicPage-paginationButton{margin:10px 5px}.RichTextBody>ul,.RichTextBody p>ul{list-style:disc;padding:0 0 0 40px;margin:20px 0}.RichTextBody>ul li>ol,.RichTextBody>ul li>ul,.RichTextBody p>ul li>ol,.RichTextBody p>ul li>ul{padding:0 0 0 40px}.RichTextBody>ol,.RichTextBody p>ol{padding:0 0 0 40px;margin:20px 0}.RichTextBody>ol li>ol,.RichTextBody>ol li>ul,.RichTextBody p>ol li>ol,.RichTextBody p>ol li>ul{padding:0 0 0 40px}.RichTextBody p{margin:30px 0}.RichTextBody p:first-of-type{margin-top:0}.RichTextBody p:last-of-type{margin-bottom:0}.RichTextBody h2,.RichTextBody h3,.RichTextBody h4,.RichTextBody h5,.RichTextBody h6{color:var(--primaryColor);line-height:1.3}.RichTextBody h2{font-size:2em;font-weight:500;margin:1.25em 0 .75em}.RichTextBody h3{font-size:1.33333em;font-weight:700}.RichTextBody h4{font-size:1.11111em;text-transform:uppercase}.RichTextBody h5{font-weight:500}.RichTextBody h6{font-weight:300;font-style:italic}.RichTextBody h5,.RichTextBody h6{font-size:1em}.RichTextBody h3,.RichTextBody h4,.RichTextBody h5,.RichTextBody h6{margin:.75em 0}.RichTextBody bsp-citation{margin-left:-1in;text-indent:-.5in;padding-left:2em}.RichTextBody table{word-break:normal;display:block;margin:40px 0;border-collapse:collapse;overflow-x:auto;width:100%;table-layout:auto;font-size:18px;line-height:30px}.RichTextBody table th{font-weight:700}.RichTextBody table td,.RichTextBody table th{border:1px solid var(--mediumGrey);text-align:left;vertical-align:top;line-height:1.4}.RichTextBody table tr:first-child td,.RichTextBody table tr:first-child th{border-top-width:0}.RichTextBody table tr:last-child td,.RichTextBody table tr:last-child th{border-bottom-width:0}.RichTextBody table thead tr:last-child td,.RichTextBody table thead tr:last-child th{border-bottom-width:2px}.RichTextBody table tfoot tr:first-child td,.RichTextBody table tfoot tr:first-child th{border-top-width:2px}.RichTextBody table td,.RichTextBody table th{padding:.75em 1.25em}.RichTextBody table td:first-child,.RichTextBody table th:first-child{padding-left:.25em;border-left-width:0}.RichTextBody table td:last-child,.RichTextBody table th:last-child{padding-right:.25em;border-right-width:0}.RichTextBody table.tight td,.RichTextBody table.tight th{padding:.5em 1.25em}.RichTextBody table.tight td:first-child,.RichTextBody table.tight th:first-child{padding-left:.25em;border-left-width:0}.RichTextBody table.tight td:last-child,.RichTextBody table.tight th:last-child{padding-right:.25em;border-right-width:0}.RichTextBody table.very-tight td,.RichTextBody table.very-tight th{padding:.25em 1.25em}.RichTextBody table.very-tight td:first-child,.RichTextBody table.very-tight th:first-child{padding-left:.25em;border-left-width:0}.RichTextBody table.very-tight td:last-child,.RichTextBody table.very-tight th:last-child{padding-right:.25em;border-right-width:0}.RichTextBody table.no-borders td,.RichTextBody table.no-borders th{border:0}.RichTextBody ol ol{list-style-type:lower-alpha}.RichTextBody ul ul{list-style-type:circle}.RichTextBody ul ul ul{list-style-type:square}.RichTextArticleBody p.cms-textAlign-center{text-align:center}.RichTextArticleBody p.cms-textAlign-right{text-align:right}.RichTextArticleBody ol,.RichTextArticleBody ul{font-size:var(--body-text);line-height:1.5}.RichTextArticleBody ol .textStyleSpec-md,.RichTextArticleBody ol .textStyleSpec-sm,.RichTextArticleBody ul .textStyleSpec-md,.RichTextArticleBody ul .textStyleSpec-sm{font-size:1.6rem}.RichTextArticleBody ol .textStyleSpec-lg,.RichTextArticleBody ul .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.RichTextArticleBody ol,.RichTextArticleBody ul{line-height:1.67}}.RichTextArticleBody ol h2,.RichTextArticleBody ol h3,.RichTextArticleBody ol h4,.RichTextArticleBody ol h5,.RichTextArticleBody ol h6,.RichTextArticleBody ul h2,.RichTextArticleBody ul h3,.RichTextArticleBody ul h4,.RichTextArticleBody ul h5,.RichTextArticleBody ul h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.RichTextArticleBody b,.RichTextArticleBody strong{font-weight:900}.RichTextModule{margin:0;padding:0}.RichTextModule p.cms-textAlign-center{text-align:center}.RichTextModule p.cms-textAlign-left{text-align:left}.RichTextModule p.cms-textAlign-right{text-align:right}.RichTextModule p a:not(.btn):hover{text-decoration:underline}.RichTextCard{padding:40px 30px}.RichTextCard-title{margin-bottom:20px}.RichTextCard-items b,.RichTextCard-items strong{font-weight:700}.RichTextCard .invisible-image{position:absolute}.RichTextCard-backgroundImage{height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.RichTextCard-backgroundImage img,.RichTextCard-backgroundImage picture{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.RichTextCard-content,.RichTextCard-cta{position:relative;z-index:1}.RichTextCard-cta{margin-top:20px}.RichTextCard-items a{color:var(--primaryLinkColor);text-decoration:none}.RichTextCard-items a:hover{color:var(--primaryLinkHoverColor);text-decoration:none}.RichTextCard-items .Enhancement.left-aligned,.RichTextCard-items .Enhancement.right-aligned{max-width:100%;float:none;margin-left:0;margin-right:0}.RichTextCard-items .Enhancement.left-aligned .Carousel,.RichTextCard-items .Enhancement.left-aligned .LeadCarousel,.RichTextCard-items .Enhancement.left-aligned .ListCarousel,.RichTextCard-items .Enhancement.left-aligned .ListCarouselHeadline,.RichTextCard-items .Enhancement.left-aligned .ListCarouselQuoteFullWidth,.RichTextCard-items .Enhancement.right-aligned .Carousel,.RichTextCard-items .Enhancement.right-aligned .LeadCarousel,.RichTextCard-items .Enhancement.right-aligned .ListCarousel,.RichTextCard-items .Enhancement.right-aligned .ListCarouselHeadline,.RichTextCard-items .Enhancement.right-aligned .ListCarouselQuoteFullWidth{max-width:100%}@media only screen and (min-width:768px){.RichTextCard{padding:40px}}@media only screen and (min-width:1440px){.RichTextCard{padding:60px}}.RichTextFullWidth{background-size:cover;background-position:50%;text-align:center;margin:40px auto}.RichTextFullWidth-container{min-height:320px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 20px}.RichTextFullWidth.promo-has-background{margin:0 auto}.RichTextFullWidth.promo-has-background .RichTextFullWidth-container{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:40px 20px}.RichTextFullWidth-content{color:var(--primaryTextColor);width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;max-width:800px;margin:0 auto;-ms-flex-align:center;align-items:center;text-align:center}.text-left .RichTextFullWidth-content{-ms-flex-align:start;align-items:flex-start;text-align:left}.text-center .RichTextFullWidth-content{-ms-flex-align:center;align-items:center;text-align:center}.text-right .RichTextFullWidth-content{-ms-flex-align:end;align-items:flex-end;text-align:right}.RichTextFullWidth-content ol,.RichTextFullWidth-content ul{text-align:left}.RichTextFullWidth-content b,.RichTextFullWidth-content strong{font-weight:700}.RichTextFullWidth-cta{width:100%;max-width:800px;text-align:left;margin:20px auto 0}.RichTextFullWidth.text-center .RichTextFullWidth-cta{text-align:center}.RichTextFullWidth.text-right .RichTextFullWidth-cta{text-align:right}.RichTextFullWidth-items{font-size:var(--body-text);line-height:1.5;max-width:100%;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.RichTextFullWidth-items .textStyleSpec-md,.RichTextFullWidth-items .textStyleSpec-sm{font-size:1.6rem}.RichTextFullWidth-items .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.RichTextFullWidth-items{line-height:1.67}}.RichTextFullWidth-items h2,.RichTextFullWidth-items h3,.RichTextFullWidth-items h4,.RichTextFullWidth-items h5,.RichTextFullWidth-items h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.RichTextFullWidth-items .cms-textAlign-right{text-align:right}.RichTextFullWidth-items .cms-textAlign-left{text-align:left}.RichTextFullWidth-items .cms-textAlign-center{text-align:center}.RichTextFullWidth-items .cms-textAlign-center ol,.RichTextFullWidth-items .cms-textAlign-center ul,.RichTextFullWidth-items .cms-textAlign-right ol,.RichTextFullWidth-items .cms-textAlign-right ul,.RichTextFullWidth-items .text-center ol,.RichTextFullWidth-items .text-center ul,.RichTextFullWidth-items .text-right ol,.RichTextFullWidth-items .text-right ul{list-style-position:inside}.RichTextFullWidth-items .cms-text-helpers-no-wrap{white-space:nowrap}.RichTextFullWidth-items:after{content:"";display:table;clear:both}.RichTextFullWidth-items>ol a:not(.btn),.RichTextFullWidth-items>ul a:not(.btn),.RichTextFullWidth-items p>ol a:not(.btn),.RichTextFullWidth-items p>ul a:not(.btn),.RichTextFullWidth-items p a:not(.btn){color:var(--primaryLinkColor);text-decoration:none}.RichTextFullWidth-items>ol a:not(.btn):hover,.RichTextFullWidth-items>ul a:not(.btn):hover,.RichTextFullWidth-items p>ol a:not(.btn):hover,.RichTextFullWidth-items p>ul a:not(.btn):hover,.RichTextFullWidth-items p a:not(.btn):hover{color:var(--primaryLinkHoverColor);text-decoration:underline}.RichTextFullWidth-items .AuthorPage-paginationButton,.RichTextFullWidth-items .BrandPage-paginationButton,.RichTextFullWidth-items .btn,.RichTextFullWidth-items .CountryPage-paginationButton,.RichTextFullWidth-items .DirectorySearchPage-export-btn a,.RichTextFullWidth-items .EventCalendarDayPage-export-btn a,.RichTextFullWidth-items .EventCalendarMonthPage-export-btn a,.RichTextFullWidth-items .EventCategoryPage-paginationButton,.RichTextFullWidth-items .EventPage-addToCalendar .FavoriteButton,.RichTextFullWidth-items .Footer .RichTextModule-cta a,.RichTextFullWidth-items .Header-customButton>a,.RichTextFullWidth-items .List .List-paginationButton,.RichTextFullWidth-items .ListAbstract .List-paginationButton,.RichTextFullWidth-items .ListAccordion .List-paginationButton,.RichTextFullWidth-items .ListAthleticEvent .List-paginationButton,.RichTextFullWidth-items .ListCard .List-paginationButton,.RichTextFullWidth-items .ListCardBackground .List-paginationButton,.RichTextFullWidth-items .ListCardDescriptionOnLeft .List-paginationButton,.RichTextFullWidth-items .ListCardImageOnly .List-paginationButton,.RichTextFullWidth-items .ListCardImageOnSide .List-paginationButton,.RichTextFullWidth-items .ListCardImageOnTop .List-paginationButton,.RichTextFullWidth-items .ListCardLogoBottom .List-paginationButton,.RichTextFullWidth-items .ListCardLogoTop .List-paginationButton,.RichTextFullWidth-items .ListCardQuote .List-paginationButton,.RichTextFullWidth-items .ListCardTextOnly .List-paginationButton,.RichTextFullWidth-items .ListCarouselBoxedHeadline .List-paginationButton,.RichTextFullWidth-items .ListCarouselQuoteFullWidth .List-paginationButton,.RichTextFullWidth-items .ListEvents .List-paginationButton,.RichTextFullWidth-items .ListHighlightA .List-paginationButton,.RichTextFullWidth-items .ListIconOnSide .List-paginationButton,.RichTextFullWidth-items .ListIconOnTopLarge .List-paginationButton,.RichTextFullWidth-items .ListIconOnTopSmall .List-paginationButton,.RichTextFullWidth-items .ListImageLarge .List-paginationButton,.RichTextFullWidth-items .ListImageMedium .List-paginationButton,.RichTextFullWidth-items .ListImageOnTopCircular .List-paginationButton,.RichTextFullWidth-items .ListImageSmall .List-paginationButton,.RichTextFullWidth-items .ListImageThumbnail .List-paginationButton,.RichTextFullWidth-items .ListLinks .List-paginationButton,.RichTextFullWidth-items .ListLogoOnly .List-paginationButton,.RichTextFullWidth-items .ListMetrics .List-paginationButton,.RichTextFullWidth-items .ListSchedule .List-paginationButton,.RichTextFullWidth-items .ListSpeechPromo .List-paginationButton,.RichTextFullWidth-items .ListTagCloud .List-paginationButton,.RichTextFullWidth-items .ListUpcomingEvents .List-paginationButton,.RichTextFullWidth-items .ListVerticalImage .List-paginationButton,.RichTextFullWidth-items .ProductPage-paginationButton,.RichTextFullWidth-items .SearchResultsPage-export-btn a,.RichTextFullWidth-items .SectionPage-paginationButton,.RichTextFullWidth-items .SocialList .List-paginationButton,.RichTextFullWidth-items .TagPage-paginationButton,.RichTextFullWidth-items .TaxonomyPage-paginationButton,.RichTextFullWidth-items .TopicPage-paginationButton{margin:10px 10px 10px 0}.RichTextFullWidth-items .cms-textAlign-right .AuthorPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .BrandPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .btn,.RichTextFullWidth-items .cms-textAlign-right .CountryPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .DirectorySearchPage-export-btn a,.RichTextFullWidth-items .cms-textAlign-right .EventCalendarDayPage-export-btn a,.RichTextFullWidth-items .cms-textAlign-right .EventCalendarMonthPage-export-btn a,.RichTextFullWidth-items .cms-textAlign-right .EventCategoryPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .EventPage-addToCalendar .FavoriteButton,.RichTextFullWidth-items .cms-textAlign-right .Footer .RichTextModule-cta a,.RichTextFullWidth-items .cms-textAlign-right .Header-customButton>a,.RichTextFullWidth-items .cms-textAlign-right .List .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListAbstract .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListAccordion .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListAthleticEvent .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCard .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCardBackground .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCardDescriptionOnLeft .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCardImageOnly .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCardImageOnSide .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCardImageOnTop .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCardLogoBottom .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCardLogoTop .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCardQuote .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCardTextOnly .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCarouselBoxedHeadline .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListCarouselQuoteFullWidth .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListEvents .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListHighlightA .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListIconOnSide .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListIconOnTopLarge .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListIconOnTopSmall .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListImageLarge .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListImageMedium .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListImageOnTopCircular .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListImageSmall .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListImageThumbnail .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListLinks .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListLogoOnly .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListMetrics .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListSchedule .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListSpeechPromo .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListTagCloud .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListUpcomingEvents .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ListVerticalImage .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .ProductPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .SearchResultsPage-export-btn a,.RichTextFullWidth-items .cms-textAlign-right .SectionPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .SocialList .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .TagPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .TaxonomyPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-right .TopicPage-paginationButton{margin:10px 0 10px 10px}.RichTextFullWidth-items .cms-textAlign-center .AuthorPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .BrandPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .btn,.RichTextFullWidth-items .cms-textAlign-center .CountryPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .DirectorySearchPage-export-btn a,.RichTextFullWidth-items .cms-textAlign-center .EventCalendarDayPage-export-btn a,.RichTextFullWidth-items .cms-textAlign-center .EventCalendarMonthPage-export-btn a,.RichTextFullWidth-items .cms-textAlign-center .EventCategoryPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .EventPage-addToCalendar .FavoriteButton,.RichTextFullWidth-items .cms-textAlign-center .Footer .RichTextModule-cta a,.RichTextFullWidth-items .cms-textAlign-center .Header-customButton>a,.RichTextFullWidth-items .cms-textAlign-center .List .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListAbstract .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListAccordion .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListAthleticEvent .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCard .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCardBackground .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCardDescriptionOnLeft .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCardImageOnly .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCardImageOnSide .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCardImageOnTop .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCardLogoBottom .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCardLogoTop .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCardQuote .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCardTextOnly .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCarouselBoxedHeadline .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListCarouselQuoteFullWidth .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListEvents .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListHighlightA .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListIconOnSide .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListIconOnTopLarge .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListIconOnTopSmall .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListImageLarge .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListImageMedium .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListImageOnTopCircular .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListImageSmall .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListImageThumbnail .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListLinks .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListLogoOnly .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListMetrics .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListSchedule .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListSpeechPromo .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListTagCloud .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListUpcomingEvents .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ListVerticalImage .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .ProductPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .SearchResultsPage-export-btn a,.RichTextFullWidth-items .cms-textAlign-center .SectionPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .SocialList .List-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .TagPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .TaxonomyPage-paginationButton,.RichTextFullWidth-items .cms-textAlign-center .TopicPage-paginationButton{margin:10px 5px}.RichTextFullWidth-items>ul,.RichTextFullWidth-items p>ul{list-style:disc;padding:0 0 0 40px;margin:20px 0}.RichTextFullWidth-items>ul li>ol,.RichTextFullWidth-items>ul li>ul,.RichTextFullWidth-items p>ul li>ol,.RichTextFullWidth-items p>ul li>ul{padding:0 0 0 40px}.RichTextFullWidth-items>ol,.RichTextFullWidth-items p>ol{padding:0 0 0 40px;margin:20px 0}.RichTextFullWidth-items>ol li>ol,.RichTextFullWidth-items>ol li>ul,.RichTextFullWidth-items p>ol li>ol,.RichTextFullWidth-items p>ol li>ul{padding:0 0 0 40px}.RichTextFullWidth-items p{margin:30px 0}.RichTextFullWidth-items p:first-of-type{margin-top:0}.RichTextFullWidth-items p:last-of-type{margin-bottom:0}.RichTextFullWidth-items h2,.RichTextFullWidth-items h3,.RichTextFullWidth-items h4,.RichTextFullWidth-items h5,.RichTextFullWidth-items h6{color:var(--primaryColor);line-height:1.3}.RichTextFullWidth-items h2{font-size:2em;font-weight:500;margin:1.25em 0 .75em}.RichTextFullWidth-items h3{font-size:1.33333em;font-weight:700}.RichTextFullWidth-items h4{font-size:1.11111em;text-transform:uppercase}.RichTextFullWidth-items h5{font-weight:500}.RichTextFullWidth-items h6{font-weight:300;font-style:italic}.RichTextFullWidth-items h5,.RichTextFullWidth-items h6{font-size:1em}.RichTextFullWidth-items h3,.RichTextFullWidth-items h4,.RichTextFullWidth-items h5,.RichTextFullWidth-items h6{margin:.75em 0}.RichTextFullWidth-items bsp-citation{margin-left:-1in;text-indent:-.5in;padding-left:2em}.RichTextFullWidth-items table{word-break:normal;display:block;margin:40px 0;border-collapse:collapse;overflow-x:auto;width:100%;table-layout:auto;font-size:18px;line-height:30px}.RichTextFullWidth-items table th{font-weight:700}.RichTextFullWidth-items table td,.RichTextFullWidth-items table th{border:1px solid var(--mediumGrey);text-align:left;vertical-align:top;line-height:1.4}.RichTextFullWidth-items table tr:first-child td,.RichTextFullWidth-items table tr:first-child th{border-top-width:0}.RichTextFullWidth-items table tr:last-child td,.RichTextFullWidth-items table tr:last-child th{border-bottom-width:0}.RichTextFullWidth-items table thead tr:last-child td,.RichTextFullWidth-items table thead tr:last-child th{border-bottom-width:2px}.RichTextFullWidth-items table tfoot tr:first-child td,.RichTextFullWidth-items table tfoot tr:first-child th{border-top-width:2px}.RichTextFullWidth-items table td,.RichTextFullWidth-items table th{padding:.75em 1.25em}.RichTextFullWidth-items table td:first-child,.RichTextFullWidth-items table th:first-child{padding-left:.25em;border-left-width:0}.RichTextFullWidth-items table td:last-child,.RichTextFullWidth-items table th:last-child{padding-right:.25em;border-right-width:0}.RichTextFullWidth-items table.tight td,.RichTextFullWidth-items table.tight th{padding:.5em 1.25em}.RichTextFullWidth-items table.tight td:first-child,.RichTextFullWidth-items table.tight th:first-child{padding-left:.25em;border-left-width:0}.RichTextFullWidth-items table.tight td:last-child,.RichTextFullWidth-items table.tight th:last-child{padding-right:.25em;border-right-width:0}.RichTextFullWidth-items table.very-tight td,.RichTextFullWidth-items table.very-tight th{padding:.25em 1.25em}.RichTextFullWidth-items table.very-tight td:first-child,.RichTextFullWidth-items table.very-tight th:first-child{padding-left:.25em;border-left-width:0}.RichTextFullWidth-items table.very-tight td:last-child,.RichTextFullWidth-items table.very-tight th:last-child{padding-right:.25em;border-right-width:0}.RichTextFullWidth-items table.no-borders td,.RichTextFullWidth-items table.no-borders th{border:0}.RichTextFullWidth-items ol ol{list-style-type:lower-alpha}.RichTextFullWidth-items ul ul{list-style-type:circle}.RichTextFullWidth-items ul ul ul{list-style-type:square}@media only screen and (min-width:768px){.RichTextFullWidth{text-align:initial;margin:40px auto}.RichTextFullWidth-container{min-height:195px;padding:0 40px}.RichTextFullWidth.promo-has-background .RichTextFullWidth-container{padding:40px}.RichTextFullWidth-content{margin:0 auto}.text-left .RichTextFullWidth-content{-ms-flex-align:start;align-items:flex-start;text-align:left}.text-center .RichTextFullWidth-content{-ms-flex-align:center;align-items:center;text-align:center}.text-right .RichTextFullWidth-content{-ms-flex-align:end;align-items:flex-end;text-align:right}.text-right .RichTextFullWidth-content ol,.text-right .RichTextFullWidth-content ul{text-align:left}}@media only screen and (min-width:1024px){.RichTextFullWidth{margin:40px auto}.RichTextFullWidth-container{padding:0 50px}.RichTextFullWidth.promo-has-background .RichTextFullWidth-container{padding:40px 50px}}@media only screen and (min-width:1440px){.RichTextFullWidth{margin:40px auto}.RichTextFullWidth-container{padding:0}.RichTextFullWidth.promo-has-background .RichTextFullWidth-container{padding:40px 0}}[data-video-player]{display:block;position:relative;margin:0 auto}[data-video-player] iframe{position:absolute;top:0;height:100%;width:100%;border:0;max-height:698px}video{width:100%;max-height:698px;display:-ms-flexbox;display:flex}.VideoLead{display:block;background:var(--backgroundColor,#fff);max-height:640px;max-width:1137.77777778px;margin:0 auto}.VideoLead[full-width]{max-width:100%}.VideoLead-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.VideoLead-playVideoInBackground .VideoLead-play{display:none}.VideoLead-playVideoInBackground .VideoLead-headline,.VideoLead-playVideoInBackground .VideoLead-subHeadline{z-index:2;position:relative}.VideoLead-playVideoInBackground .VideoLead-poster-image{opacity:0;visibility:hidden}.VideoLead-playVideoInBackground .VideoLead-poster-content{z-index:1;position:relative}.VideoLead .Image{max-height:640px;min-height:320px;width:100%;-o-object-fit:cover;object-fit:cover;display:block}.VideoLead-headline{text-align:center;margin-bottom:20px;color:var(--white);padding:0 20px}.VideoLead-headline a{color:#fff}.VideoLead-play{background-color:var(--primaryColor);border:0;border-radius:100%;height:75px;-ms-flex-negative:0;flex-shrink:0;outline:0;position:relative;width:75px;z-index:1}.VideoLead-play span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.VideoLead-play:before{content:url('../../../resource/0000016b-03b0-db48-a7fb-2bb898240000/styleguide/_assets/icons/triangle.08e4917571ec0a0d3ced85d460081891.svg');height:108px;left:-17px;position:absolute;top:-17px;width:108px;z-index:2}[autoplay] .VideoLead-play{display:none}.VideoLead-play{pointer-events:all}.VideoLead:not([state=ready]) .VideoLead-play{opacity:0}.VideoLead-player{height:100%;left:0;position:relative;top:0;width:100%;max-width:100%;margin-left:auto;margin-right:auto}.VideoLead-poster .VideoLead-player{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.VideoLead-player .HTML5VideoPlayer{position:relative;padding-bottom:56.25%;height:0;margin:0 auto}.VideoLead-poster .VideoLead-player .HTML5VideoPlayer{height:100%;margin:0;padding:0;width:100%}.VideoLead-player .HTML5VideoPlayer-screen,.VideoLead-player .HTML5VideoPlayer video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.VideoLead-poster .VideoLead-player .HTML5VideoPlayer .HTML5VideoPlayer-screen,.VideoLead-poster .VideoLead-player .HTML5VideoPlayer video{border:0;height:100%;position:relative;width:100%;-o-object-fit:cover;object-fit:cover;max-height:640px;overflow:hidden}.VideoLead-poster .VideoLead-player .YouTubeVideoPlayer{height:100%;margin:0;padding:0;width:100%}.VideoLead-poster .VideoLead-player .YouTubeVideoPlayer iframe{border:0;height:100%;position:relative;width:100%}.VideoLead-poster{position:relative}.VideoLead-poster-content{transition:all .2s ease;position:relative;pointer-events:none}[state=playing] .VideoLead-poster-image,[state=playing]:not([autoplay]) .VideoLead-poster-content{visibility:hidden;opacity:0}.VideoLead-poster-info{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;width:100%}.VideoLead-subHeadline{color:var(--white);display:none;max-width:800px;text-align:center;margin-bottom:20px}@media only screen and (min-width:768px){.VideoLead-headline,.VideoLead-subHeadline{display:block;padding-left:100px;padding-right:100px;max-width:800px}}@media only screen and (min-width:1024px){.VideoLead-headline,.VideoLead-subHeadline{padding-left:0;padding-right:0}}.VideoModule{padding:20px 10px;background-color:var(--colorBeige1)}.VideoModule-container{max-width:800px;margin:0 auto}.VideoModule-title{padding:0 0 10px}.VideoModule-description,.VideoModule-title{text-align:center;padding:0 0 10px}.VideoModule-body{margin-top:10px}.VideoModule-cta{text-align:center;margin-top:20px}@media only screen and (min-width:768px){.VideoModule{padding:50px}.VideoModule-body{margin-top:20px}.VideoModule-cta{margin-top:30px}}@media only screen and (min-width:1024px){.VideoModule{padding:50px}.VideoModule-description,.VideoModule-title{padding-bottom:20px}}.VideoPage-body{background:var(--pageBackgroundColor)}.VideoPage-main{margin-top:0;max-width:var(--maxPageWidth);width:100%}.VideoPage-innerContent{max-width:800px;margin-left:auto;margin-right:auto}.VideoPage-player{margin-bottom:20px}@media only screen and (min-width:768px){.VideoPage-player{margin-bottom:30px}}@media only screen and (min-width:1024px){.VideoPage-player{margin-bottom:40px}}.VideoPage-player video{width:100%}.VideoPage-player .YouTubeVideoPlayer{height:180px;width:100%}.VideoPage-player .YouTubeVideoPlayer iframe{border:0;width:100%;height:100%}@media only screen and (min-width:450px){.VideoPage-player .YouTubeVideoPlayer{height:300px}}@media only screen and (min-width:768px){.VideoPage-player .YouTubeVideoPlayer{height:410px}}@media only screen and (min-width:950px){.VideoPage-player .YouTubeVideoPlayer{height:450px}}@media only screen and (min-width:1024px){.VideoPage-player .YouTubeVideoPlayer{height:529px}}@media only screen and (min-width:1440px){.VideoPage-player .YouTubeVideoPlayer{height:698px}}.VideoPage-mainContent{padding-bottom:10px}@media only screen and (min-width:768px){.VideoPage-mainContent{padding-bottom:30px}}@media only screen and (min-width:1024px){.VideoPage-mainContent{padding-bottom:50px}}@media only screen and (min-width:768px){.VideoPage-below .list.list-3>div{-ms-grid-column:span 4;grid-column:span 4}}.VideoPage-contentWrapper.with-playlist{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container{position:fixed;bottom:0;left:0;right:0;background:var(--colorBeige1);z-index:19;border-top:1px solid var(--colorBeige3);overflow:scroll}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-title{display:none}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-mobile-playlist-menu{font-size:14px;font-weight:900;letter-spacing:1.5px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer;border-bottom:1px solid var(--colorBeige3)}@media only screen and (min-width:1024px){.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-mobile-playlist-menu{display:none}}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-mobile-playlist-menu svg{width:30px;height:30px;margin-right:10px}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-mobile-playlist-menu,.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-items{padding:10px 20px}@media only screen and (min-width:768px){.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-mobile-playlist-menu,.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-items{padding:10px 50px}}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-items{display:none}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-item{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:20px 0;border-bottom:1px solid var(--colorBeige3)}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-item-media{line-height:0;margin-right:15px;position:relative}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-item-media img{width:112px;max-width:unset}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-item-media.video-thumbnail :after{background-size:32px 32px}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-item-media-on-now-text{background:var(--primaryColor);line-height:normal;display:inline-block;position:absolute;bottom:5px;left:5px;padding:10px;color:var(--white);font-weight:700;pointer-events:none;font-size:10px;letter-spacing:.8px}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-item-meta-title{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:5px}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-item-meta-title:hover{color:#333}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-item-meta-duration{font-size:11px;font-weight:300;letter-spacing:.5px}@media only screen and (min-width:1024px){.VideoPage-contentWrapper.with-playlist{-ms-flex-direction:row;flex-direction:row}.VideoPage-contentWrapper.with-playlist .VideoPage-main-content{-ms-flex-positive:1;flex-grow:1}.VideoPage-contentWrapper.with-playlist .VideoPage-main-content .VideoPage-title-section.title-section{padding-bottom:255px}.VideoPage-contentWrapper.with-playlist .VideoPage-main-content .VideoPage-pageInfo.page-info{padding:0 50px}.VideoPage-contentWrapper.with-playlist .VideoPage-main-content .VideoPage-mainContent{padding:0 25px}.VideoPage-contentWrapper.with-playlist .VideoPage-main-content .VideoPage-player{margin-left:0;margin-right:0}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container{position:relative;border:0;-ms-flex-preferred-size:360px;flex-basis:360px;-ms-flex-negative:0;flex-shrink:0;border-left:1px solid var(--colorBeige3)}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-title{display:block;text-align:center;margin:40px 20px 0;padding-bottom:40px;border-bottom:1px solid var(--colorBeige3);font-size:18px;font-weight:900;letter-spacing:2px;color:#2a2a2a}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-items{display:block!important;padding:0}.VideoPage-contentWrapper.with-playlist .VideoPage-playlist-container .VideoPage-playlist-item{margin:0 20px}}@media only screen and (min-width:1440px){.VideoPage-contentWrapper.with-playlist .VideoPage-main-content .VideoPage-mainContent{padding:0}}@media only screen and (min-width:1024px){.VideoPage-content{padding-left:42px;padding-right:42px}}@media only screen and (min-width:1440px){.VideoPage-content{padding-left:0;padding-right:0}}.EventPage-headingWrapper{background-size:cover;background-position:50%;background-color:#141414}.EventPage-main{margin-top:20px;max-width:800px}.EventPage-image{-ms-flex-negative:0;flex-shrink:0;text-align:center;display:none}.EventPage-image img{width:300px;max-width:100%;margin:0 auto 20px;height:auto}.EventPage-intro{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:var(--leadTextColor,#fff)}.EventPage-info{text-align:left}.EventPage-headline{font-weight:400;font-size:24px;font-weight:700;line-height:1.33;margin-bottom:10px;color:currentColor}.EventPage-eventDate{font-size:16px;font-weight:700;line-height:1.88;margin-bottom:10px}.EventPage-ctas{margin:20px -20px 0 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}.EventPage-ctas>div{margin:0 20px 20px 0}.EventPage-ctas .AuthorPage-paginationButton,.EventPage-ctas .BrandPage-paginationButton,.EventPage-ctas .btn,.EventPage-ctas .CountryPage-paginationButton,.EventPage-ctas .DirectorySearchPage-export-btn a,.EventPage-ctas .EventCalendarDayPage-export-btn a,.EventPage-ctas .EventCalendarMonthPage-export-btn a,.EventPage-ctas .EventCategoryPage-paginationButton,.EventPage-ctas .EventPage-addToCalendar .FavoriteButton,.EventPage-ctas .Footer .RichTextModule-cta a,.EventPage-ctas .Header-customButton>a,.EventPage-ctas .List .List-paginationButton,.EventPage-ctas .ListAbstract .List-paginationButton,.EventPage-ctas .ListAccordion .List-paginationButton,.EventPage-ctas .ListAthleticEvent .List-paginationButton,.EventPage-ctas .ListCard .List-paginationButton,.EventPage-ctas .ListCardBackground .List-paginationButton,.EventPage-ctas .ListCardDescriptionOnLeft .List-paginationButton,.EventPage-ctas .ListCardImageOnly .List-paginationButton,.EventPage-ctas .ListCardImageOnSide .List-paginationButton,.EventPage-ctas .ListCardImageOnTop .List-paginationButton,.EventPage-ctas .ListCardLogoBottom .List-paginationButton,.EventPage-ctas .ListCardLogoTop .List-paginationButton,.EventPage-ctas .ListCardQuote .List-paginationButton,.EventPage-ctas .ListCardTextOnly .List-paginationButton,.EventPage-ctas .ListCarouselBoxedHeadline .List-paginationButton,.EventPage-ctas .ListCarouselQuoteFullWidth .List-paginationButton,.EventPage-ctas .ListEvents .List-paginationButton,.EventPage-ctas .ListHighlightA .List-paginationButton,.EventPage-ctas .ListIconOnSide .List-paginationButton,.EventPage-ctas .ListIconOnTopLarge .List-paginationButton,.EventPage-ctas .ListIconOnTopSmall .List-paginationButton,.EventPage-ctas .ListImageLarge .List-paginationButton,.EventPage-ctas .ListImageMedium .List-paginationButton,.EventPage-ctas .ListImageOnTopCircular .List-paginationButton,.EventPage-ctas .ListImageSmall .List-paginationButton,.EventPage-ctas .ListImageThumbnail .List-paginationButton,.EventPage-ctas .ListLinks .List-paginationButton,.EventPage-ctas .ListLogoOnly .List-paginationButton,.EventPage-ctas .ListMetrics .List-paginationButton,.EventPage-ctas .ListSchedule .List-paginationButton,.EventPage-ctas .ListSpeechPromo .List-paginationButton,.EventPage-ctas .ListTagCloud .List-paginationButton,.EventPage-ctas .ListUpcomingEvents .List-paginationButton,.EventPage-ctas .ListVerticalImage .List-paginationButton,.EventPage-ctas .ProductPage-paginationButton,.EventPage-ctas .SearchResultsPage-export-btn a,.EventPage-ctas .SectionPage-paginationButton,.EventPage-ctas .SocialList .List-paginationButton,.EventPage-ctas .TagPage-paginationButton,.EventPage-ctas .TaxonomyPage-paginationButton,.EventPage-ctas .TopicPage-paginationButton{min-width:137px;max-width:100%}.EventPage-addToCalendar a{background-color:var(--primaryColor);border-color:var(--primaryColor);color:#fff}.EventPage-addToCalendar a:hover{color:#fff}.EventPage-addToCalendar a:before{content:"+ "}.EventPage-addToCalendar .AuthorPage-paginationButton,.EventPage-addToCalendar .BrandPage-paginationButton,.EventPage-addToCalendar .btn,.EventPage-addToCalendar .CountryPage-paginationButton,.EventPage-addToCalendar .DirectorySearchPage-export-btn a,.EventPage-addToCalendar .EventCalendarDayPage-export-btn a,.EventPage-addToCalendar .EventCalendarMonthPage-export-btn a,.EventPage-addToCalendar .EventCategoryPage-paginationButton,.EventPage-addToCalendar .EventPage-addToCalendar .FavoriteButton,.EventPage-addToCalendar .Footer .RichTextModule-cta a,.EventPage-addToCalendar .Header-customButton>a,.EventPage-addToCalendar .List .List-paginationButton,.EventPage-addToCalendar .ListAbstract .List-paginationButton,.EventPage-addToCalendar .ListAccordion .List-paginationButton,.EventPage-addToCalendar .ListAthleticEvent .List-paginationButton,.EventPage-addToCalendar .ListCard .List-paginationButton,.EventPage-addToCalendar .ListCardBackground .List-paginationButton,.EventPage-addToCalendar .ListCardDescriptionOnLeft .List-paginationButton,.EventPage-addToCalendar .ListCardImageOnly .List-paginationButton,.EventPage-addToCalendar .ListCardImageOnSide .List-paginationButton,.EventPage-addToCalendar .ListCardImageOnTop .List-paginationButton,.EventPage-addToCalendar .ListCardLogoBottom .List-paginationButton,.EventPage-addToCalendar .ListCardLogoTop .List-paginationButton,.EventPage-addToCalendar .ListCardQuote .List-paginationButton,.EventPage-addToCalendar .ListCardTextOnly .List-paginationButton,.EventPage-addToCalendar .ListCarouselBoxedHeadline .List-paginationButton,.EventPage-addToCalendar .ListCarouselQuoteFullWidth .List-paginationButton,.EventPage-addToCalendar .ListEvents .List-paginationButton,.EventPage-addToCalendar .ListHighlightA .List-paginationButton,.EventPage-addToCalendar .ListIconOnSide .List-paginationButton,.EventPage-addToCalendar .ListIconOnTopLarge .List-paginationButton,.EventPage-addToCalendar .ListIconOnTopSmall .List-paginationButton,.EventPage-addToCalendar .ListImageLarge .List-paginationButton,.EventPage-addToCalendar .ListImageMedium .List-paginationButton,.EventPage-addToCalendar .ListImageOnTopCircular .List-paginationButton,.EventPage-addToCalendar .ListImageSmall .List-paginationButton,.EventPage-addToCalendar .ListImageThumbnail .List-paginationButton,.EventPage-addToCalendar .ListLinks .List-paginationButton,.EventPage-addToCalendar .ListLogoOnly .List-paginationButton,.EventPage-addToCalendar .ListMetrics .List-paginationButton,.EventPage-addToCalendar .ListSchedule .List-paginationButton,.EventPage-addToCalendar .ListSpeechPromo .List-paginationButton,.EventPage-addToCalendar .ListTagCloud .List-paginationButton,.EventPage-addToCalendar .ListUpcomingEvents .List-paginationButton,.EventPage-addToCalendar .ListVerticalImage .List-paginationButton,.EventPage-addToCalendar .ProductPage-paginationButton,.EventPage-addToCalendar .SearchResultsPage-export-btn a,.EventPage-addToCalendar .SectionPage-paginationButton,.EventPage-addToCalendar .SocialList .List-paginationButton,.EventPage-addToCalendar .TagPage-paginationButton,.EventPage-addToCalendar .TaxonomyPage-paginationButton,.EventPage-addToCalendar .TopicPage-paginationButton{min-width:180px;max-width:100%}.EventPage-eventDate,.EventPage-eventDuration,.EventPage-eventLocation,.EventPage-subHeadline{font-size:14px;line-height:1.29}.EventPage-wrapper{margin-top:0}.EventPage-actions{background-color:#e6e6e6;max-width:100%;margin-top:0;padding:20px}.EventPage-actions,.EventPage-actions .ActionBar{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.EventPage-actions .ActionBar{max-width:800px;margin:0 auto;-ms-flex-positive:1;flex-grow:1}.EventPage-actions .ActionBar-title{text-transform:uppercase;margin-right:12px;font-weight:700;font-size:1.2rem}.EventPage-actions .ActionBar-items{display:-ms-flexbox;display:flex}.EventPage-actions .ActionBar-items-item{margin:0 8px}.EventPage-actions .ActionBar-items a{width:30px;height:30px;display:block;background-color:#fff;color:#000;position:relative;border-radius:3px}.EventPage-actions .ActionBar-items a svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.6);fill:currentColor}.EventPage-actions .ActionBar-items a.tumblr{background-color:var(--socialIconColor,#35465d)}.EventPage-actions .ActionBar-items a.tumblr svg{fill:#fff}.EventPage-actions .ActionBar-items a.facebook{background-color:var(--socialIconColor,#3b5998)}.EventPage-actions .ActionBar-items a.facebook svg{fill:#fff}.EventPage-actions .ActionBar-items a.linkedIn{background-color:var(--socialIconColor,#007bb5)}.EventPage-actions .ActionBar-items a.linkedIn svg{fill:#fff}.EventPage-actions .ActionBar-items a.pinterest{background-color:var(--socialIconColor,#bd081c)}.EventPage-actions .ActionBar-items a.pinterest svg{fill:#fff}.EventPage-actions .ActionBar-items a.twitter{background-color:var(--socialIconColor,#1da1f2)}.EventPage-actions .ActionBar-items a.twitter svg{fill:#fff}.EventPage .Tags-title{font-size:1.4rem;font-weight:900}.EventPage-contactInformation{font-size:1.6rem;margin-top:40px;margin-bottom:40px}.EventPage-contactInformation-heading{font-size:2rem;font-weight:700;margin-bottom:20px}.EventPage-eventContactEmail,.EventPage-eventContactName,.EventPage-eventContactPhone{margin-bottom:20px}@media only screen and (min-width:768px){.EventPage-image{display:block;margin-right:40px}.EventPage-headline{font-size:36px}.EventPage-eventDate,.EventPage-eventDuration,.EventPage-eventLocation,.EventPage-subHeadline{font-size:20px}.EventPage-ctas{margin:30px -30px 0 0;-ms-flex-direction:row;flex-direction:row}.EventPage-ctas>div{margin:0 30px 30px 0}.EventPage-wrapper{margin-top:20px}.EventPage-main{margin-top:30px}}@media only screen and (min-width:1024px){.EventPage-main{margin-top:40px}.EventPage-ctas{margin:40px -40px 0 0}.EventPage-ctas>div{margin:0 40px 40px 0}.EventPage-pageInfo{max-width:1170px;margin-left:auto;margin-right:auto;width:100%}}@media only screen and (min-width:1440px){.EventPage-intro{width:calc(100% - 370px)!important;padding-left:0;margin-left:auto}.EventPage-info{text-align:left}}.Anchor{display:block;position:relative;left:0;top:-57px;visibility:hidden}@media only screen and (min-width:768px){.Anchor{top:-120px}}.ExperientialPage-main{margin-top:20px;margin-bottom:20px;max-width:800px}.ExperientialPage-wrapper{margin-top:0}.ExperientialPage-image{-ms-flex-negative:0;flex-shrink:0;text-align:center;display:none}.ExperientialPage-image img{width:300px;max-width:100%;margin:0;height:auto}.ExperientialPage-intro{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;color:var(--leadTextColor,#fff)}.ExperientialPage-info{text-align:left;padding:0}.ExperientialPage-info-title{font-size:24px;font-weight:700;line-height:1.33;margin-bottom:10px;color:var(--primaryTextColor);text-transform:none}.ExperientialPage-info-text{display:-ms-flexbox;display:flex;color:var(--primaryTextColor);font-size:14px;-ms-flex-wrap:wrap;flex-wrap:wrap}.ExperientialPage-info-text span{padding-left:5px}.ExperientialPage-info-text a{font-size:14px;color:var(--primaryTextColor);pointer-events:none}.ExperientialPage-info-text-label{font-weight:700;margin-right:5px}.ExperientialPage-info-text.sponsorText{margin-bottom:10px}.ExperientialPage-info-text.sponsorText a{color:var(--primaryLinkColor);pointer-events:auto}.ExperientialPage-info-text.sponsorText a:hover{color:var(--primaryLinkHoverColor);text-decoration:underline}.ExperientialPage-info-cta{margin-top:25px}.ExperientialPage-info-cta>div{margin:0 20px 20px 0}.ExperientialPage-info-cta .AuthorPage-paginationButton,.ExperientialPage-info-cta .BrandPage-paginationButton,.ExperientialPage-info-cta .btn,.ExperientialPage-info-cta .CountryPage-paginationButton,.ExperientialPage-info-cta .DirectorySearchPage-export-btn a,.ExperientialPage-info-cta .EventCalendarDayPage-export-btn a,.ExperientialPage-info-cta .EventCalendarMonthPage-export-btn a,.ExperientialPage-info-cta .EventCategoryPage-paginationButton,.ExperientialPage-info-cta .EventPage-addToCalendar .FavoriteButton,.ExperientialPage-info-cta .Footer .RichTextModule-cta a,.ExperientialPage-info-cta .Header-customButton>a,.ExperientialPage-info-cta .List .List-paginationButton,.ExperientialPage-info-cta .ListAbstract .List-paginationButton,.ExperientialPage-info-cta .ListAccordion .List-paginationButton,.ExperientialPage-info-cta .ListAthleticEvent .List-paginationButton,.ExperientialPage-info-cta .ListCard .List-paginationButton,.ExperientialPage-info-cta .ListCardBackground .List-paginationButton,.ExperientialPage-info-cta .ListCardDescriptionOnLeft .List-paginationButton,.ExperientialPage-info-cta .ListCardImageOnly .List-paginationButton,.ExperientialPage-info-cta .ListCardImageOnSide .List-paginationButton,.ExperientialPage-info-cta .ListCardImageOnTop .List-paginationButton,.ExperientialPage-info-cta .ListCardLogoBottom .List-paginationButton,.ExperientialPage-info-cta .ListCardLogoTop .List-paginationButton,.ExperientialPage-info-cta .ListCardQuote .List-paginationButton,.ExperientialPage-info-cta .ListCardTextOnly .List-paginationButton,.ExperientialPage-info-cta .ListCarouselBoxedHeadline .List-paginationButton,.ExperientialPage-info-cta .ListCarouselQuoteFullWidth .List-paginationButton,.ExperientialPage-info-cta .ListEvents .List-paginationButton,.ExperientialPage-info-cta .ListHighlightA .List-paginationButton,.ExperientialPage-info-cta .ListIconOnSide .List-paginationButton,.ExperientialPage-info-cta .ListIconOnTopLarge .List-paginationButton,.ExperientialPage-info-cta .ListIconOnTopSmall .List-paginationButton,.ExperientialPage-info-cta .ListImageLarge .List-paginationButton,.ExperientialPage-info-cta .ListImageMedium .List-paginationButton,.ExperientialPage-info-cta .ListImageOnTopCircular .List-paginationButton,.ExperientialPage-info-cta .ListImageSmall .List-paginationButton,.ExperientialPage-info-cta .ListImageThumbnail .List-paginationButton,.ExperientialPage-info-cta .ListLinks .List-paginationButton,.ExperientialPage-info-cta .ListLogoOnly .List-paginationButton,.ExperientialPage-info-cta .ListMetrics .List-paginationButton,.ExperientialPage-info-cta .ListSchedule .List-paginationButton,.ExperientialPage-info-cta .ListSpeechPromo .List-paginationButton,.ExperientialPage-info-cta .ListTagCloud .List-paginationButton,.ExperientialPage-info-cta .ListUpcomingEvents .List-paginationButton,.ExperientialPage-info-cta .ListVerticalImage .List-paginationButton,.ExperientialPage-info-cta .ProductPage-paginationButton,.ExperientialPage-info-cta .SearchResultsPage-export-btn a,.ExperientialPage-info-cta .SectionPage-paginationButton,.ExperientialPage-info-cta .SocialList .List-paginationButton,.ExperientialPage-info-cta .TagPage-paginationButton,.ExperientialPage-info-cta .TaxonomyPage-paginationButton,.ExperientialPage-info-cta .TopicPage-paginationButton{min-width:137px;max-width:100%}.ExperientialPage-actions{background-color:#e6e6e6;max-width:100%;margin-top:0;padding:20px}.ExperientialPage-actions,.ExperientialPage-actions .ActionBar{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.ExperientialPage-actions .ActionBar{max-width:800px;margin:0 auto;-ms-flex-positive:1;flex-grow:1}.ExperientialPage-actions .ActionBar-title{text-transform:uppercase;margin-right:12px;font-weight:700;font-size:1.2rem}.ExperientialPage-actions .ActionBar-items{display:-ms-flexbox;display:flex}.ExperientialPage-actions .ActionBar-items-item{margin:0 8px}.ExperientialPage-actions .ActionBar-items a{width:30px;height:30px;display:block;background-color:#fff;color:#000;position:relative;border-radius:3px}.ExperientialPage-actions .ActionBar-items a svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.6);fill:currentColor}.ExperientialPage-actions .ActionBar-items a.tumblr{background-color:var(--socialIconColor,#35465d)}.ExperientialPage-actions .ActionBar-items a.tumblr svg{fill:#fff}.ExperientialPage-actions .ActionBar-items a.facebook{background-color:var(--socialIconColor,#3b5998)}.ExperientialPage-actions .ActionBar-items a.facebook svg{fill:#fff}.ExperientialPage-actions .ActionBar-items a.linkedIn{background-color:var(--socialIconColor,#007bb5)}.ExperientialPage-actions .ActionBar-items a.linkedIn svg{fill:#fff}.ExperientialPage-actions .ActionBar-items a.pinterest{background-color:var(--socialIconColor,#bd081c)}.ExperientialPage-actions .ActionBar-items a.pinterest svg{fill:#fff}.ExperientialPage-actions .ActionBar-items a.twitter{background-color:var(--socialIconColor,#1da1f2)}.ExperientialPage-actions .ActionBar-items a.twitter svg{fill:#fff}.ExperientialPage .Tags-title{font-size:1.4rem;font-weight:900}@media only screen and (min-width:768px){.ExperientialPage-image{display:block;margin-left:40px}.ExperientialPage-info-title{font-size:36px}.ExperientialPage-info-text,.ExperientialPage-info-text a{font-size:18px}.ExperientialPage-wrapper{margin-top:20px}.ExperientialPage-main{margin-top:30px;margin-bottom:30px}}@media only screen and (min-width:1024px){.ExperientialPage-main{margin-top:40px;margin-bottom:40px}.ExperientialPage-pageInfo{max-width:1170px;margin-left:auto;margin-right:auto;width:100%}}@media only screen and (min-width:1440px){.ExperientialPage-intro{width:calc(100% - 370px)!important;padding-left:0;margin-left:auto}}.BrandPage-headingWrapper.with-brand-image{padding-top:20px;padding-bottom:20px}.BrandPage-brandImageWrapper{width:100%;max-width:230px;margin:0 auto;padding:0;line-height:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.BrandPage-brandImage{display:inline-block;max-width:230px}@media only screen and (min-width:768px){.BrandPage-brandImageWrapper{max-width:730px}}@media only screen and (min-width:1024px){.BrandPage-headingWrapper.with-brand-image{padding-top:40px;padding-bottom:40px}.BrandPage-brandImage{max-width:300px}.BrandPage-brandImageWrapper{max-width:940px}}@media only screen and (min-width:1440px){.BrandPage-brandImageWrapper{max-width:1240px}.BrandPage-brandImage{max-width:400px}}.AthletePage[data-rectangle-image] .AthletePage-image img,.CoachPage[data-rectangle-image] .CoachPage-image img,.EmployeePage[data-rectangle-image] .EmployeePage-image img{border-radius:0;height:200px;width:150px}.AthletePage-employeeSocialLinks,.AthletePage-main,.CoachPage-employeeSocialLinks,.CoachPage-main,.EmployeePage-employeeSocialLinks,.EmployeePage-main{margin-top:20px}.AthletePage-employeeSocialLinksLabel,.CoachPage-employeeSocialLinksLabel,.EmployeePage-employeeSocialLinksLabel{font-size:var(--button-label);font-weight:700;margin-bottom:10px}.AthletePage-employeeSocialLinksLabel .textStyleSpec-lg,.AthletePage-employeeSocialLinksLabel .textStyleSpec-md,.AthletePage-employeeSocialLinksLabel .textStyleSpec-sm,.CoachPage-employeeSocialLinksLabel .textStyleSpec-lg,.CoachPage-employeeSocialLinksLabel .textStyleSpec-md,.CoachPage-employeeSocialLinksLabel .textStyleSpec-sm,.EmployeePage-employeeSocialLinksLabel .textStyleSpec-lg,.EmployeePage-employeeSocialLinksLabel .textStyleSpec-md,.EmployeePage-employeeSocialLinksLabel .textStyleSpec-sm{font-size:1.2rem}.AthletePage-image,.CoachPage-image,.EmployeePage-image{-ms-flex-negative:0;flex-shrink:0;text-align:center}.AthletePage-image img,.CoachPage-image img,.EmployeePage-image img{border-radius:100%;height:150px;margin:0 auto 20px;width:150px}.AthletePage-info,.CoachPage-info,.EmployeePage-info{text-align:center}.AthletePage-name,.CoachPage-name,.EmployeePage-name{font-weight:400;margin-bottom:10px}.AthletePage-fullBiography,.CoachPage-fullBiography,.EmployeePage-fullBiography{display:block;margin-bottom:40px;margin-top:0}.AthletePage-fullBiography-content,.CoachPage-fullBiography-content,.EmployeePage-fullBiography-content{height:140px;overflow:hidden}[data-toggle-in=author-bio] .AthletePage-fullBiography-content,[data-toggle-in=author-bio] .CoachPage-fullBiography-content,[data-toggle-in=author-bio] .EmployeePage-fullBiography-content{height:auto}.AthletePage-jobInfo,.CoachPage-jobInfo,.EmployeePage-jobInfo{margin-right:-20px;margin-bottom:10px}.AthletePage-email,.AthletePage-groups,.AthletePage-websiteLink,.CoachPage-email,.CoachPage-groups,.CoachPage-websiteLink,.EmployeePage-email,.EmployeePage-groups,.EmployeePage-websiteLink{line-height:1.5}.AthletePage-curriculumVitaeLink,.AthletePage-jobTitle,.CoachPage-curriculumVitaeLink,.CoachPage-jobTitle,.EmployeePage-curriculumVitaeLink,.EmployeePage-jobTitle{margin-right:20px;font-weight:700}.AthletePage-wrapper,.CoachPage-wrapper,.EmployeePage-wrapper{margin-top:0}.AthletePage-careerHighlight,.AthletePage-publications,.CoachPage-careerHighlight,.CoachPage-publications,.EmployeePage-careerHighlight,.EmployeePage-publications{margin-bottom:40px}.AthletePage-careerHighlight-heading,.AthletePage-publications-heading,.CoachPage-careerHighlight-heading,.CoachPage-publications-heading,.EmployeePage-careerHighlight-heading,.EmployeePage-publications-heading{font-size:var(--description-text);font-weight:300;line-height:1.33;font-weight:700;margin-bottom:1rem}.AthletePage-careerHighlight-heading .textStyleSpec-md,.AthletePage-careerHighlight-heading .textStyleSpec-sm,.AthletePage-publications-heading .textStyleSpec-md,.AthletePage-publications-heading .textStyleSpec-sm,.CoachPage-careerHighlight-heading .textStyleSpec-md,.CoachPage-careerHighlight-heading .textStyleSpec-sm,.CoachPage-publications-heading .textStyleSpec-md,.CoachPage-publications-heading .textStyleSpec-sm,.EmployeePage-careerHighlight-heading .textStyleSpec-md,.EmployeePage-careerHighlight-heading .textStyleSpec-sm,.EmployeePage-publications-heading .textStyleSpec-md,.EmployeePage-publications-heading .textStyleSpec-sm{font-size:1.8rem}.AthletePage-careerHighlight-heading .textStyleSpec-lg,.AthletePage-publications-heading .textStyleSpec-lg,.CoachPage-careerHighlight-heading .textStyleSpec-lg,.CoachPage-publications-heading .textStyleSpec-lg,.EmployeePage-careerHighlight-heading .textStyleSpec-lg,.EmployeePage-publications-heading .textStyleSpec-lg{font-size:2.2rem}.AthletePage-careerHighlight-heading p,.AthletePage-publications-heading p,.CoachPage-careerHighlight-heading p,.CoachPage-publications-heading p,.EmployeePage-careerHighlight-heading p,.EmployeePage-publications-heading p{margin-top:0;margin-bottom:0}.AthletePage-careerHighlight-heading a:hover,.AthletePage-publications-heading a:hover,.CoachPage-careerHighlight-heading a:hover,.CoachPage-publications-heading a:hover,.EmployeePage-careerHighlight-heading a:hover,.EmployeePage-publications-heading a:hover{text-decoration:underline}@media only screen and (min-width:1024px){.AthletePage-careerHighlight-heading,.AthletePage-publications-heading,.CoachPage-careerHighlight-heading,.CoachPage-publications-heading,.EmployeePage-careerHighlight-heading,.EmployeePage-publications-heading{line-height:1.36}}.AthletePage-emailContact,.CoachPage-emailContact,.EmployeePage-emailContact{font-size:var(--description-text);font-weight:300;line-height:1.33;font-weight:700}.AthletePage-emailContact .textStyleSpec-md,.AthletePage-emailContact .textStyleSpec-sm,.CoachPage-emailContact .textStyleSpec-md,.CoachPage-emailContact .textStyleSpec-sm,.EmployeePage-emailContact .textStyleSpec-md,.EmployeePage-emailContact .textStyleSpec-sm{font-size:1.8rem}.AthletePage-emailContact .textStyleSpec-lg,.CoachPage-emailContact .textStyleSpec-lg,.EmployeePage-emailContact .textStyleSpec-lg{font-size:2.2rem}.AthletePage-emailContact p,.CoachPage-emailContact p,.EmployeePage-emailContact p{margin-top:0;margin-bottom:0}.AthletePage-emailContact a:hover,.CoachPage-emailContact a:hover,.EmployeePage-emailContact a:hover{text-decoration:underline}@media only screen and (min-width:1024px){.AthletePage-emailContact,.CoachPage-emailContact,.EmployeePage-emailContact{line-height:1.36}}@media only screen and (min-width:768px){.AthletePage-intro,.CoachPage-intro,.EmployeePage-intro{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.AthletePage-info,.CoachPage-info,.EmployeePage-info{text-align:center}.AthletePage-wrapper,.CoachPage-wrapper,.EmployeePage-wrapper{margin-top:20px}.AthletePage-main,.CoachPage-main,.EmployeePage-main{margin-top:30px}}@media only screen and (min-width:1024px){.AthletePage[data-rectangle-image] .AthletePage-image img,.CoachPage[data-rectangle-image] .CoachPage-image img,.EmployeePage[data-rectangle-image] .EmployeePage-image img{width:200px;height:266.67px}.AthletePage-intro,.CoachPage-intro,.EmployeePage-intro{-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;width:calc(100% - 300px)!important;padding-left:20px;margin-left:auto;max-width:1170px!important;margin-right:0!important}.no-aside .AthletePage-intro,.no-aside .CoachPage-intro,.no-aside .EmployeePage-intro{margin-right:auto!important}.AthletePage-main,.CoachPage-main,.EmployeePage-main{margin-top:40px}.AthletePage-pageInfo,.CoachPage-pageInfo,.EmployeePage-pageInfo{max-width:1170px;margin-left:auto;margin-right:auto;width:100%}.AthletePage-image img,.CoachPage-image img,.EmployeePage-image img{height:200px;width:200px;margin:0 20px 0 0}.AthletePage-info,.CoachPage-info,.EmployeePage-info{text-align:left}}@media only screen and (min-width:1440px){.AthletePage[data-rectangle-image] .AthletePage-image img,.CoachPage[data-rectangle-image] .CoachPage-image img,.EmployeePage[data-rectangle-image] .EmployeePage-image img{width:240px;height:320px}.AthletePage-employeeSocialLinks,.CoachPage-employeeSocialLinks,.EmployeePage-employeeSocialLinks{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.AthletePage-employeeSocialLinksLabel,.CoachPage-employeeSocialLinksLabel,.EmployeePage-employeeSocialLinksLabel{margin-bottom:0;margin-right:10px}.AthletePage-intro,.CoachPage-intro,.EmployeePage-intro{width:calc(100% - 370px)!important;padding-left:0;margin-left:auto}.AthletePage-image img,.CoachPage-image img,.EmployeePage-image img{height:240px;width:240px;margin:0 40px 0 0}.AthletePage-info,.CoachPage-info,.EmployeePage-info{text-align:left}}.FacultyPage-hidden-courses{display:none}.EmployeePage-articleBody{margin-bottom:20px}.StockTicker{padding:60px 20px;background-position:50%;background-size:cover;position:relative;color:var(--primaryTextColor)}@media only screen and (min-width:1024px){.StockTicker{padding:60px 30px}}@media only screen and (min-width:1440px){.StockTicker{padding:60px}}.StockTicker-data{display:none;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.StockTicker-exchange{text-transform:uppercase;font-size:14px;font-weight:900;margin-bottom:20px;letter-spacing:1.5px}@media only screen and (min-width:1024px){.StockTicker-exchange{font-size:18px}}.StockTicker-price{font-size:60px;margin-bottom:20px;font-weight:900}@media only screen and (min-width:1024px){.StockTicker-price{font-size:72px}}.StockTicker-change{font-size:20px;margin-bottom:20px}@media only screen and (min-width:1024px){.StockTicker-change{font-size:24px}}.StockTicker-hr{margin:0 0 20px;background:none;color:inherit;border:0;border-top:1px solid;border-color:inherit;width:100%;opacity:.4;max-width:200px}.StockTicker.text-right .StockTicker-hr{margin-left:auto}.StockTicker.text-center .StockTicker-hr{margin-left:auto;margin-right:auto}.StockTicker-meta{font-size:11px;font-weight:300;line-height:1.27;letter-spacing:.5px;text-transform:uppercase}@media only screen and (min-width:1024px){.StockTicker-meta{line-height:1.15;letter-spacing:1px;font-size:1.3rem}}.BrandPage-body,.CountryPage-body,.EventCategoryPage-body,.ProductPage-body,.SectionPage-body,.TagPage-body,.TaxonomyPage-body,.TopicPage-body{background-color:var(--pageBackgroundColor)}.BrandPage .dynamic-content .PromoCardImageOnTop,.CountryPage .dynamic-content .PromoCardImageOnTop,.EventCategoryPage .dynamic-content .PromoCardImageOnTop,.ProductPage .dynamic-content .PromoCardImageOnTop,.SectionPage .dynamic-content .PromoCardImageOnTop,.TagPage .dynamic-content .PromoCardImageOnTop,.TaxonomyPage .dynamic-content .PromoCardImageOnTop,.TopicPage .dynamic-content .PromoCardImageOnTop{height:100%}.BrandPage-description,.CountryPage-description,.EventCategoryPage-description,.ProductPage-description,.SectionPage-description,.TagPage-description,.TaxonomyPage-description,.TopicPage-description{text-align:center;margin-top:20px;max-width:800px;margin-left:auto;margin-right:auto}.BrandPage-main,.CountryPage-main,.EventCategoryPage-main,.ProductPage-main,.SectionPage-main,.TagPage-main,.TaxonomyPage-main,.TopicPage-main{margin-top:0;margin-bottom:40px;max-width:var(--maxPageWidth);width:100%}.BrandPage-main.has-custom-content,.CountryPage-main.has-custom-content,.EventCategoryPage-main.has-custom-content,.ProductPage-main.has-custom-content,.SectionPage-main.has-custom-content,.TagPage-main.has-custom-content,.TaxonomyPage-main.has-custom-content,.TopicPage-main.has-custom-content{max-width:inherit}.BrandPage-contentWrapper>[class$=-description],.CountryPage-contentWrapper>[class$=-description],.EventCategoryPage-contentWrapper>[class$=-description],.ProductPage-contentWrapper>[class$=-description],.SectionPage-contentWrapper>[class$=-description],.TagPage-contentWrapper>[class$=-description],.TaxonomyPage-contentWrapper>[class$=-description],.TopicPage-contentWrapper>[class$=-description]{margin-bottom:40px}.BrandPage-headingWrapper.has-background,.CountryPage-headingWrapper.has-background,.EventCategoryPage-headingWrapper.has-background,.ProductPage-headingWrapper.has-background,.SectionPage-headingWrapper.has-background,.TagPage-headingWrapper.has-background,.TaxonomyPage-headingWrapper.has-background,.TopicPage-headingWrapper.has-background{background:0}.lead-bg-image .BrandPage-headingWrapper,.lead-bg-image .CountryPage-headingWrapper,.lead-bg-image .EventCategoryPage-headingWrapper,.lead-bg-image .ProductPage-headingWrapper,.lead-bg-image .SectionPage-headingWrapper,.lead-bg-image .TagPage-headingWrapper,.lead-bg-image .TaxonomyPage-headingWrapper,.lead-bg-image .TopicPage-headingWrapper{position:relative;min-height:240px;display:-ms-flexbox;display:flex;background-position:50%!important;background-size:cover!important;margin-bottom:40px}.BrandPage-mainContent>.container,.CountryPage-mainContent>.container,.EventCategoryPage-mainContent>.container,.ProductPage-mainContent>.container,.SectionPage-mainContent>.container,.TagPage-mainContent>.container,.TaxonomyPage-mainContent>.container,.TaxonomyPage-mainContent>.Footer-container,.TaxonomyPage-mainContent>.ListCarousel-items,.TopicPage-mainContent>.container{padding:0}.BrandPage-mainContent>.container .main-content,.CountryPage-mainContent>.container .main-content,.EventCategoryPage-mainContent>.container .main-content,.ProductPage-mainContent>.container .main-content,.SectionPage-mainContent>.container .main-content,.TagPage-mainContent>.container .main-content,.TaxonomyPage-mainContent>.container .main-content,.TaxonomyPage-mainContent>.Footer-container .main-content,.TaxonomyPage-mainContent>.ListCarousel-items .main-content,.TopicPage-mainContent>.container .main-content{width:100%;padding-bottom:20px}.BrandPage-mainContent>.container .main-content>.dynamic-content,.CountryPage-mainContent>.container .main-content>.dynamic-content,.EventCategoryPage-mainContent>.container .main-content>.dynamic-content,.ProductPage-mainContent>.container .main-content>.dynamic-content,.SectionPage-mainContent>.container .main-content>.dynamic-content,.TagPage-mainContent>.container .main-content>.dynamic-content,.TaxonomyPage-mainContent>.container .main-content>.dynamic-content,.TaxonomyPage-mainContent>.Footer-container .main-content>.dynamic-content,.TaxonomyPage-mainContent>.ListCarousel-items .main-content>.dynamic-content,.TopicPage-mainContent>.container .main-content>.dynamic-content{grid-row-gap:40px}.BrandPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop,.CountryPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop,.EventCategoryPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop,.ProductPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop,.SectionPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop,.TagPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop,.TaxonomyPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop,.TaxonomyPage-mainContent>.Footer-container .main-content>.dynamic-content .PromoCardImageOnTop,.TaxonomyPage-mainContent>.ListCarousel-items .main-content>.dynamic-content .PromoCardImageOnTop,.TopicPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop{background:#fff;box-shadow:0 10px 20px 0 rgba(0,0,0,.05);text-align:center}.BrandPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop-content,.CountryPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop-content,.EventCategoryPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop-content,.ProductPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop-content,.SectionPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop-content,.TagPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop-content,.TaxonomyPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop-content,.TaxonomyPage-mainContent>.Footer-container .main-content>.dynamic-content .PromoCardImageOnTop-content,.TaxonomyPage-mainContent>.ListCarousel-items .main-content>.dynamic-content .PromoCardImageOnTop-content,.TopicPage-mainContent>.container .main-content>.dynamic-content .PromoCardImageOnTop-content{-ms-flex-align:center;align-items:center}.BrandPage-pagination,.CountryPage-pagination,.EventCategoryPage-pagination,.ProductPage-pagination,.SectionPage-pagination,.TagPage-pagination,.TaxonomyPage-pagination,.TopicPage-pagination{text-align:center;margin-top:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.BrandPage-paginationButton,.CountryPage-paginationButton,.EventCategoryPage-paginationButton,.ProductPage-paginationButton,.SectionPage-paginationButton,.TagPage-paginationButton,.TaxonomyPage-paginationButton,.TopicPage-paginationButton{margin:0 10px;height:45px;min-width:122px;color:var(--primaryColor);border-color:var(--primaryColor)}.BrandPage-paginationButton:hover,.CountryPage-paginationButton:hover,.EventCategoryPage-paginationButton:hover,.ProductPage-paginationButton:hover,.SectionPage-paginationButton:hover,.TagPage-paginationButton:hover,.TaxonomyPage-paginationButton:hover,.TopicPage-paginationButton:hover{color:var(--primaryColor)}.BrandPage-paginationButton .pagination-svg,.CountryPage-paginationButton .pagination-svg,.EventCategoryPage-paginationButton .pagination-svg,.ProductPage-paginationButton .pagination-svg,.SectionPage-paginationButton .pagination-svg,.TagPage-paginationButton .pagination-svg,.TaxonomyPage-paginationButton .pagination-svg,.TopicPage-paginationButton .pagination-svg{height:10px;width:6px;margin:0;fill:var(--primaryColor);display:inline-block}.BrandPage-paginationButton .pagination-svg.previous,.CountryPage-paginationButton .pagination-svg.previous,.EventCategoryPage-paginationButton .pagination-svg.previous,.ProductPage-paginationButton .pagination-svg.previous,.SectionPage-paginationButton .pagination-svg.previous,.TagPage-paginationButton .pagination-svg.previous,.TaxonomyPage-paginationButton .pagination-svg.previous,.TopicPage-paginationButton .pagination-svg.previous{margin-right:10px}.BrandPage-paginationButton .pagination-svg.next,.CountryPage-paginationButton .pagination-svg.next,.EventCategoryPage-paginationButton .pagination-svg.next,.ProductPage-paginationButton .pagination-svg.next,.SectionPage-paginationButton .pagination-svg.next,.TagPage-paginationButton .pagination-svg.next,.TaxonomyPage-paginationButton .pagination-svg.next,.TopicPage-paginationButton .pagination-svg.next{margin-left:10px}@media only screen and (min-width:768px){.lead-bg-image .BrandPage-headingWrapper,.lead-bg-image .CountryPage-headingWrapper,.lead-bg-image .EventCategoryPage-headingWrapper,.lead-bg-image .ProductPage-headingWrapper,.lead-bg-image .SectionPage-headingWrapper,.lead-bg-image .TagPage-headingWrapper,.lead-bg-image .TaxonomyPage-headingWrapper,.lead-bg-image .TopicPage-headingWrapper{min-height:320px}}@media only screen and (min-width:1024px){.BrandPage-main,.CountryPage-main,.EventCategoryPage-main,.ProductPage-main,.SectionPage-main,.TagPage-main,.TaxonomyPage-main,.TopicPage-main{padding-left:42px;padding-right:42px;margin-bottom:80px}.BrandPage-main.has-custom-content,.CountryPage-main.has-custom-content,.EventCategoryPage-main.has-custom-content,.ProductPage-main.has-custom-content,.SectionPage-main.has-custom-content,.TagPage-main.has-custom-content,.TaxonomyPage-main.has-custom-content,.TopicPage-main.has-custom-content{padding-left:0;padding-right:0;margin-bottom:0}.BrandPage-contentWrapper>[class$=-description],.CountryPage-contentWrapper>[class$=-description],.EventCategoryPage-contentWrapper>[class$=-description],.ProductPage-contentWrapper>[class$=-description],.SectionPage-contentWrapper>[class$=-description],.TagPage-contentWrapper>[class$=-description],.TaxonomyPage-contentWrapper>[class$=-description],.TopicPage-contentWrapper>[class$=-description]{margin-bottom:80px}.lead-bg-image .BrandPage-headingWrapper,.lead-bg-image .CountryPage-headingWrapper,.lead-bg-image .EventCategoryPage-headingWrapper,.lead-bg-image .ProductPage-headingWrapper,.lead-bg-image .SectionPage-headingWrapper,.lead-bg-image .TagPage-headingWrapper,.lead-bg-image .TaxonomyPage-headingWrapper,.lead-bg-image .TopicPage-headingWrapper{min-height:480px;margin-bottom:60px}}.AthletePage-athleteInfo{font-size:var(--description-text)}.AthletePage-academicAllAmerican,.AthletePage-allAmerican,.AthletePage-allConference,.AthletePage-yearsPLayed{margin-bottom:40px}.AthletePage-academicAllAmerican-heading,.AthletePage-allAmerican-heading,.AthletePage-allConference-heading,.AthletePage-yearsPlayed-heading{font-size:var(--description-text);font-weight:300;line-height:1.33;font-weight:700;margin-bottom:1rem}.AthletePage-academicAllAmerican-heading .textStyleSpec-md,.AthletePage-academicAllAmerican-heading .textStyleSpec-sm,.AthletePage-allAmerican-heading .textStyleSpec-md,.AthletePage-allAmerican-heading .textStyleSpec-sm,.AthletePage-allConference-heading .textStyleSpec-md,.AthletePage-allConference-heading .textStyleSpec-sm,.AthletePage-yearsPlayed-heading .textStyleSpec-md,.AthletePage-yearsPlayed-heading .textStyleSpec-sm{font-size:1.8rem}.AthletePage-academicAllAmerican-heading .textStyleSpec-lg,.AthletePage-allAmerican-heading .textStyleSpec-lg,.AthletePage-allConference-heading .textStyleSpec-lg,.AthletePage-yearsPlayed-heading .textStyleSpec-lg{font-size:2.2rem}.AthletePage-academicAllAmerican-heading p,.AthletePage-allAmerican-heading p,.AthletePage-allConference-heading p,.AthletePage-yearsPlayed-heading p{margin-top:0;margin-bottom:0}.AthletePage-academicAllAmerican-heading a:hover,.AthletePage-allAmerican-heading a:hover,.AthletePage-allConference-heading a:hover,.AthletePage-yearsPlayed-heading a:hover{text-decoration:underline}@media only screen and (min-width:1024px){.AthletePage-academicAllAmerican-heading,.AthletePage-allAmerican-heading,.AthletePage-allConference-heading,.AthletePage-yearsPlayed-heading{line-height:1.36}}.CoachPage-coachInfo{font-size:var(--description-text)}.UpdateStory-body{font-size:var(--body-text);line-height:1.5}.UpdateStory-body .textStyleSpec-md,.UpdateStory-body .textStyleSpec-sm{font-size:1.6rem}.UpdateStory-body .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.UpdateStory-body{line-height:1.67}}.UpdateStory-body h2,.UpdateStory-body h3,.UpdateStory-body h4,.UpdateStory-body h5,.UpdateStory-body h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.UpdateStory-body .cms-textAlign-right{text-align:right}.UpdateStory-body .cms-textAlign-left{text-align:left}.UpdateStory-body .cms-textAlign-center{text-align:center}.UpdateStory-body .cms-textAlign-center ol,.UpdateStory-body .cms-textAlign-center ul,.UpdateStory-body .cms-textAlign-right ol,.UpdateStory-body .cms-textAlign-right ul,.UpdateStory-body .text-center ol,.UpdateStory-body .text-center ul,.UpdateStory-body .text-right ol,.UpdateStory-body .text-right ul{list-style-position:inside}.UpdateStory-body .cms-text-helpers-no-wrap{white-space:nowrap}.UpdateStory-body:after{content:"";display:table;clear:both}.UpdateStory-body>ol a:not(.btn),.UpdateStory-body>ul a:not(.btn),.UpdateStory-body p>ol a:not(.btn),.UpdateStory-body p>ul a:not(.btn),.UpdateStory-body p a:not(.btn){color:var(--primaryLinkColor);text-decoration:none}.UpdateStory-body>ol a:not(.btn):hover,.UpdateStory-body>ul a:not(.btn):hover,.UpdateStory-body p>ol a:not(.btn):hover,.UpdateStory-body p>ul a:not(.btn):hover,.UpdateStory-body p a:not(.btn):hover{color:var(--primaryLinkHoverColor);text-decoration:underline}.UpdateStory-body .AuthorPage-paginationButton,.UpdateStory-body .BrandPage-paginationButton,.UpdateStory-body .btn,.UpdateStory-body .CountryPage-paginationButton,.UpdateStory-body .DirectorySearchPage-export-btn a,.UpdateStory-body .EventCalendarDayPage-export-btn a,.UpdateStory-body .EventCalendarMonthPage-export-btn a,.UpdateStory-body .EventCategoryPage-paginationButton,.UpdateStory-body .EventPage-addToCalendar .FavoriteButton,.UpdateStory-body .Footer .RichTextModule-cta a,.UpdateStory-body .Header-customButton>a,.UpdateStory-body .List .List-paginationButton,.UpdateStory-body .ListAbstract .List-paginationButton,.UpdateStory-body .ListAccordion .List-paginationButton,.UpdateStory-body .ListAthleticEvent .List-paginationButton,.UpdateStory-body .ListCard .List-paginationButton,.UpdateStory-body .ListCardBackground .List-paginationButton,.UpdateStory-body .ListCardDescriptionOnLeft .List-paginationButton,.UpdateStory-body .ListCardImageOnly .List-paginationButton,.UpdateStory-body .ListCardImageOnSide .List-paginationButton,.UpdateStory-body .ListCardImageOnTop .List-paginationButton,.UpdateStory-body .ListCardLogoBottom .List-paginationButton,.UpdateStory-body .ListCardLogoTop .List-paginationButton,.UpdateStory-body .ListCardQuote .List-paginationButton,.UpdateStory-body .ListCardTextOnly .List-paginationButton,.UpdateStory-body .ListCarouselBoxedHeadline .List-paginationButton,.UpdateStory-body .ListCarouselQuoteFullWidth .List-paginationButton,.UpdateStory-body .ListEvents .List-paginationButton,.UpdateStory-body .ListHighlightA .List-paginationButton,.UpdateStory-body .ListIconOnSide .List-paginationButton,.UpdateStory-body .ListIconOnTopLarge .List-paginationButton,.UpdateStory-body .ListIconOnTopSmall .List-paginationButton,.UpdateStory-body .ListImageLarge .List-paginationButton,.UpdateStory-body .ListImageMedium .List-paginationButton,.UpdateStory-body .ListImageOnTopCircular .List-paginationButton,.UpdateStory-body .ListImageSmall .List-paginationButton,.UpdateStory-body .ListImageThumbnail .List-paginationButton,.UpdateStory-body .ListLinks .List-paginationButton,.UpdateStory-body .ListLogoOnly .List-paginationButton,.UpdateStory-body .ListMetrics .List-paginationButton,.UpdateStory-body .ListSchedule .List-paginationButton,.UpdateStory-body .ListSpeechPromo .List-paginationButton,.UpdateStory-body .ListTagCloud .List-paginationButton,.UpdateStory-body .ListUpcomingEvents .List-paginationButton,.UpdateStory-body .ListVerticalImage .List-paginationButton,.UpdateStory-body .ProductPage-paginationButton,.UpdateStory-body .SearchResultsPage-export-btn a,.UpdateStory-body .SectionPage-paginationButton,.UpdateStory-body .SocialList .List-paginationButton,.UpdateStory-body .TagPage-paginationButton,.UpdateStory-body .TaxonomyPage-paginationButton,.UpdateStory-body .TopicPage-paginationButton{margin:10px 10px 10px 0}.UpdateStory-body .cms-textAlign-right .AuthorPage-paginationButton,.UpdateStory-body .cms-textAlign-right .BrandPage-paginationButton,.UpdateStory-body .cms-textAlign-right .btn,.UpdateStory-body .cms-textAlign-right .CountryPage-paginationButton,.UpdateStory-body .cms-textAlign-right .DirectorySearchPage-export-btn a,.UpdateStory-body .cms-textAlign-right .EventCalendarDayPage-export-btn a,.UpdateStory-body .cms-textAlign-right .EventCalendarMonthPage-export-btn a,.UpdateStory-body .cms-textAlign-right .EventCategoryPage-paginationButton,.UpdateStory-body .cms-textAlign-right .EventPage-addToCalendar .FavoriteButton,.UpdateStory-body .cms-textAlign-right .Footer .RichTextModule-cta a,.UpdateStory-body .cms-textAlign-right .Header-customButton>a,.UpdateStory-body .cms-textAlign-right .List .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListAbstract .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListAccordion .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListAthleticEvent .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCard .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCardBackground .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCardDescriptionOnLeft .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCardImageOnly .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCardImageOnSide .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCardImageOnTop .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCardLogoBottom .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCardLogoTop .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCardQuote .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCardTextOnly .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCarouselBoxedHeadline .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListCarouselQuoteFullWidth .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListEvents .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListHighlightA .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListIconOnSide .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListIconOnTopLarge .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListIconOnTopSmall .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListImageLarge .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListImageMedium .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListImageOnTopCircular .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListImageSmall .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListImageThumbnail .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListLinks .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListLogoOnly .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListMetrics .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListSchedule .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListSpeechPromo .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListTagCloud .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListUpcomingEvents .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ListVerticalImage .List-paginationButton,.UpdateStory-body .cms-textAlign-right .ProductPage-paginationButton,.UpdateStory-body .cms-textAlign-right .SearchResultsPage-export-btn a,.UpdateStory-body .cms-textAlign-right .SectionPage-paginationButton,.UpdateStory-body .cms-textAlign-right .SocialList .List-paginationButton,.UpdateStory-body .cms-textAlign-right .TagPage-paginationButton,.UpdateStory-body .cms-textAlign-right .TaxonomyPage-paginationButton,.UpdateStory-body .cms-textAlign-right .TopicPage-paginationButton{margin:10px 0 10px 10px}.UpdateStory-body .cms-textAlign-center .AuthorPage-paginationButton,.UpdateStory-body .cms-textAlign-center .BrandPage-paginationButton,.UpdateStory-body .cms-textAlign-center .btn,.UpdateStory-body .cms-textAlign-center .CountryPage-paginationButton,.UpdateStory-body .cms-textAlign-center .DirectorySearchPage-export-btn a,.UpdateStory-body .cms-textAlign-center .EventCalendarDayPage-export-btn a,.UpdateStory-body .cms-textAlign-center .EventCalendarMonthPage-export-btn a,.UpdateStory-body .cms-textAlign-center .EventCategoryPage-paginationButton,.UpdateStory-body .cms-textAlign-center .EventPage-addToCalendar .FavoriteButton,.UpdateStory-body .cms-textAlign-center .Footer .RichTextModule-cta a,.UpdateStory-body .cms-textAlign-center .Header-customButton>a,.UpdateStory-body .cms-textAlign-center .List .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListAbstract .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListAccordion .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListAthleticEvent .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCard .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCardBackground .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCardDescriptionOnLeft .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCardImageOnly .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCardImageOnSide .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCardImageOnTop .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCardLogoBottom .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCardLogoTop .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCardQuote .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCardTextOnly .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCarouselBoxedHeadline .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListCarouselQuoteFullWidth .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListEvents .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListHighlightA .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListIconOnSide .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListIconOnTopLarge .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListIconOnTopSmall .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListImageLarge .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListImageMedium .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListImageOnTopCircular .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListImageSmall .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListImageThumbnail .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListLinks .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListLogoOnly .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListMetrics .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListSchedule .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListSpeechPromo .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListTagCloud .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListUpcomingEvents .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ListVerticalImage .List-paginationButton,.UpdateStory-body .cms-textAlign-center .ProductPage-paginationButton,.UpdateStory-body .cms-textAlign-center .SearchResultsPage-export-btn a,.UpdateStory-body .cms-textAlign-center .SectionPage-paginationButton,.UpdateStory-body .cms-textAlign-center .SocialList .List-paginationButton,.UpdateStory-body .cms-textAlign-center .TagPage-paginationButton,.UpdateStory-body .cms-textAlign-center .TaxonomyPage-paginationButton,.UpdateStory-body .cms-textAlign-center .TopicPage-paginationButton{margin:10px 5px}.UpdateStory-body>ul,.UpdateStory-body p>ul{list-style:disc;padding:0 0 0 40px;margin:20px 0}.UpdateStory-body>ul li>ol,.UpdateStory-body>ul li>ul,.UpdateStory-body p>ul li>ol,.UpdateStory-body p>ul li>ul{padding:0 0 0 40px}.UpdateStory-body>ol,.UpdateStory-body p>ol{padding:0 0 0 40px;margin:20px 0}.UpdateStory-body>ol li>ol,.UpdateStory-body>ol li>ul,.UpdateStory-body p>ol li>ol,.UpdateStory-body p>ol li>ul{padding:0 0 0 40px}.UpdateStory-body p{margin:30px 0}.UpdateStory-body p:first-of-type{margin-top:0}.UpdateStory-body p:last-of-type{margin-bottom:0}.UpdateStory-body h2,.UpdateStory-body h3,.UpdateStory-body h4,.UpdateStory-body h5,.UpdateStory-body h6{color:var(--primaryColor);line-height:1.3}.UpdateStory-body h2{font-size:2em;font-weight:500;margin:1.25em 0 .75em}.UpdateStory-body h3{font-size:1.33333em;font-weight:700}.UpdateStory-body h4{font-size:1.11111em;text-transform:uppercase}.UpdateStory-body h5{font-weight:500}.UpdateStory-body h6{font-weight:300;font-style:italic}.UpdateStory-body h5,.UpdateStory-body h6{font-size:1em}.UpdateStory-body h3,.UpdateStory-body h4,.UpdateStory-body h5,.UpdateStory-body h6{margin:.75em 0}.UpdateStory-body bsp-citation{margin-left:-1in;text-indent:-.5in;padding-left:2em}.UpdateStory-body table{word-break:normal;display:block;margin:40px 0;border-collapse:collapse;overflow-x:auto;width:100%;table-layout:auto;font-size:18px;line-height:30px}.UpdateStory-body table th{font-weight:700}.UpdateStory-body table td,.UpdateStory-body table th{border:1px solid var(--mediumGrey);text-align:left;vertical-align:top;line-height:1.4}.UpdateStory-body table tr:first-child td,.UpdateStory-body table tr:first-child th{border-top-width:0}.UpdateStory-body table tr:last-child td,.UpdateStory-body table tr:last-child th{border-bottom-width:0}.UpdateStory-body table thead tr:last-child td,.UpdateStory-body table thead tr:last-child th{border-bottom-width:2px}.UpdateStory-body table tfoot tr:first-child td,.UpdateStory-body table tfoot tr:first-child th{border-top-width:2px}.UpdateStory-body table td,.UpdateStory-body table th{padding:.75em 1.25em}.UpdateStory-body table td:first-child,.UpdateStory-body table th:first-child{padding-left:.25em;border-left-width:0}.UpdateStory-body table td:last-child,.UpdateStory-body table th:last-child{padding-right:.25em;border-right-width:0}.UpdateStory-body table.tight td,.UpdateStory-body table.tight th{padding:.5em 1.25em}.UpdateStory-body table.tight td:first-child,.UpdateStory-body table.tight th:first-child{padding-left:.25em;border-left-width:0}.UpdateStory-body table.tight td:last-child,.UpdateStory-body table.tight th:last-child{padding-right:.25em;border-right-width:0}.UpdateStory-body table.very-tight td,.UpdateStory-body table.very-tight th{padding:.25em 1.25em}.UpdateStory-body table.very-tight td:first-child,.UpdateStory-body table.very-tight th:first-child{padding-left:.25em;border-left-width:0}.UpdateStory-body table.very-tight td:last-child,.UpdateStory-body table.very-tight th:last-child{padding-right:.25em;border-right-width:0}.UpdateStory-body table.no-borders td,.UpdateStory-body table.no-borders th{border:0}.UpdateStory-body ol ol{list-style-type:lower-alpha}.UpdateStory-body ul ul{list-style-type:circle}.UpdateStory-body ul ul ul{list-style-type:square}.UpdateStoryItem-body{font-size:var(--body-text);line-height:1.5}.UpdateStoryItem-body .textStyleSpec-md,.UpdateStoryItem-body .textStyleSpec-sm{font-size:1.6rem}.UpdateStoryItem-body .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.UpdateStoryItem-body{line-height:1.67}}.UpdateStoryItem-body h2,.UpdateStoryItem-body h3,.UpdateStoryItem-body h4,.UpdateStoryItem-body h5,.UpdateStoryItem-body h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.UpdateStoryItem-body .cms-textAlign-right{text-align:right}.UpdateStoryItem-body .cms-textAlign-left{text-align:left}.UpdateStoryItem-body .cms-textAlign-center{text-align:center}.UpdateStoryItem-body .cms-textAlign-center ol,.UpdateStoryItem-body .cms-textAlign-center ul,.UpdateStoryItem-body .cms-textAlign-right ol,.UpdateStoryItem-body .cms-textAlign-right ul,.UpdateStoryItem-body .text-center ol,.UpdateStoryItem-body .text-center ul,.UpdateStoryItem-body .text-right ol,.UpdateStoryItem-body .text-right ul{list-style-position:inside}.UpdateStoryItem-body .cms-text-helpers-no-wrap{white-space:nowrap}.UpdateStoryItem-body:after{content:"";display:table;clear:both}.UpdateStoryItem-body>ol a:not(.btn),.UpdateStoryItem-body>ul a:not(.btn),.UpdateStoryItem-body p>ol a:not(.btn),.UpdateStoryItem-body p>ul a:not(.btn),.UpdateStoryItem-body p a:not(.btn){color:var(--primaryLinkColor);text-decoration:none}.UpdateStoryItem-body>ol a:not(.btn):hover,.UpdateStoryItem-body>ul a:not(.btn):hover,.UpdateStoryItem-body p>ol a:not(.btn):hover,.UpdateStoryItem-body p>ul a:not(.btn):hover,.UpdateStoryItem-body p a:not(.btn):hover{color:var(--primaryLinkHoverColor);text-decoration:underline}.UpdateStoryItem-body .AuthorPage-paginationButton,.UpdateStoryItem-body .BrandPage-paginationButton,.UpdateStoryItem-body .btn,.UpdateStoryItem-body .CountryPage-paginationButton,.UpdateStoryItem-body .DirectorySearchPage-export-btn a,.UpdateStoryItem-body .EventCalendarDayPage-export-btn a,.UpdateStoryItem-body .EventCalendarMonthPage-export-btn a,.UpdateStoryItem-body .EventCategoryPage-paginationButton,.UpdateStoryItem-body .EventPage-addToCalendar .FavoriteButton,.UpdateStoryItem-body .Footer .RichTextModule-cta a,.UpdateStoryItem-body .Header-customButton>a,.UpdateStoryItem-body .List .List-paginationButton,.UpdateStoryItem-body .ListAbstract .List-paginationButton,.UpdateStoryItem-body .ListAccordion .List-paginationButton,.UpdateStoryItem-body .ListAthleticEvent .List-paginationButton,.UpdateStoryItem-body .ListCard .List-paginationButton,.UpdateStoryItem-body .ListCardBackground .List-paginationButton,.UpdateStoryItem-body .ListCardDescriptionOnLeft .List-paginationButton,.UpdateStoryItem-body .ListCardImageOnly .List-paginationButton,.UpdateStoryItem-body .ListCardImageOnSide .List-paginationButton,.UpdateStoryItem-body .ListCardImageOnTop .List-paginationButton,.UpdateStoryItem-body .ListCardLogoBottom .List-paginationButton,.UpdateStoryItem-body .ListCardLogoTop .List-paginationButton,.UpdateStoryItem-body .ListCardQuote .List-paginationButton,.UpdateStoryItem-body .ListCardTextOnly .List-paginationButton,.UpdateStoryItem-body .ListCarouselBoxedHeadline .List-paginationButton,.UpdateStoryItem-body .ListCarouselQuoteFullWidth .List-paginationButton,.UpdateStoryItem-body .ListEvents .List-paginationButton,.UpdateStoryItem-body .ListHighlightA .List-paginationButton,.UpdateStoryItem-body .ListIconOnSide .List-paginationButton,.UpdateStoryItem-body .ListIconOnTopLarge .List-paginationButton,.UpdateStoryItem-body .ListIconOnTopSmall .List-paginationButton,.UpdateStoryItem-body .ListImageLarge .List-paginationButton,.UpdateStoryItem-body .ListImageMedium .List-paginationButton,.UpdateStoryItem-body .ListImageOnTopCircular .List-paginationButton,.UpdateStoryItem-body .ListImageSmall .List-paginationButton,.UpdateStoryItem-body .ListImageThumbnail .List-paginationButton,.UpdateStoryItem-body .ListLinks .List-paginationButton,.UpdateStoryItem-body .ListLogoOnly .List-paginationButton,.UpdateStoryItem-body .ListMetrics .List-paginationButton,.UpdateStoryItem-body .ListSchedule .List-paginationButton,.UpdateStoryItem-body .ListSpeechPromo .List-paginationButton,.UpdateStoryItem-body .ListTagCloud .List-paginationButton,.UpdateStoryItem-body .ListUpcomingEvents .List-paginationButton,.UpdateStoryItem-body .ListVerticalImage .List-paginationButton,.UpdateStoryItem-body .ProductPage-paginationButton,.UpdateStoryItem-body .SearchResultsPage-export-btn a,.UpdateStoryItem-body .SectionPage-paginationButton,.UpdateStoryItem-body .SocialList .List-paginationButton,.UpdateStoryItem-body .TagPage-paginationButton,.UpdateStoryItem-body .TaxonomyPage-paginationButton,.UpdateStoryItem-body .TopicPage-paginationButton{margin:10px 10px 10px 0}.UpdateStoryItem-body .cms-textAlign-right .AuthorPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .BrandPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .btn,.UpdateStoryItem-body .cms-textAlign-right .CountryPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .DirectorySearchPage-export-btn a,.UpdateStoryItem-body .cms-textAlign-right .EventCalendarDayPage-export-btn a,.UpdateStoryItem-body .cms-textAlign-right .EventCalendarMonthPage-export-btn a,.UpdateStoryItem-body .cms-textAlign-right .EventCategoryPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .EventPage-addToCalendar .FavoriteButton,.UpdateStoryItem-body .cms-textAlign-right .Footer .RichTextModule-cta a,.UpdateStoryItem-body .cms-textAlign-right .Header-customButton>a,.UpdateStoryItem-body .cms-textAlign-right .List .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListAbstract .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListAccordion .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListAthleticEvent .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCard .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCardBackground .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCardDescriptionOnLeft .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCardImageOnly .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCardImageOnSide .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCardImageOnTop .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCardLogoBottom .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCardLogoTop .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCardQuote .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCardTextOnly .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCarouselBoxedHeadline .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListCarouselQuoteFullWidth .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListEvents .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListHighlightA .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListIconOnSide .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListIconOnTopLarge .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListIconOnTopSmall .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListImageLarge .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListImageMedium .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListImageOnTopCircular .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListImageSmall .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListImageThumbnail .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListLinks .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListLogoOnly .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListMetrics .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListSchedule .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListSpeechPromo .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListTagCloud .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListUpcomingEvents .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ListVerticalImage .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .ProductPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .SearchResultsPage-export-btn a,.UpdateStoryItem-body .cms-textAlign-right .SectionPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .SocialList .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .TagPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .TaxonomyPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-right .TopicPage-paginationButton{margin:10px 0 10px 10px}.UpdateStoryItem-body .cms-textAlign-center .AuthorPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .BrandPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .btn,.UpdateStoryItem-body .cms-textAlign-center .CountryPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .DirectorySearchPage-export-btn a,.UpdateStoryItem-body .cms-textAlign-center .EventCalendarDayPage-export-btn a,.UpdateStoryItem-body .cms-textAlign-center .EventCalendarMonthPage-export-btn a,.UpdateStoryItem-body .cms-textAlign-center .EventCategoryPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .EventPage-addToCalendar .FavoriteButton,.UpdateStoryItem-body .cms-textAlign-center .Footer .RichTextModule-cta a,.UpdateStoryItem-body .cms-textAlign-center .Header-customButton>a,.UpdateStoryItem-body .cms-textAlign-center .List .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListAbstract .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListAccordion .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListAthleticEvent .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCard .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCardBackground .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCardDescriptionOnLeft .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCardImageOnly .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCardImageOnSide .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCardImageOnTop .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCardLogoBottom .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCardLogoTop .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCardQuote .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCardTextOnly .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCarouselBoxedHeadline .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListCarouselQuoteFullWidth .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListEvents .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListHighlightA .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListIconOnSide .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListIconOnTopLarge .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListIconOnTopSmall .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListImageLarge .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListImageMedium .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListImageOnTopCircular .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListImageSmall .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListImageThumbnail .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListLinks .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListLogoOnly .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListMetrics .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListSchedule .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListSpeechPromo .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListTagCloud .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListUpcomingEvents .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ListVerticalImage .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .ProductPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .SearchResultsPage-export-btn a,.UpdateStoryItem-body .cms-textAlign-center .SectionPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .SocialList .List-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .TagPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .TaxonomyPage-paginationButton,.UpdateStoryItem-body .cms-textAlign-center .TopicPage-paginationButton{margin:10px 5px}.UpdateStoryItem-body>ul,.UpdateStoryItem-body p>ul{list-style:disc;padding:0 0 0 40px;margin:20px 0}.UpdateStoryItem-body>ul li>ol,.UpdateStoryItem-body>ul li>ul,.UpdateStoryItem-body p>ul li>ol,.UpdateStoryItem-body p>ul li>ul{padding:0 0 0 40px}.UpdateStoryItem-body>ol,.UpdateStoryItem-body p>ol{padding:0 0 0 40px;margin:20px 0}.UpdateStoryItem-body>ol li>ol,.UpdateStoryItem-body>ol li>ul,.UpdateStoryItem-body p>ol li>ol,.UpdateStoryItem-body p>ol li>ul{padding:0 0 0 40px}.UpdateStoryItem-body p{margin:30px 0}.UpdateStoryItem-body p:first-of-type{margin-top:0}.UpdateStoryItem-body p:last-of-type{margin-bottom:0}.UpdateStoryItem-body h2,.UpdateStoryItem-body h3,.UpdateStoryItem-body h4,.UpdateStoryItem-body h5,.UpdateStoryItem-body h6{color:var(--primaryColor);line-height:1.3}.UpdateStoryItem-body h2{font-size:2em;font-weight:500;margin:1.25em 0 .75em}.UpdateStoryItem-body h3{font-size:1.33333em;font-weight:700}.UpdateStoryItem-body h4{font-size:1.11111em;text-transform:uppercase}.UpdateStoryItem-body h5{font-weight:500}.UpdateStoryItem-body h6{font-weight:300;font-style:italic}.UpdateStoryItem-body h5,.UpdateStoryItem-body h6{font-size:1em}.UpdateStoryItem-body h3,.UpdateStoryItem-body h4,.UpdateStoryItem-body h5,.UpdateStoryItem-body h6{margin:.75em 0}.UpdateStoryItem-body bsp-citation{margin-left:-1in;text-indent:-.5in;padding-left:2em}.UpdateStoryItem-body table{word-break:normal;display:block;margin:40px 0;border-collapse:collapse;overflow-x:auto;width:100%;table-layout:auto;font-size:18px;line-height:30px}.UpdateStoryItem-body table th{font-weight:700}.UpdateStoryItem-body table td,.UpdateStoryItem-body table th{border:1px solid var(--mediumGrey);text-align:left;vertical-align:top;line-height:1.4}.UpdateStoryItem-body table tr:first-child td,.UpdateStoryItem-body table tr:first-child th{border-top-width:0}.UpdateStoryItem-body table tr:last-child td,.UpdateStoryItem-body table tr:last-child th{border-bottom-width:0}.UpdateStoryItem-body table thead tr:last-child td,.UpdateStoryItem-body table thead tr:last-child th{border-bottom-width:2px}.UpdateStoryItem-body table tfoot tr:first-child td,.UpdateStoryItem-body table tfoot tr:first-child th{border-top-width:2px}.UpdateStoryItem-body table td,.UpdateStoryItem-body table th{padding:.75em 1.25em}.UpdateStoryItem-body table td:first-child,.UpdateStoryItem-body table th:first-child{padding-left:.25em;border-left-width:0}.UpdateStoryItem-body table td:last-child,.UpdateStoryItem-body table th:last-child{padding-right:.25em;border-right-width:0}.UpdateStoryItem-body table.tight td,.UpdateStoryItem-body table.tight th{padding:.5em 1.25em}.UpdateStoryItem-body table.tight td:first-child,.UpdateStoryItem-body table.tight th:first-child{padding-left:.25em;border-left-width:0}.UpdateStoryItem-body table.tight td:last-child,.UpdateStoryItem-body table.tight th:last-child{padding-right:.25em;border-right-width:0}.UpdateStoryItem-body table.very-tight td,.UpdateStoryItem-body table.very-tight th{padding:.25em 1.25em}.UpdateStoryItem-body table.very-tight td:first-child,.UpdateStoryItem-body table.very-tight th:first-child{padding-left:.25em;border-left-width:0}.UpdateStoryItem-body table.very-tight td:last-child,.UpdateStoryItem-body table.very-tight th:last-child{padding-right:.25em;border-right-width:0}.UpdateStoryItem-body table.no-borders td,.UpdateStoryItem-body table.no-borders th{border:0}.UpdateStoryItem-body ol ol{list-style-type:lower-alpha}.UpdateStoryItem-body ul ul{list-style-type:circle}.UpdateStoryItem-body ul ul ul{list-style-type:square}.PressRelease-content .PressRelease-intro{padding-top:30px;padding-bottom:30px;text-align:center}.PressRelease-main{margin-top:-50px}.no-lead .PressRelease-main{margin-top:40px}.lead-bg-image .PressRelease-main{margin-top:0}.PressRelease-headingWrapper{background:var(--colorBeige1);background-position:50%!important;background-size:cover!important}.lead-bg-image .PressRelease-headingWrapper{min-height:240px}.PressRelease-articleBody{margin-bottom:20px}.PressRelease-content{position:relative}.PressRelease-lead{margin:0 0 20px}.PressRelease-main{margin-top:30px}@media only screen and (min-width:768px){.PressRelease-content .PressRelease-intro{padding-top:40px;padding-bottom:40px}.lead-bg-image .PressRelease-headingWrapper{min-height:320px}.PressRelease-main{margin-top:30px}}@media only screen and (min-width:1024px){.no-lead .PressRelease-main,.PressRelease-main{margin-top:40px}.lead-bg-image .PressRelease-main{margin-top:0}.PressRelease-content .PressRelease-intro{padding-top:60px;padding-bottom:60px}.lead-bg-image .PressRelease-headingWrapper{min-height:480px;padding:0}}.IconMap{display:none;color:#404040}.IconMap-description,.IconMap-title{margin-bottom:6px}.IconMap-title{color:var(--primaryColor);font-size:3rem;font-weight:700;line-height:1.2}.IconMap-description{font-size:1.6rem}.IconMap-content{position:relative}.IconMap-mapContainer{width:66.66666667%;position:relative}.IconMap-locationInfoContainer{width:33.33333333%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;right:0;bottom:0}.IconMap-locationInfoContainer-image{padding-bottom:100%;background-color:#ccc;background-size:cover;background-position:50%}.IconMap-locationInfoContainer-content{padding:20px;font-size:14px;overflow-y:auto}.IconMap-locationInfoContainer-content h1{font-weight:400;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:27px;line-height:1.11111111;text-align:center;margin-bottom:15px}.IconMap-locationInfoContainer-content p{font-weight:400;font-size:14px;line-height:1.42857143;margin:10px 0}.IconMap-icon{position:absolute;cursor:pointer}.IconMap-icon:after{display:block;content:"";width:150%;height:150%;position:absolute;background-color:#fff;border:1px solid #999;border-radius:50%;transform:translate(-50%,-50%);top:50%;left:50%;z-index:0;opacity:0;transition:all .2s ease}.IconMap-icon img{position:relative;z-index:1;width:28px;transition:all .2s ease}.IconMap-icon:hover:after{opacity:1}.IconMap-icon:hover img{transform:scale(1.2)}.IconMap[data-active-category-id="1"] .IconMap-icon[data-category-id="1"]:after,.IconMap[data-active-category-id="2"] .IconMap-icon[data-category-id="2"]:after,.IconMap[data-active-category-id="3"] .IconMap-icon[data-category-id="3"]:after,.IconMap[data-active-category-id="4"] .IconMap-icon[data-category-id="4"]:after,.IconMap[data-active-category-id="5"] .IconMap-icon[data-category-id="5"]:after,.IconMap[data-active-category-id="6"] .IconMap-icon[data-category-id="6"]:after,.IconMap[data-active-location-id="1"] .IconMap-icon[data-location-id="1"]:after,.IconMap[data-active-location-id="2"] .IconMap-icon[data-location-id="2"]:after,.IconMap[data-active-location-id="3"] .IconMap-icon[data-location-id="3"]:after,.IconMap[data-active-location-id="4"] .IconMap-icon[data-location-id="4"]:after,.IconMap[data-active-location-id="5"] .IconMap-icon[data-location-id="5"]:after,.IconMap[data-active-location-id="6"] .IconMap-icon[data-location-id="6"]:after,.IconMap[data-active-location-id="7"] .IconMap-icon[data-location-id="7"]:after,.IconMap[data-active-location-id="8"] .IconMap-icon[data-location-id="8"]:after,.IconMap[data-active-location-id="9"] .IconMap-icon[data-location-id="9"]:after,.IconMap[data-active-location-id="10"] .IconMap-icon[data-location-id="10"]:after,.IconMap[data-active-location-id="11"] .IconMap-icon[data-location-id="11"]:after,.IconMap[data-active-location-id="12"] .IconMap-icon[data-location-id="12"]:after,.IconMap[data-active-location-id="13"] .IconMap-icon[data-location-id="13"]:after,.IconMap[data-active-location-id="14"] .IconMap-icon[data-location-id="14"]:after,.IconMap[data-active-location-id="15"] .IconMap-icon[data-location-id="15"]:after,.IconMap[data-active-location-id="16"] .IconMap-icon[data-location-id="16"]:after,.IconMap[data-active-location-id="17"] .IconMap-icon[data-location-id="17"]:after,.IconMap[data-active-location-id="18"] .IconMap-icon[data-location-id="18"]:after,.IconMap[data-active-location-id="19"] .IconMap-icon[data-location-id="19"]:after,.IconMap[data-active-location-id="20"] .IconMap-icon[data-location-id="20"]:after,.IconMap[data-active-location-id="21"] .IconMap-icon[data-location-id="21"]:after{opacity:1}.IconMap[data-active-category-id="1"] .IconMap-icon[data-category-id="1"] img,.IconMap[data-active-category-id="2"] .IconMap-icon[data-category-id="2"] img,.IconMap[data-active-category-id="3"] .IconMap-icon[data-category-id="3"] img,.IconMap[data-active-category-id="4"] .IconMap-icon[data-category-id="4"] img,.IconMap[data-active-category-id="5"] .IconMap-icon[data-category-id="5"] img,.IconMap[data-active-category-id="6"] .IconMap-icon[data-category-id="6"] img,.IconMap[data-active-location-id="1"] .IconMap-icon[data-location-id="1"] img,.IconMap[data-active-location-id="2"] .IconMap-icon[data-location-id="2"] img,.IconMap[data-active-location-id="3"] .IconMap-icon[data-location-id="3"] img,.IconMap[data-active-location-id="4"] .IconMap-icon[data-location-id="4"] img,.IconMap[data-active-location-id="5"] .IconMap-icon[data-location-id="5"] img,.IconMap[data-active-location-id="6"] .IconMap-icon[data-location-id="6"] img,.IconMap[data-active-location-id="7"] .IconMap-icon[data-location-id="7"] img,.IconMap[data-active-location-id="8"] .IconMap-icon[data-location-id="8"] img,.IconMap[data-active-location-id="9"] .IconMap-icon[data-location-id="9"] img,.IconMap[data-active-location-id="10"] .IconMap-icon[data-location-id="10"] img,.IconMap[data-active-location-id="11"] .IconMap-icon[data-location-id="11"] img,.IconMap[data-active-location-id="12"] .IconMap-icon[data-location-id="12"] img,.IconMap[data-active-location-id="13"] .IconMap-icon[data-location-id="13"] img,.IconMap[data-active-location-id="14"] .IconMap-icon[data-location-id="14"] img,.IconMap[data-active-location-id="15"] .IconMap-icon[data-location-id="15"] img,.IconMap[data-active-location-id="16"] .IconMap-icon[data-location-id="16"] img,.IconMap[data-active-location-id="17"] .IconMap-icon[data-location-id="17"] img,.IconMap[data-active-location-id="18"] .IconMap-icon[data-location-id="18"] img,.IconMap[data-active-location-id="19"] .IconMap-icon[data-location-id="19"] img,.IconMap[data-active-location-id="20"] .IconMap-icon[data-location-id="20"] img,.IconMap[data-active-location-id="21"] .IconMap-icon[data-location-id="21"] img{transform:scale(1.2)}.IconMap-navigation{list-style:none;padding:0;margin:0}.IconMap-navigation-icon{margin-right:16px;position:relative;display:inline-block}.IconMap-navigation-icon:after{display:block;content:"";width:40px;height:40px;position:absolute;background-color:#fff;border:1px solid #999;border-radius:50%;transform:translate(-50%,-50%);top:50%;left:50%;z-index:0;transition:all .2s ease;opacity:0}.IconMap-navigation img{width:32px;position:relative;z-index:1}.IconMap-navigation a{color:currentColor;padding:6px;display:block}.IconMap[data-active-category-id="1"] [data-category-id="1"] .IconMap-navigation-icon:after,.IconMap[data-active-category-id="2"] [data-category-id="2"] .IconMap-navigation-icon:after,.IconMap[data-active-category-id="3"] [data-category-id="3"] .IconMap-navigation-icon:after,.IconMap[data-active-category-id="4"] [data-category-id="4"] .IconMap-navigation-icon:after,.IconMap[data-active-category-id="5"] [data-category-id="5"] .IconMap-navigation-icon:after,.IconMap[data-active-category-id="6"] [data-category-id="6"] .IconMap-navigation-icon:after{opacity:1}.IconMap[data-active-location-id] .IconMap-navigation{display:none}@media only screen and (min-width:1024px){.IconMap{display:block}}.ImageMap-description,.ImageMap-title{margin-bottom:6px}.ImageMap-title{color:var(--primaryColor);font-size:3rem;font-weight:700;line-height:1.2}.ImageMap-description{font-size:1.6rem}.ImageMap img{margin-top:50px;display:block;width:100%}.AcademicCalendar{display:block;max-width:var(--maxPageWidth);margin:0 auto;padding:0 20px}.AcademicCalendar-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;text-transform:uppercase;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}.AcademicCalendar-title .textStyleSpec-md,.AcademicCalendar-title .textStyleSpec-sm{font-size:1.4rem}.AcademicCalendar-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.AcademicCalendar-title{line-height:1.44;letter-spacing:2px}}.AcademicCalendar-title a,.AcademicCalendar-title a:hover{color:inherit}.AcademicCalendar-yearSelect{width:260px}.AcademicCalendar-row{-ms-flex-align:start;align-items:flex-start}.AcademicCalendar-legends,.AcademicCalendar-months,.AcademicCalendar-row,.AcademicCalendar-terms{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.AcademicCalendar-legends,.AcademicCalendar-months,.AcademicCalendar-terms{margin:0 -24px 0 0}.AcademicCalendar-terms{max-width:580px}@media only screen and (min-width:1024px){.AcademicCalendar-row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.AcademicCalendar-months{-ms-flex:0 1 100%;flex:0 1 100%}.AcademicCalendar-terms{-ms-flex:0 0 270px;flex:0 0 270px}}table.AcademicCalendarMonth{width:260px;margin:0 24px 24px 0;table-layout:fixed}table.AcademicCalendarMonth caption{background-color:#369;color:#fff;font-size:1.4rem}table.AcademicCalendarMonth tr:first-of-type{font-weight:400}table.AcademicCalendarMonth tbody td,table.AcademicCalendarMonth th{height:32px;vertical-align:middle;padding:0}table.AcademicCalendarMonth th{color:var(--primaryColor);font-weight:300}table.AcademicCalendarMonth td{text-align:center;vertical-align:middle;padding-right:0;padding-bottom:0;overflow:hidden}.AcademicCalendarDay{position:relative;color:#666;border:1px solid transparent;white-space:nowrap;font-size:1.8rem}.AcademicCalendarDay:hover{color:#000}.AcademicCalendarDay.has-two-events{font-size:0}.AcademicCalendarDay.has-two-events .AcademicCalendarEvent{font-size:1.3rem}.AcademicCalendarDay.has-several-events{font-size:0}.AcademicCalendarDay.has-several-events .AcademicCalendarEvent{font-size:1rem}.AcademicCalendarDay.is-holiday,.AcademicCalendarDay.is-holiday strong{color:#369}.AcademicCalendarDay.is-holiday:before{display:block;top:0;right:0;bottom:0;left:0;position:absolute;content:"";background:#fff;border:2px solid;border-radius:50%}.AcademicCalendarDay:not(.custom-key).spring-term{border-top:3px solid #a0c6e8;background-color:#f1f7fb}.AcademicCalendarDay:not(.custom-key).summer-term{border-top:3px solid #f4b98b;background-color:#fdf4ee}.AcademicCalendarDay:not(.custom-key).fall-term{border-top:3px solid #b9dba0;background-color:#f3f9ef}.AcademicCalendarDay:not(.custom-key).winter-term{border-top:3px solid #ffdf80;background-color:#fff9ea}.AcademicCalendarEvent{position:relative}.AcademicCalendarEvent:not(:last-child){margin-right:.15em}.AcademicCalendarEvent a{color:inherit}.AcademicCalendarEvent strong{color:#a90217}.AcademicCalendarEvent-tooltip{position:fixed;border:1px solid #000;pointer-events:none;text-align:center;width:260px;transform:translate(-50%,3rem)}.AcademicCalendarEvent-tooltip.offset-right{transform:translate(3rem,3rem)}.AcademicCalendarEvent-tooltip.offset-left{transform:translate(calc(-100% - 3rem),3rem)}.AcademicCalendarEvent-tooltip.offset-top{transform:translate(-50%,calc(-100% - 3rem))}.AcademicCalendarEvent-tooltip.offset-right.offset-top{transform:translate(3rem,calc(-100% - 3rem))}.AcademicCalendarEvent-tooltip.offset-left.offset-top{transform:translate(calc(-100% - 3rem),calc(-100% - 3rem))}.AcademicCalendarEvent-tooltip-title{background-color:#369;color:#fff}.AcademicCalendarEvent-tooltip-clickMessage{color:grey;padding:0 .5rem .2rem}.AcademicCalendarEvent-tooltip-clickMessage,.AcademicCalendarEvent-tooltip-date{background-color:hsla(0,0%,100%,.9)}.AcademicCalendarEvent-tooltip-date,.AcademicCalendarEvent-tooltip-title{padding:.2rem .5rem;font-size:1.4rem}.AcademicCalendarTerm{margin:0 24px 24px 0;font-size:1.4rem;color:#666;width:calc(100% - 24px);max-width:360px}.AcademicCalendarTerm-items{table-layout:auto!important;margin:0;font-size:inherit}.AcademicCalendarTerm-items tr:first-of-type{font-weight:400}.AcademicCalendarTerm-items td{padding:5px 10px}.AcademicCalendarTerm-items-date{white-space:nowrap}.AcademicCalendarTerm.spring-term .AcademicCalendarTerm-items{border-top:3px solid #a0c6e8;background-color:#f1f7fb}.AcademicCalendarTerm.summer-term .AcademicCalendarTerm-items{border-top:3px solid #f4b98b;background-color:#fdf4ee}.AcademicCalendarTerm.fall-term .AcademicCalendarTerm-items{border-top:3px solid #b9dba0;background-color:#f3f9ef}.AcademicCalendarTerm.winter-term .AcademicCalendarTerm-items{border-top:3px solid #ffdf80;background-color:#fff9ea}.AcademicCalendarTerm-title{color:#666;font-size:2rem;font-weight:700;text-align:center}.AcademicCalendarTerm-description{text-align:center}@media only screen and (min-width:1024px){.AcademicCalendarTerm{width:100%}}.AcademicCalendarLegend{margin:0 24px 24px 0;width:270px}.AcademicCalendarLegend-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;text-transform:uppercase;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;border-bottom:1px solid;margin-bottom:0;text-align:center}.AcademicCalendarLegend-title .textStyleSpec-md,.AcademicCalendarLegend-title .textStyleSpec-sm{font-size:1.4rem}.AcademicCalendarLegend-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.AcademicCalendarLegend-title{line-height:1.44;letter-spacing:2px}}.AcademicCalendarLegend-title a,.AcademicCalendarLegend-title a:hover{color:inherit}table.AcademicCalendarLegend-items{margin:0;font-size:1.2rem;table-layout:auto;line-height:1.2}table.AcademicCalendarLegend-items strong{color:#a90217}table.AcademicCalendarLegend-items tr:first-of-type{font-weight:400}table.AcademicCalendarLegend-items td{padding:.2rem .5rem}table.AcademicCalendarLegend-items table.AcademicCalendarLegend-items-label{white-space:nowrap;text-align:center;padding:.2rem 0;width:26px}.is-holiday table.AcademicCalendarLegend-items-label{position:relative;color:#369;border:1px solid;background-color:#fff}.is-holiday table.AcademicCalendarLegend-items-label strong{color:inherit}.AuthNavigation{color:var(--siteNavigationItemColor);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:1.6rem;margin:0 -.5em -.5em 0}.AuthNavigation-avatar,.AuthNavigation-items,.AuthNavigation-userLink{margin:0 .5em .5em 0}.AuthNavigation .Link,.AuthNavigation .NavigationLink{color:inherit}.AuthNavigation-avatar{display:inline-block}.AuthNavigation-avatar .Image{border-radius:50%;display:block}.AuthNavigation-avatar svg{display:block;width:20px;height:20px}.AuthNavigation-items{list-style:none;padding-left:0;display:-ms-flexbox;display:flex;margin:0 -.5em 0 0}.AuthNavigation-items-item{margin:0 .5em .5em 0}@media only screen and (min-width:768px){.AuthNavigation{color:var(--headerTextColor)}}.RawHtmlModule{position:relative}.RawHtmlModule-description,.RawHtmlModule-title{margin-bottom:6px}.RawHtmlModule-title{color:var(--primaryColor);font-size:3rem;font-weight:700;line-height:1.2}.RawHtmlModule-description{font-size:1.6rem}.RawHtmlModule-ctaButton{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.BarChart-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;height:40px}.BarChart .bar-left{background-color:var(--primaryColor);transform-origin:left}.BarChart .bar-right{background-color:var(--mediumGrey);transform-origin:right}.BarChart .bar-left,.BarChart .bar-right{transform:scaleX(0);transition:all 2s}.BarChart .active .bar-left,.BarChart .active .bar-right{transform:scaleX(1);transition:all 2s}.BarChart-label-container{display:-ms-flexbox;display:flex}.BarChart-label-container .label{color:var(--primaryTextColor);font-size:1.5em;font-weight:700;line-height:1.25;letter-spacing:normal;margin-bottom:20px}.BarChart-rightLabel{margin-left:auto}.BarChart-value-container{display:-ms-flexbox;display:flex}.BarChart-leftValue,.BarChart-rightValue{color:var(--primaryTextColor);font-size:2.25em;font-weight:700;line-height:.83;letter-spacing:2.2px;margin-top:20px}.BarChart-rightValue{margin-left:auto}@media only screen and (min-width:1024px){.BarChart-container{height:65px;height:95px}}@media only screen and (min-width:1024px){.BarChart .label{font-size:24px}.BarChart-leftValue,.BarChart-rightValue{font-size:36px}}.BarChartModule{position:relative;padding:50px 20px}.BarChartModule-container{margin:0 auto;max-width:var(--maxPageWidth)}.BarChartModule-title{color:var(--colorCharcoal);font-size:18px;font-weight:900;letter-spacing:2px;line-height:1.44;margin-bottom:10px}.BarChartModule-description,.BarChartModule-title{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.BarChartModule-description{color:var(--darkGrey);font-size:20px;margin:20px auto 40px;text-align:center}.BarChartModule-ctaButton{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-top:20px}.BarChartModule .BarChart{margin-bottom:40px}@media only screen and (min-width:768px){.BarChartModule .BarChart{margin-bottom:60px}}@media only screen and (min-width:1024px){.BarChartModule .BarChart{margin-bottom:80px}}@media only screen and (min-width:768px){.BarChartModule{padding:50px}.BarChartModule-title{margin-bottom:20px}.BarChartModule-description{margin-bottom:80px}.BarChartModule-ctaButton{margin-top:40px}}@media only screen and (min-width:1024px){.BarChartModule{padding:50px 42px}}.HolokaiFileUrl{position:static}.HolokaiFileUrl .modal{overflow-y:auto!important}.HolokaiFileUrl .row{margin-bottom:0}.HolokaiFileUrl .container,.HolokaiFileUrl .Footer-container,.HolokaiFileUrl .ListCarousel-items{display:block;padding-top:0;padding-bottom:0}.HolokaiFileUrl .middle-section-box{margin-top:20px!important}.HolokaiFileUrl #under-all-container,.HolokaiFileUrl #under-all-container center{position:relative}.HolokaiFileUrl #under-all-container .holokai-major-name-long,.HolokaiFileUrl #under-all-container .holokai-major-name-short,.HolokaiFileUrl #under-all-container .holokai-minor1-name-long,.HolokaiFileUrl #under-all-container .holokai-minor1-name-short,.HolokaiFileUrl #under-all-container .holokai-minor2-name-long,.HolokaiFileUrl #under-all-container .holokai-minor2-name-short{width:20%}.HolokaiFileUrl #under-all-container .holokai-major-name-long,.HolokaiFileUrl #under-all-container .holokai-major-name-short{top:66%;left:50%;transform:translate(-50%,-50%)}.HolokaiFileUrl #under-all-container .holokai-minor1-name-long,.HolokaiFileUrl #under-all-container .holokai-minor1-name-short{top:66%;left:20%;transform:translateY(-50%)}.HolokaiFileUrl #under-all-container .holokai-minor2-name-long,.HolokaiFileUrl #under-all-container .holokai-minor2-name-short{top:66%;right:20%;left:auto;transform:translateY(-50%)}@media only screen and (min-width:768px){.HolokaiFileUrl #under-all-container .holokai-major-name-long,.HolokaiFileUrl #under-all-container .holokai-major-name-short,.HolokaiFileUrl #under-all-container .holokai-minor1-name-long,.HolokaiFileUrl #under-all-container .holokai-minor1-name-short,.HolokaiFileUrl #under-all-container .holokai-minor2-name-long,.HolokaiFileUrl #under-all-container .holokai-minor2-name-short{width:15%}.HolokaiFileUrl #under-all-container .holokai-minor1-name-long,.HolokaiFileUrl #under-all-container .holokai-minor1-name-short{left:30%}.HolokaiFileUrl #under-all-container .holokai-minor2-name-long,.HolokaiFileUrl #under-all-container .holokai-minor2-name-short{right:30%}}.YouTubeVideoPlayer{position:relative;padding-bottom:56.25%;height:0;margin:0 auto}.YouTubeVideoPlayer-player,.YouTubeVideoPlayer iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.EventCalendarDayPage-titleSection,.EventCalendarMonthPage-titleSection{display:-ms-flexbox;display:flex;max-width:1170px;-ms-flex-align:center;align-items:center}.EventCalendarDayPage-heading,.EventCalendarMonthPage-heading{-ms-flex-positive:1;flex-grow:1}.EventCalendarDayPage-nextPage,.EventCalendarDayPage-previousPage,.EventCalendarMonthPage-nextPage,.EventCalendarMonthPage-previousPage{position:relative;border:1px solid;width:2rem;height:2rem;border-radius:50%;display:block}.EventCalendarDayPage-nextPage svg,.EventCalendarDayPage-previousPage svg,.EventCalendarMonthPage-nextPage svg,.EventCalendarMonthPage-previousPage svg{position:absolute;width:60%;height:60%;left:50%;top:50%;transform:translate(-50%,-50%)}.EventCalendarDayPage-previousPage svg,.EventCalendarMonthPage-previousPage svg{left:45%}.EventCalendarDayPage-nextPage svg,.EventCalendarMonthPage-nextPage svg{left:55%}.EventCalendarDayPage .SearchFilter-mobile,.EventCalendarMonthPage .SearchFilter-mobile{min-width:250px;max-width:100%}@media only screen and (min-width:1024px){.EventCalendarDayPage-content,.EventCalendarMonthPage-content{padding-left:42px;padding-right:42px}.EventCalendarDayPage-nextPage,.EventCalendarDayPage-previousPage,.EventCalendarMonthPage-nextPage,.EventCalendarMonthPage-previousPage{width:3.4rem;height:3.4rem}.EventCalendarDayPage.has-aside .EventCalendarDayPage-headingWrapper,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-headingWrapper{padding-bottom:60px}.EventCalendarDayPage.has-aside .EventCalendarDayPage-aside,.EventCalendarMonthPage.has-aside .EventCalendarMonthPage-aside{margin-top:40px}}.EventCalendarMonthPage-main{max-width:1170px}.EventCalendarMonthPage-tags{-ms-flex-align:center;align-items:center;margin-bottom:-10px}.EventCalendarMonthPage-filters-container{margin-right:0}@media only screen and (min-width:1024px){.EventCalendarMonthPage-filters-container{display:-ms-flexbox;display:flex}}.EventCalendar{display:block;margin:20px 0}.EventCalendar .EventCalendar-table{width:100%;table-layout:fixed;height:1px;border-collapse:separate}.EventCalendar .EventCalendar-table td{border-color:#ccc;border-style:solid;border-width:0 1px 1px 0;padding:0}.EventCalendar .EventCalendar-table td:first-child{border-left:0}.EventCalendar .EventCalendar-table td:last-child{border-right:0}.EventCalendar .EventCalendar-table thead td{padding:8px;font-size:1.6rem;border-top-width:1px}.EventCalendar .EventCalendar-table tbody td{height:100%}.EventCalendar .EventCalendar-table tbody tr:last-of-type td{border-bottom:0}.EventCalendar-day{display:block;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.EventCalendar-day.inactive .EventCalendar-day__date{color:#ccc}.EventCalendar-day.no-events{display:none}.EventCalendar-day__date{float:left;display:-ms-flexbox;display:flex;margin-right:13px;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:55px;height:60px;font-size:1.8rem;background-color:#f6f6f6;color:var(--primaryColor)}.EventCalendar-day__name{text-transform:uppercase;font-weight:600;font-size:1.2rem;letter-spacing:.144rem}.EventCalendar-day__number{font-weight:600;font-size:3.6rem;line-height:1}.EventCalendar-day__body{padding:4px 8px}.EventCalendar-day__events{overflow:hidden}.EventCalendar-day__footer{margin-top:auto;font-size:1.3rem;line-height:1.25;margin-left:75px}@media only screen and (min-width:1024px){.EventCalendar-day{min-height:204px;margin-bottom:0;display:-ms-flexbox;display:flex;height:100%}.EventCalendar-day.current{background-color:#fffdea}.EventCalendar-day__date{display:block;float:none;width:auto;height:auto;margin-bottom:10px;background-color:transparent;color:inherit;margin-right:0}.EventCalendar-day__name{display:none}.EventCalendar-day__number{font-weight:inherit;font-size:inherit;line-height:inherit}.EventCalendar-day__footer{margin-left:0;padding:4px 8px;background-color:#f6f6f6}.EventCalendar-day.passed .EventCalendar-day__events{opacity:.42}.EventCalendar-day.no-events{display:-ms-flexbox;display:flex}}.EventCalendarEvent{font-size:1.3rem;line-height:1.25;margin-bottom:10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.EventCalendarEvent-duration{font-weight:600;font-size:15px;color:var(--primaryColor)}.EventCalendarEvent-title{font-size:1.5rem;color:#666}@media only screen and (min-width:1024px){.EventCalendarEvent{display:block;max-height:2.45em;overflow:hidden}.EventCalendarEvent-duration{font-weight:inherit;font-size:inherit;color:inherit}.EventCalendarEvent-title{font-size:inherit;color:var(--primaryLinkColor)}}.EventCalendarSidebar{display:block;background:#fff;max-width:320px;padding:30px;margin-bottom:40px;box-shadow:0 0 30px rgba(0,0,0,.16);text-align:left}.EventCalendarSidebar .flatpickr-calendar{box-shadow:none;max-width:100%}.EventCalendarSidebar .flatpickr-calendar .dayContainer{margin-right:-3px;width:calc(100% + 3px);max-width:calc(100% + 3px);min-width:calc(100% + 3px)}.EventCalendarSidebar .flatpickr-days{width:100%}.EventCalendarSidebar .flatpickr-innerContainer{margin-top:38px}.EventCalendarSidebar .flatpickr-current-month input.cur-year,.EventCalendarSidebar .flatpickr-current-month span.cur-month{font-size:1.6rem;color:var(--primaryColor);text-transform:uppercase;font-weight:600}.EventCalendarSidebar .flatpickr-current-month span.cur-month:hover{background-color:transparent}.EventCalendarSidebar .flatpickr-weekdays{display:none}.EventCalendarSidebar .flatpickr-next-month,.EventCalendarSidebar .flatpickr-prev-month{color:#0062b8;padding:3px}.EventCalendarSidebar .flatpickr-next-month:hover,.EventCalendarSidebar .flatpickr-prev-month:hover{color:#0062b8}.EventCalendarSidebar .flatpickr-next-month:hover svg,.EventCalendarSidebar .flatpickr-prev-month:hover svg{fill:currentColor}.EventCalendarSidebar .flatpickr-day{border-radius:0;border:none;margin-bottom:3px;margin-right:3px;line-height:36px;height:36px;width:calc(14.28571% - 3px);-ms-flex-preferred-size:calc(14.28571% - 3px);flex-basis:calc(14.28571% - 3px);max-width:36px}.EventCalendarSidebar .flatpickr-day:not(.flatpickr-disabled):not(.nextMonthDay):not(.prevMonthDay){background-color:#f6f6f6;color:var(--primaryColor)}.EventCalendarSidebar .flatpickr-day:not(.flatpickr-disabled):not(.nextMonthDay):not(.prevMonthDay).selected{color:#fff;background-color:var(--primaryLinkColor)}.EventCalendarSidebar .flatpickr-day.nextMonthDay .EventCalendarSidebar .flatpickr-day.prevMonthDay,.EventCalendarSidebar .flatpickr-day.nextMonthDay.flatpickr-disabled,.EventCalendarSidebar .flatpickr-day.prevMonthDay.flatpickr-disabled{color:#ccc}.EventCalendarSidebar .flatpickr-day.nextMonthDay:hover,.EventCalendarSidebar .flatpickr-day.prevMonthDay:hover{background-color:transparent}.EventCalendarSidebar .flatpickr-day.flatpickr-disabled{cursor:default;color:currentColor}.EventCalendarSidebar .flatpickr-day.today:hover{color:currentColor}.EventCalendarSidebar .flatpickr-day.today:after{display:block;position:absolute;width:100%;height:3px;left:0;bottom:0;content:"";background-color:var(--primaryLinkColor)}.EventCalendarSidebar-events{margin-top:45px}.EventCalendarSidebar:not([expanded]) .EventCalendarSidebar-collapseLabel,.EventCalendarSidebar:not([expanded]) .EventCalendarSidebar-events,.EventCalendarSidebar[expanded] .EventCalendarSidebar-expandLabel{display:none}.EventCalendarSidebar-allEventsLink,.EventCalendarSidebar-fullCalendarLink{margin-top:20px}.EventCalendarSidebar-allEventsLink a,.EventCalendarSidebar-fullCalendarLink a{font-size:1.6rem;line-height:1.25}.EventCalendarSidebar-toggleExpanded{margin-top:20px}.EventCalendarSidebar-toggleExpanded a{color:var(--primaryLinkColor);font-size:1.6rem;line-height:1.25}.EventCalendarSidebar-toggleExpanded a:hover{color:var(--primaryLinkHoverColor)}.EventCalendarSidebarEvent{display:-ms-flexbox;display:flex;margin-bottom:15px;text-decoration:none}.EventCalendarSidebarEvent-time{font-weight:600;font-size:1.5rem;color:var(--primaryColor);line-height:1.2;margin-bottom:3px}.EventCalendarSidebarEvent-title{font-size:1.5rem;line-height:1.2;color:#666}.EventCalendarSidebarEvent-date{width:55px;height:55px;background-color:#f6f6f6;-ms-flex:0 0 55px;flex:0 0 55px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;line-height:1.15;margin-right:15px;white-space:nowrap}.EventCalendarSidebarEvent-date__day{font-size:1.2rem;letter-spacing:.144rem;color:var(--primaryColor);text-transform:uppercase}.EventCalendarSidebarEvent-date__number{font-size:3.4rem;font-weight:600;color:var(--primaryColor)}.DigitalSignagePage-below{background-color:#222;display:none}.DigitalSignagePage.has-below[data-vertical-layout] .DigitalSignageGallery .DigitalSignageCarouselSlide-media{background-color:#222}.DigitalSignagePage[data-vertical-layout] .DigitalSignagePage-aside{display:none}.DigitalSignagePage[data-vertical-layout] .DigitalSignagePage-body{max-height:1920px;height:100vh}.DigitalSignagePage[data-vertical-layout] .DigitalSignagePage-below{display:block;height:465px;min-height:465px;padding-left:90px;padding-right:140px}.DigitalSignagePage[data-vertical-layout] .DigitalSignagePage-below-items{display:-ms-flexbox;display:flex}.DigitalSignagePage[data-vertical-layout] .DigitalSignagePage-below-items-item{width:50%;background:#222}.DigitalSignagePage[data-vertical-layout] .DigitalSignageGallery .DigitalSignageCarouselSlide-media{background-color:#222}.DigitalSignagePage[data-vertical-layout] .DigitalSignageGallery .DigitalSignageCarouselSlide-media-wrapper-interactiveMedia{width:100%;height:100%}.DigitalSignagePage[data-vertical-layout] .DigitalSignageGallery .DigitalSignageCarouselSlide-media-wrapper-interactiveMedia video{max-height:1920px}.DigitalSignagePage[data-full-width-image] .DigitalSignageCarouselSlide-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.DigitalSignagePage[data-hide-header] .DigitalSignagePage-header{display:none}.DigitalSignagePage[data-hide-header] .DigitalSignagePage-aside{margin:0 auto}.DigitalSignagePage[data-header-transparent]:not([data-hide-header]) .DigitalSignagePage-contentWrapper{margin-top:-70px}.DigitalSignagePage[data-header-transparent]:not([data-hide-header]) .DigitalSignagePage-header{opacity:.5}.DigitalSignagePage-aside{background:#222;border-left:1px solid #666;height:100vh;max-width:364px;position:relative;width:100%;z-index:99;padding-left:45px;padding-right:45px}.DigitalSignagePage-body{max-height:1080px;overflow-y:hidden}.DigitalSignagePage-gallery{width:100%}.DigitalSignagePage-header{border-bottom:1px solid #666;display:block;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;position:relative;top:0;width:100%;z-index:20}.DigitalSignagePage-header-contentTop{background:#222;display:-ms-flexbox;display:flex}.DigitalSignagePage-header-contentTop.withLogo .DigitalSignagePage-header-title:before{background:var(--headerDividerColor);content:" ";display:block;height:74%;left:0;position:absolute;right:auto;top:13%;width:1px}.DigitalSignagePage-header-logo{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;min-height:56px;margin:0 23px}.DigitalSignagePage-header-logo a{text-decoration:none;transition:all .25s}.DigitalSignagePage-header-logo img{height:auto;max-width:70px}.DigitalSignagePage-header-titles{padding:12px 24px;position:relative}.DigitalSignagePage-header-title{color:#fff;font-size:24px;line-height:1.4;margin:6px 0}.DigitalSignagePage-header-title a{color:#fff}.DigitalSignagePage-mainContent{display:-ms-flexbox;display:flex}.DigitalSignagePage .Carousel-wrapper{background:#222;margin-bottom:0}.DigitalSignagePage .Carousel.published-carousel:not(.List):not(.lead-carousel) .DigitalSignageCarouselSlide-info,.DigitalSignagePage .LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .DigitalSignageCarouselSlide-info,.DigitalSignagePage .ListCarousel.published-carousel:not(.List):not(.lead-carousel) .DigitalSignageCarouselSlide-info,.DigitalSignagePage .ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .DigitalSignageCarouselSlide-info,.DigitalSignagePage .ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .DigitalSignageCarouselSlide-info{display:none}.DigitalSignagePage .Carousel.published-carousel:not(.List):not(.lead-carousel) .DigitalSignageCarouselSlide-media,.DigitalSignagePage .LeadCarousel.published-carousel:not(.List):not(.lead-carousel) .DigitalSignageCarouselSlide-media,.DigitalSignagePage .ListCarousel.published-carousel:not(.List):not(.lead-carousel) .DigitalSignageCarouselSlide-media,.DigitalSignagePage .ListCarouselHeadline.published-carousel:not(.List):not(.lead-carousel) .DigitalSignageCarouselSlide-media,.DigitalSignagePage .ListCarouselQuoteFullWidth.published-carousel:not(.List):not(.lead-carousel) .DigitalSignageCarouselSlide-media{background:#222}.DigitalSignagePage .Header:not([data-header-home]) .Header-actions,.DigitalSignagePage .Header:not([data-header-home]) .Header-navigation{display:none}@media (min-aspect-ratio:9/16) and (max-aspect-ratio:3/4){.DigitalSignagePage[data-vertical-layout] .DigitalSignageNewsPromo{max-width:400px}}@media (min-aspect-ratio:3/4) and (max-aspect-ratio:1/1){.DigitalSignagePage[data-vertical-layout] .DigitalSignageNewsPromo{max-width:400px}}@media (min-aspect-ratio:1/1) and (max-aspect-ratio:4/3){.DigitalSignagePage[data-vertical-layout] .DigitalSignageNewsPromo{max-width:350px}}.DigitalSignagePage .DigitalSignageGallery .DigitalSignageCarouselSlide-media{padding-bottom:0}.DigitalSignageGallery .DigitalSignageCarouselSlide-media{background-color:#222;height:100vh;padding-bottom:100%}.DigitalSignageGallery .DigitalSignageCarouselSlide-media img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.DigitalSignageGallery .DigitalSignageCarouselSlide-media .HTML5VideoPlayer-screen{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.DigitalSignageEventList{background:#222;display:block;margin-top:30px;text-align:left}.DigitalSignageEventList-slides,.DigitalSignageEventList-slides-slide{width:100%}.DigitalSignageEventList-title{color:#999;font-size:2.1rem;font-weight:700;letter-spacing:2.31px;line-height:25px;margin-bottom:30px;text-transform:uppercase}.DigitalSignageEventPromo{display:-ms-flexbox;display:flex;margin-bottom:16px;text-decoration:none}.DigitalSignageEventPromo-time{font-weight:600;font-size:1.5rem;color:#fff;line-height:1.2;margin-bottom:3px}.DigitalSignageEventPromo-title{font-size:1.5rem;line-height:1.2;color:#ccc;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.DigitalSignageEventPromo-date{width:55px;height:55px;background-color:#444;-ms-flex:0 0 55px;flex:0 0 55px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;line-height:1.15;margin-right:15px;white-space:nowrap}.DigitalSignageEventPromo-date__day{font-size:1.2rem;letter-spacing:.144rem;color:#fff;text-transform:uppercase}.DigitalSignageEventPromo-date__number{font-size:3.4rem;font-weight:600;color:#fff}.DigitalSignageNewsList{background:#222;display:block;margin-top:30px;text-align:left}.DigitalSignageNewsList-slides,.DigitalSignageNewsList-slides-slide{width:100%}.DigitalSignageNewsList-title{color:#999;font-size:2.1rem;font-weight:700;letter-spacing:2.31px;line-height:25px;margin-bottom:30px;text-transform:uppercase}.DigitalSignageNewsPromo{margin-bottom:25px}.DigitalSignageNewsPromo-title{color:#fff;font-size:1.7rem;line-height:1.2;padding-bottom:6px}.DigitalSignageNewsPromo-description{color:#ccc;font-size:1.5rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.DigitalSignageCarouselSlide{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.DigitalSignageCarouselSlide-length-meta{display:none}.DigitalSignageCarouselSlide-info{display:none;width:100%;padding:20px;background-color:hsla(0,0%,90.2%,.25)}.DigitalSignageCarouselSlide-title{color:#333;margin-bottom:10px;display:none}.DigitalSignageCarouselSlide-description{margin-bottom:10px}.DigitalSignageCarouselSlide-description.caption{font-weight:800}.DigitalSignageCarouselSlide-download{margin-top:10px;letter-spacing:1px;font-size:12px;line-height:normal}.DigitalSignageCarouselSlide-imageDownload{text-transform:uppercase;font-weight:700}.DigitalSignageCarouselSlide-imageDownload:hover{text-decoration:underline}.DigitalSignageCarouselSlide-termsOfuseLink .Link{font-weight:700}.DigitalSignageCarouselSlide-termsOfuseLink .Link:hover{text-decoration:underline}.DigitalSignageCarouselSlide-media{height:0;padding-bottom:66.66666667%;position:relative;width:100%;background-color:#2a2a2a}.DigitalSignageCarouselSlide-media-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.DigitalSignageCarouselSlide-media-wrapper-interactiveMedia{width:100%;height:100%}.DigitalSignageCarouselSlide-media-wrapper-interactiveMedia video{max-height:1080px}.DigitalSignageCarouselSlide-media img{max-width:100%;max-height:100%}.DigitalSignageCarouselSlide .YouTubeVideoPlayer iframe{max-height:100%}.LibraryHoursModule{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;background-color:var(--headerBgColor);padding:40px 50px}.LibraryHoursModule-link,.LibraryHoursModule>div{font-size:1.6rem;padding:16px 32px;border:1px solid #000;border-radius:3px;background-color:#fff;color:#000;font-weight:700}.LeaveTimeModule{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;background:var(--white);color:var(--homeHeaderLogoBackgroundColor);max-width:400px;padding:10px 30px;text-align:center;font-size:14px}.LeaveTimeModule-title{padding:0 0 10px;font-size:18px}.LeaveTimeModule-description,.LeaveTimeModule-label{font-size:14px;font-family:Roboto,Open Sans,Arial,Helvetica,sans-serif;font-weight:300}.LeaveTimeModule-type{font-size:11px;font-weight:700;font-family:Roboto,Open Sans,Arial,Helvetica,sans-serif;line-height:12px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 10px}.LeaveTimeModule-type-item{text-transform:uppercase;padding:0 10px}.LeaveTimeModule-type-item[data-active]{text-decoration:underline}.LeaveTimeModule-type-item:hover{cursor:pointer;text-decoration:underline}.LeaveTimeModule-display{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0;width:100%}.LeaveTimeModule-display-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:48%;background-color:hsla(0,0%,100%,.1);font-size:11px;text-transform:uppercase;padding:15px;font-family:Roboto,Open Sans,Arial,Helvetica,sans-serif;font-weight:700}.LeaveTimeModule-display-item:first-child{margin-right:20px}.LeaveTimeModule-display-item-time{font-size:40px;line-height:44px;opacity:1;transition:opacity .5s;white-space:nowrap}.LeaveTimeModule-display-item-time.transition{opacity:0}.LeaveTimeModule-display-item-type{opacity:1;transition:opacity .5s}.LeaveTimeModule-display-item-type.transition{opacity:0}.LeaveTimeModule-button{margin-top:30px}.LeaveTimeModule-button.AuthorPage-paginationButton,.LeaveTimeModule-button.BrandPage-paginationButton,.LeaveTimeModule-button.btn,.LeaveTimeModule-button.CountryPage-paginationButton,.LeaveTimeModule-button.DirectorySearchPage-export-btn a,.LeaveTimeModule-button.EventCalendarDayPage-export-btn a,.LeaveTimeModule-button.EventCalendarMonthPage-export-btn a,.LeaveTimeModule-button.EventCategoryPage-paginationButton,.LeaveTimeModule-button.EventPage-addToCalendar .FavoriteButton,.LeaveTimeModule-button.Footer .RichTextModule-cta a,.LeaveTimeModule-button.Header-customButton>a,.LeaveTimeModule-button.List .List-paginationButton,.LeaveTimeModule-button.ListAbstract .List-paginationButton,.LeaveTimeModule-button.ListAccordion .List-paginationButton,.LeaveTimeModule-button.ListAthleticEvent .List-paginationButton,.LeaveTimeModule-button.ListCard .List-paginationButton,.LeaveTimeModule-button.ListCardBackground .List-paginationButton,.LeaveTimeModule-button.ListCardDescriptionOnLeft .List-paginationButton,.LeaveTimeModule-button.ListCardImageOnly .List-paginationButton,.LeaveTimeModule-button.ListCardImageOnSide .List-paginationButton,.LeaveTimeModule-button.ListCardImageOnTop .List-paginationButton,.LeaveTimeModule-button.ListCardLogoBottom .List-paginationButton,.LeaveTimeModule-button.ListCardLogoTop .List-paginationButton,.LeaveTimeModule-button.ListCardQuote .List-paginationButton,.LeaveTimeModule-button.ListCardTextOnly .List-paginationButton,.LeaveTimeModule-button.ListCarouselBoxedHeadline .List-paginationButton,.LeaveTimeModule-button.ListCarouselQuoteFullWidth .List-paginationButton,.LeaveTimeModule-button.ListEvents .List-paginationButton,.LeaveTimeModule-button.ListHighlightA .List-paginationButton,.LeaveTimeModule-button.ListIconOnSide .List-paginationButton,.LeaveTimeModule-button.ListIconOnTopLarge .List-paginationButton,.LeaveTimeModule-button.ListIconOnTopSmall .List-paginationButton,.LeaveTimeModule-button.ListImageLarge .List-paginationButton,.LeaveTimeModule-button.ListImageMedium .List-paginationButton,.LeaveTimeModule-button.ListImageOnTopCircular .List-paginationButton,.LeaveTimeModule-button.ListImageSmall .List-paginationButton,.LeaveTimeModule-button.ListImageThumbnail .List-paginationButton,.LeaveTimeModule-button.ListLinks .List-paginationButton,.LeaveTimeModule-button.ListLogoOnly .List-paginationButton,.LeaveTimeModule-button.ListMetrics .List-paginationButton,.LeaveTimeModule-button.ListSchedule .List-paginationButton,.LeaveTimeModule-button.ListSpeechPromo .List-paginationButton,.LeaveTimeModule-button.ListTagCloud .List-paginationButton,.LeaveTimeModule-button.ListUpcomingEvents .List-paginationButton,.LeaveTimeModule-button.ListVerticalImage .List-paginationButton,.LeaveTimeModule-button.ProductPage-paginationButton,.LeaveTimeModule-button.SearchResultsPage-export-btn a,.LeaveTimeModule-button.SectionPage-paginationButton,.LeaveTimeModule-button.SocialList .List-paginationButton,.LeaveTimeModule-button.TagPage-paginationButton,.LeaveTimeModule-button.TaxonomyPage-paginationButton,.LeaveTimeModule-button.TopicPage-paginationButton{border:0;border-radius:0;font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:12px;letter-spacing:1px;text-transform:uppercase;padding:20px 40px;outline:none}@media only screen and (max-width:320px){.LeaveTimeModule{padding:10px 20px}.LeaveTimeModule-display-item{padding:15px 10px}.LeaveTimeModule-display-item-time{font-size:34px}}@media only screen and (min-width:568px){.LeaveTimeModule{padding:20px 30px}}@media only screen and (min-width:768px){.LeaveTimeModule{padding:40px 20px}}@media only screen and (min-width:1440px){.LeaveTimeModule{padding:40px 30px}}.AdmissionsMatrix{margin-left:5%;margin-right:5%;font-family:Verdana,sans-serif}.AdmissionsMatrix-search-box{font-size:14px}.AdmissionsMatrix-search-box input{height:40px;border:1px solid;border-radius:15px 15px 15px 15px;width:220px;margin-right:2%;margin-bottom:1%;padding-left:10px;background-color:#fff;float:left}.AdmissionsMatrix #AdmissionsMatrix-search-links>ul{list-style-type:none;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;font-weight:700}.AdmissionsMatrix #AdmissionsMatrix-search-links>ul>li{display:inline-block;padding:5px 0;width:10%;vertical-align:middle;font-size:1.2rem}@media screen and (max-width:567px){.AdmissionsMatrix #AdmissionsMatrix-search-links>ul>li{width:10%;font-size:10px}}@media screen and (min-width:768px){.AdmissionsMatrix #AdmissionsMatrix-search-links>ul>li{width:10%}}@media screen and (min-width:1024px){.AdmissionsMatrix #AdmissionsMatrix-search-links>ul>li{width:3.3%}}.AdmissionsMatrix #AdmissionsMatrix-search-links>ul>li .active{color:#000}.AdmissionsMatrix #AdmissionsMatrix-search-links>ul>li>a{color:#90132b}.AdmissionsMatrix #AdmissionsMatrix-search-links>ul>li>a:hover{color:#000}.AdmissionsMatrix #AdmissionsMatrix-table{min-height:1000px}.AdmissionsMatrix #AdmissionsMatrix-table table{border-collapse:collapse;letter-spacing:1px;font-size:14px;width:100%}.AdmissionsMatrix #AdmissionsMatrix-table table td,.AdmissionsMatrix #AdmissionsMatrix-table table th{border:1px solid #dcdcdc;padding:0}@media screen and (max-width:567px){.AdmissionsMatrix #AdmissionsMatrix-table table td,.AdmissionsMatrix #AdmissionsMatrix-table table th{font-size:8px}}@media screen and (min-width:768px){.AdmissionsMatrix #AdmissionsMatrix-table table td,.AdmissionsMatrix #AdmissionsMatrix-table table th{padding:5px 10px}}@media screen and (min-width:1024px){.AdmissionsMatrix #AdmissionsMatrix-table table td,.AdmissionsMatrix #AdmissionsMatrix-table table th{padding:10px 20px}}.AdmissionsMatrix #AdmissionsMatrix-table table th{background-color:#9e1b34;color:#fff;text-align:left}.AdmissionsMatrix #AdmissionsMatrix-table table tr td:first-child{border-left:0}.AdmissionsMatrix #AdmissionsMatrix-table table tr:last-child td{border-bottom:0}.AdmissionsMatrix #AdmissionsMatrix-table table tr td:last-child{border-right:0}.AdmissionsMatrix #AdmissionsMatrix-table #empty-text{text-align:center}.AdmissionsMatrix #AdmissionsMatrix-table #empty-text p{padding-top:15%}button{font-family:Verdana;padding:13px 32px;text-align:center;text-decoration:none;font-size:15px;margin:0 10px 4px 0;transition-duration:.4s;cursor:pointer;background-color:#fff;color:#444;border:1px solid #ced3d6;border-radius:.3em;font-weight:700}button:hover{transform:scale(1.1)}button #clearFilter{float:right}span #clearFilter{float:right;font-family:Verdana;padding:13px 32px;text-align:center;text-decoration:none;font-size:15px;margin:0 10px 4px 0;transition-duration:.4s;cursor:pointer;background-color:#fff;color:#444;border:1px solid #ced3d6;border-radius:.3em;font-weight:700}span #clearFilter:hover{transform:scale(1.1)}@media screen and (max-width:567px){.AdmissionsMatrix{margin-left:0;margin-right:0}.AdmissionsMatrix-search-box input{width:100%;margin-bottom:3%}button{padding:4px 15px;float:left}span #clearFilter{width:97%;padding:4px 15px}#index_top.box span{font-size:10px}}#loader{position:fixed;left:50%;top:50%;z-index:1;width:70px;height:70px;border-radius:50%;border:8px solid #f3f3f3;border-top:10px solid #90132b;animation:spin 2s linear infinite}#index_top div span{color:#90132b}#index_top span{font-size:14px}#index_bottom{text-align:right}#index_bottom span{color:#90132b}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:400px){.AdmissionMatrix #AdmissionsMatrix-search-links ul li{width:7.1%}}@media (min-width:768px) and (max-width:991px){.container,.Footer-container,.ListCarousel-items{width:100%}}@media (min-width:800px){.AdmissionMatrix #AdmissionsMatrix-search-links ul li{width:3%}}.AcademicsCalendar{display:block;max-width:240px;margin:0 auto}.AcademicsCalendar ol,.AcademicsCalendar ul{list-style:none}.AcademicsCalendar-timeline{display:none}.AcademicsCalendar-events>ul{margin:0;padding:0;border:0}.AcademicsCalendar-events-group{border-bottom:2px solid rgba(0,0,0,.05);min-height:30px}.AcademicsCalendar-events-group:first-of-type{border-top:2px solid rgba(0,0,0,.05)}.AcademicsCalendar-events-group.hideSection{display:none}.AcademicsCalendar-events-group-header{width:100%;padding:0 1.25em;position:absolute}.AcademicsCalendar-events-group-header span{display:inline-block;font-size:12px;font-weight:400;line-height:1.17;letter-spacing:normal;color:#2a2a2a;margin-top:6px}.AcademicsCalendar-events-group-items{margin-left:34px}.AcademicsCalendar-events-group-items-item{min-height:50px}.AcademicsCalendar-events-group-items-item span{line-height:1;letter-spacing:normal;color:#000;display:block;height:100%;padding:0 3px;min-height:50px;width:165px}.AcademicsCalendar-events-group-items-item span.babyPink{background:#ffd4ff}.AcademicsCalendar-events-group-items-item span.smoke{background:#c4c1e5}.AcademicsCalendar-events-group-items-item span.raspberry{background:#ff7f84}.AcademicsCalendar-events-group-items-item span.babyBlue{background:#a9cfff}.AcademicsCalendar-events-group-items-item span.mint{background:#8bffd9}.AcademicsCalendar-events-group-items-item span.seaGreen{background:#b5e2e4}.AcademicsCalendar-events-group-items-item span.peach{background:#ffc377}.AcademicsCalendar-events-group-items-item span.pea{background:#beff9b}.AcademicsCalendar-events-group-items-item span.coral{background:#ffb89c}.AcademicsCalendar-events-group-items-item span.lemon{background:#f6ff7f}.AcademicsCalendar-events-group-items-item span.rose{background:#fc8ab7}.AcademicsCalendar-events-group-items-item span.lilac{background:#cfaad6}.AcademicsCalendar-events-group-items-item span em{display:block;font-size:10px;padding:3px 0}.AcademicsCalendar-events-group-items-item span em b{font-weight:700}@media only screen and (min-width:768px){.AcademicsCalendar{margin-left:auto;margin-right:auto;max-width:600px}.AcademicsCalendar-timeline{display:block;position:absolute;height:auto;width:100%;padding-top:30px;max-width:600px}.AcademicsCalendar-timeline-times{margin-left:-40px}.AcademicsCalendar-timeline-times-time{border:1px solid rgba(0,45,95,.25);border-top:none;position:relative;height:50px}.AcademicsCalendar-timeline-times-time:first-of-type{border-top:1px solid rgba(0,45,95,.25)}.AcademicsCalendar-timeline-times-time span{display:inline-block;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:normal;text-align:center;color:#2a2a2a;margin-top:15px;min-height:50px;width:40px}.AcademicsCalendar-events>ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-left:40px}.AcademicsCalendar-events-group{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;border-left:1px solid rgba(0,45,95,.25);margin-bottom:0;max-width:80px;height:740px}.AcademicsCalendar-events-group:first-of-type{border-top:none;border-left:1px solid rgba(0,45,95,.25)}.AcademicsCalendar-events-group.showLess{display:-ms-flexbox;display:flex}.AcademicsCalendar-events-group-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:40px;padding:0;z-index:99;background-color:#fff;position:relative;margin-left:-2px}.AcademicsCalendar-events-group-header span{display:inline-block;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:normal;text-align:center;color:#2a2a2a}.AcademicsCalendar-events-group-items{overflow:visible;padding:0;position:relative;display:-ms-flexbox;display:flex}.AcademicsCalendar-events-group-items-item{position:absolute;width:102%;left:-1px;max-width:none;margin-right:0;margin-left:-33px}.AcademicsCalendar-events-group-items-item span{line-height:1;letter-spacing:normal;color:#000;display:block;height:100%;width:80px}}@media only screen and (min-width:1024px){.AcademicsCalendar,.AcademicsCalendar-timeline{max-width:560px}.AcademicsCalendar-events-group{max-width:74px;height:740px}.AcademicsCalendar-events-group-header span{font-size:12px;line-height:1.5}.AcademicsCalendar-events-group-items-item span{width:74px}}@media only screen and (min-width:1440px){.AcademicsCalendar,.AcademicsCalendar-timeline{max-width:741px}.AcademicsCalendar-events-group{max-width:100px}.AcademicsCalendar-events-group-items{margin-left:33px}.AcademicsCalendar-events-group-items-item{max-width:100px}.AcademicsCalendar-events-group-items-item span{width:100px}}.AcademicsModule{display:block;width:280px;margin:45px auto}.AcademicsModule .hideSection{display:none}.AcademicsModule-title{font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.44;letter-spacing:2px;text-align:center;text-transform:uppercase;color:#002d5f}.AcademicsModule-itemsWrapper{margin-top:20px}.AcademicsModule-buttons-desktop,.AcademicsModule-itemsWrapper .hideView{display:none}.AcademicsModule-buttons-mobile{display:block}.AcademicsModule-pagination{text-align:center;margin-top:20px}.AcademicsModule-pagination a{font-size:12px;font-weight:900;line-height:1.67;letter-spacing:normal;color:#0057b8;text-transform:uppercase}@media only screen and (min-width:768px){.AcademicsModule{width:668px;margin:44px auto}.AcademicsModule-buttons-desktop,.AcademicsModule .hideSection{display:block}.AcademicsModule-buttons-mobile{display:none}.AcademicsModule-title{font-weight:900}.AcademicsModule-pagination{display:none}}@media only screen and (min-width:1024px){.AcademicsModule{width:620px;margin:38px auto}}@media only screen and (min-width:1440px){.AcademicsModule{width:820px}}.AcademicsFilter{margin-top:10px}.AcademicsFilter-filters{margin:0 -20px;background-color:#fff}.AcademicsFilter-filters.hideFilters{display:none}.AcademicsFilter-filters-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.AcademicsFilter-filters-container.semesterSelect .input{padding:18px 20px 9px}.AcademicsFilter-filters-container.viewSelect .input{padding:9px 20px 18px}.AcademicsFilter-filters-filter{width:100%}.AcademicsFilter-filters-filter.semesterSelect .input-stroke{padding:20px 20px 0}.AcademicsFilter-filters-filter.viewSelect .input-stroke{padding:20px}.AcademicsFilter-filters-filter .custom-dropdown{background-color:rgba(0,0,0,.05)}.AcademicsFilter-filters-filter .custom-dropdown__icon{right:20px;top:8px}.AcademicsFilter-filters-filter .custom-dropdown .dropdown-values{background-color:#fff;z-index:999}.AcademicsFilter-filters-filter .custom-dropdown .dropdown-values .dropdown-link:hover{text-decoration:underline}.AcademicsFilter-filters-filter .customView-dropdown{background-color:rgba(0,0,0,.05);margin-bottom:0;transition:unset;box-shadow:none}.AcademicsFilter-filters-filter .customView-dropdown .dropdown-values{background-color:#fff;display:block;position:absolute;top:-1px;left:-1px;right:-1px;z-index:10;transition:all .25s}.AcademicsFilter-filters-filter .customView-dropdown .dropdown-values .dropdown-link{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:300;line-height:1.6;margin:10px 0;color:var(--primaryTextColor)}.AcademicsFilter-filters-filter .customView-dropdown .dropdown-values__icon{position:absolute;top:.95rem;right:2rem;color:var(--primaryColor);pointer-events:none}.AcademicsFilter-filters-filter .customView-dropdown.hideFilterList .dropdown-values{display:none}.AcademicsFilter-filters-filter .dropdown-heading{font-size:11px;font-weight:700;line-height:1.45;letter-spacing:.79px;color:#002d5f;text-transform:uppercase;padding-left:10px;cursor:pointer}.AcademicsFilter-filters-filter .dropdown-link{padding-left:10px}.AcademicsFilter-filters-filter .dropdown-link svg{-ms-flex-negative:0;flex-shrink:0;width:12px;height:12px;margin-right:10px;margin-top:0;color:var(--primaryColor)}.AcademicsFilter-filters-filter .dropdown-link a{font-size:11px;font-weight:700;line-height:1.45;letter-spacing:.79px;color:#002d5f;text-transform:uppercase}.AcademicsFilter-filters-filter .input-stroke{border:none}.AcademicsFilter-selectLabel .notSelected{display:none}.AcademicsFilter-trigger{margin-bottom:10px}.AcademicsFilter-trigger a{display:block;text-transform:uppercase;font-size:11px;font-weight:700;line-height:1.45;letter-spacing:.79px;text-align:right;color:#002d5f}.AcademicsFilter-trigger a svg{margin-top:-2px}.AcademicsFilter-trigger.active a{color:#5199e1}.AcademicsFilter-viewButtons{display:none}@media only screen and (min-width:768px){.AcademicsFilter-container{display:-ms-flexbox;display:flex;padding:11px 0 19px;margin:0 auto;max-width:350px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.AcademicsFilter-filters{margin:0}.AcademicsFilter-filters-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.AcademicsFilter-filters-container.viewSelect{display:none}.AcademicsFilter-filters-container.semesterSelect .input{padding:0}.AcademicsFilter-filters-filter{width:auto}.AcademicsFilter-filters-filter.semesterSelect .input-stroke{padding:0}.AcademicsFilter-filters-filter.viewSelect .input-stroke{padding:20px}.AcademicsFilter-filters-filter .custom-dropdown{padding:0}.AcademicsFilter-filters-filter .custom-dropdown__icon{top:-7px;right:-13px}.AcademicsFilter-filters-filter .dropdown-heading{font-size:11px;font-weight:700;line-height:1.45;letter-spacing:.79px;color:#002d5f;text-transform:uppercase}.AcademicsFilter-filters-filter .dropdown-link svg{-ms-flex-negative:0;flex-shrink:0;width:12px;height:12px;margin-right:10px;margin-top:0;color:var(--primaryColor)}.AcademicsFilter-filters-filter .dropdown-link span{font-size:11px;font-weight:700;line-height:1.45;letter-spacing:.79px;color:#002d5f;text-transform:uppercase}.AcademicsFilter-filters-filter .dropdown-values{padding:0;width:135px;top:-10px;left:-10px}.AcademicsFilter-filters-filter .dropdown-values__icon{top:-7px!important;right:24px!important}.AcademicsFilter-filters-filter .input-stroke{border:none;background-color:#fff}.AcademicsFilter-filters.hideFilters{display:block}.AcademicsFilter-viewButtons{display:-ms-flexbox;display:flex}.AcademicsFilter-viewButtons-btns{width:90px}.AcademicsFilter-viewButtons-btns:first-of-type{margin-left:50px}.AcademicsFilter-viewButtons-btns:nth-of-type(2n){margin-left:10px}.AcademicsFilter-viewButtons-btns a{font-size:11px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.45;letter-spacing:.79px;color:#002d5f}.AcademicsFilter-viewButtons-btns a:hover{text-decoration:underline}.AcademicsFilter-viewButtons-btns.selected a{color:#0057b8}.AcademicsFilter-trigger{display:none}}.AcademicsScheduleView{margin:0 20px}.AcademicsScheduleView-desktop{display:none}.AcademicsScheduleView-mobile{display:block}.AcademicsScheduleView-mobile-items-item{padding-top:10px;border-bottom:1px solid rgba(0,0,0,.1)}.AcademicsScheduleView-mobile-items-item:first-of-type{border-top:1px solid rgba(0,0,0,.1)}.AcademicsScheduleView-mobile-row{display:-ms-flexbox;display:flex;padding-bottom:10px}.AcademicsScheduleView-mobile-row-item,.AcademicsScheduleView-mobile-row-label{color:#2a2a2a;padding-bottom:10px}.AcademicsScheduleView-mobile-row-item{font-size:12px;font-weight:400;line-height:1.45;letter-spacing:normal;width:50%}.AcademicsScheduleView-mobile-row-label{font-size:11px;line-height:1.45;font-weight:700;letter-spacing:.79px;text-transform:uppercase;width:45%}@media only screen and (min-width:768px){.AcademicsScheduleView-mobile{display:none}.AcademicsScheduleView-desktop{display:block}.AcademicsScheduleView-desktop table{border-spacing:10px 0;border-collapse:separate;width:600px;table-layout:fixed}.AcademicsScheduleView-desktop table tr:first-of-type:after{border:none}.AcademicsScheduleView-desktop table tr:after{content:"";position:absolute;left:0;right:0;border-bottom:1px solid rgba(0,0,0,.1);z-index:-1;width:600px;margin:0 30px}.AcademicsScheduleView-desktop table td,.AcademicsScheduleView-desktop table th{color:#2a2a2a;text-align:center}.AcademicsScheduleView-desktop table th{background-color:rgba(175,214,254,.19);font-size:11px;font-weight:700;height:45px;line-height:1.45;letter-spacing:.79px;text-transform:uppercase}.AcademicsScheduleView-desktop table th:first-of-type{width:120px}.AcademicsScheduleView-desktop table th:nth-of-type(2n){width:100px}.AcademicsScheduleView-desktop table th:nth-of-type(3n){width:80px}.AcademicsScheduleView-desktop table th:nth-of-type(4n){width:50px}.AcademicsScheduleView-desktop table th:nth-of-type(5n){width:80px}.AcademicsScheduleView-desktop table th:nth-of-type(6n){width:60px}.AcademicsScheduleView-desktop table th:nth-of-type(7n){width:50px}.AcademicsScheduleView-desktop table td{font-size:12px;font-weight:400;line-height:1.33;letter-spacing:normal;padding:10px 0}}@media only screen and (min-width:1024px){.AcademicsScheduleView{margin:0 30px}.AcademicsScheduleView-desktop table{width:560px}.AcademicsScheduleView-desktop table tr:after{width:560px;margin:0 40px}.AcademicsScheduleView-desktop table th{font-size:10px;line-height:1.6;letter-spacing:.71px}.AcademicsScheduleView-desktop table th:first-of-type{width:100px}.AcademicsScheduleView-desktop table th:nth-of-type(2n){width:95px}.AcademicsScheduleView-desktop table th:nth-of-type(3n){width:70px}.AcademicsScheduleView-desktop table th:nth-of-type(4n){width:50px}.AcademicsScheduleView-desktop table th:nth-of-type(5n){width:80px}.AcademicsScheduleView-desktop table th:nth-of-type(6n){width:55px}.AcademicsScheduleView-desktop table th:nth-of-type(7n){width:50px}}@media only screen and (min-width:1440px){.AcademicsScheduleView-desktop table{width:740px}.AcademicsScheduleView-desktop table tr:after{width:740px;margin:0 40px}.AcademicsScheduleView-desktop table th{font-size:11px;line-height:1.45;letter-spacing:.79px}.AcademicsScheduleView-desktop table th:first-of-type{width:170px}.AcademicsScheduleView-desktop table th:nth-of-type(2n),.AcademicsScheduleView-desktop table th:nth-of-type(3n){width:100px}.AcademicsScheduleView-desktop table th:nth-of-type(4n){width:60px}.AcademicsScheduleView-desktop table th:nth-of-type(5n){width:90px}.AcademicsScheduleView-desktop table th:nth-of-type(6n),.AcademicsScheduleView-desktop table th:nth-of-type(7n){width:80px}.AcademicsScheduleView-desktop table td{font-size:14px;line-height:1.29}}.DirectoryEmployeePromo{background:var(--white)}.DirectoryEmployeePromo,.DirectoryEmployeePromo-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.DirectoryEmployeePromo-content{padding:20px 30px}.text-left .DirectoryEmployeePromo-content{-ms-flex-align:start;align-items:flex-start}.text-center .DirectoryEmployeePromo-content{-ms-flex-align:center;align-items:center}.text-right .DirectoryEmployeePromo-content{-ms-flex-align:end;align-items:flex-end}.DirectoryEmployeePromo-media{position:relative}.image-bottom .DirectoryEmployeePromo-media{-ms-flex-order:3;order:3}.DirectoryEmployeePromo-media img{width:100%;max-height:210px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media only screen and (min-width:768px){.DirectoryEmployeePromo-media img{max-height:unset}}.DirectoryEmployeePromo-media .icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.DirectoryEmployeePromo-title{margin-bottom:10px}@media only screen and (min-width:768px){.DirectoryEmployeePromo-content{padding:30px}}.DirectoryEmployeePromoGrouping-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;max-width:800px;margin:0 auto 10px;text-transform:uppercase}@media only screen and (min-width:768px){.DirectoryEmployeePromoGrouping-title{margin-bottom:20px}}@media only screen and (min-width:1024px){.DirectoryEmployeePromoGrouping-title{line-height:1.44;letter-spacing:2px;text-align:center}}.PreviewPage .Page-body{padding:0}.PreviewPage .Page-main{background:#f4f3f2;min-height:100vh}.PreviewPage .Page-main>.GlobalForm:not(.FullWidthForm),.PreviewPage .Page-main>.PromoCardImageOnly,.PreviewPage .Page-main>.PromoCardImageOnlyLarge,.PreviewPage .Page-main>.PromoCardImageOnTop,.PreviewPage .Page-main>.PromoFlipCardIconQuote,.PreviewPage .Page-main>.PromoFlipCardImageButton,.PreviewPage .Page-main>.PromoFlipCardLogoButton{max-width:400px;margin-left:auto;margin-right:auto}.PreviewPage .Page-main>.PromoCardImageOnlyLarge,.PreviewPage .Page-main>.PromoCardImageOnTopLarge,.PreviewPage .Page-main>.PromoImageOnBottomLarge,.PreviewPage .Page-main>.PromoImageOnTopLarge{max-width:820px;margin:0 auto}.PreviewPage .Page-main>.ListPromoImageLarge,.PreviewPage .Page-main>.ListPromoImageMedium,.PreviewPage .Page-main>.ListPromoImageSmall,.PreviewPage .Page-main>.PromoImageLarge,.PreviewPage .Page-main>.PromoImageMedium,.PreviewPage .Page-main>.PromoImageSmall{max-width:800px;margin:0 auto}.PreviewPage .Page-main>.PromoCircularImageOnTop{margin:0 auto}.PreviewPage .Page-main>.ListPromoThumbnailImage,.PreviewPage .Page-main>.ListTagCloud{max-width:320px;margin-left:auto;margin-right:auto}.PreviewPage .Page-main>.PromoThumbnailImage{max-width:600px;margin-left:auto;margin-right:auto}.PreviewPage .Page-main .List.list-preview{padding-top:20px}.PreviewPage .Page-main .List.list-preview.List,.PreviewPage .Page-main .List.list-preview.ListAbstract,.PreviewPage .Page-main .List.list-preview.ListAccordion,.PreviewPage .Page-main .List.list-preview.ListAthleticEvent,.PreviewPage .Page-main .List.list-preview.ListCard,.PreviewPage .Page-main .List.list-preview.ListCardBackground,.PreviewPage .Page-main .List.list-preview.ListCardDescriptionOnLeft,.PreviewPage .Page-main .List.list-preview.ListCardImageOnly,.PreviewPage .Page-main .List.list-preview.ListCardImageOnSide,.PreviewPage .Page-main .List.list-preview.ListCardImageOnTop,.PreviewPage .Page-main .List.list-preview.ListCardLogoBottom,.PreviewPage .Page-main .List.list-preview.ListCardLogoTop,.PreviewPage .Page-main .List.list-preview.ListCardQuote,.PreviewPage .Page-main .List.list-preview.ListCardTextOnly,.PreviewPage .Page-main .List.list-preview.ListCarouselBoxedHeadline,.PreviewPage .Page-main .List.list-preview.ListCarouselQuoteFullWidth,.PreviewPage .Page-main .List.list-preview.ListEvents,.PreviewPage .Page-main .List.list-preview.ListHighlightA,.PreviewPage .Page-main .List.list-preview.ListIconOnSide,.PreviewPage .Page-main .List.list-preview.ListIconOnTopLarge,.PreviewPage .Page-main .List.list-preview.ListIconOnTopSmall,.PreviewPage .Page-main .List.list-preview.ListImageLarge,.PreviewPage .Page-main .List.list-preview.ListImageMedium,.PreviewPage .Page-main .List.list-preview.ListImageOnTopCircular,.PreviewPage .Page-main .List.list-preview.ListImageSmall,.PreviewPage .Page-main .List.list-preview.ListImageThumbnail,.PreviewPage .Page-main .List.list-preview.ListLinks,.PreviewPage .Page-main .List.list-preview.ListLogoOnly,.PreviewPage .Page-main .List.list-preview.ListMetrics,.PreviewPage .Page-main .List.list-preview.ListSchedule,.PreviewPage .Page-main .List.list-preview.ListSpeechPromo,.PreviewPage .Page-main .List.list-preview.ListTagCloud,.PreviewPage .Page-main .List.list-preview.ListUpcomingEvents,.PreviewPage .Page-main .List.list-preview.ListVerticalImage,.PreviewPage .Page-main .List.list-preview.SocialList{padding:0}.PreviewPage .Page-main .List.list-preview .List-items-item>.PromoFlipCardIconQuote,.PreviewPage .Page-main .List.list-preview .List-items-item>.PromoFlipCardImageButton,.PreviewPage .Page-main .List.list-preview .List-items-item>.PromoFlipCardLogoButton{max-width:400px;margin-left:auto;margin-right:auto}.PreviewPage .Page-main .List.list-preview.double-wide-foundation-promo-fullwidth .container,.PreviewPage .Page-main .List.list-preview.double-wide-foundation-promo-fullwidth .Footer-container,.PreviewPage .Page-main .List.list-preview.double-wide-foundation-promo-fullwidth .ListCarousel-items{max-width:100%}.PreviewPage .Page-main .List.list-preview.double-wide-foundation-promo-fullwidth .List-items-item{margin-left:0;margin-right:0}.PreviewPage .Page-main .List.list-preview.double-wide-foundation-promo-fullwidth .List{padding:0}.PreviewPage .Page-main .List.list-preview .BrandPage-description,.PreviewPage .Page-main .List.list-preview .ContainerAbstract .container-description,.PreviewPage .Page-main .List.list-preview .CountryPage-description,.PreviewPage .Page-main .List.list-preview .EventCategoryPage-description,.PreviewPage .Page-main .List.list-preview .list-description,.PreviewPage .Page-main .List.list-preview .ProductPage-description,.PreviewPage .Page-main .List.list-preview .SectionPage-description,.PreviewPage .Page-main .List.list-preview .TagPage-description,.PreviewPage .Page-main .List.list-preview .TaxonomyPage-description,.PreviewPage .Page-main .List.list-preview .TopicPage-description,.PreviewPage .Page-main .List.list-preview .VideoModule-description{font-size:14px;max-width:var(--maxPageWidth);margin:0 auto}.PreviewPage .Page-main .column-example{-ms-flex-align:center;align-items:center;min-height:300px;background:#eee;border:1px solid #e0e0e0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;height:300px;text-align:center;width:100%;font-size:2rem;color:#555}*{box-sizing:border-box;-moz-osx-font-smoothing:grayscale}*,body{-webkit-font-smoothing:antialiased}body{background:var(--pageBackgroundColor);-moz-osx-font-smoothing:auto;color:var(--primaryTextColor);padding:0}main{display:block}b,strong{font-weight:900}fieldset{margin:0;padding:0;border:0}figure{margin:0}img,video{max-width:100%;height:auto}p{font-size:var(--body-text);line-height:1.5}p .textStyleSpec-md,p .textStyleSpec-sm{font-size:1.6rem}p .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){p{line-height:1.67}}p h2,p h3,p h4,p h5,p h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.debug{font-size:0;display:none}
