/* ----------------------------------------------------------- */
/* == 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;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* 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: 2.5rem;
  right: 2.5rem;
  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: "";
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    pointer-events: none;
  }

  .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.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.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.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 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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;--breadcrumbBarDisplacementHeight:0px;--hatDisplacementHeight:0px;--headerDisplacementHeight:0px;--bannerDisplacementHeight:0px}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:#333;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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.Section .Header-customButton>a,.Section .List .List-paginationButton,.Section .ListAbstract .List-paginationButton,.Section .ListAccordion .List-paginationButton,.Section .ListAsideStacked .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{display:flex;flex-direction:row;align-items:center}.btn-carousel-wrapper{display:flex;align-items:center;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:flex;justify-content:space-between}dl dd{color:#0364ab}dt:after{content:": "}.displayName,.nowrap{word-wrap:unset;word-break:keep-all}.displayName{background:rgba(85,122,149,.17);display:flex;justify-content:center;font-size:18px;padding:30px 6px;text-transform:capitalize;width:100%}.flex,.flex-inline{border-bottom:1px solid hsla(0,0%,62.7%,.2);display:flex;flex-direction:row}.flex-inline>:last-child,.flex>:last-child{flex:0 0 calc(100% - 250px)}.flex-inline>*,.flex>*{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{flex:0}.flex-inline.thin>*,.flex.thin>*{min-width:100px}.flex-inline{display:inline-flex}.grid{display:grid;spacing:var(--gap);grid-template-columns:repeat(auto-fill,minmax(calc(140px + var(--gap)*2),1fr))}.textStyleSpec{display:inline-flex;width:100%;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}@media print{input[type=range]::-webkit-slider-runnable-track{box-shadow:none}}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}@media print{input[type=range]::-webkit-slider-thumb{box-shadow:none}}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}@media print{input[type=range]::-moz-range-track{box-shadow:none}}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}@media print{input[type=range]::-moz-range-thumb{box-shadow:none}}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;border:0 solid #000101;border-radius:0;box-shadow:.1px .1px 0 #000,0 0 .1px #0d0d0d}@media print{input[type=range]::-ms-fill-lower{box-shadow:none}}input[type=range]::-ms-fill-upper{background:#557a95;border:0 solid #000101;border-radius:0;box-shadow:.1px .1px 0 #000,0 0 .1px #0d0d0d}@media print{input[type=range]::-ms-fill-upper{box-shadow:none}}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}@media print{input[type=range]::-ms-thumb{box-shadow:none}}input[type=range]:focus::-ms-fill-lower{background:#557a95}input[type=range]:focus::-ms-fill-upper{background:#8aa7bc}.styleguide-tabs{display:flex;flex-direction:row;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{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,.DepartmentDirectoryPage-name .textStyleSpec-sm,.EmployeePage-name .textStyleSpec-sm,.EventPage-headline .textStyleSpec-sm,.ExperientialPage-info-title .textStyleSpec-sm,.ProgramContentPage-name .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,.DepartmentDirectoryPage-name .textStyleSpec-md,.EmployeePage-name .textStyleSpec-md,.EventPage-headline .textStyleSpec-md,.ExperientialPage-info-title .textStyleSpec-md,.ProgramContentPage-name .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,.DepartmentDirectoryPage-name .textStyleSpec-lg,.EmployeePage-name .textStyleSpec-lg,.EventPage-headline .textStyleSpec-lg,.ExperientialPage-info-title .textStyleSpec-lg,.ProgramContentPage-name .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,.BookPage-pageHeading .textStyleSpec-sm,.BrandPage-pageHeading .textStyleSpec-sm,.CoachPage-pageHeading .textStyleSpec-sm,.CountryPage-pageHeading .textStyleSpec-sm,.CourseContentPage-pageHeading .textStyleSpec-sm,.CreativeWorkPage-pageHeading .textStyleSpec-sm,.CreativeWorkPageAlternate-pageHeading .textStyleSpec-sm,.DepartmentDirectoryPage-pageHeading .textStyleSpec-sm,.DirectorySearchPage-pageHeading .textStyleSpec-sm,.DiscussionPage-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,.GlossaryPage-pageHeading .textStyleSpec-sm,.Homepage-pageHeading .textStyleSpec-sm,.HowToGuidePage-pageHeading .textStyleSpec-sm,.Page-pageHeading .textStyleSpec-sm,.page-title .textStyleSpec-sm,.PressRelease-pageHeading .textStyleSpec-sm,.ProductPage-pageHeading .textStyleSpec-sm,.ProgramContentPage-pageHeading .textStyleSpec-sm,.ReferencePage-pageHeading .textStyleSpec-sm,.SearchResultsPage-pageHeading .textStyleSpec-sm,.SectionPage-pageHeading .textStyleSpec-sm,.SupportDeskTopicPage-pageHeading .textStyleSpec-sm,.TagPage-pageHeading .textStyleSpec-sm,.TaxonomyPage-pageHeading .textStyleSpec-sm,.Topic-pageHeading .textStyleSpec-sm,.TopicPage-pageHeading .textStyleSpec-sm,.TutorialPage-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,.BookPage-pageHeading .textStyleSpec-md,.BrandPage-pageHeading .textStyleSpec-md,.CoachPage-pageHeading .textStyleSpec-md,.CountryPage-pageHeading .textStyleSpec-md,.CourseContentPage-pageHeading .textStyleSpec-md,.CreativeWorkPage-pageHeading .textStyleSpec-md,.CreativeWorkPageAlternate-pageHeading .textStyleSpec-md,.DepartmentDirectoryPage-pageHeading .textStyleSpec-md,.DirectorySearchPage-pageHeading .textStyleSpec-md,.DiscussionPage-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,.GlossaryPage-pageHeading .textStyleSpec-md,.Homepage-pageHeading .textStyleSpec-md,.HowToGuidePage-pageHeading .textStyleSpec-md,.Page-pageHeading .textStyleSpec-md,.page-title .textStyleSpec-md,.PressRelease-pageHeading .textStyleSpec-md,.ProductPage-pageHeading .textStyleSpec-md,.ProgramContentPage-pageHeading .textStyleSpec-md,.ReferencePage-pageHeading .textStyleSpec-md,.SearchResultsPage-pageHeading .textStyleSpec-md,.SectionPage-pageHeading .textStyleSpec-md,.SupportDeskTopicPage-pageHeading .textStyleSpec-md,.TagPage-pageHeading .textStyleSpec-md,.TaxonomyPage-pageHeading .textStyleSpec-md,.Topic-pageHeading .textStyleSpec-md,.TopicPage-pageHeading .textStyleSpec-md,.TutorialPage-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,.BookPage-pageHeading .textStyleSpec-lg,.BrandPage-pageHeading .textStyleSpec-lg,.CoachPage-pageHeading .textStyleSpec-lg,.CountryPage-pageHeading .textStyleSpec-lg,.CourseContentPage-pageHeading .textStyleSpec-lg,.CreativeWorkPage-pageHeading .textStyleSpec-lg,.CreativeWorkPageAlternate-pageHeading .textStyleSpec-lg,.DepartmentDirectoryPage-pageHeading .textStyleSpec-lg,.DirectorySearchPage-pageHeading .textStyleSpec-lg,.DiscussionPage-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,.GlossaryPage-pageHeading .textStyleSpec-lg,.Homepage-pageHeading .textStyleSpec-lg,.HowToGuidePage-pageHeading .textStyleSpec-lg,.Page-pageHeading .textStyleSpec-lg,.page-title .textStyleSpec-lg,.PressRelease-pageHeading .textStyleSpec-lg,.ProductPage-pageHeading .textStyleSpec-lg,.ProgramContentPage-pageHeading .textStyleSpec-lg,.ReferencePage-pageHeading .textStyleSpec-lg,.SearchResultsPage-pageHeading .textStyleSpec-lg,.SectionPage-pageHeading .textStyleSpec-lg,.SupportDeskTopicPage-pageHeading .textStyleSpec-lg,.TagPage-pageHeading .textStyleSpec-lg,.TaxonomyPage-pageHeading .textStyleSpec-lg,.Topic-pageHeading .textStyleSpec-lg,.TopicPage-pageHeading .textStyleSpec-lg,.TutorialPage-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,.DepartmentDirectoryPage-main-list-title .textStyleSpec-md,.DepartmentDirectoryPage-main-list-title .textStyleSpec-sm,.HTML5AudioPlayer-title .textStyleSpec-md,.HTML5AudioPlayer-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,.DepartmentDirectoryPage-main-list-title .textStyleSpec-lg,.HTML5AudioPlayer-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,.DepartmentDirectoryPage-address .textStyleSpec-md,.DepartmentDirectoryPage-address .textStyleSpec-sm,.DepartmentDirectoryPage-curriculumVitaeLink .textStyleSpec-md,.DepartmentDirectoryPage-curriculumVitaeLink .textStyleSpec-sm,.DepartmentDirectoryPage-email .textStyleSpec-md,.DepartmentDirectoryPage-email .textStyleSpec-sm,.DepartmentDirectoryPage-groups .textStyleSpec-md,.DepartmentDirectoryPage-groups .textStyleSpec-sm,.DepartmentDirectoryPage-jobTitle .textStyleSpec-md,.DepartmentDirectoryPage-jobTitle .textStyleSpec-sm,.DepartmentDirectoryPage-office .textStyleSpec-md,.DepartmentDirectoryPage-office .textStyleSpec-sm,.DepartmentDirectoryPage-phoneNumber .textStyleSpec-md,.DepartmentDirectoryPage-phoneNumber .textStyleSpec-sm,.DepartmentDirectoryPage-websiteLink .textStyleSpec-md,.DepartmentDirectoryPage-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,.ProgramContentPage-address .textStyleSpec-md,.ProgramContentPage-address .textStyleSpec-sm,.ProgramContentPage-curriculumVitaeLink .textStyleSpec-md,.ProgramContentPage-curriculumVitaeLink .textStyleSpec-sm,.ProgramContentPage-email .textStyleSpec-md,.ProgramContentPage-email .textStyleSpec-sm,.ProgramContentPage-groups .textStyleSpec-md,.ProgramContentPage-groups .textStyleSpec-sm,.ProgramContentPage-jobTitle .textStyleSpec-md,.ProgramContentPage-jobTitle .textStyleSpec-sm,.ProgramContentPage-phoneNumber .textStyleSpec-md,.ProgramContentPage-phoneNumber .textStyleSpec-sm,.ProgramContentPage-websiteLink .textStyleSpec-md,.ProgramContentPage-websiteLink .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,.DepartmentDirectoryPage-address .textStyleSpec-lg,.DepartmentDirectoryPage-curriculumVitaeLink .textStyleSpec-lg,.DepartmentDirectoryPage-email .textStyleSpec-lg,.DepartmentDirectoryPage-groups .textStyleSpec-lg,.DepartmentDirectoryPage-jobTitle .textStyleSpec-lg,.DepartmentDirectoryPage-office .textStyleSpec-lg,.DepartmentDirectoryPage-phoneNumber .textStyleSpec-lg,.DepartmentDirectoryPage-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,.ProgramContentPage-address .textStyleSpec-lg,.ProgramContentPage-curriculumVitaeLink .textStyleSpec-lg,.ProgramContentPage-email .textStyleSpec-lg,.ProgramContentPage-groups .textStyleSpec-lg,.ProgramContentPage-jobTitle .textStyleSpec-lg,.ProgramContentPage-phoneNumber .textStyleSpec-lg,.ProgramContentPage-websiteLink .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,.CapstoneHubList .List-paginationButton .textStyleSpec-lg,.CapstoneHubList .List-paginationButton .textStyleSpec-md,.CapstoneHubList .List-paginationButton .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,.GeographicMap .List-paginationButton .textStyleSpec-lg,.GeographicMap .List-paginationButton .textStyleSpec-md,.GeographicMap .List-paginationButton .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,.ListAsideStacked .List-paginationButton .textStyleSpec-lg,.ListAsideStacked .List-paginationButton .textStyleSpec-md,.ListAsideStacked .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,.1607843137254902);font-size:17px}.font-info-box span{font-weight:700}@media print{.font-info-box{box-shadow:none}}.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;-webkit-text-decoration:underline dotted;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%}::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:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-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{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;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:flex;visibility:hidden;flex-direction:column;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.85);opacity:0;-webkit-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:2.5rem;right:2.5rem;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}.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);pointer-events:none}.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)}}bsp-back-to-top{bottom:0;display:grid;grid-template-columns:minmax(0,1170px);justify-content:center;left:0;margin:0 auto;opacity:0;padding-bottom:40px;padding-left:20px;padding-right:20px;pointer-events:none;position:fixed;right:0;transition:opacity .2s ease;z-index:1}bsp-back-to-top[data-visible]{opacity:1}bsp-back-to-top button{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;align-items:center;background-color:#fff;border-radius:20px;border:1px solid var(--secondaryTextColor);color:var(--secondaryTextColor);cursor:pointer;display:flex;height:40px;margin-left:auto;padding:0 20px 0 15px;transition:box-shadow .1s ease}bsp-back-to-top button:hover{box-shadow:0 4px 4px 0 rgba(0,0,0,.15)}bsp-back-to-top button svg{margin-right:5px;width:24px;height:24px}bsp-back-to-top[data-visible] button{pointer-events:all}@media only screen and (min-width:768px){bsp-back-to-top{padding-left:40px;padding-right:40px}}@media only screen and (min-width:1440px){bsp-back-to-top{padding-left:100px;padding-right:100px}}.AuthorPage-paginationButton,.BrandPage-paginationButton,.btn,.CapstoneHubList .List-paginationButton,.CountryPage-paginationButton,.DirectorySearchPage-export-btn a,.EventCalendarDayPage-export-btn a,.EventCalendarMonthPage-export-btn a,.EventCategoryPage-paginationButton,.EventPage-addToCalendar .FavoriteButton,.Footer .RichTextModule-cta a,.GeographicMap .List-paginationButton,.Header-customButton>a,.List .List-paginationButton,.ListAbstract .List-paginationButton,.ListAccordion .List-paginationButton,.ListAsideStacked .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:inline-flex;align-items: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,.CapstoneHubList .List-paginationButton: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,.GeographicMap .List-paginationButton:hover,.Header-customButton>a:hover,.List .List-paginationButton:hover,.ListAbstract .List-paginationButton:hover,.ListAccordion .List-paginationButton:hover,.ListAsideStacked .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.btn-small,.BrandPage-paginationButton.btn-small,.btn.btn-small,.CapstoneHubList .List-paginationButton.btn-small,.CountryPage-paginationButton.btn-small,.DirectorySearchPage-export-btn a.btn-small,.EventCalendarDayPage-export-btn a.btn-small,.EventCalendarMonthPage-export-btn a.btn-small,.EventCategoryPage-paginationButton.btn-small,.EventPage-addToCalendar .FavoriteButton.btn-small,.Footer .RichTextModule-cta a.btn-small,.GeographicMap .List-paginationButton.btn-small,.Header-customButton>a.btn-small,.List .List-paginationButton.btn-small,.ListAbstract .List-paginationButton.btn-small,.ListAccordion .List-paginationButton.btn-small,.ListAsideStacked .List-paginationButton.btn-small,.ListAthleticEvent .List-paginationButton.btn-small,.ListCard .List-paginationButton.btn-small,.ListCardBackground .List-paginationButton.btn-small,.ListCardDescriptionOnLeft .List-paginationButton.btn-small,.ListCardImageOnly .List-paginationButton.btn-small,.ListCardImageOnSide .List-paginationButton.btn-small,.ListCardImageOnTop .List-paginationButton.btn-small,.ListCardLogoBottom .List-paginationButton.btn-small,.ListCardLogoTop .List-paginationButton.btn-small,.ListCardQuote .List-paginationButton.btn-small,.ListCardTextOnly .List-paginationButton.btn-small,.ListCarouselBoxedHeadline .List-paginationButton.btn-small,.ListCarouselQuoteFullWidth .List-paginationButton.btn-small,.ListEvents .List-paginationButton.btn-small,.ListHighlightA .List-paginationButton.btn-small,.ListIconOnSide .List-paginationButton.btn-small,.ListIconOnTopLarge .List-paginationButton.btn-small,.ListIconOnTopSmall .List-paginationButton.btn-small,.ListImageLarge .List-paginationButton.btn-small,.ListImageMedium .List-paginationButton.btn-small,.ListImageOnTopCircular .List-paginationButton.btn-small,.ListImageSmall .List-paginationButton.btn-small,.ListImageThumbnail .List-paginationButton.btn-small,.ListLinks .List-paginationButton.btn-small,.ListLogoOnly .List-paginationButton.btn-small,.ListMetrics .List-paginationButton.btn-small,.ListSchedule .List-paginationButton.btn-small,.ListSpeechPromo .List-paginationButton.btn-small,.ListTagCloud .List-paginationButton.btn-small,.ListUpcomingEvents .List-paginationButton.btn-small,.ListVerticalImage .List-paginationButton.btn-small,.ProductPage-paginationButton.btn-small,.SearchResultsPage-export-btn a.btn-small,.SectionPage-paginationButton.btn-small,.SocialList .List-paginationButton.btn-small,.TagPage-paginationButton.btn-small,.TaxonomyPage-paginationButton.btn-small,.TopicPage-paginationButton.btn-small{font-size:1.4rem;line-height:1.18;padding:10px 16px}.AuthorPage-paginationButton.btn-large,.BrandPage-paginationButton.btn-large,.btn.btn-large,.btn.DirectorySearchPage-export-btn a,.btn.EventCalendarDayPage-export-btn a,.btn.EventCalendarMonthPage-export-btn a,.btn.Footer .RichTextModule-cta a,.btn.SearchResultsPage-export-btn a,.CapstoneHubList .List-paginationButton.btn-large,.CountryPage-paginationButton.btn-large,.DirectorySearchPage-export-btn a.btn-large,.EventCalendarDayPage-export-btn a.btn-large,.EventCalendarMonthPage-export-btn a.btn-large,.EventCategoryPage-paginationButton.btn-large,.EventPage-addToCalendar .FavoriteButton.btn-large,.Footer .RichTextModule-cta a.btn-large,.GeographicMap .List-paginationButton.btn-large,.Header-customButton>a.btn-large,.List .List-paginationButton.btn-large,.ListAbstract .List-paginationButton.btn-large,.ListAccordion .List-paginationButton.btn-large,.ListAsideStacked .List-paginationButton.btn-large,.ListAthleticEvent .List-paginationButton.btn-large,.ListCard .List-paginationButton.btn-large,.ListCardBackground .List-paginationButton.btn-large,.ListCardDescriptionOnLeft .List-paginationButton.btn-large,.ListCardImageOnly .List-paginationButton.btn-large,.ListCardImageOnSide .List-paginationButton.btn-large,.ListCardImageOnTop .List-paginationButton.btn-large,.ListCardLogoBottom .List-paginationButton.btn-large,.ListCardLogoTop .List-paginationButton.btn-large,.ListCardQuote .List-paginationButton.btn-large,.ListCardTextOnly .List-paginationButton.btn-large,.ListCarouselBoxedHeadline .List-paginationButton.btn-large,.ListCarouselQuoteFullWidth .List-paginationButton.btn-large,.ListEvents .List-paginationButton.btn-large,.ListHighlightA .List-paginationButton.btn-large,.ListIconOnSide .List-paginationButton.btn-large,.ListIconOnTopLarge .List-paginationButton.btn-large,.ListIconOnTopSmall .List-paginationButton.btn-large,.ListImageLarge .List-paginationButton.btn-large,.ListImageMedium .List-paginationButton.btn-large,.ListImageOnTopCircular .List-paginationButton.btn-large,.ListImageSmall .List-paginationButton.btn-large,.ListImageThumbnail .List-paginationButton.btn-large,.ListLinks .List-paginationButton.btn-large,.ListLogoOnly .List-paginationButton.btn-large,.ListMetrics .List-paginationButton.btn-large,.ListSchedule .List-paginationButton.btn-large,.ListSpeechPromo .List-paginationButton.btn-large,.ListTagCloud .List-paginationButton.btn-large,.ListUpcomingEvents .List-paginationButton.btn-large,.ListVerticalImage .List-paginationButton.btn-large,.ProductPage-paginationButton.btn-large,.SearchResultsPage-export-btn a.btn-large,.SectionPage-paginationButton.btn-large,.SocialList .List-paginationButton.btn-large,.TagPage-paginationButton.btn-large,.TaxonomyPage-paginationButton.btn-large,.TopicPage-paginationButton.btn-large{font-size:2rem;padding:1.1em 2em}.AuthorPage-paginationButton.btn-large:hover,.BrandPage-paginationButton.btn-large:hover,.btn.btn-large:hover,.btn.DirectorySearchPage-export-btn a:hover,.btn.EventCalendarDayPage-export-btn a:hover,.btn.EventCalendarMonthPage-export-btn a:hover,.btn.Footer .RichTextModule-cta a:hover,.btn.SearchResultsPage-export-btn a:hover,.CapstoneHubList .List-paginationButton.btn-large:hover,.CountryPage-paginationButton.btn-large:hover,.DirectorySearchPage-export-btn a.btn-large:hover,.EventCalendarDayPage-export-btn a.btn-large:hover,.EventCalendarMonthPage-export-btn a.btn-large:hover,.EventCategoryPage-paginationButton.btn-large:hover,.EventPage-addToCalendar .FavoriteButton.btn-large:hover,.Footer .RichTextModule-cta a.btn-large:hover,.GeographicMap .List-paginationButton.btn-large:hover,.Header-customButton>a.btn-large:hover,.List .List-paginationButton.btn-large:hover,.ListAbstract .List-paginationButton.btn-large:hover,.ListAccordion .List-paginationButton.btn-large:hover,.ListAsideStacked .List-paginationButton.btn-large:hover,.ListAthleticEvent .List-paginationButton.btn-large:hover,.ListCard .List-paginationButton.btn-large:hover,.ListCardBackground .List-paginationButton.btn-large:hover,.ListCardDescriptionOnLeft .List-paginationButton.btn-large:hover,.ListCardImageOnly .List-paginationButton.btn-large:hover,.ListCardImageOnSide .List-paginationButton.btn-large:hover,.ListCardImageOnTop .List-paginationButton.btn-large:hover,.ListCardLogoBottom .List-paginationButton.btn-large:hover,.ListCardLogoTop .List-paginationButton.btn-large:hover,.ListCardQuote .List-paginationButton.btn-large:hover,.ListCardTextOnly .List-paginationButton.btn-large:hover,.ListCarouselBoxedHeadline .List-paginationButton.btn-large:hover,.ListCarouselQuoteFullWidth .List-paginationButton.btn-large:hover,.ListEvents .List-paginationButton.btn-large:hover,.ListHighlightA .List-paginationButton.btn-large:hover,.ListIconOnSide .List-paginationButton.btn-large:hover,.ListIconOnTopLarge .List-paginationButton.btn-large:hover,.ListIconOnTopSmall .List-paginationButton.btn-large:hover,.ListImageLarge .List-paginationButton.btn-large:hover,.ListImageMedium .List-paginationButton.btn-large:hover,.ListImageOnTopCircular .List-paginationButton.btn-large:hover,.ListImageSmall .List-paginationButton.btn-large:hover,.ListImageThumbnail .List-paginationButton.btn-large:hover,.ListLinks .List-paginationButton.btn-large:hover,.ListLogoOnly .List-paginationButton.btn-large:hover,.ListMetrics .List-paginationButton.btn-large:hover,.ListSchedule .List-paginationButton.btn-large:hover,.ListSpeechPromo .List-paginationButton.btn-large:hover,.ListTagCloud .List-paginationButton.btn-large:hover,.ListUpcomingEvents .List-paginationButton.btn-large:hover,.ListVerticalImage .List-paginationButton.btn-large:hover,.ProductPage-paginationButton.btn-large:hover,.SearchResultsPage-export-btn a.btn-large:hover,.SectionPage-paginationButton.btn-large:hover,.SocialList .List-paginationButton.btn-large:hover,.TagPage-paginationButton.btn-large:hover,.TaxonomyPage-paginationButton.btn-large:hover,.TopicPage-paginationButton.btn-large:hover{transform:scale(1.06)}.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)}.btn-pagination,.CapstoneHubList .List-paginationButton,.GeographicMap .List-paginationButton,.List .List-paginationButton,.ListAbstract .List-paginationButton,.ListAccordion .List-paginationButton,.ListAsideStacked .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:inline-flex;background-color:#fff;color:var(--secondaryTextColor);border-color:var(--mediumGrey);font-weight:700}.btn-pagination:hover,.CapstoneHubList .List-paginationButton:hover,.GeographicMap .List-paginationButton:hover,.List .List-paginationButton:hover,.ListAbstract .List-paginationButton:hover,.ListAccordion .List-paginationButton:hover,.ListAsideStacked .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,.CapstoneHubList .List-paginationButton svg,.GeographicMap .List-paginationButton svg,.List .List-paginationButton svg,.ListAbstract .List-paginationButton svg,.ListAccordion .List-paginationButton svg,.ListAsideStacked .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{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,.PrimaryNavigationItem-more button,.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:flex;align-items: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(90deg)}.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}.ButtonVideoLede{font-size:1.8rem;min-width:170px;height:3.7rem}@media only screen and (min-width:768px){.ButtonVideoLede{font-size:2.4rem;height:4.8rem;min-width:220px}}@media only screen and (min-width:1440px){.ButtonVideoLede{border-radius:8px}}.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:flex;justify-content:flex-start;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:grid;grid-template-columns:repeat(12,1fr);padding:40px 20px;margin:0 auto;grid-gap:20px/2}@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{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{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{grid-column:span 12}.container .col-11,.Footer-container .col-11,.ListCarousel-items .col-11{grid-column:span 11}.container .col-10,.Footer-container .col-10,.ListCarousel-items .col-10{grid-column:span 10}.container .col-9,.Footer-container .col-9,.ListCarousel-items .col-9{grid-column:span 9}.container .col-8,.Footer-container .col-8,.ListCarousel-items .col-8{grid-column:span 8}.container .col-7,.Footer-container .col-7,.ListCarousel-items .col-7{grid-column:span 7}.container .col-6,.Footer-container .col-6,.ListCarousel-items .col-6{grid-column:span 6}.container .col-5,.Footer-container .col-5,.ListCarousel-items .col-5{grid-column:span 5}.container .col-4,.Footer-container .col-4,.ListCarousel-items .col-4{grid-column:span 4}.container .col-3,.Footer-container .col-3,.ListCarousel-items .col-3{grid-column:span 3}.container .col-2,.Footer-container .col-2,.ListCarousel-items .col-2{grid-column:span 2}.container .col-1,.Footer-container .col-1,.ListCarousel-items .col-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:#141414}.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:#141414;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('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgdmlld0JveD0iMCAwIDgwIDgwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iNDAiIGZpbGw9IiMyMDIwMjAiIG9wYWNpdHk9Ii40Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNNDAgNzYuOGMyMC4zMjQgMCAzNi44LTE2LjQ3NiAzNi44LTM2LjhDNzYuOCAxOS42NzYgNjAuMzI0IDMuMiA0MCAzLjIgMTkuNjc2IDMuMiAzLjIgMTkuNjc2IDMuMiA0MGMwIDIwLjMyNCAxNi40NzYgMzYuOCAzNi44IDM2Ljh6bTAgMy4yQzE3LjkwOSA4MCAwIDYyLjA5MSAwIDQwUzE3LjkwOSAwIDQwIDBzNDAgMTcuOTA5IDQwIDQwLTE3LjkwOSA0MC00MCA0MHoiLz4KICAgICAgICA8cGF0aCBmaWxsPSIjRkZGIiBkPSJNNTUuNjA4IDQwLjcwM2wtMjIuNjUzIDE2LjczYy0uMjYxLjE5Ny0uNDg2LjIyLS42NzQuMDY4LS4xODctLjE1LS4yODEtLjQyMy0uMjgxLS44MTZ2LTMzLjM3YzAtLjM5My4wOTQtLjY2NS4yODEtLjgxNi4xODgtLjE1Mi40MTMtLjEyOS42NzQuMDY4bDIyLjY1MyAxNi43M2MuMjYxLjE5Ny4zOTIuNDMxLjM5Mi43MDMgMCAuMjcyLS4xMy41MDYtLjM5Mi43MDN6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');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:#141414;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::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('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg0OHY0OEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGZpbGw9IiMwMDU3YjgiIGQ9Ik0yNCA0QzEyLjk2IDQgNCAxMi45NSA0IDI0czguOTYgMjAgMjAgMjAgMjAtOC45NSAyMC0yMFMzNS4wNCA0IDI0IDR6bTIgMzBoLTR2LTRoNHY0em0wLThoLTRWMTRoNHYxMnoiLz48L3N2Zz4K')}.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{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('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzAwNTdiOCIgaWQ9IkNvcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOTYuMDAwMDAwLCAtMzM4LjAwMDAwMCkiPjxnIGlkPSJyYWRpby1idXR0b24tb2ZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTYuMDAwMDAwLCAzMzguMDAwMDAwKSI+PHBhdGggZD0iTTEwLDAgQzQuNSwwIDAsNC41IDAsMTAgQzAsMTUuNSA0LjUsMjAgMTAsMjAgQzE1LjUsMjAgMjAsMTUuNSAyMCwxMCBDMjAsNC41IDE1LjUsMCAxMCwwIEwxMCwwIFogTTEwLDE4IEM1LjYsMTggMiwxNC40IDIsMTAgQzIsNS42IDUuNiwyIDEwLDIgQzE0LjQsMiAxOCw1LjYgMTgsMTAgQzE4LDE0LjQgMTQuNCwxOCAxMCwxOCBMMTAsMTggWiIgaWQ9IlNoYXBlIi8+PC9nPjwvZz48L2c+PC9zdmc+Cg==')}.checkbox-group .radio:checked~.radio-label:before,.radio-group .radio:checked~.radio-label:before{background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzAwNTdiOCIgaWQ9IkNvcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzguMDAwMDAwLCAtMzM4LjAwMDAwMCkiPjxnIGlkPSJyYWRpby1idXR0b24tb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzOC4wMDAwMDAsIDMzOC4wMDAwMDApIj48cGF0aCBkPSJNMTAsNSBDNy4yLDUgNSw3LjIgNSwxMCBDNSwxMi44IDcuMiwxNSAxMCwxNSBDMTIuOCwxNSAxNSwxMi44IDE1LDEwIEMxNSw3LjIgMTIuOCw1IDEwLDUgTDEwLDUgWiBNMTAsMCBDNC41LDAgMCw0LjUgMCwxMCBDMCwxNS41IDQuNSwyMCAxMCwyMCBDMTUuNSwyMCAyMCwxNS41IDIwLDEwIEMyMCw0LjUgMTUuNSwwIDEwLDAgTDEwLDAgWiBNMTAsMTggQzUuNiwxOCAyLDE0LjQgMiwxMCBDMiw1LjYgNS42LDIgMTAsMiBDMTQuNCwyIDE4LDUuNiAxOCwxMCBDMTgsMTQuNCAxNC40LDE4IDEwLDE4IEwxMCwxOCBaIiBpZD0iU2hhcGUiLz48L2c+PC9nPjwvZz48L3N2Zz4K')}.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:flex;flex-direction:row;align-items:center}.input-stroke{border-color:var(--colorBeige2)}.input-transparent{background-color:hsla(0,0%,100%,.1);color:var(--white)}.input-transparent::placeholder{opacity:.4;color:inherit}.input-transparent.dark{background-color:rgba(0,0,0,.1);color:var(--primaryTextColor)}.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-label[data-version=V3]{display:none}.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{grid-column:span 12}.list.list-5{grid-template-columns:repeat(10,1fr)}.list.list-5>div{grid-column:span 5}@media only screen and (min-width:768px){.list.list-1>div{grid-column:span 12}.list.list-2>div,.list.list-3>div,.list.list-4>div,.list.list-6>div,.list.list-12>div{grid-column:span 6}.list.list-stack .stack-item{grid-column:span 4}.list.list-stack .stack-item.stack-0{grid-column:span 12}.list.list-stack .stack-item.stack-1,.list.list-stack .stack-item.stack-2{grid-column:span 6}.list.list-5>div{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{grid-column:span 4}}@media only screen and (min-width:1440px){.list.list-4>div{grid-column:span 3}.list.list-6>div{grid-column:span 2}.list.list-12>div{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}.ModuleHeader{--primaryTextColor:var(--moduleHeaderTextColor);--secondaryTextColor:var(--moduleHeaderTextColor);--moduleHeaderTextAlignment:center;max-width:1170px;width:100%;margin:auto auto 20px;color:var(--moduleHeaderTextColor)}.ModuleHeader:empty{display:none}.ModuleHeader[data-align=left]{margin-left:0}.ModuleHeader[data-align=right]{margin-right:0}.ModuleHeader-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase;color:var(--moduleHeaderTextColor,var(--primaryTitleColor,var(--primaryTextColor)))}.ModuleHeader-title .textStyleSpec-md,.ModuleHeader-title .textStyleSpec-sm{font-size:1.4rem}.ModuleHeader-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.ModuleHeader-title{line-height:1.44;letter-spacing:2px}}.ModuleHeader-anchorLink,.ModuleHeader-title a,.ModuleHeader-title a:hover{color:inherit}.ModuleHeader-anchorLink:before{content:"\0023";margin-right:.5ch;color:var(--borderColor)}.ModuleHeader-anchorLink:hover{color:inherit}.ModuleHeader-anchorLink:hover:before{color:var(--primaryColor)}[data-has-module-text-color] .ModuleHeader-title{color:var(--primaryTextColor)}.ModuleHeader-divider{display:none;width:40px;height:4px;margin:10px auto;background-color:var(--primaryColor)}[data-modulewell=aside] .ModuleHeader-divider,[data-modulewell=narrow] .ModuleHeader-divider,[data-modulewell=standard] .ModuleHeader-divider{display:block}[data-rounded-corners=true] .ModuleHeader-divider{border-radius:2px}.ModuleHeader[data-align=left] .ModuleHeader-divider{margin-left:0}.ModuleHeader[data-align=right] .ModuleHeader-divider{margin-right:0}.ModuleHeader[data-has-divider] .ModuleHeader-description,[data-modulewell=aside] .ModuleHeader-description,[data-modulewell=narrow] .ModuleHeader-description,[data-modulewell=standard] .ModuleHeader-description{display:block}.ModuleHeader-description{color:var(--secondaryTextColor);font-size:var(--list-description);font-weight:300;line-height:1.33;margin-top:10px}.ModuleHeader-description .textStyleSpec-md,.ModuleHeader-description .textStyleSpec-sm{font-size:1.8rem}.ModuleHeader-description .textStyleSpec-lg{font-size:2.2rem}.ModuleHeader-description p{margin-top:0;margin-bottom:0}@media only screen and (min-width:1024px){.ModuleHeader-description{line-height:1.36}}.ModuleHeader-description a:hover{text-decoration:underline}.ModuleHeader[data-has-divider] .ModuleHeader-description,[data-modulewell=aside] .ModuleHeader-description,[data-modulewell=narrow] .ModuleHeader-description,[data-modulewell=standard] .ModuleHeader-description{margin-top:0}.ModuleHeader-description,.ModuleHeader-title{text-align:var(--moduleHeaderTextAlignment);max-width:var(--containerNarrowWidth);margin-left:auto;margin-right:auto}[data-align=left] .ModuleHeader-description,[data-align=left] .ModuleHeader-title{margin-left:0}[data-align=right] .ModuleHeader-description,[data-align=right] .ModuleHeader-title{margin-right:0}[data-align=center] .ModuleHeader-description,[data-align=center] .ModuleHeader-title{margin-left:auto;margin-right:auto}@media only screen and (min-width:1024px){.ModuleHeader{margin-bottom:40px}[data-modulewell=aside] .ModuleHeader,[data-modulewell=narrow] .ModuleHeader,[data-modulewell=standard] .ModuleHeader{margin-bottom:20px}.ModuleHeader-description{margin-top:20px}}.CourseContentPage-navWrapper,.NavBanner-navWrapper,.ProgramContentPage-navWrapper{background-color:var(--courseAccentColor)}.CourseContentPage-navWrapper-content,.NavBanner-navWrapper-content,.ProgramContentPage-navWrapper-content{align-content:space-evenly;color:var(--courseAccentTextColor);display:flex;flex-wrap:wrap;font-size:10px;font-weight:400;letter-spacing:normal;line-height:1.5;max-width:var(--maxPageWidth);margin:0 auto;padding:10px 20px}.CourseContentPage-navWrapper-content-span,.NavBanner-navWrapper-content-span,.ProgramContentPage-navWrapper-content-span{font-weight:700;padding-right:3px}.CourseContentPage-navWrapper-content a,.NavBanner-navWrapper-content a,.ProgramContentPage-navWrapper-content a{color:var(--courseAccentTextColor)}.CourseContentPage-navWrapper-content a:hover,.NavBanner-navWrapper-content a:hover,.ProgramContentPage-navWrapper-content a:hover{color:var(--courseAccentTextColor);text-decoration:underline}.CourseContentPage-navWrapper-content span,.NavBanner-navWrapper-content span,.ProgramContentPage-navWrapper-content span{padding:0 3px}@media only screen and (min-width:768px){.CourseContentPage-navWrapper-content,.NavBanner-navWrapper-content,.ProgramContentPage-navWrapper-content{padding:10px 50px;font-size:12px;line-height:2.5}}.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/00000173-da06-d043-a7ff-dece7d790000/813e5f10f182acb3b5fb.4c285e512f5073cfff9f25b6e9647884.woff2') format("woff2"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/c9369bb9ad71d63a7ee6.141d06c6593beddc324e26c7b121a88b.woff') format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/2aedb8c4b137f6decd01.e8c03e2c1a367a0dddc55d302a815597.woff2') format("woff2"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/ebe3d3ab08653f0b1481.d2c48f71ad584bfb0a637e03d329897f.woff') format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/d2e8bf8ba08fa4c20e50.cb9ca2be51a85b39bf4f084ae789d982.woff2') format("woff2"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/9bb386e798b4e025cd1d.239d8d282f3b3250c6d74a4353ad7821.woff') format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/defb86f657029af32170.5db9402137ffcff593f80b17e2a5df6f.woff2') format("woff2"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/59a8fd4391f2651604dd.861ae0ec5aecf4783d1136f9cf9d8a1f.woff') format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/71bf254d6cec27f46679.d134676d80eade6d084078e9d856cd0f.woff2') format("woff2"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/9ef7ed4516bc4a206288.4b6b5cc8473dac9cedb213e8606cfa2e.woff') format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:HCo Ringside Narrow SSm;src:url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/9b097f5dfc06d5a9d081.3cb6c9892931968e800b2db0943872f8.woff2') format("woff2"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/1b65e07d1c1f797d415b.b03b4b696074d2d5ca722b84869c180e.woff') format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Noto Mono;src:url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/3d537aed13c8e879fe0f.80f62734048828d761258ef81e1b63e2.eot'),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/3d537aed13c8e879fe0f.80f62734048828d761258ef81e1b63e2.eot?#iefix') format("embedded-opentype"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/a837eb37eb7b3903f369.48abbdecae5b366c69e7443dd2c7622e.woff') format("woff"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/d77156c2440d71e07264.c372a732b5f3859978f75e977490695a.ttf') format("truetype"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/0fa8be70fcff3609eec7.c928264936584680497d06f2ac67e1c3.svg#noto_monoregular') format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Public Sans;src:url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/9842432cfc3eb4960d55.bf624c0b878cc668d3856bfbd8e42667.woff2'),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/9842432cfc3eb4960d55.bf624c0b878cc668d3856bfbd8e42667.woff2') format("woff2"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/2903b9e7b515b7b6a513.010b1d45b07c7661d1dbc12535306a03.woff') format("woff"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/c61ca0fb18ee73f97d4a.baa89ef0951f247c45d01f6f524e6846.ttf') format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Public Sans;src:url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/baeeedb8707deb81894d.528fb781541c568a6d58df8d42115bd9.woff2'),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/baeeedb8707deb81894d.528fb781541c568a6d58df8d42115bd9.woff2') format("woff2"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/a487fa58e47b7b4863a8.603958e342232f9a48540f1931fff26f.woff') format("woff"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/d04e0e4d3333c1eafda8.48261616d28544eb98074ef2184c459c.ttf') format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Public Sans;src:url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/0c83d7f4cea563d86ca4.29e16ca342e2e6eb3f016b2bc54d545f.woff2'),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/0c83d7f4cea563d86ca4.29e16ca342e2e6eb3f016b2bc54d545f.woff2') format("woff2"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/48d88add6e76ff8e869c.cd5868fc8da505796280e0ccd06db522.woff') format("woff"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/149edfbb139e0c8f27b8.2fc2d935407a03f84e1d2c9081f75b30.ttf') format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Public Sans;src:url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/5e25c2423997f980f172.7ef68f5663919b7f161f486cf49b5404.woff2'),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/5e25c2423997f980f172.7ef68f5663919b7f161f486cf49b5404.woff2') format("woff2"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/a7384677213a128b7e58.f85ee124b191d9786f57a3572723bcf3.woff') format("woff"),url('../../../resource/00000173-da06-d043-a7ff-dece7d790000/0067173a06d63530a676.d0c2eb8cb33324449731e62e24bb3c13.ttf') format("truetype");font-weight:700;font-style:italic;font-display:swap}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,.DepartmentDirectoryPage-name,.EmployeePage-name,.EventPage-headline,.ExperientialPage-info-title,.ProgramContentPage-name,.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,.DepartmentDirectoryPage-name,.EmployeePage-name,.EventPage-headline,.ExperientialPage-info-title,.ProgramContentPage-name,.VideoLead-headline{line-height:1.25}}.ArticlePage-pageHeading,.AthletePage-pageHeading,.AuthorPage-pageHeading,.BlogPage-pageHeading,.BlogPostPage-pageHeading,.BookPage-pageHeading,.BrandPage-pageHeading,.CoachPage-pageHeading,.CountryPage-pageHeading,.CourseContentPage-pageHeading,.CreativeWorkPage-pageHeading,.CreativeWorkPageAlternate-pageHeading,.DepartmentDirectoryPage-pageHeading,.DirectorySearchPage-pageHeading,.DiscussionPage-pageHeading,.EmployeePage-pageHeading,.EventCalendarDayPage-pageHeading,.EventCalendarMonthPage-pageHeading,.EventCategoryPage-pageHeading,.EventPage-pageHeading,.ExperientialPage-pageHeading,.GalleryPage-pageHeading,.GlossaryPage-pageHeading,.Homepage-pageHeading,.HowToGuidePage-pageHeading,.Page-pageHeading,.page-title,.PressRelease-pageHeading,.ProductPage-pageHeading,.ProgramContentPage-pageHeading,.ReferencePage-pageHeading,.SearchResultsPage-pageHeading,.SectionPage-pageHeading,.SupportDeskTopicPage-pageHeading,.TagPage-pageHeading,.TaxonomyPage-pageHeading,.Topic-pageHeading,.TopicPage-pageHeading,.TutorialPage-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,.BookPage-pageHeading,.BrandPage-pageHeading,.CoachPage-pageHeading,.CountryPage-pageHeading,.CourseContentPage-pageHeading,.CreativeWorkPage-pageHeading,.CreativeWorkPageAlternate-pageHeading,.DepartmentDirectoryPage-pageHeading,.DirectorySearchPage-pageHeading,.DiscussionPage-pageHeading,.EmployeePage-pageHeading,.EventCalendarDayPage-pageHeading,.EventCalendarMonthPage-pageHeading,.EventCategoryPage-pageHeading,.EventPage-pageHeading,.ExperientialPage-pageHeading,.GalleryPage-pageHeading,.GlossaryPage-pageHeading,.Homepage-pageHeading,.HowToGuidePage-pageHeading,.Page-pageHeading,.page-title,.PressRelease-pageHeading,.ProductPage-pageHeading,.ProgramContentPage-pageHeading,.ReferencePage-pageHeading,.SearchResultsPage-pageHeading,.SectionPage-pageHeading,.SupportDeskTopicPage-pageHeading,.TagPage-pageHeading,.TaxonomyPage-pageHeading,.Topic-pageHeading,.TopicPage-pageHeading,.TutorialPage-pageHeading,.VideoPage-pageHeading{letter-spacing:4px}}@media only screen and (min-width:1024px){.ArticlePage-pageHeading,.AthletePage-pageHeading,.AuthorPage-pageHeading,.BlogPage-pageHeading,.BlogPostPage-pageHeading,.BookPage-pageHeading,.BrandPage-pageHeading,.CoachPage-pageHeading,.CountryPage-pageHeading,.CourseContentPage-pageHeading,.CreativeWorkPage-pageHeading,.CreativeWorkPageAlternate-pageHeading,.DepartmentDirectoryPage-pageHeading,.DirectorySearchPage-pageHeading,.DiscussionPage-pageHeading,.EmployeePage-pageHeading,.EventCalendarDayPage-pageHeading,.EventCalendarMonthPage-pageHeading,.EventCategoryPage-pageHeading,.EventPage-pageHeading,.ExperientialPage-pageHeading,.GalleryPage-pageHeading,.GlossaryPage-pageHeading,.Homepage-pageHeading,.HowToGuidePage-pageHeading,.Page-pageHeading,.page-title,.PressRelease-pageHeading,.ProductPage-pageHeading,.ProgramContentPage-pageHeading,.ReferencePage-pageHeading,.SearchResultsPage-pageHeading,.SectionPage-pageHeading,.SupportDeskTopicPage-pageHeading,.TagPage-pageHeading,.TaxonomyPage-pageHeading,.Topic-pageHeading,.TopicPage-pageHeading,.TutorialPage-pageHeading,.VideoPage-pageHeading{letter-spacing:5px}}.ArticlePage-pageSubHeading,.AthletePage-pageSubHeading,.AuthorPage-pageSubHeading,.BlogPage-pageSubHeading,.BlogPostPage-pageSubHeading,.BookPage-pageSubHeading,.BrandPage-pageSubHeading,.CoachPage-pageSubHeading,.CountryPage-pageSubHeading,.CourseContentPage-pageSubHeading,.CreativeWorkPage-pageSubHeading,.CreativeWorkPageAlternate-pageSubHeading,.DepartmentDirectoryPage-pageSubHeading,.DirectorySearchPage-pageSubHeading,.DiscussionPage-pageSubHeading,.EmployeePage-pageSubHeading,.EventCalendarDayPage-pageSubHeading,.EventCalendarMonthPage-pageSubHeading,.EventCategoryPage-pageSubHeading,.EventPage-pageSubHeading,.ExperientialPage-pageSubHeading,.GalleryPage-pageSubHeading,.GlossaryPage-pageSubHeading,.Homepage-pageSubHeading,.HowToGuidePage-pageSubHeading,.Page-pageSubHeading,.page-subtitle,.PressRelease-pageSubHeading,.ProductPage-pageSubHeading,.ProgramContentPage-pageSubHeading,.ReferencePage-pageSubHeading,.SearchResultsPage-pageSubHeading,.SectionPage-pageSubHeading,.SupportDeskTopicPage-pageSubHeading,.TagPage-pageSubHeading,.TaxonomyPage-pageSubHeading,.Topic-pageSubHeading,.TopicPage-pageSubHeading,.TutorialPage-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,.BookPage-pageSubHeading,.BrandPage-pageSubHeading,.CoachPage-pageSubHeading,.CountryPage-pageSubHeading,.CourseContentPage-pageSubHeading,.CreativeWorkPage-pageSubHeading,.CreativeWorkPageAlternate-pageSubHeading,.DepartmentDirectoryPage-pageSubHeading,.DirectorySearchPage-pageSubHeading,.DiscussionPage-pageSubHeading,.EmployeePage-pageSubHeading,.EventCalendarDayPage-pageSubHeading,.EventCalendarMonthPage-pageSubHeading,.EventCategoryPage-pageSubHeading,.EventPage-pageSubHeading,.ExperientialPage-pageSubHeading,.GalleryPage-pageSubHeading,.GlossaryPage-pageSubHeading,.Homepage-pageSubHeading,.HowToGuidePage-pageSubHeading,.Page-pageSubHeading,.page-subtitle,.PressRelease-pageSubHeading,.ProductPage-pageSubHeading,.ProgramContentPage-pageSubHeading,.ReferencePage-pageSubHeading,.SearchResultsPage-pageSubHeading,.SectionPage-pageSubHeading,.SupportDeskTopicPage-pageSubHeading,.TagPage-pageSubHeading,.TaxonomyPage-pageSubHeading,.Topic-pageSubHeading,.TopicPage-pageSubHeading,.TutorialPage-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,.DepartmentDirectoryPage-main-list-title,.HTML5AudioPlayer-title,.list-title,.VideoModule-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase}@media only screen and (min-width:1024px){.ContainerAbstract .container-title,.DepartmentDirectoryPage-main-list-title,.HTML5AudioPlayer-title,.list-title,.VideoModule-title{line-height:1.44;letter-spacing:2px}}.ContainerAbstract .container-title a,.ContainerAbstract .container-title a:hover,.DepartmentDirectoryPage-main-list-title a,.DepartmentDirectoryPage-main-list-title a:hover,.HTML5AudioPlayer-title a,.HTML5AudioPlayer-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,.DepartmentDirectoryPage-address,.DepartmentDirectoryPage-address p,.DepartmentDirectoryPage-curriculumVitaeLink,.DepartmentDirectoryPage-curriculumVitaeLink p,.DepartmentDirectoryPage-email,.DepartmentDirectoryPage-email p,.DepartmentDirectoryPage-groups,.DepartmentDirectoryPage-groups p,.DepartmentDirectoryPage-jobTitle,.DepartmentDirectoryPage-jobTitle p,.DepartmentDirectoryPage-office,.DepartmentDirectoryPage-office p,.DepartmentDirectoryPage-phoneNumber,.DepartmentDirectoryPage-phoneNumber p,.DepartmentDirectoryPage-websiteLink,.DepartmentDirectoryPage-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,.ProgramContentPage-address,.ProgramContentPage-address p,.ProgramContentPage-curriculumVitaeLink,.ProgramContentPage-curriculumVitaeLink p,.ProgramContentPage-email,.ProgramContentPage-email p,.ProgramContentPage-groups,.ProgramContentPage-groups p,.ProgramContentPage-jobTitle,.ProgramContentPage-jobTitle p,.ProgramContentPage-phoneNumber,.ProgramContentPage-phoneNumber p,.ProgramContentPage-websiteLink,.ProgramContentPage-websiteLink 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,.DepartmentDirectoryPage-address p,.DepartmentDirectoryPage-address p p,.DepartmentDirectoryPage-curriculumVitaeLink p,.DepartmentDirectoryPage-curriculumVitaeLink p p,.DepartmentDirectoryPage-email p,.DepartmentDirectoryPage-email p p,.DepartmentDirectoryPage-groups p,.DepartmentDirectoryPage-groups p p,.DepartmentDirectoryPage-jobTitle p,.DepartmentDirectoryPage-jobTitle p p,.DepartmentDirectoryPage-office p,.DepartmentDirectoryPage-office p p,.DepartmentDirectoryPage-phoneNumber p,.DepartmentDirectoryPage-phoneNumber p p,.DepartmentDirectoryPage-websiteLink p,.DepartmentDirectoryPage-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,.ProgramContentPage-address p,.ProgramContentPage-address p p,.ProgramContentPage-curriculumVitaeLink p,.ProgramContentPage-curriculumVitaeLink p p,.ProgramContentPage-email p,.ProgramContentPage-email p p,.ProgramContentPage-groups p,.ProgramContentPage-groups p p,.ProgramContentPage-jobTitle p,.ProgramContentPage-jobTitle p p,.ProgramContentPage-phoneNumber p,.ProgramContentPage-phoneNumber p p,.ProgramContentPage-websiteLink p,.ProgramContentPage-websiteLink 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,.DepartmentDirectoryPage-address a:hover,.DepartmentDirectoryPage-address p a:hover,.DepartmentDirectoryPage-curriculumVitaeLink a:hover,.DepartmentDirectoryPage-curriculumVitaeLink p a:hover,.DepartmentDirectoryPage-email a:hover,.DepartmentDirectoryPage-email p a:hover,.DepartmentDirectoryPage-groups a:hover,.DepartmentDirectoryPage-groups p a:hover,.DepartmentDirectoryPage-jobTitle a:hover,.DepartmentDirectoryPage-jobTitle p a:hover,.DepartmentDirectoryPage-office a:hover,.DepartmentDirectoryPage-office p a:hover,.DepartmentDirectoryPage-phoneNumber a:hover,.DepartmentDirectoryPage-phoneNumber p a:hover,.DepartmentDirectoryPage-websiteLink a:hover,.DepartmentDirectoryPage-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,.ProgramContentPage-address a:hover,.ProgramContentPage-address p a:hover,.ProgramContentPage-curriculumVitaeLink a:hover,.ProgramContentPage-curriculumVitaeLink p a:hover,.ProgramContentPage-email a:hover,.ProgramContentPage-email p a:hover,.ProgramContentPage-groups a:hover,.ProgramContentPage-groups p a:hover,.ProgramContentPage-jobTitle a:hover,.ProgramContentPage-jobTitle p a:hover,.ProgramContentPage-phoneNumber a:hover,.ProgramContentPage-phoneNumber p a:hover,.ProgramContentPage-websiteLink a:hover,.ProgramContentPage-websiteLink 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,.DepartmentDirectoryPage-address,.DepartmentDirectoryPage-address p,.DepartmentDirectoryPage-curriculumVitaeLink,.DepartmentDirectoryPage-curriculumVitaeLink p,.DepartmentDirectoryPage-email,.DepartmentDirectoryPage-email p,.DepartmentDirectoryPage-groups,.DepartmentDirectoryPage-groups p,.DepartmentDirectoryPage-jobTitle,.DepartmentDirectoryPage-jobTitle p,.DepartmentDirectoryPage-office,.DepartmentDirectoryPage-office p,.DepartmentDirectoryPage-phoneNumber,.DepartmentDirectoryPage-phoneNumber p,.DepartmentDirectoryPage-websiteLink,.DepartmentDirectoryPage-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,.ProgramContentPage-address,.ProgramContentPage-address p,.ProgramContentPage-curriculumVitaeLink,.ProgramContentPage-curriculumVitaeLink p,.ProgramContentPage-email,.ProgramContentPage-email p,.ProgramContentPage-groups,.ProgramContentPage-groups p,.ProgramContentPage-jobTitle,.ProgramContentPage-jobTitle p,.ProgramContentPage-phoneNumber,.ProgramContentPage-phoneNumber p,.ProgramContentPage-websiteLink,.ProgramContentPage-websiteLink 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.14285714;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,.CapstoneHubList .List-paginationButton,.CountryPage-paginationButton,.DirectorySearchPage-export-btn a,.EventCalendarDayPage-export-btn a,.EventCalendarMonthPage-export-btn a,.EventCategoryPage-paginationButton,.EventPage-addToCalendar .FavoriteButton,.Footer .RichTextModule-cta a,.GeographicMap .List-paginationButton,.Header-customButton>a,.List .List-paginationButton,.ListAbstract .List-paginationButton,.ListAccordion .List-paginationButton,.ListAsideStacked .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}.code-block{font-size:var(--code-block);line-height:1.37}.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-bottom-links{display:flex;flex-direction:row;justify-content:flex-end;margin-top:5px}.FavoriteModule-items{padding:1em 0;display:flex;flex-direction:row;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-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}@media print{.FavoriteModule-tooltip{box-shadow:none}}.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 .add,.FavoriteModule .edit{background-color:#77b436;border-radius:4px;color:#fff;margin-left:15px;padding:10px 20px;text-transform:capitalize}.FavoriteModule .FavoritePromo-container{display:flex;position:relative}.FavoriteModule .FavoritePromo-actions,.FavoriteModule .FavoritePromo-title{display:inline-flex;flex-direction:column;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:flex;margin-left:auto;width:49%}}@media only screen and (min-width:1024px){.FavoriteModule{padding:50px 75px}.FavoriteModule-linkTooltip{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:#141414}.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;order:1!important}.ArticlePage[data-aside-right] .ArticlePage-main{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}}@media print{.ArticlePage{margin:0}@page{margin-top:.71in;margin-bottom:.93in;margin-left:.25in;margin-right:.25in}.ArticlePage-main{padding-left:40px;padding-right:40px}}.large-heading .PromoFullWidth-Large-container{min-height:800px!important}@media only screen and (min-width:501px) and (max-width:766px){.large-heading .PromoFullWidth-Large-container{min-height:400px!important}}@media only screen and (max-width:500px){.large-heading .PromoFullWidth-Large-container{min-height:200px!important}}.large-heading .large-image{margin-top:0!important}@media only screen and (min-width:1024px){.large-heading .large-image{margin-top:0!important}}.large-image .ArticlePage-main{margin-top:0}.large-heading .RichTextArticleBody-body>p{font-size:2.3rem!important}.large-heading .ArticlePage-headingWrapper{background:#fff!important;padding-top: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:flex;flex-direction:column;align-items: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:flex;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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.ListArticleBodyItem-body .Header-customButton>a,.ListArticleBodyItem-body .List .List-paginationButton,.ListArticleBodyItem-body .ListAbstract .List-paginationButton,.ListArticleBodyItem-body .ListAccordion .List-paginationButton,.ListArticleBodyItem-body .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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;margin-top:var(--globalPaddingTopMobile,1.25em);margin-bottom:var(--globalPaddingBottomMobile,1.25em)}@media only screen and (min-width:1024px){.ListArticleBodyItem-body h2{margin-top:var(--globalPaddingTop,1.25em);margin-bottom:var(--globalPaddingBottom,1.25em)}}.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}.ListArticleBodyItem-body code:not(.CodeBlock pre>code[class*=language-]){background-color:var(--grayscaleFour);padding:.1rem .3rem}[data-rounded-corners=true] .ListArticleBodyItem-body code:not(.CodeBlock pre>code[class*=language-]){border-radius:4px}@media only screen and (min-width:768px){.ListArticleBodyItem{flex-direction:row;padding:40px 0}}.ListArticleBodyItem-index{color:var(--primaryColor);border-radius:100%;border:2px solid;display:inline-flex;align-items:center;justify-content:center;font-weight:700;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}.HTML5AudioPlayer{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:30px 0}.HTML5AudioPlayer-title{padding:0 0 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{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:flex;align-items: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:flex;align-items:center;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{align-items:center;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:flex;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;flex-direction:row;align-items:center;position:relative;cursor:pointer;color:var(--breakingTextColor)}.Banner[data-show]{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[has-background-or-color] .flickity-viewport,.LeadCarousel[has-background-or-color] .flickity-viewport,.ListCarousel[has-background-or-color] .flickity-viewport,.ListCarouselHeadline[has-background-or-color] .flickity-viewport,.ListCarouselQuoteFullWidth[has-background-or-color] .flickity-viewport{background-color:unset}.Carousel-controls,.LeadCarousel-controls,.ListCarousel-controls,.ListCarouselHeadline-controls,.ListCarouselQuoteFullWidth-controls{display:none;padding:0 20px 30px;background-color:#e8e8e8;flex-direction:row;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: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;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{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}}.CarouselGrid .GalleryPage-slides{display:grid;grid-template-columns:1fr;gap:20px}.CarouselGrid .Carousel-galleryDownload{display:none}.CarouselGrid .GallerySlide-info{margin-top:10px;padding:0 10px}@media only screen and (min-width:768px){.CarouselGrid .GalleryPage-slides{grid-template-columns:1fr 1fr}.CarouselGrid[data-columns="3"] .GalleryPage-slides{grid-template-columns:1fr 1fr 1fr}}@media only screen and (min-width:1024px){.CarouselGrid[data-columns="4"] .GalleryPage-slides{grid-template-columns:1fr 1fr 1fr 1fr}}.CarouselGrid .GallerySlide-media{display:inline-block;cursor:pointer;position:relative}.CarouselGrid .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}.CarouselGrid .GallerySlide-media .icon-fullscreen:hover{opacity:1!important}.CarouselGrid .GallerySlide-media:hover .icon-fullscreen{opacity:.65}.CarouselGrid .carousel-overlay{z-index:-999;opacity:0;position:fixed;top:56px;left:0;right:0;bottom:0;background:rgba(0,0,0,.75)}@media only screen and (min-width:1024px){.CarouselGrid .carousel-overlay{top:130px}}.CarouselGrid .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}.CarouselGrid .carousel-overlay .icon-close-overlay-x:hover{opacity:1}.CarouselGrid .carousel-overlay .carousel-overlay-content,.CarouselGrid .carousel-overlay .carousel-overlay-content .CarouselSlide-media,.CarouselGrid .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item-media{display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center;align-items:center}.CarouselGrid .carousel-overlay .carousel-overlay-content .CarouselSlide-media img,.CarouselGrid .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item-media img{max-width:100%!important}@media only screen and (min-width:768px){.CarouselGrid .carousel-overlay .carousel-overlay-content .CarouselSlide-media img,.CarouselGrid .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item-media img{max-height:550px}}@media only screen and (min-width:1024px){.CarouselGrid .carousel-overlay .carousel-overlay-content .CarouselSlide-media img,.CarouselGrid .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item-media img{max-height:620px}}@media only screen and (min-width:1440px){.CarouselGrid .carousel-overlay .carousel-overlay-content .CarouselSlide-media img,.CarouselGrid .carousel-overlay .carousel-overlay-content .ListCarousel-items .ListCarousel-items-item-media img{max-height:718px}}@media only screen and (min-width:768px){.CarouselGrid-main{margin-top:30px}}@media only screen and (min-width:1024px){.CarouselGrid-main{margin-top:40px}}.CarouselSlide,.ListCarousel-items .ListCarousel-items-item{width:100%;display:flex;flex-direction:column;align-items: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.66667%;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:flex;justify-content:center;align-items:center}.CarouselSlide-media img,.ListCarousel-items .ListCarousel-items-item-media img{max-width:100%;max-height:100%}.ContainerAbstract{text-align:center;color:var(--primaryTextColor);position:relative;background-size:cover;background-position:50%;padding-left:20px;padding-right:20px;padding-top:var(--globalPaddingTopMobile,50px);padding-bottom:var(--globalPaddingBottomMobile,50px)}.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)}@media print{.ContainerAbstract.has-drop-shadow{box-shadow:none}}.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: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]{align-items:flex-start}.ContainerAbstract .container-column[data-vertically-align=center]{align-items:center}.ContainerAbstract .container-column[data-vertically-align=bottom]{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}.ContainerAbstract[data-wide-module] .container,.ContainerAbstract[data-wide-module] .Footer-container,.ContainerAbstract[data-wide-module] .ListCarousel-items{max-width:1300px;margin-left:-105px;margin-right:-105px}.ContainerAbstract[data-fullwidth-module] .container,.ContainerAbstract[data-fullwidth-module] .Footer-container,.ContainerAbstract[data-fullwidth-module] .ListCarousel-items{max-width:none;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@media only screen and (min-width:768px){.ContainerAbstract{padding-left:50px;padding-right:50px;padding-top:var(--globalPaddingTopMobile,50px);padding-bottom:var(--globalPaddingBottomMobile,50px)}.ContainerAbstract .container-title{margin-bottom:20px}.ContainerAbstract .container-description{margin-bottom:40px}}@media only screen and (min-width:1024px){.ContainerAbstract{padding-left:42px;padding-right:42px;padding-top:var(--globalPaddingTop,50px);padding-bottom:var(--globalPaddingBottom,50px)}}.OneColumnContainer .container>div,.OneColumnContainer .Footer-container>div,.OneColumnContainer .ListCarousel-items>div{grid-column:span 12}.TwoColumnContainer .ContainerAbstract{padding:0}.TwoColumnContainer[data-wide-module] .container,.TwoColumnContainer[data-wide-module] .Footer-container,.TwoColumnContainer[data-wide-module] .ListCarousel-items{width:auto;max-width:100vw;margin-left:calc(50% - 50vw + 20px);margin-right:calc(50% - 50vw + 20px)}@media only screen and (min-width:1300px){.TwoColumnContainer[data-wide-module] .container,.TwoColumnContainer[data-wide-module] .Footer-container,.TwoColumnContainer[data-wide-module] .ListCarousel-items{max-width:1300px;margin-left:-105px;margin-right:-105px}}.TwoColumnContainer[data-wide-module] .container .RichTextFullWidth-container,.TwoColumnContainer[data-wide-module] .Footer-container .RichTextFullWidth-container,.TwoColumnContainer[data-wide-module] .ListCarousel-items .RichTextFullWidth-container{padding:0}.TwoColumnContainer[data-fullwidth-module] .container,.TwoColumnContainer[data-fullwidth-module] .Footer-container,.TwoColumnContainer[data-fullwidth-module] .ListCarousel-items{max-width:none;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}@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{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){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){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){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){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){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){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){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){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){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){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}.Enhancement>span.hawaii-color-white{color:#fff}.Enhancement>span.hawaii-color-black{color:#141414}.Enhancement>span.hawaii-color-red{color:#ba0c2f}.Enhancement>span.hawaii-color-gold{color:#c69214}.Enhancement>span.hawaii-color-turquoise{color:#00b097}.Enhancement>span.hawaii-color-pink{color:#f57eb6}.Enhancement>span.hawaii-color-dustyrose{color:#c16784}.Enhancement>span.hawaii-color-orange{color:#d14124}.Enhancement>span.hawaii-color-magenta{color:#ad1aac}.Enhancement>span.hawaii-color-crimson{color:#9e1b34}.Enhancement>span.hawaii-color-forestgreen{color:#006c5b}.Enhancement>span.hawaii-color-maroon{color:#862633}.Enhancement>span.hawaii-color-rose{color:#bc204b}.Enhancement>span.hawaii-color-purple{color:#6a2a5b}@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}}@media print{.Enhancement{margin:0}.Enhancement .TableRichTextElement{page-break-after:always}}.fullWidth>figure>img{width:100vw!important}.fullWidth>figure>img,.mediumPromo>figure>img{margin-left:-50vw;margin-right:-50vw;max-width:100vw!important;position:relative;height:auto!important}.mediumPromo>figure>img{width:65vw!important}@media (max-width:1220px){.mediumPromo>figure>img{width:50em!important}}.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:max-content}.EnhancementOverlay.active{z-index:40;opacity:1;position:fixed;transition:unset}.EnhancementOverlay .Carousel-galleryDownload{margin-bottom:20px}.EnhancementOverlay-content{display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content: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}}@media print{.EnhancementOverlay-content-body.Enhancement{box-shadow:none}}.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: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;text-align:left;padding-left:30px;padding-right:30px;padding-top:var(--globalPaddingTopMobile,40px);padding-bottom:var(--globalPaddingBottomMobile,40px)}.Form legend{font-size:2em;font-weight:500;margin:1.25em 0 .75em;font-weight:700}.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-left:40px;padding-right:40px;padding-top:var(--globalPaddingTopMobile,40px);padding-bottom:var(--globalPaddingBottomMobile,40px)}}@media only screen and (min-width:1440px){.Form{padding-left:60px;padding-right:60px;padding-top:var(--globalPaddingTop,60px);padding-bottom:var(--globalPaddingBottom,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;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase;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;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase;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: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:flex;flex-direction:row;justify-content:flex-start}.FullWidthForm.right-aligned{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}@media print{.Select .select2 .select2-selection--multiple,.Select .select2 .select2-selection--single{box-shadow:none}}.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:auto;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}}@media print{.GalleryPage-carousel.Enhancement{box-shadow:none}}.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:flex;flex-direction:column;flex-grow:1;height:100%;justify-content: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:flex;flex-direction:column;align-items:center;justify-content:center;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:grid;grid-gap:10px;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{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:flex;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;flex-shrink:0}.Tags-items{margin:0 -5px}@media only screen and (min-width:768px){.Tags{flex-direction:row;margin-bottom:15px;align-items:center}.Tags-title{margin-right:20px}.Tags-items,.Tags-title{display:inline-block}}.CapstoneHubList,.GeographicMap,.List,.ListAbstract,.ListAccordion,.ListAsideStacked,.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-left:20px;padding-right:20px;padding-top:var(--globalPaddingTopMobile,50px);padding-bottom:var(--globalPaddingBottomMobile,50px);color:var(--primaryTextColor);position:relative;background-size:cover;background-position:50%}.CapstoneHubList-title,.GeographicMap-title,.List-title,.ListAbstract-title,.ListAccordion-title,.ListAsideStacked-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}.CapstoneHubList.text-left,.GeographicMap.text-left,.List.text-left,.ListAbstract.text-left,.ListAccordion.text-left,.ListAsideStacked.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}.CapstoneHubList.text-right,.GeographicMap.text-right,.List.text-right,.ListAbstract.text-right,.ListAccordion.text-right,.ListAsideStacked.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}.CapstoneHubList.list-drop-shadow,.GeographicMap.list-drop-shadow,.List.list-drop-shadow,.ListAbstract.list-drop-shadow,.ListAccordion.list-drop-shadow,.ListAsideStacked.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)}@media print{.CapstoneHubList.list-drop-shadow,.GeographicMap.list-drop-shadow,.List.list-drop-shadow,.ListAbstract.list-drop-shadow,.ListAccordion.list-drop-shadow,.ListAsideStacked.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:none}}.CapstoneHubList.list-has-inverse-text,.GeographicMap.list-has-inverse-text,.List.list-has-inverse-text,.ListAbstract.list-has-inverse-text,.ListAccordion.list-has-inverse-text,.ListAsideStacked.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)}.CapstoneHubList>.container,.GeographicMap>.container,.List>.container,.ListAbstract>.container,.ListAbstract>.Footer-container,.ListAbstract>.ListCarousel-items,.ListAccordion>.container,.ListAsideStacked>.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}.CapstoneHubList .list-title,.GeographicMap .list-title,.List .list-title,.ListAbstract .ContainerAbstract .container-title,.ListAbstract .DepartmentDirectoryPage-main-list-title,.ListAbstract .HTML5AudioPlayer-title,.ListAbstract .list-title,.ListAbstract .VideoModule-title,.ListAccordion .list-title,.ListAsideStacked .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;color:var(--overrideListTitleColor,currentColor)}.CapstoneHubList .list-description,.GeographicMap .list-description,.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,.ListAsideStacked .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(--overrideListDescriptionColor,--secondaryTextColor,currentColor);margin-bottom:40px}.CapstoneHubList .list-color,.GeographicMap .list-color,.List .list-color,.ListAbstract .list-color,.ListAccordion .list-color,.ListAsideStacked .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}.CapstoneHubList .list-cta,.GeographicMap .list-cta,.List .list-cta,.ListAbstract .list-cta,.ListAccordion .list-cta,.ListAsideStacked .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}.CapstoneHubList-pagination,.GeographicMap-pagination,.List-pagination,.ListAbstract-pagination,.ListAccordion-pagination,.ListAsideStacked-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:flex;flex-wrap:wrap;justify-content:center}.CapstoneHubList-search,.GeographicMap-search,.List-search,.ListAbstract-search,.ListAccordion-search,.ListAsideStacked-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:flex;margin-left:auto;margin-right:auto;margin-bottom:60px}.CapstoneHubList-searchInput,.GeographicMap-searchInput,.List-searchInput,.ListAbstract-searchInput,.ListAccordion-searchInput,.ListAsideStacked-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}.CapstoneHubList-searchButton,.GeographicMap-searchButton,.List-searchButton,.ListAbstract-searchButton,.ListAccordion-searchButton,.ListAsideStacked-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}.CapstoneHubList .List-paginationButton,.GeographicMap .List-paginationButton,.List .List-paginationButton,.ListAbstract .List-paginationButton,.ListAccordion .List-paginationButton,.ListAsideStacked .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}.CapstoneHubList .List-paginationButton .pagination-svg,.GeographicMap .List-paginationButton .pagination-svg,.List .List-paginationButton .pagination-svg,.ListAbstract .List-paginationButton .pagination-svg,.ListAccordion .List-paginationButton .pagination-svg,.ListAsideStacked .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}.CapstoneHubList .List-paginationButton .pagination-svg.previous,.GeographicMap .List-paginationButton .pagination-svg.previous,.List .List-paginationButton .pagination-svg.previous,.ListAbstract .List-paginationButton .pagination-svg.previous,.ListAccordion .List-paginationButton .pagination-svg.previous,.ListAsideStacked .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}.CapstoneHubList .List-paginationButton .pagination-svg.next,.GeographicMap .List-paginationButton .pagination-svg.next,.List .List-paginationButton .pagination-svg.next,.ListAbstract .List-paginationButton .pagination-svg.next,.ListAccordion .List-paginationButton .pagination-svg.next,.ListAsideStacked .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}.CapstoneHubList .list-divider,.GeographicMap .list-divider,.List .list-divider,.ListAbstract .list-divider,.ListAccordion .list-divider,.ListAsideStacked .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 .CapstoneHubList .list-divider,.list-has-inverse-text .GeographicMap .list-divider,.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 .ListAsideStacked .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)}.CapstoneHubList .ListCard-description,.CapstoneHubList .ListCard-title,.GeographicMap .ListCard-description,.GeographicMap .ListCard-title,.List .ListCard-description,.List .ListCard-title,.ListAbstract .ListCard-description,.ListAbstract .ListCard-title,.ListAccordion .ListCard-description,.ListAccordion .ListCard-title,.ListAsideStacked .ListCard-description,.ListAsideStacked .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)}.CapstoneHubList-filters,.GeographicMap-filters,.List-filters,.ListAbstract-filters,.ListAccordion-filters,.ListAsideStacked-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:flex;flex-wrap:wrap;margin:0 -20px 20px 0;max-width:100%}.CapstoneHubList-filters-item,.GeographicMap-filters-item,.List-filters-item,.ListAbstract-filters-item,.ListAccordion-filters-item,.ListAsideStacked-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:flex;align-items:center;position:relative}.CapstoneHubList[title-align=left] .list-description,.CapstoneHubList[title-align=left] .list-title,.GeographicMap[title-align=left] .list-description,.GeographicMap[title-align=left] .list-title,.List[title-align=left] .list-description,.List[title-align=left] .list-title,.ListAbstract[title-align=left] .BrandPage-description,.ListAbstract[title-align=left] .ContainerAbstract .container-description,.ListAbstract[title-align=left] .ContainerAbstract .container-title,.ListAbstract[title-align=left] .CountryPage-description,.ListAbstract[title-align=left] .DepartmentDirectoryPage-main-list-title,.ListAbstract[title-align=left] .EventCategoryPage-description,.ListAbstract[title-align=left] .HTML5AudioPlayer-title,.ListAbstract[title-align=left] .list-description,.ListAbstract[title-align=left] .list-title,.ListAbstract[title-align=left] .ProductPage-description,.ListAbstract[title-align=left] .SectionPage-description,.ListAbstract[title-align=left] .TagPage-description,.ListAbstract[title-align=left] .TaxonomyPage-description,.ListAbstract[title-align=left] .TopicPage-description,.ListAbstract[title-align=left] .VideoModule-description,.ListAbstract[title-align=left] .VideoModule-title,.ListAccordion[title-align=left] .list-description,.ListAccordion[title-align=left] .list-title,.ListAsideStacked[title-align=left] .list-description,.ListAsideStacked[title-align=left] .list-title,.ListAthleticEvent[title-align=left] .list-description,.ListAthleticEvent[title-align=left] .list-title,.ListCard[title-align=left] .list-description,.ListCard[title-align=left] .list-title,.ListCardBackground[title-align=left] .list-description,.ListCardBackground[title-align=left] .list-title,.ListCardDescriptionOnLeft[title-align=left] .list-description,.ListCardDescriptionOnLeft[title-align=left] .list-title,.ListCardImageOnly[title-align=left] .list-description,.ListCardImageOnly[title-align=left] .list-title,.ListCardImageOnSide[title-align=left] .list-description,.ListCardImageOnSide[title-align=left] .list-title,.ListCardImageOnTop[title-align=left] .list-description,.ListCardImageOnTop[title-align=left] .list-title,.ListCardLogoBottom[title-align=left] .list-description,.ListCardLogoBottom[title-align=left] .list-title,.ListCardLogoTop[title-align=left] .list-description,.ListCardLogoTop[title-align=left] .list-title,.ListCardQuote[title-align=left] .list-description,.ListCardQuote[title-align=left] .list-title,.ListCardTextOnly[title-align=left] .list-description,.ListCardTextOnly[title-align=left] .list-title,.ListCarouselBoxedHeadline[title-align=left] .list-description,.ListCarouselBoxedHeadline[title-align=left] .list-title,.ListCarouselQuoteFullWidth[title-align=left] .list-description,.ListCarouselQuoteFullWidth[title-align=left] .list-title,.ListEvents[title-align=left] .list-description,.ListEvents[title-align=left] .list-title,.ListHighlightA[title-align=left] .list-description,.ListHighlightA[title-align=left] .list-title,.ListIconOnSide[title-align=left] .list-description,.ListIconOnSide[title-align=left] .list-title,.ListIconOnTopLarge[title-align=left] .list-description,.ListIconOnTopLarge[title-align=left] .list-title,.ListIconOnTopSmall[title-align=left] .list-description,.ListIconOnTopSmall[title-align=left] .list-title,.ListImageLarge[title-align=left] .list-description,.ListImageLarge[title-align=left] .list-title,.ListImageMedium[title-align=left] .list-description,.ListImageMedium[title-align=left] .list-title,.ListImageOnTopCircular[title-align=left] .list-description,.ListImageOnTopCircular[title-align=left] .list-title,.ListImageSmall[title-align=left] .list-description,.ListImageSmall[title-align=left] .list-title,.ListImageThumbnail[title-align=left] .list-description,.ListImageThumbnail[title-align=left] .list-title,.ListLinks[title-align=left] .list-description,.ListLinks[title-align=left] .list-title,.ListLogoOnly[title-align=left] .list-description,.ListLogoOnly[title-align=left] .list-title,.ListMetrics[title-align=left] .list-description,.ListMetrics[title-align=left] .list-title,.ListSchedule[title-align=left] .list-description,.ListSchedule[title-align=left] .list-title,.ListSpeechPromo[title-align=left] .list-description,.ListSpeechPromo[title-align=left] .list-title,.ListTagCloud[title-align=left] .list-description,.ListTagCloud[title-align=left] .list-title,.ListUpcomingEvents[title-align=left] .list-description,.ListUpcomingEvents[title-align=left] .list-title,.ListVerticalImage[title-align=left] .list-description,.ListVerticalImage[title-align=left] .list-title,.SocialList[title-align=left] .list-description,.SocialList[title-align=left] .list-title{text-align:left}.CapstoneHubList[title-align=left] .list-title,.GeographicMap[title-align=left] .list-title,.List[title-align=left] .list-title,.ListAbstract[title-align=left] .ContainerAbstract .container-title,.ListAbstract[title-align=left] .DepartmentDirectoryPage-main-list-title,.ListAbstract[title-align=left] .HTML5AudioPlayer-title,.ListAbstract[title-align=left] .list-title,.ListAbstract[title-align=left] .VideoModule-title,.ListAccordion[title-align=left] .list-title,.ListAsideStacked[title-align=left] .list-title,.ListAthleticEvent[title-align=left] .list-title,.ListCard[title-align=left] .list-title,.ListCardBackground[title-align=left] .list-title,.ListCardDescriptionOnLeft[title-align=left] .list-title,.ListCardImageOnly[title-align=left] .list-title,.ListCardImageOnSide[title-align=left] .list-title,.ListCardImageOnTop[title-align=left] .list-title,.ListCardLogoBottom[title-align=left] .list-title,.ListCardLogoTop[title-align=left] .list-title,.ListCardQuote[title-align=left] .list-title,.ListCardTextOnly[title-align=left] .list-title,.ListCarouselBoxedHeadline[title-align=left] .list-title,.ListCarouselQuoteFullWidth[title-align=left] .list-title,.ListEvents[title-align=left] .list-title,.ListHighlightA[title-align=left] .list-title,.ListIconOnSide[title-align=left] .list-title,.ListIconOnTopLarge[title-align=left] .list-title,.ListIconOnTopSmall[title-align=left] .list-title,.ListImageLarge[title-align=left] .list-title,.ListImageMedium[title-align=left] .list-title,.ListImageOnTopCircular[title-align=left] .list-title,.ListImageSmall[title-align=left] .list-title,.ListImageThumbnail[title-align=left] .list-title,.ListLinks[title-align=left] .list-title,.ListLogoOnly[title-align=left] .list-title,.ListMetrics[title-align=left] .list-title,.ListSchedule[title-align=left] .list-title,.ListSpeechPromo[title-align=left] .list-title,.ListTagCloud[title-align=left] .list-title,.ListUpcomingEvents[title-align=left] .list-title,.ListVerticalImage[title-align=left] .list-title,.SocialList[title-align=left] .list-title{margin:0 0 10px}.CapstoneHubList[list-large-title] .list-title,.GeographicMap[list-large-title] .list-title,.List[list-large-title] .list-title,.ListAbstract[list-large-title] .ContainerAbstract .container-title,.ListAbstract[list-large-title] .DepartmentDirectoryPage-main-list-title,.ListAbstract[list-large-title] .HTML5AudioPlayer-title,.ListAbstract[list-large-title] .list-title,.ListAbstract[list-large-title] .VideoModule-title,.ListAccordion[list-large-title] .list-title,.ListAsideStacked[list-large-title] .list-title,.ListAthleticEvent[list-large-title] .list-title,.ListCard[list-large-title] .list-title,.ListCardBackground[list-large-title] .list-title,.ListCardDescriptionOnLeft[list-large-title] .list-title,.ListCardImageOnly[list-large-title] .list-title,.ListCardImageOnSide[list-large-title] .list-title,.ListCardImageOnTop[list-large-title] .list-title,.ListCardLogoBottom[list-large-title] .list-title,.ListCardLogoTop[list-large-title] .list-title,.ListCardQuote[list-large-title] .list-title,.ListCardTextOnly[list-large-title] .list-title,.ListCarouselBoxedHeadline[list-large-title] .list-title,.ListCarouselQuoteFullWidth[list-large-title] .list-title,.ListEvents[list-large-title] .list-title,.ListHighlightA[list-large-title] .list-title,.ListIconOnSide[list-large-title] .list-title,.ListIconOnTopLarge[list-large-title] .list-title,.ListIconOnTopSmall[list-large-title] .list-title,.ListImageLarge[list-large-title] .list-title,.ListImageMedium[list-large-title] .list-title,.ListImageOnTopCircular[list-large-title] .list-title,.ListImageSmall[list-large-title] .list-title,.ListImageThumbnail[list-large-title] .list-title,.ListLinks[list-large-title] .list-title,.ListLogoOnly[list-large-title] .list-title,.ListMetrics[list-large-title] .list-title,.ListSchedule[list-large-title] .list-title,.ListSpeechPromo[list-large-title] .list-title,.ListTagCloud[list-large-title] .list-title,.ListUpcomingEvents[list-large-title] .list-title,.ListVerticalImage[list-large-title] .list-title,.SocialList[list-large-title] .list-title{font-size:3.6rem;font-weight:600;line-height:40px;text-transform:capitalize}@media only screen and (min-width:768px){.CapstoneHubList[list-large-title] .list-title,.GeographicMap[list-large-title] .list-title,.List[list-large-title] .list-title,.ListAbstract[list-large-title] .ContainerAbstract .container-title,.ListAbstract[list-large-title] .DepartmentDirectoryPage-main-list-title,.ListAbstract[list-large-title] .HTML5AudioPlayer-title,.ListAbstract[list-large-title] .list-title,.ListAbstract[list-large-title] .VideoModule-title,.ListAccordion[list-large-title] .list-title,.ListAsideStacked[list-large-title] .list-title,.ListAthleticEvent[list-large-title] .list-title,.ListCard[list-large-title] .list-title,.ListCardBackground[list-large-title] .list-title,.ListCardDescriptionOnLeft[list-large-title] .list-title,.ListCardImageOnly[list-large-title] .list-title,.ListCardImageOnSide[list-large-title] .list-title,.ListCardImageOnTop[list-large-title] .list-title,.ListCardLogoBottom[list-large-title] .list-title,.ListCardLogoTop[list-large-title] .list-title,.ListCardQuote[list-large-title] .list-title,.ListCardTextOnly[list-large-title] .list-title,.ListCarouselBoxedHeadline[list-large-title] .list-title,.ListCarouselQuoteFullWidth[list-large-title] .list-title,.ListEvents[list-large-title] .list-title,.ListHighlightA[list-large-title] .list-title,.ListIconOnSide[list-large-title] .list-title,.ListIconOnTopLarge[list-large-title] .list-title,.ListIconOnTopSmall[list-large-title] .list-title,.ListImageLarge[list-large-title] .list-title,.ListImageMedium[list-large-title] .list-title,.ListImageOnTopCircular[list-large-title] .list-title,.ListImageSmall[list-large-title] .list-title,.ListImageThumbnail[list-large-title] .list-title,.ListLinks[list-large-title] .list-title,.ListLogoOnly[list-large-title] .list-title,.ListMetrics[list-large-title] .list-title,.ListSchedule[list-large-title] .list-title,.ListSpeechPromo[list-large-title] .list-title,.ListTagCloud[list-large-title] .list-title,.ListUpcomingEvents[list-large-title] .list-title,.ListVerticalImage[list-large-title] .list-title,.SocialList[list-large-title] .list-title{font-size:4.4rem;line-height:48px}}@media only screen and (min-width:1024px){.CapstoneHubList[list-large-title] .list-title,.GeographicMap[list-large-title] .list-title,.List[list-large-title] .list-title,.ListAbstract[list-large-title] .ContainerAbstract .container-title,.ListAbstract[list-large-title] .DepartmentDirectoryPage-main-list-title,.ListAbstract[list-large-title] .HTML5AudioPlayer-title,.ListAbstract[list-large-title] .list-title,.ListAbstract[list-large-title] .VideoModule-title,.ListAccordion[list-large-title] .list-title,.ListAsideStacked[list-large-title] .list-title,.ListAthleticEvent[list-large-title] .list-title,.ListCard[list-large-title] .list-title,.ListCardBackground[list-large-title] .list-title,.ListCardDescriptionOnLeft[list-large-title] .list-title,.ListCardImageOnly[list-large-title] .list-title,.ListCardImageOnSide[list-large-title] .list-title,.ListCardImageOnTop[list-large-title] .list-title,.ListCardLogoBottom[list-large-title] .list-title,.ListCardLogoTop[list-large-title] .list-title,.ListCardQuote[list-large-title] .list-title,.ListCardTextOnly[list-large-title] .list-title,.ListCarouselBoxedHeadline[list-large-title] .list-title,.ListCarouselQuoteFullWidth[list-large-title] .list-title,.ListEvents[list-large-title] .list-title,.ListHighlightA[list-large-title] .list-title,.ListIconOnSide[list-large-title] .list-title,.ListIconOnTopLarge[list-large-title] .list-title,.ListIconOnTopSmall[list-large-title] .list-title,.ListImageLarge[list-large-title] .list-title,.ListImageMedium[list-large-title] .list-title,.ListImageOnTopCircular[list-large-title] .list-title,.ListImageSmall[list-large-title] .list-title,.ListImageThumbnail[list-large-title] .list-title,.ListLinks[list-large-title] .list-title,.ListLogoOnly[list-large-title] .list-title,.ListMetrics[list-large-title] .list-title,.ListSchedule[list-large-title] .list-title,.ListSpeechPromo[list-large-title] .list-title,.ListTagCloud[list-large-title] .list-title,.ListUpcomingEvents[list-large-title] .list-title,.ListVerticalImage[list-large-title] .list-title,.SocialList[list-large-title] .list-title{font-size:4.8rem;line-height:56px}}.CapstoneHubList[data-wide-module] .container,.CapstoneHubList[data-wide-module] .list-description,.CapstoneHubList[data-wide-module] .list-title,.GeographicMap[data-wide-module] .container,.GeographicMap[data-wide-module] .list-description,.GeographicMap[data-wide-module] .list-title,.List[data-wide-module] .container,.List[data-wide-module] .list-description,.List[data-wide-module] .list-title,.ListAbstract[data-wide-module] .BrandPage-description,.ListAbstract[data-wide-module] .container,.ListAbstract[data-wide-module] .ContainerAbstract .container-description,.ListAbstract[data-wide-module] .ContainerAbstract .container-title,.ListAbstract[data-wide-module] .CountryPage-description,.ListAbstract[data-wide-module] .DepartmentDirectoryPage-main-list-title,.ListAbstract[data-wide-module] .EventCategoryPage-description,.ListAbstract[data-wide-module] .Footer-container,.ListAbstract[data-wide-module] .HTML5AudioPlayer-title,.ListAbstract[data-wide-module] .list-description,.ListAbstract[data-wide-module] .list-title,.ListAbstract[data-wide-module] .ListCarousel-items,.ListAbstract[data-wide-module] .ProductPage-description,.ListAbstract[data-wide-module] .SectionPage-description,.ListAbstract[data-wide-module] .TagPage-description,.ListAbstract[data-wide-module] .TaxonomyPage-description,.ListAbstract[data-wide-module] .TopicPage-description,.ListAbstract[data-wide-module] .VideoModule-description,.ListAbstract[data-wide-module] .VideoModule-title,.ListAccordion[data-wide-module] .container,.ListAccordion[data-wide-module] .list-description,.ListAccordion[data-wide-module] .list-title,.ListAsideStacked[data-wide-module] .container,.ListAsideStacked[data-wide-module] .list-description,.ListAsideStacked[data-wide-module] .list-title,.ListAthleticEvent[data-wide-module] .container,.ListAthleticEvent[data-wide-module] .list-description,.ListAthleticEvent[data-wide-module] .list-title,.ListCard[data-wide-module] .container,.ListCard[data-wide-module] .list-description,.ListCard[data-wide-module] .list-title,.ListCardBackground[data-wide-module] .container,.ListCardBackground[data-wide-module] .list-description,.ListCardBackground[data-wide-module] .list-title,.ListCardDescriptionOnLeft[data-wide-module] .container,.ListCardDescriptionOnLeft[data-wide-module] .list-description,.ListCardDescriptionOnLeft[data-wide-module] .list-title,.ListCardImageOnly[data-wide-module] .container,.ListCardImageOnly[data-wide-module] .list-description,.ListCardImageOnly[data-wide-module] .list-title,.ListCardImageOnSide[data-wide-module] .container,.ListCardImageOnSide[data-wide-module] .list-description,.ListCardImageOnSide[data-wide-module] .list-title,.ListCardImageOnTop[data-wide-module] .container,.ListCardImageOnTop[data-wide-module] .list-description,.ListCardImageOnTop[data-wide-module] .list-title,.ListCardLogoBottom[data-wide-module] .container,.ListCardLogoBottom[data-wide-module] .list-description,.ListCardLogoBottom[data-wide-module] .list-title,.ListCardLogoTop[data-wide-module] .container,.ListCardLogoTop[data-wide-module] .list-description,.ListCardLogoTop[data-wide-module] .list-title,.ListCardQuote[data-wide-module] .container,.ListCardQuote[data-wide-module] .list-description,.ListCardQuote[data-wide-module] .list-title,.ListCardTextOnly[data-wide-module] .container,.ListCardTextOnly[data-wide-module] .list-description,.ListCardTextOnly[data-wide-module] .list-title,.ListCarouselBoxedHeadline[data-wide-module] .container,.ListCarouselBoxedHeadline[data-wide-module] .list-description,.ListCarouselBoxedHeadline[data-wide-module] .list-title,.ListCarouselQuoteFullWidth[data-wide-module] .container,.ListCarouselQuoteFullWidth[data-wide-module] .list-description,.ListCarouselQuoteFullWidth[data-wide-module] .list-title,.ListEvents[data-wide-module] .container,.ListEvents[data-wide-module] .list-description,.ListEvents[data-wide-module] .list-title,.ListHighlightA[data-wide-module] .container,.ListHighlightA[data-wide-module] .list-description,.ListHighlightA[data-wide-module] .list-title,.ListIconOnSide[data-wide-module] .container,.ListIconOnSide[data-wide-module] .list-description,.ListIconOnSide[data-wide-module] .list-title,.ListIconOnTopLarge[data-wide-module] .container,.ListIconOnTopLarge[data-wide-module] .list-description,.ListIconOnTopLarge[data-wide-module] .list-title,.ListIconOnTopSmall[data-wide-module] .container,.ListIconOnTopSmall[data-wide-module] .list-description,.ListIconOnTopSmall[data-wide-module] .list-title,.ListImageLarge[data-wide-module] .container,.ListImageLarge[data-wide-module] .list-description,.ListImageLarge[data-wide-module] .list-title,.ListImageMedium[data-wide-module] .container,.ListImageMedium[data-wide-module] .list-description,.ListImageMedium[data-wide-module] .list-title,.ListImageOnTopCircular[data-wide-module] .container,.ListImageOnTopCircular[data-wide-module] .list-description,.ListImageOnTopCircular[data-wide-module] .list-title,.ListImageSmall[data-wide-module] .container,.ListImageSmall[data-wide-module] .list-description,.ListImageSmall[data-wide-module] .list-title,.ListImageThumbnail[data-wide-module] .container,.ListImageThumbnail[data-wide-module] .list-description,.ListImageThumbnail[data-wide-module] .list-title,.ListLinks[data-wide-module] .container,.ListLinks[data-wide-module] .list-description,.ListLinks[data-wide-module] .list-title,.ListLogoOnly[data-wide-module] .container,.ListLogoOnly[data-wide-module] .list-description,.ListLogoOnly[data-wide-module] .list-title,.ListMetrics[data-wide-module] .container,.ListMetrics[data-wide-module] .list-description,.ListMetrics[data-wide-module] .list-title,.ListSchedule[data-wide-module] .container,.ListSchedule[data-wide-module] .list-description,.ListSchedule[data-wide-module] .list-title,.ListSpeechPromo[data-wide-module] .container,.ListSpeechPromo[data-wide-module] .list-description,.ListSpeechPromo[data-wide-module] .list-title,.ListTagCloud[data-wide-module] .container,.ListTagCloud[data-wide-module] .list-description,.ListTagCloud[data-wide-module] .list-title,.ListUpcomingEvents[data-wide-module] .container,.ListUpcomingEvents[data-wide-module] .list-description,.ListUpcomingEvents[data-wide-module] .list-title,.ListVerticalImage[data-wide-module] .container,.ListVerticalImage[data-wide-module] .list-description,.ListVerticalImage[data-wide-module] .list-title,.SocialList[data-wide-module] .container,.SocialList[data-wide-module] .list-description,.SocialList[data-wide-module] .list-title{width:auto;max-width:100vw;margin-left:calc(50% - 50vw + 20px);margin-right:calc(50% - 50vw + 20px)}@media only screen and (min-width:1300px){.CapstoneHubList[data-wide-module] .container,.CapstoneHubList[data-wide-module] .list-description,.CapstoneHubList[data-wide-module] .list-title,.GeographicMap[data-wide-module] .container,.GeographicMap[data-wide-module] .list-description,.GeographicMap[data-wide-module] .list-title,.List[data-wide-module] .container,.List[data-wide-module] .list-description,.List[data-wide-module] .list-title,.ListAbstract[data-wide-module] .BrandPage-description,.ListAbstract[data-wide-module] .container,.ListAbstract[data-wide-module] .ContainerAbstract .container-description,.ListAbstract[data-wide-module] .ContainerAbstract .container-title,.ListAbstract[data-wide-module] .CountryPage-description,.ListAbstract[data-wide-module] .DepartmentDirectoryPage-main-list-title,.ListAbstract[data-wide-module] .EventCategoryPage-description,.ListAbstract[data-wide-module] .Footer-container,.ListAbstract[data-wide-module] .HTML5AudioPlayer-title,.ListAbstract[data-wide-module] .list-description,.ListAbstract[data-wide-module] .list-title,.ListAbstract[data-wide-module] .ListCarousel-items,.ListAbstract[data-wide-module] .ProductPage-description,.ListAbstract[data-wide-module] .SectionPage-description,.ListAbstract[data-wide-module] .TagPage-description,.ListAbstract[data-wide-module] .TaxonomyPage-description,.ListAbstract[data-wide-module] .TopicPage-description,.ListAbstract[data-wide-module] .VideoModule-description,.ListAbstract[data-wide-module] .VideoModule-title,.ListAccordion[data-wide-module] .container,.ListAccordion[data-wide-module] .list-description,.ListAccordion[data-wide-module] .list-title,.ListAsideStacked[data-wide-module] .container,.ListAsideStacked[data-wide-module] .list-description,.ListAsideStacked[data-wide-module] .list-title,.ListAthleticEvent[data-wide-module] .container,.ListAthleticEvent[data-wide-module] .list-description,.ListAthleticEvent[data-wide-module] .list-title,.ListCard[data-wide-module] .container,.ListCard[data-wide-module] .list-description,.ListCard[data-wide-module] .list-title,.ListCardBackground[data-wide-module] .container,.ListCardBackground[data-wide-module] .list-description,.ListCardBackground[data-wide-module] .list-title,.ListCardDescriptionOnLeft[data-wide-module] .container,.ListCardDescriptionOnLeft[data-wide-module] .list-description,.ListCardDescriptionOnLeft[data-wide-module] .list-title,.ListCardImageOnly[data-wide-module] .container,.ListCardImageOnly[data-wide-module] .list-description,.ListCardImageOnly[data-wide-module] .list-title,.ListCardImageOnSide[data-wide-module] .container,.ListCardImageOnSide[data-wide-module] .list-description,.ListCardImageOnSide[data-wide-module] .list-title,.ListCardImageOnTop[data-wide-module] .container,.ListCardImageOnTop[data-wide-module] .list-description,.ListCardImageOnTop[data-wide-module] .list-title,.ListCardLogoBottom[data-wide-module] .container,.ListCardLogoBottom[data-wide-module] .list-description,.ListCardLogoBottom[data-wide-module] .list-title,.ListCardLogoTop[data-wide-module] .container,.ListCardLogoTop[data-wide-module] .list-description,.ListCardLogoTop[data-wide-module] .list-title,.ListCardQuote[data-wide-module] .container,.ListCardQuote[data-wide-module] .list-description,.ListCardQuote[data-wide-module] .list-title,.ListCardTextOnly[data-wide-module] .container,.ListCardTextOnly[data-wide-module] .list-description,.ListCardTextOnly[data-wide-module] .list-title,.ListCarouselBoxedHeadline[data-wide-module] .container,.ListCarouselBoxedHeadline[data-wide-module] .list-description,.ListCarouselBoxedHeadline[data-wide-module] .list-title,.ListCarouselQuoteFullWidth[data-wide-module] .container,.ListCarouselQuoteFullWidth[data-wide-module] .list-description,.ListCarouselQuoteFullWidth[data-wide-module] .list-title,.ListEvents[data-wide-module] .container,.ListEvents[data-wide-module] .list-description,.ListEvents[data-wide-module] .list-title,.ListHighlightA[data-wide-module] .container,.ListHighlightA[data-wide-module] .list-description,.ListHighlightA[data-wide-module] .list-title,.ListIconOnSide[data-wide-module] .container,.ListIconOnSide[data-wide-module] .list-description,.ListIconOnSide[data-wide-module] .list-title,.ListIconOnTopLarge[data-wide-module] .container,.ListIconOnTopLarge[data-wide-module] .list-description,.ListIconOnTopLarge[data-wide-module] .list-title,.ListIconOnTopSmall[data-wide-module] .container,.ListIconOnTopSmall[data-wide-module] .list-description,.ListIconOnTopSmall[data-wide-module] .list-title,.ListImageLarge[data-wide-module] .container,.ListImageLarge[data-wide-module] .list-description,.ListImageLarge[data-wide-module] .list-title,.ListImageMedium[data-wide-module] .container,.ListImageMedium[data-wide-module] .list-description,.ListImageMedium[data-wide-module] .list-title,.ListImageOnTopCircular[data-wide-module] .container,.ListImageOnTopCircular[data-wide-module] .list-description,.ListImageOnTopCircular[data-wide-module] .list-title,.ListImageSmall[data-wide-module] .container,.ListImageSmall[data-wide-module] .list-description,.ListImageSmall[data-wide-module] .list-title,.ListImageThumbnail[data-wide-module] .container,.ListImageThumbnail[data-wide-module] .list-description,.ListImageThumbnail[data-wide-module] .list-title,.ListLinks[data-wide-module] .container,.ListLinks[data-wide-module] .list-description,.ListLinks[data-wide-module] .list-title,.ListLogoOnly[data-wide-module] .container,.ListLogoOnly[data-wide-module] .list-description,.ListLogoOnly[data-wide-module] .list-title,.ListMetrics[data-wide-module] .container,.ListMetrics[data-wide-module] .list-description,.ListMetrics[data-wide-module] .list-title,.ListSchedule[data-wide-module] .container,.ListSchedule[data-wide-module] .list-description,.ListSchedule[data-wide-module] .list-title,.ListSpeechPromo[data-wide-module] .container,.ListSpeechPromo[data-wide-module] .list-description,.ListSpeechPromo[data-wide-module] .list-title,.ListTagCloud[data-wide-module] .container,.ListTagCloud[data-wide-module] .list-description,.ListTagCloud[data-wide-module] .list-title,.ListUpcomingEvents[data-wide-module] .container,.ListUpcomingEvents[data-wide-module] .list-description,.ListUpcomingEvents[data-wide-module] .list-title,.ListVerticalImage[data-wide-module] .container,.ListVerticalImage[data-wide-module] .list-description,.ListVerticalImage[data-wide-module] .list-title,.SocialList[data-wide-module] .container,.SocialList[data-wide-module] .list-description,.SocialList[data-wide-module] .list-title{max-width:1300px;margin-left:-105px;margin-right:-105px}}.CapstoneHubList[data-fullwidth-module] .container,.CapstoneHubList[data-fullwidth-module] .list-description,.CapstoneHubList[data-fullwidth-module] .list-title,.GeographicMap[data-fullwidth-module] .container,.GeographicMap[data-fullwidth-module] .list-description,.GeographicMap[data-fullwidth-module] .list-title,.List[data-fullwidth-module] .container,.List[data-fullwidth-module] .list-description,.List[data-fullwidth-module] .list-title,.ListAbstract[data-fullwidth-module] .BrandPage-description,.ListAbstract[data-fullwidth-module] .container,.ListAbstract[data-fullwidth-module] .ContainerAbstract .container-description,.ListAbstract[data-fullwidth-module] .ContainerAbstract .container-title,.ListAbstract[data-fullwidth-module] .CountryPage-description,.ListAbstract[data-fullwidth-module] .DepartmentDirectoryPage-main-list-title,.ListAbstract[data-fullwidth-module] .EventCategoryPage-description,.ListAbstract[data-fullwidth-module] .Footer-container,.ListAbstract[data-fullwidth-module] .HTML5AudioPlayer-title,.ListAbstract[data-fullwidth-module] .list-description,.ListAbstract[data-fullwidth-module] .list-title,.ListAbstract[data-fullwidth-module] .ListCarousel-items,.ListAbstract[data-fullwidth-module] .ProductPage-description,.ListAbstract[data-fullwidth-module] .SectionPage-description,.ListAbstract[data-fullwidth-module] .TagPage-description,.ListAbstract[data-fullwidth-module] .TaxonomyPage-description,.ListAbstract[data-fullwidth-module] .TopicPage-description,.ListAbstract[data-fullwidth-module] .VideoModule-description,.ListAbstract[data-fullwidth-module] .VideoModule-title,.ListAccordion[data-fullwidth-module] .container,.ListAccordion[data-fullwidth-module] .list-description,.ListAccordion[data-fullwidth-module] .list-title,.ListAsideStacked[data-fullwidth-module] .container,.ListAsideStacked[data-fullwidth-module] .list-description,.ListAsideStacked[data-fullwidth-module] .list-title,.ListAthleticEvent[data-fullwidth-module] .container,.ListAthleticEvent[data-fullwidth-module] .list-description,.ListAthleticEvent[data-fullwidth-module] .list-title,.ListCard[data-fullwidth-module] .container,.ListCard[data-fullwidth-module] .list-description,.ListCard[data-fullwidth-module] .list-title,.ListCardBackground[data-fullwidth-module] .container,.ListCardBackground[data-fullwidth-module] .list-description,.ListCardBackground[data-fullwidth-module] .list-title,.ListCardDescriptionOnLeft[data-fullwidth-module] .container,.ListCardDescriptionOnLeft[data-fullwidth-module] .list-description,.ListCardDescriptionOnLeft[data-fullwidth-module] .list-title,.ListCardImageOnly[data-fullwidth-module] .container,.ListCardImageOnly[data-fullwidth-module] .list-description,.ListCardImageOnly[data-fullwidth-module] .list-title,.ListCardImageOnSide[data-fullwidth-module] .container,.ListCardImageOnSide[data-fullwidth-module] .list-description,.ListCardImageOnSide[data-fullwidth-module] .list-title,.ListCardImageOnTop[data-fullwidth-module] .container,.ListCardImageOnTop[data-fullwidth-module] .list-description,.ListCardImageOnTop[data-fullwidth-module] .list-title,.ListCardLogoBottom[data-fullwidth-module] .container,.ListCardLogoBottom[data-fullwidth-module] .list-description,.ListCardLogoBottom[data-fullwidth-module] .list-title,.ListCardLogoTop[data-fullwidth-module] .container,.ListCardLogoTop[data-fullwidth-module] .list-description,.ListCardLogoTop[data-fullwidth-module] .list-title,.ListCardQuote[data-fullwidth-module] .container,.ListCardQuote[data-fullwidth-module] .list-description,.ListCardQuote[data-fullwidth-module] .list-title,.ListCardTextOnly[data-fullwidth-module] .container,.ListCardTextOnly[data-fullwidth-module] .list-description,.ListCardTextOnly[data-fullwidth-module] .list-title,.ListCarouselBoxedHeadline[data-fullwidth-module] .container,.ListCarouselBoxedHeadline[data-fullwidth-module] .list-description,.ListCarouselBoxedHeadline[data-fullwidth-module] .list-title,.ListCarouselQuoteFullWidth[data-fullwidth-module] .container,.ListCarouselQuoteFullWidth[data-fullwidth-module] .list-description,.ListCarouselQuoteFullWidth[data-fullwidth-module] .list-title,.ListEvents[data-fullwidth-module] .container,.ListEvents[data-fullwidth-module] .list-description,.ListEvents[data-fullwidth-module] .list-title,.ListHighlightA[data-fullwidth-module] .container,.ListHighlightA[data-fullwidth-module] .list-description,.ListHighlightA[data-fullwidth-module] .list-title,.ListIconOnSide[data-fullwidth-module] .container,.ListIconOnSide[data-fullwidth-module] .list-description,.ListIconOnSide[data-fullwidth-module] .list-title,.ListIconOnTopLarge[data-fullwidth-module] .container,.ListIconOnTopLarge[data-fullwidth-module] .list-description,.ListIconOnTopLarge[data-fullwidth-module] .list-title,.ListIconOnTopSmall[data-fullwidth-module] .container,.ListIconOnTopSmall[data-fullwidth-module] .list-description,.ListIconOnTopSmall[data-fullwidth-module] .list-title,.ListImageLarge[data-fullwidth-module] .container,.ListImageLarge[data-fullwidth-module] .list-description,.ListImageLarge[data-fullwidth-module] .list-title,.ListImageMedium[data-fullwidth-module] .container,.ListImageMedium[data-fullwidth-module] .list-description,.ListImageMedium[data-fullwidth-module] .list-title,.ListImageOnTopCircular[data-fullwidth-module] .container,.ListImageOnTopCircular[data-fullwidth-module] .list-description,.ListImageOnTopCircular[data-fullwidth-module] .list-title,.ListImageSmall[data-fullwidth-module] .container,.ListImageSmall[data-fullwidth-module] .list-description,.ListImageSmall[data-fullwidth-module] .list-title,.ListImageThumbnail[data-fullwidth-module] .container,.ListImageThumbnail[data-fullwidth-module] .list-description,.ListImageThumbnail[data-fullwidth-module] .list-title,.ListLinks[data-fullwidth-module] .container,.ListLinks[data-fullwidth-module] .list-description,.ListLinks[data-fullwidth-module] .list-title,.ListLogoOnly[data-fullwidth-module] .container,.ListLogoOnly[data-fullwidth-module] .list-description,.ListLogoOnly[data-fullwidth-module] .list-title,.ListMetrics[data-fullwidth-module] .container,.ListMetrics[data-fullwidth-module] .list-description,.ListMetrics[data-fullwidth-module] .list-title,.ListSchedule[data-fullwidth-module] .container,.ListSchedule[data-fullwidth-module] .list-description,.ListSchedule[data-fullwidth-module] .list-title,.ListSpeechPromo[data-fullwidth-module] .container,.ListSpeechPromo[data-fullwidth-module] .list-description,.ListSpeechPromo[data-fullwidth-module] .list-title,.ListTagCloud[data-fullwidth-module] .container,.ListTagCloud[data-fullwidth-module] .list-description,.ListTagCloud[data-fullwidth-module] .list-title,.ListUpcomingEvents[data-fullwidth-module] .container,.ListUpcomingEvents[data-fullwidth-module] .list-description,.ListUpcomingEvents[data-fullwidth-module] .list-title,.ListVerticalImage[data-fullwidth-module] .container,.ListVerticalImage[data-fullwidth-module] .list-description,.ListVerticalImage[data-fullwidth-module] .list-title,.SocialList[data-fullwidth-module] .container,.SocialList[data-fullwidth-module] .list-description,.SocialList[data-fullwidth-module] .list-title{max-width:none;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:0 50px}@media only screen and (min-width:768px){.CapstoneHubList,.GeographicMap,.List,.ListAbstract,.ListAccordion,.ListAsideStacked,.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-left:50px;padding-right:50px;padding-top:var(--globalPaddingTopMobile,50px);padding-bottom:var(--globalPaddingBottomMobile,50px)}.CapstoneHubList .list-title,.GeographicMap .list-title,.List .list-title,.ListAbstract .ContainerAbstract .container-title,.ListAbstract .DepartmentDirectoryPage-main-list-title,.ListAbstract .HTML5AudioPlayer-title,.ListAbstract .list-title,.ListAbstract .VideoModule-title,.ListAccordion .list-title,.ListAsideStacked .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}.CapstoneHubList .list-cta,.GeographicMap .list-cta,.List .list-cta,.ListAbstract .list-cta,.ListAccordion .list-cta,.ListAsideStacked .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){.CapstoneHubList,.GeographicMap,.List,.ListAbstract,.ListAccordion,.ListAsideStacked,.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-left:42px;padding-right:42px;padding-top:var(--globalPaddingTop,50px);padding-bottom:var(--globalPaddingBottom,50px)}}.CapstoneHubList .list-bullet-items-item,.GeographicMap .list-bullet-items-item,.List .list-bullet-items-item,.ListAbstract .list-bullet-items-item,.ListAccordion .list-bullet-items-item,.ListAsideStacked .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}.CapstoneHubList .list-bullet-items-item>svg,.GeographicMap .list-bullet-items-item>svg,.List .list-bullet-items-item>svg,.ListAbstract .list-bullet-items-item>svg,.ListAccordion .list-bullet-items-item>svg,.ListAsideStacked .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}.CapstoneHubList .PromoCardImageOnTop,.GeographicMap .PromoCardImageOnTop,.List .PromoCardImageOnTop,.ListAbstract .PromoCardImageOnTop,.ListAccordion .PromoCardImageOnTop,.ListAsideStacked .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:flex;align-items:center;max-width:100%}.ListFilter-heading{flex-shrink:0;margin-right:10px;font-size:1.4rem}.ListFilter .custom-dropdown{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:flex;align-items:center;justify-content:center;display:none}@media only screen and (min-width:1024px){.CarouselList.lead-carousel.sub-nav-enabled .carousel-nav-slide{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:flex;flex-direction:row;color:var(--white);font-size:20px;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;flex-grow:1;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;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}}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item>.PromoCardBackground:before{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(transparent,rgba(0,0,0,.8));background:-moz-linear-gradient(transparent,rgba(0,0,0,.8));pointer-events:none;z-index:1}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item>.PromoCardBackground>.PromoCardBackground-content{justify-content:flex-end;padding:140px 60px 20px 30px;z-index:2}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item>.PromoCardBackground>.PromoCardBackground-content .PromoCardBackground-description,.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-title{text-align:left}@media (min-width:730px){.ListCardBackgroundSportHeading{padding:25px 10px}.ListCardBackgroundSportHeading>.ListCardBackground-items{width:100vw;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:10px;max-width:100%}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item>.PromoCardBackground-media{position:relative}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item>.PromoCardBackground-media:before{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(transparent,rgba(0,0,0,.7));pointer-events:none;z-index:1}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:first-child{grid-column:2/span 2;grid-row:1/span 2}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:first-child>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-title{font-size:32px;margin:0}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:first-child>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-description{font-size:20px}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(2)>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-title,.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(3)>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-title,.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(4)>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-title,.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(5)>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-title{font-size:18px;margin:0}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(2)>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-description,.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(3)>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-description,.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(4)>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-description,.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(5)>.PromoCardBackground>.PromoCardBackground-content>.PromoCardBackground-description{font-size:14px}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(2){grid-column:1;grid-row:1}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(3){grid-column:1;grid-row:2}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(4){grid-column:4;grid-row:1}.ListCardBackgroundSportHeading>.ListCardBackground-items>.ListCardBackground-items-item:nth-child(5){grid-column:4;grid-row:2}.PromoCardBackground{width:100%}}.ListCardDescriptionOnLeft{text-align:left;display:flex;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 .DepartmentDirectoryPage-main-list-title,.ListCardDescriptionOnLeft .EventCategoryPage-description,.ListCardDescriptionOnLeft .HTML5AudioPlayer-title,.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:flex}.ListCardDescriptionOnLeft-content{flex-shrink:0;width:280px;flex-basis:280px;margin-right:40px}}@media only screen and (min-width:1440px){.ListCardDescriptionOnLeft .ContainerAbstract .container-title,.ListCardDescriptionOnLeft .DepartmentDirectoryPage-main-list-title,.ListCardDescriptionOnLeft .HTML5AudioPlayer-title,.ListCardDescriptionOnLeft .list-title,.ListCardDescriptionOnLeft .VideoModule-title{margin-bottom:40px}.ListCardDescriptionOnLeft-content{width:360px;flex-basis:360px;margin-right:60px}}.ListCardImageOnTop .list{gap:30px 0;margin-top:40px}.ListCardImageOnTop .flickity-viewport{background-color:#fff}@media only screen and (min-width:768px) and (max-width:1023px){.ListCardImageOnTop-items.list.list-items-3 .ListCardImageOnTop-items-item{grid-column:span 4}}@media only screen and (min-width:768px){.ListCardImageOnTop .list{grid-gap:20px}.ListCardImageOnTop .ListCarousel-items.flickity-enabled .ListCarousel-items-item{display:flex;min-height:100%;justify-content:stretch}.ListCardImageOnTop .ListCarousel-items.flickity-enabled .ListCarousel-items-item .PromoCardImageOnTop{flex-grow:1}}@media print{.ListCardImageOnTop-items{page-break-after:always}.ListCardImageOnTop-items-item{padding-left:80px;padding-right:80px}}.ListCardImageOnTop .list-5>.ListCardImageOnTop-items-item>.PromoCardImageOnTopHeading>.PromoCardImageOnTop-content .PromoCardImageOnTop-title{font-size:20px}.ListCardImageOnTop .list-5>.ListCardImageOnTop-items-item>.PromoCardImageOnTopHeading>.PromoCardImageOnTop-content .PromoCardImageOnTop-description{font-size:14px}.ListCardImageOnTop .PromoCardImageOnTopHeading .PromoCardImageOnTop{box-shadow:none}.ListCardImageOnTop .PromoCardImageOnTopHeading .PromoCardImageOnTop-content{padding:0}.ListCardImageOnTop .PromoCardImageOnTopHeading .PromoCardImageOnTop-category{text-align:left;background:#002e5d;font-size:16px;padding-left:5px;margin:0 0 5px}.ListCardImageOnTop .PromoCardImageOnTopHeading .PromoCardImageOnTop-category a{color:#fff}.ListCardImageOnTopRow>.ListCardImageOnTop-items{margin-top:0;grid-gap:10px}.ListCardImageOnTopRow>.ListCardImageOnTop-items>.ListCardImageOnTop-items-item>.PromoCardImageOnTop{box-shadow:none}.ListCardImageOnTopRow>.ListCardImageOnTop-items>.ListCardImageOnTop-items-item>.PromoCardImageOnTop>.PromoCardImageOnTop-content{padding:0}.ListCardImageOnTopRow>.ListCardImageOnTop-title{text-align:left;background:#002e5d;color:#fff;max-width:none;padding-left:5px;font-size:16px;line-height:1.6;margin:0 0 5px;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.ListCardImageOnTopRow>.ListCardImageOnTop-title>span{letter-spacing:1px;font-weight:700}.ListCardImageOnTopRow .PromoCardImageOnTop-category{display:none!important}.VideoIcon>.PromoCardImageOnTop>.PromoCardImageOnTop-media:after,.VideoIcon>.PromoCardImageOnTopHeading>.PromoCardImageOnTop-media:after,.VideoIconList>.ListCardImageOnTop-items>.ListCardImageOnTop-items-item>.PromoCardImageOnTop>.PromoCardImageOnTop-media:after,.VideoIconList>.ListCardImageOnTop-items>.ListCardImageOnTop-items-item>.PromoCardImageOnTopHeading>.PromoCardImageOnTop-media:after{width:55px;height:50px;content:"";background-color:#fff;-webkit-clip-path:polygon(0 0,60% 50%,0 100%);clip-path:polygon(0 0,60% 50%,0 100%);z-index:1;position:absolute;bottom:0;left:0;margin-left:5px;margin-bottom:5px}.ListCardImageOnly.FullWidthGrid{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;padding:0}.ListCardImageOnly.FullWidthGrid .ListCardImageOnly-items{margin:0;max-width:100%;grid-gap:5px}.ListCardImageOnly.FullWidthGrid .list-items-2>.ListCardImageOnly-items-item{grid-column:span 6!important}.ListCardImageOnly.FullWidthGrid .list-items-4>.ListCardImageOnly-items-item{grid-column:span 3!important}@media only screen and (min-width:768px) and (max-width:1023px){.ListCardImageOnly-items.list.list-items-3>div{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{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{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{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{grid-column:span 4}}.ListCardTextOnly .PromoCardTextOnly{height:100%}.ListVerticalImage-items{display:grid;max-width:256px;grid-gap:40px 20px;grid-template-columns:auto;margin:0 auto}.ListVerticalImage-items-item{grid-column:span 1}@media only screen and (min-width:768px){.ListVerticalImage-items{max-width:var(--maxPageWidth);grid-template-columns:repeat(2,minmax(1px,1fr))}}@media only screen and (min-width:1024px){.ListVerticalImage-items{grid-template-columns:repeat(3,minmax(1px,1fr))}[data-column-count="2"] .ListVerticalImage-items{grid-template-columns:repeat(2,minmax(1px,1fr))}[data-column-count="4"] .ListVerticalImage-items{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{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{grid-column:span 6}@media only screen and (min-width:768px){.ListIconOnTopSmall .list.list-6{grid-gap:40px 10px}.ListIconOnTopSmall .list.list-6>div{grid-column:span 2}.ListIconOnTopSmall .list.list-4{grid-gap:40px 10px}.ListIconOnTopSmall .list.list-4>div{grid-column:span 3}.ListIconOnTopSmall .list.list-3{grid-gap:40px 10px}.ListIconOnTopSmall .list.list-3>div{grid-column:span 4}.ListIconOnTopSmall .list.list-2{grid-gap:40px 10px}.ListIconOnTopSmall .list.list-2>div{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{grid-column:span 2}.ListIconOnTopSmall .list.list-4{grid-gap:40px}.ListIconOnTopSmall .list.list-4>div{grid-column:span 3}.ListIconOnTopSmall .list.list-3{grid-gap:40px}.ListIconOnTopSmall .list.list-3>div{grid-column:span 4}.ListIconOnTopSmall .list.list-2{grid-gap:40px}.ListIconOnTopSmall .list.list-2>div{grid-column:span 6}}.ListImageOnTopCircular .list{grid-gap:40px 20px}@media only screen and (max-width:767px){.ListImageOnTopCircular .list>div{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{grid-column:span 4}}@media only screen and (min-width:1024px){.ListImageOnTopCircular .list{grid-gap:60px}.ListImageOnTopCircular .list.list-4>div{grid-column:span 3}.ListImageOnTopCircular .list.list-3>div{grid-column:span 4}}.ListImageSmall{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{background:var(--white)}.ListImageMedium[data-image-style-circular] .PromoImageMedium-media .Image{border-radius:50%}.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:flex;align-items:center;padding:40px 20px;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 .DepartmentDirectoryPage-main-list-title,.ListLinks .HTML5AudioPlayer-title,.ListLinks .list-title,.ListLinks .VideoModule-title{margin:0}.ListLinks .list-cta{margin-top:30px}.ListLinks-items{display:flex;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: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 .DepartmentDirectoryPage-main-list-title,.ListCard-header .HTML5AudioPlayer-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:flex;align-items:center;padding:40px 20px;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 .DepartmentDirectoryPage-main-list-title,.ListCard .HTML5AudioPlayer-title,.ListCard .list-title,.ListCard .VideoModule-title{margin:0}.ListCard .list-cta{margin-top:30px}@media print{.ListCard .list-cta{display:none}}.ListCard-items{display:flex;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{align-self:center;justify-self:center}@media only screen and (max-width:1023px){.ListLogoOnly-items.list .ListLogoOnly-items-item{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{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{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{grid-column:span 3}.ListLogoOnly-items.list.list-3 .ListLogoOnly-items-item{grid-column:span 4}.ListLogoOnly-items.list.list-2 .ListLogoOnly-items-item{grid-column:span 6}}.ListMasonry .list-items{position:relative;padding:0;display:block;grid-gap: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 .DepartmentDirectoryPage-main-list-title,.ListTagCloud.list-has-no-header .HTML5AudioPlayer-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:flex;align-items:center;padding:20px;background:var(--colorBeige1);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{align-items:flex-start;justify-content:flex-start}.text-center .ListTagCloud-items{justify-content:center;align-items:center}.text-right .ListTagCloud-items{align-items:flex-end;justify-content:flex-end}.text-left .ListTagCloud-header{align-items:flex-start;justify-content:center}.text-center .ListTagCloud-header{justify-content:center;align-items:center}.text-right .ListTagCloud-header{align-items:flex-end;justify-content:center}.ListTagCloud .ContainerAbstract .container-title,.ListTagCloud .DepartmentDirectoryPage-main-list-title,.ListTagCloud .HTML5AudioPlayer-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:flex;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:flex;justify-content:center}.ListEvents-items{width:100%;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:flex;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-title{font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}.ListSpeechPromo-items{list-style:none;display:flex;flex-wrap:wrap;align-items:stretch;margin-right:-20px;padding:0;justify-content:center}.ListSpeechPromo-items-item{margin:0 20px 20px 0}@media only screen and (min-width:828px){.ListSpeechPromo-items{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-items{max-width:1140px}}.ListAthleticEvent{display:block}.ListAthleticEvent-itemsWrapper{max-width:var(--maxPageWidth);margin:0 auto}.ListAthleticEvent-items{display:flex;margin:0 -20px -20px 0;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}}.ListAsideStacked{--dividerColor:var(--grayscaleFour);--dividerVisibility:block}[data-module-align=left] .ListAsideStacked-cta{text-align:left}[data-module-align=center] .ListAsideStacked-cta{text-align:center}[data-module-align=right] .ListAsideStacked-cta{text-align:right}.ListAsideStacked-divider{height:2px;border-radius:1px;background-color:var(--dividerColor);display:var(--dividerVisibility)}.ListAsideStacked-items{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:15px}.ListAsideStacked-items-item{display:flex}.ListAsideStacked .PromoTextOnly-title{--linkTextColor:var(--primaryTextColor)}.ListAsideStacked .PromoTextOnly-description{color:var(--secondaryTextColor);margin-top:5px}@media only screen and (min-width:1024px){.ListAsideStacked-items{grid-gap:30px}}.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%}@media print{.ListHighlightA-items{box-shadow:none}}.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:flex}.ListHighlightA-items-item:last-of-type{margin-bottom:0}.ListHighlightA-highlightedItem{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;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 .DepartmentDirectoryPage-main-list-title,.ListAccordion .HTML5AudioPlayer-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:flex;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;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%;align-items: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: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:flex;flex-direction:row;color:var(--white);font-size:20px;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;flex-grow:1;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 .DepartmentDirectoryPage-main-list-title,.ListCarouselBoxedHeadline .EventCategoryPage-description,.ListCarouselBoxedHeadline .HTML5AudioPlayer-title,.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;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;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 .DepartmentDirectoryPage-main-list-title,.ListCarouselHeadline .EventCategoryPage-description,.ListCarouselHeadline .HTML5AudioPlayer-title,.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: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 .PromoAdLede,.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 .PromoNavItem,.ListFlipCard .PromoNotification,.ListFlipCard .PromoStandard,.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{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{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 .DepartmentDirectoryPage-main-list-title,.SocialList .HTML5AudioPlayer-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 .DepartmentDirectoryPage-main-list-title,.SocialList .HTML5AudioPlayer-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 .DepartmentDirectoryPage-main-list-title,.SocialList .HTML5AudioPlayer-title,.SocialList .list-title,.SocialList .VideoModule-title{margin-bottom:55px}}.ListFavorite-Section{position:relative;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{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;transition:background .25s ease}.SiteNavigationItem-items .NavigationLink:focus,.SiteNavigationItem-items .NavigationLink:hover{background:var(--siteNavigationItemHoverColor)}[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:flex;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[data-has-more]{cursor:pointer}.SiteNavigationItem-items{display:none;padding:0;position:absolute;top:47px;left:0;z-index:999}.SiteNavigationItem-items .NavigationLink{padding:15px 23px}[data-item-click=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:pointer;margin-left:-5px;padding:0;display:flex}.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}.PrimaryNavigation{width:100%;font-family:var(--navigationItemFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;display:flex;justify-content:flex-end}.PrimaryNavigation-items{display:flex;justify-content:flex-end;gap:5px;flex-basis:auto;align-items:center;padding:0}.PrimaryNavigation-items-item{display:block}@media only screen and (min-width:768px){.PrimaryNavigation-items-item{display:inline-block}}.PrimaryNavigation .PrimaryNavigationItem.isCurrent{border-bottom:3px solid var(--siteNavigationItemColor,#9e1b34)}.PrimaryNavigation .PrimaryNavigationItem.isCurrent .SiteNavigationItem-text-link{border:none}.PrimaryNavigation .PrimaryNavigationItem-text,.PrimaryNavigation .PrimaryNavigationItem-text-link{font-family:Montserrat,sans-serif;font-size:16px;line-height:25px}.PrimaryNavigation .PrimaryNavigationItem-text-link{padding:11px 12px}.PrimaryNavigation .PrimaryNavigationItem-text-link:hover{border:none}.PrimaryNavigation .PrimaryNavigationItem-items-container{border-top:none}.PrimaryNavigationItem{--navItemUnderlineColor:#ccc;--navDropdownBackgroundColor:#fff;--navDropdownBorderColor:#999;--navDropdownItemHoverBackground:#f5f5f5;position:relative;width:100%;margin:0;cursor:pointer;white-space:nowrap}.PrimaryNavigationItem[data-button=true]{border:0}.PrimaryNavigationItem-more{cursor:pointer;padding-right:0;position:relative;height:auto}.PrimaryNavigationItem-more button{margin:0}.PrimaryNavigationItem-more button:hover{transform:scale(1)}.PrimaryNavigationItem-more svg{position:relative;height:6px;width:12px;fill:#141414;color:#141414}.PrimaryNavigationItem:not([data-item-active=true]) .PrimaryNavigationItem-items-container{display:none}.PrimaryNavigationItem-items{padding:0}.PrimaryNavigationItem-items-item:hover{background:none}.PrimaryNavigationItem-items-container{border-top:2px solid #e6e5e0;display:flex}@media only screen and (min-width:1024px){.PrimaryNavigationItem-items-container{border:1px solid var(--navDropdownBorderColor);position:absolute;min-width:280px;background-color:var(--navDropdownBackgroundColor);z-index:10;border-radius:0 0 2px 2px;top:100%;box-shadow:0 5px 30px 0 var(--boxShadowColorTwo)}.PrimaryNavigationItem-items-container:after,.PrimaryNavigationItem-items-container:before{left:var(--tail-offset-left,0);top:0;content:" ";height:0;width:0;position:absolute;pointer-events:none}}.PrimaryNavigationItem-items-container[data-has-promo=true] .PrimaryNavigationItem-promos{display:none}.PrimaryNavigationItem-items-container:before{border-bottom-color:var(--navDropdownBorderColor);border-width:17px;margin-top:-30px}.PrimaryNavigationItem-items-container:after,.PrimaryNavigationItem-items-container:before{border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;z-index:1000}.PrimaryNavigationItem-items-container:after{border-bottom-color:var(--navDropdownBackgroundColor);border-width:17px;margin-top:-29px}.PrimaryNavigationItem-items-wrapper{flex-grow:1;display:grid;white-space:normal;word-break:keep-all;overflow-y:auto}@media only screen and (min-width:1024px){.PrimaryNavigationItem-items-wrapper{padding:20px}}.PrimaryNavigationItem-items-wrapper .PrimaryNavigationItem-items-item:not([data-has-nav-group=true]):hover{background:var(--navDropdownItemHoverBackground,#f5f5f5)}.PrimaryNavigationItem-items-wrapper[data-has-promo]{display:grid;grid-gap:20px}@media only screen and (min-width:768px){.PrimaryNavigationItem-items-wrapper[data-has-promo]{grid-template-columns:260px 245px}}.PrimaryNavigationItem-items-wrapper[data-has-promo] .PrimaryNavigationItem-promos{padding:20px;background:#f5f5f5;display:block}@media only screen and (min-width:768px){.PrimaryNavigationItem-items-wrapper[data-has-promo] .PrimaryNavigationItem-promos{grid-template-columns:260px 245px;margin-top:-10px}}.PrimaryNavigationItem-items-wrapper[data-horizontal-nav=true] .PrimaryNavigationItem-items{display:grid}@media only screen and (min-width:768px){.PrimaryNavigationItem-items-wrapper[data-horizontal-nav=true][data-item-count="2"] .PrimaryNavigationItem-items{grid-template-columns:repeat(2,240px)}}@media only screen and (min-width:1024px){.PrimaryNavigationItem-items-wrapper[data-horizontal-nav=true][data-item-count="3"] .PrimaryNavigationItem-items{grid-template-columns:repeat(3,240px)}}@media only screen and (min-width:1024px){.PrimaryNavigationItem-items-wrapper[data-horizontal-nav=true][data-item-count="4"] .PrimaryNavigationItem-items{grid-template-columns:repeat(4,240px)}}.PrimaryNavigationItem-items-wrapper .NavigationLink{padding:15px 20px}.PrimaryNavigationItem-items-wrapper .NavigationLink-title{color:var(--primaryTextColor)}.PrimaryNavigationItem-alternate-button-label{display:none}.PrimaryNavigationItem-text{justify-content:space-between;cursor:pointer}.PrimaryNavigationItem-text,.PrimaryNavigationItem-text-link{align-items:center;display:flex;font-size:16px;line-height:25px;font-weight:700}.PrimaryNavigationItem-text-link{color:#4a4a4a;padding:4px}.PrimaryNavigationItem-text-link:hover{color:#4a4a4a}.PrimaryNavigationItem-avatar{margin-right:10px;border-radius:50%;width:30px;height:30px;-o-object-fit:cover;object-fit:cover}.PrimaryNavigationItem .NavigationLink{display:block;width:100%;font-weight:300;line-height:22px;color:rgba(0,0,0,.8)}.PrimaryNavigationItem .NavigationLink-description,.PrimaryNavigationItem .NavigationLink-title{display:block}.PrimaryNavigationItem .NavigationLink-title{font-size:16px}.PrimaryNavigationItem .NavigationLink-description{font-size:14px}.PrimaryNavigationItem-button{padding-left:30px;padding-right:30px;margin-top:20px}@media only screen and (min-width:1024px){.PrimaryNavigationItem{border-bottom:0;margin:0;cursor:pointer;padding-left:0;white-space:nowrap}.PrimaryNavigationItem-items-item[data-active] a:after{background-color:#006eb6;border-radius:2px;content:"";height:3px;transition:all .2s ease;width:100%;display:block;margin-top:8px}.PrimaryNavigationItem-text{font-size:1.6rem;line-height:19.2px;padding-left:0}.PrimaryNavigationItem-text:after{content:"";width:100%;background-color:transparent;position:absolute;bottom:10px;height:4px;border-radius:2px;transition:all .2s ease;left:0;right:0}[data-current-nav-item] .PrimaryNavigationItem-text:after{background-color:var(--primaryColor)}.PrimaryNavigationItem-text .PrimaryNavigationItem-text-link{padding:20px 6px 22px 12px;position:relative}.PrimaryNavigationItem-text-link{font-size:16px;font-weight:500;padding:4px}.PrimaryNavigationItem-text-link-label{position:relative;color:var(--primaryTextColor);font-weight:700}[data-current-nav-item] [data-item-active] .PrimaryNavigationItem-text:after,[data-item-active] .PrimaryNavigationItem-text:after{background-color:var(--navItemUnderlineColor)}.PrimaryNavigationItem-avatar{margin-right:-5px;margin-left:10px}.PrimaryNavigationItem-more{cursor:pointer;padding-right:12px;position:relative;height:auto}.PrimaryNavigationItem-more .mobile-symbol{display:none}.PrimaryNavigationItem-more .desktop-symbol{display:block}.PrimaryNavigationItem-button{margin:0}.PrimaryNavigationItem-button[data-has-alternate-text=true] .NavigationItem-alternate-button-label{display:block}.PrimaryNavigationItem-button[data-has-alternate-text=true] .NavigationItem-button-label{display:none}.PrimaryNavigationItem .NavigationLink-title{font-size:1.6rem;font-weight:400;line-height:19.2px}.PrimaryNavigationItem .NavigationLink-description{font-size:1.2rem;font-weight:400;line-height:14.4px;color:var(--grayscaleSix)}}@media only screen and (min-width:1240px){.PrimaryNavigationItem-avatar{margin-right:-10px}.PrimaryNavigationItem-button{margin-right:20px;margin-left:20px}.PrimaryNavigationItem-button[data-has-alternate-text=true] .PrimaryNavigationItem-alternate-button-label{display:none}.PrimaryNavigationItem-button[data-has-alternate-text=true] .PrimaryNavigationItem-button-label{display:block}}.PrimaryNavigationItem[data-overflow-menu] .PrimaryNavigationItem .PrimaryNavigationItem-text-link{height:auto;color:var(--primaryTextColor)}.PrimaryNavigationItem[data-overflow-menu] .PrimaryNavigationItem .PrimaryNavigationItem-text-link:hover{border-radius:2px;background-color:var(--grayscaleOne)}.PrimaryNavigationItem[data-overflow-menu] .PrimaryNavigationItem .PrimaryNavigationItem-text-link-label{position:relative;font-weight:400}.PrimaryNavigationItem[data-overflow-menu] .PrimaryNavigationItem .PrimaryNavigationItem-items-container,.PrimaryNavigationItem[data-overflow-menu] .PrimaryNavigationItem .PrimaryNavigationItem-text-link-label:after{display:none}.PrimaryNavigationItem .NavigationGroup{background:#fff}.PrimaryNavigationItem .NavigationGroup-items-item:hover{background:var(--navDropdownItemHoverBackground,#f5f5f5)}.PrimaryNavigationItem .NavigationGroup-items-item[data-active] .NavigationLink:after{background-color:#ba0c2f}.NavigationGroup{margin-top:10px}.NavigationGroup-title{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:var(--label-3);font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--primaryColor);margin-bottom:10px;padding:0}.NavigationGroup-items{display:block;padding:0}.NavigationGroup-items-item .NavigationLink{padding:10px 0}.NavigationGroup-items-item[data-active] a:after{background-color:#006eb6;border-radius:2px;content:"";height:4px;transition:all .2s ease;width:100%;display:block;margin-top:8px}@media only screen and (min-width:1024px){.NavigationGroup{margin-top:0}.NavigationGroup-title{padding:10px 20px 0}.NavigationGroup-items-item .NavigationLink{padding:10px 20px}}.ArticlePage,.AthletePage,.AuthorPage,.BlogPage,.BlogPostPage,.BrandPage,.CoachPage,.CountryPage,.CourseContentPage,.DepartmentDirectoryPage,.DirectorySearchPage,.EmployeePage,.EventCalendarDayPage,.EventCalendarMonthPage,.EventCategoryPage,.EventPage,.ExperientialPage,.GalleryPage,.Homepage,.Page,.PressRelease,.ProductPage,.ProgramContentPage,.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,.CourseContentPage-headingWrapper,.DepartmentDirectoryPage-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,.ProgramContentPage-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:flex;flex-direction:column;flex:1;justify-content:center}@media print{.ArticlePage-headingWrapper,.AthletePage-headingWrapper,.AuthorPage-headingWrapper,.BlogPage-headingWrapper,.BlogPostPage-headingWrapper,.BrandPage-headingWrapper,.CoachPage-headingWrapper,.CountryPage-headingWrapper,.CourseContentPage-headingWrapper,.DepartmentDirectoryPage-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,.ProgramContentPage-headingWrapper,.SearchResultsPage-headingWrapper,.SectionPage-headingWrapper,.TagPage-headingWrapper,.TaxonomyPage-headingWrapper,.TopicPage-headingWrapper,.VideoPage-headingWrapper{display:none}}.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,.CourseContentPage.lead-bg-image .CourseContentPage-headingWrapper,.DepartmentDirectoryPage.lead-bg-image .DepartmentDirectoryPage-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,.ProgramContentPage.lead-bg-image .ProgramContentPage-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,.CourseContentPage.lead-bg-image .CourseContentPage-headingWrapper,.DepartmentDirectoryPage.lead-bg-image .DepartmentDirectoryPage-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,.ProgramContentPage.lead-bg-image .ProgramContentPage-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,.CourseContentPage.lead-bg-image .CourseContentPage-headingWrapper,.DepartmentDirectoryPage.lead-bg-image .DepartmentDirectoryPage-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,.ProgramContentPage.lead-bg-image .ProgramContentPage-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,.CourseContentPage-titleSection,.DepartmentDirectoryPage-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,.ProgramContentPage-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,.CourseContentPage-actions,.CourseContentPage-pageSubHeading,.DepartmentDirectoryPage-actions,.DepartmentDirectoryPage-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,.ProgramContentPage-actions,.ProgramContentPage-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,.CourseContentPage-actions,.DepartmentDirectoryPage-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,.ProgramContentPage-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,.CourseContentPage-hat-sticky,.DepartmentDirectoryPage-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,.ProgramContentPage-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,.CourseContentPage-hat-hidden,.DepartmentDirectoryPage-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,.ProgramContentPage-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,.CourseContentPage-contentWrapper,.DepartmentDirectoryPage-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,.ProgramContentPage-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,.CourseContentPage-content,.DepartmentDirectoryPage-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,.ProgramContentPage-content,.SearchResultsPage-content,.SectionPage-content,.TagPage-content,.TaxonomyPage-content,.TopicPage-content,.VideoPage-content{margin-left:auto;margin-right:auto;max-width:1170px;display:flex;flex-wrap:wrap}.ArticlePage-main,.AthletePage-main,.AuthorPage-main,.BlogPage-main,.BlogPostPage-main,.BrandPage-main,.CoachPage-main,.CountryPage-main,.CourseContentPage-main,.DepartmentDirectoryPage-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,.ProgramContentPage-main,.SearchResultsPage-main,.SectionPage-main,.TagPage-main,.TaxonomyPage-main,.TopicPage-main,.VideoPage-main{max-width:100%;order:2;flex-grow:1}.ArticlePage-main>*,.AthletePage-main>*,.AuthorPage-main>*,.BlogPage-main>*,.BlogPostPage-main>*,.BrandPage-main>*,.CoachPage-main>*,.CountryPage-main>*,.CourseContentPage-main>*,.DepartmentDirectoryPage-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>*,.ProgramContentPage-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,.CourseContentPage-main>:after,.DepartmentDirectoryPage-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,.ProgramContentPage-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,.CourseContentPage-aside,.DepartmentDirectoryPage-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,.ProgramContentPage-aside,.SearchResultsPage-aside,.SectionPage-aside,.TagPage-aside,.TaxonomyPage-aside,.TopicPage-aside,.VideoPage-aside{display:none;padding:50px 20px;order: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],.CourseContentPage-aside[open],.DepartmentDirectoryPage-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],.ProgramContentPage-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,.CourseContentPage,.DepartmentDirectoryPage,.DirectorySearchPage,.EmployeePage,.EventCalendarDayPage,.EventCalendarMonthPage,.EventCategoryPage,.EventPage,.ExperientialPage,.GalleryPage,.Homepage,.Page,.PressRelease,.ProductPage,.ProgramContentPage,.SearchResultsPage,.SectionPage,.TagPage,.TaxonomyPage,.TopicPage,.VideoPage{height:100%}.ArticlePage-body,.AthletePage-body,.AuthorPage-body,.BlogPage-body,.BlogPostPage-body,.BrandPage-body,.CoachPage-body,.CountryPage-body,.CourseContentPage-body,.DepartmentDirectoryPage-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,.ProgramContentPage-body,.SearchResultsPage-body,.SectionPage-body,.TagPage-body,.TaxonomyPage-body,.TopicPage-body,.VideoPage-body{display:flex;flex-direction:column}.ArticlePage-contentWrapper,.AthletePage-contentWrapper,.AuthorPage-contentWrapper,.BlogPage-contentWrapper,.BlogPostPage-contentWrapper,.BrandPage-contentWrapper,.CoachPage-contentWrapper,.CountryPage-contentWrapper,.CourseContentPage-contentWrapper,.DepartmentDirectoryPage-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,.ProgramContentPage-contentWrapper,.SearchResultsPage-contentWrapper,.SectionPage-contentWrapper,.TagPage-contentWrapper,.TaxonomyPage-contentWrapper,.TopicPage-contentWrapper,.VideoPage-contentWrapper{flex:1 0 auto}.ArticlePage-headingWrapper,.AthletePage-headingWrapper,.AuthorPage-headingWrapper,.BlogPage-headingWrapper,.BlogPostPage-headingWrapper,.BrandPage-headingWrapper,.CoachPage-headingWrapper,.CountryPage-headingWrapper,.CourseContentPage-headingWrapper,.DepartmentDirectoryPage-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,.ProgramContentPage-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,.CourseContentPage-aside,.DepartmentDirectoryPage-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,.ProgramContentPage-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,.CourseContentPage-body.with-transparent-header .CourseContentPage-headingWrapper,.DepartmentDirectoryPage-body.with-transparent-header .DepartmentDirectoryPage-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,.ProgramContentPage-body.with-transparent-header .ProgramContentPage-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,.CourseContentPage-body.with-transparent-header .CourseContentPage-pageLead:first-child .PromoAbstract,.DepartmentDirectoryPage-body.with-transparent-header .DepartmentDirectoryPage-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 .PromoAdLede,.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 .PromoNavItem,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoNotification,.Page-body.with-transparent-header .Page-pageLead:first-child .PromoStandard,.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,.ProgramContentPage-body.with-transparent-header .ProgramContentPage-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,.CourseContentPage[data-aside-right] .CourseContentPage-aside,.DepartmentDirectoryPage[data-aside-right] .DepartmentDirectoryPage-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,.ProgramContentPage[data-aside-right] .ProgramContentPage-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;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,.CourseContentPage[data-aside-right] .CourseContentPage-main,.DepartmentDirectoryPage[data-aside-right] .DepartmentDirectoryPage-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,.ProgramContentPage[data-aside-right] .ProgramContentPage-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{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,.CourseContentPage-actions,.CourseContentPage-pageSubHeading,.DepartmentDirectoryPage-actions,.DepartmentDirectoryPage-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,.ProgramContentPage-actions,.ProgramContentPage-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,.CourseContentPage-content,.DepartmentDirectoryPage-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,.ProgramContentPage-content,.SearchResultsPage-content,.SectionPage-content,.TagPage-content,.TaxonomyPage-content,.TopicPage-content,.VideoPage-content{display:flex;flex-wrap:nowrap;justify-content:center}.ArticlePage-aside,.AthletePage-aside,.AuthorPage-aside,.BlogPage-aside,.BlogPostPage-aside,.BrandPage-aside,.CoachPage-aside,.CountryPage-aside,.CourseContentPage-aside,.DepartmentDirectoryPage-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,.ProgramContentPage-aside,.SearchResultsPage-aside,.SectionPage-aside,.TagPage-aside,.TaxonomyPage-aside,.TopicPage-aside,.VideoPage-aside{display:block;order:0;flex:0 0 320px;padding:0;margin-right:50px;margin-top:-50px;z-index:50}.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,.CourseContentPage-aside.remove-offset,.DepartmentDirectoryPage-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,.ProgramContentPage-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,.CourseContentPage-main,.DepartmentDirectoryPage-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,.ProgramContentPage-main,.SearchResultsPage-main,.SectionPage-main,.TagPage-main,.TaxonomyPage-main,.TopicPage-main,.VideoPage-main{order:1;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:sticky}.college-home .Header{position:relative}.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;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}@media screen and (max-width:768px){.college-home .Header-menu-button{margin-top:-30px;right:-30rem}}@media screen and (max-width:768px){.secondary-branding .Header-menu-button{margin-top:-30px!important;right:-30rem!important;background:var(--primaryColor)}}.Header-menu-button[aria-expanded=true]{background-color:var(--buttonBgColor1)}.Header-navigation{display:none;border-top:1px solid var(--headerHorizontalDividerColor);background-color:var(--pageBackgroundColor)}.secondary-branding .Header-navigation{border-top:1px solid #d3d3d3}.menu-open .Header-navigation{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:"\007C";color:var(--headerBreadcrumbDividerColor);display:inline-block;margin:0 8px;font-size:.7em;transform:translateY(-15%)}.Header-headerLinks{display:flex;flex:0 0 auto;font-size:13px;letter-spacing:2px;order:4;padding:20px 10px;border-bottom:1px solid #f4f4f4}.Header-headerLinks .Link{color:var(--siteNavigationItemColor);flex:0 0 auto}.Header-headerLinks .Link:not(:last-child):after{content:"\007C";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}.secondary-branding .Header-title{display:none}.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:flex;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:flex;align-items:center;justify-content:center;min-height:60px}.college-home .Header-logo{width:600px;height:550px;position:absolute;left:50%;top:50%;margin-left:-300px;margin-top:-300px}@media screen and (max-width:768px){.college-home .Header-logo{top:30px;margin-top:0;height:0}}.secondary-branding .Header-logo{width:480px;height:550px;position:absolute;left:8%;top:50%;margin-top:-300px}@media screen and (max-width:768px){.secondary-branding .Header-logo{width:575px;top:50px;left:-96px}}.Header-logo img{max-width:50px;height:auto;min-height:20px}.secondary-branding .Header-logo img{max-width:360px}@media screen and (max-width:768px){.secondary-branding .Header-logo img{padding-top:50px}}.Header-contentTop{background:var(--headerBgColor);padding:0;display:grid;grid-gap:0;grid-template-columns:72px auto}@media screen and (max-width:768px){.college-home .Header-contentTop{padding-top:100px}}.Header-actions{grid-column:1/3;display:none;flex-wrap:wrap;align-items:center;background-color:var(--headerMenuBgColor)}.secondary-branding .Header-actions{padding-right:10em!important}.Header-authNavigation{display:flex;align-items:center;order:2;flex-shrink:0;margin-left:auto;margin-right:2rem;flex-direction:column;padding:10px 0}.menu-open .Header-actions{display:flex}.Header-customButton{white-space:nowrap;padding:20px/2;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;flex:0 0 100%}.secondary-branding .Header-search{border-bottom:none;bottom:100%}@media screen and (max-width:768px){.secondary-branding .Header-search{bottom:0}}.Header-search-form{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}.secondary-branding .Header-search-input{border:1px solid #002e5d;background:#fff!important;color:#fff}.college-home .Header-search-input{color:#fff!important}.Header-search-button{color:var(--headerBgColor);top:8px;right:8px}.Header-search-link{display:none}.Header .SiteNavigation{display:flex;flex-direction:column}.college-home .Header .SiteNavigation{justify-content:center;display:grid}@media screen and (max-width:768px){.college-home .Header .SiteNavigation{justify-content:left}}.secondary-branding .Header .SiteNavigation{line-height:1px}@media only screen and (min-width:768px){.Header:not([data-header-home]) .Header .SiteNavigation{flex-direction:row}.Header:not([data-header-home]) .Header-navigation{display:flex;padding-left:115px}.college-home .Header:not([data-header-home]) .Header-navigation{padding-left:0}.Header:not([data-header-home]) .Header-authNavigation{margin-left:3.2rem;margin-right:1.6rem;order:unset}.secondary-branding .Header:not([data-header-home]) .Header-authNavigation{color:#002e5d}.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}.college-home .Header:not([data-header-home]) .Header-contentTop{height:20em!important}.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}.college-home .Header:not([data-header-home]) .Header-actions,.secondary-branding .Header:not([data-header-home]) .Header-actions{padding-right:10em!important}.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:768px) and screen and (max-width:1200px){.college-home .Header:not([data-header-home]) .Header-actions,.secondary-branding .Header:not([data-header-home]) .Header-actions{padding-right:3em!important}}@media only screen and (min-width:1024px){.Header[data-header-home] .Header-navigation{display:flex;padding-left:115px}.college-home .Header[data-header-home] .Header-navigation{padding-left:0}.secondary-branding .Header[data-header-home] .Header-navigation{padding-left:8%!important}.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{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}.secondary-branding .Header[data-header-home] .Header-logo img{max-width:360px!important}.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}.secondary-branding .Header[data-header-home] .Header-contentTop{padding-top:100px}.Header[data-header-home] .Header-home-logo{align-items:center;background:var(--homeHeaderLogoBackgroundColor,#002d5f);display:flex;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{align-items:center;display:flex;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:flex;flex-direction:row;justify-content:center;width:100%;position:relative;top:10px}.Header[data-header-home] .Header-navigation .SiteNavigation-items{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}.secondary-branding .Header.header-light .Header-search-input{background:#fff!important}.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}.secondary-branding .Header.header-light-dark .Header-search-input{background:#fff!important}.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)}@media print{.Header{display:none}}.secondary-branding{padding-top:100px;background:#fff}.secondary-branding .Header-logo a img{max-width:360px!important}.secondary-branding .Header-navigation .SiteNavigation{padding-left:60px}.ArticlePage>.Page-body>.secondary-branding>.Header-navigation,.AthletePage>.Page-body>.secondary-branding>.Header-navigation,.AuthorPage>.Page-body>.secondary-branding>.Header-navigation,.BlogPage>.Page-body>.secondary-branding>.Header-navigation,.BlogPostPage>.Page-body>.secondary-branding>.Header-navigation,.BrandPage>.Page-body>.secondary-branding>.Header-navigation,.CoachPage>.Page-body>.secondary-branding>.Header-navigation,.CountryPage>.Page-body>.secondary-branding>.Header-navigation,.CourseContentPage>.Page-body>.secondary-branding>.Header-navigation,.DepartmentDirectoryPage>.Page-body>.secondary-branding>.Header-navigation,.DirectorySearchPage>.Page-body>.secondary-branding>.Header-navigation,.EmployeePage>.Page-body>.secondary-branding>.Header-navigation,.EventCalendarDayPage>.Page-body>.secondary-branding>.Header-navigation,.EventCalendarMonthPage>.Page-body>.secondary-branding>.Header-navigation,.EventCategoryPage>.Page-body>.secondary-branding>.Header-navigation,.EventPage>.Page-body>.secondary-branding>.Header-navigation,.ExperientialPage>.Page-body>.secondary-branding>.Header-navigation,.GalleryPage>.Page-body>.secondary-branding>.Header-navigation,.Homepage>.Page-body>.secondary-branding>.Header-navigation,.Page>.Page-body>.secondary-branding>.Header-navigation,.PressRelease>.Page-body>.secondary-branding>.Header-navigation,.ProductPage>.Page-body>.secondary-branding>.Header-navigation,.ProgramContentPage>.Page-body>.secondary-branding>.Header-navigation,.SearchResultsPage>.Page-body>.secondary-branding>.Header-navigation,.SectionPage>.Page-body>.secondary-branding>.Header-navigation,.TagPage>.Page-body>.secondary-branding>.Header-navigation,.TaxonomyPage>.Page-body>.secondary-branding>.Header-navigation,.TopicPage>.Page-body>.secondary-branding>.Header-navigation,.VideoPage>.Page-body>.secondary-branding>.Header-navigation{padding-left:8%}.college-home .Header-logo a img{max-width:400px!important}.Page-body>.secondary-branding{position:relative}@media screen and (min-width:767px){.college-home>.Page-body>.Header>.Header-navigation>.SiteNavigation>.SiteNavigation-items{display:grid;grid-auto-flow:column;grid-column-gap:7rem}}@media screen and (max-width:767px){.college-home>.Page-body>.Header>.Header-navigation>.SiteNavigation>.SiteNavigation-items .college-home>.Page-body>.Header>.Header-navigation>.SiteNavigation>.SiteNavigation-items{display:block}}.secondary-branding>.Header-navigation>.SiteNavigation>.SiteNavigation-items{line-height:.9}.customCollegeHat{background-color:var(--primaryColor);height:30px;display:flex;align-items:center;padding-left:8%;z-index:50}@media screen and (max-width:768px){.customCollegeHat{padding-left:1%}}.customCollegeHat .unitName{max-width:1000px}.customCollegeHat .unitName a{border-left:1px solid #fff;padding-left:18px;color:#fff!important;text-transform:uppercase;font-size:15px;font-family:HCo Ringside Narrow SSm}.customCollegeHat .schoolLogo{width:79px;padding-left:20px}.customCollegeHat .schoolLogo a img{max-width:43px;padding-bottom:1px}.secondary-branding-no-logo{position:relative}.secondary-branding-no-logo .Header-navigation{padding-left:8%!important;border-top:1px solid #d3d3d3}.secondary-branding-no-logo .Header-navigation .SiteNavigation{padding-left:68px}.secondary-branding-no-logo .Header-navigation .SiteNavigation .SiteNavigation-items{line-height:.8}.secondary-branding-no-logo .Header-contentTop{background:#fff;padding-top:10px}.secondary-branding-no-logo .Header-contentTop a>img{display:none}.secondary-branding-no-logo .Header-contentTop .Header-titles{top:-7%}.secondary-branding-no-logo .Header-contentTop .Header-titles .Header-title{color:#002e5d!important;padding-left:7%}.secondary-branding-no-logo .Header-contentTop .Header-titles .Header-title span{font-size:30px}.secondary-branding-no-logo .Header-contentTop .Header-titles .Header-title:before{background:#fff!important}@media screen and (max-width:768px){.secondary-branding-no-logo .Header-contentTop .Header-titles .Header-menu-button{margin-top:-30px!important;background:var(--primaryColor)}}.secondary-branding-no-logo .Header-contentTop .Header-actions{padding-right:10rem;margin-bottom:2%}@media screen and (max-width:500px){.secondary-branding-no-logo .Header-contentTop .Header-actions{padding-right:0;margin-top:0}}.secondary-branding-no-logo .Header-contentTop .Header-actions .Header-search-input{border:1px solid #002e5d!important;background:#fff!important;color:#fff}.BYUH-Home-Page-Header{--homeHeaderLogoBackgroundColor:#ba0c2f;--homeHeaderBackgroundColor:#c7cdd0;--siteNavigationItemColor:#ba0c2f;--headerBgColor:#ba0c2f;--hamburgerHoverBackgroundColor:#946f0a}@media only screen and (min-width:1024px){.BYUH-Home-Page-Header.Header-homeStickyContainer{height:103px!important}}.BYUH-Home-Page-Header .Header[data-header-home] .Header-desktop-view{display:none}@media only screen and (min-width:1024px){.BYUH-Home-Page-Header .Header[data-header-home] .Header-desktop-view{display:block}}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-view{display:block}@media only screen and (min-width:1024px){.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-view{display:none}}.BYUH-Home-Page-Header .Header[data-header-home] .Header-contentTop{height:40px;display:block;background:var(--homeHeaderBackgroundColor,#c7cdd0)}.BYUH-Home-Page-Header .Header[data-header-home] .Header-contentTop-wrapper{height:100%;padding:0 20px;position:relative;display:flex;justify-content:flex-end}.BYUH-Home-Page-Header .Header[data-header-home] .Header-home-logo{width:249px;height:148px;left:80px;top:0;background:var(--homeHeaderLogoBackgroundColor,#ba0c2f);align-items:center;display:flex;justify-content:center;opacity:1;position:absolute;z-index:1}.BYUH-Home-Page-Header .Header[data-header-home] .Header-home-logo img{width:122px;height:69px}.BYUH-Home-Page-Header .Header[data-header-home] .Header-actions{display:flex;justify-content:space-between;background:transparent}.BYUH-Home-Page-Header .Header[data-header-home] .Header-actions a{font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:25px;margin-left:30px;color:#141414}.BYUH-Home-Page-Header .Header[data-header-home] .Header-actions a:after{content:none}.BYUH-Home-Page-Header .Header[data-header-home] .Header-headerLinks{order:0;padding:0;border-bottom:none;letter-spacing:0}.BYUH-Home-Page-Header .Header[data-header-home] .Header-search{margin:0 0 0 20px;flex-basis:auto!important;display:flex;flex-direction:row;align-items:center;background:transparent none;border-bottom:0;min-width:30px}.BYUH-Home-Page-Header .Header[data-header-home] .Header-search-link{display:block;height:29px}.BYUH-Home-Page-Header .Header[data-header-home] .Header-search-link a{display:block;height:29px;margin:0}.BYUH-Home-Page-Header .Header[data-header-home] .Header-search-form{display:none}.BYUH-Home-Page-Header .Header[data-header-home] .Header-navigation{display:flex;padding-right:20px;height:69px}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav{display:flex;height:72px;background:var(--headerBgColor,#ba0c2f);align-items:center;justify-content:space-between;padding:0 20px;position:relative}@media only screen and (min-width:1024px){.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav{display:none}}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav .Header-home-logo{display:block;width:auto;height:auto;left:20px;position:static}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav .Header-home-logo img{width:auto;height:49px}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav .Header-menu-button{background-color:transparent;border:1px solid #fff}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav .Header-menu-button:hover{background:#c58932;border:1px solid #fff}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav .Header-menu-button[aria-expanded=true]{background-color:#fff}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav .Header-menu-button[aria-expanded=true]:before{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=\"%23BA0C2F\" stroke-width=\"0.75\" d=\"M2 3h6M2 5h6M2 7h6\"/></svg>")}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav .Header-menu-button[aria-expanded=true]:after{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=\"%23BA0C2F\" stroke-width=\"0.75\" d=\"M 2.5,2.5 L 7.5,7.5\"/><path fill=\"none\" stroke=\"%23BA0C2F\" stroke-width=\"0.75\" d=\"M 2.5,7.5 L 7.5,2.5\"/></svg>")}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown{position:absolute;top:72px;left:0;right:0;background:#fff;z-index:1000;display:none}[data-toggle-header=hamburger-menu] .BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown{display:block}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown .Header-search{margin:0;border-bottom:1px solid #e6e5e0}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown .Header-search .Header-search-form{display:block}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown .Header-headerLinks{padding:20px}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown .Header-navigation{height:auto}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown .PrimaryNavigation{justify-content:flex-start;padding:0 0 0 20px;width:100%}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown .PrimaryNavigation-items{flex-direction:column;align-items:flex-start;margin:0;width:100%;border-top:1px solid #e6e5e0}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown .PrimaryNavigation-items-item{width:100%;border-bottom:1px solid #e6e5e0}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown .PrimaryNavigationItem:hover{border:none;top:0}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown .PrimaryNavigationItem-text-link{padding:10px 0}.BYUH-Home-Page-Header .Header[data-header-home] .Header-mobile-nav-dropdown .PrimaryNavigationItem-more{margin-left:5px}.Footer{background-color:var(--footerBgColor);color:var(--footerTextColor);text-align:center}.Footer-contentTop .Footer-row{display:flex;justify-content:flex-start;flex-wrap:wrap;margin:-80px 0}.Footer-contentTop .Footer-container{padding-top:30px;margin-bottom:40px;display:block;padding-bottom:0}.Footer-container{overflow:hidden}.Footer-social{display:flex;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{flex:0 0 calc(100% - 40px);margin:0 40px 40px 0}.Footer-contentWrapper{display:flex;align-items: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{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{flex:0 0 calc(50% - 40px);margin:0 40px 40px 0}}@media only screen and (min-width:768px){.Footer-contentBottom .Footer-container{display:flex;align-items:center;padding:30px 20px}.Footer-secondaryLogo{display:none}.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{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;flex-direction:column;align-items: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}}@media print{.Footer{display:none}}@media screen and (max-width:700px){.college-home .Footer-logo>a>.PageLogo-image{max-width:120px}}@media screen and (min-width:710px){.college-home .Footer-logo>a>.PageLogo-image{max-width:200px}}.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,.BookPage-body,.CoachPage-body,.CourseContentPage-body,.DepartmentDirectoryPage-body,.DiscussionPage-body,.EmployeePage-body,.EventPage-body,.ExperientialPage-body,.GalleryPage-body,.GlossaryPage-body,.HowToGuidePage-body,.PressRelease-body,.ProgramContentPage-body,.ReferencePage-body,.SupportDeskTopicPage-body,.Topic-body,.TutorialPage-body,.VideoPage-body{background:#fff}.ArticlePage-content,.AthletePage-content,.AuthorPage-content,.BlogPostPage-content,.BookPage-content,.CoachPage-content,.CourseContentPage-content,.DepartmentDirectoryPage-content,.DiscussionPage-content,.EmployeePage-content,.EventPage-content,.ExperientialPage-content,.GalleryPage-content,.GlossaryPage-content,.HowToGuidePage-content,.PressRelease-content,.ProgramContentPage-content,.ReferencePage-content,.SupportDeskTopicPage-content,.Topic-content,.TutorialPage-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,.BookPage-content.has-lead,.CoachPage-content.has-lead,.CourseContentPage-content.has-lead,.DepartmentDirectoryPage-content.has-lead,.DiscussionPage-content.has-lead,.EmployeePage-content.has-lead,.EventPage-content.has-lead,.ExperientialPage-content.has-lead,.GalleryPage-content.has-lead,.GlossaryPage-content.has-lead,.HowToGuidePage-content.has-lead,.PressRelease-content.has-lead,.ProgramContentPage-content.has-lead,.ReferencePage-content.has-lead,.SupportDeskTopicPage-content.has-lead,.Topic-content.has-lead,.TutorialPage-content.has-lead,.VideoPage-content.has-lead{padding-top:0}.ArticlePage-intro,.AthletePage-intro,.AuthorPage-intro,.BlogPostPage-intro,.BookPage-intro,.CoachPage-intro,.CourseContentPage-intro,.DepartmentDirectoryPage-intro,.DiscussionPage-intro,.EmployeePage-intro,.EventPage-intro,.ExperientialPage-intro,.GalleryPage-intro,.GlossaryPage-intro,.HowToGuidePage-intro,.PressRelease-intro,.ProgramContentPage-intro,.ReferencePage-intro,.SupportDeskTopicPage-intro,.Topic-intro,.TutorialPage-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,.BookPage-content .BookPage-intro,.CoachPage-content .CoachPage-intro,.CourseContentPage-content .CourseContentPage-intro,.DepartmentDirectoryPage-content .DepartmentDirectoryPage-intro,.DiscussionPage-content .DiscussionPage-intro,.EmployeePage-content .EmployeePage-intro,.EventPage-content .EventPage-intro,.ExperientialPage-content .ExperientialPage-intro,.GalleryPage-content .GalleryPage-intro,.GlossaryPage-content .GlossaryPage-intro,.HowToGuidePage-content .HowToGuidePage-intro,.PressRelease-content .PressRelease-intro,.ProgramContentPage-content .ProgramContentPage-intro,.ReferencePage-content .ReferencePage-intro,.SupportDeskTopicPage-content .SupportDeskTopicPage-intro,.Topic-content .Topic-intro,.TutorialPage-content .TutorialPage-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,.BookPage-actions.below,.CoachPage-actions.below,.CourseContentPage-actions.below,.DepartmentDirectoryPage-actions.below,.DiscussionPage-actions.below,.EmployeePage-actions.below,.EventPage-actions.below,.ExperientialPage-actions.below,.GalleryPage-actions.below,.GlossaryPage-actions.below,.HowToGuidePage-actions.below,.PressRelease-actions.below,.ProgramContentPage-actions.below,.ReferencePage-actions.below,.SupportDeskTopicPage-actions.below,.Topic-actions.below,.TutorialPage-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,.BookPage-actions.below .ActionBar,.CoachPage-actions.below .ActionBar,.CourseContentPage-actions.below .ActionBar,.DepartmentDirectoryPage-actions.below .ActionBar,.DiscussionPage-actions.below .ActionBar,.EmployeePage-actions.below .ActionBar,.EventPage-actions.below .ActionBar,.ExperientialPage-actions.below .ActionBar,.GalleryPage-actions.below .ActionBar,.GlossaryPage-actions.below .ActionBar,.HowToGuidePage-actions.below .ActionBar,.PressRelease-actions.below .ActionBar,.ProgramContentPage-actions.below .ActionBar,.ReferencePage-actions.below .ActionBar,.SupportDeskTopicPage-actions.below .ActionBar,.Topic-actions.below .ActionBar,.TutorialPage-actions.below .ActionBar,.VideoPage-actions.below .ActionBar{margin-bottom:10px;display:flex;flex-direction:column}.ArticlePage-actions.below .ActionBar-title,.AthletePage-actions.below .ActionBar-title,.AuthorPage-actions.below .ActionBar-title,.BlogPostPage-actions.below .ActionBar-title,.BookPage-actions.below .ActionBar-title,.CoachPage-actions.below .ActionBar-title,.CourseContentPage-actions.below .ActionBar-title,.DepartmentDirectoryPage-actions.below .ActionBar-title,.DiscussionPage-actions.below .ActionBar-title,.EmployeePage-actions.below .ActionBar-title,.EventPage-actions.below .ActionBar-title,.ExperientialPage-actions.below .ActionBar-title,.GalleryPage-actions.below .ActionBar-title,.GlossaryPage-actions.below .ActionBar-title,.HowToGuidePage-actions.below .ActionBar-title,.PressRelease-actions.below .ActionBar-title,.ProgramContentPage-actions.below .ActionBar-title,.ReferencePage-actions.below .ActionBar-title,.SupportDeskTopicPage-actions.below .ActionBar-title,.Topic-actions.below .ActionBar-title,.TutorialPage-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;flex-shrink:0}.ArticlePage-actions.below .ActionBar-items,.AthletePage-actions.below .ActionBar-items,.AuthorPage-actions.below .ActionBar-items,.BlogPostPage-actions.below .ActionBar-items,.BookPage-actions.below .ActionBar-items,.CoachPage-actions.below .ActionBar-items,.CourseContentPage-actions.below .ActionBar-items,.DepartmentDirectoryPage-actions.below .ActionBar-items,.DiscussionPage-actions.below .ActionBar-items,.EmployeePage-actions.below .ActionBar-items,.EventPage-actions.below .ActionBar-items,.ExperientialPage-actions.below .ActionBar-items,.GalleryPage-actions.below .ActionBar-items,.GlossaryPage-actions.below .ActionBar-items,.HowToGuidePage-actions.below .ActionBar-items,.PressRelease-actions.below .ActionBar-items,.ProgramContentPage-actions.below .ActionBar-items,.ReferencePage-actions.below .ActionBar-items,.SupportDeskTopicPage-actions.below .ActionBar-items,.Topic-actions.below .ActionBar-items,.TutorialPage-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,.BookPage-actions.below .ActionBar,.CoachPage-actions.below .ActionBar,.CourseContentPage-actions.below .ActionBar,.DepartmentDirectoryPage-actions.below .ActionBar,.DiscussionPage-actions.below .ActionBar,.EmployeePage-actions.below .ActionBar,.EventPage-actions.below .ActionBar,.ExperientialPage-actions.below .ActionBar,.GalleryPage-actions.below .ActionBar,.GlossaryPage-actions.below .ActionBar,.HowToGuidePage-actions.below .ActionBar,.PressRelease-actions.below .ActionBar,.ProgramContentPage-actions.below .ActionBar,.ReferencePage-actions.below .ActionBar,.SupportDeskTopicPage-actions.below .ActionBar,.Topic-actions.below .ActionBar,.TutorialPage-actions.below .ActionBar,.VideoPage-actions.below .ActionBar{flex-direction:row;margin-bottom:15px;align-items:center}.ArticlePage-actions.below .ActionBar-title,.AthletePage-actions.below .ActionBar-title,.AuthorPage-actions.below .ActionBar-title,.BlogPostPage-actions.below .ActionBar-title,.BookPage-actions.below .ActionBar-title,.CoachPage-actions.below .ActionBar-title,.CourseContentPage-actions.below .ActionBar-title,.DepartmentDirectoryPage-actions.below .ActionBar-title,.DiscussionPage-actions.below .ActionBar-title,.EmployeePage-actions.below .ActionBar-title,.EventPage-actions.below .ActionBar-title,.ExperientialPage-actions.below .ActionBar-title,.GalleryPage-actions.below .ActionBar-title,.GlossaryPage-actions.below .ActionBar-title,.HowToGuidePage-actions.below .ActionBar-title,.PressRelease-actions.below .ActionBar-title,.ProgramContentPage-actions.below .ActionBar-title,.ReferencePage-actions.below .ActionBar-title,.SupportDeskTopicPage-actions.below .ActionBar-title,.Topic-actions.below .ActionBar-title,.TutorialPage-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,.BookPage-actions.below .ActionBar-items,.CoachPage-actions.below .ActionBar-items,.CourseContentPage-actions.below .ActionBar-items,.DepartmentDirectoryPage-actions.below .ActionBar-items,.DiscussionPage-actions.below .ActionBar-items,.EmployeePage-actions.below .ActionBar-items,.EventPage-actions.below .ActionBar-items,.ExperientialPage-actions.below .ActionBar-items,.GalleryPage-actions.below .ActionBar-items,.GlossaryPage-actions.below .ActionBar-items,.HowToGuidePage-actions.below .ActionBar-items,.PressRelease-actions.below .ActionBar-items,.ProgramContentPage-actions.below .ActionBar-items,.ReferencePage-actions.below .ActionBar-items,.SupportDeskTopicPage-actions.below .ActionBar-items,.Topic-actions.below .ActionBar-items,.TutorialPage-actions.below .ActionBar-items,.VideoPage-actions.below .ActionBar-items{display:inline-block}}.ArticlePage-tags .Link,.AthletePage-tags .Link,.AuthorPage-tags .Link,.BlogPostPage-tags .Link,.BookPage-tags .Link,.CoachPage-tags .Link,.CourseContentPage-tags .Link,.DepartmentDirectoryPage-tags .Link,.DiscussionPage-tags .Link,.EmployeePage-tags .Link,.EventPage-tags .Link,.ExperientialPage-tags .Link,.GalleryPage-tags .Link,.GlossaryPage-tags .Link,.HowToGuidePage-tags .Link,.PressRelease-tags .Link,.ProgramContentPage-tags .Link,.ReferencePage-tags .Link,.SupportDeskTopicPage-tags .Link,.Topic-tags .Link,.TutorialPage-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,.BookPage-tags .Link:hover,.CoachPage-tags .Link:hover,.CourseContentPage-tags .Link:hover,.DepartmentDirectoryPage-tags .Link:hover,.DiscussionPage-tags .Link:hover,.EmployeePage-tags .Link:hover,.EventPage-tags .Link:hover,.ExperientialPage-tags .Link:hover,.GalleryPage-tags .Link:hover,.GlossaryPage-tags .Link:hover,.HowToGuidePage-tags .Link:hover,.PressRelease-tags .Link:hover,.ProgramContentPage-tags .Link:hover,.ReferencePage-tags .Link:hover,.SupportDeskTopicPage-tags .Link:hover,.Topic-tags .Link:hover,.TutorialPage-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,.BookPage-tags span.Link,.CoachPage-tags span.Link,.CourseContentPage-tags span.Link,.DepartmentDirectoryPage-tags span.Link,.DiscussionPage-tags span.Link,.EmployeePage-tags span.Link,.EventPage-tags span.Link,.ExperientialPage-tags span.Link,.GalleryPage-tags span.Link,.GlossaryPage-tags span.Link,.HowToGuidePage-tags span.Link,.PressRelease-tags span.Link,.ProgramContentPage-tags span.Link,.ReferencePage-tags span.Link,.SupportDeskTopicPage-tags span.Link,.Topic-tags span.Link,.TutorialPage-tags span.Link,.VideoPage-tags span.Link{pointer-events:none}.ArticlePage-authorInfo,.AthletePage-authorInfo,.AuthorPage-authorInfo,.BlogPostPage-authorInfo,.BookPage-authorInfo,.CoachPage-authorInfo,.CourseContentPage-authorInfo,.DepartmentDirectoryPage-authorInfo,.DiscussionPage-authorInfo,.EmployeePage-authorInfo,.EventPage-authorInfo,.ExperientialPage-authorInfo,.GalleryPage-authorInfo,.GlossaryPage-authorInfo,.HowToGuidePage-authorInfo,.PressRelease-authorInfo,.ProgramContentPage-authorInfo,.ReferencePage-authorInfo,.SupportDeskTopicPage-authorInfo,.Topic-authorInfo,.TutorialPage-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,.BookPage-authorInfo:after,.CoachPage-authorInfo:after,.CourseContentPage-authorInfo:after,.DepartmentDirectoryPage-authorInfo:after,.DiscussionPage-authorInfo:after,.EmployeePage-authorInfo:after,.EventPage-authorInfo:after,.ExperientialPage-authorInfo:after,.GalleryPage-authorInfo:after,.GlossaryPage-authorInfo:after,.HowToGuidePage-authorInfo:after,.PressRelease-authorInfo:after,.ProgramContentPage-authorInfo:after,.ReferencePage-authorInfo:after,.SupportDeskTopicPage-authorInfo:after,.Topic-authorInfo:after,.TutorialPage-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,.BookPage-authorInfo-label,.CoachPage-authorInfo-label,.CourseContentPage-authorInfo-label,.DepartmentDirectoryPage-authorInfo-label,.DiscussionPage-authorInfo-label,.EmployeePage-authorInfo-label,.EventPage-authorInfo-label,.ExperientialPage-authorInfo-label,.GalleryPage-authorInfo-label,.GlossaryPage-authorInfo-label,.HowToGuidePage-authorInfo-label,.PressRelease-authorInfo-label,.ProgramContentPage-authorInfo-label,.ReferencePage-authorInfo-label,.SupportDeskTopicPage-authorInfo-label,.Topic-authorInfo-label,.TutorialPage-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,.BookPage-authorInfo-bio-content,.CoachPage-authorInfo-bio-content,.CourseContentPage-authorInfo-bio-content,.DepartmentDirectoryPage-authorInfo-bio-content,.DiscussionPage-authorInfo-bio-content,.EmployeePage-authorInfo-bio-content,.EventPage-authorInfo-bio-content,.ExperientialPage-authorInfo-bio-content,.GalleryPage-authorInfo-bio-content,.GlossaryPage-authorInfo-bio-content,.HowToGuidePage-authorInfo-bio-content,.PressRelease-authorInfo-bio-content,.ProgramContentPage-authorInfo-bio-content,.ReferencePage-authorInfo-bio-content,.SupportDeskTopicPage-authorInfo-bio-content,.Topic-authorInfo-bio-content,.TutorialPage-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,.BookPage-authorInfo-bio-content .textStyleSpec-sm,.CoachPage-authorInfo-bio-content .textStyleSpec-sm,.CourseContentPage-authorInfo-bio-content .textStyleSpec-sm,.DepartmentDirectoryPage-authorInfo-bio-content .textStyleSpec-sm,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-content .textStyleSpec-sm,.HowToGuidePage-authorInfo-bio-content .textStyleSpec-sm,.PressRelease-authorInfo-bio-content .textStyleSpec-sm,.ProgramContentPage-authorInfo-bio-content .textStyleSpec-sm,.ReferencePage-authorInfo-bio-content .textStyleSpec-sm,.SupportDeskTopicPage-authorInfo-bio-content .textStyleSpec-sm,.Topic-authorInfo-bio-content .textStyleSpec-sm,.TutorialPage-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,.BookPage-authorInfo-bio-content .textStyleSpec-lg,.BookPage-authorInfo-bio-content .textStyleSpec-md,.CoachPage-authorInfo-bio-content .textStyleSpec-lg,.CoachPage-authorInfo-bio-content .textStyleSpec-md,.CourseContentPage-authorInfo-bio-content .textStyleSpec-lg,.CourseContentPage-authorInfo-bio-content .textStyleSpec-md,.DepartmentDirectoryPage-authorInfo-bio-content .textStyleSpec-lg,.DepartmentDirectoryPage-authorInfo-bio-content .textStyleSpec-md,.DiscussionPage-authorInfo-bio-content .textStyleSpec-lg,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-content .textStyleSpec-lg,.GlossaryPage-authorInfo-bio-content .textStyleSpec-md,.HowToGuidePage-authorInfo-bio-content .textStyleSpec-lg,.HowToGuidePage-authorInfo-bio-content .textStyleSpec-md,.PressRelease-authorInfo-bio-content .textStyleSpec-lg,.PressRelease-authorInfo-bio-content .textStyleSpec-md,.ProgramContentPage-authorInfo-bio-content .textStyleSpec-lg,.ProgramContentPage-authorInfo-bio-content .textStyleSpec-md,.ReferencePage-authorInfo-bio-content .textStyleSpec-lg,.ReferencePage-authorInfo-bio-content .textStyleSpec-md,.SupportDeskTopicPage-authorInfo-bio-content .textStyleSpec-lg,.SupportDeskTopicPage-authorInfo-bio-content .textStyleSpec-md,.Topic-authorInfo-bio-content .textStyleSpec-lg,.Topic-authorInfo-bio-content .textStyleSpec-md,.TutorialPage-authorInfo-bio-content .textStyleSpec-lg,.TutorialPage-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,.BookPage-authorInfo-bio-content p,.CoachPage-authorInfo-bio-content p,.CourseContentPage-authorInfo-bio-content p,.DepartmentDirectoryPage-authorInfo-bio-content p,.DiscussionPage-authorInfo-bio-content p,.EmployeePage-authorInfo-bio-content p,.EventPage-authorInfo-bio-content p,.ExperientialPage-authorInfo-bio-content p,.GalleryPage-authorInfo-bio-content p,.GlossaryPage-authorInfo-bio-content p,.HowToGuidePage-authorInfo-bio-content p,.PressRelease-authorInfo-bio-content p,.ProgramContentPage-authorInfo-bio-content p,.ReferencePage-authorInfo-bio-content p,.SupportDeskTopicPage-authorInfo-bio-content p,.Topic-authorInfo-bio-content p,.TutorialPage-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,.BookPage-authorInfo-bio-content a:hover,.CoachPage-authorInfo-bio-content a:hover,.CourseContentPage-authorInfo-bio-content a:hover,.DepartmentDirectoryPage-authorInfo-bio-content a:hover,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-content a:hover,.HowToGuidePage-authorInfo-bio-content a:hover,.PressRelease-authorInfo-bio-content a:hover,.ProgramContentPage-authorInfo-bio-content a:hover,.ReferencePage-authorInfo-bio-content a:hover,.SupportDeskTopicPage-authorInfo-bio-content a:hover,.Topic-authorInfo-bio-content a:hover,.TutorialPage-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,.BookPage-authorInfo-bio-content,.CoachPage-authorInfo-bio-content,.CourseContentPage-authorInfo-bio-content,.DepartmentDirectoryPage-authorInfo-bio-content,.DiscussionPage-authorInfo-bio-content,.EmployeePage-authorInfo-bio-content,.EventPage-authorInfo-bio-content,.ExperientialPage-authorInfo-bio-content,.GalleryPage-authorInfo-bio-content,.GlossaryPage-authorInfo-bio-content,.HowToGuidePage-authorInfo-bio-content,.PressRelease-authorInfo-bio-content,.ProgramContentPage-authorInfo-bio-content,.ReferencePage-authorInfo-bio-content,.SupportDeskTopicPage-authorInfo-bio-content,.Topic-authorInfo-bio-content,.TutorialPage-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,.BookPage-authorInfo-bio-content:before,.CoachPage-authorInfo-bio-content:before,.CourseContentPage-authorInfo-bio-content:before,.DepartmentDirectoryPage-authorInfo-bio-content:before,.DiscussionPage-authorInfo-bio-content:before,.EmployeePage-authorInfo-bio-content:before,.EventPage-authorInfo-bio-content:before,.ExperientialPage-authorInfo-bio-content:before,.GalleryPage-authorInfo-bio-content:before,.GlossaryPage-authorInfo-bio-content:before,.HowToGuidePage-authorInfo-bio-content:before,.PressRelease-authorInfo-bio-content:before,.ProgramContentPage-authorInfo-bio-content:before,.ReferencePage-authorInfo-bio-content:before,.SupportDeskTopicPage-authorInfo-bio-content:before,.Topic-authorInfo-bio-content:before,.TutorialPage-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,.BookPage-authorInfo-bio-content p,.CoachPage-authorInfo-bio-content p,.CourseContentPage-authorInfo-bio-content p,.DepartmentDirectoryPage-authorInfo-bio-content p,.DiscussionPage-authorInfo-bio-content p,.EmployeePage-authorInfo-bio-content p,.EventPage-authorInfo-bio-content p,.ExperientialPage-authorInfo-bio-content p,.GalleryPage-authorInfo-bio-content p,.GlossaryPage-authorInfo-bio-content p,.HowToGuidePage-authorInfo-bio-content p,.PressRelease-authorInfo-bio-content p,.ProgramContentPage-authorInfo-bio-content p,.ReferencePage-authorInfo-bio-content p,.SupportDeskTopicPage-authorInfo-bio-content p,.Topic-authorInfo-bio-content p,.TutorialPage-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,.BookPage-authorInfo-bio-content p:first-of-type,.CoachPage-authorInfo-bio-content p:first-of-type,.CourseContentPage-authorInfo-bio-content p:first-of-type,.DepartmentDirectoryPage-authorInfo-bio-content p:first-of-type,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-content p:first-of-type,.HowToGuidePage-authorInfo-bio-content p:first-of-type,.PressRelease-authorInfo-bio-content p:first-of-type,.ProgramContentPage-authorInfo-bio-content p:first-of-type,.ReferencePage-authorInfo-bio-content p:first-of-type,.SupportDeskTopicPage-authorInfo-bio-content p:first-of-type,.Topic-authorInfo-bio-content p:first-of-type,.TutorialPage-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,.BookPage-authorInfo-bio-content p:last-of-type,.CoachPage-authorInfo-bio-content p:last-of-type,.CourseContentPage-authorInfo-bio-content p:last-of-type,.DepartmentDirectoryPage-authorInfo-bio-content p:last-of-type,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-content p:last-of-type,.HowToGuidePage-authorInfo-bio-content p:last-of-type,.PressRelease-authorInfo-bio-content p:last-of-type,.ProgramContentPage-authorInfo-bio-content p:last-of-type,.ReferencePage-authorInfo-bio-content p:last-of-type,.SupportDeskTopicPage-authorInfo-bio-content p:last-of-type,.Topic-authorInfo-bio-content p:last-of-type,.TutorialPage-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,.BookPage-authorInfo-bio-content .Link,.BookPage-authorInfo-bio-content a,.CoachPage-authorInfo-bio-content .Link,.CoachPage-authorInfo-bio-content a,.CourseContentPage-authorInfo-bio-content .Link,.CourseContentPage-authorInfo-bio-content a,.DepartmentDirectoryPage-authorInfo-bio-content .Link,.DepartmentDirectoryPage-authorInfo-bio-content a,.DiscussionPage-authorInfo-bio-content .Link,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-content .Link,.GlossaryPage-authorInfo-bio-content a,.HowToGuidePage-authorInfo-bio-content .Link,.HowToGuidePage-authorInfo-bio-content a,.PressRelease-authorInfo-bio-content .Link,.PressRelease-authorInfo-bio-content a,.ProgramContentPage-authorInfo-bio-content .Link,.ProgramContentPage-authorInfo-bio-content a,.ReferencePage-authorInfo-bio-content .Link,.ReferencePage-authorInfo-bio-content a,.SupportDeskTopicPage-authorInfo-bio-content .Link,.SupportDeskTopicPage-authorInfo-bio-content a,.Topic-authorInfo-bio-content .Link,.Topic-authorInfo-bio-content a,.TutorialPage-authorInfo-bio-content .Link,.TutorialPage-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,.BookPage-authorInfo-bio-content .Link:hover,.BookPage-authorInfo-bio-content a:hover,.CoachPage-authorInfo-bio-content .Link:hover,.CoachPage-authorInfo-bio-content a:hover,.CourseContentPage-authorInfo-bio-content .Link:hover,.CourseContentPage-authorInfo-bio-content a:hover,.DepartmentDirectoryPage-authorInfo-bio-content .Link:hover,.DepartmentDirectoryPage-authorInfo-bio-content a:hover,.DiscussionPage-authorInfo-bio-content .Link:hover,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-content .Link:hover,.GlossaryPage-authorInfo-bio-content a:hover,.HowToGuidePage-authorInfo-bio-content .Link:hover,.HowToGuidePage-authorInfo-bio-content a:hover,.PressRelease-authorInfo-bio-content .Link:hover,.PressRelease-authorInfo-bio-content a:hover,.ProgramContentPage-authorInfo-bio-content .Link:hover,.ProgramContentPage-authorInfo-bio-content a:hover,.ReferencePage-authorInfo-bio-content .Link:hover,.ReferencePage-authorInfo-bio-content a:hover,.SupportDeskTopicPage-authorInfo-bio-content .Link:hover,.SupportDeskTopicPage-authorInfo-bio-content a:hover,.Topic-authorInfo-bio-content .Link:hover,.Topic-authorInfo-bio-content a:hover,.TutorialPage-authorInfo-bio-content .Link:hover,.TutorialPage-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,.BookPage-authorInfo-bio-name,.CoachPage-authorInfo-bio-name,.CourseContentPage-authorInfo-bio-name,.DepartmentDirectoryPage-authorInfo-bio-name,.DiscussionPage-authorInfo-bio-name,.EmployeePage-authorInfo-bio-name,.EventPage-authorInfo-bio-name,.ExperientialPage-authorInfo-bio-name,.GalleryPage-authorInfo-bio-name,.GlossaryPage-authorInfo-bio-name,.HowToGuidePage-authorInfo-bio-name,.PressRelease-authorInfo-bio-name,.ProgramContentPage-authorInfo-bio-name,.ReferencePage-authorInfo-bio-name,.SupportDeskTopicPage-authorInfo-bio-name,.Topic-authorInfo-bio-name,.TutorialPage-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;align-items:center;display:flex;margin-bottom:20px;position:relative;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,.BookPage-authorInfo-bio-name .textStyleSpec-md,.BookPage-authorInfo-bio-name .textStyleSpec-sm,.CoachPage-authorInfo-bio-name .textStyleSpec-md,.CoachPage-authorInfo-bio-name .textStyleSpec-sm,.CourseContentPage-authorInfo-bio-name .textStyleSpec-md,.CourseContentPage-authorInfo-bio-name .textStyleSpec-sm,.DepartmentDirectoryPage-authorInfo-bio-name .textStyleSpec-md,.DepartmentDirectoryPage-authorInfo-bio-name .textStyleSpec-sm,.DiscussionPage-authorInfo-bio-name .textStyleSpec-md,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-name .textStyleSpec-md,.GlossaryPage-authorInfo-bio-name .textStyleSpec-sm,.HowToGuidePage-authorInfo-bio-name .textStyleSpec-md,.HowToGuidePage-authorInfo-bio-name .textStyleSpec-sm,.PressRelease-authorInfo-bio-name .textStyleSpec-md,.PressRelease-authorInfo-bio-name .textStyleSpec-sm,.ProgramContentPage-authorInfo-bio-name .textStyleSpec-md,.ProgramContentPage-authorInfo-bio-name .textStyleSpec-sm,.ReferencePage-authorInfo-bio-name .textStyleSpec-md,.ReferencePage-authorInfo-bio-name .textStyleSpec-sm,.SupportDeskTopicPage-authorInfo-bio-name .textStyleSpec-md,.SupportDeskTopicPage-authorInfo-bio-name .textStyleSpec-sm,.Topic-authorInfo-bio-name .textStyleSpec-md,.Topic-authorInfo-bio-name .textStyleSpec-sm,.TutorialPage-authorInfo-bio-name .textStyleSpec-md,.TutorialPage-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,.BookPage-authorInfo-bio-name .textStyleSpec-lg,.CoachPage-authorInfo-bio-name .textStyleSpec-lg,.CourseContentPage-authorInfo-bio-name .textStyleSpec-lg,.DepartmentDirectoryPage-authorInfo-bio-name .textStyleSpec-lg,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-name .textStyleSpec-lg,.HowToGuidePage-authorInfo-bio-name .textStyleSpec-lg,.PressRelease-authorInfo-bio-name .textStyleSpec-lg,.ProgramContentPage-authorInfo-bio-name .textStyleSpec-lg,.ReferencePage-authorInfo-bio-name .textStyleSpec-lg,.SupportDeskTopicPage-authorInfo-bio-name .textStyleSpec-lg,.Topic-authorInfo-bio-name .textStyleSpec-lg,.TutorialPage-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,.BookPage-authorInfo-bio-name,.CoachPage-authorInfo-bio-name,.CourseContentPage-authorInfo-bio-name,.DepartmentDirectoryPage-authorInfo-bio-name,.DiscussionPage-authorInfo-bio-name,.EmployeePage-authorInfo-bio-name,.EventPage-authorInfo-bio-name,.ExperientialPage-authorInfo-bio-name,.GalleryPage-authorInfo-bio-name,.GlossaryPage-authorInfo-bio-name,.HowToGuidePage-authorInfo-bio-name,.PressRelease-authorInfo-bio-name,.ProgramContentPage-authorInfo-bio-name,.ReferencePage-authorInfo-bio-name,.SupportDeskTopicPage-authorInfo-bio-name,.Topic-authorInfo-bio-name,.TutorialPage-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,.BookPage-authorInfo-bio-name,.CoachPage-authorInfo-bio-name,.CourseContentPage-authorInfo-bio-name,.DepartmentDirectoryPage-authorInfo-bio-name,.DiscussionPage-authorInfo-bio-name,.EmployeePage-authorInfo-bio-name,.EventPage-authorInfo-bio-name,.ExperientialPage-authorInfo-bio-name,.GalleryPage-authorInfo-bio-name,.GlossaryPage-authorInfo-bio-name,.HowToGuidePage-authorInfo-bio-name,.PressRelease-authorInfo-bio-name,.ProgramContentPage-authorInfo-bio-name,.ReferencePage-authorInfo-bio-name,.SupportDeskTopicPage-authorInfo-bio-name,.Topic-authorInfo-bio-name,.TutorialPage-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,.BookPage-authorInfo-bio-name a,.BookPage-authorInfo-bio-name a:hover,.CoachPage-authorInfo-bio-name a,.CoachPage-authorInfo-bio-name a:hover,.CourseContentPage-authorInfo-bio-name a,.CourseContentPage-authorInfo-bio-name a:hover,.DepartmentDirectoryPage-authorInfo-bio-name a,.DepartmentDirectoryPage-authorInfo-bio-name a:hover,.DiscussionPage-authorInfo-bio-name a,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-name a,.GlossaryPage-authorInfo-bio-name a:hover,.HowToGuidePage-authorInfo-bio-name a,.HowToGuidePage-authorInfo-bio-name a:hover,.PressRelease-authorInfo-bio-name a,.PressRelease-authorInfo-bio-name a:hover,.ProgramContentPage-authorInfo-bio-name a,.ProgramContentPage-authorInfo-bio-name a:hover,.ReferencePage-authorInfo-bio-name a,.ReferencePage-authorInfo-bio-name a:hover,.SupportDeskTopicPage-authorInfo-bio-name a,.SupportDeskTopicPage-authorInfo-bio-name a:hover,.Topic-authorInfo-bio-name a,.Topic-authorInfo-bio-name a:hover,.TutorialPage-authorInfo-bio-name a,.TutorialPage-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,.BookPage-authorInfo-bio-name .Link,.BookPage-authorInfo-bio-name .Link:hover,.BookPage-authorInfo-bio-name a,.BookPage-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,.CourseContentPage-authorInfo-bio-name .Link,.CourseContentPage-authorInfo-bio-name .Link:hover,.CourseContentPage-authorInfo-bio-name a,.CourseContentPage-authorInfo-bio-name a:hover,.DepartmentDirectoryPage-authorInfo-bio-name .Link,.DepartmentDirectoryPage-authorInfo-bio-name .Link:hover,.DepartmentDirectoryPage-authorInfo-bio-name a,.DepartmentDirectoryPage-authorInfo-bio-name a:hover,.DiscussionPage-authorInfo-bio-name .Link,.DiscussionPage-authorInfo-bio-name .Link:hover,.DiscussionPage-authorInfo-bio-name a,.DiscussionPage-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,.GlossaryPage-authorInfo-bio-name .Link,.GlossaryPage-authorInfo-bio-name .Link:hover,.GlossaryPage-authorInfo-bio-name a,.GlossaryPage-authorInfo-bio-name a:hover,.HowToGuidePage-authorInfo-bio-name .Link,.HowToGuidePage-authorInfo-bio-name .Link:hover,.HowToGuidePage-authorInfo-bio-name a,.HowToGuidePage-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,.ProgramContentPage-authorInfo-bio-name .Link,.ProgramContentPage-authorInfo-bio-name .Link:hover,.ProgramContentPage-authorInfo-bio-name a,.ProgramContentPage-authorInfo-bio-name a:hover,.ReferencePage-authorInfo-bio-name .Link,.ReferencePage-authorInfo-bio-name .Link:hover,.ReferencePage-authorInfo-bio-name a,.ReferencePage-authorInfo-bio-name a:hover,.SupportDeskTopicPage-authorInfo-bio-name .Link,.SupportDeskTopicPage-authorInfo-bio-name .Link:hover,.SupportDeskTopicPage-authorInfo-bio-name a,.SupportDeskTopicPage-authorInfo-bio-name a:hover,.Topic-authorInfo-bio-name .Link,.Topic-authorInfo-bio-name .Link:hover,.Topic-authorInfo-bio-name a,.Topic-authorInfo-bio-name a:hover,.TutorialPage-authorInfo-bio-name .Link,.TutorialPage-authorInfo-bio-name .Link:hover,.TutorialPage-authorInfo-bio-name a,.TutorialPage-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,.BookPage-authorInfo-image,.CoachPage-authorInfo-image,.CourseContentPage-authorInfo-image,.DepartmentDirectoryPage-authorInfo-image,.DiscussionPage-authorInfo-image,.EmployeePage-authorInfo-image,.EventPage-authorInfo-image,.ExperientialPage-authorInfo-image,.GalleryPage-authorInfo-image,.GlossaryPage-authorInfo-image,.HowToGuidePage-authorInfo-image,.PressRelease-authorInfo-image,.ProgramContentPage-authorInfo-image,.ReferencePage-authorInfo-image,.SupportDeskTopicPage-authorInfo-image,.Topic-authorInfo-image,.TutorialPage-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,.BookPage-authorInfo-image img,.CoachPage-authorInfo-image img,.CourseContentPage-authorInfo-image img,.DepartmentDirectoryPage-authorInfo-image img,.DiscussionPage-authorInfo-image img,.EmployeePage-authorInfo-image img,.EventPage-authorInfo-image img,.ExperientialPage-authorInfo-image img,.GalleryPage-authorInfo-image img,.GlossaryPage-authorInfo-image img,.HowToGuidePage-authorInfo-image img,.PressRelease-authorInfo-image img,.ProgramContentPage-authorInfo-image img,.ReferencePage-authorInfo-image img,.SupportDeskTopicPage-authorInfo-image img,.Topic-authorInfo-image img,.TutorialPage-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,.BookPage-byline,.CoachPage-byline,.CourseContentPage-byline,.DepartmentDirectoryPage-byline,.DiscussionPage-byline,.EmployeePage-byline,.EventPage-byline,.ExperientialPage-byline,.GalleryPage-byline,.GlossaryPage-byline,.HowToGuidePage-byline,.PressRelease-byline,.ProgramContentPage-byline,.ReferencePage-byline,.SupportDeskTopicPage-byline,.Topic-byline,.TutorialPage-byline,.VideoPage-byline{font-size:var(--byline);font-weight:400;line-height:1.14285714;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,.BookPage-byline .textStyleSpec-lg,.BookPage-byline .textStyleSpec-md,.BookPage-byline .textStyleSpec-sm,.CoachPage-byline .textStyleSpec-lg,.CoachPage-byline .textStyleSpec-md,.CoachPage-byline .textStyleSpec-sm,.CourseContentPage-byline .textStyleSpec-lg,.CourseContentPage-byline .textStyleSpec-md,.CourseContentPage-byline .textStyleSpec-sm,.DepartmentDirectoryPage-byline .textStyleSpec-lg,.DepartmentDirectoryPage-byline .textStyleSpec-md,.DepartmentDirectoryPage-byline .textStyleSpec-sm,.DiscussionPage-byline .textStyleSpec-lg,.DiscussionPage-byline .textStyleSpec-md,.DiscussionPage-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,.GlossaryPage-byline .textStyleSpec-lg,.GlossaryPage-byline .textStyleSpec-md,.GlossaryPage-byline .textStyleSpec-sm,.HowToGuidePage-byline .textStyleSpec-lg,.HowToGuidePage-byline .textStyleSpec-md,.HowToGuidePage-byline .textStyleSpec-sm,.PressRelease-byline .textStyleSpec-lg,.PressRelease-byline .textStyleSpec-md,.PressRelease-byline .textStyleSpec-sm,.ProgramContentPage-byline .textStyleSpec-lg,.ProgramContentPage-byline .textStyleSpec-md,.ProgramContentPage-byline .textStyleSpec-sm,.ReferencePage-byline .textStyleSpec-lg,.ReferencePage-byline .textStyleSpec-md,.ReferencePage-byline .textStyleSpec-sm,.SupportDeskTopicPage-byline .textStyleSpec-lg,.SupportDeskTopicPage-byline .textStyleSpec-md,.SupportDeskTopicPage-byline .textStyleSpec-sm,.Topic-byline .textStyleSpec-lg,.Topic-byline .textStyleSpec-md,.Topic-byline .textStyleSpec-sm,.TutorialPage-byline .textStyleSpec-lg,.TutorialPage-byline .textStyleSpec-md,.TutorialPage-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,.BookPage-authorName,.BookPage-contributors,.BookPage-datePublished,.CoachPage-authorName,.CoachPage-contributors,.CoachPage-datePublished,.CourseContentPage-authorName,.CourseContentPage-contributors,.CourseContentPage-datePublished,.DepartmentDirectoryPage-authorName,.DepartmentDirectoryPage-contributors,.DepartmentDirectoryPage-datePublished,.DiscussionPage-authorName,.DiscussionPage-contributors,.DiscussionPage-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,.GlossaryPage-authorName,.GlossaryPage-contributors,.GlossaryPage-datePublished,.HowToGuidePage-authorName,.HowToGuidePage-contributors,.HowToGuidePage-datePublished,.PressRelease-authorName,.PressRelease-contributors,.PressRelease-datePublished,.ProgramContentPage-authorName,.ProgramContentPage-contributors,.ProgramContentPage-datePublished,.ReferencePage-authorName,.ReferencePage-contributors,.ReferencePage-datePublished,.SupportDeskTopicPage-authorName,.SupportDeskTopicPage-contributors,.SupportDeskTopicPage-datePublished,.Topic-authorName,.Topic-contributors,.Topic-datePublished,.TutorialPage-authorName,.TutorialPage-contributors,.TutorialPage-datePublished,.VideoPage-authorName,.VideoPage-contributors,.VideoPage-datePublished{display:inline}.ArticlePage-authorTitle,.AthletePage-authorTitle,.AuthorPage-authorTitle,.BlogPostPage-authorTitle,.BookPage-authorTitle,.CoachPage-authorTitle,.CourseContentPage-authorTitle,.DepartmentDirectoryPage-authorTitle,.DiscussionPage-authorTitle,.EmployeePage-authorTitle,.EventPage-authorTitle,.ExperientialPage-authorTitle,.GalleryPage-authorTitle,.GlossaryPage-authorTitle,.HowToGuidePage-authorTitle,.PressRelease-authorTitle,.ProgramContentPage-authorTitle,.ReferencePage-authorTitle,.SupportDeskTopicPage-authorTitle,.Topic-authorTitle,.TutorialPage-authorTitle,.VideoPage-authorTitle{margin-top:10px;display:block}.ArticlePage-bylineText,.AthletePage-bylineText,.AuthorPage-bylineText,.BlogPostPage-bylineText,.BookPage-bylineText,.CoachPage-bylineText,.CourseContentPage-bylineText,.DepartmentDirectoryPage-bylineText,.DiscussionPage-bylineText,.EmployeePage-bylineText,.EventPage-bylineText,.ExperientialPage-bylineText,.GalleryPage-bylineText,.GlossaryPage-bylineText,.HowToGuidePage-bylineText,.PressRelease-bylineText,.ProgramContentPage-bylineText,.ReferencePage-bylineText,.SupportDeskTopicPage-bylineText,.Topic-bylineText,.TutorialPage-bylineText,.VideoPage-bylineText{margin-bottom:10px}.ArticlePage-breadcrumbs,.AthletePage-breadcrumbs,.AuthorPage-breadcrumbs,.BlogPostPage-breadcrumbs,.BookPage-breadcrumbs,.CoachPage-breadcrumbs,.CourseContentPage-breadcrumbs,.DepartmentDirectoryPage-breadcrumbs,.DiscussionPage-breadcrumbs,.EmployeePage-breadcrumbs,.EventPage-breadcrumbs,.ExperientialPage-breadcrumbs,.GalleryPage-breadcrumbs,.GlossaryPage-breadcrumbs,.HowToGuidePage-breadcrumbs,.PressRelease-breadcrumbs,.ProgramContentPage-breadcrumbs,.ReferencePage-breadcrumbs,.SupportDeskTopicPage-breadcrumbs,.Topic-breadcrumbs,.TutorialPage-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,.BookPage-breadcrumbs .Link,.CoachPage-breadcrumbs .Link,.CourseContentPage-breadcrumbs .Link,.DepartmentDirectoryPage-breadcrumbs .Link,.DiscussionPage-breadcrumbs .Link,.EmployeePage-breadcrumbs .Link,.EventPage-breadcrumbs .Link,.ExperientialPage-breadcrumbs .Link,.GalleryPage-breadcrumbs .Link,.GlossaryPage-breadcrumbs .Link,.HowToGuidePage-breadcrumbs .Link,.PressRelease-breadcrumbs .Link,.ProgramContentPage-breadcrumbs .Link,.ReferencePage-breadcrumbs .Link,.SupportDeskTopicPage-breadcrumbs .Link,.Topic-breadcrumbs .Link,.TutorialPage-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,.BookPage-breadcrumbs .Link:hover,.CoachPage-breadcrumbs .Link:hover,.CourseContentPage-breadcrumbs .Link:hover,.DepartmentDirectoryPage-breadcrumbs .Link:hover,.DiscussionPage-breadcrumbs .Link:hover,.EmployeePage-breadcrumbs .Link:hover,.EventPage-breadcrumbs .Link:hover,.ExperientialPage-breadcrumbs .Link:hover,.GalleryPage-breadcrumbs .Link:hover,.GlossaryPage-breadcrumbs .Link:hover,.HowToGuidePage-breadcrumbs .Link:hover,.PressRelease-breadcrumbs .Link:hover,.ProgramContentPage-breadcrumbs .Link:hover,.ReferencePage-breadcrumbs .Link:hover,.SupportDeskTopicPage-breadcrumbs .Link:hover,.Topic-breadcrumbs .Link:hover,.TutorialPage-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,.BookPage-breadcrumbs.uses-current-color .Link,.CoachPage-breadcrumbs.uses-current-color .Link,.CourseContentPage-breadcrumbs.uses-current-color .Link,.DepartmentDirectoryPage-breadcrumbs.uses-current-color .Link,.DiscussionPage-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,.GlossaryPage-breadcrumbs.uses-current-color .Link,.HowToGuidePage-breadcrumbs.uses-current-color .Link,.PressRelease-breadcrumbs.uses-current-color .Link,.ProgramContentPage-breadcrumbs.uses-current-color .Link,.ReferencePage-breadcrumbs.uses-current-color .Link,.SupportDeskTopicPage-breadcrumbs.uses-current-color .Link,.Topic-breadcrumbs.uses-current-color .Link,.TutorialPage-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,.BookPage-breadcrumbs span.Link,.CoachPage-breadcrumbs span.Link,.CourseContentPage-breadcrumbs span.Link,.DepartmentDirectoryPage-breadcrumbs span.Link,.DiscussionPage-breadcrumbs span.Link,.EmployeePage-breadcrumbs span.Link,.EventPage-breadcrumbs span.Link,.ExperientialPage-breadcrumbs span.Link,.GalleryPage-breadcrumbs span.Link,.GlossaryPage-breadcrumbs span.Link,.HowToGuidePage-breadcrumbs span.Link,.PressRelease-breadcrumbs span.Link,.ProgramContentPage-breadcrumbs span.Link,.ReferencePage-breadcrumbs span.Link,.SupportDeskTopicPage-breadcrumbs span.Link,.Topic-breadcrumbs span.Link,.TutorialPage-breadcrumbs span.Link,.VideoPage-breadcrumbs span.Link{pointer-events:none}.ArticlePage-byline,.AthletePage-byline,.AuthorPage-byline,.BlogPostPage-byline,.BookPage-byline,.CoachPage-byline,.CourseContentPage-byline,.DepartmentDirectoryPage-byline,.DiscussionPage-byline,.EmployeePage-byline,.EventPage-byline,.ExperientialPage-byline,.GalleryPage-byline,.GlossaryPage-byline,.HowToGuidePage-byline,.PressRelease-byline,.ProgramContentPage-byline,.ReferencePage-byline,.SupportDeskTopicPage-byline,.Topic-byline,.TutorialPage-byline,.VideoPage-byline{margin-bottom:20px}.ArticlePage-headingWrapper,.AthletePage-headingWrapper,.AuthorPage-headingWrapper,.BlogPostPage-headingWrapper,.BookPage-headingWrapper,.CoachPage-headingWrapper,.CourseContentPage-headingWrapper,.DepartmentDirectoryPage-headingWrapper,.DiscussionPage-headingWrapper,.EmployeePage-headingWrapper,.EventPage-headingWrapper,.ExperientialPage-headingWrapper,.GalleryPage-headingWrapper,.GlossaryPage-headingWrapper,.HowToGuidePage-headingWrapper,.PressRelease-headingWrapper,.ProgramContentPage-headingWrapper,.ReferencePage-headingWrapper,.SupportDeskTopicPage-headingWrapper,.Topic-headingWrapper,.TutorialPage-headingWrapper,.VideoPage-headingWrapper{background:var(--pageHeadingBg)}.ArticlePage-headline,.AthletePage-headline,.AuthorPage-headline,.BlogPostPage-headline,.BookPage-headline,.CoachPage-headline,.CourseContentPage-headline,.DepartmentDirectoryPage-headline,.DiscussionPage-headline,.EmployeePage-headline,.EventPage-headline,.ExperientialPage-headline,.GalleryPage-headline,.GlossaryPage-headline,.HowToGuidePage-headline,.PressRelease-headline,.ProgramContentPage-headline,.ReferencePage-headline,.SupportDeskTopicPage-headline,.Topic-headline,.TutorialPage-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,.BookPage-headline .textStyleSpec-sm,.CoachPage-headline .textStyleSpec-sm,.CourseContentPage-headline .textStyleSpec-sm,.DepartmentDirectoryPage-headline .textStyleSpec-sm,.DiscussionPage-headline .textStyleSpec-sm,.EmployeePage-headline .textStyleSpec-sm,.EventPage-headline .textStyleSpec-sm,.ExperientialPage-headline .textStyleSpec-sm,.GalleryPage-headline .textStyleSpec-sm,.GlossaryPage-headline .textStyleSpec-sm,.HowToGuidePage-headline .textStyleSpec-sm,.PressRelease-headline .textStyleSpec-sm,.ProgramContentPage-headline .textStyleSpec-sm,.ReferencePage-headline .textStyleSpec-sm,.SupportDeskTopicPage-headline .textStyleSpec-sm,.Topic-headline .textStyleSpec-sm,.TutorialPage-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,.BookPage-headline .textStyleSpec-md,.CoachPage-headline .textStyleSpec-md,.CourseContentPage-headline .textStyleSpec-md,.DepartmentDirectoryPage-headline .textStyleSpec-md,.DiscussionPage-headline .textStyleSpec-md,.EmployeePage-headline .textStyleSpec-md,.EventPage-headline .textStyleSpec-md,.ExperientialPage-headline .textStyleSpec-md,.GalleryPage-headline .textStyleSpec-md,.GlossaryPage-headline .textStyleSpec-md,.HowToGuidePage-headline .textStyleSpec-md,.PressRelease-headline .textStyleSpec-md,.ProgramContentPage-headline .textStyleSpec-md,.ReferencePage-headline .textStyleSpec-md,.SupportDeskTopicPage-headline .textStyleSpec-md,.Topic-headline .textStyleSpec-md,.TutorialPage-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,.BookPage-headline .textStyleSpec-lg,.CoachPage-headline .textStyleSpec-lg,.CourseContentPage-headline .textStyleSpec-lg,.DepartmentDirectoryPage-headline .textStyleSpec-lg,.DiscussionPage-headline .textStyleSpec-lg,.EmployeePage-headline .textStyleSpec-lg,.EventPage-headline .textStyleSpec-lg,.ExperientialPage-headline .textStyleSpec-lg,.GalleryPage-headline .textStyleSpec-lg,.GlossaryPage-headline .textStyleSpec-lg,.HowToGuidePage-headline .textStyleSpec-lg,.PressRelease-headline .textStyleSpec-lg,.ProgramContentPage-headline .textStyleSpec-lg,.ReferencePage-headline .textStyleSpec-lg,.SupportDeskTopicPage-headline .textStyleSpec-lg,.Topic-headline .textStyleSpec-lg,.TutorialPage-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,.BookPage-headline,.CoachPage-headline,.CourseContentPage-headline,.DepartmentDirectoryPage-headline,.DiscussionPage-headline,.EmployeePage-headline,.EventPage-headline,.ExperientialPage-headline,.GalleryPage-headline,.GlossaryPage-headline,.HowToGuidePage-headline,.PressRelease-headline,.ProgramContentPage-headline,.ReferencePage-headline,.SupportDeskTopicPage-headline,.Topic-headline,.TutorialPage-headline,.VideoPage-headline{line-height:1.25}}.ArticlePage-subHeadline,.AthletePage-subHeadline,.AuthorPage-subHeadline,.BlogPostPage-subHeadline,.BookPage-subHeadline,.CoachPage-subHeadline,.CourseContentPage-subHeadline,.DepartmentDirectoryPage-subHeadline,.DiscussionPage-subHeadline,.EmployeePage-subHeadline,.EventPage-subHeadline,.ExperientialPage-subHeadline,.GalleryPage-subHeadline,.GlossaryPage-subHeadline,.HowToGuidePage-subHeadline,.PressRelease-subHeadline,.ProgramContentPage-subHeadline,.ReferencePage-subHeadline,.SupportDeskTopicPage-subHeadline,.Topic-subHeadline,.TutorialPage-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,.BookPage-subHeadline .textStyleSpec-md,.BookPage-subHeadline .textStyleSpec-sm,.CoachPage-subHeadline .textStyleSpec-md,.CoachPage-subHeadline .textStyleSpec-sm,.CourseContentPage-subHeadline .textStyleSpec-md,.CourseContentPage-subHeadline .textStyleSpec-sm,.DepartmentDirectoryPage-subHeadline .textStyleSpec-md,.DepartmentDirectoryPage-subHeadline .textStyleSpec-sm,.DiscussionPage-subHeadline .textStyleSpec-md,.DiscussionPage-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,.GlossaryPage-subHeadline .textStyleSpec-md,.GlossaryPage-subHeadline .textStyleSpec-sm,.HowToGuidePage-subHeadline .textStyleSpec-md,.HowToGuidePage-subHeadline .textStyleSpec-sm,.PressRelease-subHeadline .textStyleSpec-md,.PressRelease-subHeadline .textStyleSpec-sm,.ProgramContentPage-subHeadline .textStyleSpec-md,.ProgramContentPage-subHeadline .textStyleSpec-sm,.ReferencePage-subHeadline .textStyleSpec-md,.ReferencePage-subHeadline .textStyleSpec-sm,.SupportDeskTopicPage-subHeadline .textStyleSpec-md,.SupportDeskTopicPage-subHeadline .textStyleSpec-sm,.Topic-subHeadline .textStyleSpec-md,.Topic-subHeadline .textStyleSpec-sm,.TutorialPage-subHeadline .textStyleSpec-md,.TutorialPage-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,.BookPage-subHeadline .textStyleSpec-lg,.CoachPage-subHeadline .textStyleSpec-lg,.CourseContentPage-subHeadline .textStyleSpec-lg,.DepartmentDirectoryPage-subHeadline .textStyleSpec-lg,.DiscussionPage-subHeadline .textStyleSpec-lg,.EmployeePage-subHeadline .textStyleSpec-lg,.EventPage-subHeadline .textStyleSpec-lg,.ExperientialPage-subHeadline .textStyleSpec-lg,.GalleryPage-subHeadline .textStyleSpec-lg,.GlossaryPage-subHeadline .textStyleSpec-lg,.HowToGuidePage-subHeadline .textStyleSpec-lg,.PressRelease-subHeadline .textStyleSpec-lg,.ProgramContentPage-subHeadline .textStyleSpec-lg,.ReferencePage-subHeadline .textStyleSpec-lg,.SupportDeskTopicPage-subHeadline .textStyleSpec-lg,.Topic-subHeadline .textStyleSpec-lg,.TutorialPage-subHeadline .textStyleSpec-lg,.VideoPage-subHeadline .textStyleSpec-lg{font-size:2.2rem}.ArticlePage-subHeadline p,.AthletePage-subHeadline p,.AuthorPage-subHeadline p,.BlogPostPage-subHeadline p,.BookPage-subHeadline p,.CoachPage-subHeadline p,.CourseContentPage-subHeadline p,.DepartmentDirectoryPage-subHeadline p,.DiscussionPage-subHeadline p,.EmployeePage-subHeadline p,.EventPage-subHeadline p,.ExperientialPage-subHeadline p,.GalleryPage-subHeadline p,.GlossaryPage-subHeadline p,.HowToGuidePage-subHeadline p,.PressRelease-subHeadline p,.ProgramContentPage-subHeadline p,.ReferencePage-subHeadline p,.SupportDeskTopicPage-subHeadline p,.Topic-subHeadline p,.TutorialPage-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,.BookPage-subHeadline a:hover,.CoachPage-subHeadline a:hover,.CourseContentPage-subHeadline a:hover,.DepartmentDirectoryPage-subHeadline a:hover,.DiscussionPage-subHeadline a:hover,.EmployeePage-subHeadline a:hover,.EventPage-subHeadline a:hover,.ExperientialPage-subHeadline a:hover,.GalleryPage-subHeadline a:hover,.GlossaryPage-subHeadline a:hover,.HowToGuidePage-subHeadline a:hover,.PressRelease-subHeadline a:hover,.ProgramContentPage-subHeadline a:hover,.ReferencePage-subHeadline a:hover,.SupportDeskTopicPage-subHeadline a:hover,.Topic-subHeadline a:hover,.TutorialPage-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,.BookPage-subHeadline,.CoachPage-subHeadline,.CourseContentPage-subHeadline,.DepartmentDirectoryPage-subHeadline,.DiscussionPage-subHeadline,.EmployeePage-subHeadline,.EventPage-subHeadline,.ExperientialPage-subHeadline,.GalleryPage-subHeadline,.GlossaryPage-subHeadline,.HowToGuidePage-subHeadline,.PressRelease-subHeadline,.ProgramContentPage-subHeadline,.ReferencePage-subHeadline,.SupportDeskTopicPage-subHeadline,.Topic-subHeadline,.TutorialPage-subHeadline,.VideoPage-subHeadline{line-height:1.36}}.ArticlePage-subHeadline,.AthletePage-subHeadline,.AuthorPage-subHeadline,.BlogPostPage-subHeadline,.BookPage-subHeadline,.CoachPage-subHeadline,.CourseContentPage-subHeadline,.DepartmentDirectoryPage-subHeadline,.DiscussionPage-subHeadline,.EmployeePage-subHeadline,.EventPage-subHeadline,.ExperientialPage-subHeadline,.GalleryPage-subHeadline,.GlossaryPage-subHeadline,.HowToGuidePage-subHeadline,.PressRelease-subHeadline,.ProgramContentPage-subHeadline,.ReferencePage-subHeadline,.SupportDeskTopicPage-subHeadline,.Topic-subHeadline,.TutorialPage-subHeadline,.VideoPage-subHeadline{font-weight:800}.ArticlePage-tagsWrapper,.AthletePage-tagsWrapper,.AuthorPage-tagsWrapper,.BlogPostPage-tagsWrapper,.BookPage-tagsWrapper,.CoachPage-tagsWrapper,.CourseContentPage-tagsWrapper,.DepartmentDirectoryPage-tagsWrapper,.DiscussionPage-tagsWrapper,.EmployeePage-tagsWrapper,.EventPage-tagsWrapper,.ExperientialPage-tagsWrapper,.GalleryPage-tagsWrapper,.GlossaryPage-tagsWrapper,.HowToGuidePage-tagsWrapper,.PressRelease-tagsWrapper,.ProgramContentPage-tagsWrapper,.ReferencePage-tagsWrapper,.SupportDeskTopicPage-tagsWrapper,.Topic-tagsWrapper,.TutorialPage-tagsWrapper,.VideoPage-tagsWrapper{margin-bottom:20px}.ArticlePage-tagsWrapper .Link,.AthletePage-tagsWrapper .Link,.AuthorPage-tagsWrapper .Link,.BlogPostPage-tagsWrapper .Link,.BookPage-tagsWrapper .Link,.CoachPage-tagsWrapper .Link,.CourseContentPage-tagsWrapper .Link,.DepartmentDirectoryPage-tagsWrapper .Link,.DiscussionPage-tagsWrapper .Link,.EmployeePage-tagsWrapper .Link,.EventPage-tagsWrapper .Link,.ExperientialPage-tagsWrapper .Link,.GalleryPage-tagsWrapper .Link,.GlossaryPage-tagsWrapper .Link,.HowToGuidePage-tagsWrapper .Link,.PressRelease-tagsWrapper .Link,.ProgramContentPage-tagsWrapper .Link,.ReferencePage-tagsWrapper .Link,.SupportDeskTopicPage-tagsWrapper .Link,.Topic-tagsWrapper .Link,.TutorialPage-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,.BookPage-tagsWrapper span.Link,.CoachPage-tagsWrapper span.Link,.CourseContentPage-tagsWrapper span.Link,.DepartmentDirectoryPage-tagsWrapper span.Link,.DiscussionPage-tagsWrapper span.Link,.EmployeePage-tagsWrapper span.Link,.EventPage-tagsWrapper span.Link,.ExperientialPage-tagsWrapper span.Link,.GalleryPage-tagsWrapper span.Link,.GlossaryPage-tagsWrapper span.Link,.HowToGuidePage-tagsWrapper span.Link,.PressRelease-tagsWrapper span.Link,.ProgramContentPage-tagsWrapper span.Link,.ReferencePage-tagsWrapper span.Link,.SupportDeskTopicPage-tagsWrapper span.Link,.Topic-tagsWrapper span.Link,.TutorialPage-tagsWrapper span.Link,.VideoPage-tagsWrapper span.Link{pointer-events:none}.ArticlePage-main,.AthletePage-main,.AuthorPage-main,.BlogPostPage-main,.BookPage-main,.CoachPage-main,.CourseContentPage-main,.DepartmentDirectoryPage-main,.DiscussionPage-main,.EmployeePage-main,.EventPage-main,.ExperientialPage-main,.GalleryPage-main,.GlossaryPage-main,.HowToGuidePage-main,.PressRelease-main,.ProgramContentPage-main,.ReferencePage-main,.SupportDeskTopicPage-main,.Topic-main,.TutorialPage-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,.BookPage-aside,.BookPage-main,.CoachPage-aside,.CoachPage-main,.CourseContentPage-aside,.CourseContentPage-main,.DepartmentDirectoryPage-aside,.DepartmentDirectoryPage-main,.DiscussionPage-aside,.DiscussionPage-main,.EmployeePage-aside,.EmployeePage-main,.EventPage-aside,.EventPage-main,.ExperientialPage-aside,.ExperientialPage-main,.GalleryPage-aside,.GalleryPage-main,.GlossaryPage-aside,.GlossaryPage-main,.HowToGuidePage-aside,.HowToGuidePage-main,.PressRelease-aside,.PressRelease-main,.ProgramContentPage-aside,.ProgramContentPage-main,.ReferencePage-aside,.ReferencePage-main,.SupportDeskTopicPage-aside,.SupportDeskTopicPage-main,.Topic-aside,.Topic-main,.TutorialPage-aside,.TutorialPage-main,.VideoPage-aside,.VideoPage-main{z-index:1;position:relative;background-color:#fff}.ArticlePage-aside,.AthletePage-aside,.AuthorPage-aside,.BlogPostPage-aside,.BookPage-aside,.CoachPage-aside,.CourseContentPage-aside,.DepartmentDirectoryPage-aside,.DiscussionPage-aside,.EmployeePage-aside,.EventPage-aside,.ExperientialPage-aside,.GalleryPage-aside,.GlossaryPage-aside,.HowToGuidePage-aside,.PressRelease-aside,.ProgramContentPage-aside,.ReferencePage-aside,.SupportDeskTopicPage-aside,.Topic-aside,.TutorialPage-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,.BookPage-actions.below .ActionBar-title,.BookPage-authorName,.BookPage-contributors,.CoachPage-actions.below .ActionBar-title,.CoachPage-authorName,.CoachPage-contributors,.CourseContentPage-actions.below .ActionBar-title,.CourseContentPage-authorName,.CourseContentPage-contributors,.DepartmentDirectoryPage-actions.below .ActionBar-title,.DepartmentDirectoryPage-authorName,.DepartmentDirectoryPage-contributors,.DiscussionPage-actions.below .ActionBar-title,.DiscussionPage-authorName,.DiscussionPage-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,.GlossaryPage-actions.below .ActionBar-title,.GlossaryPage-authorName,.GlossaryPage-contributors,.HowToGuidePage-actions.below .ActionBar-title,.HowToGuidePage-authorName,.HowToGuidePage-contributors,.PressRelease-actions.below .ActionBar-title,.PressRelease-authorName,.PressRelease-contributors,.ProgramContentPage-actions.below .ActionBar-title,.ProgramContentPage-authorName,.ProgramContentPage-contributors,.ReferencePage-actions.below .ActionBar-title,.ReferencePage-authorName,.ReferencePage-contributors,.SupportDeskTopicPage-actions.below .ActionBar-title,.SupportDeskTopicPage-authorName,.SupportDeskTopicPage-contributors,.Topic-actions.below .ActionBar-title,.Topic-authorName,.Topic-contributors,.TutorialPage-actions.below .ActionBar-title,.TutorialPage-authorName,.TutorialPage-contributors,.VideoPage-actions.below .ActionBar-title,.VideoPage-authorName,.VideoPage-contributors{margin-bottom:0}.ArticlePage-byline,.AthletePage-byline,.AuthorPage-byline,.BlogPostPage-byline,.BookPage-byline,.CoachPage-byline,.CourseContentPage-byline,.DepartmentDirectoryPage-byline,.DiscussionPage-byline,.EmployeePage-byline,.EventPage-byline,.ExperientialPage-byline,.GalleryPage-byline,.GlossaryPage-byline,.HowToGuidePage-byline,.PressRelease-byline,.ProgramContentPage-byline,.ReferencePage-byline,.SupportDeskTopicPage-byline,.Topic-byline,.TutorialPage-byline,.VideoPage-byline{margin-bottom:30px}.ArticlePage-authorInfo,.AthletePage-authorInfo,.AuthorPage-authorInfo,.BlogPostPage-authorInfo,.BookPage-authorInfo,.CoachPage-authorInfo,.CourseContentPage-authorInfo,.DepartmentDirectoryPage-authorInfo,.DiscussionPage-authorInfo,.EmployeePage-authorInfo,.EventPage-authorInfo,.ExperientialPage-authorInfo,.GalleryPage-authorInfo,.GlossaryPage-authorInfo,.HowToGuidePage-authorInfo,.PressRelease-authorInfo,.ProgramContentPage-authorInfo,.ReferencePage-authorInfo,.SupportDeskTopicPage-authorInfo,.Topic-authorInfo,.TutorialPage-authorInfo,.VideoPage-authorInfo{display:flex;padding:40px}.ArticlePage-authorInfo-image,.AthletePage-authorInfo-image,.AuthorPage-authorInfo-image,.BlogPostPage-authorInfo-image,.BookPage-authorInfo-image,.CoachPage-authorInfo-image,.CourseContentPage-authorInfo-image,.DepartmentDirectoryPage-authorInfo-image,.DiscussionPage-authorInfo-image,.EmployeePage-authorInfo-image,.EventPage-authorInfo-image,.ExperientialPage-authorInfo-image,.GalleryPage-authorInfo-image,.GlossaryPage-authorInfo-image,.HowToGuidePage-authorInfo-image,.PressRelease-authorInfo-image,.ProgramContentPage-authorInfo-image,.ReferencePage-authorInfo-image,.SupportDeskTopicPage-authorInfo-image,.Topic-authorInfo-image,.TutorialPage-authorInfo-image,.VideoPage-authorInfo-image{flex-shrink:0;margin:0 20px 0 0}.ArticlePage-authorInfo-content,.AthletePage-authorInfo-content,.AuthorPage-authorInfo-content,.BlogPostPage-authorInfo-content,.BookPage-authorInfo-content,.CoachPage-authorInfo-content,.CourseContentPage-authorInfo-content,.DepartmentDirectoryPage-authorInfo-content,.DiscussionPage-authorInfo-content,.EmployeePage-authorInfo-content,.EventPage-authorInfo-content,.ExperientialPage-authorInfo-content,.GalleryPage-authorInfo-content,.GlossaryPage-authorInfo-content,.HowToGuidePage-authorInfo-content,.PressRelease-authorInfo-content,.ProgramContentPage-authorInfo-content,.ReferencePage-authorInfo-content,.SupportDeskTopicPage-authorInfo-content,.Topic-authorInfo-content,.TutorialPage-authorInfo-content,.VideoPage-authorInfo-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.ArticlePage-authorInfo-bio-name,.AthletePage-authorInfo-bio-name,.AuthorPage-authorInfo-bio-name,.BlogPostPage-authorInfo-bio-name,.BookPage-authorInfo-bio-name,.CoachPage-authorInfo-bio-name,.CourseContentPage-authorInfo-bio-name,.DepartmentDirectoryPage-authorInfo-bio-name,.DiscussionPage-authorInfo-bio-name,.EmployeePage-authorInfo-bio-name,.EventPage-authorInfo-bio-name,.ExperientialPage-authorInfo-bio-name,.GalleryPage-authorInfo-bio-name,.GlossaryPage-authorInfo-bio-name,.HowToGuidePage-authorInfo-bio-name,.PressRelease-authorInfo-bio-name,.ProgramContentPage-authorInfo-bio-name,.ReferencePage-authorInfo-bio-name,.SupportDeskTopicPage-authorInfo-bio-name,.Topic-authorInfo-bio-name,.TutorialPage-authorInfo-bio-name,.VideoPage-authorInfo-bio-name{justify-content:flex-start;font-size:2.4rem}.ArticlePage-authorInfo-bio-content,.AthletePage-authorInfo-bio-content,.AuthorPage-authorInfo-bio-content,.BlogPostPage-authorInfo-bio-content,.BookPage-authorInfo-bio-content,.CoachPage-authorInfo-bio-content,.CourseContentPage-authorInfo-bio-content,.DepartmentDirectoryPage-authorInfo-bio-content,.DiscussionPage-authorInfo-bio-content,.EmployeePage-authorInfo-bio-content,.EventPage-authorInfo-bio-content,.ExperientialPage-authorInfo-bio-content,.GalleryPage-authorInfo-bio-content,.GlossaryPage-authorInfo-bio-content,.HowToGuidePage-authorInfo-bio-content,.PressRelease-authorInfo-bio-content,.ProgramContentPage-authorInfo-bio-content,.ReferencePage-authorInfo-bio-content,.SupportDeskTopicPage-authorInfo-bio-content,.Topic-authorInfo-bio-content,.TutorialPage-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,.BookPage-authorInfo-bio-content:before,.CoachPage-authorInfo-bio-content:before,.CourseContentPage-authorInfo-bio-content:before,.DepartmentDirectoryPage-authorInfo-bio-content:before,.DiscussionPage-authorInfo-bio-content:before,.EmployeePage-authorInfo-bio-content:before,.EventPage-authorInfo-bio-content:before,.ExperientialPage-authorInfo-bio-content:before,.GalleryPage-authorInfo-bio-content:before,.GlossaryPage-authorInfo-bio-content:before,.HowToGuidePage-authorInfo-bio-content:before,.PressRelease-authorInfo-bio-content:before,.ProgramContentPage-authorInfo-bio-content:before,.ReferencePage-authorInfo-bio-content:before,.SupportDeskTopicPage-authorInfo-bio-content:before,.Topic-authorInfo-bio-content:before,.TutorialPage-authorInfo-bio-content:before,.VideoPage-authorInfo-bio-content:before{margin-left:0}.ArticlePage-breadcrumbs,.AthletePage-breadcrumbs,.AuthorPage-breadcrumbs,.BlogPostPage-breadcrumbs,.BookPage-breadcrumbs,.CoachPage-breadcrumbs,.CourseContentPage-breadcrumbs,.DepartmentDirectoryPage-breadcrumbs,.DiscussionPage-breadcrumbs,.EmployeePage-breadcrumbs,.EventPage-breadcrumbs,.ExperientialPage-breadcrumbs,.GalleryPage-breadcrumbs,.GlossaryPage-breadcrumbs,.HowToGuidePage-breadcrumbs,.PressRelease-breadcrumbs,.ProgramContentPage-breadcrumbs,.ReferencePage-breadcrumbs,.SupportDeskTopicPage-breadcrumbs,.Topic-breadcrumbs,.TutorialPage-breadcrumbs,.VideoPage-breadcrumbs{margin-bottom:30px}.ArticlePage-headline,.AthletePage-headline,.AuthorPage-headline,.BlogPostPage-headline,.BookPage-headline,.CoachPage-headline,.CourseContentPage-headline,.DepartmentDirectoryPage-headline,.DiscussionPage-headline,.EmployeePage-headline,.EventPage-headline,.ExperientialPage-headline,.GalleryPage-headline,.GlossaryPage-headline,.HowToGuidePage-headline,.PressRelease-headline,.ProgramContentPage-headline,.ReferencePage-headline,.SupportDeskTopicPage-headline,.Topic-headline,.TutorialPage-headline,.VideoPage-headline{margin-bottom:20px}.ArticlePage-tagsWrapper,.AthletePage-tagsWrapper,.AuthorPage-tagsWrapper,.BlogPostPage-tagsWrapper,.BookPage-tagsWrapper,.CoachPage-tagsWrapper,.CourseContentPage-tagsWrapper,.DepartmentDirectoryPage-tagsWrapper,.DiscussionPage-tagsWrapper,.EmployeePage-tagsWrapper,.EventPage-tagsWrapper,.ExperientialPage-tagsWrapper,.GalleryPage-tagsWrapper,.GlossaryPage-tagsWrapper,.HowToGuidePage-tagsWrapper,.PressRelease-tagsWrapper,.ProgramContentPage-tagsWrapper,.ReferencePage-tagsWrapper,.SupportDeskTopicPage-tagsWrapper,.Topic-tagsWrapper,.TutorialPage-tagsWrapper,.VideoPage-tagsWrapper{margin-bottom:40px}.ArticlePage-aside,.AthletePage-aside,.AuthorPage-aside,.BlogPostPage-aside,.BookPage-aside,.CoachPage-aside,.CourseContentPage-aside,.DepartmentDirectoryPage-aside,.DiscussionPage-aside,.EmployeePage-aside,.EventPage-aside,.ExperientialPage-aside,.GalleryPage-aside,.GlossaryPage-aside,.HowToGuidePage-aside,.PressRelease-aside,.ProgramContentPage-aside,.ReferencePage-aside,.SupportDeskTopicPage-aside,.Topic-aside,.TutorialPage-aside,.VideoPage-aside{margin-top:-50px}.ArticlePage-content,.AthletePage-content,.AuthorPage-content,.BlogPostPage-content,.BookPage-content,.CoachPage-content,.CourseContentPage-content,.DepartmentDirectoryPage-content,.DiscussionPage-content,.EmployeePage-content,.EventPage-content,.ExperientialPage-content,.GalleryPage-content,.GlossaryPage-content,.HowToGuidePage-content,.PressRelease-content,.ProgramContentPage-content,.ReferencePage-content,.SupportDeskTopicPage-content,.Topic-content,.TutorialPage-content,.VideoPage-content{padding-left:74px;padding-right:74px}}@media only screen and (min-width:1024px){.ArticlePage-aside,.AthletePage-aside,.AuthorPage-aside,.BlogPostPage-aside,.BookPage-aside,.CoachPage-aside,.CourseContentPage-aside,.DepartmentDirectoryPage-aside,.DiscussionPage-aside,.EmployeePage-aside,.EventPage-aside,.ExperientialPage-aside,.GalleryPage-aside,.GlossaryPage-aside,.HowToGuidePage-aside,.PressRelease-aside,.ProgramContentPage-aside,.ReferencePage-aside,.SupportDeskTopicPage-aside,.Topic-aside,.TutorialPage-aside,.VideoPage-aside{padding-left:0;padding-right:0}.ArticlePage-subHeadline,.AthletePage-subHeadline,.AuthorPage-subHeadline,.BlogPostPage-subHeadline,.BookPage-subHeadline,.CoachPage-subHeadline,.CourseContentPage-subHeadline,.DepartmentDirectoryPage-subHeadline,.DiscussionPage-subHeadline,.EmployeePage-subHeadline,.EventPage-subHeadline,.ExperientialPage-subHeadline,.GalleryPage-subHeadline,.GlossaryPage-subHeadline,.HowToGuidePage-subHeadline,.PressRelease-subHeadline,.ProgramContentPage-subHeadline,.ReferencePage-subHeadline,.SupportDeskTopicPage-subHeadline,.Topic-subHeadline,.TutorialPage-subHeadline,.VideoPage-subHeadline{margin-bottom:40px}.ArticlePage-content,.AthletePage-content,.AuthorPage-content,.BlogPostPage-content,.BookPage-content,.CoachPage-content,.CourseContentPage-content,.DepartmentDirectoryPage-content,.DiscussionPage-content,.EmployeePage-content,.EventPage-content,.ExperientialPage-content,.GalleryPage-content,.GlossaryPage-content,.HowToGuidePage-content,.PressRelease-content,.ProgramContentPage-content,.ReferencePage-content,.SupportDeskTopicPage-content,.Topic-content,.TutorialPage-content,.VideoPage-content{padding-left:0;padding-right:0}}@media only screen and (min-width:1440px){.ArticlePage-main,.AthletePage-main,.AuthorPage-main,.BlogPostPage-main,.BookPage-main,.CoachPage-main,.CourseContentPage-main,.DepartmentDirectoryPage-main,.DiscussionPage-main,.EmployeePage-main,.EventPage-main,.ExperientialPage-main,.GalleryPage-main,.GlossaryPage-main,.HowToGuidePage-main,.PressRelease-main,.ProgramContentPage-main,.ReferencePage-main,.SupportDeskTopicPage-main,.Topic-main,.TutorialPage-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:flex;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;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{flex-direction:row;margin-bottom:15px;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;align-items:center;display:flex;margin-bottom:20px;position:relative;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.14285714;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: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{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:flex;flex-direction:column;align-items:flex-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{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,.DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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:-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),.DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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]),.DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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 .DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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,.DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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,.DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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;order:0;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,.DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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);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,.DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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: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,.DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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,.DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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,.DepartmentDirectoryPage.has-aside .DepartmentDirectoryPage-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:flex;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.14285714;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}}.ContentPage-documentType{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:var(--label-3);font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--primaryColor)}.Header.byuh-default-header.menu-open .Header-actions,.Header.byuh-default-header.menu-open .Header-navigation{display:flex}.Header.byuh-default-header .Header-actions{display:none;grid-column:1/3;background:#fff;flex-wrap:wrap}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-actions{display:flex;grid-column:3/4;background:var(--headerBgColor,#ba0c2f);flex-wrap:nowrap}}.Header.byuh-default-header .Header-actions .Header-customButton{order:3;display:block;margin-left:20px;margin-bottom:10px}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-actions .Header-customButton{order:unset;margin-left:0;margin-bottom:0}}.Header.byuh-default-header .Header-search{margin:0 0 10px;flex:0 0 100%}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-search{margin:0 20px;flex:0 0 auto}}.Header.byuh-default-header .Header-search-input{width:100%;padding:12px 20px;box-shadow:0 5px 6px -7px #ddd;height:auto;border-radius:0}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-search-input{width:144px;padding:5px 35px 5px 15px;box-shadow:none;height:35px;border-radius:30px}}.Header.byuh-default-header .Header-search-button{top:8px;right:8px}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-search-button{top:0;right:0}}.Header.byuh-default-header .Header-authNavigation{margin-left:20px;order:2}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-authNavigation{margin-left:3.2rem;margin-right:1.6rem;order:unset}}.Header.byuh-default-header .Header-authNavigation .Link{color:#4a4a4a}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-authNavigation .Link{color:#fff}}.Header.byuh-default-header .Header-authNavigation .AuthNavigation-avatar{margin-bottom:20px}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-authNavigation .AuthNavigation-avatar{margin-bottom:10px}}.Header.byuh-default-header .Header-authNavigation .AuthNavigation-avatar svg{color:#4a4a4a}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-authNavigation .AuthNavigation-avatar svg{color:#fff}}.Header.byuh-default-header .Header-authNavigation .AuthNavigation-items-item{margin:0 0 20px}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-authNavigation .AuthNavigation-items-item{margin:0 .5em .5em 0}}.Header.byuh-default-header .Header-navigation{height:auto;display:none;padding:0}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-navigation{display:flex;height:60px;padding:0 20px}}.Header.byuh-default-header .Header-navigation .PrimaryNavigation{justify-content:flex-start}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-navigation .PrimaryNavigation{justify-content:flex-start;padding-left:115px}}.Header.byuh-default-header .Header-navigation .PrimaryNavigation-items{flex-direction:column;align-items:flex-start;width:100%;gap:0;margin:0 20px}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-navigation .PrimaryNavigation-items{flex-direction:row;align-items:center;width:auto;gap:5px;margin:0}}@media only screen and (min-width:768px){.Header.byuh-default-header .Header-navigation .PrimaryNavigation-items .PrimaryNavigationItem-items-container{top:calc(100% - 4px)}}.Header.byuh-default-header .Header-navigation .PrimaryNavigation-items-item{width:100%;border-top:1px solid #e6e5e0}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-navigation .PrimaryNavigation-items-item{width:auto;border:none}}.Header.byuh-default-header .Header-menu-button{display:block;border:1px solid #fff}.Header.byuh-default-header .Header-menu-button:hover{background:#c58932;border:1px solid #fff}.Header.byuh-default-header .Header-menu-button[aria-expanded=true]{background-color:#fff}.Header.byuh-default-header .Header-menu-button[aria-expanded=true]:before{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=\"%23BA0C2F\" stroke-width=\"0.75\" d=\"M2 3h6M2 5h6M2 7h6\"/></svg>")}.Header.byuh-default-header .Header-menu-button[aria-expanded=true]:after{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=\"%23BA0C2F\" stroke-width=\"0.75\" d=\"M 2.5,2.5 L 7.5,7.5\"/><path fill=\"none\" stroke=\"%23BA0C2F\" stroke-width=\"0.75\" d=\"M 2.5,7.5 L 7.5,2.5\"/></svg>")}@media only screen and (min-width:1024px){.Header.byuh-default-header .Header-menu-button{display:none}}.PromoAuthor,.PromoCardBackground-author,.PromoCardImageOnSide-authorInfo,.PromoCardImageOnTop-author,.PromoCardImageOnTopLarge-author{position:relative;display:flex;align-items:center}.text-center .PromoAuthor,.text-center .PromoCardBackground-author,.text-center .PromoCardImageOnSide-authorInfo,.text-center .PromoCardImageOnTop-author,.text-center .PromoCardImageOnTopLarge-author{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]{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,.PromoAdLede,.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,.PromoNavItem,.PromoNotification,.PromoStandard,.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,.PromoAdLede .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,.PromoNavItem .icon,.PromoNotification .icon,.PromoStandard .icon,.QuoteFullWidth .icon,.RichTextCard .icon{fill:var(--primaryTextColor);stroke:var(--primaryTextColor)}.DirectoryEmployeePromo .promo-divider,.PromoAbstract .promo-divider,.PromoAdLede .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,.PromoNavItem .promo-divider,.PromoNotification .promo-divider,.PromoStandard .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 .PromoAdLede .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 .PromoNavItem .promo-divider,.promo-has-inverse-text .PromoNotification .promo-divider,.promo-has-inverse-text .PromoStandard .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,.PromoAdLede.promo-has-dropshadow,.PromoAdLede .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,.PromoNavItem.promo-has-dropshadow,.PromoNavItem .promo-has-dropshadow,.PromoNotification.promo-has-dropshadow,.PromoNotification .promo-has-dropshadow,.PromoStandard.promo-has-dropshadow,.PromoStandard .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,.PromoAdLede.promo-has-inverse-text,.PromoAdLede .promo-has-inverse-text,.PromoAdLede.promo-has-inverse-text .promo-author a,.PromoAdLede .promo-has-inverse-text .promo-author a,.PromoAdLede.promo-has-inverse-text .promo-author a:hover,.PromoAdLede .promo-has-inverse-text .promo-author a:hover,.PromoAdLede.promo-has-inverse-text .promo-category a,.PromoAdLede .promo-has-inverse-text .promo-category a,.PromoAdLede.promo-has-inverse-text .promo-category a:hover,.PromoAdLede .promo-has-inverse-text .promo-category a:hover,.PromoAdLede.promo-has-inverse-text a,.PromoAdLede .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,.PromoNavItem.promo-has-inverse-text,.PromoNavItem .promo-has-inverse-text,.PromoNavItem.promo-has-inverse-text .promo-author a,.PromoNavItem .promo-has-inverse-text .promo-author a,.PromoNavItem.promo-has-inverse-text .promo-author a:hover,.PromoNavItem .promo-has-inverse-text .promo-author a:hover,.PromoNavItem.promo-has-inverse-text .promo-category a,.PromoNavItem .promo-has-inverse-text .promo-category a,.PromoNavItem.promo-has-inverse-text .promo-category a:hover,.PromoNavItem .promo-has-inverse-text .promo-category a:hover,.PromoNavItem.promo-has-inverse-text a,.PromoNavItem .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,.PromoStandard.promo-has-inverse-text,.PromoStandard .promo-has-inverse-text,.PromoStandard.promo-has-inverse-text .promo-author a,.PromoStandard .promo-has-inverse-text .promo-author a,.PromoStandard.promo-has-inverse-text .promo-author a:hover,.PromoStandard .promo-has-inverse-text .promo-author a:hover,.PromoStandard.promo-has-inverse-text .promo-category a,.PromoStandard .promo-has-inverse-text .promo-category a,.PromoStandard.promo-has-inverse-text .promo-category a:hover,.PromoStandard .promo-has-inverse-text .promo-category a:hover,.PromoStandard.promo-has-inverse-text a,.PromoStandard .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,.PromoAdLede.promo-has-inverse-text .icon,.PromoAdLede .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,.PromoNavItem.promo-has-inverse-text .icon,.PromoNavItem .promo-has-inverse-text .icon,.PromoNotification.promo-has-inverse-text .icon,.PromoNotification .promo-has-inverse-text .icon,.PromoStandard.promo-has-inverse-text .icon,.PromoStandard .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,.PromoAdLede .promo-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,.PromoNavItem .promo-description,.PromoNotification .promo-description,.PromoStandard .promo-description,.QuoteFullWidth .promo-description,.RichTextCard .promo-description{color:var(--secondaryTextColor)}.DirectoryEmployeePromo .promo-description a,.PromoAbstract .promo-description a,.PromoAbstract .PromoMetrics-description a,.PromoAdLede .promo-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,.PromoNavItem .promo-description a,.PromoNotification .promo-description a,.PromoStandard .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,.PromoAdLede .promo-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,.PromoNavItem .promo-description a:hover,.PromoNotification .promo-description a:hover,.PromoStandard .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,.PromoAdLede .promo-author a,.PromoAdLede .promo-category 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,.PromoNavItem .promo-author a,.PromoNavItem .promo-category a,.PromoNotification .promo-author a,.PromoNotification .promo-category a,.PromoStandard .promo-author a,.PromoStandard .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,.PromoAdLede .promo-author a:hover,.PromoAdLede .promo-category 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,.PromoNavItem .promo-author a:hover,.PromoNavItem .promo-category a:hover,.PromoNotification .promo-author a:hover,.PromoNotification .promo-category a:hover,.PromoStandard .promo-author a:hover,.PromoStandard .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,.PromoAdLede 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,.PromoNavItem div[class$=-content]>div:last-child,.PromoNotification div[class$=-content]>div:last-child,.PromoStandard 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,.PromoAdLede 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,.PromoNavItem div[class$=-media] a,.PromoNotification div[class$=-media] a,.PromoStandard 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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.PromoAbstract .Header-customButton>a,.PromoAbstract .List .List-paginationButton,.PromoAbstract .ListAbstract .List-paginationButton,.PromoAbstract .ListAccordion .List-paginationButton,.PromoAbstract .ListAsideStacked .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,.PromoAdLede .btn,.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,.PromoNavItem .btn,.PromoNotification .btn,.PromoStandard .btn,.QuoteFullWidth .btn,.RichTextCard .btn{line-height:1}.DirectoryEmployeePromo .promo-items-item,.PromoAbstract .promo-items-item,.PromoAdLede .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,.PromoNavItem .promo-items-item,.PromoNotification .promo-items-item,.PromoStandard .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,.PromoAdLede .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,.PromoNavItem .promo-items-item>svg,.PromoNotification .promo-items-item>svg,.PromoStandard .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,.PromoAdLede-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,.PromoNavItem-title,.PromoNotification-title,.PromoStandard-title,.QuoteFullWidth-title,.RichTextCard-title{font-weight:800}.DirectoryEmployeePromo-title a,.DirectoryEmployeePromo-title a:hover,.PromoAbstract-title a,.PromoAbstract-title a:hover,.PromoAdLede-title a,.PromoAdLede-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,.PromoNavItem-title a,.PromoNavItem-title a:hover,.PromoNotification-title a,.PromoNotification-title a:hover,.PromoStandard-title a,.PromoStandard-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,.PromoAdLede-authorName,.PromoAdLede-description,.PromoAdLede-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,.PromoNavItem-authorName,.PromoNavItem-description,.PromoNavItem-location,.PromoNotification-authorName,.PromoNotification-description,.PromoNotification-location,.PromoStandard-authorName,.PromoStandard-description,.PromoStandard-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,.PromoAdLede-authorName a,.PromoAdLede-description a,.PromoAdLede-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,.PromoNavItem-authorName a,.PromoNavItem-description a,.PromoNavItem-location a,.PromoNotification-authorName a,.PromoNotification-description a,.PromoNotification-location a,.PromoStandard-authorName a,.PromoStandard-description a,.PromoStandard-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,.PromoAdLede-authorName a:hover,.PromoAdLede-description a:hover,.PromoAdLede-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,.PromoNavItem-authorName a:hover,.PromoNavItem-description a:hover,.PromoNavItem-location a:hover,.PromoNotification-authorName a:hover,.PromoNotification-description a:hover,.PromoNotification-location a:hover,.PromoStandard-authorName a:hover,.PromoStandard-description a:hover,.PromoStandard-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{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{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{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-left:40px;padding-right:40px;padding-top:var(--globalPaddingTopMobile,40px);padding-bottom:var(--globalPaddingBottomMobile,40px);width:100%;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-Large-container{display:flex;align-items:center;width:100%}.PromoFullWidth-content,.PromoFullWidth-Large-content{display:flex;flex-direction:column;align-items:center;width:100%;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-Large .promo-title-large,.PromoFullWidth .promo-description,.PromoFullWidth .promo-title-large,.PromoFullWidth .PromoMetrics-description{color:currentColor}@media only screen and (min-width:768px){.PromoFullWidth,.PromoFullWidth-Large{padding-left:40px;padding-right:40px;padding-top:var(--globalPaddingTopMobile,40px);padding-bottom:var(--globalPaddingBottomMobile,40px);min-height:320px}.PromoFullWidth-content,.PromoFullWidth-Large-content{max-width:320px;align-items:normal;text-align:inherit}.content-vertical-top .PromoFullWidth-container,.content-vertical-top .PromoFullWidth-Large-container{align-items:flex-start}.content-vertical-center .PromoFullWidth-container,.content-vertical-center .PromoFullWidth-Large-container{align-items:center}.content-vertical-bottom .PromoFullWidth-container,.content-vertical-bottom .PromoFullWidth-Large-container{align-items:flex-end}.content-horizontal-left .PromoFullWidth-container,.content-horizontal-left .PromoFullWidth-Large-container{justify-content:flex-start}.content-horizontal-center .PromoFullWidth-container,.content-horizontal-center .PromoFullWidth-Large-container{justify-content:center}.content-horizontal-right .PromoFullWidth-container,.content-horizontal-right .PromoFullWidth-Large-container{justify-content:flex-end}}@media only screen and (min-width:1024px){.PromoFullWidth,.PromoFullWidth-Large{min-height:360px;padding-left:40px;padding-right:40px;padding-top:var(--globalPaddingTop,50px);padding-bottom:var(--globalPaddingBottom,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;padding-top:var(--globalPaddingTop,100px);padding-bottom:var(--globalPaddingBottom,100px)}.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:grid;grid-gap:20px;justify-items:start}.PromoVerticalImage-mediaPlaceholderBg{width:100%;height:auto;background-color:#f2f5f7;max-width:150px;min-height:170px;max-height:200px}.PromoVerticalImage.no-media{grid-template-columns:auto}.PromoVerticalImage-content{text-align:left}.PromoVerticalImage-title{font-size:24px;font-weight:700;line-height:29/24}.PromoVerticalImage-jobTitle{font-weight:700;font-size:17px;line-height:21/17;color:#333}.PromoVerticalImage-contactDetails{margin-top:11px}.PromoVerticalImage-address,.PromoVerticalImage-email,.PromoVerticalImage-groups,.PromoVerticalImage-phoneNumber{font-size:16px;line-height:20/16;color:#666}@media only screen and (min-width:383px){.PromoVerticalImage-mediaPlaceholderBg{min-height:200px}}@media only screen and (min-width:768px){.PromoVerticalImage{grid-template-columns:150px auto}.PromoVerticalImage.no-media{padding-left:170px}}@media only screen and (min-width:1024px){.PromoVerticalImage{grid-template-columns:110px auto;grid-gap:17px}.PromoVerticalImage.no-media{padding-left:130px}.PromoVerticalImage-mediaPlaceholderBg{min-height:147px}.ListVerticalImage[data-column-count="2"] .PromoVerticalImage{grid-template-columns:150px auto;grid-gap:20px}.ListVerticalImage[data-column-count="4"] .PromoVerticalImage{grid-template-columns:auto;grid-gap:20px}}.PromoIconOnSide{box-shadow:none!important;display:flex}.PromoIconOnSide.align-items-center{align-items:center}.PromoIconOnSide.icon-bottom,.PromoIconOnSide.icon-top{flex-direction:column}.PromoIconOnSide-content{max-width:500px}.PromoIconOnSide-title{margin-bottom:5px}.PromoIconOnSide-cta{margin-top:5px}.PromoIconOnSide-media{flex-shrink:0;margin-right:10px}.icon-right .PromoIconOnSide-media{margin-left:10px;margin-right:0;order:2}.icon-top .PromoIconOnSide-media{margin:0 0 10px}.icon-bottom .PromoIconOnSide-media{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:flex;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;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:flex;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-left:20px;padding-right:20px;padding-top:var(--globalPaddingTopMobile,40px);padding-bottom:var(--globalPaddingBottomMobile,40px)}.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-left:50px;padding-right:50px;padding-top:var(--globalPaddingTopMobile,60px);padding-bottom:var(--globalPaddingBottomMobile,60px)}.PromoImageOnSideLarge[data-fullwidth-module]{margin-top:50px}.PromoImageOnSideLarge-container{display:flex}[data-fullwidth-module] .PromoImageOnSideLarge-container.container-fixed{max-width:none;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.PromoImageOnSideLarge-content{display:flex;flex-direction:column;justify-content:center}.PromoImageOnSideLarge-media{flex-shrink:0;max-width:334px;margin:0 40px 0 0}.image-right .PromoImageOnSideLarge-media{margin:0 0 0 40px;order:1}}@media only screen and (min-width:1024px){.PromoImageOnSideLarge{padding-left:42px;padding-right:42px;padding-top:var(--globalPaddingTop,80px);padding-bottom:var(--globalPaddingBottom,80px)}.PromoImageOnSideLarge[data-fullwidth-module]{margin-top: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-left:100px;padding-right:100px;padding-top:var(--globalPaddingTop,80px);padding-bottom:var(--globalPaddingBottom,80px)}.PromoImageOnSideLarge[data-fullwidth-module]{margin-top:100px}[data-wide-module] .PromoImageOnSideLarge-container.container-fixed{max-width:1300px;margin-left:-165px;width:1300px}.PromoImageOnSideLarge-media{max-width:620px;margin:0 60px 0 0}[data-wide-module] .PromoImageOnSideLarge-media{max-width:760px}[data-fullwidth-module] .PromoImageOnSideLarge-media{max-width:920px}.PromoImageOnSideLarge-media img{width:100%}.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}}@media print{.Page-main.with-aside{margin-top:20px;order:1;page-break-before:always}.Page-main.with-aside p{font-size:16px}}.PromoImageOnTopLarge{padding:40px 20px}.PromoImageOnTopLarge.promo-has-dropshadow{box-shadow:none}.PromoImageOnTopLarge-content{display:flex;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:grid;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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.PromoImageSmall-description .Header-customButton>a,.PromoImageSmall-description .List .List-paginationButton,.PromoImageSmall-description .ListAbstract .List-paginationButton,.PromoImageSmall-description .ListAccordion .List-paginationButton,.PromoImageSmall-description .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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;margin-top:var(--globalPaddingTopMobile,1.25em);margin-bottom:var(--globalPaddingBottomMobile,1.25em)}@media only screen and (min-width:1024px){.PromoImageSmall-description h2{margin-top:var(--globalPaddingTop,1.25em);margin-bottom:var(--globalPaddingBottom,1.25em)}}.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-description code:not(.CodeBlock pre>code[class*=language-]){background-color:var(--grayscaleFour);padding:.1rem .3rem}[data-rounded-corners=true] .PromoImageSmall-description code:not(.CodeBlock pre>code[class*=language-]){border-radius:4px}.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[data-image-style-circular] .PromoImageMedium-media .Image{border-radius:50%}.PromoImageMedium-content{display:grid;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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.PromoImageMedium-description .Header-customButton>a,.PromoImageMedium-description .List .List-paginationButton,.PromoImageMedium-description .ListAbstract .List-paginationButton,.PromoImageMedium-description .ListAccordion .List-paginationButton,.PromoImageMedium-description .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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;margin-top:var(--globalPaddingTopMobile,1.25em);margin-bottom:var(--globalPaddingBottomMobile,1.25em)}@media only screen and (min-width:1024px){.PromoImageMedium-description h2{margin-top:var(--globalPaddingTop,1.25em);margin-bottom:var(--globalPaddingBottom,1.25em)}}.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-description code:not(.CodeBlock pre>code[class*=language-]){background-color:var(--grayscaleFour);padding:.1rem .3rem}[data-rounded-corners=true] .PromoImageMedium-description code:not(.CodeBlock pre>code[class*=language-]){border-radius:4px}.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:grid;grid-template-columns:auto 1fr auto;grid-template-areas:". category ." "picture_left title picture_right" "picture_left description picture_right";grid-template-rows:max-content max-content 1fr}.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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.PromoImageThumbnail-description .Header-customButton>a,.PromoImageThumbnail-description .List .List-paginationButton,.PromoImageThumbnail-description .ListAbstract .List-paginationButton,.PromoImageThumbnail-description .ListAccordion .List-paginationButton,.PromoImageThumbnail-description .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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;margin-top:var(--globalPaddingTopMobile,1.25em);margin-bottom:var(--globalPaddingBottomMobile,1.25em)}@media only screen and (min-width:1024px){.PromoImageThumbnail-description h2{margin-top:var(--globalPaddingTop,1.25em);margin-bottom:var(--globalPaddingBottom,1.25em)}}.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-description code:not(.CodeBlock pre>code[class*=language-]){background-color:var(--grayscaleFour);padding:.1rem .3rem}[data-rounded-corners=true] .PromoImageThumbnail-description code:not(.CodeBlock pre>code[class*=language-]){border-radius:4px}.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:flex;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;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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.PromoImageLarge-description .Header-customButton>a,.PromoImageLarge-description .List .List-paginationButton,.PromoImageLarge-description .ListAbstract .List-paginationButton,.PromoImageLarge-description .ListAccordion .List-paginationButton,.PromoImageLarge-description .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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;margin-top:var(--globalPaddingTopMobile,1.25em);margin-bottom:var(--globalPaddingBottomMobile,1.25em)}.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-description code:not(.CodeBlock pre>code[class*=language-]){background-color:var(--grayscaleFour);padding:.1rem .3rem}[data-rounded-corners=true] .PromoImageLarge-description code:not(.CodeBlock pre>code[class*=language-]){border-radius:4px}.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}}@media only screen and (min-width:1440px) and only screen and (min-width:1024px){.PromoImageLarge-description h2{margin-top:var(--globalPaddingTop,1.25em);margin-bottom:var(--globalPaddingBottom,1.25em)}}.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;position:relative;display:none;background:#0057b8;padding-left:20px;padding-right:34px;padding-top:var(--globalPaddingTopMobile,20px);padding-bottom:var(--globalPaddingBottomMobile,20px)}@media only screen and (min-width:768px){.PromoNotification{padding-left:40px;padding-right:54px;padding-top:var(--globalPaddingTop,30px);padding-bottom:var(--globalPaddingBottom,30px)}}.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:flex;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:flex;flex-direction:column;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:flex;flex-direction:column;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}@media print{.SpeechPromo{box-shadow:none}}.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:17/14;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:26/21;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: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 img{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:flex;flex-direction:column;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;order:5}.PromoCardBackground-title{margin-bottom:10px}.PromoCardBackground-downloadFileText,.PromoCardBackground-galleryCount,.PromoCardBackground-videoDuration{margin-top:10px}.PromoCardBackground-videoDuration>a{display:flex;align-items:center;flex-direction:row-reverse}.text-center .PromoCardBackground-videoDuration>a{justify-content:center}.text-left .PromoCardBackground-videoDuration>a{justify-content:flex-start}.text-right .PromoCardBackground-videoDuration>a{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:flex;justify-content:center;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:flex;justify-content:center;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);display:flex;flex-direction:column}.PromoCardImageOnTop-content{padding:20px 30px;display:flex;flex-direction:column}.text-left .PromoCardImageOnTop-content{align-items:flex-start}.text-center .PromoCardImageOnTop-content{align-items:center}.text-right .PromoCardImageOnTop-content{align-items:flex-end}.PromoCardImageOnTop-duration{margin-top:20px}.PromoCardImageOnTop-media{position:relative}.image-bottom .PromoCardImageOnTop-media{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;order:6;display:none}.show-button .PromoCardImageOnTop-cta{display:block}.PromoCardImageOnTop-downloadFileText,.PromoCardImageOnTop-galleryCount{margin-top:10px}.PromoCardImageOnTop-author{margin-top:20px;order:5}.PromoCardImageOnTop-title{margin-bottom:10px;-moz-column-break-before:always;break-before:always}.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}}@media print{.PromoCardImageOnTop{background-color:#fff;color:#000;border:2px solid #000}}.lv->a>picture>img{width:100%;max-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media only screen and (min-width:768px){.lv->a>picture>img{max-height:unset}}.sq->a>picture>img{width:100%;max-height:300px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media only screen and (min-width:768px){.sq->a>picture>img{max-height:unset}}.PromoCardImageOnTopLarge{background:var(--white);display:flex;flex-direction:column}.PromoCardImageOnTopLarge-content{padding:20px 30px;display:flex;flex-direction:column}.text-left .PromoCardImageOnTopLarge-content{align-items:flex-start}.text-center .PromoCardImageOnTopLarge-content{align-items:center}.text-right .PromoCardImageOnTopLarge-content{align-items:flex-end}.PromoCardImageOnTopLarge-category{margin-bottom:10px}.PromoCardImageOnTopLarge-cta{margin-top:20px}.PromoCardImageOnTopLarge-author{margin-top:20px;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{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;order:inherit}}@media only screen and (min-width:1024px){.PromoCardImageOnTopLarge-content{padding:60px}}.PromoCardStaff{box-shadow:0 3px 6px rgba(0,0,0,.4);padding:23px;display:flex;align-items:center;width:307px}.PromoCardStaff-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;color:#002e5d;font-weight:400}.PromoCardStaff-title .textStyleSpec-md,.PromoCardStaff-title .textStyleSpec-sm{font-size:2rem}.PromoCardStaff-title .textStyleSpec-lg{font-size:2.4rem}@media only screen and (min-width:768px){.PromoCardStaff-title{line-height:1.2}}@media only screen and (min-width:1024px){.PromoCardStaff-title{line-height:1.25}}.PromoCardStaff-title a,.PromoCardStaff-title a:hover{color:inherit}.PromoCardStaff-media{max-width:33%;margin-right:10px}.PromoCardStaff-media .Image{border-radius:100%}.PromoCardStaff-content{text-align:center;flex:1 auto}.PromoCardStaff-departmentWebsite,.PromoCardStaff-email,.PromoCardStaff-phoneNumber{text-decoration:underline;margin-top:10px}.PromoCardStaff-departmentWebsite,.PromoCardStaff-email{margin-top:6px}@media only screen and (min-width:768px){.PromoCardStaff{min-width:350px}}@media only screen and (min-width:1024px){.PromoCardStaff{padding:9px 20px}.PromoCardStaff-media{min-width:120px}.PromoCardStaff-email{margin-top:8px}.PromoCardStaff-phoneNumber{margin-top:12px}}@media print{.PromoCardStaff{box-shadow:none}}.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:flex;min-height:320px;background-position:50%;background-size:cover;color:var(--primaryTextColor)}.PromoCarouselBoxedHeadline-container,.PromoCarouselBoxedHeadline-content{display:flex;align-items:center;width:100%}.PromoCarouselBoxedHeadline-content{height:100%;justify-content:center;border:15px solid var(--primaryColor);background-color:rgba(32,32,32,.7);max-width:320px;margin:0 auto;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{align-items:flex-start}.text-center .PromoCarouselBoxedHeadline-content{align-items:center}.text-right .PromoCarouselBoxedHeadline-content{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:flex;min-height:320px;background-position:50%;background-size:cover;position:relative;--primaryTextColor:#fff}.PromoCarouselHeadline-container,.PromoCarouselHeadline-content{display:flex;align-items:center;width:100%}.PromoCarouselHeadline-content{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.promo-text-shadow .metrics-title,.PromoCarouselHeadline.promo-text-shadow .promo-description,.PromoCarouselHeadline.promo-text-shadow .promo-title,.PromoCarouselHeadline.promo-text-shadow .PromoMetrics-description,.PromoCarouselHeadline.promo-text-shadow .PromoMetrics-title{text-shadow:0 0 5px rgba(0,0,0,.25)}.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;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}.position-vertical-top .PromoCarouselHeadline-container{align-items:flex-start}.position-vertical-center .PromoCarouselHeadline-container{align-items:center}.position-vertical-bottom .PromoCarouselHeadline-container{align-items:flex-end}.position-horizontal-left .PromoCarouselHeadline-container{justify-content:flex-start}.position-horizontal-center .PromoCarouselHeadline-container{justify-content:center}.position-horizontal-right .PromoCarouselHeadline-container{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}}.flickity-prev-next-button{transform:translateY(-50%)!important}.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:flex}.PromoCarouselLargeImage-content{display:flex;flex-direction:column;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{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;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{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:flex;padding:30px;flex-direction:column;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:flex;padding:30px;flex-direction:column;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}}.PromoStandard{background-color:var(--backgroundColor);display:block;margin:0 auto}.PromoStandard-content{padding:0 30px}.PromoStandard-description{font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif;font-size:1.8rem;line-height:26px}.PromoStandard-description ol,.PromoStandard-description ul{padding-left:30px}.PromoStandard-description ol li,.PromoStandard-description ul li{margin-top:10px}.PromoStandard-media{margin-bottom:60px}.PromoStandard-media img{height:100%;max-height:355px;min-height:355px;-o-object-fit:cover;object-fit:cover;width:100%}.PromoStandard-subTitle{font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif;font-size:2rem;line-height:27px}.PromoStandard-title{color:#000;font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-size:3rem;font-weight:300;line-height:40px;margin-bottom:35px}@media only screen and (min-width:768px){.PromoStandard{padding-left:30px;padding-right:30px}.PromoStandard[data-alignment-left] .PromoStandard-media{margin-left:-30px}.PromoStandard[data-alignment-left] .PromoStandard-wrapper{flex-direction:row}.PromoStandard-content{padding:0 0 30px;width:49%}.PromoStandard-title{font-size:3.6rem;line-height:56px}.PromoStandard-description{font-size:1.8rem;line-height:26px}.PromoStandard-subTitle{font-size:2.2rem;line-height:30px}.PromoStandard-media{width:48%;margin-right:-30px;margin-bottom:0}.PromoStandard-media img{max-height:580px;min-height:275px;-o-object-fit:cover;object-fit:cover}.PromoStandard-wrapper{display:flex;flex-direction:row-reverse;justify-content:space-between}}@media only screen and (min-width:1200px){.PromoStandard{padding-left:72px;padding-right:72px}.PromoStandard-content{padding:0;width:56%}.PromoStandard[data-alignment-left] .PromoStandard-media{margin-left:-72px}.PromoStandard-description{font-size:2rem;line-height:34px}.PromoStandard-media{margin-right:-72px;width:47%}.PromoStandard-media img{max-height:700px;min-height:300px}.PromoStandard-subTitle{font-size:2.4rem;line-height:33px}.PromoStandard-title{font-size:4.8rem;line-height:63px}}@media only screen and (min-width:1440px){.PromoStandard{padding-left:152px;padding-right:152px}.PromoStandard[data-alignment-left] .PromoStandard-media{margin-left:-152px}.PromoStandard-content{width:50%}.PromoStandard-media{margin-right:-152px;width:57%}.PromoStandard-media img{max-height:740px;min-height:350px}}@media only screen and (min-width:1920px){.PromoStandard{padding-left:205px;padding-right:205px}.PromoStandard-content{padding:0 20px;width:49%}.PromoStandard-title{font-size:6.4rem;line-height:84px;margin-bottom:50px}.PromoStandard-subTitle{font-size:3.2rem;line-height:43px}.PromoStandard-description{font-size:2.4rem;line-height:34px}.PromoStandard[data-alignment-left] .PromoStandard-media{margin-right:0;margin-left:0}.PromoStandard[data-alignment-left] .PromoStandard-content{padding-right:43px;padding-left:0}.PromoStandard-media{margin-right:0;width:45%}.PromoStandard-media img{max-height:800px;min-height:400px}}.SocialPromo{height:auto;color:var(--white)}.SocialPromo,.SocialPromo-content{display:flex;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: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}}.PromoAdLede{background-color:var(--ledeBackgroundColor,var(--primaryColor));color:var(--white);height:calc(var(--windowInnerHeight, 100vh) - 68px);padding-top:0;padding-bottom:0;position:relative}.PromoAdLede[data-align-lede-left] .PromoAdLede,.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede,.PromoAdLede[data-align-lede-overlay] .PromoAdLede,.PromoAdLede[data-align-lede-up] .PromoAdLede{display:flex}.PromoAdLede[data-align-lede-left] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-content,.PromoAdLede[data-align-lede-up] .PromoAdLede-content{height:320px;display:block;width:100%;align-self:flex-end;position:absolute;bottom:0}.PromoAdLede[data-align-lede-left] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-info,.PromoAdLede[data-align-lede-up] .PromoAdLede-info{top:auto;transform:none;bottom:0;position:relative;margin:0 25px;padding-top:35px}.PromoAdLede[data-align-lede-left] .PromoAdLede-media img,.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-media img,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-media img,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-media img,.PromoAdLede[data-align-lede-up] .PromoAdLede-media img{height:100%;padding-bottom:260px}.PromoAdLede[data-align-lede-left] .PromoAdLede-overlay,.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-overlay,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-overlay,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-overlay,.PromoAdLede[data-align-lede-up] .PromoAdLede-overlay{display:flex}.PromoAdLede[data-align-lede-left] .PromoAdLede-overlay:after,.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-overlay:after,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-overlay:after,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-overlay:after,.PromoAdLede[data-align-lede-up] .PromoAdLede-overlay:after{bottom:0;-webkit-clip-path:polygon(0 14.1%,100% 0,100% 100%,0 100%);clip-path:polygon(0 14.1%,100% 0,100% 100%,0 100%);height:100%}.PromoAdLede[data-align-lede-left] .PromoAdLede-media img,.PromoAdLede[data-align-lede-up] .PromoAdLede-media img{height:100%;padding-bottom:0}.PromoAdLede[data-align-lede-left] .PromoAdLede-media:after,.PromoAdLede[data-align-lede-up] .PromoAdLede-media:after{content:none}.PromoAdLede[data-align-lede-left] .PromoAdLede-content{height:100%}.PromoAdLede[data-align-lede-left] .PromoAdLede-info{margin:0 30px;width:100%}@media only screen and (min-width:768px){.PromoAdLede[data-align-lede-left] .PromoAdLede-info{margin:0 70px}}@media only screen and (min-width:1240px){.PromoAdLede[data-align-lede-left] .PromoAdLede-info{margin:0 125px;padding-top:33px}}@media only screen and (min-width:1440px){.PromoAdLede[data-align-lede-left] .PromoAdLede-info{margin:0 112px;max-width:900px}}.PromoAdLede[data-align-lede-up] .PromoAdLede-content{height:100%}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-overlay:after{-webkit-clip-path:ellipse(80% 68% at 50% 70%)!important;clip-path:ellipse(80% 68% at 50% 70%)!important}.PromoAdLede[data-align-lede-overlay] .PromoAdLede-overlay:after{opacity:calc(var(--ledeOverlayOpacityMobile, 80)/100);-webkit-clip-path:none;clip-path:none}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede,.PromoAdLede[data-align-lede-overlay] .PromoAdLede{color:var(--ledeOverlayTextColor,var(--white))}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-media:after,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-media:after,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-media:after{content:none}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-overlay:after,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-overlay:after,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-overlay:after{content:"";z-index:1;background-color:var(--ledeOverlayBackgroundColor,var(--primaryColor));position:absolute;left:0;width:100%}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-info{text-align:center;width:100%}.PromoAdLede[data-align-lede-up] .PromoAdLede-info{max-width:260px;position:relative;margin:0 auto}.PromoAdLede[data-align-lede-up] .PromoAdLede-overlay{text-align:center}.PromoAdLede-content{height:100%;z-index:2}.PromoAdLede-description{font-size:15px;line-height:22px;color:inherit;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif;margin-top:12px}.PromoAdLede-info{color:var(--ledeOverlayTextColor,var(--white));margin:0 21px 0 29px;z-index:2}.PromoAdLede-cta{margin-top:40px}.PromoAdLede-cta .AuthorPage-paginationButton,.PromoAdLede-cta .BrandPage-paginationButton,.PromoAdLede-cta .btn,.PromoAdLede-cta .CapstoneHubList .List-paginationButton,.PromoAdLede-cta .CountryPage-paginationButton,.PromoAdLede-cta .DirectorySearchPage-export-btn a,.PromoAdLede-cta .EventCalendarDayPage-export-btn a,.PromoAdLede-cta .EventCalendarMonthPage-export-btn a,.PromoAdLede-cta .EventCategoryPage-paginationButton,.PromoAdLede-cta .EventPage-addToCalendar .FavoriteButton,.PromoAdLede-cta .Footer .RichTextModule-cta a,.PromoAdLede-cta .GeographicMap .List-paginationButton,.PromoAdLede-cta .Header-customButton>a,.PromoAdLede-cta .List .List-paginationButton,.PromoAdLede-cta .ListAbstract .List-paginationButton,.PromoAdLede-cta .ListAccordion .List-paginationButton,.PromoAdLede-cta .ListAsideStacked .List-paginationButton,.PromoAdLede-cta .ListAthleticEvent .List-paginationButton,.PromoAdLede-cta .ListCard .List-paginationButton,.PromoAdLede-cta .ListCardBackground .List-paginationButton,.PromoAdLede-cta .ListCardDescriptionOnLeft .List-paginationButton,.PromoAdLede-cta .ListCardImageOnly .List-paginationButton,.PromoAdLede-cta .ListCardImageOnSide .List-paginationButton,.PromoAdLede-cta .ListCardImageOnTop .List-paginationButton,.PromoAdLede-cta .ListCardLogoBottom .List-paginationButton,.PromoAdLede-cta .ListCardLogoTop .List-paginationButton,.PromoAdLede-cta .ListCardQuote .List-paginationButton,.PromoAdLede-cta .ListCardTextOnly .List-paginationButton,.PromoAdLede-cta .ListCarouselBoxedHeadline .List-paginationButton,.PromoAdLede-cta .ListCarouselQuoteFullWidth .List-paginationButton,.PromoAdLede-cta .ListEvents .List-paginationButton,.PromoAdLede-cta .ListHighlightA .List-paginationButton,.PromoAdLede-cta .ListIconOnSide .List-paginationButton,.PromoAdLede-cta .ListIconOnTopLarge .List-paginationButton,.PromoAdLede-cta .ListIconOnTopSmall .List-paginationButton,.PromoAdLede-cta .ListImageLarge .List-paginationButton,.PromoAdLede-cta .ListImageMedium .List-paginationButton,.PromoAdLede-cta .ListImageOnTopCircular .List-paginationButton,.PromoAdLede-cta .ListImageSmall .List-paginationButton,.PromoAdLede-cta .ListImageThumbnail .List-paginationButton,.PromoAdLede-cta .ListLinks .List-paginationButton,.PromoAdLede-cta .ListLogoOnly .List-paginationButton,.PromoAdLede-cta .ListMetrics .List-paginationButton,.PromoAdLede-cta .ListSchedule .List-paginationButton,.PromoAdLede-cta .ListSpeechPromo .List-paginationButton,.PromoAdLede-cta .ListTagCloud .List-paginationButton,.PromoAdLede-cta .ListUpcomingEvents .List-paginationButton,.PromoAdLede-cta .ListVerticalImage .List-paginationButton,.PromoAdLede-cta .ProductPage-paginationButton,.PromoAdLede-cta .SearchResultsPage-export-btn a,.PromoAdLede-cta .SectionPage-paginationButton,.PromoAdLede-cta .SocialList .List-paginationButton,.PromoAdLede-cta .TagPage-paginationButton,.PromoAdLede-cta .TaxonomyPage-paginationButton,.PromoAdLede-cta .TopicPage-paginationButton{background-color:var(--buttonBgColor,var(--buttonBgColor1))}.PromoAdLede-cta .AuthorPage-paginationButton:hover,.PromoAdLede-cta .BrandPage-paginationButton:hover,.PromoAdLede-cta .btn:hover,.PromoAdLede-cta .CapstoneHubList .List-paginationButton:hover,.PromoAdLede-cta .CountryPage-paginationButton:hover,.PromoAdLede-cta .DirectorySearchPage-export-btn a:hover,.PromoAdLede-cta .EventCalendarDayPage-export-btn a:hover,.PromoAdLede-cta .EventCalendarMonthPage-export-btn a:hover,.PromoAdLede-cta .EventCategoryPage-paginationButton:hover,.PromoAdLede-cta .EventPage-addToCalendar .FavoriteButton:hover,.PromoAdLede-cta .Footer .RichTextModule-cta a:hover,.PromoAdLede-cta .GeographicMap .List-paginationButton:hover,.PromoAdLede-cta .Header-customButton>a:hover,.PromoAdLede-cta .List .List-paginationButton:hover,.PromoAdLede-cta .ListAbstract .List-paginationButton:hover,.PromoAdLede-cta .ListAccordion .List-paginationButton:hover,.PromoAdLede-cta .ListAsideStacked .List-paginationButton:hover,.PromoAdLede-cta .ListAthleticEvent .List-paginationButton:hover,.PromoAdLede-cta .ListCard .List-paginationButton:hover,.PromoAdLede-cta .ListCardBackground .List-paginationButton:hover,.PromoAdLede-cta .ListCardDescriptionOnLeft .List-paginationButton:hover,.PromoAdLede-cta .ListCardImageOnly .List-paginationButton:hover,.PromoAdLede-cta .ListCardImageOnSide .List-paginationButton:hover,.PromoAdLede-cta .ListCardImageOnTop .List-paginationButton:hover,.PromoAdLede-cta .ListCardLogoBottom .List-paginationButton:hover,.PromoAdLede-cta .ListCardLogoTop .List-paginationButton:hover,.PromoAdLede-cta .ListCardQuote .List-paginationButton:hover,.PromoAdLede-cta .ListCardTextOnly .List-paginationButton:hover,.PromoAdLede-cta .ListCarouselBoxedHeadline .List-paginationButton:hover,.PromoAdLede-cta .ListCarouselQuoteFullWidth .List-paginationButton:hover,.PromoAdLede-cta .ListEvents .List-paginationButton:hover,.PromoAdLede-cta .ListHighlightA .List-paginationButton:hover,.PromoAdLede-cta .ListIconOnSide .List-paginationButton:hover,.PromoAdLede-cta .ListIconOnTopLarge .List-paginationButton:hover,.PromoAdLede-cta .ListIconOnTopSmall .List-paginationButton:hover,.PromoAdLede-cta .ListImageLarge .List-paginationButton:hover,.PromoAdLede-cta .ListImageMedium .List-paginationButton:hover,.PromoAdLede-cta .ListImageOnTopCircular .List-paginationButton:hover,.PromoAdLede-cta .ListImageSmall .List-paginationButton:hover,.PromoAdLede-cta .ListImageThumbnail .List-paginationButton:hover,.PromoAdLede-cta .ListLinks .List-paginationButton:hover,.PromoAdLede-cta .ListLogoOnly .List-paginationButton:hover,.PromoAdLede-cta .ListMetrics .List-paginationButton:hover,.PromoAdLede-cta .ListSchedule .List-paginationButton:hover,.PromoAdLede-cta .ListSpeechPromo .List-paginationButton:hover,.PromoAdLede-cta .ListTagCloud .List-paginationButton:hover,.PromoAdLede-cta .ListUpcomingEvents .List-paginationButton:hover,.PromoAdLede-cta .ListVerticalImage .List-paginationButton:hover,.PromoAdLede-cta .ProductPage-paginationButton:hover,.PromoAdLede-cta .SearchResultsPage-export-btn a:hover,.PromoAdLede-cta .SectionPage-paginationButton:hover,.PromoAdLede-cta .SocialList .List-paginationButton:hover,.PromoAdLede-cta .TagPage-paginationButton:hover,.PromoAdLede-cta .TaxonomyPage-paginationButton:hover,.PromoAdLede-cta .TopicPage-paginationButton:hover{background-color:var(--ledeButtonHoverColor)}.PromoAdLede-link{margin-top:20px;display:flex}.PromoAdLede-link .Link[data-trigger],.PromoAdLede-link>.Link{font-size:1.8rem;min-width:170px;height:3.7rem;background-color:var(--ledeButtonBackgroundColor,var(--linkTextColor));border:none;color:var(--ledeButtonColor,var(--white));font-size:14px;min-width:150px;min-height:32px;height:auto;width:inherit;padding:14px 54px;text-align:center}@media only screen and (min-width:768px){.PromoAdLede-link .Link[data-trigger],.PromoAdLede-link>.Link{font-size:2.4rem;height:4.8rem;min-width:220px}}@media only screen and (min-width:1440px){.PromoAdLede-link .Link[data-trigger],.PromoAdLede-link>.Link{border-radius:8px}}.PromoAdLede-link .Link[data-trigger]:hover,.PromoAdLede-link>.Link:hover{background-color:var(--ledeButtonBackgroundHoverColor,var(--Link-hoverColor));border:none;color:var(--ledeButtonHoverColor,var(--white))}.PromoAdLede-link span{margin-top:-2px;padding:0 20px}.PromoAdLede-link .btn-large,.PromoAdLede-link .DirectorySearchPage-export-btn a,.PromoAdLede-link .EventCalendarDayPage-export-btn a,.PromoAdLede-link .EventCalendarMonthPage-export-btn a,.PromoAdLede-link .Footer .RichTextModule-cta a,.PromoAdLede-link .SearchResultsPage-export-btn a{padding:14px}.PromoAdLede-media{position:relative;left:0;top:0;height:100%;width:100%}.PromoAdLede-media:after{content:"";position:absolute;background-color:var(--ledeImageOverlayColor,#141414);opacity:calc(var(--ledeImageOverlayOpacity, 50)/100);z-index:0;left:0;top:0;width:100%;height:100%}.PromoAdLede-media img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.PromoAdLede-overlay{height:100%;display:flex;align-items:center}.PromoAdLede-overlay[data-animation-ended=true]{animation:none!important;opacity:1}.PromoAdLede-title{font-size:24px;line-height:32px;font-weight:300}.PromoAdLede-title b{font-weight:700}@media only screen and (min-width:360px){.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-content{height:310px}.PromoAdLede[data-align-lede-up] .PromoAdLede-info{max-width:300px}.PromoAdLede-description{font-size:16px}}@media only screen and (min-width:420px){.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-content{height:340px}.PromoAdLede[data-align-lede-up] .PromoAdLede-info{max-width:360px}.PromoAdLede[data-align-lede-up] .PromoAdLede-link{margin:35px auto 0}.PromoAdLede-description{font-size:20px;line-height:26px;margin-top:13px}.PromoAdLede-link{margin-top:25px}.PromoAdLede-link .Link[data-trigger],.PromoAdLede-link>.Link{font-size:18px;min-width:170px;min-height:37px}.PromoAdLede-info{margin:0 30px}.PromoAdLede-title{font-size:28px;line-height:36px}}@media only screen and (min-device-width:320px) and (max-device-width:767px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-media img,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-media img,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-media img{height:100%}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-overlay:after,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-overlay:after,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-overlay:after{-webkit-clip-path:none;clip-path:none;height:100%}}@media only screen and (min-width:768px){.PromoAdLede{min-height:718px;height:calc(var(--windowInnerHeight, 100vh) - 132px)}.PromoAdLede[data-has-mobile-media=true] .PromoAdLede-media{display:block!important}.PromoAdLede[data-has-mobile-media=true] .PromoAdLede-mediaMobile{display:none!important}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-content{height:430px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-info{margin:0 70px;text-align:left}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-description,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-description,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-description{font-size:26px;line-height:34px}.PromoAdLede[data-align-lede-up] .PromoAdLede-content{padding-left:0}.PromoAdLede[data-align-lede-up] .PromoAdLede-info{max-width:600px;margin:0 auto}.PromoAdLede[data-align-lede-up] .PromoAdLede-link{margin:30px auto 0}.PromoAdLede-anchorLink .Link{font-size:2.5rem;line-height:23px}.PromoAdLede-anchorLink .Link:before{margin-right:3.1rem}.PromoAdLede-anchorLink .Link{padding:2.1rem 4.9rem 2.1rem 3.5rem}.PromoAdLede-anchorLink .Link:before{margin-right:31px;top:3px}.PromoAdLede-description{font-size:24px;line-height:28px;margin-top:19px}.PromoAdLede-link{margin-top:30px}.PromoAdLede-link .Link[data-trigger],.PromoAdLede-link>.Link{font-size:18px;min-width:167px;height:auto;min-height:37px;width:inherit}.PromoAdLede-info{margin:0 70px}.PromoAdLede-title{font-size:45px;line-height:60px}}@media only screen and (min-width:1240px){.PromoAdLede{max-height:1200px;height:calc(100vh - 118px)}.PromoAdLede[data-align-lede-overlay][data-add-overlay] .PromoAdLede-media:after{content:"";background-color:var(--ledeImageOverlayColor,#141414);opacity:calc(var(--ledeImageOverlayOpacity, 50)/100);right:0;left:auto;width:calc(100% - 670px);z-index:1}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-content,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-content{height:100%;width:inherit}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-description,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-description,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-description{font-size:32px;line-height:42px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-info{margin:0 48px;padding-top:33px;max-width:540px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-media img,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-media img,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-media img{padding-bottom:0}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-overlay,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-overlay,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-overlay{width:850px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-overlay:after,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-overlay:after,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-overlay:after{height:100%;-webkit-clip-path:polygon(0 0,100% 0,calc(100% - 2605px) 10000px,0 10000px);clip-path:polygon(0 0,100% 0,calc(100% - 2605px) 10000px,0 10000px);opacity:calc(var(--ledeOverlayOpacity, 80)/100)}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-overlay:after{-webkit-clip-path:ellipse(67% 100% at 30% 50%)!important;clip-path:ellipse(67% 100% at 30% 50%)!important}.PromoAdLede[data-align-lede-overlay] .PromoAdLede-overlay:after{opacity:calc(var(--ledeOverlayOpacity, 80)/100);-webkit-clip-path:none;clip-path:none}.PromoAdLede[data-align-lede-up] .PromoAdLede-content{padding-left:0}.PromoAdLede[data-align-lede-up] .PromoAdLede-info{position:relative;max-width:none;margin:0 auto;padding:33px 125px 0}.PromoAdLede[data-align-lede-up] .PromoAdLede-link{margin:35px auto 0}.PromoAdLede[data-align-lede-up] .PromoAdLede-title br{display:none}.PromoAdLede-description{font-size:24px;line-height:28px;margin-top:23px}.PromoAdLede-info{margin:0 125px;padding-top:33px}.PromoAdLede-link{margin-top:48px}.PromoAdLede-link .Link[data-trigger],.PromoAdLede-link>.Link{font-size:25px;min-width:229px;min-height:50px}.PromoAdLede-title{font-size:45px;line-height:60px}}@media only screen and (min-width:1440px){.PromoAdLede{height:calc(100vh - 140px)}.PromoAdLede[data-align-left] .PromoAdLede-info{max-width:670px}.PromoAdLede[data-align-lede-overlay][data-add-overlay] .PromoAdLede-media:after{width:calc(100% - 706px)}.PromoAdLede[data-align-lede-overlay] .PromoAdLede-content{width:706px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-description,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-description,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-description{font-size:32px;line-height:44px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-info{margin:0 65px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-title,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-title,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-title{font-size:50px;line-height:65px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-info{max-width:600px}.PromoAdLede[data-align-lede-up] .PromoAdLede-content{padding-left:0}.PromoAdLede[data-align-lede-up] .PromoAdLede-link{margin:35px auto 0}.PromoAdLede-description{font-size:32px;line-height:40px;margin-top:34px}.PromoAdLede-info{margin:0 112px}.PromoAdLede-link{margin-top:46px}.PromoAdLede-link .Link[data-trigger],.PromoAdLede-link>.Link{font-size:25px;min-width:229px;min-height:50px}.PromoAdLede-title{font-size:60px;line-height:80px}}@media only screen and (min-width:1920px){.PromoAdLede{min-height:600px}.PromoAdLede[data-align-lede-overlay][data-add-overlay] .PromoAdLede-media:after{width:calc(100% - 916px)}.PromoAdLede[data-align-lede-overlay] .PromoAdLede-content{width:916px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-description,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-description,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-description{font-size:40px;line-height:52px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-info{margin:0 90px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-link .Link[data-trigger],.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-link>.Link,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-link .Link[data-trigger],.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-link>.Link,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-link .Link[data-trigger],.PromoAdLede[data-align-lede-overlay] .PromoAdLede-link>.Link{font-size:3.2rem;height:5.2rem}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-title,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-title,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-title{font-size:65px;line-height:86px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-overlay,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-overlay,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-overlay{width:1000px}.PromoAdLede[data-align-lede-overlay-circ] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay-trap] .PromoAdLede-info,.PromoAdLede[data-align-lede-overlay] .PromoAdLede-info{max-width:650px}.PromoAdLede[data-align-lede-up] .PromoAdLede-content{padding-left:0}.PromoAdLede[data-align-lede-up] .PromoAdLede-link{margin:31px auto 0}.PromoAdLede-anchorLink .Link{padding:2.1rem 4.9rem 2.1rem 3.5rem}.PromoAdLede-anchorLink .Link:before{margin-right:31px;top:3px}.PromoAdLede-description{font-size:40px;line-height:52px}.PromoAdLede-info{margin:0 205px}.PromoAdLede-link{margin-top:52px}.PromoAdLede-link .Link[data-trigger],.PromoAdLede-link>.Link{font-size:32px;min-width:303px;min-height:66px}.PromoAdLede-link span{margin-top:-4px}.PromoAdLede-title{font-size:79px;line-height:95px}}.PromoNavItem{width:200px;--textAlignment:left;--buttonVisibility:block;display:flex;flex-direction:column;width:100%}.PromoNavItem-title{width:100%;color:#363636;font-size:1.4rem;font-weight:700}.PromoNavItem-description{margin-top:5px;width:100%;font-weight:400;font-size:1.2rem;color:#656565;line-height:14.4px}.PromoNavItem-cta{margin-top:5px;width:100%;font-size:var(--promo-description)}.PromoNavItem-content{display:flex;flex-direction:column;text-align:var(--textAlignment)}.PromoNavItem-media{margin:0 0 20px}.Quote{padding-top:var(--globalPaddingTopMobile);padding-bottom:var(--globalPaddingBottomMobile)}.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}}@media only screen and (min-width:1024px){.Quote{padding-top:var(--globalPaddingTop);padding-bottom:var(--globalPaddingBottom)}}.QuoteCard{background:var(--white);padding-left:20px;padding-right:20px;padding-top:var(--globalPaddingTopMobile,40px);padding-bottom:var(--globalPaddingBottomMobile,40px)}.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-left:40px;padding-right:40px;padding-top:var(--globalPaddingTopMobile,40px);padding-bottom:var(--globalPaddingBottomMobile,40px)}}@media only screen and (min-width:1440px){.QuoteCard{padding:60px;padding-top:var(--globalPaddingTop,60px);padding-bottom:var(--globalPaddingBottom,60px)}}.QuoteFullWidth{background-size:cover;background-position:50%}.QuoteFullWidth-container{display:flex;padding-left:30px;padding-right:30px;padding-top:var(--globalPaddingTopMobile,40px);padding-bottom:var(--globalPaddingBottomMobile,40px)}[data-wide-module] .QuoteFullWidth-container.container-fixed{max-width:1300px}.QuoteFullWidth-quote{margin:0 0 20px}.QuoteFullWidth-content{width:100%;display:flex;flex-direction:column;justify-content:center;max-width:800px;margin:0 auto}@media only screen and (min-width:768px){.QuoteFullWidth-container{padding-left:50px;padding-right:50px;padding-top:var(--globalPaddingTopMobile,60px);padding-bottom:var(--globalPaddingBottomMobile,60px)}.QuoteFullWidth-content{margin:0}.text-left .QuoteFullWidth-content{align-items:center;text-align:left;margin-right:auto;flex-direction:row}.text-center .QuoteFullWidth-content{align-items:center;text-align:center;margin:0 auto}.text-right .QuoteFullWidth-content{align-items:center;text-align:right;margin-left:auto;flex-direction:row}.text-right .QuoteFullWidth-image{margin:0 0 0 20px;order:3}.text-left .QuoteFullWidth-image{margin:0 20px 0 0}}@media only screen and (min-width:1024px){.QuoteFullWidth-container{padding-left:42px;padding-right:42px;padding-top:var(--globalPaddingTop,80px);padding-bottom:var(--globalPaddingBottom,80px)}}@media only screen and (min-width:1440px){.QuoteFullWidth-container{padding-left:0;padding-right:0;padding-top:var(--globalPaddingTop,80px);padding-bottom:var(--globalPaddingBottom,80px)}[data-wide-module] .QuoteFullWidth-content{max-width:1300px;margin-left:-70px;width:1300px}}.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:flex;flex-direction:row;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:flex;flex-direction:row;align-items: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.CapstoneHubList .List-paginationButton,.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.GeographicMap .List-paginationButton,.SearchModule-button.Header-customButton>a,.SearchModule-button.List .List-paginationButton,.SearchModule-button.ListAbstract .List-paginationButton,.SearchModule-button.ListAccordion .List-paginationButton,.SearchModule-button.ListAsideStacked .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{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:flex;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;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:flex;vertical-align:middle;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:flex;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:inline-flex;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:flex;flex-direction:row;align-items:center;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{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: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:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.DirectorySearchPage-filters-container .dropdown-link svg,.EventCalendarDayPage-filters-container .dropdown-link svg,.EventCalendarMonthPage-filters-container .dropdown-link svg,.SearchResultsPage-filters-container .dropdown-link svg{flex-shrink:0;width:12px;height:12px;margin-right:10px;color:var(--primaryColor)}.DirectorySearchPage-filters-container .DateInput,.EventCalendarDayPage-filters-container .DateInput,.EventCalendarMonthPage-filters-container .DateInput,.SearchResultsPage-filters-container .DateInput{display:flex;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{flex-grow:1}.DirectorySearchPage-filters-container .DateInput-clearSelection,.EventCalendarDayPage-filters-container .DateInput-clearSelection,.EventCalendarMonthPage-filters-container .DateInput-clearSelection,.SearchResultsPage-filters-container .DateInput-clearSelection{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{flex-grow:1;flex-shrink:0;margin-bottom:10px;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{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:flex;flex-direction:row;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{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:flex;flex-direction:row;align-items: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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton 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 .GeographicMap .List-paginationButton 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 .ListAsideStacked .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{flex-wrap:nowrap}.DirectorySearchPage-description,.EventCalendarDayPage-description,.EventCalendarMonthPage-description,.SearchResultsPage-description{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:flex;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}.TabModule[data-wide-module],.TabsEmbedded[data-wide-module]{width:auto;max-width:100vw;margin-left:calc(50% - 50vw + 20px);margin-right:calc(50% - 50vw + 20px)}@media only screen and (min-width:1300px){.TabModule[data-wide-module],.TabsEmbedded[data-wide-module]{max-width:1300px;margin-left:-65px;margin-right:-65px}}@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)}[data-wide-module] .TabModule-wrapper,[data-wide-module] .TabsEmbedded-wrapper{width:auto;max-width:1300px;margin:0;padding:0}.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:flex;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:flex;flex-direction:row;justify-content:space-around;text-transform:uppercase;text-align:center}[data-wide-module] .TabModule-tabs,[data-wide-module] .TabsEmbedded-tabs{justify-content:space-between}.TabModule-tabs-dropdown-container,.TabsEmbedded-tabs-dropdown-container{display:flex;width:100%;align-items: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:flex;width:100%;justify-content:center;align-items:center;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;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}}[data-wide-module] .TabModule-content,[data-wide-module] .TabsEmbedded-content{padding:0}.TabModule-panel,.TabsEmbedded-panel{display:none}.TabModule-panel.active,.TabsEmbedded-panel.active{display:block}[data-wide-module] .TabModule-panel .container-fixed,[data-wide-module] .TabsEmbedded-panel .container-fixed{max-width:1300px}.TabsEmbedded{padding:0}@media only screen and (min-width:768px){.TabsEmbedded .tabs-on-left .Tabs-tabs{flex-direction:column;flex-basis:140px;flex-shrink:0;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: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{flex-direction:row}}.Tabs-tabs-container.tabs-on-left .Tabs-tabs.no-tab-icons .Tabs-tab{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{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){flex-direction:column;flex-basis:140px;flex-shrink:0;justify-content:flex-start}}@media only screen and (min-width:1024px){.Tabs-tabs-container.tabs-on-left .Tabs-tabs{flex-basis:180px}}@media only screen and (min-width:1440px){.Tabs-tabs-container.tabs-on-left .Tabs-tabs{flex-basis:240px}}.Tabs-tabs.icon-left .Tabs-tab{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:flex}}.Tabs-tab{display:none}@media only screen and (min-width:768px){.Tabs-tab{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{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: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{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: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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.RichTextBody .Header-customButton>a,.RichTextBody .List .List-paginationButton,.RichTextBody .ListAbstract .List-paginationButton,.RichTextBody .ListAccordion .List-paginationButton,.RichTextBody .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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;margin-top:var(--globalPaddingTopMobile,1.25em);margin-bottom:var(--globalPaddingBottomMobile,1.25em)}@media only screen and (min-width:1024px){.RichTextBody h2{margin-top:var(--globalPaddingTop,1.25em);margin-bottom:var(--globalPaddingBottom,1.25em)}}.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}.RichTextBody code:not(.CodeBlock pre>code[class*=language-]){background-color:var(--grayscaleFour);padding:.1rem .3rem}[data-rounded-corners=true] .RichTextBody code:not(.CodeBlock pre>code[class*=language-]){border-radius:4px}.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}.RichTextArticleBody code{display:inline-block}@media print{.RichTextArticleBody{font-size:14px}.RichTextArticleBody-body.RichTextBody p{overflow:visible!important;margin:10px 0;display:block!important;position:static}}.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}.RichTextModule code{display:inline-block}@media print{.RichTextModule-cta{display:none}}.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-left:auto;margin-right:auto;margin-top:var(--globalPaddingTopMobile,40px);margin-bottom:var(--globalPaddingBottomMobile,40px)}.RichTextFullWidth-container{display:flex;flex-wrap:wrap;padding:0 20px}[data-wide-module] .RichTextFullWidth-container{margin:0 auto;padding:0}.RichTextFullWidth.promo-has-background{margin:0 auto}.RichTextFullWidth.promo-has-background .RichTextFullWidth-container{flex-wrap:wrap;padding:40px 20px}.RichTextFullWidth-content{color:var(--primaryTextColor);width:100%;display:flex;flex-direction:column;justify-content:center;max-width:800px;margin:0 auto;align-items:center;text-align:center}[data-wide-module] .RichTextFullWidth-content{max-width:1300px}.text-left .RichTextFullWidth-content{align-items:flex-start;text-align:left}.text-center .RichTextFullWidth-content{align-items:center;text-align:center}.text-right .RichTextFullWidth-content{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-content code{display:inline-block}.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%;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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.RichTextFullWidth-items .Header-customButton>a,.RichTextFullWidth-items .List .List-paginationButton,.RichTextFullWidth-items .ListAbstract .List-paginationButton,.RichTextFullWidth-items .ListAccordion .List-paginationButton,.RichTextFullWidth-items .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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;margin-top:var(--globalPaddingTopMobile,1.25em);margin-bottom:var(--globalPaddingBottomMobile,1.25em)}@media only screen and (min-width:1024px){.RichTextFullWidth-items h2{margin-top:var(--globalPaddingTop,1.25em);margin-bottom:var(--globalPaddingBottom,1.25em)}}.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}.RichTextFullWidth-items code:not(.CodeBlock pre>code[class*=language-]){background-color:var(--grayscaleFour);padding:.1rem .3rem}[data-rounded-corners=true] .RichTextFullWidth-items code:not(.CodeBlock pre>code[class*=language-]){border-radius:4px}@media only screen and (min-width:768px){.RichTextFullWidth{text-align:initial}.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{align-items:flex-start;text-align:left}.text-center .RichTextFullWidth-content{align-items:center;text-align:center}.text-right .RichTextFullWidth-content{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-left:auto;margin-right:auto;margin-top:var(--globalPaddingTop,40px);margin-bottom:var(--globalPaddingBottom,40px)}.RichTextFullWidth-container{padding:0 50px}.RichTextFullWidth.promo-has-background .RichTextFullWidth-container{padding:40px 50px}}@media only screen and (min-width:1440px){.RichTextFullWidth-container{padding:0}.RichTextFullWidth.promo-has-background .RichTextFullWidth-container{padding:40px 0}}@media print{.RichTextFullWidth-content{page-break-before:always;page-break-after:always}}[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:flex}.VideoLead{display:block;background:var(--backgroundColor,#fff);max-height:640px;max-width:10240px/9;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;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('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTA3IiBoZWlnaHQ9IjEwNyIgdmlld0JveD0iMCAwIDEwNyAxMDciPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggaWQ9ImIiIGQ9Ik00Ni4wNjggMzkuNTFMMzQgNDcuMDJWMzJ6Ii8+CiAgICAgICAgPGZpbHRlciBpZD0iYSIgd2lkdGg9IjE0NDIuNCUiIGhlaWdodD0iMTE3OC41JSIgeD0iLTY3MS4yJSIgeT0iLTUzOS4zJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij4KICAgICAgICAgICAgPGZlT2Zmc2V0IGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz4KICAgICAgICAgICAgPGZlR2F1c3NpYW5CbHVyIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSIgc3RkRGV2aWF0aW9uPSIyNyIvPgogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE4NzY0MTUzMSAwIi8+CiAgICAgICAgPC9maWx0ZXI+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2IDE0KSI+CiAgICAgICAgPHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+CiAgICAgICAgPHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYiIvPgogICAgPC9nPgo8L3N2Zz4K');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]:not([autoplay]) .VideoLead-poster-content{visibility:hidden;opacity:0}.VideoLead-poster-content .VideoLead-linkList{pointer-events:all}[state=playing] .VideoLead-poster-image{visibility:hidden;opacity:0}.VideoLead-poster-info{align-items:center;display:flex;flex-direction:column;height:100%;left:0;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{grid-column:span 4}}.VideoPage-contentWrapper.with-playlist{display:flex;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:flex;flex-direction:row;align-items:center;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:flex;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{flex-direction:row}.VideoPage-contentWrapper.with-playlist .VideoPage-main-content{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;flex-basis:360px;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{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:flex;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:flex;flex-wrap:wrap;flex-direction:column}.EventPage-ctas>div{margin:0 20px 20px 0}.EventPage-ctas .AuthorPage-paginationButton,.EventPage-ctas .BrandPage-paginationButton,.EventPage-ctas .btn,.EventPage-ctas .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.EventPage-ctas .Header-customButton>a,.EventPage-ctas .List .List-paginationButton,.EventPage-ctas .ListAbstract .List-paginationButton,.EventPage-ctas .ListAccordion .List-paginationButton,.EventPage-ctas .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.EventPage-addToCalendar .Header-customButton>a,.EventPage-addToCalendar .List .List-paginationButton,.EventPage-addToCalendar .ListAbstract .List-paginationButton,.EventPage-addToCalendar .ListAccordion .List-paginationButton,.EventPage-addToCalendar .ListAsideStacked .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{align-items:center;display:flex;background-color:#e6e6e6;max-width:100%;margin-top:0;padding:20px}.EventPage-actions .ActionBar{max-width:800px;margin:0 auto;display:flex;flex-grow:1;align-items:center}.EventPage-actions .ActionBar-title{text-transform:uppercase;margin-right:12px;font-weight:700;font-size:1.2rem}.EventPage-actions .ActionBar-items{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;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{flex-shrink:0;text-align:center;display:none}.ExperientialPage-image img{width:300px;max-width:100%;margin:0;height:auto}.ExperientialPage-intro{display:flex;align-items:center;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:flex;color:var(--primaryTextColor);font-size:14px;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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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{align-items:center;display:flex;background-color:#e6e6e6;max-width:100%;margin-top:0;padding:20px}.ExperientialPage-actions .ActionBar{max-width:800px;margin:0 auto;display:flex;flex-grow:1;align-items:center}.ExperientialPage-actions .ActionBar-title{text-transform:uppercase;margin-right:12px;font-weight:700;font-size:1.2rem}.ExperientialPage-actions .ActionBar-items{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}}.ProgramContentPage-accordions-accordion-body{font-size:var(--body-text);line-height:1.5}.ProgramContentPage-accordions-accordion-body table{word-break:normal;display:block;border-collapse:collapse;overflow-x:auto;width:100%}.ProgramContentPage-accordions-accordion-content{display:none;padding-top:35px}.ProgramContentPage-accordions-accordion-header{display:flex;flex-direction:row;width:90%}.ProgramContentPage-accordions-accordion-header .icon-open-close{position:absolute;right:30px}.ProgramContentPage-accordions-accordion-header .icon-minus{display:none}.ProgramContentPage-accordions-accordion-header-title{font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;line-height:22px;letter-spacing:2px;color:#666}.ProgramContentPage-accordions-accordion[data-toggle-in] .ProgramContentPage-accordions-accordion-content,.ProgramContentPage-accordions-accordion[data-toggle-in] .ProgramContentPage-accordions-accordion-header .icon-minus{display:block}.ProgramContentPage-accordions-accordion[data-toggle-in] .ProgramContentPage-accordions-accordion-header .icon-plus{display:none}.ProgramContentPage-accordions-wrapper{padding:30px;margin-top:20px;margin-bottom:20px;box-shadow:3px 3px 10px 4px #e6e6e6}.ProgramContentPage-accordions-wrapper .RichTextFullWidth,.ProgramContentPage-accordions-wrapper .RichTextFullWidth-container,.ProgramContentPage-accordions-wrapper .RichTextFullWidth-content{margin:0;padding:0;min-height:0}.ProgramContentPage-applicationDeadlines,.ProgramContentPage-contactInfo{display:block;text-align:left}.ProgramContentPage-applicationDeadlines-detail,.ProgramContentPage-contactInfo-detail{color:#141414;font-family:Noto Sans,Open Sans,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:1.86;letter-spacing:normal}.ProgramContentPage-applicationDeadlines-detail p,.ProgramContentPage-contactInfo-detail p{letter-spacing:normal;color:#141414;font-family:Noto Sans,Open Sans,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:1.43;margin:0}.ProgramContentPage-applicationDeadlines-detail a,.ProgramContentPage-contactInfo-detail a{color:#0062b8}.ProgramContentPage-applicationDeadlines-title,.ProgramContentPage-contactInfo-title{font-family:Noto Sans,Open Sans,Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:1.25;letter-spacing:normal;color:#141414;text-transform:uppercase;padding-bottom:7px}.ProgramContentPage-applicationDeadlines li,.ProgramContentPage-contactInfo li{list-style:none}.ProgramContentPage-applicationDeadlines .icon-contact,.ProgramContentPage-contactInfo .icon-contact{height:13px;width:13px}.ProgramContentPage-applicationDeadlines{padding-bottom:15px}.ProgramContentPage-applicationDeadlines-items{flex-wrap:wrap;display:flex}.ProgramContentPage-applicationDeadlines-items>li{flex-basis:50%}.ProgramContentPage-aside{display:block}.ProgramContentPage-buttons{padding-top:30px}.ProgramContentPage-buttons .AuthorPage-paginationButton,.ProgramContentPage-buttons .BrandPage-paginationButton,.ProgramContentPage-buttons .btn,.ProgramContentPage-buttons .CapstoneHubList .List-paginationButton,.ProgramContentPage-buttons .CountryPage-paginationButton,.ProgramContentPage-buttons .DirectorySearchPage-export-btn a,.ProgramContentPage-buttons .EventCalendarDayPage-export-btn a,.ProgramContentPage-buttons .EventCalendarMonthPage-export-btn a,.ProgramContentPage-buttons .EventCategoryPage-paginationButton,.ProgramContentPage-buttons .EventPage-addToCalendar .FavoriteButton,.ProgramContentPage-buttons .Footer .RichTextModule-cta a,.ProgramContentPage-buttons .GeographicMap .List-paginationButton,.ProgramContentPage-buttons .Header-customButton>a,.ProgramContentPage-buttons .List .List-paginationButton,.ProgramContentPage-buttons .ListAbstract .List-paginationButton,.ProgramContentPage-buttons .ListAccordion .List-paginationButton,.ProgramContentPage-buttons .ListAsideStacked .List-paginationButton,.ProgramContentPage-buttons .ListAthleticEvent .List-paginationButton,.ProgramContentPage-buttons .ListCard .List-paginationButton,.ProgramContentPage-buttons .ListCardBackground .List-paginationButton,.ProgramContentPage-buttons .ListCardDescriptionOnLeft .List-paginationButton,.ProgramContentPage-buttons .ListCardImageOnly .List-paginationButton,.ProgramContentPage-buttons .ListCardImageOnSide .List-paginationButton,.ProgramContentPage-buttons .ListCardImageOnTop .List-paginationButton,.ProgramContentPage-buttons .ListCardLogoBottom .List-paginationButton,.ProgramContentPage-buttons .ListCardLogoTop .List-paginationButton,.ProgramContentPage-buttons .ListCardQuote .List-paginationButton,.ProgramContentPage-buttons .ListCardTextOnly .List-paginationButton,.ProgramContentPage-buttons .ListCarouselBoxedHeadline .List-paginationButton,.ProgramContentPage-buttons .ListCarouselQuoteFullWidth .List-paginationButton,.ProgramContentPage-buttons .ListEvents .List-paginationButton,.ProgramContentPage-buttons .ListHighlightA .List-paginationButton,.ProgramContentPage-buttons .ListIconOnSide .List-paginationButton,.ProgramContentPage-buttons .ListIconOnTopLarge .List-paginationButton,.ProgramContentPage-buttons .ListIconOnTopSmall .List-paginationButton,.ProgramContentPage-buttons .ListImageLarge .List-paginationButton,.ProgramContentPage-buttons .ListImageMedium .List-paginationButton,.ProgramContentPage-buttons .ListImageOnTopCircular .List-paginationButton,.ProgramContentPage-buttons .ListImageSmall .List-paginationButton,.ProgramContentPage-buttons .ListImageThumbnail .List-paginationButton,.ProgramContentPage-buttons .ListLinks .List-paginationButton,.ProgramContentPage-buttons .ListLogoOnly .List-paginationButton,.ProgramContentPage-buttons .ListMetrics .List-paginationButton,.ProgramContentPage-buttons .ListSchedule .List-paginationButton,.ProgramContentPage-buttons .ListSpeechPromo .List-paginationButton,.ProgramContentPage-buttons .ListTagCloud .List-paginationButton,.ProgramContentPage-buttons .ListUpcomingEvents .List-paginationButton,.ProgramContentPage-buttons .ListVerticalImage .List-paginationButton,.ProgramContentPage-buttons .ProductPage-paginationButton,.ProgramContentPage-buttons .SearchResultsPage-export-btn a,.ProgramContentPage-buttons .SectionPage-paginationButton,.ProgramContentPage-buttons .SocialList .List-paginationButton,.ProgramContentPage-buttons .TagPage-paginationButton,.ProgramContentPage-buttons .TaxonomyPage-paginationButton,.ProgramContentPage-buttons .TopicPage-paginationButton{height:43px;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:1px;padding:15px 10px;border:none}.ProgramContentPage-buttons .AuthorPage-paginationButton:first-child,.ProgramContentPage-buttons .BrandPage-paginationButton:first-child,.ProgramContentPage-buttons .btn:first-child,.ProgramContentPage-buttons .CapstoneHubList .List-paginationButton:first-child,.ProgramContentPage-buttons .CountryPage-paginationButton:first-child,.ProgramContentPage-buttons .DirectorySearchPage-export-btn a:first-child,.ProgramContentPage-buttons .EventCalendarDayPage-export-btn a:first-child,.ProgramContentPage-buttons .EventCalendarMonthPage-export-btn a:first-child,.ProgramContentPage-buttons .EventCategoryPage-paginationButton:first-child,.ProgramContentPage-buttons .EventPage-addToCalendar .FavoriteButton:first-child,.ProgramContentPage-buttons .Footer .RichTextModule-cta a:first-child,.ProgramContentPage-buttons .GeographicMap .List-paginationButton:first-child,.ProgramContentPage-buttons .Header-customButton>a:first-child,.ProgramContentPage-buttons .List .List-paginationButton:first-child,.ProgramContentPage-buttons .ListAbstract .List-paginationButton:first-child,.ProgramContentPage-buttons .ListAccordion .List-paginationButton:first-child,.ProgramContentPage-buttons .ListAsideStacked .List-paginationButton:first-child,.ProgramContentPage-buttons .ListAthleticEvent .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCard .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCardBackground .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCardDescriptionOnLeft .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCardImageOnly .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCardImageOnSide .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCardImageOnTop .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCardLogoBottom .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCardLogoTop .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCardQuote .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCardTextOnly .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCarouselBoxedHeadline .List-paginationButton:first-child,.ProgramContentPage-buttons .ListCarouselQuoteFullWidth .List-paginationButton:first-child,.ProgramContentPage-buttons .ListEvents .List-paginationButton:first-child,.ProgramContentPage-buttons .ListHighlightA .List-paginationButton:first-child,.ProgramContentPage-buttons .ListIconOnSide .List-paginationButton:first-child,.ProgramContentPage-buttons .ListIconOnTopLarge .List-paginationButton:first-child,.ProgramContentPage-buttons .ListIconOnTopSmall .List-paginationButton:first-child,.ProgramContentPage-buttons .ListImageLarge .List-paginationButton:first-child,.ProgramContentPage-buttons .ListImageMedium .List-paginationButton:first-child,.ProgramContentPage-buttons .ListImageOnTopCircular .List-paginationButton:first-child,.ProgramContentPage-buttons .ListImageSmall .List-paginationButton:first-child,.ProgramContentPage-buttons .ListImageThumbnail .List-paginationButton:first-child,.ProgramContentPage-buttons .ListLinks .List-paginationButton:first-child,.ProgramContentPage-buttons .ListLogoOnly .List-paginationButton:first-child,.ProgramContentPage-buttons .ListMetrics .List-paginationButton:first-child,.ProgramContentPage-buttons .ListSchedule .List-paginationButton:first-child,.ProgramContentPage-buttons .ListSpeechPromo .List-paginationButton:first-child,.ProgramContentPage-buttons .ListTagCloud .List-paginationButton:first-child,.ProgramContentPage-buttons .ListUpcomingEvents .List-paginationButton:first-child,.ProgramContentPage-buttons .ListVerticalImage .List-paginationButton:first-child,.ProgramContentPage-buttons .ProductPage-paginationButton:first-child,.ProgramContentPage-buttons .SearchResultsPage-export-btn a:first-child,.ProgramContentPage-buttons .SectionPage-paginationButton:first-child,.ProgramContentPage-buttons .SocialList .List-paginationButton:first-child,.ProgramContentPage-buttons .TagPage-paginationButton:first-child,.ProgramContentPage-buttons .TaxonomyPage-paginationButton:first-child,.ProgramContentPage-buttons .TopicPage-paginationButton:first-child{margin-right:9px}.ProgramContentPage-careerHighlight,.ProgramContentPage-publications{margin-bottom:40px}.ProgramContentPage-careerHighlight-heading,.ProgramContentPage-publications-heading{font-size:var(--description-text);font-weight:300;line-height:1.33;font-weight:700;margin-bottom:1rem}.ProgramContentPage-careerHighlight-heading .textStyleSpec-md,.ProgramContentPage-careerHighlight-heading .textStyleSpec-sm,.ProgramContentPage-publications-heading .textStyleSpec-md,.ProgramContentPage-publications-heading .textStyleSpec-sm{font-size:1.8rem}.ProgramContentPage-careerHighlight-heading .textStyleSpec-lg,.ProgramContentPage-publications-heading .textStyleSpec-lg{font-size:2.2rem}.ProgramContentPage-careerHighlight-heading p,.ProgramContentPage-publications-heading p{margin-top:0;margin-bottom:0}.ProgramContentPage-careerHighlight-heading a:hover,.ProgramContentPage-publications-heading a:hover{text-decoration:underline}@media only screen and (min-width:1024px){.ProgramContentPage-careerHighlight-heading,.ProgramContentPage-publications-heading{line-height:1.36}}.ProgramContentPage-details{margin-left:10px}.ProgramContentPage-details-buttons{display:none}.ProgramContentPage-emailContact{font-size:var(--description-text);font-weight:300;line-height:1.33;font-weight:700}.ProgramContentPage-emailContact .textStyleSpec-md,.ProgramContentPage-emailContact .textStyleSpec-sm{font-size:1.8rem}.ProgramContentPage-emailContact .textStyleSpec-lg{font-size:2.2rem}.ProgramContentPage-emailContact p{margin-top:0;margin-bottom:0}.ProgramContentPage-emailContact a:hover{text-decoration:underline}@media only screen and (min-width:1024px){.ProgramContentPage-emailContact{line-height:1.36}}.ProgramContentPage-employeeSocialLinks{margin-top:20px}.ProgramContentPage-employeeSocialLinksLabel{font-size:var(--button-label);font-weight:700;margin-bottom:10px}.ProgramContentPage-employeeSocialLinksLabel .textStyleSpec-lg,.ProgramContentPage-employeeSocialLinksLabel .textStyleSpec-md,.ProgramContentPage-employeeSocialLinksLabel .textStyleSpec-sm{font-size:1.2rem}.ProgramContentPage-fullBiography{display:block;margin-bottom:40px;margin-top:0}.ProgramContentPage-fullBiography-content{height:140px;overflow:hidden}[data-toggle-in=author-bio] .ProgramContentPage-fullBiography-content{height:auto}.ProgramContentPage-email,.ProgramContentPage-groups,.ProgramContentPage-websiteLink{line-height:1.5}.ProgramContentPage-headingWrapper{padding:30px 20px}.ProgramContentPage-info{display:flex;flex-direction:row;flex-wrap:nowrap}.ProgramContentPage-info-wrapper-desktop{display:none}.ProgramContentPage-info-wrapper-mobile{display:block;padding-top:20px}.ProgramContentPage-image{flex-shrink:0;text-align:center}.ProgramContentPage-image img{border-radius:100%;height:150px;margin:0 auto 20px;width:150px}.ProgramContentPage-info{text-align:center}.ProgramContentPage-jobInfo{margin-right:-20px;margin-bottom:10px}.ProgramContentPage-curriculumVitaeLink,.ProgramContentPage-jobTitle{margin-right:20px;font-weight:700}.ProgramContentPage-main{margin-top:20px;margin-bottom:20px}.ProgramContentPage-name{font-weight:400;margin-bottom:10px}.ProgramContentPage-navWrapper{background-color:var(--programAccentColor)}.ProgramContentPage-navWrapper-content{color:var(--programAccentTextColor)}.ProgramContentPage-navWrapper-content a{color:var(--programAccentTextColor);pointer-events:visible}.ProgramContentPage-navWrapper-content a:hover{color:var(--programAccentTextColor);text-decoration:underline}.ProgramContentPage-parentAcademicUnit{font-family:Noto Sans,Open Sans,Arial,Helvetica,sans-serif;font-size:8px;font-weight:700;line-height:1.88;letter-spacing:normal;color:#0062b8;text-decoration:none;padding-bottom:5px;text-align:left}.ProgramContentPage-parentAcademicUnit a,.ProgramContentPage-parentAcademicUnit a:hover{color:#0062b8}.ProgramContentPage-programType{align-items:center;background:var(--programAccentColor);border-radius:50%;color:var(--programAccentTextColor);display:flex;height:100px;justify-content:center;min-width:100px;text-align:center;width:100px}.ProgramContentPage-programType,.ProgramContentPage-title{font-family:Noto Sans,Open Sans,Arial,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:1.25}.ProgramContentPage-title{font-stretch:normal;font-style:normal;letter-spacing:normal;color:#141414;padding-bottom:20px;text-align:left}.ProgramContentPage-wrapper{margin-top:0}@media only screen and (min-width:768px){.ProgramContentPage-accordions-wrapper{margin-top:0}.ProgramContentPage-applicationDeadlines-detail,.ProgramContentPage-contactInfo-detail{font-size:14px;line-height:26px;padding-right:30px}.ProgramContentPage-applicationDeadlines-detail p,.ProgramContentPage-contactInfo-detail p{margin-top:0;margin-bottom:0;line-height:20px}.ProgramContentPage-applicationDeadlines-title,.ProgramContentPage-contactInfo-title{line-height:26px;margin-right:32px}.ProgramContentPage-buttons{display:none}.ProgramContentPage-content{padding-left:50px;padding-right:50px}.ProgramContentPage-details{margin-left:20px}.ProgramContentPage-details-buttons{padding-top:30px;display:block;text-align:left}.ProgramContentPage-details-buttons .AuthorPage-paginationButton,.ProgramContentPage-details-buttons .BrandPage-paginationButton,.ProgramContentPage-details-buttons .btn,.ProgramContentPage-details-buttons .CapstoneHubList .List-paginationButton,.ProgramContentPage-details-buttons .CountryPage-paginationButton,.ProgramContentPage-details-buttons .DirectorySearchPage-export-btn a,.ProgramContentPage-details-buttons .EventCalendarDayPage-export-btn a,.ProgramContentPage-details-buttons .EventCalendarMonthPage-export-btn a,.ProgramContentPage-details-buttons .EventCategoryPage-paginationButton,.ProgramContentPage-details-buttons .EventPage-addToCalendar .FavoriteButton,.ProgramContentPage-details-buttons .Footer .RichTextModule-cta a,.ProgramContentPage-details-buttons .GeographicMap .List-paginationButton,.ProgramContentPage-details-buttons .Header-customButton>a,.ProgramContentPage-details-buttons .List .List-paginationButton,.ProgramContentPage-details-buttons .ListAbstract .List-paginationButton,.ProgramContentPage-details-buttons .ListAccordion .List-paginationButton,.ProgramContentPage-details-buttons .ListAsideStacked .List-paginationButton,.ProgramContentPage-details-buttons .ListAthleticEvent .List-paginationButton,.ProgramContentPage-details-buttons .ListCard .List-paginationButton,.ProgramContentPage-details-buttons .ListCardBackground .List-paginationButton,.ProgramContentPage-details-buttons .ListCardDescriptionOnLeft .List-paginationButton,.ProgramContentPage-details-buttons .ListCardImageOnly .List-paginationButton,.ProgramContentPage-details-buttons .ListCardImageOnSide .List-paginationButton,.ProgramContentPage-details-buttons .ListCardImageOnTop .List-paginationButton,.ProgramContentPage-details-buttons .ListCardLogoBottom .List-paginationButton,.ProgramContentPage-details-buttons .ListCardLogoTop .List-paginationButton,.ProgramContentPage-details-buttons .ListCardQuote .List-paginationButton,.ProgramContentPage-details-buttons .ListCardTextOnly .List-paginationButton,.ProgramContentPage-details-buttons .ListCarouselBoxedHeadline .List-paginationButton,.ProgramContentPage-details-buttons .ListCarouselQuoteFullWidth .List-paginationButton,.ProgramContentPage-details-buttons .ListEvents .List-paginationButton,.ProgramContentPage-details-buttons .ListHighlightA .List-paginationButton,.ProgramContentPage-details-buttons .ListIconOnSide .List-paginationButton,.ProgramContentPage-details-buttons .ListIconOnTopLarge .List-paginationButton,.ProgramContentPage-details-buttons .ListIconOnTopSmall .List-paginationButton,.ProgramContentPage-details-buttons .ListImageLarge .List-paginationButton,.ProgramContentPage-details-buttons .ListImageMedium .List-paginationButton,.ProgramContentPage-details-buttons .ListImageOnTopCircular .List-paginationButton,.ProgramContentPage-details-buttons .ListImageSmall .List-paginationButton,.ProgramContentPage-details-buttons .ListImageThumbnail .List-paginationButton,.ProgramContentPage-details-buttons .ListLinks .List-paginationButton,.ProgramContentPage-details-buttons .ListLogoOnly .List-paginationButton,.ProgramContentPage-details-buttons .ListMetrics .List-paginationButton,.ProgramContentPage-details-buttons .ListSchedule .List-paginationButton,.ProgramContentPage-details-buttons .ListSpeechPromo .List-paginationButton,.ProgramContentPage-details-buttons .ListTagCloud .List-paginationButton,.ProgramContentPage-details-buttons .ListUpcomingEvents .List-paginationButton,.ProgramContentPage-details-buttons .ListVerticalImage .List-paginationButton,.ProgramContentPage-details-buttons .ProductPage-paginationButton,.ProgramContentPage-details-buttons .SearchResultsPage-export-btn a,.ProgramContentPage-details-buttons .SectionPage-paginationButton,.ProgramContentPage-details-buttons .SocialList .List-paginationButton,.ProgramContentPage-details-buttons .TagPage-paginationButton,.ProgramContentPage-details-buttons .TaxonomyPage-paginationButton,.ProgramContentPage-details-buttons .TopicPage-paginationButton{background-color:#002e5d;height:43px;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:1px;padding:15px;border:none}.ProgramContentPage-details-buttons .AuthorPage-paginationButton:first-child,.ProgramContentPage-details-buttons .BrandPage-paginationButton:first-child,.ProgramContentPage-details-buttons .btn:first-child,.ProgramContentPage-details-buttons .CapstoneHubList .List-paginationButton:first-child,.ProgramContentPage-details-buttons .CountryPage-paginationButton:first-child,.ProgramContentPage-details-buttons .DirectorySearchPage-export-btn a:first-child,.ProgramContentPage-details-buttons .EventCalendarDayPage-export-btn a:first-child,.ProgramContentPage-details-buttons .EventCalendarMonthPage-export-btn a:first-child,.ProgramContentPage-details-buttons .EventCategoryPage-paginationButton:first-child,.ProgramContentPage-details-buttons .EventPage-addToCalendar .FavoriteButton:first-child,.ProgramContentPage-details-buttons .Footer .RichTextModule-cta a:first-child,.ProgramContentPage-details-buttons .GeographicMap .List-paginationButton:first-child,.ProgramContentPage-details-buttons .Header-customButton>a:first-child,.ProgramContentPage-details-buttons .List .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListAbstract .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListAccordion .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListAsideStacked .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListAthleticEvent .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCard .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCardBackground .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCardDescriptionOnLeft .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCardImageOnly .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCardImageOnSide .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCardImageOnTop .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCardLogoBottom .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCardLogoTop .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCardQuote .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCardTextOnly .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCarouselBoxedHeadline .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListCarouselQuoteFullWidth .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListEvents .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListHighlightA .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListIconOnSide .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListIconOnTopLarge .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListIconOnTopSmall .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListImageLarge .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListImageMedium .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListImageOnTopCircular .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListImageSmall .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListImageThumbnail .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListLinks .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListLogoOnly .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListMetrics .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListSchedule .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListSpeechPromo .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListTagCloud .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListUpcomingEvents .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ListVerticalImage .List-paginationButton:first-child,.ProgramContentPage-details-buttons .ProductPage-paginationButton:first-child,.ProgramContentPage-details-buttons .SearchResultsPage-export-btn a:first-child,.ProgramContentPage-details-buttons .SectionPage-paginationButton:first-child,.ProgramContentPage-details-buttons .SocialList .List-paginationButton:first-child,.ProgramContentPage-details-buttons .TagPage-paginationButton:first-child,.ProgramContentPage-details-buttons .TaxonomyPage-paginationButton:first-child,.ProgramContentPage-details-buttons .TopicPage-paginationButton:first-child{margin-right:19px}.ProgramContentPage-details-wrapper{display:flex}.ProgramContentPage-details-wrapper-column{width:50%}.ProgramContentPage-info{text-align:center}.ProgramContentPage-info-wrapper-desktop{display:block}.ProgramContentPage-info-wrapper-mobile{display:none}.ProgramContentPage-headingWrapper{padding:30px 50px}.ProgramContentPage-main{margin-top:30px;margin-bottom:30px}.ProgramContentPage-parentAcademicUnit{font-size:16px;line-height:1.88}.ProgramContentPage-programType{width:150px;height:150px;font-size:32px}.ProgramContentPage-title{font-size:36px;line-height:40px}.ProgramContentPage-wrapper{margin-top:20px}}@media only screen and (min-width:1024px){.ProgramContentPage[data-rectangle-image] .ProgramContentPage-image img{width:200px;height:266.67px}.ProgramContentPage-aside{margin-top:40px}.ProgramContentPage-details{margin-left:40px}.ProgramContentPage-details-wrapper-column{width:100%}.ProgramContentPage-image img{height:200px;width:200px;margin:0 20px 0 0}.ProgramContentPage-info{text-align:left}.ProgramContentPage-main{margin-top:40px;margin-bottom:40px}.ProgramContentPage-programType{width:200px;height:200px;font-size:36px}}@media only screen and (min-width:1440px){.ProgramContentPage[data-rectangle-image] .ProgramContentPage-image img{width:240px;height:320px}.ProgramContentPage-applicationDeadlines,.ProgramContentPage-contactInfo{display:inline-flex;padding-top:5px;padding-bottom:5px;width:550px}.ProgramContentPage-applicationDeadlines-title,.ProgramContentPage-contactInfo-title{margin-right:0;min-width:200px;padding-bottom:0}.ProgramContentPage-aside.remove-offset{margin-top:70px}.ProgramContentPage.has-aside .ProgramContentPage-aside{margin-top:60px}.ProgramContentPage-content{width:1170px;margin:0 auto;padding:0}.ProgramContentPage-employeeSocialLinks{display:flex;align-items:center}.ProgramContentPage-employeeSocialLinksLabel{margin-bottom:0;margin-right:10px}.ProgramContentPage-headingWrapper{padding:50px 135px}.ProgramContentPage-image img{height:240px;width:240px;margin:0 40px 0 0}.ProgramContentPage-info{text-align:left;justify-content:space-around;width:1170px;margin:0 auto}.ProgramContentPage-main{margin-top:70px;margin-bottom:70px}}@media print{.ProgramContentPage-aside{padding-bottom:1px}.ProgramContentPage-accordions{margin-top:5px}.ProgramContentPage-accordions-wrapper{padding:10px;box-shadow:none}.ProgramContentPage-accordions-accordion-content{padding-top:20px;font-size:12px}.ProgramContentPage-accordions-accordion-header .icon-plus{display:none}.ProgramContentPage-accordions-accordion-content{display:block}.ProgramContentPage-accordions-accordion-body p{-moz-column-break-inside:avoid;break-inside:avoid}.ProgramContentPage-accordions-accordion-body .RichTextModule p{margin:5px 0;-moz-column-break-inside:avoid;break-inside:avoid}.ProgramContentPage-contentWrapper{-moz-column-break-after:always;break-after:always}}.HighlightedStat{padding-bottom:15px;display:block;text-align:left;max-width:80%}.HighlightedStat-number{font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;width:30px;height:30px;min-width:30px;border-radius:50%;background:#0fa170;text-align:center;font-size:10px;font-weight:700;line-height:2.2;color:#fff;display:inline-flex;align-items:center;justify-content:center}.HighlightedStat-detail{font-family:Noto Sans,Open Sans,Arial,Helvetica,sans-serif;font-size:8px;font-weight:700;line-height:1.25;text-transform:uppercase;padding-top:5px}@media only screen and (min-width:768px){.HighlightedStat-detail{font-size:12px;line-height:26px}.HighlightedStat-number{width:40px;height:40px;min-width:40px;line-height:22px;font-size:12px}}@media only screen and (min-width:1024px){.HighlightedStat-number{width:50px;height:50px;min-width:50px;margin-right:15px;font-size:14px}}@media only screen and (min-width:1240px){.HighlightedStat{align-content:center;max-width:100%;display:flex}.HighlightedStat-detail{padding-top:10px}}.ProgramStatistics{margin-bottom:20px}.ProgramStatistics-title{font-weight:700;font-size:16px;text-align:center;line-height:1.67;padding-bottom:10px}.ProgramStat{padding-bottom:5px;display:flex;width:100%}.ProgramStat-data,.ProgramStat-title{font-weight:400;font-size:16px;line-height:1.67}.ProgramStat-data{margin-left:auto}.CourseContentPage *{font-family:Noto Sans,Open Sans,Arial,Helvetica,sans-serif}.CourseContentPage-aside{display:block}.CourseContentPage-headingWrapper{padding:30px 20px}.CourseContentPage-info{display:block;text-align:center}.CourseContentPage-info-details{margin-left:10px}.CourseContentPage-info-details-content-items{display:block;padding-bottom:15px}.CourseContentPage-info-details-content-items-item{color:#141414;font-size:14px;font-weight:400;line-height:1.86;letter-spacing:normal}.CourseContentPage-info-details-content-items-title{font-size:12px;font-weight:700;line-height:1.25;letter-spacing:normal;color:#141414;text-transform:uppercase}.CourseContentPage-info-details-content-items li{list-style:none}.CourseContentPage-info-details-content-items .icon-contact{height:13px;width:13px}.CourseContentPage-info-details-description{font-size:16px;font-weight:400;line-height:1.63;letter-spacing:normal;color:#141414}.CourseContentPage-info-details-parentAcademicUnit{font-size:8px;font-weight:700;line-height:1.88;letter-spacing:normal;color:#0062b8;padding-bottom:5px}.CourseContentPage-info-details-parentAcademicUnit a,.CourseContentPage-info-details-parentAcademicUnit a:hover{color:#0062b8}.CourseContentPage-info-details-title{font-size:24px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#141414;padding-bottom:20px}.CourseContentPage-info-wrapper{align-items:center;background:var(--courseAccentColor);border-radius:50%;color:var(--courseAccentTextColor);display:flex;height:100px;font-size:24px;font-weight:700;line-height:1.25;justify-content:center;margin:0 auto 20px;min-width:100px;text-align:center;width:100px}.CourseContentPage-info-wrapper-content{font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif}.CourseContentPage-main{margin-top:20px;margin-bottom:20px}.CourseContentPage-navWrapper{background-color:var(--courseAccentColor)}.CourseContentPage-navWrapper-content,.CourseContentPage-navWrapper-content a{color:var(--courseAccentTextColor)}.CourseContentPage-navWrapper-content a:hover{color:var(--courseAccentTextColor);text-decoration:underline}.CourseContentPage-wrapper{margin-top:0}@media only screen and (min-width:768px){.CourseContentPage-aside,.CourseContentPage-aside.remove-offset{margin-top:0}.CourseContentPage-content{padding-left:50px;padding-right:50px}.CourseContentPage-courseOutcomes-title{font-size:24px}.CourseContentPage-headingWrapper{padding:30px 50px}.CourseContentPage-info{text-align:center}.CourseContentPage-info-details-content{display:flex;flex-wrap:wrap;word-break:normal;flex-direction:column;align-content:center}.CourseContentPage-info-details-content-items{display:flex;text-align:left}.CourseContentPage-info-details-content-items-title{padding-top:7px;margin-right:40px;width:120px}.CourseContentPage-info-details-description{text-align:center}.CourseContentPage-info-details-parentAcademicUnit{font-size:16px;line-height:1.88}.CourseContentPage-info-details-title{font-size:36px;line-height:40px}.CourseContentPage-info-wrapper{width:150px;height:150px;font-size:32px;min-width:150px}.CourseContentPage-main{margin-top:30px;margin-bottom:30px}.CourseContentPage-wrapper{margin-top:20px}}@media only screen and (min-width:1024px){.CourseContentPage[data-rectangle-image] .CourseContentPage-image img{width:200px;height:266.67px}.CourseContentPage-aside{margin-top:40px}.CourseContentPage-info{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:normal;text-align:left}.CourseContentPage-info-details{margin-left:40px}.CourseContentPage-info-details-content{display:block}.CourseContentPage-info-details-description{max-width:500px;text-align:left}.CourseContentPage-info-wrapper{width:200px;height:200px;font-size:36px;min-width:200px;margin:0}.CourseContentPage-main{margin-top:40px;margin-bottom:40px}}@media only screen and (min-width:1440px){.CourseContentPage-aside,.CourseContentPage-aside.remove-offset{margin-top:60px}.CourseContentPage-content{width:1170px;margin:0 auto;padding:0}.CourseContentPage-headingWrapper{padding:40px 0}.CourseContentPage-info{text-align:left;width:1170px;margin:0 auto}.CourseContentPage-info-details{margin-left:40px}.CourseContentPage-image img{height:240px;width:240px;margin:0 40px 0 0}.CourseContentPage-main{max-width:100%;margin-top:60px;margin-bottom:60px}}.CourseOutcome:first-child~.CourseOutcome{margin-top:35px}.CourseOutcome-details{font-size:var(--body-text);line-height:26px;margin:5px 0}.CourseOutcome-title{font-size:18px}.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:flex;flex-direction:row;align-items: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,.DepartmentDirectoryPage[data-rectangle-image] .DepartmentDirectoryPage-image img,.EmployeePage[data-rectangle-image] .EmployeePage-image img{border-radius:0;height:200px;width:150px}.AthletePage-employeeSocialLinks,.AthletePage-main,.CoachPage-employeeSocialLinks,.CoachPage-main,.DepartmentDirectoryPage-employeeSocialLinks,.DepartmentDirectoryPage-main,.EmployeePage-employeeSocialLinks,.EmployeePage-main{margin-top:20px}.AthletePage-employeeSocialLinksLabel,.CoachPage-employeeSocialLinksLabel,.DepartmentDirectoryPage-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,.DepartmentDirectoryPage-employeeSocialLinksLabel .textStyleSpec-lg,.DepartmentDirectoryPage-employeeSocialLinksLabel .textStyleSpec-md,.DepartmentDirectoryPage-employeeSocialLinksLabel .textStyleSpec-sm,.EmployeePage-employeeSocialLinksLabel .textStyleSpec-lg,.EmployeePage-employeeSocialLinksLabel .textStyleSpec-md,.EmployeePage-employeeSocialLinksLabel .textStyleSpec-sm{font-size:1.2rem}.AthletePage-image,.CoachPage-image,.DepartmentDirectoryPage-image,.EmployeePage-image{flex-shrink:0;text-align:center}.AthletePage-image img,.CoachPage-image img,.DepartmentDirectoryPage-image img,.EmployeePage-image img{border-radius:100%;height:150px;margin:0 auto 20px;width:150px}.AthletePage-info,.CoachPage-info,.DepartmentDirectoryPage-info,.EmployeePage-info{text-align:center}.AthletePage-name,.CoachPage-name,.DepartmentDirectoryPage-name,.EmployeePage-name{font-weight:400;margin-bottom:10px}.AthletePage-fullBiography,.CoachPage-fullBiography,.DepartmentDirectoryPage-fullBiography,.EmployeePage-fullBiography{display:block;margin-bottom:40px;margin-top:0}.AthletePage-fullBiography-content,.CoachPage-fullBiography-content,.DepartmentDirectoryPage-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] .DepartmentDirectoryPage-fullBiography-content,[data-toggle-in=author-bio] .EmployeePage-fullBiography-content{height:auto}.AthletePage-jobInfo,.CoachPage-jobInfo,.DepartmentDirectoryPage-jobInfo,.EmployeePage-jobInfo{margin-right:-20px;margin-bottom:10px}.AthletePage-email,.AthletePage-groups,.AthletePage-websiteLink,.CoachPage-email,.CoachPage-groups,.CoachPage-websiteLink,.DepartmentDirectoryPage-email,.DepartmentDirectoryPage-groups,.DepartmentDirectoryPage-websiteLink,.EmployeePage-email,.EmployeePage-groups,.EmployeePage-websiteLink{line-height:1.5}.AthletePage-curriculumVitaeLink,.AthletePage-jobTitle,.CoachPage-curriculumVitaeLink,.CoachPage-jobTitle,.DepartmentDirectoryPage-curriculumVitaeLink,.DepartmentDirectoryPage-jobTitle,.EmployeePage-curriculumVitaeLink,.EmployeePage-jobTitle{margin-right:20px;font-weight:700}.AthletePage-wrapper,.CoachPage-wrapper,.DepartmentDirectoryPage-wrapper,.EmployeePage-wrapper{margin-top:0}.AthletePage-careerHighlight,.AthletePage-publications,.CoachPage-careerHighlight,.CoachPage-publications,.DepartmentDirectoryPage-careerHighlight,.DepartmentDirectoryPage-publications,.EmployeePage-careerHighlight,.EmployeePage-publications{margin-bottom:40px}.AthletePage-careerHighlight-heading,.AthletePage-publications-heading,.CoachPage-careerHighlight-heading,.CoachPage-publications-heading,.DepartmentDirectoryPage-careerHighlight-heading,.DepartmentDirectoryPage-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,.DepartmentDirectoryPage-careerHighlight-heading .textStyleSpec-md,.DepartmentDirectoryPage-careerHighlight-heading .textStyleSpec-sm,.DepartmentDirectoryPage-publications-heading .textStyleSpec-md,.DepartmentDirectoryPage-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,.DepartmentDirectoryPage-careerHighlight-heading .textStyleSpec-lg,.DepartmentDirectoryPage-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,.DepartmentDirectoryPage-careerHighlight-heading p,.DepartmentDirectoryPage-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,.DepartmentDirectoryPage-careerHighlight-heading a:hover,.DepartmentDirectoryPage-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,.DepartmentDirectoryPage-careerHighlight-heading,.DepartmentDirectoryPage-publications-heading,.EmployeePage-careerHighlight-heading,.EmployeePage-publications-heading{line-height:1.36}}.AthletePage-emailContact,.CoachPage-emailContact,.DepartmentDirectoryPage-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,.DepartmentDirectoryPage-emailContact .textStyleSpec-md,.DepartmentDirectoryPage-emailContact .textStyleSpec-sm,.EmployeePage-emailContact .textStyleSpec-md,.EmployeePage-emailContact .textStyleSpec-sm{font-size:1.8rem}.AthletePage-emailContact .textStyleSpec-lg,.CoachPage-emailContact .textStyleSpec-lg,.DepartmentDirectoryPage-emailContact .textStyleSpec-lg,.EmployeePage-emailContact .textStyleSpec-lg{font-size:2.2rem}.AthletePage-emailContact p,.CoachPage-emailContact p,.DepartmentDirectoryPage-emailContact p,.EmployeePage-emailContact p{margin-top:0;margin-bottom:0}.AthletePage-emailContact a:hover,.CoachPage-emailContact a:hover,.DepartmentDirectoryPage-emailContact a:hover,.EmployeePage-emailContact a:hover{text-decoration:underline}@media only screen and (min-width:1024px){.AthletePage-emailContact,.CoachPage-emailContact,.DepartmentDirectoryPage-emailContact,.EmployeePage-emailContact{line-height:1.36}}@media only screen and (min-width:768px){.AthletePage-intro,.CoachPage-intro,.DepartmentDirectoryPage-intro,.EmployeePage-intro{display:flex;align-items:center;flex-direction:column}.AthletePage-info,.CoachPage-info,.DepartmentDirectoryPage-info,.EmployeePage-info{text-align:center}.AthletePage-wrapper,.CoachPage-wrapper,.DepartmentDirectoryPage-wrapper,.EmployeePage-wrapper{margin-top:20px}.AthletePage-main,.CoachPage-main,.DepartmentDirectoryPage-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,.DepartmentDirectoryPage[data-rectangle-image] .DepartmentDirectoryPage-image img,.EmployeePage[data-rectangle-image] .EmployeePage-image img{width:200px;height:266.67px}.AthletePage-intro,.CoachPage-intro,.DepartmentDirectoryPage-intro,.EmployeePage-intro{align-items:center;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 .DepartmentDirectoryPage-intro,.no-aside .EmployeePage-intro{margin-right:auto!important}.AthletePage-main,.CoachPage-main,.DepartmentDirectoryPage-main,.EmployeePage-main{margin-top:40px}.AthletePage-pageInfo,.CoachPage-pageInfo,.DepartmentDirectoryPage-pageInfo,.EmployeePage-pageInfo{max-width:1170px;margin-left:auto;margin-right:auto;width:100%}.AthletePage-image img,.CoachPage-image img,.DepartmentDirectoryPage-image img,.EmployeePage-image img{height:200px;width:200px;margin:0 20px 0 0}.AthletePage-info,.CoachPage-info,.DepartmentDirectoryPage-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,.DepartmentDirectoryPage[data-rectangle-image] .DepartmentDirectoryPage-image img,.EmployeePage[data-rectangle-image] .EmployeePage-image img{width:240px;height:320px}.AthletePage-employeeSocialLinks,.CoachPage-employeeSocialLinks,.DepartmentDirectoryPage-employeeSocialLinks,.EmployeePage-employeeSocialLinks{display:flex;align-items:center}.AthletePage-employeeSocialLinksLabel,.CoachPage-employeeSocialLinksLabel,.DepartmentDirectoryPage-employeeSocialLinksLabel,.EmployeePage-employeeSocialLinksLabel{margin-bottom:0;margin-right:10px}.AthletePage-intro,.CoachPage-intro,.DepartmentDirectoryPage-intro,.EmployeePage-intro{width:calc(100% - 370px)!important;padding-left:0;margin-left:auto}.AthletePage-image img,.CoachPage-image img,.DepartmentDirectoryPage-image img,.EmployeePage-image img{height:240px;width:240px;margin:0 40px 0 0}.AthletePage-info,.CoachPage-info,.DepartmentDirectoryPage-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;flex-direction:column;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: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{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:flex;align-items: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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.UpdateStory-body .Header-customButton>a,.UpdateStory-body .List .List-paginationButton,.UpdateStory-body .ListAbstract .List-paginationButton,.UpdateStory-body .ListAccordion .List-paginationButton,.UpdateStory-body .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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;margin-top:var(--globalPaddingTopMobile,1.25em);margin-bottom:var(--globalPaddingBottomMobile,1.25em)}@media only screen and (min-width:1024px){.UpdateStory-body h2{margin-top:var(--globalPaddingTop,1.25em);margin-bottom:var(--globalPaddingBottom,1.25em)}}.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}.UpdateStory-body code:not(.CodeBlock pre>code[class*=language-]){background-color:var(--grayscaleFour);padding:.1rem .3rem}[data-rounded-corners=true] .UpdateStory-body code:not(.CodeBlock pre>code[class*=language-]){border-radius:4px}.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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.UpdateStoryItem-body .Header-customButton>a,.UpdateStoryItem-body .List .List-paginationButton,.UpdateStoryItem-body .ListAbstract .List-paginationButton,.UpdateStoryItem-body .ListAccordion .List-paginationButton,.UpdateStoryItem-body .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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 .CapstoneHubList .List-paginationButton,.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 .GeographicMap .List-paginationButton,.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 .ListAsideStacked .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;margin-top:var(--globalPaddingTopMobile,1.25em);margin-bottom:var(--globalPaddingBottomMobile,1.25em)}@media only screen and (min-width:1024px){.UpdateStoryItem-body h2{margin-top:var(--globalPaddingTop,1.25em);margin-bottom:var(--globalPaddingBottom,1.25em)}}.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}.UpdateStoryItem-body code:not(.CodeBlock pre>code[class*=language-]){background-color:var(--grayscaleFour);padding:.1rem .3rem}[data-rounded-corners=true] .UpdateStoryItem-body code:not(.CodeBlock pre>code[class*=language-]){border-radius:4px}.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:flex;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-alternativeView,.AcademicCalendar-pdf-download,.AcademicCalendar-subscribe-download{background-color:#369;border:0;border-radius:2px;color:#fff;font-size:14px;margin:0 15px;padding:8px 15px;text-align:center;text-shadow:none;text-transform:uppercase;text-decoration:none}.AcademicCalendar-alternativeView a,.AcademicCalendar-pdf-download a,.AcademicCalendar-subscribe-download a{color:#fff;text-decoration:none}.AcademicCalendar-pdf-download,.AcademicCalendar-subscribe-download{background-color:#525151}.AcademicCalendar-controls{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:25px}@media only screen and (min-width:768px){.AcademicCalendar-controls{flex-direction:row}}.AcademicCalendar-controls-downloads,.AcademicCalendar-controls-views{display:flex}.AcademicCalendar-controls-downloads>div:last-of-type,.AcademicCalendar-controls-views>div:last-of-type{margin-right:0}.AcademicCalendar-controls-downloads{margin-top:20px}@media only screen and (min-width:768px){.AcademicCalendar-controls-downloads{margin-top:0}}.AcademicCalendar-title{color:#666;font-family:Roboto,Open Sans,Arial,Helvetica,sans-serif;font-size:52px;font-weight:300;line-height:60px;margin-left:55px;margin-bottom:8px;padding:40px 0;text-align:left}@media only screen and (min-width:1240px){.AcademicCalendar-title{padding:0}}.AcademicCalendar-yearSelect{align-items:center;display:flex;margin-right:10px}.AcademicCalendar-yearSelect .Select{margin-bottom:0}.AcademicCalendar-yearSelect .Select-description{display:none}.AcademicCalendar-yearSelect .Select-label{display:flex;flex-direction:row}.AcademicCalendar-yearSelect .Select .label{margin-right:5px}.AcademicCalendar-yearSelect .Select .select2 .select2-selection--single{padding:0 20px}.AcademicCalendar-yearSelect .Select .select2 .select2-selection__arrow{top:-9px}.AcademicCalendar-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start}.AcademicCalendar-legends,.AcademicCalendar-months,.AcademicCalendar-terms{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -24px 0 0}.AcademicCalendar-terms{max-width:580px}@media only screen and (min-width:1024px){.AcademicCalendar-row{flex-wrap:nowrap}.AcademicCalendar-months{flex:0 1 100%}.AcademicCalendar-terms{flex:0 0 270px}}@media print{.AcademicCalendar{padding-top:60px;zoom:85%}.AcademicCalendar-yearSelect{display:none}.AcademicCalendar-row{flex-wrap:nowrap}.AcademicCalendar-months{flex:0 1 100%}.AcademicCalendar-terms{flex:0 0 270px}.AcademicCalendar-legends{width:100%;display:flex;justify-content:space-evenly}}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;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase;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:flex;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: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:flex;justify-content:center}@media print{.RawHtmlModule{display:none}}.BarChart-container{display:flex;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: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: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;display:flex;justify-content:center;margin-bottom:10px}.BarChartModule-description{color:var(--darkGrey);font-size:20px;display:flex;justify-content:center;margin:20px auto 40px;text-align:center}.BarChartModule-ctaButton{display:flex;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:flex;max-width:1170px;align-items:center}.EventCalendarDayPage-heading,.EventCalendarMonthPage-heading{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{align-items:center;margin-bottom:-10px}.EventCalendarMonthPage-filters-container{margin-right:0}@media only screen and (min-width:1024px){.EventCalendarMonthPage-filters-container{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;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:flex;margin-right:13px;align-items:center;flex-direction:column;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: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:flex}}.EventCalendarEvent{font-size:1.3rem;line-height:1.25;margin-bottom:10px;display:flex;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,.1607843137254902);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);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)}@media print{.EventCalendarSidebar{box-shadow:none}}.EventCalendarSidebarEvent{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;flex:0 0 55px;display:flex;flex-direction:column;align-items: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: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: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{align-items:center;display:flex;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: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:flex;justify-content: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: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;flex:0 0 55px;display:flex;flex-direction:column;align-items: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:flex;flex-direction:column;align-items: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:200%/3;position:relative;width:100%;background-color:#2a2a2a}.DigitalSignageCarouselSlide-media-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;justify-content: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:flex;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:flex;flex-direction:column;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:flex;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:flex;justify-content:space-between;padding:20px 0;width:100%}.LeaveTimeModule-display-item{display:flex;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.CapstoneHubList .List-paginationButton,.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.GeographicMap .List-paginationButton,.LeaveTimeModule-button.Header-customButton>a,.LeaveTimeModule-button.List .List-paginationButton,.LeaveTimeModule-button.ListAbstract .List-paginationButton,.LeaveTimeModule-button.ListAccordion .List-paginationButton,.LeaveTimeModule-button.ListAsideStacked .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}}.GeographicMap{display:block}.GeographicMap geographic-map{display:block;height:700px}.GeographicMap geographic-map .promo-content{display:none}.GeographicMap .leaflet-geosearch-bar{width:65%}@media only screen and (min-width:768px){.GeographicMap .leaflet-geosearch-bar{width:500px}}.CapstoneProgram{position:relative;box-shadow:0 3px 6px rgba(0,0,0,.1607843137254902)}.CapstoneProgram:before{content:"";width:100%;height:14px;background-size:cover;background-position:50%;background-color:var(--primaryColor);display:block;position:absolute;top:0;left:0}.CapstoneProgram-bottom{margin-top:35px}.CapstoneProgram-description{font-size:1.6rem;text-align:left}.CapstoneProgram-description h1,.CapstoneProgram-description h2,.CapstoneProgram-description h3,.CapstoneProgram-description h4,.CapstoneProgram-description h5,.CapstoneProgram-description h6{font-size:2rem;text-align:center;margin-bottom:18px}.CapstoneProgram-description p{font-size:1.6rem}.CapstoneProgram-items{display:flex;flex-direction:column;margin-top:28px;align-items:center}.CapstoneProgram-items-item{margin-bottom:20px}.CapstoneProgram-panel[data-toggle-item=tooltip]{max-height:0;overflow:hidden}.CapstoneProgram-panel[data-toggle-in-tooltip=true]{max-height:1000%}.CapstoneProgram-subtitle{font-size:2rem;color:#141414}.CapstoneProgram-title{font-size:3.4rem;font-weight:400}.CapstoneProgram-titles{color:#002e5d;text-transform:capitalize;text-align:center;padding-right:30px}.CapstoneProgram-toggle{text-align:center;display:block;margin:0 auto 35px;max-width:37px}.CapstoneProgram-toggle svg{transition:transform .25s}.CapstoneProgram-toggle[data-toggle-in-tooltip=true] svg{transform:rotate(-180deg)}.CapstoneProgram-toggleLink{border:3px solid #141414;border-radius:100%;background-color:transparent;height:37px;width:37px;padding:0;margin:auto;float:none;display:flex;justify-content:center;align-items:center;outline:none}.CapstoneProgram-toggleLink svg{width:70%;height:100%;color:#141414}@media only screen and (min-width:1240px){.CapstoneProgram-toggleLink{margin:0}}.CapstoneProgram-wrapper{padding:35px;background-color:#fff}.CapstoneProgram .BrandPage-description,.CapstoneProgram .ContainerAbstract .container-description,.CapstoneProgram .CountryPage-description,.CapstoneProgram .EventCategoryPage-description,.CapstoneProgram .list-description,.CapstoneProgram .ProductPage-description,.CapstoneProgram .SectionPage-description,.CapstoneProgram .TagPage-description,.CapstoneProgram .TaxonomyPage-description,.CapstoneProgram .TopicPage-description,.CapstoneProgram .VideoModule-description{color:#141414}@media only screen and (min-width:1240px){.CapstoneProgram-bottom{margin-top:0}.CapstoneProgram-content{display:flex;justify-content:space-evenly}.CapstoneProgram-items{margin-top:0;max-width:60%}.CapstoneProgram-items-item{margin-bottom:25px}.CapstoneProgram-items-item:last-child{margin-bottom:0}.CapstoneProgram-titles{text-align:left;width:100%;padding-bottom:20px}.CapstoneProgram-toggle{text-align:left;margin:0 0 35px}}@media print{.CapstoneProgram{box-shadow:none}}.CapstoneHubList-items{padding:0}.CapstoneHubList-title[data-has-headingbackgroundColor]{background:var(--backgroundColor);color:var(--textColor);font-size:40px;font-weight:400;text-transform:capitalize;max-width:100%;padding:8px 0;margin-left:0;margin-right:0}.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:flex;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-color:#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:flex;flex-wrap:nowrap;padding-left:40px}.AcademicsCalendar-events-group{flex-basis:0;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:flex}.AcademicsCalendar-events-group-header{display:flex;align-items: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:flex}.AcademicsCalendar-events-group-items-item{position:absolute;width:calc(100% + 2px);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,.AcademicsModule-itemsWrapper[data-toggle-in-schedule=true]{display:none}.AcademicsModule-buttons-mobile{display:block}.AcademicsModule-toggle{margin:0 auto;width:150px}.AcademicsModule-toggle-button{cursor:pointer;font-size:12px;font-weight:900;line-height:1.67;letter-spacing:normal;padding:5px 10px;margin:0 auto;width:130px}.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:flex;flex-direction:row;align-items:center;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:flex;justify-content:flex-start;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{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:flex;padding:11px 0 19px;margin:0 auto;max-width:350px;align-items:center;justify-content:center}.AcademicsFilter-filters{margin:0}.AcademicsFilter-filters-container{display:flex;flex-direction:row;align-items: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{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: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: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%}.AcademicsScheduleView-mobile-row-group .AcademicsScheduleView-mobile-row{padding-bottom:0}@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 tr[data-no-border]:after{border:none}.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);display:flex;flex-direction:column}.DirectoryEmployeePromo-content{padding:20px 30px;display:flex;flex-direction:column}.text-left .DirectoryEmployeePromo-content{align-items:flex-start}.text-center .DirectoryEmployeePromo-content{align-items:center}.text-right .DirectoryEmployeePromo-content{align-items:flex-end}.DirectoryEmployeePromo-media{position:relative}.image-bottom .DirectoryEmployeePromo-media{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}}.DirectorySearchPage-results{display:grid;grid-template-columns:1fr;grid-gap:20px;grid-row-gap:30px}@media only screen and (min-width:768px){.DirectorySearchPage-results{grid-template-columns:1fr 1fr}}.DirectorySearchPage-results .PromoVerticalImage{display:flex}.DirectorySearchPage-results .PromoVerticalImage-title{color:#002e5d}@media only screen and (min-width:768px){.DirectorySearchPage-results .PromoVerticalImage{display:grid}}.DepartmentDirectoryPage-address .RichTextModule-cta,.DepartmentDirectoryPage-address .RichTextModule-title{display:none}.DepartmentDirectoryPage-address .RichTextBody{font-size:var(--description-text);line-height:1.36}.DepartmentDirectoryPage-breadcrumbs{display:flex}.DepartmentDirectoryPage-breadcrumbs .Link,.DepartmentDirectoryPage-breadcrumbs a{color:var(--primaryLinkColor);font-weight:400;text-transform:capitalize;margin:0 5px}.DepartmentDirectoryPage-breadcrumbs .Link:first-child,.DepartmentDirectoryPage-breadcrumbs a:first-child{margin:0 5px 0 0}.DepartmentDirectoryPage-breadcrumbs svg{height:5px;width:5px}.DepartmentDirectoryPage-breadcrumbs-home svg{height:20px;width:20px}.DepartmentDirectoryPage-breadcrumbs-item{display:none}.DepartmentDirectoryPage-breadcrumbs-item:first-child,.DepartmentDirectoryPage-breadcrumbs-item:nth-of-type(2){display:block}.DepartmentDirectoryPage-childDepartments{display:block;text-align:center;padding:50px 120px;color:var(--primaryTextColor);position:relative;background-size:cover;background-position:50%}.DepartmentDirectoryPage-childDepartments .Link,.DepartmentDirectoryPage-childDepartments a{font-size:16px;line-height:1.25}.DepartmentDirectoryPage-childDepartments-items{display:grid;grid-template-columns:auto auto;grid-column-gap:400px;grid-row-gap:40px;list-style:none;justify-content:flex-start}.DepartmentDirectoryPage-childDepartments-subItems{list-style:none}.DepartmentDirectoryPage-childDepartments-subItems-item{margin-left:20px;margin-top:20px}.DepartmentDirectoryPage-content{max-width:none;padding-left:0;padding-right:0}.DepartmentDirectoryPage-coachInfo{font-size:var(--description-text)}.DepartmentDirectoryPage-headingWrapper{background:var(--white)}.DepartmentDirectoryPage-info-email{font-style:italic}.DepartmentDirectoryPage-main{max-width:none}.DepartmentDirectoryPage-main-list{background:var(--pageHeadingBg);padding:50px 20px}.DepartmentDirectoryPage-main-list-items{display:grid;max-width:256px;grid-gap:40px 20px;grid-template-columns:auto;margin:0 auto}.DepartmentDirectoryPage-main-list-title{text-align:center}.DepartmentDirectoryPage-main-employeeList{background:var(--pageHeadingBg)}.DepartmentDirectoryPage .ContainerAbstract .container-title,.DepartmentDirectoryPage .DepartmentDirectoryPage-main-list-title,.DepartmentDirectoryPage .HTML5AudioPlayer-title,.DepartmentDirectoryPage .list-title,.DepartmentDirectoryPage .VideoModule-title{margin-bottom:60px}.DepartmentDirectoryPage .ListVerticalImage[data-show-search]{display:grid}.DepartmentDirectoryPage .ListVerticalImage[data-show-search] .ListSearchAction{order:2}.DepartmentDirectoryPage .ListVerticalImage[data-show-search] .ListVerticalImage-title{order:1}.DepartmentDirectoryPage .ListVerticalImage[data-show-search] .ListVerticalImage-items{order:3;width:100%}.DepartmentDirectoryPage .ListVerticalImage[data-show-search] .List-pagination{order:4}.DepartmentDirectoryPage .PromoVerticalImage-contactDetails{margin-top:0}.DepartmentDirectoryPage .PromoVerticalImage-address,.DepartmentDirectoryPage .PromoVerticalImage-email,.DepartmentDirectoryPage .PromoVerticalImage-jobTitle,.DepartmentDirectoryPage .PromoVerticalImage-phoneNumber{margin-top:2px}.DepartmentDirectoryPage .PromoVerticalImage-media{max-width:150px}.DepartmentDirectoryPage .PromoVerticalImage .RichTextBody p{line-height:24px}@media only screen and (min-width:768px){.DepartmentDirectoryPage-main{margin-top:0}.DepartmentDirectoryPage-main-list{padding:50px}.DepartmentDirectoryPage-main-list-items{max-width:var(--maxPageWidth);grid-template-columns:repeat(2,minmax(1px,1fr))}}@media only screen and (min-width:1024px){.DepartmentDirectoryPage-headingWrapper{padding-left:140px}.DepartmentDirectoryPage-main-list{padding:50px 42px}.DepartmentDirectoryPage-main-list-items{grid-template-columns:repeat(3,minmax(1px,1fr))}}@media only screen and (min-width:1440px){.DepartmentDirectoryPage-breadcrumbs-item{display:block}}.DepartmentChildLink{display:block;padding:20px;color:var(--primaryTextColor);position:relative}.DepartmentChildLink .Link,.DepartmentChildLink a{font-size:16px;line-height:1.25}.DepartmentChildLink-items{padding:0;display:block;grid-row-gap:40px;justify-content:space-evenly;list-style:none;max-width:1024px;margin:0 auto}.DepartmentChildLink-items-item{margin-top:20px}.DepartmentChildLink-items-item:first-child{margin-top:0}.DepartmentChildLink-items-subItems{list-style:none;padding:0}.DepartmentChildLink-items-subItems-item{margin-left:20px;margin-top:20px}.DepartmentChildLink .ContainerAbstract .container-title,.DepartmentChildLink .DepartmentDirectoryPage-main-list-title,.DepartmentChildLink .HTML5AudioPlayer-title,.DepartmentChildLink .list-title,.DepartmentChildLink .VideoModule-title{margin-bottom:20px;text-align:center}@media only screen and (min-width:768px){.DepartmentChildLink{padding:50px 60px}.DepartmentChildLink-items{-moz-column-count:2;column-count:2}.DepartmentChildLink-items-subItems,.DepartmentChildLink-items-subItems-item{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column}}@media only screen and (min-width:1440px){.DepartmentChildLink{padding:50px 120px}.DepartmentChildLink .ContainerAbstract .container-title,.DepartmentChildLink .DepartmentDirectoryPage-main-list-title,.DepartmentChildLink .HTML5AudioPlayer-title,.DepartmentChildLink .list-title,.DepartmentChildLink .VideoModule-title{margin-bottom:60px}}.DepartmentPromo{background-color:#f5f8fa;border-left:6px solid #001948;padding:20px 0}.DepartmentPromo-content{padding-left:10px}.DepartmentPromo-title{color:#002e5d}.DepartmentPromo-address,.DepartmentPromo-email,.DepartmentPromo-phoneNumber{font-size:16px;line-height:20/16;color:#666}.TimelineModule{position:relative;margin-left:-16px;margin-right:-16px;margin-bottom:40px;max-width:100%;height:auto;overflow:hidden}.TimelineModule-title{font-size:24px;font-weight:600;text-align:center;margin-bottom:24px;letter-spacing:.5px;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.TimelineModule-items{outline:none;display:block;padding:0 16px;position:relative}.TimelineModule-items .flickity-viewport{overflow:visible}.TimelineModule-items-item{width:100%;list-style:none;opacity:0}.TimelineModule-items-item.is-selected{opacity:1}.TimelineModule-nav{outline:none;padding-top:16px;margin-bottom:32px;border-top:2px solid #cecece}.TimelineModule-nav .flickity-viewport{overflow:visible}.TimelineModule-nav-item{margin-right:144px;list-style-type:none}.TimelineModule-nav-item span{cursor:pointer;font-size:12px;font-weight:500;white-space:nowrap;letter-spacing:.9px;color:#cecece;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.TimelineModule-nav-item span:before{left:50%;right:auto;width:20px;content:"";bottom:26px;height:20px;position:absolute;border-radius:50%;transition:1s ease;transform:translateX(-50%);background-color:#cecece}.TimelineModule-nav-item.is-selected span{color:#23448d}.TimelineModule-nav-item.is-selected span:before{background-color:#23448d}.TimelineModule .flickity-prev-next-button{display:none}@media only screen and (min-width:768px){.TimelineModule{margin-bottom:24px;margin-left:calc(-50vw - -274px);margin-right:calc(-50vw - -274px)}.TimelineModule-title{font-size:28px;margin-bottom:40px;letter-spacing:.6px}.TimelineModule-nav{margin-bottom:8px}.TimelineModule-nav-item{margin-right:88px}.TimelineModule-items{padding:24px 48px}.TimelineModule .flickity-prev-next-button{background-color:transparent;display:block}.TimelineModule .flickity-prev-next-button.next,.TimelineModule .flickity-prev-next-button.previous{top:50%}.TimelineModule .flickity-prev-next-button.next{right:-10px}.TimelineModule .flickity-prev-next-button.previous{left:-10px}}@media only screen and (min-width:1024px){.TimelineModule{margin-bottom:56px;margin-left:calc(-50vw - -342px);margin-right:calc(-50vw - -342px)}.TimelineModule-items{margin:auto;max-width:1112px}}.TimelineEventCard{width:100%;height:100%;box-shadow:0 4px 16px -8px #a9a9a9}.TimelineEventCard[data-remove-shadow=true]{box-shadow:none}.TimelineEventCard .Figure{background:none}.TimelineEventCard .Figure-credit,.TimelineEventCard .Figure-download{display:none}.TimelineEventCard .Figure-caption{font-size:1.3rem;padding-left:0;padding-top:12px}.TimelineEventCard[data-hide-caption=true] .Figure-caption{display:none}.TimelineEventCard-media{margin-bottom:16px}.TimelineEventCard-media img{width:100%;height:auto;padding:16px}.TimelineEventCard-title{font-size:20px;font-weight:600;line-height:1.7;margin-bottom:12px;letter-spacing:.3px;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.TimelineEventCard-text{margin:0 16px}.TimelineEventCard-description{margin-bottom:32px}.TimelineEventCard-cta,.TimelineEventCard-description{font-size:13px;line-height:1.69;letter-spacing:0;font-family:var(--bodyFont),Open Sans,Helvetica,Arial,sans-serif}.TimelineEventCard-cta{margin-bottom:16px}.TimelineEventCard-cta a:hover{border-bottom:1px solid #000}@media only screen and (min-width:768px){.TimelineEventCard{display:flex;flex-direction:row;box-shadow:0 0 24px -8px #a9a9a9}.TimelineEventCard-media{width:50%;margin-bottom:0;position:relative}.TimelineEventCard-media img{-o-object-fit:contain;object-fit:contain;padding:0}.TimelineEventCard-media .Figure{padding:32px 32px 36px}.TimelineEventCard-text{width:50%;margin:unset;padding:32px 32px 0}[data-media-horizontal=right] .TimelineEventCard{flex-direction:row-reverse}.TimelineEventCard[data-card-layout="60-40"] .TimelineEventCard-media{max-width:unset;width:60%}.TimelineEventCard[data-card-layout="60-40"] .TimelineEventCard-text{width:40%}.TimelineEventCard[data-card-layout="40-60"] .TimelineEventCard-media{max-width:unset;width:40%}.TimelineEventCard[data-card-layout="40-60"] .TimelineEventCard-text{width:60%}}@media only screen and (min-width:1024px){.TimelineEventCard{margin:auto;max-width:1112px}}.Book{display:block}.Book-icon{width:20px;height:20px}.Book-header{font-size:1.7rem;line-height:1.35;font-weight:700;display:flex;grid-auto-flow:column;gap:10px;align-items:center}.Book-header:hover .Book-header-toggle svg{background-color:var(--backgroundColor)}.Book-toggle{margin-left:auto}.Book-toggle svg{border-radius:50%;width:24px;height:24px}.Book-items{list-style:none;padding:0}.Book-items-item:not(:first-child){margin-top:10px}.Book-items-item:not(:last-child){margin-bottom:10px}@media only screen and (min-width:1024px){.Book-toggle{display:none}.Book-items:before{display:block;content:"";width:40px;height:4px;margin:20px 0;background-color:var(--primaryColor)}[data-rounded-corners=true] .Book-items:before{border-radius:2px}}@media only screen and (max-width:1023px){.Book{background-color:var(--siteBgColor);display:grid;align-content:flex-start;margin-bottom:20px;border:1px solid var(--borderColor)}.Book-header{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;cursor:pointer;height:40px;padding:0 15px}[data-rounded-corners=true] .Book{border-radius:4px}.Book-items{padding:10px 15px 10px 30px}.Book:not([expanded]) .Book-collapse,.Book:not([expanded]) .Book-items,.Book[expanded] .Book-expand{display:none}}@media print{.Book{display:none}}.BookPage-container{margin:30px 0;padding:0 20px}.BookPage-breadcrumbs{margin-top:0}.BookPage-bookContent hr{margin:40px 0;border:none;border-bottom:4px solid var(--grayscaleThree)}.BookPage-main{margin-top:40px}@media only screen and (min-width:768px){.BookPage-container{padding:0 40px;margin:40px 0}}@media only screen and (min-width:1024px){.BookPage-container{margin:60px 0 100px;display:grid;grid-auto-flow:row;justify-content:center;grid-template-columns:300px minmax(0,max-content);grid-column-gap:20px;padding:0 100px}.BookPage .CreativeWorkPage-subHeadline{margin-bottom:20px}.BookPage-chapters{position:sticky;top:210px;max-height:calc(100vh - 210px);overflow-y:auto}}@media only screen and (min-width:1440px){.BookPage-contentContainer{max-width:800px;min-width:0}.BookPage-bookContentContainer{display:grid;grid-template-columns:1fr 300px;grid-column-gap:40px}}@media only screen and (min-width:1440px){.BookPage-bookContent,.BookPage-container{grid-column-gap:40px}.BookPage-bookContentContainer{display:grid;justify-content:center;grid-template-columns:minmax(0,800px) 300px;grid-column-gap:40px}}.Chapter{display:block;font-size:1.6rem;line-height:1.5}.Chapter-icon{width:24px;height:24px;border-radius:50%;display:grid;position:absolute;cursor:pointer;place-content:center;left:-24px;top:2px}.Chapter .Chapter{font-size:1.4rem;line-height:1.43}.Chapter .Chapter .Chapter-icon{width:20px;height:20px;left:-20px;top:0}.Chapter .Chapter .Chapter-chapters:before{left:-29px}.Chapter-header:hover .Chapter-icon{background-color:var(--backgroundColor)}.Chapter[data-is-anchor] .Chapter-header:before{content:"\0023";position:absolute;left:-15px;top:0;font-weight:700;color:#e6dfe0}.Chapter:not([data-expanded]) .Chapter-chapters,.Chapter:not([data-expanded])>.Chapter-header .Chapter-chapters,.Chapter:not([data-expanded])>.Chapter-header .Chapter-iconExpanded,.Chapter:not([data-has-chapters])>.Chapter-header .Chapter-chapters,.Chapter:not([data-has-chapters])>.Chapter-header .Chapter-iconCollapsed,.Chapter:not([data-has-chapters])>.Chapter-header .Chapter-iconExpanded,.Chapter[data-expanded]>.Chapter-header .Chapter-iconCollapsed{display:none}.Chapter-header{display:inline-flex;position:relative;gap:5px;align-items:flex-start}.Chapter-header svg{border-radius:50%;width:1em;height:1em;position:relative;top:-1px}.Chapter-label{font-size:8px;text-transform:uppercase;font-weight:700;white-space:nowrap;background-color:var(--backgroundColor);border-radius:8px;height:16px;padding:0 7px;display:inline-flex;align-items:center;position:relative;top:-3px}.Chapter-label[data-label=new]{background-color:#2c786d;color:var(--white)}.Chapter-label[data-label=update]{background-color:#813c68;color:var(--white)}.Chapter-chapters{list-style:none;margin-left:18px;position:relative;padding:0}.Chapter-chapters:before{position:absolute;display:block;content:"";width:2px;top:0;bottom:0;background-color:#e6dfe0;border-radius:2px;left:-31px}.Chapter-chapters li{margin-top:10px;margin-bottom:10px}.Chapter[data-current]>.Chapter-header .Chapter-title{font-weight:700}.Chapter a.Link{color:currentColor}.Chapter a.Link:hover{text-decoration:underline}.ContentNavigation{display:block;padding:20px;background-color:var(--backgroundColor)}[data-rounded-corners=true] .ContentNavigation{border-radius:8px}.ContentNavigation-header{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase;display:grid;grid-auto-flow:column;grid-gap:10px;justify-content:space-between;align-items:center}.ContentNavigation-header .textStyleSpec-md,.ContentNavigation-header .textStyleSpec-sm{font-size:1.4rem}.ContentNavigation-header .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.ContentNavigation-header{line-height:1.44;letter-spacing:2px}}.ContentNavigation-header a,.ContentNavigation-header a:hover{color:inherit}.ContentNavigation-header:hover svg{background-color:var(--borderColor)}.ContentNavigation-toggle svg{background-color:var(--siteBgColor);border-radius:50%;width:24px;height:24px}.ContentNavigation-body:before{display:block;content:"";width:40px;height:4px;margin:10px 0 20px;background-color:var(--primaryColor)}[data-rounded-corners=true] .ContentNavigation-body:before{border-radius:2px}.ContentNavigation-nav .Link{font-size:1.5rem;line-height:1.4;color:inherit}.ContentNavigation-nav .Link:before{content:"\0023\00a0";font-weight:700;color:var(--borderColor)}.ContentNavigation-nav .Link[data-active]{font-weight:700}.ContentNavigation-nav .Link[data-active]:before{color:var(--primaryTextColor)}.ContentNavigation-nav li{margin:10px 0}.ContentNavigation-nav li:before{content:unset}.ContentNavigation-nav ul ul{border-left:2px solid var(--borderColor);padding-left:20px}.ContentNavigation:not([data-expanded]) .ContentNavigation-collapse{display:none}.ContentNavigation[data-can-toggle] .ContentNavigation-header{cursor:pointer}.ContentNavigation[data-can-toggle]:not([data-expanded]) .ContentNavigation-body,.ContentNavigation[data-expanded] .ContentNavigation-expand{display:none}@media print{.ContentNavigation{display:none}}.DiscussionPage-topContainer{margin-top:0}.DiscussionPage-bylineWrapper div:not(:first-child){margin-top:10px}.DiscussionPage-bylineWrapper div:not(:last-child){margin-bottom:10px}.GlossaryNav{display:grid;grid-template-columns:repeat(auto-fit,minmax(30px,auto))}.GlossaryNav a{font-size:1.7rem;line-height:1.35;font-weight:700;text-transform:uppercase;display:grid;place-items:center;width:30px;height:30px;border-radius:50%}.GlossaryNav a,.GlossaryNav a:hover{color:var(--borderColor)}.GlossaryNav a[href]:not([href=""]){color:#0488cd}.GlossaryNav a[data-inactive]{opacity:.4}.GlossaryItem{position:relative}.GlossaryItem-anchor{position:absolute;top:-57px;visibility:hidden}@media only screen and (min-width:768px){.GlossaryItem-anchor{top:-120px}}.GlossaryItem .ModuleHeader{margin-bottom:20px}.GlossaryItem .ModuleHeader-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase}.GlossaryItem .ModuleHeader-title .textStyleSpec-md,.GlossaryItem .ModuleHeader-title .textStyleSpec-sm{font-size:1.4rem}.GlossaryItem .ModuleHeader-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.GlossaryItem .ModuleHeader-title{line-height:1.44;letter-spacing:2px}}.GlossaryItem .ModuleHeader-title a,.GlossaryItem .ModuleHeader-title a:hover{color:inherit}.GlossaryPage-contentContainer .GlossaryItem{margin-top:50px;margin-bottom:50px}.GlossaryPage-contentContainer hr{margin:40px 0;border:none;border-bottom:4px solid var(--grayscaleThree)}@media only screen and (max-width:1439px){.GlossaryPage-contentNavigation{display:none}}@media only screen and (min-width:1440px){.GlossaryPage-contentNavigation .ContentNavigation{position:sticky;top:210px;max-height:calc(100vh - 210px);overflow-y:auto}.GlossaryPage-bookContentContainer{display:grid;grid-auto-flow:row;justify-content:center;grid-column-gap:40px;grid-template-columns:minmax(0,800px) 320px}.GlossaryPage .CreativeWorkPage-subHeadline{margin-bottom:20px}}.HowToGuidePage-breadcrumbs{margin-top:0}.HowToGuidePage-pageLead{margin:30px 0}@media only screen and (min-width:768px){.HowToGuidePage-container{margin:40px 0}}@media only screen and (min-width:1240px){.HowToGuidePage .CreativeWorkPage-subHeadline{margin-bottom:20px}}@media only screen and (min-width:1024px){.HowToGuidePage-pageLead{margin:40px 0}}@media only screen and (min-width:1440px){.HowToGuidePage-bookContentContainer{display:grid;justify-content:center;grid-template-columns:minmax(0,800px) 300px;grid-column-gap:40px}}.Instruction{position:relative;border:1px solid var(--borderColor);padding:30px 20px}.Instruction:not(:first-child){margin-top:20px}.Instruction:not(:last-child){margin-bottom:20px}.Instruction-anchor{position:absolute;top:-57px;visibility:hidden}@media only screen and (min-width:768px){.Instruction-anchor{top:-120px}}.Instruction .ModuleHeader{margin-bottom:20px}.Instruction .ModuleHeader-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase}.Instruction .ModuleHeader-title .textStyleSpec-md,.Instruction .ModuleHeader-title .textStyleSpec-sm{font-size:1.4rem}.Instruction .ModuleHeader-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.Instruction .ModuleHeader-title{line-height:1.44;letter-spacing:2px}}.Instruction .ModuleHeader-title a,.Instruction .ModuleHeader-title a:hover{color:inherit}.Instruction .ModuleHeader-divider{display:none}.Instruction-title{font-size:var(--body-text);line-height:1.5;margin-bottom:20px;font-weight:700}.Instruction-title .textStyleSpec-md,.Instruction-title .textStyleSpec-sm{font-size:1.6rem}.Instruction-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.Instruction-title{line-height:1.67}}.Instruction-title h2,.Instruction-title h3,.Instruction-title h4,.Instruction-title h5,.Instruction-title h6{font-family:var(--richTextHeaderFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif}.Instruction-body>ol{counter-reset:custom-list-item;padding-left:50px}.Instruction-body>ol>li{position:relative;margin:20px 0;list-style:none;counter-increment:custom-list-item}.Instruction-body>ol>li:before{font-size:14px;font-weight:700;position:absolute;left:-50px;display:grid;place-content:center;content:counter(custom-list-item);width:30px;height:30px;border-radius:50%;background-color:var(--backgroundColor)}.CalloutModule{--colorCaution:#d49700;--colorCautionBg:#fdfaf2;--colorTip:#1a5f56;--colorTipBg:#e7efee;--colorNote:#0488cd;--colorNoteBg:#e5f3f9;--colorWarning:#c6152c;--colorWarningBg:#fcf3f4;padding:30px 20px;background-color:var(--backgroundColor)}[data-rounded-corners] .CalloutModule{border-radius:8px}.CalloutModule-header{margin-bottom:10px;display:grid;grid-gap:13px;grid-auto-flow:column;align-items:center;justify-content:flex-start}.CalloutModule a.Link{text-decoration:underline}.CalloutModule a.Link:hover{text-decoration:none}.CalloutModule-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase}.CalloutModule-title .textStyleSpec-md,.CalloutModule-title .textStyleSpec-sm{font-size:1.4rem}.CalloutModule-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.CalloutModule-title{line-height:1.44;letter-spacing:2px}}.CalloutModule-title a,.CalloutModule-title a:hover{color:inherit}.CalloutModule-icon{width:24px;height:24px}.CalloutModule[data-type=caution]{background-color:var(--colorCautionBg)}.CalloutModule[data-type=tip]{background-color:var(--colorTipBg)}.CalloutModule[data-type=note]{background-color:var(--colorNoteBg)}.CalloutModule[data-type=warning]{background-color:var(--colorWarningBg)}.CalloutModule[data-type=caution] .CalloutModule-icon{color:var(--colorCaution)}.CalloutModule[data-type=tip] .CalloutModule-icon{color:var(--colorTip)}.CalloutModule[data-type=note] .CalloutModule-icon{color:var(--colorNote)}.CalloutModule[data-type=warning] .CalloutModule-icon{color:var(--colorWarning)}.CrossPromotionalModule{display:block}.CrossPromotionalModule-group:not(:first-child){margin-top:40px}.CrossPromotionalModule-group:before{display:block;content:"";border-bottom:1px solid var(--borderColor);margin:20px 0}.CrossPromotionalModule-group .ModuleHeader-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase}.CrossPromotionalModule-group .ModuleHeader-title .textStyleSpec-md,.CrossPromotionalModule-group .ModuleHeader-title .textStyleSpec-sm{font-size:1.4rem}.CrossPromotionalModule-group .ModuleHeader-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.CrossPromotionalModule-group .ModuleHeader-title{line-height:1.44;letter-spacing:2px}}.CrossPromotionalModule-group .ModuleHeader-title a,.CrossPromotionalModule-group .ModuleHeader-title a:hover{color:inherit}.CrossPromotionalModule-group-items-item:not(:last-child):after{display:block;content:"";border-bottom:1px solid var(--borderColor);margin:20px 0}.CrossPromotionalModule-group .PromoTextOnly-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}.CrossPromotionalModule-group .PromoTextOnly-title .textStyleSpec-md,.CrossPromotionalModule-group .PromoTextOnly-title .textStyleSpec-sm{font-size:2rem}.CrossPromotionalModule-group .PromoTextOnly-title .textStyleSpec-lg{font-size:2.4rem}@media only screen and (min-width:768px){.CrossPromotionalModule-group .PromoTextOnly-title{line-height:1.2}}@media only screen and (min-width:1024px){.CrossPromotionalModule-group .PromoTextOnly-title{line-height:1.25}}.CrossPromotionalModule-group .PromoTextOnly-title a,.CrossPromotionalModule-group .PromoTextOnly-title a:hover{color:inherit}.CrossPromotionalModule-group .PromoTextOnly-description{margin-top:5px}@media only screen and (min-width:1024px){.CrossPromotionalModule-group .ModuleHeader{float:left;width:280px;margin-right:40px;position:sticky;top:210px;margin-bottom:0}.CrossPromotionalModule-group-items{overflow:hidden}}@media only screen and (min-width:1440px){.CrossPromotionalModule-group .ModuleHeader{width:380px}}.HelpfulTracker{display:block;border-top:1px solid var(--grayscaleTwo);border-bottom:1px solid var(--grayscaleTwo);padding:40px 20px}.HelpfulTracker-container{margin:0 auto;max-width:1170px;display:grid;grid-gap:20px;grid-template-columns:auto 1fr}.HelpfulTracker-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase}.HelpfulTracker-title .textStyleSpec-md,.HelpfulTracker-title .textStyleSpec-sm{font-size:1.4rem}.HelpfulTracker-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.HelpfulTracker-title{line-height:1.44;letter-spacing:2px}}.HelpfulTracker-title a,.HelpfulTracker-title a:hover{color:inherit}.HelpfulTracker:not([data-show-supplementary-fields]) .HelpfulTracker-form-supplementaryFields{display:none}.HelpfulTracker-form-supplementaryFields{margin-top:20px}.HelpfulTracker button:not([data-active]):not(:hover){border-color:var(--borderColor);color:var(--primaryText)}.HelpfulTracker button[data-active]{pointer-events:none}.HelpfulTracker:not([data-submitted]) .HelpfulTracker-message{display:none}.HelpfulTracker[data-submitted]{pointer-events:none}.HelpfulTracker-message{margin-top:5px}.HelpfulTracker .grecaptcha-badge{visibility:hidden}.HelpfulTracker[data-visible]:not([data-submitted]) .grecaptcha-badge{visibility:visible}@media only screen and (max-width:767px){.HelpfulTracker{text-align:center}}@media only screen and (min-width:768px){.HelpfulTracker{padding:60px 40px}.HelpfulTracker-container{grid-auto-flow:column;justify-content:flex-start}}@media only screen and (min-width:1024px){.HelpfulTracker{padding:60px}}@media only screen and (min-width:1440px){.HelpfulTracker{padding:60px 100px}}.SideBySideImageModule{background-color:var(--backgroundColor);border:1px solid var(--borderColor);text-align:center}[data-rounded-corners] .SideBySideImageModule{border-radius:8px}.SideBySideImageModule-item{border-bottom:1px solid var(--borderColor);padding:20px 10px 10px}.SideBySideImageModule figcaption{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:10px}.SideBySideImageModule img{display:inline-block}@media only screen and (min-width:1024px){.SideBySideImageModule-items{display:flex}.SideBySideImageModule-item{flex:1;border-bottom:0;border-right:1px solid var(--borderColor)}.SideBySideImageModule[data-layout="6040"] .SideBySideImageModule-item:first-child{flex:3}.SideBySideImageModule[data-layout="6040"] .SideBySideImageModule-item:nth-child(2){flex:2}.SideBySideImageModule[data-layout="7030"] .SideBySideImageModule-item:first-child{flex:7}.SideBySideImageModule[data-layout="7030"] .SideBySideImageModule-item:nth-child(2){flex:3}}.StepModule{position:relative}.StepModule-anchor{position:absolute;top:-57px;visibility:hidden}@media only screen and (min-width:768px){.StepModule-anchor{top:-120px}}.StepModule .ModuleHeader-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase}.StepModule .ModuleHeader-title .textStyleSpec-md,.StepModule .ModuleHeader-title .textStyleSpec-sm{font-size:1.4rem}.StepModule .ModuleHeader-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.StepModule .ModuleHeader-title{line-height:1.44;letter-spacing:2px}}.StepModule .ModuleHeader-title a,.StepModule .ModuleHeader-title a:hover{color:inherit}.StepModule-body>ol{counter-reset:custom-list-item;list-style:none;padding-left:0}.StepModule-body>ol>li{position:relative;counter-increment:custom-list-item;overflow:hidden;padding-left:50px}.StepModule-body>ol>li:before{font-size:14px;font-weight:700;position:absolute;left:0;display:grid;place-content:center;content:counter(custom-list-item);width:30px;height:30px;border-radius:50%;background-color:var(--backgroundColor)}.StepModule-body li:not(:first-child),.StepModule-body li:not(:last-child){margin-top:20px}@media only screen and (min-width:1440px){.StepModule-body>ol:not(:first-child){margin-top:40px}.StepModule-body>ol:not(:last-child){margin-bottom:40px}}.ReferencePage-headlineWrapper:after,.ReferencePage-mainContent:after{display:block;content:"";border-bottom:4px solid var(--borderColor);margin:50px 0}.ReferencePage-childContent{margin:50px 0}.ReferencePage-childContent .ModuleHeader-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase}.ReferencePage-childContent .ModuleHeader-title .textStyleSpec-md,.ReferencePage-childContent .ModuleHeader-title .textStyleSpec-sm{font-size:1.4rem}.ReferencePage-childContent .ModuleHeader-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.ReferencePage-childContent .ModuleHeader-title{line-height:1.44;letter-spacing:2px}}.ReferencePage-childContent .ModuleHeader-title a,.ReferencePage-childContent .ModuleHeader-title a:hover{color:inherit}.ReferencePage-actions{margin:20px 0}.ReferencePage-fields{overflow:auto}.ReferencePage-fields td,.ReferencePage-fields th{min-width:200px}@media only screen and (min-width:1024px){.ReferencePage .CreativeWorkPage-subHeadline{margin-bottom:20px}.ReferencePage-content{margin-top:60px}}@media only screen and (min-width:1440px){.ReferencePage-contentContainer{max-width:800px;min-width:0}.ReferencePage-bookContentContainer{display:grid;grid-template-columns:1fr 300px;grid-column-gap:40px}}@media only screen and (min-width:1440px){.ReferencePage-bookContent,.ReferencePage-container{grid-column-gap:40px}.ReferencePage-bookContentContainer{display:grid;justify-content:center;grid-template-columns:minmax(0,800px) 300px;grid-column-gap:40px}}.Term img{display:inline-block}.TermMaterialIconOption{--rotate:0deg;--scaleX:1;--scaleY:1}.TermMaterialIconOption[data-rotate="90deg"]{--rotate:90deg}.TermMaterialIconOption[data-rotate="180deg"]{--rotate:180deg}.TermMaterialIconOption[data-rotate="270deg"]{--rotate:270deg}.TermMaterialIconOption[data-flip-horizontal]{--scaleX:-1}.TermMaterialIconOption[data-flip-vertical]{--scaleY:-1}.TermMaterialIconOption img{display:inline}.TermMaterialIconOption .material-icons{font-size:1.66666667em;vertical-align:middle}.TermMaterialIconOption .material-icons,.TermMaterialIconOption img{transform:scaleX(var(--scaleX)) scaleY(var(--scaleY)) rotate(var(--rotate))}.SupportDeskTopicPage-breadcrumbs{margin-top:0}.SupportDeskTopicPage-bookContentContainer hr{margin:40px 0;border:none;border-bottom:4px solid var(--grayscaleThree)}.SupportDeskTopicPage .CreativeWorkPage-headline{margin-top:0}@media only screen and (min-width:1024px){.SupportDeskTopicPage .CreativeWorkPage-subHeadline{margin-bottom:20px}}@media only screen and (min-width:1440px){.SupportDeskTopicPage-bookContentContainer{display:grid;justify-content:center;grid-template-columns:minmax(0,800px) 300px;grid-column-gap:40px}}.TutorialPage-introContainer{max-width:1780px;margin:0 auto;width:100%;display:grid;grid-gap:40px;padding-bottom:60px}.TutorialPage-introWrapper,.TutorialPage-main{display:grid;justify-content:center;grid-template-columns:minmax(0,1780px)}.TutorialPage-main{margin:60px 0}.TutorialPage-main hr{margin:60px 0;border:none;border-bottom:1px solid var(--borderColor)}.TutorialPage-breadcrumbs{margin-top:0}.TutorialPage-duration-value{font-size:2.4rem;line-height:1.16666667}.TutorialPage-duration-label{font-size:1.4rem;line-height:1.28571429}.TutorialPage-headlineWrapper{align-self:center}.TutorialPage-info{display:flex;flex-wrap:wrap;align-items:center;margin:20px -20px -20px 0}.TutorialPage-actions,.TutorialPage-downloadLink,.TutorialPage-duration{margin:0 20px 20px 0}.TutorialPage-downloadLink svg{margin-left:8px;width:17px;height:17px}@media only screen and (max-width:767px){.TutorialPage-introContainer{border-bottom:1px solid var(--borderColor)}}@media only screen and (min-width:768px){.TutorialPage-introWrapper{border-bottom:4px solid var(--borderColor)}.TutorialPage-main,.TutorialPage-main hr{margin:80px 0}}@media only screen and (min-width:1440px){.TutorialPage-introContainer{grid-auto-flow:column;grid-auto-columns:1fr}.TutorialPage-main{margin:100px 0;grid-gap:100px}.TutorialPage-main hr{margin:100px 0}.TutorialPage .CreativeWorkPage-subHeadline{margin-bottom:20px}}@media only screen and (min-width:1440px){.TutorialPage .TutorialStep-contentWell{margin-right:-50px}}.TutorialStep{display:block;counter-reset:direction}.TutorialStep-title{font-size:var(--list-title);line-height:1.43;letter-spacing:1.5px;font-weight:900;font-family:var(--headlineFont),HCo Ringside Narrow SSm,Open Sans,Helvetica,Arial,sans-serif;text-transform:uppercase}.TutorialStep-title .textStyleSpec-md,.TutorialStep-title .textStyleSpec-sm{font-size:1.4rem}.TutorialStep-title .textStyleSpec-lg{font-size:1.8rem}@media only screen and (min-width:1024px){.TutorialStep-title{line-height:1.44;letter-spacing:2px}}.TutorialStep-title a,.TutorialStep-title a:hover{color:inherit}.TutorialStep-title:not(:last-child){margin-bottom:20px}.TutorialStep-directions,.TutorialStep .TutorialDirection-additionalContent{margin:40px 0}.TutorialStep .TutorialDirection-content{margin:20px 0;padding:30px 20px;border:1px solid var(--borderColor)}.TutorialStep .TutorialDirection-content:before{counter-increment:direction;font-size:14px;font-weight:700;display:grid;place-content:center;content:counter(direction);width:30px;height:30px;border-radius:50%;background-color:var(--backgroundColor);float:left;margin-right:20px}[data-rounded-corners] .TutorialStep .TutorialDirection-content{border-radius:8px}.TutorialStep .TutorialDirection-body{overflow:hidden}@media only screen and (max-width:1439px){.TutorialStep-contentWell{display:none}}@media only screen and (min-width:1440px){.TutorialStep .TutorialDirection[data-active]{box-shadow:0 0 20px 0 var(--grayscaleThree)}.TutorialStep-header{max-width:calc(50% - 20px)}.TutorialStep-title:not(:last-child){margin-bottom:40px}.TutorialStep-directions{display:grid;grid-gap:40px;grid-template-columns:repeat(2,minmax(0,1fr))}.TutorialStep-bodyWell{margin-top:-20px;margin-bottom:-20px}.TutorialStep-contentWell{align-self:start;position:sticky;overflow:auto;top:210px;max-height:calc(100vh - 230px);max-width:920px}.TutorialStep .TutorialDirection-additionalContent{display:none}}.BookPage-main hr,.DiscussionPage-main hr,.GlossaryPage-main hr,.HowToGuidePage-main hr,.ReferencePage-main hr,.SupportDeskTopicPage-main hr,.Topic-main hr,.TutorialPage-main hr{overflow:hidden;margin:40px 0;border:none;border-bottom:4px solid var(--grayscaleThree)}.BookPage-bookContainer,.DiscussionPage-bookContainer,.GlossaryPage-bookContainer,.HowToGuidePage-bookContainer,.ReferencePage-bookContainer,.SupportDeskTopicPage-bookContainer,.Topic-bookContainer,.TutorialPage-bookContainer{margin:30px 0;padding:0 20px}.BookPage-supplementaryContent:empty,.DiscussionPage-supplementaryContent:empty,.GlossaryPage-supplementaryContent:empty,.HowToGuidePage-supplementaryContent:empty,.ReferencePage-supplementaryContent:empty,.SupportDeskTopicPage-supplementaryContent:empty,.Topic-supplementaryContent:empty,.TutorialPage-supplementaryContent:empty{display:none}.BookPage-body[data-rounded-corners=true] .Figure .Image,.DiscussionPage-body[data-rounded-corners=true] .Figure .Image,.GlossaryPage-body[data-rounded-corners=true] .Figure .Image,.HowToGuidePage-body[data-rounded-corners=true] .Figure .Image,.ReferencePage-body[data-rounded-corners=true] .Figure .Image,.SupportDeskTopicPage-body[data-rounded-corners=true] .Figure .Image,.Topic-body[data-rounded-corners=true] .Figure .Image,.TutorialPage-body[data-rounded-corners=true] .Figure .Image{border-radius:0}.BookPage-topicNavigation,.DiscussionPage-topicNavigation,.GlossaryPage-topicNavigation,.HowToGuidePage-topicNavigation,.ReferencePage-topicNavigation,.SupportDeskTopicPage-topicNavigation,.Topic-topicNavigation,.TutorialPage-topicNavigation{margin:40px 0;padding:40px 0;border-top:1px solid var(--borderColor);border-bottom:1px solid var(--borderColor);display:flex}.BookPage-nextTopic,.BookPage-previousTopic,.DiscussionPage-nextTopic,.DiscussionPage-previousTopic,.GlossaryPage-nextTopic,.GlossaryPage-previousTopic,.HowToGuidePage-nextTopic,.HowToGuidePage-previousTopic,.ReferencePage-nextTopic,.ReferencePage-previousTopic,.SupportDeskTopicPage-nextTopic,.SupportDeskTopicPage-previousTopic,.Topic-nextTopic,.Topic-previousTopic,.TutorialPage-nextTopic,.TutorialPage-previousTopic{display:block;color:inherit}.BookPage-nextTopic-label,.BookPage-previousTopic-label,.DiscussionPage-nextTopic-label,.DiscussionPage-previousTopic-label,.GlossaryPage-nextTopic-label,.GlossaryPage-previousTopic-label,.HowToGuidePage-nextTopic-label,.HowToGuidePage-previousTopic-label,.ReferencePage-nextTopic-label,.ReferencePage-previousTopic-label,.SupportDeskTopicPage-nextTopic-label,.SupportDeskTopicPage-previousTopic-label,.Topic-nextTopic-label,.Topic-previousTopic-label,.TutorialPage-nextTopic-label,.TutorialPage-previousTopic-label{font-family:var(--secondaryHeadlineFont),HCo Ringside Narrow SSm,Arial,Helvetica,sans-serif;font-weight:700;text-transform:uppercase;font-size:var(--label-1);line-height:1.29;color:var(--secondaryTextColor)}.BookPage-nextTopic-label[data-recent],.BookPage-previousTopic-label[data-recent],.DiscussionPage-nextTopic-label[data-recent],.DiscussionPage-previousTopic-label[data-recent],.GlossaryPage-nextTopic-label[data-recent],.GlossaryPage-previousTopic-label[data-recent],.HowToGuidePage-nextTopic-label[data-recent],.HowToGuidePage-previousTopic-label[data-recent],.ReferencePage-nextTopic-label[data-recent],.ReferencePage-previousTopic-label[data-recent],.SupportDeskTopicPage-nextTopic-label[data-recent],.SupportDeskTopicPage-previousTopic-label[data-recent],.Topic-nextTopic-label[data-recent],.Topic-previousTopic-label[data-recent],.TutorialPage-nextTopic-label[data-recent],.TutorialPage-previousTopic-label[data-recent]{color:var(--breakingBgColor)}.BookPage-previousTopic,.DiscussionPage-previousTopic,.GlossaryPage-previousTopic,.HowToGuidePage-previousTopic,.ReferencePage-previousTopic,.SupportDeskTopicPage-previousTopic,.Topic-previousTopic,.TutorialPage-previousTopic{margin-right:auto}.BookPage-nextTopic,.DiscussionPage-nextTopic,.GlossaryPage-nextTopic,.HowToGuidePage-nextTopic,.ReferencePage-nextTopic,.SupportDeskTopicPage-nextTopic,.Topic-nextTopic,.TutorialPage-nextTopic{text-align:right;margin-left:auto}@media only screen and (min-width:1024px){.BookPage-bookContainer,.DiscussionPage-bookContainer,.GlossaryPage-bookContainer,.HowToGuidePage-bookContainer,.ReferencePage-bookContainer,.SupportDeskTopicPage-bookContainer,.Topic-bookContainer,.TutorialPage-bookContainer{margin:60px 0 100px;display:grid;justify-content:center;grid-template-columns:300px minmax(0,1fr);grid-column-gap:40px;padding:0 50px}.BookPage-bookChaptersContainer,.DiscussionPage-bookChaptersContainer,.GlossaryPage-bookChaptersContainer,.HowToGuidePage-bookChaptersContainer,.ReferencePage-bookChaptersContainer,.SupportDeskTopicPage-bookChaptersContainer,.Topic-bookChaptersContainer,.TutorialPage-bookChaptersContainer{align-self:flex-start;position:sticky;top:210px;max-height:calc(100vh - 210px);overflow-y:auto;margin-left:-20px;padding-left:20px}}.CodeAnnotation{font-size:1.6rem}.CodeAnnotation:before{border-radius:4px}pre[data-line]{position:relative}.line-highlight{position:absolute;left:0;width:30px!important;margin-top:-2.86em;background:#c8d5dc;pointer-events:none;line-height:inherit;white-space:pre}pre[class*=language-].line-numbers{position:relative;counter-reset:linenumber}pre[class*=language-].line-numbers>code{white-space:inherit;margin-left:30px}.line-numbers .line-numbers-rows{background-color:var(--grayscaleTwo);position:absolute;pointer-events:none;padding-top:40px;top:0;bottom:0;left:0;width:30px;text-align:right;-webkit-user-select:none;user-select:none}.line-numbers-rows>span{font-size:var(--code-block);line-height:1.37;font-size:1.4rem;font-weight:700;display:block;counter-increment:linenumber;position:relative;z-index:1}.line-numbers-rows>span:before{content:counter(linenumber);display:block;padding-right:5px;text-align:right}code[class*=language-],pre[class*=language-]{font-size:var(--code-block);line-height:1.37;font-size:1.4rem;background:none;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}pre[class*=language-]{padding:0;margin:0}pre[class*=language-]>code{padding:40px 20px;display:block;overflow:auto}pre[data-highlight],pre[data-highlight][class*=language-].line-numbers{max-height:calc(40px + 1.37em*var(--highlightLineCount));overflow:auto}pre[class*=language-]{background:var(--backgroundColor)}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;top:5px;right:22px}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{background:none;color:inherit;font:inherit;line-height:normal;overflow:visible;-webkit-user-select:none;user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#0488cd;font-size:1.4rem;padding:3px 10px 5px;border-radius:4px;background-color:#fff;border:1px solid var(--borderColor);cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{text-decoration:none;background-color:var(--backgroundColor)}.CodeBlock{--shadowColor:hsla(0,0%,60%,0.2);--shadowSize:1.5em;--transparent:rgba(250,249,249,0);display:block}.CodeBlock-annotations{list-style:none;padding-left:40px}.CodeBlock-annotations>li{position:relative;margin:20px 0}.CodeBlock-annotations>li:before{position:absolute;font-weight:700;top:-2px;left:-40px;display:grid;place-content:center;content:attr(value);width:30px;height:30px;background-color:#c8d5dc}[data-rounded-corners=true] .CodeBlock-annotations>li:before{border-radius:4px}.CodeBlock pre>code[class*=language-]{overflow:auto;background:linear-gradient(90deg,var(--backgroundColor),var(--backgroundColor),var(--transparent) calc(var(--shadowSize)*2)),linear-gradient(90deg,var(--shadowColor),var(--transparent)),linear-gradient(270deg,var(--backgroundColor),var(--backgroundColor),var(--transparent) calc(var(--shadowSize)*2)),linear-gradient(270deg,var(--shadowColor),var(--transparent)) 100%;background-repeat:no-repeat;background-attachment:local,scroll,local,scroll;background-size:100% 100%,var(--shadowSize) 100%,100% 100%,var(--shadowSize) 100%;line-height:1.6}.CodeBlock pre{overflow:auto;background:linear-gradient(var(--backgroundColor),var(--backgroundColor),var(--transparent) calc(var(--shadowSize)*2)),radial-gradient(farthest-side at 50% 0,var(--shadowColor),var(--transparent)),linear-gradient(0deg,var(--backgroundColor),var(--backgroundColor),var(--transparent) calc(var(--shadowSize)*2)),radial-gradient(farthest-side at 50% 100%,var(--shadowColor),var(--transparent)) 0 100%;background-color:var(--backgroundColor);background-repeat:no-repeat;background-attachment:local,scroll,local,scroll;background-size:100% 100%,100% var(--shadowSize),100% 100%,100% var(--shadowSize)}.CodeBlock pre,[data-rounded-corners=true] pre[class*=language-]{border-radius:8px}.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.CapstoneHubList,.PreviewPage .Page-main .List.list-preview.GeographicMap,.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.ListAsideStacked,.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{align-items:center;min-height:300px;background:#eee;border:1px solid #e0e0e0;display:flex;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}
