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

/*! 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:44px;height:44px;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}abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;background:transparent;font:inherit;font-size:100%;vertical-align:baseline;outline:0}article,aside,dialog,figure,footer,header,hgroup,main,nav,section{display:block}html{overflow:-moz-scrollbars-vertical;box-sizing:border-box;touch-action:manipulation}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:after,:before{box-sizing:inherit;touch-action:inherit}.svg-sprite{position:absolute;z-index:-1;left:-1px;top:-1px;width:1px;height:1px;overflow:hidden}@font-face{font-family:Lyon;font-weight:400;font-style:normal;src:url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/7fd97310c9cc01ba711d.0e29edff4375244bde021edef09f500c.woff2') format("woff2"),url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/d83ffae3d15a68968b24.18a5e026cd145e1fd1c54dfaf5e0d06b.woff') format("woff");font-display:swap}@font-face{font-family:Lyon;font-weight:400;font-style:italic;src:url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/e44bab07d3a338d286c1.b22f8fd264eb58383e994232d1a66a1e.woff2') format("woff2"),url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/45c686265383d6c3d5f8.e93c7c6bf84efec75b9ff1ecd77e1d15.woff') format("woff");font-display:swap}@font-face{font-family:Lyon;font-weight:500;font-style:normal;src:url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/64d4fdec5fdb9f027a67.37cd6c56aadeee07d974a5ca117c288e.woff2') format("woff2"),url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/9fa8df447f6730ff7096.98c3b20f989e8d01f15f9d18c77e58e8.woff') format("woff");font-display:swap}@font-face{font-family:Klinic-Slab;font-weight:700;font-style:normal;src:url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/1c4c61a50417e315c15b.8081afc77f0228fb9c8408d79586380a.woff') format("woff"),url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/af8c0b701e0a75c35e15.0545b598035db701b523d3e9331399b3.ttf') format("truetype");font-display:swap}@font-face{font-family:Montserrat;font-weight:400;font-style:normal;src:url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/a55186c71de14e1a8a43.850dd394bb3eefff1adc050ad361e615.woff2') format("woff2"),url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/dc60ffdae0b580ac58b9.244111011fb6a9ff6fdd94434537c3b1.woff') format("woff");font-display:swap}@font-face{font-family:Montserrat;font-weight:400;font-style:italic;src:url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/9334e2633da7d7841d88.c1163352d53211d6900bae7f862482d5.woff2') format("woff2"),url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/439fed29a75be37e1904.42bee6ddd3ab2083d0b2b0d498498b98.woff') format("woff");font-display:swap}@font-face{font-family:Montserrat;font-weight:500;font-style:normal;src:url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/74f83cd28195ddb01c4a.a60ed867b856677b0b0d04b0bb4b6b34.woff2') format("woff2"),url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/c207acb0fe2b59e82ec1.7a86c265c8f6a5e3337927e6ff94cff0.woff') format("woff");font-display:swap}@font-face{font-family:Numericalz;src:url('https://epe.brightspotcdn.com/resource/00000172-dd98-d51b-a776-fd9946280000/bd07d8f7d6a8f7204547.37116482a6155faab8a41ba8d6739a54.eot');unicode-range:u+30-39}.a-text.a-text--alternate-type h1,.ContentEnhancementHero-title,.f-display-1,.m-article-title h1,.m-error-page-title h1,.m-promo--featured.m-promo--big .m-promo__title{font-family:Georgia,serif;font-size:1.875rem;line-height:2.1875rem;font-weight:700;letter-spacing:0}.a-text.a-text--alternate-type h1 b,.a-text.a-text--alternate-type h1 strong,.ContentEnhancementHero-title b,.ContentEnhancementHero-title strong,.f-display-1 b,.f-display-1 strong,.m-article-title h1 b,.m-article-title h1 strong,.m-error-page-title h1 b,.m-error-page-title h1 strong,.m-promo--featured.m-promo--big .m-promo__title b,.m-promo--featured.m-promo--big .m-promo__title strong{font-weight:500}.a-text.a-text--alternate-type h1 em,.a-text.a-text--alternate-type h1 i,.ContentEnhancementHero-title em,.ContentEnhancementHero-title i,.f-display-1 em,.f-display-1 i,.m-article-title h1 em,.m-article-title h1 i,.m-error-page-title h1 em,.m-error-page-title h1 i,.m-promo--featured.m-promo--big .m-promo__title em,.m-promo--featured.m-promo--big .m-promo__title i{font-style:italic}.a-text.a-text--alternate-type .s-Klinic-Slab-loaded h1,.m-article-title .s-Klinic-Slab-loaded h1,.m-error-page-title .s-Klinic-Slab-loaded h1,.m-promo--featured.m-promo--big .s-Klinic-Slab-loaded .m-promo__title,.s-Klinic-Slab-loaded .a-text.a-text--alternate-type h1,.s-Klinic-Slab-loaded .ContentEnhancementHero-title,.s-Klinic-Slab-loaded .f-display-1,.s-Klinic-Slab-loaded .m-article-title h1,.s-Klinic-Slab-loaded .m-error-page-title h1,.s-Klinic-Slab-loaded .m-promo--featured.m-promo--big .m-promo__title{font-family:Klinic-Slab,Georgia,serif}.a-text.a-text--alternate-type h1:after,.a-text.a-text--alternate-type h1:before,.ContentEnhancementHero-title:after,.ContentEnhancementHero-title:before,.f-display-1:after,.f-display-1:before,.m-article-title h1:after,.m-article-title h1:before,.m-error-page-title h1:after,.m-error-page-title h1:before,.m-promo--featured.m-promo--big .m-promo__title:after,.m-promo--featured.m-promo--big .m-promo__title:before{display:block}.a-text.a-text--alternate-type h1:before,.ContentEnhancementHero-title:before,.f-display-1:before,.m-article-title h1:before,.m-error-page-title h1:before,.m-promo--featured.m-promo--big .m-promo__title:before{padding-top:2px}.a-text.a-text--alternate-type h1:after,.ContentEnhancementHero-title:after,.f-display-1:after,.m-article-title h1:after,.m-error-page-title h1:after,.m-promo--featured.m-promo--big .m-promo__title:after{margin-bottom:-7px}@media screen and (min-width:768px){.a-text.a-text--alternate-type h1,.ContentEnhancementHero-title,.f-display-1,.m-article-title h1,.m-error-page-title h1,.m-promo--featured.m-promo--big .m-promo__title{font-size:2.5rem;line-height:2.8125rem;font-weight:700;letter-spacing:0}.a-text.a-text--alternate-type h1:before,.ContentEnhancementHero-title:before,.f-display-1:before,.m-article-title h1:before,.m-error-page-title h1:before,.m-promo--featured.m-promo--big .m-promo__title:before{padding-top:4px}.a-text.a-text--alternate-type h1:after,.ContentEnhancementHero-title:after,.f-display-1:after,.m-article-title h1:after,.m-error-page-title h1:after,.m-promo--featured.m-promo--big .m-promo__title:after{margin-bottom:-9px}}@media screen and (min-width:1024px){.a-text.a-text--alternate-type h1,.ContentEnhancementHero-title,.f-display-1,.m-article-title h1,.m-error-page-title h1,.m-promo--featured.m-promo--big .m-promo__title{font-size:3.4375rem;line-height:3.4375rem;font-weight:700;letter-spacing:0}.a-text.a-text--alternate-type h1:before,.ContentEnhancementHero-title:before,.f-display-1:before,.m-article-title h1:before,.m-error-page-title h1:before,.m-promo--featured.m-promo--big .m-promo__title:before{padding-top:4px}.a-text.a-text--alternate-type h1:after,.ContentEnhancementHero-title:after,.f-display-1:after,.m-article-title h1:after,.m-error-page-title h1:after,.m-promo--featured.m-promo--big .m-promo__title:after{margin-bottom:-9px}}.a-text h2,.f-heading-1,.ListTopic-lead .m-promo .m-promo__title,.m-author-title__name,.m-newsletter-form__title,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title,.m-signup-banner__title,.m-submit-module__title{font-family:Georgia,serif;font-size:1.6875rem;line-height:1.875rem;font-weight:700;letter-spacing:0}.a-text h2 b,.a-text h2 strong,.f-heading-1 b,.f-heading-1 strong,.ListTopic-lead .m-promo .m-promo__title b,.ListTopic-lead .m-promo .m-promo__title strong,.m-author-title__name b,.m-author-title__name strong,.m-newsletter-form__title b,.m-newsletter-form__title strong,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title b,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title strong,.m-signup-banner__title b,.m-signup-banner__title strong,.m-submit-module__title b,.m-submit-module__title strong{font-weight:500}.a-text h2 em,.a-text h2 i,.f-heading-1 em,.f-heading-1 i,.ListTopic-lead .m-promo .m-promo__title em,.ListTopic-lead .m-promo .m-promo__title i,.m-author-title__name em,.m-author-title__name i,.m-newsletter-form__title em,.m-newsletter-form__title i,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title em,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title i,.m-signup-banner__title em,.m-signup-banner__title i,.m-submit-module__title em,.m-submit-module__title i{font-style:italic}.a-text .s-Klinic-Slab-loaded h2,.ListTopic-lead .m-promo .s-Klinic-Slab-loaded .m-promo__title,.m-promo--horizontal.m-promo--horizontal--featured .s-Klinic-Slab-loaded .m-promo__title,.s-Klinic-Slab-loaded .a-text h2,.s-Klinic-Slab-loaded .f-heading-1,.s-Klinic-Slab-loaded .ListTopic-lead .m-promo .m-promo__title,.s-Klinic-Slab-loaded .m-author-title__name,.s-Klinic-Slab-loaded .m-newsletter-form__title,.s-Klinic-Slab-loaded .m-promo--horizontal.m-promo--horizontal--featured .m-promo__title,.s-Klinic-Slab-loaded .m-signup-banner__title,.s-Klinic-Slab-loaded .m-submit-module__title{font-family:Klinic-Slab,Georgia,serif}.a-text h2:after,.a-text h2:before,.f-heading-1:after,.f-heading-1:before,.ListTopic-lead .m-promo .m-promo__title:after,.ListTopic-lead .m-promo .m-promo__title:before,.m-author-title__name:after,.m-author-title__name:before,.m-newsletter-form__title:after,.m-newsletter-form__title:before,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title:after,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title:before,.m-signup-banner__title:after,.m-signup-banner__title:before,.m-submit-module__title:after,.m-submit-module__title:before{display:block}.a-text h2:before,.f-heading-1:before,.ListTopic-lead .m-promo .m-promo__title:before,.m-author-title__name:before,.m-newsletter-form__title:before,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title:before,.m-signup-banner__title:before,.m-submit-module__title:before{padding-top:1px}.a-text h2:after,.f-heading-1:after,.ListTopic-lead .m-promo .m-promo__title:after,.m-author-title__name:after,.m-newsletter-form__title:after,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title:after,.m-signup-banner__title:after,.m-submit-module__title:after{margin-bottom:-6px}@media screen and (min-width:768px){.a-text h2,.f-heading-1,.ListTopic-lead .m-promo .m-promo__title,.m-author-title__name,.m-newsletter-form__title,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title,.m-signup-banner__title,.m-submit-module__title{font-size:1.875rem;line-height:2.1875rem;font-weight:700;letter-spacing:0}.a-text h2:before,.f-heading-1:before,.ListTopic-lead .m-promo .m-promo__title:before,.m-author-title__name:before,.m-newsletter-form__title:before,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title:before,.m-signup-banner__title:before,.m-submit-module__title:before{padding-top:2px}.a-text h2:after,.f-heading-1:after,.ListTopic-lead .m-promo .m-promo__title:after,.m-author-title__name:after,.m-newsletter-form__title:after,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title:after,.m-signup-banner__title:after,.m-submit-module__title:after{margin-bottom:-7px}}@media screen and (min-width:1024px){.a-text h2,.f-heading-1,.ListTopic-lead .m-promo .m-promo__title,.m-author-title__name,.m-newsletter-form__title,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title,.m-signup-banner__title,.m-submit-module__title{font-size:2.5rem;line-height:2.8125rem;font-weight:700;letter-spacing:0}.a-text h2:before,.f-heading-1:before,.ListTopic-lead .m-promo .m-promo__title:before,.m-author-title__name:before,.m-newsletter-form__title:before,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title:before,.m-signup-banner__title:before,.m-submit-module__title:before{padding-top:4px}.a-text h2:after,.f-heading-1:after,.ListTopic-lead .m-promo .m-promo__title:after,.m-author-title__name:after,.m-newsletter-form__title:after,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title:after,.m-signup-banner__title:after,.m-submit-module__title:after{margin-bottom:-9px}}.a-text.a-text--alternate-type h2,.a-text h2,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title,.f-heading-2,.m-error-page-title h2,.m-promo--featured .m-promo__title,.m-promo--stacked .m-promo__title,.o-header__logo .o-header__logo__title,.o-leader-form__title,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title{font-family:Georgia,serif;font-size:1.6875rem;line-height:1.875rem;font-weight:700;letter-spacing:0}.a-text.a-text--alternate-type h2 b,.a-text.a-text--alternate-type h2 strong,.a-text h2 b,.a-text h2 strong,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title b,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title strong,.f-heading-2 b,.f-heading-2 strong,.m-error-page-title h2 b,.m-error-page-title h2 strong,.m-promo--featured .m-promo__title b,.m-promo--featured .m-promo__title strong,.m-promo--stacked .m-promo__title b,.m-promo--stacked .m-promo__title strong,.o-header__logo .o-header__logo__title b,.o-header__logo .o-header__logo__title strong,.o-leader-form__title b,.o-leader-form__title strong,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title b,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title strong{font-weight:500}.a-text.a-text--alternate-type h2 em,.a-text.a-text--alternate-type h2 i,.a-text h2 em,.a-text h2 i,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title em,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title i,.f-heading-2 em,.f-heading-2 i,.m-error-page-title h2 em,.m-error-page-title h2 i,.m-promo--featured .m-promo__title em,.m-promo--featured .m-promo__title i,.m-promo--stacked .m-promo__title em,.m-promo--stacked .m-promo__title i,.o-header__logo .o-header__logo__title em,.o-header__logo .o-header__logo__title i,.o-leader-form__title em,.o-leader-form__title i,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title em,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title i{font-style:italic}.a-text .s-Klinic-Slab-loaded h2,.ContentEnhancementHero[data-size-variant=small] .s-Klinic-Slab-loaded .ContentEnhancementHero-title,.m-error-page-title .s-Klinic-Slab-loaded h2,.m-promo--featured .s-Klinic-Slab-loaded .m-promo__title,.m-promo--stacked .s-Klinic-Slab-loaded .m-promo__title,.o-header__logo .s-Klinic-Slab-loaded .o-header__logo__title,.o-list--recirculation .m-promo--featured.m-promo--horizontal .s-Klinic-Slab-loaded .m-promo__title,.s-Klinic-Slab-loaded .a-text h2,.s-Klinic-Slab-loaded .ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title,.s-Klinic-Slab-loaded .f-heading-2,.s-Klinic-Slab-loaded .m-error-page-title h2,.s-Klinic-Slab-loaded .m-promo--featured .m-promo__title,.s-Klinic-Slab-loaded .m-promo--stacked .m-promo__title,.s-Klinic-Slab-loaded .o-header__logo .o-header__logo__title,.s-Klinic-Slab-loaded .o-leader-form__title,.s-Klinic-Slab-loaded .o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title{font-family:Klinic-Slab,Georgia,serif}.a-text.a-text--alternate-type h2:after,.a-text.a-text--alternate-type h2:before,.a-text h2:after,.a-text h2:before,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title:after,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title:before,.f-heading-2:after,.f-heading-2:before,.m-error-page-title h2:after,.m-error-page-title h2:before,.m-promo--featured .m-promo__title:after,.m-promo--featured .m-promo__title:before,.m-promo--stacked .m-promo__title:after,.m-promo--stacked .m-promo__title:before,.o-header__logo .o-header__logo__title:after,.o-header__logo .o-header__logo__title:before,.o-leader-form__title:after,.o-leader-form__title:before,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title:after,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title:before{display:block}.a-text.a-text--alternate-type h2:before,.a-text h2:before,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title:before,.f-heading-2:before,.m-error-page-title h2:before,.m-promo--featured .m-promo__title:before,.m-promo--stacked .m-promo__title:before,.o-header__logo .o-header__logo__title:before,.o-leader-form__title:before,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title:before{padding-top:1px}.a-text.a-text--alternate-type h2:after,.a-text h2:after,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title:after,.f-heading-2:after,.m-error-page-title h2:after,.m-promo--featured .m-promo__title:after,.m-promo--stacked .m-promo__title:after,.o-header__logo .o-header__logo__title:after,.o-leader-form__title:after,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title:after{margin-bottom:-6px}@media screen and (min-width:1024px){.a-text.a-text--alternate-type h2,.a-text h2,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title,.f-heading-2,.m-error-page-title h2,.m-promo--featured .m-promo__title,.m-promo--stacked .m-promo__title,.o-header__logo .o-header__logo__title,.o-leader-form__title,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title{font-size:2.25rem;line-height:2.5rem;font-weight:500;letter-spacing:0}.a-text.a-text--alternate-type h2:before,.a-text h2:before,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title:before,.f-heading-2:before,.m-error-page-title h2:before,.m-promo--featured .m-promo__title:before,.m-promo--stacked .m-promo__title:before,.o-header__logo .o-header__logo__title:before,.o-leader-form__title:before,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title:before{padding-top:3px}.a-text.a-text--alternate-type h2:after,.a-text h2:after,.ContentEnhancementHero[data-size-variant=small] .ContentEnhancementHero-title:after,.f-heading-2:after,.m-error-page-title h2:after,.m-promo--featured .m-promo__title:after,.m-promo--stacked .m-promo__title:after,.o-header__logo .o-header__logo__title:after,.o-leader-form__title:after,.o-list--recirculation .m-promo--featured.m-promo--horizontal .m-promo__title:after{margin-bottom:-8px}}.f-heading-2-2,.m-list--current-issue .m-list__heading,.m-promo--current-issue .m-promo__heading{font-family:Georgia,serif;font-size:2.25rem;line-height:2.5rem;font-weight:500;letter-spacing:0}.f-heading-2-2 b,.f-heading-2-2 strong,.m-list--current-issue .m-list__heading b,.m-list--current-issue .m-list__heading strong,.m-promo--current-issue .m-promo__heading b,.m-promo--current-issue .m-promo__heading strong{font-weight:500}.f-heading-2-2 em,.f-heading-2-2 i,.m-list--current-issue .m-list__heading em,.m-list--current-issue .m-list__heading i,.m-promo--current-issue .m-promo__heading em,.m-promo--current-issue .m-promo__heading i{font-style:italic}.m-list--current-issue .s-Klinic-Slab-loaded .m-list__heading,.m-promo--current-issue .s-Klinic-Slab-loaded .m-promo__heading,.s-Klinic-Slab-loaded .f-heading-2-2,.s-Klinic-Slab-loaded .m-list--current-issue .m-list__heading,.s-Klinic-Slab-loaded .m-promo--current-issue .m-promo__heading{font-family:Klinic-Slab,Georgia,serif}.f-heading-2-2:after,.f-heading-2-2:before,.m-list--current-issue .m-list__heading:after,.m-list--current-issue .m-list__heading:before,.m-promo--current-issue .m-promo__heading:after,.m-promo--current-issue .m-promo__heading:before{display:block}.f-heading-2-2:before,.m-list--current-issue .m-list__heading:before,.m-promo--current-issue .m-promo__heading:before{padding-top:3px}.f-heading-2-2:after,.m-list--current-issue .m-list__heading:after,.m-promo--current-issue .m-promo__heading:after{margin-bottom:-8px}.f-heading-3,.m-promo--horizontal .m-promo__title,.m-promo--vertical .m-promo__title,.m-submit-module.m-submit-module--links-list .m-submit-module__title,.o-list.o-list--contributors .m-promo__title{font-family:Georgia,serif;font-size:1.125rem;line-height:1.25rem;font-weight:700;letter-spacing:0}.f-heading-3 b,.f-heading-3 strong,.m-promo--horizontal .m-promo__title b,.m-promo--horizontal .m-promo__title strong,.m-promo--vertical .m-promo__title b,.m-promo--vertical .m-promo__title strong,.m-submit-module.m-submit-module--links-list .m-submit-module__title b,.m-submit-module.m-submit-module--links-list .m-submit-module__title strong,.o-list.o-list--contributors .m-promo__title b,.o-list.o-list--contributors .m-promo__title strong{font-weight:500}.f-heading-3 em,.f-heading-3 i,.m-promo--horizontal .m-promo__title em,.m-promo--horizontal .m-promo__title i,.m-promo--vertical .m-promo__title em,.m-promo--vertical .m-promo__title i,.m-submit-module.m-submit-module--links-list .m-submit-module__title em,.m-submit-module.m-submit-module--links-list .m-submit-module__title i,.o-list.o-list--contributors .m-promo__title em,.o-list.o-list--contributors .m-promo__title i{font-style:italic}.m-promo--horizontal .s-Klinic-Slab-loaded .m-promo__title,.m-promo--vertical .s-Klinic-Slab-loaded .m-promo__title,.m-submit-module.m-submit-module--links-list .s-Klinic-Slab-loaded .m-submit-module__title,.o-list.o-list--contributors .s-Klinic-Slab-loaded .m-promo__title,.s-Klinic-Slab-loaded .f-heading-3,.s-Klinic-Slab-loaded .m-promo--horizontal .m-promo__title,.s-Klinic-Slab-loaded .m-promo--vertical .m-promo__title,.s-Klinic-Slab-loaded .m-submit-module.m-submit-module--links-list .m-submit-module__title,.s-Klinic-Slab-loaded .o-list.o-list--contributors .m-promo__title{font-family:Klinic-Slab,Georgia,serif}.f-heading-3:after,.f-heading-3:before,.m-promo--horizontal .m-promo__title:after,.m-promo--horizontal .m-promo__title:before,.m-promo--vertical .m-promo__title:after,.m-promo--vertical .m-promo__title:before,.m-submit-module.m-submit-module--links-list .m-submit-module__title:after,.m-submit-module.m-submit-module--links-list .m-submit-module__title:before,.o-list.o-list--contributors .m-promo__title:after,.o-list.o-list--contributors .m-promo__title:before{display:block}.f-heading-3:before,.m-promo--horizontal .m-promo__title:before,.m-promo--vertical .m-promo__title:before,.m-submit-module.m-submit-module--links-list .m-submit-module__title:before,.o-list.o-list--contributors .m-promo__title:before{padding-top:4px}.f-heading-3:after,.m-promo--horizontal .m-promo__title:after,.m-promo--vertical .m-promo__title:after,.m-submit-module.m-submit-module--links-list .m-submit-module__title:after,.o-list.o-list--contributors .m-promo__title:after{margin-bottom:-4px}@media screen and (min-width:768px){.f-heading-3,.m-promo--horizontal .m-promo__title,.m-promo--vertical .m-promo__title,.m-submit-module.m-submit-module--links-list .m-submit-module__title,.o-list.o-list--contributors .m-promo__title{font-size:1.6875rem;line-height:1.875rem;font-weight:700;letter-spacing:0}.f-heading-3:before,.m-promo--horizontal .m-promo__title:before,.m-promo--vertical .m-promo__title:before,.m-submit-module.m-submit-module--links-list .m-submit-module__title:before,.o-list.o-list--contributors .m-promo__title:before{padding-top:1px}.f-heading-3:after,.m-promo--horizontal .m-promo__title:after,.m-promo--vertical .m-promo__title:after,.m-submit-module.m-submit-module--links-list .m-submit-module__title:after,.o-list.o-list--contributors .m-promo__title:after{margin-bottom:-6px}}@media screen and (min-width:1024px){.f-heading-3,.m-promo--horizontal .m-promo__title,.m-promo--vertical .m-promo__title,.m-submit-module.m-submit-module--links-list .m-submit-module__title,.o-list.o-list--contributors .m-promo__title{font-size:1.875rem;line-height:2.1875rem;font-weight:700;letter-spacing:0}.f-heading-3:before,.m-promo--horizontal .m-promo__title:before,.m-promo--vertical .m-promo__title:before,.m-submit-module.m-submit-module--links-list .m-submit-module__title:before,.o-list.o-list--contributors .m-promo__title:before{padding-top:2px}.f-heading-3:after,.m-promo--horizontal .m-promo__title:after,.m-promo--vertical .m-promo__title:after,.m-submit-module.m-submit-module--links-list .m-submit-module__title:after,.o-list.o-list--contributors .m-promo__title:after{margin-bottom:-7px}}.f-heading-4,.m-agenda-item__title,.m-promo--subscription .m-promo__title{font-family:Georgia,serif;font-size:1.6875rem;line-height:1.875rem;font-weight:700;letter-spacing:0}.f-heading-4 b,.f-heading-4 strong,.m-agenda-item__title b,.m-agenda-item__title strong,.m-promo--subscription .m-promo__title b,.m-promo--subscription .m-promo__title strong{font-weight:500}.f-heading-4 em,.f-heading-4 i,.m-agenda-item__title em,.m-agenda-item__title i,.m-promo--subscription .m-promo__title em,.m-promo--subscription .m-promo__title i{font-style:italic}.m-promo--subscription .s-Klinic-Slab-loaded .m-promo__title,.s-Klinic-Slab-loaded .f-heading-4,.s-Klinic-Slab-loaded .m-agenda-item__title,.s-Klinic-Slab-loaded .m-promo--subscription .m-promo__title{font-family:Klinic-Slab,Georgia,serif}.f-heading-4:after,.f-heading-4:before,.m-agenda-item__title:after,.m-agenda-item__title:before,.m-promo--subscription .m-promo__title:after,.m-promo--subscription .m-promo__title:before{display:block}.f-heading-4:before,.m-agenda-item__title:before,.m-promo--subscription .m-promo__title:before{padding-top:1px}.f-heading-4:after,.m-agenda-item__title:after,.m-promo--subscription .m-promo__title:after{margin-bottom:-6px}.f-heading-5,.ListTopic-items .m-promo .m-promo__title,.m-nav__item__link--main,.m-promo__title,.o-agenda__nav__title h2,.o-header__articleBar__title,.o-list-wrapper--external .m-banner h2,.o-list-wrapper--spotlight .m-banner h2{font-family:Georgia,serif;font-size:1.375rem;line-height:1.5625rem;font-weight:700;letter-spacing:0}.f-heading-5 b,.f-heading-5 strong,.ListTopic-items .m-promo .m-promo__title b,.ListTopic-items .m-promo .m-promo__title strong,.m-nav__item__link--main b,.m-nav__item__link--main strong,.m-promo__title b,.m-promo__title strong,.o-agenda__nav__title h2 b,.o-agenda__nav__title h2 strong,.o-header__articleBar__title b,.o-header__articleBar__title strong,.o-list-wrapper--external .m-banner h2 b,.o-list-wrapper--external .m-banner h2 strong,.o-list-wrapper--spotlight .m-banner h2 b,.o-list-wrapper--spotlight .m-banner h2 strong{font-weight:500}.f-heading-5 em,.f-heading-5 i,.ListTopic-items .m-promo .m-promo__title em,.ListTopic-items .m-promo .m-promo__title i,.m-nav__item__link--main em,.m-nav__item__link--main i,.m-promo__title em,.m-promo__title i,.o-agenda__nav__title h2 em,.o-agenda__nav__title h2 i,.o-header__articleBar__title em,.o-header__articleBar__title i,.o-list-wrapper--external .m-banner h2 em,.o-list-wrapper--external .m-banner h2 i,.o-list-wrapper--spotlight .m-banner h2 em,.o-list-wrapper--spotlight .m-banner h2 i{font-style:italic}.ListTopic-items .m-promo .s-Klinic-Slab-loaded .m-promo__title,.o-agenda__nav__title .s-Klinic-Slab-loaded h2,.o-list-wrapper--external .m-banner .s-Klinic-Slab-loaded h2,.o-list-wrapper--spotlight .m-banner .s-Klinic-Slab-loaded h2,.s-Klinic-Slab-loaded .f-heading-5,.s-Klinic-Slab-loaded .ListTopic-items .m-promo .m-promo__title,.s-Klinic-Slab-loaded .m-nav__item__link--main,.s-Klinic-Slab-loaded .m-promo__title,.s-Klinic-Slab-loaded .o-agenda__nav__title h2,.s-Klinic-Slab-loaded .o-header__articleBar__title,.s-Klinic-Slab-loaded .o-list-wrapper--external .m-banner h2,.s-Klinic-Slab-loaded .o-list-wrapper--spotlight .m-banner h2{font-family:Klinic-Slab,Georgia,serif}.f-heading-5:after,.f-heading-5:before,.ListTopic-items .m-promo .m-promo__title:after,.ListTopic-items .m-promo .m-promo__title:before,.m-nav__item__link--main:after,.m-nav__item__link--main:before,.m-promo__title:after,.m-promo__title:before,.o-agenda__nav__title h2:after,.o-agenda__nav__title h2:before,.o-header__articleBar__title:after,.o-header__articleBar__title:before,.o-list-wrapper--external .m-banner h2:after,.o-list-wrapper--external .m-banner h2:before,.o-list-wrapper--spotlight .m-banner h2:after,.o-list-wrapper--spotlight .m-banner h2:before{display:block}.f-heading-5:before,.ListTopic-items .m-promo .m-promo__title:before,.m-nav__item__link--main:before,.m-promo__title:before,.o-agenda__nav__title h2:before,.o-header__articleBar__title:before,.o-list-wrapper--external .m-banner h2:before,.o-list-wrapper--spotlight .m-banner h2:before{padding-top:0}.f-heading-5:after,.ListTopic-items .m-promo .m-promo__title:after,.m-nav__item__link--main:after,.m-promo__title:after,.o-agenda__nav__title h2:after,.o-header__articleBar__title:after,.o-list-wrapper--external .m-banner h2:after,.o-list-wrapper--spotlight .m-banner h2:after{margin-bottom:-5px}.a-playlist-item__title,.a-text.a-text--alternate-type h3,.f-heading-5-5,.Page-pageSubHeading{font-family:Georgia,serif;font-size:.9375rem;line-height:1.5625rem;font-weight:400;letter-spacing:0}.a-playlist-item__title b,.a-playlist-item__title strong,.a-text.a-text--alternate-type h3 b,.a-text.a-text--alternate-type h3 strong,.f-heading-5-5 b,.f-heading-5-5 strong,.Page-pageSubHeading b,.Page-pageSubHeading strong{font-weight:500}.a-playlist-item__title em,.a-playlist-item__title i,.a-text.a-text--alternate-type h3 em,.a-text.a-text--alternate-type h3 i,.f-heading-5-5 em,.f-heading-5-5 i,.Page-pageSubHeading em,.Page-pageSubHeading i{font-style:italic}.a-text.a-text--alternate-type .s-Klinic-Slab-loaded h3,.s-Klinic-Slab-loaded .a-playlist-item__title,.s-Klinic-Slab-loaded .a-text.a-text--alternate-type h3,.s-Klinic-Slab-loaded .f-heading-5-5,.s-Klinic-Slab-loaded .Page-pageSubHeading{font-family:Klinic-Slab,Georgia,serif}.a-playlist-item__title:after,.a-playlist-item__title:before,.a-text.a-text--alternate-type h3:after,.a-text.a-text--alternate-type h3:before,.f-heading-5-5:after,.f-heading-5-5:before,.Page-pageSubHeading:after,.Page-pageSubHeading:before{display:block}.a-playlist-item__title:before,.a-text.a-text--alternate-type h3:before,.f-heading-5-5:before,.Page-pageSubHeading:before{padding-top:2px}.a-playlist-item__title:after,.a-text.a-text--alternate-type h3:after,.f-heading-5-5:after,.Page-pageSubHeading:after{margin-bottom:-7px}@media screen and (min-width:768px)and (max-width:1023px){.a-playlist-item__title,.a-text.a-text--alternate-type h3,.f-heading-5-5,.Page-pageSubHeading{font-size:1.125rem;line-height:1.25rem;font-weight:700;letter-spacing:0}.a-playlist-item__title:before,.a-text.a-text--alternate-type h3:before,.f-heading-5-5:before,.Page-pageSubHeading:before{padding-top:4px}.a-playlist-item__title:after,.a-text.a-text--alternate-type h3:after,.f-heading-5-5:after,.Page-pageSubHeading:after{margin-bottom:-4px}}@media screen and (min-width:1024px){.a-playlist-item__title,.a-text.a-text--alternate-type h3,.f-heading-5-5,.Page-pageSubHeading{font-size:1.375rem;line-height:1.5625rem;font-weight:700;letter-spacing:0}.a-playlist-item__title:before,.a-text.a-text--alternate-type h3:before,.f-heading-5-5:before,.Page-pageSubHeading:before{padding-top:0}.a-playlist-item__title:after,.a-text.a-text--alternate-type h3:after,.f-heading-5-5:after,.Page-pageSubHeading:after{margin-bottom:-5px}}.f-heading-5-5-pageheading{font-family:sans-serif;font-size:.9375rem;line-height:1.5625rem;font-weight:400;letter-spacing:0}.f-heading-5-5-pageheading b,.f-heading-5-5-pageheading strong{font-weight:500}.f-heading-5-5-pageheading em,.f-heading-5-5-pageheading i{font-style:italic}.s-Montserrat-loaded .f-heading-5-5-pageheading{font-family:Montserrat,arial,sans-serif}.f-heading-5-5-pageheading:after,.f-heading-5-5-pageheading:before{display:block}.f-heading-5-5-pageheading:before{padding-top:2px}.f-heading-5-5-pageheading:after{margin-bottom:-7px}@media screen and (min-width:768px)and (max-width:1023px){.f-heading-5-5-pageheading{font-size:1.125rem;line-height:1.25rem;font-weight:700;letter-spacing:0}.f-heading-5-5-pageheading:before{padding-top:3px}.f-heading-5-5-pageheading:after{margin-bottom:-3px}}@media screen and (min-width:1024px){.f-heading-5-5-pageheading{font-size:1.375rem;line-height:1.5625rem;font-weight:700;letter-spacing:0}.f-heading-5-5-pageheading:before{padding-top:4px}.f-heading-5-5-pageheading:after{margin-bottom:-4px}}.f-heading-6,.m-promo--contributor .m-promo__title{font-family:Georgia,serif;font-size:1.125rem;line-height:1.25rem;font-weight:700;letter-spacing:0}.f-heading-6 b,.f-heading-6 strong,.m-promo--contributor .m-promo__title b,.m-promo--contributor .m-promo__title strong{font-weight:500}.f-heading-6 em,.f-heading-6 i,.m-promo--contributor .m-promo__title em,.m-promo--contributor .m-promo__title i{font-style:italic}.m-promo--contributor .s-Klinic-Slab-loaded .m-promo__title,.s-Klinic-Slab-loaded .f-heading-6,.s-Klinic-Slab-loaded .m-promo--contributor .m-promo__title{font-family:Klinic-Slab,Georgia,serif}.f-heading-6:after,.f-heading-6:before,.m-promo--contributor .m-promo__title:after,.m-promo--contributor .m-promo__title:before{display:block}.f-heading-6:before,.m-promo--contributor .m-promo__title:before{padding-top:4px}.f-heading-6:after,.m-promo--contributor .m-promo__title:after{margin-bottom:-4px}.f-heading-7,.m-list__heading,.m-specialreport-module__title,.m-spr-banner__title,.Page-pageHeading{font-family:sans-serif;font-size:1.5rem;line-height:1.875rem;font-weight:400;letter-spacing:0}.f-heading-7 b,.f-heading-7 strong,.m-list__heading b,.m-list__heading strong,.m-specialreport-module__title b,.m-specialreport-module__title strong,.m-spr-banner__title b,.m-spr-banner__title strong,.Page-pageHeading b,.Page-pageHeading strong{font-weight:500}.f-heading-7 em,.f-heading-7 i,.m-list__heading em,.m-list__heading i,.m-specialreport-module__title em,.m-specialreport-module__title i,.m-spr-banner__title em,.m-spr-banner__title i,.Page-pageHeading em,.Page-pageHeading i{font-style:italic}.s-Montserrat-loaded .f-heading-7,.s-Montserrat-loaded .m-list__heading,.s-Montserrat-loaded .m-specialreport-module__title,.s-Montserrat-loaded .m-spr-banner__title,.s-Montserrat-loaded .Page-pageHeading{font-family:Montserrat,arial,sans-serif}.f-heading-7:after,.f-heading-7:before,.m-list__heading:after,.m-list__heading:before,.m-specialreport-module__title:after,.m-specialreport-module__title:before,.m-spr-banner__title:after,.m-spr-banner__title:before,.Page-pageHeading:after,.Page-pageHeading:before{display:block}.f-heading-7:before,.m-list__heading:before,.m-specialreport-module__title:before,.m-spr-banner__title:before,.Page-pageHeading:before{padding-top:1px}.f-heading-7:after,.m-list__heading:after,.m-specialreport-module__title:after,.m-spr-banner__title:after,.Page-pageHeading:after{margin-bottom:-6px}@media screen and (min-width:1440px){.f-heading-7,.m-list__heading,.m-specialreport-module__title,.m-spr-banner__title,.Page-pageHeading{font-size:2.8125rem;line-height:3.125rem;font-weight:400;letter-spacing:0}.f-heading-7:before,.m-list__heading:before,.m-specialreport-module__title:before,.m-spr-banner__title:before,.Page-pageHeading:before{padding-top:2px}.f-heading-7:after,.m-list__heading:after,.m-specialreport-module__title:after,.m-spr-banner__title:after,.Page-pageHeading:after{margin-bottom:-7px}}.f-heading-7-2,.m-list--special-report .m-list__title,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title,.m-promo__sponsor .m-promo__title{font-family:sans-serif;font-size:1.5rem;line-height:1.875rem;font-weight:400;letter-spacing:0}.f-heading-7-2 b,.f-heading-7-2 strong,.m-list--special-report .m-list__title b,.m-list--special-report .m-list__title strong,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title b,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title strong,.m-promo__sponsor .m-promo__title b,.m-promo__sponsor .m-promo__title strong{font-weight:500}.f-heading-7-2 em,.f-heading-7-2 i,.m-list--special-report .m-list__title em,.m-list--special-report .m-list__title i,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title em,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title i,.m-promo__sponsor .m-promo__title em,.m-promo__sponsor .m-promo__title i{font-style:italic}.m-list--special-report .s-Montserrat-loaded .m-list__title,.m-promo--special-report:not(.m-promo--horizontal) .s-Montserrat-loaded .m-promo__title,.m-promo__sponsor .s-Montserrat-loaded .m-promo__title,.s-Montserrat-loaded .f-heading-7-2,.s-Montserrat-loaded .m-list--special-report .m-list__title,.s-Montserrat-loaded .m-promo--special-report:not(.m-promo--horizontal) .m-promo__title,.s-Montserrat-loaded .m-promo__sponsor .m-promo__title{font-family:Montserrat,arial,sans-serif}.f-heading-7-2:after,.f-heading-7-2:before,.m-list--special-report .m-list__title:after,.m-list--special-report .m-list__title:before,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title:after,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title:before,.m-promo__sponsor .m-promo__title:after,.m-promo__sponsor .m-promo__title:before{display:block}.f-heading-7-2:before,.m-list--special-report .m-list__title:before,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title:before,.m-promo__sponsor .m-promo__title:before{padding-top:1px}.f-heading-7-2:after,.m-list--special-report .m-list__title:after,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title:after,.m-promo__sponsor .m-promo__title:after{margin-bottom:-6px}.f-heading-8,.m-filters__no-results h1,.m-landing-title h1,.m-link-list[data-has-title] .m-link-list__title,.o-search-results__header h1{font-family:sans-serif;font-size:1.6875rem;line-height:2.1875rem;font-weight:500;letter-spacing:0}.f-heading-8 b,.f-heading-8 strong,.m-filters__no-results h1 b,.m-filters__no-results h1 strong,.m-landing-title h1 b,.m-landing-title h1 strong,.m-link-list[data-has-title] .m-link-list__title b,.m-link-list[data-has-title] .m-link-list__title strong,.o-search-results__header h1 b,.o-search-results__header h1 strong{font-weight:500}.f-heading-8 em,.f-heading-8 i,.m-filters__no-results h1 em,.m-filters__no-results h1 i,.m-landing-title h1 em,.m-landing-title h1 i,.m-link-list[data-has-title] .m-link-list__title em,.m-link-list[data-has-title] .m-link-list__title i,.o-search-results__header h1 em,.o-search-results__header h1 i{font-style:italic}.m-filters__no-results .s-Montserrat-loaded h1,.m-landing-title .s-Montserrat-loaded h1,.m-link-list[data-has-title] .s-Montserrat-loaded .m-link-list__title,.o-search-results__header .s-Montserrat-loaded h1,.s-Montserrat-loaded .f-heading-8,.s-Montserrat-loaded .m-filters__no-results h1,.s-Montserrat-loaded .m-landing-title h1,.s-Montserrat-loaded .m-link-list[data-has-title] .m-link-list__title,.s-Montserrat-loaded .o-search-results__header h1{font-family:Montserrat,arial,sans-serif}.f-heading-8:after,.f-heading-8:before,.m-filters__no-results h1:after,.m-filters__no-results h1:before,.m-landing-title h1:after,.m-landing-title h1:before,.m-link-list[data-has-title] .m-link-list__title:after,.m-link-list[data-has-title] .m-link-list__title:before,.o-search-results__header h1:after,.o-search-results__header h1:before{display:block}.f-heading-8:before,.m-filters__no-results h1:before,.m-landing-title h1:before,.m-link-list[data-has-title] .m-link-list__title:before,.o-search-results__header h1:before{padding-top:2px}.f-heading-8:after,.m-filters__no-results h1:after,.m-landing-title h1:after,.m-link-list[data-has-title] .m-link-list__title:after,.o-search-results__header h1:after{margin-bottom:-7px}@media screen and (min-width:768px){.f-heading-8,.m-filters__no-results h1,.m-landing-title h1,.m-link-list[data-has-title] .m-link-list__title,.o-search-results__header h1{font-size:2.8125rem;line-height:3.4375rem;font-weight:500;letter-spacing:0}.f-heading-8:before,.m-filters__no-results h1:before,.m-landing-title h1:before,.m-link-list[data-has-title] .m-link-list__title:before,.o-search-results__header h1:before{padding-top:0}.f-heading-8:after,.m-filters__no-results h1:after,.m-landing-title h1:after,.m-link-list[data-has-title] .m-link-list__title:after,.o-search-results__header h1:after{margin-bottom:-10px}}.f-heading-9,.FaqListItem-title,.ListArticleBodyItem-headline{font-family:Georgia,serif;font-size:1.25rem;line-height:1.875rem;font-weight:500;letter-spacing:0}.f-heading-9 b,.f-heading-9 strong,.FaqListItem-title b,.FaqListItem-title strong,.ListArticleBodyItem-headline b,.ListArticleBodyItem-headline strong{font-weight:500}.f-heading-9 em,.f-heading-9 i,.FaqListItem-title em,.FaqListItem-title i,.ListArticleBodyItem-headline em,.ListArticleBodyItem-headline i{font-style:italic}.s-Lyon-loaded .f-heading-9,.s-Lyon-loaded .FaqListItem-title,.s-Lyon-loaded .ListArticleBodyItem-headline{font-family:Lyon,Georgia,serif}.f-heading-9:after,.f-heading-9:before,.FaqListItem-title:after,.FaqListItem-title:before,.ListArticleBodyItem-headline:after,.ListArticleBodyItem-headline:before{display:block}.f-heading-9:before,.FaqListItem-title:before,.ListArticleBodyItem-headline:before{padding-top:4px}.f-heading-9:after,.FaqListItem-title:after,.ListArticleBodyItem-headline:after{margin-bottom:-9px}@media screen and (min-width:768px){.f-heading-9,.FaqListItem-title,.ListArticleBodyItem-headline{font-size:1.8125rem;line-height:2.1875rem;font-weight:500;letter-spacing:0}.f-heading-9:before,.FaqListItem-title:before,.ListArticleBodyItem-headline:before{padding-top:4px}.f-heading-9:after,.FaqListItem-title:after,.ListArticleBodyItem-headline:after{margin-bottom:-9px}}.f-sub-heading-1,.m-article-title__intro,.m-page-longDescription,.m-promo--featured.m-promo--big .m-promo__description,.o-leader-form__tagline,.o-list__intro{font-family:sans-serif;font-size:.9375rem;line-height:1.5625rem;font-weight:400;letter-spacing:0}.f-sub-heading-1 b,.f-sub-heading-1 strong,.m-article-title__intro b,.m-article-title__intro strong,.m-page-longDescription b,.m-page-longDescription strong,.m-promo--featured.m-promo--big .m-promo__description b,.m-promo--featured.m-promo--big .m-promo__description strong,.o-leader-form__tagline b,.o-leader-form__tagline strong,.o-list__intro b,.o-list__intro strong{font-weight:500}.f-sub-heading-1 em,.f-sub-heading-1 i,.m-article-title__intro em,.m-article-title__intro i,.m-page-longDescription em,.m-page-longDescription i,.m-promo--featured.m-promo--big .m-promo__description em,.m-promo--featured.m-promo--big .m-promo__description i,.o-leader-form__tagline em,.o-leader-form__tagline i,.o-list__intro em,.o-list__intro i{font-style:italic}.m-promo--featured.m-promo--big .s-Montserrat-loaded .m-promo__description,.s-Montserrat-loaded .f-sub-heading-1,.s-Montserrat-loaded .m-article-title__intro,.s-Montserrat-loaded .m-page-longDescription,.s-Montserrat-loaded .m-promo--featured.m-promo--big .m-promo__description,.s-Montserrat-loaded .o-leader-form__tagline,.s-Montserrat-loaded .o-list__intro{font-family:Montserrat,arial,sans-serif}.f-sub-heading-1:after,.f-sub-heading-1:before,.m-article-title__intro:after,.m-article-title__intro:before,.m-page-longDescription:after,.m-page-longDescription:before,.m-promo--featured.m-promo--big .m-promo__description:after,.m-promo--featured.m-promo--big .m-promo__description:before,.o-leader-form__tagline:after,.o-leader-form__tagline:before,.o-list__intro:after,.o-list__intro:before{display:block}.f-sub-heading-1:before,.m-article-title__intro:before,.m-page-longDescription:before,.m-promo--featured.m-promo--big .m-promo__description:before,.o-leader-form__tagline:before,.o-list__intro:before{padding-top:2px}.f-sub-heading-1:after,.m-article-title__intro:after,.m-page-longDescription:after,.m-promo--featured.m-promo--big .m-promo__description:after,.o-leader-form__tagline:after,.o-list__intro:after{margin-bottom:-7px}@media screen and (min-width:768px){.f-sub-heading-1,.m-article-title__intro,.m-page-longDescription,.m-promo--featured.m-promo--big .m-promo__description,.o-leader-form__tagline,.o-list__intro{font-size:1.125rem;line-height:1.875rem;font-weight:400;letter-spacing:0}.f-sub-heading-1:before,.m-article-title__intro:before,.m-page-longDescription:before,.m-promo--featured.m-promo--big .m-promo__description:before,.o-leader-form__tagline:before,.o-list__intro:before{padding-top:3px}.f-sub-heading-1:after,.m-article-title__intro:after,.m-page-longDescription:after,.m-promo--featured.m-promo--big .m-promo__description:after,.o-leader-form__tagline:after,.o-list__intro:after{margin-bottom:-8px}}@media screen and (min-width:1024px){.f-sub-heading-1,.m-article-title__intro,.m-page-longDescription,.m-promo--featured.m-promo--big .m-promo__description,.o-leader-form__tagline,.o-list__intro{font-size:1.375rem;line-height:2.1875rem;font-weight:400;letter-spacing:0}.f-sub-heading-1:before,.m-article-title__intro:before,.m-page-longDescription:before,.m-promo--featured.m-promo--big .m-promo__description:before,.o-leader-form__tagline:before,.o-list__intro:before{padding-top:4px}.f-sub-heading-1:after,.m-article-title__intro:after,.m-page-longDescription:after,.m-promo--featured.m-promo--big .m-promo__description:after,.o-leader-form__tagline:after,.o-list__intro:after{margin-bottom:-9px}}.f-quote-1,.m-quote blockquote{font-family:Georgia,serif;font-size:1.25rem;line-height:1.875rem;font-weight:400;letter-spacing:0}.f-quote-1 b,.f-quote-1 strong,.m-quote blockquote b,.m-quote blockquote strong{font-weight:500}.f-quote-1 em,.f-quote-1 i,.m-quote blockquote em,.m-quote blockquote i{font-style:italic}.m-quote .s-Lyon-loaded blockquote,.s-Lyon-loaded .f-quote-1,.s-Lyon-loaded .m-quote blockquote{font-family:Lyon,Georgia,serif}.f-quote-1:after,.f-quote-1:before,.m-quote blockquote:after,.m-quote blockquote:before{display:block}.f-quote-1:before,.m-quote blockquote:before{padding-top:4px}.f-quote-1:after,.m-quote blockquote:after{margin-bottom:-9px}@media screen and (min-width:768px){.f-quote-1,.m-quote blockquote{font-size:2rem;line-height:2.8125rem;font-weight:400;letter-spacing:0}.f-quote-1:before,.m-quote blockquote:before{padding-top:4px}.f-quote-1:after,.m-quote blockquote:after{margin-bottom:-14px}}.f-quote-2{font-family:Georgia,serif;font-size:2rem;line-height:2.8125rem;font-weight:400;font-style:italic;letter-spacing:0}.f-quote-2 b,.f-quote-2 strong{font-weight:500}.f-quote-2 em,.f-quote-2 i{font-style:italic}.s-Lyon-loaded .f-quote-2{font-family:Lyon,Georgia,serif}.f-quote-2:after,.f-quote-2:before{display:block}.f-quote-2:before{padding-top:1px}.f-quote-2:after{margin-bottom:-11px}.f-body-tag,body{font-family:Georgia,serif}.f-body-tag b,.f-body-tag strong,body b,body strong{font-weight:500}.f-body-tag em,.f-body-tag i,body em,body i{font-style:italic}.s-Lyon-loaded .f-body-tag,.s-Lyon-loaded body{font-family:Lyon,Georgia,serif}.a-text.a-text--intro center,.a-text.a-text--intro h5,.a-text.a-text--intro h6,.a-text.a-text--intro ol,.a-text.a-text--intro p,.a-text.a-text--intro ul,.a-text h3,.f-body-1,.FaqListItem-item,.FaqListItem-item p{font-family:Georgia,serif;font-size:1.25rem;line-height:1.875rem;font-weight:400;letter-spacing:0}.a-text.a-text--intro center b,.a-text.a-text--intro center strong,.a-text.a-text--intro h5 b,.a-text.a-text--intro h5 strong,.a-text.a-text--intro h6 b,.a-text.a-text--intro h6 strong,.a-text.a-text--intro ol b,.a-text.a-text--intro ol strong,.a-text.a-text--intro p b,.a-text.a-text--intro p strong,.a-text.a-text--intro ul b,.a-text.a-text--intro ul strong,.a-text h3 b,.a-text h3 strong,.f-body-1 b,.f-body-1 strong,.FaqListItem-item b,.FaqListItem-item strong{font-weight:500}.a-text.a-text--intro center em,.a-text.a-text--intro center i,.a-text.a-text--intro h5 em,.a-text.a-text--intro h5 i,.a-text.a-text--intro h6 em,.a-text.a-text--intro h6 i,.a-text.a-text--intro ol em,.a-text.a-text--intro ol i,.a-text.a-text--intro p em,.a-text.a-text--intro p i,.a-text.a-text--intro ul em,.a-text.a-text--intro ul i,.a-text h3 em,.a-text h3 i,.f-body-1 em,.f-body-1 i,.FaqListItem-item em,.FaqListItem-item i{font-style:italic}.a-text.a-text--intro .s-Lyon-loaded center,.a-text.a-text--intro .s-Lyon-loaded h5,.a-text.a-text--intro .s-Lyon-loaded h6,.a-text.a-text--intro .s-Lyon-loaded ol,.a-text.a-text--intro .s-Lyon-loaded p,.a-text.a-text--intro .s-Lyon-loaded ul,.a-text .s-Lyon-loaded h3,.FaqListItem-item .s-Lyon-loaded p,.s-Lyon-loaded .a-text.a-text--intro center,.s-Lyon-loaded .a-text.a-text--intro h5,.s-Lyon-loaded .a-text.a-text--intro h6,.s-Lyon-loaded .a-text.a-text--intro ol,.s-Lyon-loaded .a-text.a-text--intro p,.s-Lyon-loaded .a-text.a-text--intro ul,.s-Lyon-loaded .a-text h3,.s-Lyon-loaded .f-body-1,.s-Lyon-loaded .FaqListItem-item,.s-Lyon-loaded .FaqListItem-item p{font-family:Lyon,Georgia,serif}.a-text.a-text--intro center:after,.a-text.a-text--intro center:before,.a-text.a-text--intro h5:after,.a-text.a-text--intro h5:before,.a-text.a-text--intro h6:after,.a-text.a-text--intro h6:before,.a-text.a-text--intro ol:after,.a-text.a-text--intro ol:before,.a-text.a-text--intro p:after,.a-text.a-text--intro p:before,.a-text.a-text--intro ul:after,.a-text.a-text--intro ul:before,.a-text h3:after,.a-text h3:before,.f-body-1:after,.f-body-1:before,.FaqListItem-item:after,.FaqListItem-item:before,.FaqListItem-item p:after,.FaqListItem-item p:before{display:block}.a-text.a-text--intro center:before,.a-text.a-text--intro h5:before,.a-text.a-text--intro h6:before,.a-text.a-text--intro ol:before,.a-text.a-text--intro p:before,.a-text.a-text--intro ul:before,.a-text h3:before,.f-body-1:before,.FaqListItem-item:before,.FaqListItem-item p:before{padding-top:4px}.a-text.a-text--intro center:after,.a-text.a-text--intro h5:after,.a-text.a-text--intro h6:after,.a-text.a-text--intro ol:after,.a-text.a-text--intro p:after,.a-text.a-text--intro ul:after,.a-text h3:after,.f-body-1:after,.FaqListItem-item:after,.FaqListItem-item p:after{margin-bottom:-9px}@media screen and (min-width:768px){.a-text.a-text--intro center,.a-text.a-text--intro h5,.a-text.a-text--intro h6,.a-text.a-text--intro ol,.a-text.a-text--intro p,.a-text.a-text--intro ul,.a-text h3,.f-body-1,.FaqListItem-item,.FaqListItem-item p{font-size:1.8125rem;line-height:2.5rem;font-weight:400;letter-spacing:0}.a-text.a-text--intro center:before,.a-text.a-text--intro h5:before,.a-text.a-text--intro h6:before,.a-text.a-text--intro ol:before,.a-text.a-text--intro p:before,.a-text.a-text--intro ul:before,.a-text h3:before,.f-body-1:before,.FaqListItem-item:before,.FaqListItem-item p:before{padding-top:2px}.a-text.a-text--intro center:after,.a-text.a-text--intro h5:after,.a-text.a-text--intro h6:after,.a-text.a-text--intro ol:after,.a-text.a-text--intro p:after,.a-text.a-text--intro ul:after,.a-text h3:after,.f-body-1:after,.FaqListItem-item:after,.FaqListItem-item p:after{margin-bottom:-12px}}.a-text center,.a-text h5,.a-text h6,.a-text ol,.a-text p,.a-text ul,.f-body-2,.ListArticleBody h5,.ListArticleBody h6,.ListArticleBody ol,.ListArticleBody p,.ListArticleBody ul,.m-article-dateline,.m-article-updatecorrections,.m-article__sponsor,.m-downloads__description,.m-downloads__intro,.m-event-updates-form__description,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description,.m-quote.m-quote__blueline blockquote,.o-agenda__footnote,.o-list__description{font-family:Georgia,serif;font-size:1.0625rem;line-height:1.5625rem;font-weight:400;letter-spacing:0}.a-text center b,.a-text center strong,.a-text h5 b,.a-text h5 strong,.a-text h6 b,.a-text h6 strong,.a-text ol b,.a-text ol strong,.a-text p b,.a-text p strong,.a-text ul b,.a-text ul strong,.f-body-2 b,.f-body-2 strong,.ListArticleBody h5 b,.ListArticleBody h5 strong,.ListArticleBody h6 b,.ListArticleBody h6 strong,.ListArticleBody ol b,.ListArticleBody ol strong,.ListArticleBody p b,.ListArticleBody p strong,.ListArticleBody ul b,.ListArticleBody ul strong,.m-article-dateline b,.m-article-dateline strong,.m-article-updatecorrections b,.m-article-updatecorrections strong,.m-article__sponsor b,.m-article__sponsor strong,.m-downloads__description b,.m-downloads__description strong,.m-downloads__intro b,.m-downloads__intro strong,.m-event-updates-form__description b,.m-event-updates-form__description strong,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description b,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description strong,.m-quote.m-quote__blueline blockquote b,.m-quote.m-quote__blueline blockquote strong,.o-agenda__footnote b,.o-agenda__footnote strong,.o-list__description b,.o-list__description strong{font-weight:500}.a-text center em,.a-text center i,.a-text h5 em,.a-text h5 i,.a-text h6 em,.a-text h6 i,.a-text ol em,.a-text ol i,.a-text p em,.a-text p i,.a-text ul em,.a-text ul i,.f-body-2 em,.f-body-2 i,.ListArticleBody h5 em,.ListArticleBody h5 i,.ListArticleBody h6 em,.ListArticleBody h6 i,.ListArticleBody ol em,.ListArticleBody ol i,.ListArticleBody p em,.ListArticleBody p i,.ListArticleBody ul em,.ListArticleBody ul i,.m-article-dateline em,.m-article-dateline i,.m-article-updatecorrections em,.m-article-updatecorrections i,.m-article__sponsor em,.m-article__sponsor i,.m-downloads__description em,.m-downloads__description i,.m-downloads__intro em,.m-downloads__intro i,.m-event-updates-form__description em,.m-event-updates-form__description i,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description em,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description i,.m-quote.m-quote__blueline blockquote em,.m-quote.m-quote__blueline blockquote i,.o-agenda__footnote em,.o-agenda__footnote i,.o-list__description em,.o-list__description i{font-style:italic}.a-text .s-Lyon-loaded center,.a-text .s-Lyon-loaded h5,.a-text .s-Lyon-loaded h6,.a-text .s-Lyon-loaded ol,.a-text .s-Lyon-loaded p,.a-text .s-Lyon-loaded ul,.ListArticleBody .s-Lyon-loaded h5,.ListArticleBody .s-Lyon-loaded h6,.ListArticleBody .s-Lyon-loaded ol,.ListArticleBody .s-Lyon-loaded p,.ListArticleBody .s-Lyon-loaded ul,.m-promo--horizontal.m-promo--horizontal-logos .s-Lyon-loaded .m-promo__description,.m-quote.m-quote__blueline .s-Lyon-loaded blockquote,.s-Lyon-loaded .a-text center,.s-Lyon-loaded .a-text h5,.s-Lyon-loaded .a-text h6,.s-Lyon-loaded .a-text ol,.s-Lyon-loaded .a-text p,.s-Lyon-loaded .a-text ul,.s-Lyon-loaded .f-body-2,.s-Lyon-loaded .ListArticleBody h5,.s-Lyon-loaded .ListArticleBody h6,.s-Lyon-loaded .ListArticleBody ol,.s-Lyon-loaded .ListArticleBody p,.s-Lyon-loaded .ListArticleBody ul,.s-Lyon-loaded .m-article-dateline,.s-Lyon-loaded .m-article-updatecorrections,.s-Lyon-loaded .m-article__sponsor,.s-Lyon-loaded .m-downloads__description,.s-Lyon-loaded .m-downloads__intro,.s-Lyon-loaded .m-event-updates-form__description,.s-Lyon-loaded .m-promo--horizontal.m-promo--horizontal-logos .m-promo__description,.s-Lyon-loaded .m-quote.m-quote__blueline blockquote,.s-Lyon-loaded .o-agenda__footnote,.s-Lyon-loaded .o-list__description{font-family:Lyon,Georgia,serif}.a-text center:after,.a-text center:before,.a-text h5:after,.a-text h5:before,.a-text h6:after,.a-text h6:before,.a-text ol:after,.a-text ol:before,.a-text p:after,.a-text p:before,.a-text ul:after,.a-text ul:before,.f-body-2:after,.f-body-2:before,.ListArticleBody h5:after,.ListArticleBody h5:before,.ListArticleBody h6:after,.ListArticleBody h6:before,.ListArticleBody ol:after,.ListArticleBody ol:before,.ListArticleBody p:after,.ListArticleBody p:before,.ListArticleBody ul:after,.ListArticleBody ul:before,.m-article-dateline:after,.m-article-dateline:before,.m-article-updatecorrections:after,.m-article-updatecorrections:before,.m-article__sponsor:after,.m-article__sponsor:before,.m-downloads__description:after,.m-downloads__description:before,.m-downloads__intro:after,.m-downloads__intro:before,.m-event-updates-form__description:after,.m-event-updates-form__description:before,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description:after,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description:before,.m-quote.m-quote__blueline blockquote:after,.m-quote.m-quote__blueline blockquote:before,.o-agenda__footnote:after,.o-agenda__footnote:before,.o-list__description:after,.o-list__description:before{display:block}.a-text center:before,.a-text h5:before,.a-text h6:before,.a-text ol:before,.a-text p:before,.a-text ul:before,.f-body-2:before,.ListArticleBody h5:before,.ListArticleBody h6:before,.ListArticleBody ol:before,.ListArticleBody p:before,.ListArticleBody ul:before,.m-article-dateline:before,.m-article-updatecorrections:before,.m-article__sponsor:before,.m-downloads__description:before,.m-downloads__intro:before,.m-event-updates-form__description:before,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description:before,.m-quote.m-quote__blueline blockquote:before,.o-agenda__footnote:before,.o-list__description:before{padding-top:3px}.a-text center:after,.a-text h5:after,.a-text h6:after,.a-text ol:after,.a-text p:after,.a-text ul:after,.f-body-2:after,.ListArticleBody h5:after,.ListArticleBody h6:after,.ListArticleBody ol:after,.ListArticleBody p:after,.ListArticleBody ul:after,.m-article-dateline:after,.m-article-updatecorrections:after,.m-article__sponsor:after,.m-downloads__description:after,.m-downloads__intro:after,.m-event-updates-form__description:after,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description:after,.m-quote.m-quote__blueline blockquote:after,.o-agenda__footnote:after,.o-list__description:after{margin-bottom:-8px}@media screen and (min-width:768px){.a-text center,.a-text h5,.a-text h6,.a-text ol,.a-text p,.a-text ul,.f-body-2,.ListArticleBody h5,.ListArticleBody h6,.ListArticleBody ol,.ListArticleBody p,.ListArticleBody ul,.m-article-dateline,.m-article-updatecorrections,.m-article__sponsor,.m-downloads__description,.m-downloads__intro,.m-event-updates-form__description,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description,.m-quote.m-quote__blueline blockquote,.o-agenda__footnote,.o-list__description{font-size:1.25rem;line-height:1.875rem;font-weight:400;letter-spacing:0}.a-text center:before,.a-text h5:before,.a-text h6:before,.a-text ol:before,.a-text p:before,.a-text ul:before,.f-body-2:before,.ListArticleBody h5:before,.ListArticleBody h6:before,.ListArticleBody ol:before,.ListArticleBody p:before,.ListArticleBody ul:before,.m-article-dateline:before,.m-article-updatecorrections:before,.m-article__sponsor:before,.m-downloads__description:before,.m-downloads__intro:before,.m-event-updates-form__description:before,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description:before,.m-quote.m-quote__blueline blockquote:before,.o-agenda__footnote:before,.o-list__description:before{padding-top:4px}.a-text center:after,.a-text h5:after,.a-text h6:after,.a-text ol:after,.a-text p:after,.a-text ul:after,.f-body-2:after,.ListArticleBody h5:after,.ListArticleBody h6:after,.ListArticleBody ol:after,.ListArticleBody p:after,.ListArticleBody ul:after,.m-article-dateline:after,.m-article-updatecorrections:after,.m-article__sponsor:after,.m-downloads__description:after,.m-downloads__intro:after,.m-event-updates-form__description:after,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description:after,.m-quote.m-quote__blueline blockquote:after,.o-agenda__footnote:after,.o-list__description:after{margin-bottom:-9px}}.a-text.a-text--two-columns h2,.a-text h4,.EventPage-intro,.f-body-3,.m-authorbio__name,.m-profile-banner__title,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title,.m-promo.m-promo--saved-profile .m-promo__title,.m-speakerbio__name,.ProductPage-intro{font-family:Georgia,serif;font-size:1.0625rem;line-height:1.5625rem;font-weight:500;letter-spacing:0}.a-text.a-text--two-columns h2 b,.a-text.a-text--two-columns h2 strong,.a-text h4 b,.a-text h4 strong,.EventPage-intro b,.EventPage-intro strong,.f-body-3 b,.f-body-3 strong,.m-authorbio__name b,.m-authorbio__name strong,.m-profile-banner__title b,.m-profile-banner__title strong,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title b,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title strong,.m-promo.m-promo--saved-profile .m-promo__title b,.m-promo.m-promo--saved-profile .m-promo__title strong,.m-speakerbio__name b,.m-speakerbio__name strong,.ProductPage-intro b,.ProductPage-intro strong{font-weight:500}.a-text.a-text--two-columns h2 em,.a-text.a-text--two-columns h2 i,.a-text h4 em,.a-text h4 i,.EventPage-intro em,.EventPage-intro i,.f-body-3 em,.f-body-3 i,.m-authorbio__name em,.m-authorbio__name i,.m-profile-banner__title em,.m-profile-banner__title i,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title em,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title i,.m-promo.m-promo--saved-profile .m-promo__title em,.m-promo.m-promo--saved-profile .m-promo__title i,.m-speakerbio__name em,.m-speakerbio__name i,.ProductPage-intro em,.ProductPage-intro i{font-style:italic}.a-text.a-text--two-columns .s-Lyon-loaded h2,.a-text .s-Lyon-loaded h4,.m-promo--horizontal.m-promo--horizontal-logos .s-Lyon-loaded .m-promo__title,.m-promo.m-promo--saved-profile .s-Lyon-loaded .m-promo__title,.s-Lyon-loaded .a-text.a-text--two-columns h2,.s-Lyon-loaded .a-text h4,.s-Lyon-loaded .EventPage-intro,.s-Lyon-loaded .f-body-3,.s-Lyon-loaded .m-authorbio__name,.s-Lyon-loaded .m-profile-banner__title,.s-Lyon-loaded .m-promo--horizontal.m-promo--horizontal-logos .m-promo__title,.s-Lyon-loaded .m-promo.m-promo--saved-profile .m-promo__title,.s-Lyon-loaded .m-speakerbio__name,.s-Lyon-loaded .ProductPage-intro{font-family:Lyon,Georgia,serif}.a-text.a-text--two-columns h2:after,.a-text.a-text--two-columns h2:before,.a-text h4:after,.a-text h4:before,.EventPage-intro:after,.EventPage-intro:before,.f-body-3:after,.f-body-3:before,.m-authorbio__name:after,.m-authorbio__name:before,.m-profile-banner__title:after,.m-profile-banner__title:before,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title:after,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title:before,.m-promo.m-promo--saved-profile .m-promo__title:after,.m-promo.m-promo--saved-profile .m-promo__title:before,.m-speakerbio__name:after,.m-speakerbio__name:before,.ProductPage-intro:after,.ProductPage-intro:before{display:block}.a-text.a-text--two-columns h2:before,.a-text h4:before,.EventPage-intro:before,.f-body-3:before,.m-authorbio__name:before,.m-profile-banner__title:before,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title:before,.m-promo.m-promo--saved-profile .m-promo__title:before,.m-speakerbio__name:before,.ProductPage-intro:before{padding-top:3px}.a-text.a-text--two-columns h2:after,.a-text h4:after,.EventPage-intro:after,.f-body-3:after,.m-authorbio__name:after,.m-profile-banner__title:after,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title:after,.m-promo.m-promo--saved-profile .m-promo__title:after,.m-speakerbio__name:after,.ProductPage-intro:after{margin-bottom:-8px}@media screen and (min-width:768px){.a-text.a-text--two-columns h2,.a-text h4,.EventPage-intro,.f-body-3,.m-authorbio__name,.m-profile-banner__title,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title,.m-promo.m-promo--saved-profile .m-promo__title,.m-speakerbio__name,.ProductPage-intro{font-size:1.25rem;line-height:1.875rem;font-weight:500;letter-spacing:0}.a-text.a-text--two-columns h2:before,.a-text h4:before,.EventPage-intro:before,.f-body-3:before,.m-authorbio__name:before,.m-profile-banner__title:before,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title:before,.m-promo.m-promo--saved-profile .m-promo__title:before,.m-speakerbio__name:before,.ProductPage-intro:before{padding-top:4px}.a-text.a-text--two-columns h2:after,.a-text h4:after,.EventPage-intro:after,.f-body-3:after,.m-authorbio__name:after,.m-profile-banner__title:after,.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title:after,.m-promo.m-promo--saved-profile .m-promo__title:after,.m-speakerbio__name:after,.ProductPage-intro:after{margin-bottom:-9px}}.a-text.a-text--two-columns center,.a-text.a-text--two-columns h5,.a-text.a-text--two-columns h6,.a-text.a-text--two-columns ol,.a-text.a-text--two-columns p,.a-text.a-text--two-columns ul,.f-body-4,.m-agenda-item__content,.m-agenda-item__content .a-text h5,.m-agenda-item__content .a-text h6,.m-agenda-item__content .a-text ol,.m-agenda-item__content .a-text p,.m-agenda-item__content .a-text ul,.m-authorbio__description,.m-profile-banner__description,.m-speakerbio__description{font-family:Georgia,serif;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:0}.a-text.a-text--two-columns center b,.a-text.a-text--two-columns center strong,.a-text.a-text--two-columns h5 b,.a-text.a-text--two-columns h5 strong,.a-text.a-text--two-columns h6 b,.a-text.a-text--two-columns h6 strong,.a-text.a-text--two-columns ol b,.a-text.a-text--two-columns ol strong,.a-text.a-text--two-columns p b,.a-text.a-text--two-columns p strong,.a-text.a-text--two-columns ul b,.a-text.a-text--two-columns ul strong,.f-body-4 b,.f-body-4 strong,.m-agenda-item__content .a-text h5 b,.m-agenda-item__content .a-text h5 strong,.m-agenda-item__content .a-text h6 b,.m-agenda-item__content .a-text h6 strong,.m-agenda-item__content .a-text ol b,.m-agenda-item__content .a-text ol strong,.m-agenda-item__content .a-text p b,.m-agenda-item__content .a-text p strong,.m-agenda-item__content .a-text ul b,.m-agenda-item__content .a-text ul strong,.m-agenda-item__content b,.m-agenda-item__content strong,.m-authorbio__description b,.m-authorbio__description strong,.m-profile-banner__description b,.m-profile-banner__description strong,.m-speakerbio__description b,.m-speakerbio__description strong{font-weight:500}.a-text.a-text--two-columns center em,.a-text.a-text--two-columns center i,.a-text.a-text--two-columns h5 em,.a-text.a-text--two-columns h5 i,.a-text.a-text--two-columns h6 em,.a-text.a-text--two-columns h6 i,.a-text.a-text--two-columns ol em,.a-text.a-text--two-columns ol i,.a-text.a-text--two-columns p em,.a-text.a-text--two-columns p i,.a-text.a-text--two-columns ul em,.a-text.a-text--two-columns ul i,.f-body-4 em,.f-body-4 i,.m-agenda-item__content .a-text h5 em,.m-agenda-item__content .a-text h5 i,.m-agenda-item__content .a-text h6 em,.m-agenda-item__content .a-text h6 i,.m-agenda-item__content .a-text ol em,.m-agenda-item__content .a-text ol i,.m-agenda-item__content .a-text p em,.m-agenda-item__content .a-text p i,.m-agenda-item__content .a-text ul em,.m-agenda-item__content .a-text ul i,.m-agenda-item__content em,.m-agenda-item__content i,.m-authorbio__description em,.m-authorbio__description i,.m-profile-banner__description em,.m-profile-banner__description i,.m-speakerbio__description em,.m-speakerbio__description i{font-style:italic}.a-text.a-text--two-columns .s-Lyon-loaded center,.a-text.a-text--two-columns .s-Lyon-loaded h5,.a-text.a-text--two-columns .s-Lyon-loaded h6,.a-text.a-text--two-columns .s-Lyon-loaded ol,.a-text.a-text--two-columns .s-Lyon-loaded p,.a-text.a-text--two-columns .s-Lyon-loaded ul,.m-agenda-item__content .a-text .s-Lyon-loaded h5,.m-agenda-item__content .a-text .s-Lyon-loaded h6,.m-agenda-item__content .a-text .s-Lyon-loaded ol,.m-agenda-item__content .a-text .s-Lyon-loaded p,.m-agenda-item__content .a-text .s-Lyon-loaded ul,.s-Lyon-loaded .a-text.a-text--two-columns center,.s-Lyon-loaded .a-text.a-text--two-columns h5,.s-Lyon-loaded .a-text.a-text--two-columns h6,.s-Lyon-loaded .a-text.a-text--two-columns ol,.s-Lyon-loaded .a-text.a-text--two-columns p,.s-Lyon-loaded .a-text.a-text--two-columns ul,.s-Lyon-loaded .f-body-4,.s-Lyon-loaded .m-agenda-item__content,.s-Lyon-loaded .m-agenda-item__content .a-text h5,.s-Lyon-loaded .m-agenda-item__content .a-text h6,.s-Lyon-loaded .m-agenda-item__content .a-text ol,.s-Lyon-loaded .m-agenda-item__content .a-text p,.s-Lyon-loaded .m-agenda-item__content .a-text ul,.s-Lyon-loaded .m-authorbio__description,.s-Lyon-loaded .m-profile-banner__description,.s-Lyon-loaded .m-speakerbio__description{font-family:Lyon,Georgia,serif}.a-text.a-text--two-columns center:after,.a-text.a-text--two-columns center:before,.a-text.a-text--two-columns h5:after,.a-text.a-text--two-columns h5:before,.a-text.a-text--two-columns h6:after,.a-text.a-text--two-columns h6:before,.a-text.a-text--two-columns ol:after,.a-text.a-text--two-columns ol:before,.a-text.a-text--two-columns p:after,.a-text.a-text--two-columns p:before,.a-text.a-text--two-columns ul:after,.a-text.a-text--two-columns ul:before,.f-body-4:after,.f-body-4:before,.m-agenda-item__content .a-text h5:after,.m-agenda-item__content .a-text h5:before,.m-agenda-item__content .a-text h6:after,.m-agenda-item__content .a-text h6:before,.m-agenda-item__content .a-text ol:after,.m-agenda-item__content .a-text ol:before,.m-agenda-item__content .a-text p:after,.m-agenda-item__content .a-text p:before,.m-agenda-item__content .a-text ul:after,.m-agenda-item__content .a-text ul:before,.m-agenda-item__content:after,.m-agenda-item__content:before,.m-authorbio__description:after,.m-authorbio__description:before,.m-profile-banner__description:after,.m-profile-banner__description:before,.m-speakerbio__description:after,.m-speakerbio__description:before{display:block}.a-text.a-text--two-columns center:before,.a-text.a-text--two-columns h5:before,.a-text.a-text--two-columns h6:before,.a-text.a-text--two-columns ol:before,.a-text.a-text--two-columns p:before,.a-text.a-text--two-columns ul:before,.f-body-4:before,.m-agenda-item__content .a-text h5:before,.m-agenda-item__content .a-text h6:before,.m-agenda-item__content .a-text ol:before,.m-agenda-item__content .a-text p:before,.m-agenda-item__content .a-text ul:before,.m-agenda-item__content:before,.m-authorbio__description:before,.m-profile-banner__description:before,.m-speakerbio__description:before{padding-top:1px}.a-text.a-text--two-columns center:after,.a-text.a-text--two-columns h5:after,.a-text.a-text--two-columns h6:after,.a-text.a-text--two-columns ol:after,.a-text.a-text--two-columns p:after,.a-text.a-text--two-columns ul:after,.f-body-4:after,.m-agenda-item__content .a-text h5:after,.m-agenda-item__content .a-text h6:after,.m-agenda-item__content .a-text ol:after,.m-agenda-item__content .a-text p:after,.m-agenda-item__content .a-text ul:after,.m-agenda-item__content:after,.m-authorbio__description:after,.m-profile-banner__description:after,.m-speakerbio__description:after{margin-bottom:-6px}@media screen and (min-width:768px){.a-text.a-text--two-columns center,.a-text.a-text--two-columns h5,.a-text.a-text--two-columns h6,.a-text.a-text--two-columns ol,.a-text.a-text--two-columns p,.a-text.a-text--two-columns ul,.f-body-4,.m-agenda-item__content,.m-agenda-item__content .a-text h5,.m-agenda-item__content .a-text h6,.m-agenda-item__content .a-text ol,.m-agenda-item__content .a-text p,.m-agenda-item__content .a-text ul,.m-authorbio__description,.m-profile-banner__description,.m-speakerbio__description{font-size:1.0625rem;line-height:1.5625rem;font-weight:400;letter-spacing:0}.a-text.a-text--two-columns center:before,.a-text.a-text--two-columns h5:before,.a-text.a-text--two-columns h6:before,.a-text.a-text--two-columns ol:before,.a-text.a-text--two-columns p:before,.a-text.a-text--two-columns ul:before,.f-body-4:before,.m-agenda-item__content .a-text h5:before,.m-agenda-item__content .a-text h6:before,.m-agenda-item__content .a-text ol:before,.m-agenda-item__content .a-text p:before,.m-agenda-item__content .a-text ul:before,.m-agenda-item__content:before,.m-authorbio__description:before,.m-profile-banner__description:before,.m-speakerbio__description:before{padding-top:3px}.a-text.a-text--two-columns center:after,.a-text.a-text--two-columns h5:after,.a-text.a-text--two-columns h6:after,.a-text.a-text--two-columns ol:after,.a-text.a-text--two-columns p:after,.a-text.a-text--two-columns ul:after,.f-body-4:after,.m-agenda-item__content .a-text h5:after,.m-agenda-item__content .a-text h6:after,.m-agenda-item__content .a-text ol:after,.m-agenda-item__content .a-text p:after,.m-agenda-item__content .a-text ul:after,.m-agenda-item__content:after,.m-authorbio__description:after,.m-profile-banner__description:after,.m-speakerbio__description:after{margin-bottom:-8px}}.a-input,.a-select:not(.a-select--narrow) select,.ContentEnhancementHero-description,.f-blurb-1,.ListTopic-items .m-promo .m-promo__description,.ListTopic-lead .m-promo .m-promo__description,.m-announcement__body,.m-article-title__tagline,.m-author-title__byline,.m-filters__no-results__label,.m-form__description,.m-list--special-report .m-list__description,.m-newsletter-form__description,.m-promo--featured .m-promo__description,.m-promo--horizontal .m-promo__description,.m-promo--stacked .m-promo__description,.m-promo--vertical .m-promo__description,.m-promo-horizontal__event .m-promo__description,.m-promo.m-promo--saved-item .m-promo__saved-item,.m-specialreport-module__description,.m-submit-module__description,.m-utility-banner__label,.o-header__articleBar__sponsor,.o-header__results__link,.o-listing__empty{font-family:sans-serif;font-size:.78125rem;line-height:1.25rem;font-weight:500;letter-spacing:0}.a-input b,.a-input strong,.a-select:not(.a-select--narrow) select b,.a-select:not(.a-select--narrow) select strong,.ContentEnhancementHero-description b,.ContentEnhancementHero-description strong,.f-blurb-1 b,.f-blurb-1 strong,.ListTopic-items .m-promo .m-promo__description b,.ListTopic-items .m-promo .m-promo__description strong,.ListTopic-lead .m-promo .m-promo__description b,.ListTopic-lead .m-promo .m-promo__description strong,.m-announcement__body b,.m-announcement__body strong,.m-article-title__tagline b,.m-article-title__tagline strong,.m-author-title__byline b,.m-author-title__byline strong,.m-filters__no-results__label b,.m-filters__no-results__label strong,.m-form__description b,.m-form__description strong,.m-list--special-report .m-list__description b,.m-list--special-report .m-list__description strong,.m-newsletter-form__description b,.m-newsletter-form__description strong,.m-promo--featured .m-promo__description b,.m-promo--featured .m-promo__description strong,.m-promo--horizontal .m-promo__description b,.m-promo--horizontal .m-promo__description strong,.m-promo--stacked .m-promo__description b,.m-promo--stacked .m-promo__description strong,.m-promo--vertical .m-promo__description b,.m-promo--vertical .m-promo__description strong,.m-promo-horizontal__event .m-promo__description b,.m-promo-horizontal__event .m-promo__description strong,.m-promo.m-promo--saved-item .m-promo__saved-item b,.m-promo.m-promo--saved-item .m-promo__saved-item strong,.m-specialreport-module__description b,.m-specialreport-module__description strong,.m-submit-module__description b,.m-submit-module__description strong,.m-utility-banner__label b,.m-utility-banner__label strong,.o-header__articleBar__sponsor b,.o-header__articleBar__sponsor strong,.o-header__results__link b,.o-header__results__link strong,.o-listing__empty b,.o-listing__empty strong{font-weight:500}.a-input em,.a-input i,.a-select:not(.a-select--narrow) select em,.a-select:not(.a-select--narrow) select i,.ContentEnhancementHero-description em,.ContentEnhancementHero-description i,.f-blurb-1 em,.f-blurb-1 i,.ListTopic-items .m-promo .m-promo__description em,.ListTopic-items .m-promo .m-promo__description i,.ListTopic-lead .m-promo .m-promo__description em,.ListTopic-lead .m-promo .m-promo__description i,.m-announcement__body em,.m-announcement__body i,.m-article-title__tagline em,.m-article-title__tagline i,.m-author-title__byline em,.m-author-title__byline i,.m-filters__no-results__label em,.m-filters__no-results__label i,.m-form__description em,.m-form__description i,.m-list--special-report .m-list__description em,.m-list--special-report .m-list__description i,.m-newsletter-form__description em,.m-newsletter-form__description i,.m-promo--featured .m-promo__description em,.m-promo--featured .m-promo__description i,.m-promo--horizontal .m-promo__description em,.m-promo--horizontal .m-promo__description i,.m-promo--stacked .m-promo__description em,.m-promo--stacked .m-promo__description i,.m-promo--vertical .m-promo__description em,.m-promo--vertical .m-promo__description i,.m-promo-horizontal__event .m-promo__description em,.m-promo-horizontal__event .m-promo__description i,.m-promo.m-promo--saved-item .m-promo__saved-item em,.m-promo.m-promo--saved-item .m-promo__saved-item i,.m-specialreport-module__description em,.m-specialreport-module__description i,.m-submit-module__description em,.m-submit-module__description i,.m-utility-banner__label em,.m-utility-banner__label i,.o-header__articleBar__sponsor em,.o-header__articleBar__sponsor i,.o-header__results__link em,.o-header__results__link i,.o-listing__empty em,.o-listing__empty i{font-style:italic}.a-select:not(.a-select--narrow) .s-Montserrat-loaded select,.ListTopic-items .m-promo .s-Montserrat-loaded .m-promo__description,.ListTopic-lead .m-promo .s-Montserrat-loaded .m-promo__description,.m-list--special-report .s-Montserrat-loaded .m-list__description,.m-promo--featured .s-Montserrat-loaded .m-promo__description,.m-promo--horizontal .s-Montserrat-loaded .m-promo__description,.m-promo--stacked .s-Montserrat-loaded .m-promo__description,.m-promo--vertical .s-Montserrat-loaded .m-promo__description,.m-promo-horizontal__event .s-Montserrat-loaded .m-promo__description,.m-promo.m-promo--saved-item .s-Montserrat-loaded .m-promo__saved-item,.s-Montserrat-loaded .a-input,.s-Montserrat-loaded .a-select:not(.a-select--narrow) select,.s-Montserrat-loaded .ContentEnhancementHero-description,.s-Montserrat-loaded .f-blurb-1,.s-Montserrat-loaded .ListTopic-items .m-promo .m-promo__description,.s-Montserrat-loaded .ListTopic-lead .m-promo .m-promo__description,.s-Montserrat-loaded .m-announcement__body,.s-Montserrat-loaded .m-article-title__tagline,.s-Montserrat-loaded .m-author-title__byline,.s-Montserrat-loaded .m-filters__no-results__label,.s-Montserrat-loaded .m-form__description,.s-Montserrat-loaded .m-list--special-report .m-list__description,.s-Montserrat-loaded .m-newsletter-form__description,.s-Montserrat-loaded .m-promo--featured .m-promo__description,.s-Montserrat-loaded .m-promo--horizontal .m-promo__description,.s-Montserrat-loaded .m-promo--stacked .m-promo__description,.s-Montserrat-loaded .m-promo--vertical .m-promo__description,.s-Montserrat-loaded .m-promo-horizontal__event .m-promo__description,.s-Montserrat-loaded .m-promo.m-promo--saved-item .m-promo__saved-item,.s-Montserrat-loaded .m-specialreport-module__description,.s-Montserrat-loaded .m-submit-module__description,.s-Montserrat-loaded .m-utility-banner__label,.s-Montserrat-loaded .o-header__articleBar__sponsor,.s-Montserrat-loaded .o-header__results__link,.s-Montserrat-loaded .o-listing__empty{font-family:Montserrat,arial,sans-serif}.a-input:after,.a-input:before,.a-select:not(.a-select--narrow) select:after,.a-select:not(.a-select--narrow) select:before,.ContentEnhancementHero-description:after,.ContentEnhancementHero-description:before,.f-blurb-1:after,.f-blurb-1:before,.ListTopic-items .m-promo .m-promo__description:after,.ListTopic-items .m-promo .m-promo__description:before,.ListTopic-lead .m-promo .m-promo__description:after,.ListTopic-lead .m-promo .m-promo__description:before,.m-announcement__body:after,.m-announcement__body:before,.m-article-title__tagline:after,.m-article-title__tagline:before,.m-author-title__byline:after,.m-author-title__byline:before,.m-filters__no-results__label:after,.m-filters__no-results__label:before,.m-form__description:after,.m-form__description:before,.m-list--special-report .m-list__description:after,.m-list--special-report .m-list__description:before,.m-newsletter-form__description:after,.m-newsletter-form__description:before,.m-promo--featured .m-promo__description:after,.m-promo--featured .m-promo__description:before,.m-promo--horizontal .m-promo__description:after,.m-promo--horizontal .m-promo__description:before,.m-promo--stacked .m-promo__description:after,.m-promo--stacked .m-promo__description:before,.m-promo--vertical .m-promo__description:after,.m-promo--vertical .m-promo__description:before,.m-promo-horizontal__event .m-promo__description:after,.m-promo-horizontal__event .m-promo__description:before,.m-promo.m-promo--saved-item .m-promo__saved-item:after,.m-promo.m-promo--saved-item .m-promo__saved-item:before,.m-specialreport-module__description:after,.m-specialreport-module__description:before,.m-submit-module__description:after,.m-submit-module__description:before,.m-utility-banner__label:after,.m-utility-banner__label:before,.o-header__articleBar__sponsor:after,.o-header__articleBar__sponsor:before,.o-header__results__link:after,.o-header__results__link:before,.o-listing__empty:after,.o-listing__empty:before{display:block}.a-input:before,.a-select:not(.a-select--narrow) select:before,.ContentEnhancementHero-description:before,.f-blurb-1:before,.ListTopic-items .m-promo .m-promo__description:before,.ListTopic-lead .m-promo .m-promo__description:before,.m-announcement__body:before,.m-article-title__tagline:before,.m-author-title__byline:before,.m-filters__no-results__label:before,.m-form__description:before,.m-list--special-report .m-list__description:before,.m-newsletter-form__description:before,.m-promo--featured .m-promo__description:before,.m-promo--horizontal .m-promo__description:before,.m-promo--stacked .m-promo__description:before,.m-promo--vertical .m-promo__description:before,.m-promo-horizontal__event .m-promo__description:before,.m-promo.m-promo--saved-item .m-promo__saved-item:before,.m-specialreport-module__description:before,.m-submit-module__description:before,.m-utility-banner__label:before,.o-header__articleBar__sponsor:before,.o-header__results__link:before,.o-listing__empty:before{padding-top:0}.a-input:after,.a-select:not(.a-select--narrow) select:after,.ContentEnhancementHero-description:after,.f-blurb-1:after,.ListTopic-items .m-promo .m-promo__description:after,.ListTopic-lead .m-promo .m-promo__description:after,.m-announcement__body:after,.m-article-title__tagline:after,.m-author-title__byline:after,.m-filters__no-results__label:after,.m-form__description:after,.m-list--special-report .m-list__description:after,.m-newsletter-form__description:after,.m-promo--featured .m-promo__description:after,.m-promo--horizontal .m-promo__description:after,.m-promo--stacked .m-promo__description:after,.m-promo--vertical .m-promo__description:after,.m-promo-horizontal__event .m-promo__description:after,.m-promo.m-promo--saved-item .m-promo__saved-item:after,.m-specialreport-module__description:after,.m-submit-module__description:after,.m-utility-banner__label:after,.o-header__articleBar__sponsor:after,.o-header__results__link:after,.o-listing__empty:after{margin-bottom:-5px}@media screen and (min-width:1024px){.a-input,.a-select:not(.a-select--narrow) select,.ContentEnhancementHero-description,.f-blurb-1,.ListTopic-items .m-promo .m-promo__description,.ListTopic-lead .m-promo .m-promo__description,.m-announcement__body,.m-article-title__tagline,.m-author-title__byline,.m-filters__no-results__label,.m-form__description,.m-list--special-report .m-list__description,.m-newsletter-form__description,.m-promo--featured .m-promo__description,.m-promo--horizontal .m-promo__description,.m-promo--stacked .m-promo__description,.m-promo--vertical .m-promo__description,.m-promo-horizontal__event .m-promo__description,.m-promo.m-promo--saved-item .m-promo__saved-item,.m-specialreport-module__description,.m-submit-module__description,.m-utility-banner__label,.o-header__articleBar__sponsor,.o-header__results__link,.o-listing__empty{font-size:.96875rem;line-height:1.5625rem;font-weight:400;letter-spacing:0}.a-input:before,.a-select:not(.a-select--narrow) select:before,.ContentEnhancementHero-description:before,.f-blurb-1:before,.ListTopic-items .m-promo .m-promo__description:before,.ListTopic-lead .m-promo .m-promo__description:before,.m-announcement__body:before,.m-article-title__tagline:before,.m-author-title__byline:before,.m-filters__no-results__label:before,.m-form__description:before,.m-list--special-report .m-list__description:before,.m-newsletter-form__description:before,.m-promo--featured .m-promo__description:before,.m-promo--horizontal .m-promo__description:before,.m-promo--stacked .m-promo__description:before,.m-promo--vertical .m-promo__description:before,.m-promo-horizontal__event .m-promo__description:before,.m-promo.m-promo--saved-item .m-promo__saved-item:before,.m-specialreport-module__description:before,.m-submit-module__description:before,.m-utility-banner__label:before,.o-header__articleBar__sponsor:before,.o-header__results__link:before,.o-listing__empty:before{padding-top:1px}.a-input:after,.a-select:not(.a-select--narrow) select:after,.ContentEnhancementHero-description:after,.f-blurb-1:after,.ListTopic-items .m-promo .m-promo__description:after,.ListTopic-lead .m-promo .m-promo__description:after,.m-announcement__body:after,.m-article-title__tagline:after,.m-author-title__byline:after,.m-filters__no-results__label:after,.m-form__description:after,.m-list--special-report .m-list__description:after,.m-newsletter-form__description:after,.m-promo--featured .m-promo__description:after,.m-promo--horizontal .m-promo__description:after,.m-promo--stacked .m-promo__description:after,.m-promo--vertical .m-promo__description:after,.m-promo-horizontal__event .m-promo__description:after,.m-promo.m-promo--saved-item .m-promo__saved-item:after,.m-specialreport-module__description:after,.m-submit-module__description:after,.m-utility-banner__label:after,.o-header__articleBar__sponsor:after,.o-header__results__link:after,.o-listing__empty:after{margin-bottom:-6px}}.a-checkbox,.a-contextual-text,.a-input-label,.a-radio,.a-text.a-text--alternate-type center,.a-text.a-text--alternate-type h4,.a-text.a-text--alternate-type h5,.a-text.a-text--alternate-type h6,.a-text.a-text--alternate-type ol,.a-text.a-text--alternate-type p,.a-text.a-text--alternate-type ul,.f-blurb-1-2,.m-eventbar__info,.m-filters__search__input,.m-form__message,.m-pagination__pages .a-link,.m-productbar__info,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description,.m-promo--subscription .m-promo__description,.o-header__search__input,.o-two-columns-info{font-family:sans-serif;font-size:.78125rem;line-height:1.25rem;font-weight:500;letter-spacing:0}.a-checkbox b,.a-checkbox strong,.a-contextual-text b,.a-contextual-text strong,.a-input-label b,.a-input-label strong,.a-radio b,.a-radio strong,.a-text.a-text--alternate-type center b,.a-text.a-text--alternate-type center strong,.a-text.a-text--alternate-type h4 b,.a-text.a-text--alternate-type h4 strong,.a-text.a-text--alternate-type h5 b,.a-text.a-text--alternate-type h5 strong,.a-text.a-text--alternate-type h6 b,.a-text.a-text--alternate-type h6 strong,.a-text.a-text--alternate-type ol b,.a-text.a-text--alternate-type ol strong,.a-text.a-text--alternate-type p b,.a-text.a-text--alternate-type p strong,.a-text.a-text--alternate-type ul b,.a-text.a-text--alternate-type ul strong,.f-blurb-1-2 b,.f-blurb-1-2 strong,.m-eventbar__info b,.m-eventbar__info strong,.m-filters__search__input b,.m-filters__search__input strong,.m-form__message b,.m-form__message strong,.m-pagination__pages .a-link b,.m-pagination__pages .a-link strong,.m-productbar__info b,.m-productbar__info strong,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description b,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description strong,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description b,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description strong,.m-promo--subscription .m-promo__description b,.m-promo--subscription .m-promo__description strong,.o-header__search__input b,.o-header__search__input strong,.o-two-columns-info b,.o-two-columns-info strong{font-weight:500}.a-checkbox em,.a-checkbox i,.a-contextual-text em,.a-contextual-text i,.a-input-label em,.a-input-label i,.a-radio em,.a-radio i,.a-text.a-text--alternate-type center em,.a-text.a-text--alternate-type center i,.a-text.a-text--alternate-type h4 em,.a-text.a-text--alternate-type h4 i,.a-text.a-text--alternate-type h5 em,.a-text.a-text--alternate-type h5 i,.a-text.a-text--alternate-type h6 em,.a-text.a-text--alternate-type h6 i,.a-text.a-text--alternate-type ol em,.a-text.a-text--alternate-type ol i,.a-text.a-text--alternate-type p em,.a-text.a-text--alternate-type p i,.a-text.a-text--alternate-type ul em,.a-text.a-text--alternate-type ul i,.f-blurb-1-2 em,.f-blurb-1-2 i,.m-eventbar__info em,.m-eventbar__info i,.m-filters__search__input em,.m-filters__search__input i,.m-form__message em,.m-form__message i,.m-pagination__pages .a-link em,.m-pagination__pages .a-link i,.m-productbar__info em,.m-productbar__info i,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description em,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description i,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description em,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description i,.m-promo--subscription .m-promo__description em,.m-promo--subscription .m-promo__description i,.o-header__search__input em,.o-header__search__input i,.o-two-columns-info em,.o-two-columns-info i{font-style:italic}.a-text.a-text--alternate-type .s-Montserrat-loaded center,.a-text.a-text--alternate-type .s-Montserrat-loaded h4,.a-text.a-text--alternate-type .s-Montserrat-loaded h5,.a-text.a-text--alternate-type .s-Montserrat-loaded h6,.a-text.a-text--alternate-type .s-Montserrat-loaded ol,.a-text.a-text--alternate-type .s-Montserrat-loaded p,.a-text.a-text--alternate-type .s-Montserrat-loaded ul,.m-pagination__pages .s-Montserrat-loaded .a-link,.m-promo--horizontal.m-promo--horizontal--featured .s-Montserrat-loaded .m-promo__description,.m-promo--special-report:not(.m-promo--horizontal) .s-Montserrat-loaded .m-promo__description,.m-promo--subscription .s-Montserrat-loaded .m-promo__description,.s-Montserrat-loaded .a-checkbox,.s-Montserrat-loaded .a-contextual-text,.s-Montserrat-loaded .a-input-label,.s-Montserrat-loaded .a-radio,.s-Montserrat-loaded .a-text.a-text--alternate-type center,.s-Montserrat-loaded .a-text.a-text--alternate-type h4,.s-Montserrat-loaded .a-text.a-text--alternate-type h5,.s-Montserrat-loaded .a-text.a-text--alternate-type h6,.s-Montserrat-loaded .a-text.a-text--alternate-type ol,.s-Montserrat-loaded .a-text.a-text--alternate-type p,.s-Montserrat-loaded .a-text.a-text--alternate-type ul,.s-Montserrat-loaded .f-blurb-1-2,.s-Montserrat-loaded .m-eventbar__info,.s-Montserrat-loaded .m-filters__search__input,.s-Montserrat-loaded .m-form__message,.s-Montserrat-loaded .m-pagination__pages .a-link,.s-Montserrat-loaded .m-productbar__info,.s-Montserrat-loaded .m-promo--horizontal.m-promo--horizontal--featured .m-promo__description,.s-Montserrat-loaded .m-promo--special-report:not(.m-promo--horizontal) .m-promo__description,.s-Montserrat-loaded .m-promo--subscription .m-promo__description,.s-Montserrat-loaded .o-header__search__input,.s-Montserrat-loaded .o-two-columns-info{font-family:Montserrat,arial,sans-serif}.a-checkbox:after,.a-checkbox:before,.a-contextual-text:after,.a-contextual-text:before,.a-input-label:after,.a-input-label:before,.a-radio:after,.a-radio:before,.a-text.a-text--alternate-type center:after,.a-text.a-text--alternate-type center:before,.a-text.a-text--alternate-type h4:after,.a-text.a-text--alternate-type h4:before,.a-text.a-text--alternate-type h5:after,.a-text.a-text--alternate-type h5:before,.a-text.a-text--alternate-type h6:after,.a-text.a-text--alternate-type h6:before,.a-text.a-text--alternate-type ol:after,.a-text.a-text--alternate-type ol:before,.a-text.a-text--alternate-type p:after,.a-text.a-text--alternate-type p:before,.a-text.a-text--alternate-type ul:after,.a-text.a-text--alternate-type ul:before,.f-blurb-1-2:after,.f-blurb-1-2:before,.m-eventbar__info:after,.m-eventbar__info:before,.m-filters__search__input:after,.m-filters__search__input:before,.m-form__message:after,.m-form__message:before,.m-pagination__pages .a-link:after,.m-pagination__pages .a-link:before,.m-productbar__info:after,.m-productbar__info:before,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description:after,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description:before,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description:after,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description:before,.m-promo--subscription .m-promo__description:after,.m-promo--subscription .m-promo__description:before,.o-header__search__input:after,.o-header__search__input:before,.o-two-columns-info:after,.o-two-columns-info:before{display:block}.a-checkbox:before,.a-contextual-text:before,.a-input-label:before,.a-radio:before,.a-text.a-text--alternate-type center:before,.a-text.a-text--alternate-type h4:before,.a-text.a-text--alternate-type h5:before,.a-text.a-text--alternate-type h6:before,.a-text.a-text--alternate-type ol:before,.a-text.a-text--alternate-type p:before,.a-text.a-text--alternate-type ul:before,.f-blurb-1-2:before,.m-eventbar__info:before,.m-filters__search__input:before,.m-form__message:before,.m-pagination__pages .a-link:before,.m-productbar__info:before,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description:before,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description:before,.m-promo--subscription .m-promo__description:before,.o-header__search__input:before,.o-two-columns-info:before{padding-top:0}.a-checkbox:after,.a-contextual-text:after,.a-input-label:after,.a-radio:after,.a-text.a-text--alternate-type center:after,.a-text.a-text--alternate-type h4:after,.a-text.a-text--alternate-type h5:after,.a-text.a-text--alternate-type h6:after,.a-text.a-text--alternate-type ol:after,.a-text.a-text--alternate-type p:after,.a-text.a-text--alternate-type ul:after,.f-blurb-1-2:after,.m-eventbar__info:after,.m-filters__search__input:after,.m-form__message:after,.m-pagination__pages .a-link:after,.m-productbar__info:after,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description:after,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description:after,.m-promo--subscription .m-promo__description:after,.o-header__search__input:after,.o-two-columns-info:after{margin-bottom:-5px}@media screen and (min-width:768px){.a-checkbox,.a-contextual-text,.a-input-label,.a-radio,.a-text.a-text--alternate-type center,.a-text.a-text--alternate-type h4,.a-text.a-text--alternate-type h5,.a-text.a-text--alternate-type h6,.a-text.a-text--alternate-type ol,.a-text.a-text--alternate-type p,.a-text.a-text--alternate-type ul,.f-blurb-1-2,.m-eventbar__info,.m-filters__search__input,.m-form__message,.m-pagination__pages .a-link,.m-productbar__info,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description,.m-promo--subscription .m-promo__description,.o-header__search__input,.o-two-columns-info{font-size:.96875rem;line-height:1.5625rem;font-weight:400;letter-spacing:0}.a-checkbox:before,.a-contextual-text:before,.a-input-label:before,.a-radio:before,.a-text.a-text--alternate-type center:before,.a-text.a-text--alternate-type h4:before,.a-text.a-text--alternate-type h5:before,.a-text.a-text--alternate-type h6:before,.a-text.a-text--alternate-type ol:before,.a-text.a-text--alternate-type p:before,.a-text.a-text--alternate-type ul:before,.f-blurb-1-2:before,.m-eventbar__info:before,.m-filters__search__input:before,.m-form__message:before,.m-pagination__pages .a-link:before,.m-productbar__info:before,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description:before,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description:before,.m-promo--subscription .m-promo__description:before,.o-header__search__input:before,.o-two-columns-info:before{padding-top:1px}.a-checkbox:after,.a-contextual-text:after,.a-input-label:after,.a-radio:after,.a-text.a-text--alternate-type center:after,.a-text.a-text--alternate-type h4:after,.a-text.a-text--alternate-type h5:after,.a-text.a-text--alternate-type h6:after,.a-text.a-text--alternate-type ol:after,.a-text.a-text--alternate-type p:after,.a-text.a-text--alternate-type ul:after,.f-blurb-1-2:after,.m-eventbar__info:after,.m-filters__search__input:after,.m-form__message:after,.m-pagination__pages .a-link:after,.m-productbar__info:after,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description:after,.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description:after,.m-promo--subscription .m-promo__description:after,.o-header__search__input:after,.o-two-columns-info:after{margin-bottom:-6px}}.a-button.a-button--cta,.a-dropdown__element a,.a-playlist-item__byline,.a-promo-favorite.a-promo-favorite--remove-label>span,.a-remove-all>span,.f-blurb-2,.m-actionbar__dropdown .ActionLink,.m-actionbar__tooltip,.m-agenda-item__byline,.m-article__sponsorText,.m-carousel--quotes .m-carousel__indicator,.m-filters-selected__clear,.m-filters-selected__title,.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link,.m-link-list .a-link,.m-nav__sub__item,.m-promo__byline,.m-promo__description,.m-promo__location,.m-promo__meta,.m-promo__sponsor .m-promo__sponsors,.m-quote__attribution,.m-signup-banner__description,.m-specialreport-date,.m-submit-module.m-submit-module--links-list .m-submit-module__cta,.m-submit-module.m-submit-module--links-list .m-submit-module__description,.m-subnav--topics .m-subnav,.m-subnav__item .a-dropdown__trigger,.m-terms,.o-footer__body .o-footer__nav-item,.o-list-expanded .o-list-expanded__cta{font-family:sans-serif;font-size:.78125rem;line-height:1.25rem;font-weight:500;letter-spacing:0}.a-button.a-button--cta b,.a-button.a-button--cta strong,.a-dropdown__element a b,.a-dropdown__element a strong,.a-playlist-item__byline b,.a-playlist-item__byline strong,.a-promo-favorite.a-promo-favorite--remove-label>span b,.a-promo-favorite.a-promo-favorite--remove-label>span strong,.a-remove-all>span b,.a-remove-all>span strong,.f-blurb-2 b,.f-blurb-2 strong,.m-actionbar__dropdown .ActionLink b,.m-actionbar__dropdown .ActionLink strong,.m-actionbar__tooltip b,.m-actionbar__tooltip strong,.m-agenda-item__byline b,.m-agenda-item__byline strong,.m-article__sponsorText b,.m-article__sponsorText strong,.m-carousel--quotes .m-carousel__indicator b,.m-carousel--quotes .m-carousel__indicator strong,.m-filters-selected__clear b,.m-filters-selected__clear strong,.m-filters-selected__title b,.m-filters-selected__title strong,.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link b,.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link strong,.m-link-list .a-link b,.m-link-list .a-link strong,.m-nav__sub__item b,.m-nav__sub__item strong,.m-promo__byline b,.m-promo__byline strong,.m-promo__description b,.m-promo__description strong,.m-promo__location b,.m-promo__location strong,.m-promo__meta b,.m-promo__meta strong,.m-promo__sponsor .m-promo__sponsors b,.m-promo__sponsor .m-promo__sponsors strong,.m-quote__attribution b,.m-quote__attribution strong,.m-signup-banner__description b,.m-signup-banner__description strong,.m-specialreport-date b,.m-specialreport-date strong,.m-submit-module.m-submit-module--links-list .m-submit-module__cta b,.m-submit-module.m-submit-module--links-list .m-submit-module__cta strong,.m-submit-module.m-submit-module--links-list .m-submit-module__description b,.m-submit-module.m-submit-module--links-list .m-submit-module__description strong,.m-subnav--topics .m-subnav b,.m-subnav--topics .m-subnav strong,.m-subnav__item .a-dropdown__trigger b,.m-subnav__item .a-dropdown__trigger strong,.m-terms b,.m-terms strong,.o-footer__body .o-footer__nav-item b,.o-footer__body .o-footer__nav-item strong,.o-list-expanded .o-list-expanded__cta b,.o-list-expanded .o-list-expanded__cta strong{font-weight:500}.a-button.a-button--cta em,.a-button.a-button--cta i,.a-dropdown__element a em,.a-dropdown__element a i,.a-playlist-item__byline em,.a-playlist-item__byline i,.a-promo-favorite.a-promo-favorite--remove-label>span em,.a-promo-favorite.a-promo-favorite--remove-label>span i,.a-remove-all>span em,.a-remove-all>span i,.f-blurb-2 em,.f-blurb-2 i,.m-actionbar__dropdown .ActionLink em,.m-actionbar__dropdown .ActionLink i,.m-actionbar__tooltip em,.m-actionbar__tooltip i,.m-agenda-item__byline em,.m-agenda-item__byline i,.m-article__sponsorText em,.m-article__sponsorText i,.m-carousel--quotes .m-carousel__indicator em,.m-carousel--quotes .m-carousel__indicator i,.m-filters-selected__clear em,.m-filters-selected__clear i,.m-filters-selected__title em,.m-filters-selected__title i,.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link em,.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link i,.m-link-list .a-link em,.m-link-list .a-link i,.m-nav__sub__item em,.m-nav__sub__item i,.m-promo__byline em,.m-promo__byline i,.m-promo__description em,.m-promo__description i,.m-promo__location em,.m-promo__location i,.m-promo__meta em,.m-promo__meta i,.m-promo__sponsor .m-promo__sponsors em,.m-promo__sponsor .m-promo__sponsors i,.m-quote__attribution em,.m-quote__attribution i,.m-signup-banner__description em,.m-signup-banner__description i,.m-specialreport-date em,.m-specialreport-date i,.m-submit-module.m-submit-module--links-list .m-submit-module__cta em,.m-submit-module.m-submit-module--links-list .m-submit-module__cta i,.m-submit-module.m-submit-module--links-list .m-submit-module__description em,.m-submit-module.m-submit-module--links-list .m-submit-module__description i,.m-subnav--topics .m-subnav em,.m-subnav--topics .m-subnav i,.m-subnav__item .a-dropdown__trigger em,.m-subnav__item .a-dropdown__trigger i,.m-terms em,.m-terms i,.o-footer__body .o-footer__nav-item em,.o-footer__body .o-footer__nav-item i,.o-list-expanded .o-list-expanded__cta em,.o-list-expanded .o-list-expanded__cta i{font-style:italic}.a-dropdown__element .s-Montserrat-loaded a,.m-actionbar__dropdown .s-Montserrat-loaded .ActionLink,.m-carousel--quotes .s-Montserrat-loaded .m-carousel__indicator,.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .s-Montserrat-loaded .a-link,.m-link-list .s-Montserrat-loaded .a-link,.m-promo__sponsor .s-Montserrat-loaded .m-promo__sponsors,.m-submit-module.m-submit-module--links-list .s-Montserrat-loaded .m-submit-module__cta,.m-submit-module.m-submit-module--links-list .s-Montserrat-loaded .m-submit-module__description,.m-subnav--topics .s-Montserrat-loaded .m-subnav,.m-subnav__item .s-Montserrat-loaded .a-dropdown__trigger,.o-footer__body .s-Montserrat-loaded .o-footer__nav-item,.o-list-expanded .s-Montserrat-loaded .o-list-expanded__cta,.s-Montserrat-loaded .a-button.a-button--cta,.s-Montserrat-loaded .a-dropdown__element a,.s-Montserrat-loaded .a-playlist-item__byline,.s-Montserrat-loaded .a-promo-favorite.a-promo-favorite--remove-label>span,.s-Montserrat-loaded .a-remove-all>span,.s-Montserrat-loaded .f-blurb-2,.s-Montserrat-loaded .m-actionbar__dropdown .ActionLink,.s-Montserrat-loaded .m-actionbar__tooltip,.s-Montserrat-loaded .m-agenda-item__byline,.s-Montserrat-loaded .m-article__sponsorText,.s-Montserrat-loaded .m-carousel--quotes .m-carousel__indicator,.s-Montserrat-loaded .m-filters-selected__clear,.s-Montserrat-loaded .m-filters-selected__title,.s-Montserrat-loaded .m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link,.s-Montserrat-loaded .m-link-list .a-link,.s-Montserrat-loaded .m-nav__sub__item,.s-Montserrat-loaded .m-promo__byline,.s-Montserrat-loaded .m-promo__description,.s-Montserrat-loaded .m-promo__location,.s-Montserrat-loaded .m-promo__meta,.s-Montserrat-loaded .m-promo__sponsor .m-promo__sponsors,.s-Montserrat-loaded .m-quote__attribution,.s-Montserrat-loaded .m-signup-banner__description,.s-Montserrat-loaded .m-specialreport-date,.s-Montserrat-loaded .m-submit-module.m-submit-module--links-list .m-submit-module__cta,.s-Montserrat-loaded .m-submit-module.m-submit-module--links-list .m-submit-module__description,.s-Montserrat-loaded .m-subnav--topics .m-subnav,.s-Montserrat-loaded .m-subnav__item .a-dropdown__trigger,.s-Montserrat-loaded .m-terms,.s-Montserrat-loaded .o-footer__body .o-footer__nav-item,.s-Montserrat-loaded .o-list-expanded .o-list-expanded__cta{font-family:Montserrat,arial,sans-serif}.a-button.a-button--cta:after,.a-button.a-button--cta:before,.a-dropdown__element a:after,.a-dropdown__element a:before,.a-playlist-item__byline:after,.a-playlist-item__byline:before,.a-promo-favorite.a-promo-favorite--remove-label>span:after,.a-promo-favorite.a-promo-favorite--remove-label>span:before,.a-remove-all>span:after,.a-remove-all>span:before,.f-blurb-2:after,.f-blurb-2:before,.m-actionbar__dropdown .ActionLink:after,.m-actionbar__dropdown .ActionLink:before,.m-actionbar__tooltip:after,.m-actionbar__tooltip:before,.m-agenda-item__byline:after,.m-agenda-item__byline:before,.m-article__sponsorText:after,.m-article__sponsorText:before,.m-carousel--quotes .m-carousel__indicator:after,.m-carousel--quotes .m-carousel__indicator:before,.m-filters-selected__clear:after,.m-filters-selected__clear:before,.m-filters-selected__title:after,.m-filters-selected__title:before,.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link:after,.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link:before,.m-link-list .a-link:after,.m-link-list .a-link:before,.m-nav__sub__item:after,.m-nav__sub__item:before,.m-promo__byline:after,.m-promo__byline:before,.m-promo__description:after,.m-promo__description:before,.m-promo__location:after,.m-promo__location:before,.m-promo__meta:after,.m-promo__meta:before,.m-promo__sponsor .m-promo__sponsors:after,.m-promo__sponsor .m-promo__sponsors:before,.m-quote__attribution:after,.m-quote__attribution:before,.m-signup-banner__description:after,.m-signup-banner__description:before,.m-specialreport-date:after,.m-specialreport-date:before,.m-submit-module.m-submit-module--links-list .m-submit-module__cta:after,.m-submit-module.m-submit-module--links-list .m-submit-module__cta:before,.m-submit-module.m-submit-module--links-list .m-submit-module__description:after,.m-submit-module.m-submit-module--links-list .m-submit-module__description:before,.m-subnav--topics .m-subnav:after,.m-subnav--topics .m-subnav:before,.m-subnav__item .a-dropdown__trigger:after,.m-subnav__item .a-dropdown__trigger:before,.m-terms:after,.m-terms:before,.o-footer__body .o-footer__nav-item:after,.o-footer__body .o-footer__nav-item:before,.o-list-expanded .o-list-expanded__cta:after,.o-list-expanded .o-list-expanded__cta:before{display:block}.a-button.a-button--cta:before,.a-dropdown__element a:before,.a-playlist-item__byline:before,.a-promo-favorite.a-promo-favorite--remove-label>span:before,.a-remove-all>span:before,.f-blurb-2:before,.m-actionbar__dropdown .ActionLink:before,.m-actionbar__tooltip:before,.m-agenda-item__byline:before,.m-article__sponsorText:before,.m-carousel--quotes .m-carousel__indicator:before,.m-filters-selected__clear:before,.m-filters-selected__title:before,.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link:before,.m-link-list .a-link:before,.m-nav__sub__item:before,.m-promo__byline:before,.m-promo__description:before,.m-promo__location:before,.m-promo__meta:before,.m-promo__sponsor .m-promo__sponsors:before,.m-quote__attribution:before,.m-signup-banner__description:before,.m-specialreport-date:before,.m-submit-module.m-submit-module--links-list .m-submit-module__cta:before,.m-submit-module.m-submit-module--links-list .m-submit-module__description:before,.m-subnav--topics .m-subnav:before,.m-subnav__item .a-dropdown__trigger:before,.m-terms:before,.o-footer__body .o-footer__nav-item:before,.o-list-expanded .o-list-expanded__cta:before{padding-top:0}.a-button.a-button--cta:after,.a-dropdown__element a:after,.a-playlist-item__byline:after,.a-promo-favorite.a-promo-favorite--remove-label>span:after,.a-remove-all>span:after,.f-blurb-2:after,.m-actionbar__dropdown .ActionLink:after,.m-actionbar__tooltip:after,.m-agenda-item__byline:after,.m-article__sponsorText:after,.m-carousel--quotes .m-carousel__indicator:after,.m-filters-selected__clear:after,.m-filters-selected__title:after,.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link:after,.m-link-list .a-link:after,.m-nav__sub__item:after,.m-promo__byline:after,.m-promo__description:after,.m-promo__location:after,.m-promo__meta:after,.m-promo__sponsor .m-promo__sponsors:after,.m-quote__attribution:after,.m-signup-banner__description:after,.m-specialreport-date:after,.m-submit-module.m-submit-module--links-list .m-submit-module__cta:after,.m-submit-module.m-submit-module--links-list .m-submit-module__description:after,.m-subnav--topics .m-subnav:after,.m-subnav__item .a-dropdown__trigger:after,.m-terms:after,.o-footer__body .o-footer__nav-item:after,.o-list-expanded .o-list-expanded__cta:after{margin-bottom:-5px}.a-daterange input,.a-daterange span,.a-media__byline,.a-text.a-text--alternate-type small,.a-text small,.a-text table,.CarouselSlide-info,.f-caption-1,.HeaderBannerMain-description,.m-article-chapters,.m-author__social__title,.m-authorbio__affiliationAndTitle,.m-eventbar__calendar,.m-fineprint,.m-fineprint__toggle,.m-header-banner__topic .m-header-banner__sponsor,.m-productbar__calendar,.m-profile-banner__byline,.m-profile-banner__tagline,.m-promo.m-promo--saved-profile .m-promo__tagline,.m-promo__media__overlay .m-promo__media__caption,.m-promo__media__overlay .m-promo__media__credit,.m-speakerbio__affiliationAndTitle,.m-specialreport-module__allreports,.m-sponsored-banner__title,.m-spr-banner__byline,.m-tag-navigation .a-link,.m-tag-navigation__title,.o-agenda__nav__items,.o-footer__tagline,.o-leader-form__list,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio,.o-search-results .m-filters-overlay a,.SpecialReportsPage .m-promo__media__credit,select{font-family:sans-serif;font-size:.65625rem;line-height:.9375rem;font-weight:400;letter-spacing:0}.a-daterange input b,.a-daterange input strong,.a-daterange span b,.a-daterange span strong,.a-media__byline b,.a-media__byline strong,.a-text.a-text--alternate-type small b,.a-text.a-text--alternate-type small strong,.a-text small b,.a-text small strong,.a-text table b,.a-text table strong,.CarouselSlide-info b,.CarouselSlide-info strong,.f-caption-1 b,.f-caption-1 strong,.HeaderBannerMain-description b,.HeaderBannerMain-description strong,.m-article-chapters b,.m-article-chapters strong,.m-author__social__title b,.m-author__social__title strong,.m-authorbio__affiliationAndTitle b,.m-authorbio__affiliationAndTitle strong,.m-eventbar__calendar b,.m-eventbar__calendar strong,.m-fineprint__toggle b,.m-fineprint__toggle strong,.m-fineprint b,.m-fineprint strong,.m-header-banner__topic .m-header-banner__sponsor b,.m-header-banner__topic .m-header-banner__sponsor strong,.m-productbar__calendar b,.m-productbar__calendar strong,.m-profile-banner__byline b,.m-profile-banner__byline strong,.m-profile-banner__tagline b,.m-profile-banner__tagline strong,.m-promo.m-promo--saved-profile .m-promo__tagline b,.m-promo.m-promo--saved-profile .m-promo__tagline strong,.m-promo__media__overlay .m-promo__media__caption b,.m-promo__media__overlay .m-promo__media__caption strong,.m-promo__media__overlay .m-promo__media__credit b,.m-promo__media__overlay .m-promo__media__credit strong,.m-speakerbio__affiliationAndTitle b,.m-speakerbio__affiliationAndTitle strong,.m-specialreport-module__allreports b,.m-specialreport-module__allreports strong,.m-sponsored-banner__title b,.m-sponsored-banner__title strong,.m-spr-banner__byline b,.m-spr-banner__byline strong,.m-tag-navigation .a-link b,.m-tag-navigation .a-link strong,.m-tag-navigation__title b,.m-tag-navigation__title strong,.o-agenda__nav__items b,.o-agenda__nav__items strong,.o-footer__tagline b,.o-footer__tagline strong,.o-leader-form__list b,.o-leader-form__list strong,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox b,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox strong,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio b,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio strong,.o-search-results .m-filters-overlay a b,.o-search-results .m-filters-overlay a strong,.SpecialReportsPage .m-promo__media__credit b,.SpecialReportsPage .m-promo__media__credit strong,select b,select strong{font-weight:500}.a-daterange input em,.a-daterange input i,.a-daterange span em,.a-daterange span i,.a-media__byline em,.a-media__byline i,.a-text.a-text--alternate-type small em,.a-text.a-text--alternate-type small i,.a-text small em,.a-text small i,.a-text table em,.a-text table i,.CarouselSlide-info em,.CarouselSlide-info i,.f-caption-1 em,.f-caption-1 i,.HeaderBannerMain-description em,.HeaderBannerMain-description i,.m-article-chapters em,.m-article-chapters i,.m-author__social__title em,.m-author__social__title i,.m-authorbio__affiliationAndTitle em,.m-authorbio__affiliationAndTitle i,.m-eventbar__calendar em,.m-eventbar__calendar i,.m-fineprint__toggle em,.m-fineprint__toggle i,.m-fineprint em,.m-fineprint i,.m-header-banner__topic .m-header-banner__sponsor em,.m-header-banner__topic .m-header-banner__sponsor i,.m-productbar__calendar em,.m-productbar__calendar i,.m-profile-banner__byline em,.m-profile-banner__byline i,.m-profile-banner__tagline em,.m-profile-banner__tagline i,.m-promo.m-promo--saved-profile .m-promo__tagline em,.m-promo.m-promo--saved-profile .m-promo__tagline i,.m-promo__media__overlay .m-promo__media__caption em,.m-promo__media__overlay .m-promo__media__caption i,.m-promo__media__overlay .m-promo__media__credit em,.m-promo__media__overlay .m-promo__media__credit i,.m-speakerbio__affiliationAndTitle em,.m-speakerbio__affiliationAndTitle i,.m-specialreport-module__allreports em,.m-specialreport-module__allreports i,.m-sponsored-banner__title em,.m-sponsored-banner__title i,.m-spr-banner__byline em,.m-spr-banner__byline i,.m-tag-navigation .a-link em,.m-tag-navigation .a-link i,.m-tag-navigation__title em,.m-tag-navigation__title i,.o-agenda__nav__items em,.o-agenda__nav__items i,.o-footer__tagline em,.o-footer__tagline i,.o-leader-form__list em,.o-leader-form__list i,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox em,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox i,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio em,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio i,.o-search-results .m-filters-overlay a em,.o-search-results .m-filters-overlay a i,.SpecialReportsPage .m-promo__media__credit em,.SpecialReportsPage .m-promo__media__credit i,select em,select i{font-style:italic}.a-daterange .s-Montserrat-loaded input,.a-daterange .s-Montserrat-loaded span,.a-text .s-Montserrat-loaded small,.a-text .s-Montserrat-loaded table,.m-header-banner__topic .s-Montserrat-loaded .m-header-banner__sponsor,.m-promo.m-promo--saved-profile .s-Montserrat-loaded .m-promo__tagline,.m-promo__media__overlay .s-Montserrat-loaded .m-promo__media__caption,.m-promo__media__overlay .s-Montserrat-loaded .m-promo__media__credit,.m-tag-navigation .s-Montserrat-loaded .a-link,.o-search-results .m-filters-overlay .s-Montserrat-loaded a,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .s-Montserrat-loaded .a-checkbox,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .s-Montserrat-loaded .a-radio,.s-Montserrat-loaded .a-daterange input,.s-Montserrat-loaded .a-daterange span,.s-Montserrat-loaded .a-media__byline,.s-Montserrat-loaded .a-text small,.s-Montserrat-loaded .a-text table,.s-Montserrat-loaded .CarouselSlide-info,.s-Montserrat-loaded .f-caption-1,.s-Montserrat-loaded .HeaderBannerMain-description,.s-Montserrat-loaded .m-article-chapters,.s-Montserrat-loaded .m-author__social__title,.s-Montserrat-loaded .m-authorbio__affiliationAndTitle,.s-Montserrat-loaded .m-eventbar__calendar,.s-Montserrat-loaded .m-fineprint,.s-Montserrat-loaded .m-fineprint__toggle,.s-Montserrat-loaded .m-header-banner__topic .m-header-banner__sponsor,.s-Montserrat-loaded .m-productbar__calendar,.s-Montserrat-loaded .m-profile-banner__byline,.s-Montserrat-loaded .m-profile-banner__tagline,.s-Montserrat-loaded .m-promo.m-promo--saved-profile .m-promo__tagline,.s-Montserrat-loaded .m-promo__media__overlay .m-promo__media__caption,.s-Montserrat-loaded .m-promo__media__overlay .m-promo__media__credit,.s-Montserrat-loaded .m-speakerbio__affiliationAndTitle,.s-Montserrat-loaded .m-specialreport-module__allreports,.s-Montserrat-loaded .m-sponsored-banner__title,.s-Montserrat-loaded .m-spr-banner__byline,.s-Montserrat-loaded .m-tag-navigation .a-link,.s-Montserrat-loaded .m-tag-navigation__title,.s-Montserrat-loaded .o-agenda__nav__items,.s-Montserrat-loaded .o-footer__tagline,.s-Montserrat-loaded .o-leader-form__list,.s-Montserrat-loaded .o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox,.s-Montserrat-loaded .o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio,.s-Montserrat-loaded .o-search-results .m-filters-overlay a,.s-Montserrat-loaded .SpecialReportsPage .m-promo__media__credit,.s-Montserrat-loaded select,.SpecialReportsPage .s-Montserrat-loaded .m-promo__media__credit{font-family:Montserrat,arial,sans-serif}.a-daterange input:after,.a-daterange input:before,.a-daterange span:after,.a-daterange span:before,.a-media__byline:after,.a-media__byline:before,.a-text.a-text--alternate-type small:after,.a-text.a-text--alternate-type small:before,.a-text small:after,.a-text small:before,.a-text table:after,.a-text table:before,.CarouselSlide-info:after,.CarouselSlide-info:before,.f-caption-1:after,.f-caption-1:before,.HeaderBannerMain-description:after,.HeaderBannerMain-description:before,.m-article-chapters:after,.m-article-chapters:before,.m-author__social__title:after,.m-author__social__title:before,.m-authorbio__affiliationAndTitle:after,.m-authorbio__affiliationAndTitle:before,.m-eventbar__calendar:after,.m-eventbar__calendar:before,.m-fineprint:after,.m-fineprint:before,.m-fineprint__toggle:after,.m-fineprint__toggle:before,.m-header-banner__topic .m-header-banner__sponsor:after,.m-header-banner__topic .m-header-banner__sponsor:before,.m-productbar__calendar:after,.m-productbar__calendar:before,.m-profile-banner__byline:after,.m-profile-banner__byline:before,.m-profile-banner__tagline:after,.m-profile-banner__tagline:before,.m-promo.m-promo--saved-profile .m-promo__tagline:after,.m-promo.m-promo--saved-profile .m-promo__tagline:before,.m-promo__media__overlay .m-promo__media__caption:after,.m-promo__media__overlay .m-promo__media__caption:before,.m-promo__media__overlay .m-promo__media__credit:after,.m-promo__media__overlay .m-promo__media__credit:before,.m-speakerbio__affiliationAndTitle:after,.m-speakerbio__affiliationAndTitle:before,.m-specialreport-module__allreports:after,.m-specialreport-module__allreports:before,.m-sponsored-banner__title:after,.m-sponsored-banner__title:before,.m-spr-banner__byline:after,.m-spr-banner__byline:before,.m-tag-navigation .a-link:after,.m-tag-navigation .a-link:before,.m-tag-navigation__title:after,.m-tag-navigation__title:before,.o-agenda__nav__items:after,.o-agenda__nav__items:before,.o-footer__tagline:after,.o-footer__tagline:before,.o-leader-form__list:after,.o-leader-form__list:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox:after,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio:after,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio:before,.o-search-results .m-filters-overlay a:after,.o-search-results .m-filters-overlay a:before,.SpecialReportsPage .m-promo__media__credit:after,.SpecialReportsPage .m-promo__media__credit:before,select:after,select:before{display:block}.a-daterange input:before,.a-daterange span:before,.a-media__byline:before,.a-text.a-text--alternate-type small:before,.a-text small:before,.a-text table:before,.CarouselSlide-info:before,.f-caption-1:before,.HeaderBannerMain-description:before,.m-article-chapters:before,.m-author__social__title:before,.m-authorbio__affiliationAndTitle:before,.m-eventbar__calendar:before,.m-fineprint:before,.m-fineprint__toggle:before,.m-header-banner__topic .m-header-banner__sponsor:before,.m-productbar__calendar:before,.m-profile-banner__byline:before,.m-profile-banner__tagline:before,.m-promo.m-promo--saved-profile .m-promo__tagline:before,.m-promo__media__overlay .m-promo__media__caption:before,.m-promo__media__overlay .m-promo__media__credit:before,.m-speakerbio__affiliationAndTitle:before,.m-specialreport-module__allreports:before,.m-sponsored-banner__title:before,.m-spr-banner__byline:before,.m-tag-navigation .a-link:before,.m-tag-navigation__title:before,.o-agenda__nav__items:before,.o-footer__tagline:before,.o-leader-form__list:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio:before,.o-search-results .m-filters-overlay a:before,.SpecialReportsPage .m-promo__media__credit:before,select:before{padding-top:3px}.a-daterange input:after,.a-daterange span:after,.a-media__byline:after,.a-text.a-text--alternate-type small:after,.a-text small:after,.a-text table:after,.CarouselSlide-info:after,.f-caption-1:after,.HeaderBannerMain-description:after,.m-article-chapters:after,.m-author__social__title:after,.m-authorbio__affiliationAndTitle:after,.m-eventbar__calendar:after,.m-fineprint:after,.m-fineprint__toggle:after,.m-header-banner__topic .m-header-banner__sponsor:after,.m-productbar__calendar:after,.m-profile-banner__byline:after,.m-profile-banner__tagline:after,.m-promo.m-promo--saved-profile .m-promo__tagline:after,.m-promo__media__overlay .m-promo__media__caption:after,.m-promo__media__overlay .m-promo__media__credit:after,.m-speakerbio__affiliationAndTitle:after,.m-specialreport-module__allreports:after,.m-sponsored-banner__title:after,.m-spr-banner__byline:after,.m-tag-navigation .a-link:after,.m-tag-navigation__title:after,.o-agenda__nav__items:after,.o-footer__tagline:after,.o-leader-form__list:after,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox:after,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio:after,.o-search-results .m-filters-overlay a:after,.SpecialReportsPage .m-promo__media__credit:after,select:after{margin-bottom:-3px}@media screen and (min-width:768px){.a-daterange input,.a-daterange span,.a-media__byline,.a-text.a-text--alternate-type small,.a-text small,.a-text table,.CarouselSlide-info,.f-caption-1,.HeaderBannerMain-description,.m-article-chapters,.m-author__social__title,.m-authorbio__affiliationAndTitle,.m-eventbar__calendar,.m-fineprint,.m-fineprint__toggle,.m-header-banner__topic .m-header-banner__sponsor,.m-productbar__calendar,.m-profile-banner__byline,.m-profile-banner__tagline,.m-promo.m-promo--saved-profile .m-promo__tagline,.m-promo__media__overlay .m-promo__media__caption,.m-promo__media__overlay .m-promo__media__credit,.m-speakerbio__affiliationAndTitle,.m-specialreport-module__allreports,.m-sponsored-banner__title,.m-spr-banner__byline,.m-tag-navigation .a-link,.m-tag-navigation__title,.o-agenda__nav__items,.o-footer__tagline,.o-leader-form__list,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio,.o-search-results .m-filters-overlay a,.SpecialReportsPage .m-promo__media__credit,select{font-size:.78125rem;line-height:1.25rem;font-weight:500;letter-spacing:0}.a-daterange input:before,.a-daterange span:before,.a-media__byline:before,.a-text.a-text--alternate-type small:before,.a-text small:before,.a-text table:before,.CarouselSlide-info:before,.f-caption-1:before,.HeaderBannerMain-description:before,.m-article-chapters:before,.m-author__social__title:before,.m-authorbio__affiliationAndTitle:before,.m-eventbar__calendar:before,.m-fineprint:before,.m-fineprint__toggle:before,.m-header-banner__topic .m-header-banner__sponsor:before,.m-productbar__calendar:before,.m-profile-banner__byline:before,.m-profile-banner__tagline:before,.m-promo.m-promo--saved-profile .m-promo__tagline:before,.m-promo__media__overlay .m-promo__media__caption:before,.m-promo__media__overlay .m-promo__media__credit:before,.m-speakerbio__affiliationAndTitle:before,.m-specialreport-module__allreports:before,.m-sponsored-banner__title:before,.m-spr-banner__byline:before,.m-tag-navigation .a-link:before,.m-tag-navigation__title:before,.o-agenda__nav__items:before,.o-footer__tagline:before,.o-leader-form__list:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio:before,.o-search-results .m-filters-overlay a:before,.SpecialReportsPage .m-promo__media__credit:before,select:before{padding-top:0}.a-daterange input:after,.a-daterange span:after,.a-media__byline:after,.a-text.a-text--alternate-type small:after,.a-text small:after,.a-text table:after,.CarouselSlide-info:after,.f-caption-1:after,.HeaderBannerMain-description:after,.m-article-chapters:after,.m-author__social__title:after,.m-authorbio__affiliationAndTitle:after,.m-eventbar__calendar:after,.m-fineprint:after,.m-fineprint__toggle:after,.m-header-banner__topic .m-header-banner__sponsor:after,.m-productbar__calendar:after,.m-profile-banner__byline:after,.m-profile-banner__tagline:after,.m-promo.m-promo--saved-profile .m-promo__tagline:after,.m-promo__media__overlay .m-promo__media__caption:after,.m-promo__media__overlay .m-promo__media__credit:after,.m-speakerbio__affiliationAndTitle:after,.m-specialreport-module__allreports:after,.m-sponsored-banner__title:after,.m-spr-banner__byline:after,.m-tag-navigation .a-link:after,.m-tag-navigation__title:after,.o-agenda__nav__items:after,.o-footer__tagline:after,.o-leader-form__list:after,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox:after,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio:after,.o-search-results .m-filters-overlay a:after,.SpecialReportsPage .m-promo__media__credit:after,select:after{margin-bottom:-5px}}.a-tooltip__wrapper,.f-caption-1-2{font-family:sans-serif;font-size:.78125rem;line-height:1.25rem;font-weight:500;letter-spacing:0}.a-tooltip__wrapper b,.a-tooltip__wrapper strong,.f-caption-1-2 b,.f-caption-1-2 strong{font-weight:500}.a-tooltip__wrapper em,.a-tooltip__wrapper i,.f-caption-1-2 em,.f-caption-1-2 i{font-style:italic}.s-Montserrat-loaded .a-tooltip__wrapper,.s-Montserrat-loaded .f-caption-1-2{font-family:Montserrat,arial,sans-serif}.a-tooltip__wrapper:after,.a-tooltip__wrapper:before,.f-caption-1-2:after,.f-caption-1-2:before{display:block}.a-tooltip__wrapper:before,.f-caption-1-2:before{padding-top:0}.a-tooltip__wrapper:after,.f-caption-1-2:after{margin-bottom:-5px}.a-denotes-required,.f-caption-2,.m-event-tickets .a-link,.m-eventbar__link,.m-filters-selected__item,.m-productbar__link,.o-search-results__help{font-family:sans-serif;font-size:.65625rem;line-height:.9375rem;font-weight:400;letter-spacing:0}.a-denotes-required b,.a-denotes-required strong,.f-caption-2 b,.f-caption-2 strong,.m-event-tickets .a-link b,.m-event-tickets .a-link strong,.m-eventbar__link b,.m-eventbar__link strong,.m-filters-selected__item b,.m-filters-selected__item strong,.m-productbar__link b,.m-productbar__link strong,.o-search-results__help b,.o-search-results__help strong{font-weight:500}.a-denotes-required em,.a-denotes-required i,.f-caption-2 em,.f-caption-2 i,.m-event-tickets .a-link em,.m-event-tickets .a-link i,.m-eventbar__link em,.m-eventbar__link i,.m-filters-selected__item em,.m-filters-selected__item i,.m-productbar__link em,.m-productbar__link i,.o-search-results__help em,.o-search-results__help i{font-style:italic}.m-event-tickets .s-Montserrat-loaded .a-link,.s-Montserrat-loaded .a-denotes-required,.s-Montserrat-loaded .f-caption-2,.s-Montserrat-loaded .m-event-tickets .a-link,.s-Montserrat-loaded .m-eventbar__link,.s-Montserrat-loaded .m-filters-selected__item,.s-Montserrat-loaded .m-productbar__link,.s-Montserrat-loaded .o-search-results__help{font-family:Montserrat,arial,sans-serif}.a-denotes-required:after,.a-denotes-required:before,.f-caption-2:after,.f-caption-2:before,.m-event-tickets .a-link:after,.m-event-tickets .a-link:before,.m-eventbar__link:after,.m-eventbar__link:before,.m-filters-selected__item:after,.m-filters-selected__item:before,.m-productbar__link:after,.m-productbar__link:before,.o-search-results__help:after,.o-search-results__help:before{display:block}.a-denotes-required:before,.f-caption-2:before,.m-event-tickets .a-link:before,.m-eventbar__link:before,.m-filters-selected__item:before,.m-productbar__link:before,.o-search-results__help:before{padding-top:3px}.a-denotes-required:after,.f-caption-2:after,.m-event-tickets .a-link:after,.m-eventbar__link:after,.m-filters-selected__item:after,.m-productbar__link:after,.o-search-results__help:after{margin-bottom:-3px}@media screen and (min-width:768px){.a-denotes-required,.f-caption-2,.m-event-tickets .a-link,.m-eventbar__link,.m-filters-selected__item,.m-productbar__link,.o-search-results__help{font-size:.65625rem;line-height:.9375rem;font-weight:400;letter-spacing:0}.a-denotes-required:before,.f-caption-2:before,.m-event-tickets .a-link:before,.m-eventbar__link:before,.m-filters-selected__item:before,.m-productbar__link:before,.o-search-results__help:before{padding-top:3px}.a-denotes-required:after,.f-caption-2:after,.m-event-tickets .a-link:after,.m-eventbar__link:after,.m-filters-selected__item:after,.m-productbar__link:after,.o-search-results__help:after{margin-bottom:-3px}}.DisqusCommentModule-count,.f-ui-1,.FaqList-title,.m-banner h2,.m-header-banner__topic span,.m-saved-listing-banner__label,.o-header__articleBar__label,.o-searchFilters__section-title,.o-two-columns-info__title{font-family:sans-serif;font-size:.6875rem;line-height:.9375rem;font-weight:500;letter-spacing:.1em}.DisqusCommentModule-count b,.DisqusCommentModule-count strong,.f-ui-1 b,.f-ui-1 strong,.FaqList-title b,.FaqList-title strong,.m-banner h2 b,.m-banner h2 strong,.m-header-banner__topic span b,.m-header-banner__topic span strong,.m-saved-listing-banner__label b,.m-saved-listing-banner__label strong,.o-header__articleBar__label b,.o-header__articleBar__label strong,.o-searchFilters__section-title b,.o-searchFilters__section-title strong,.o-two-columns-info__title b,.o-two-columns-info__title strong{font-weight:500}.DisqusCommentModule-count em,.DisqusCommentModule-count i,.f-ui-1 em,.f-ui-1 i,.FaqList-title em,.FaqList-title i,.m-banner h2 em,.m-banner h2 i,.m-header-banner__topic span em,.m-header-banner__topic span i,.m-saved-listing-banner__label em,.m-saved-listing-banner__label i,.o-header__articleBar__label em,.o-header__articleBar__label i,.o-searchFilters__section-title em,.o-searchFilters__section-title i,.o-two-columns-info__title em,.o-two-columns-info__title i{font-style:italic}.m-banner .s-Montserrat-loaded h2,.m-header-banner__topic .s-Montserrat-loaded span,.s-Montserrat-loaded .DisqusCommentModule-count,.s-Montserrat-loaded .f-ui-1,.s-Montserrat-loaded .FaqList-title,.s-Montserrat-loaded .m-banner h2,.s-Montserrat-loaded .m-header-banner__topic span,.s-Montserrat-loaded .m-saved-listing-banner__label,.s-Montserrat-loaded .o-header__articleBar__label,.s-Montserrat-loaded .o-searchFilters__section-title,.s-Montserrat-loaded .o-two-columns-info__title{font-family:Montserrat,arial,sans-serif}.DisqusCommentModule-count:after,.DisqusCommentModule-count:before,.f-ui-1:after,.f-ui-1:before,.FaqList-title:after,.FaqList-title:before,.m-banner h2:after,.m-banner h2:before,.m-header-banner__topic span:after,.m-header-banner__topic span:before,.m-saved-listing-banner__label:after,.m-saved-listing-banner__label:before,.o-header__articleBar__label:after,.o-header__articleBar__label:before,.o-searchFilters__section-title:after,.o-searchFilters__section-title:before,.o-two-columns-info__title:after,.o-two-columns-info__title:before{display:block}.DisqusCommentModule-count:before,.f-ui-1:before,.FaqList-title:before,.m-banner h2:before,.m-header-banner__topic span:before,.m-saved-listing-banner__label:before,.o-header__articleBar__label:before,.o-searchFilters__section-title:before,.o-two-columns-info__title:before{padding-top:3px}.DisqusCommentModule-count:after,.f-ui-1:after,.FaqList-title:after,.m-banner h2:after,.m-header-banner__topic span:after,.m-saved-listing-banner__label:after,.o-header__articleBar__label:after,.o-searchFilters__section-title:after,.o-two-columns-info__title:after{margin-bottom:-3px}@media screen and (min-width:768px){.DisqusCommentModule-count,.f-ui-1,.FaqList-title,.m-banner h2,.m-header-banner__topic span,.m-saved-listing-banner__label,.o-header__articleBar__label,.o-searchFilters__section-title,.o-two-columns-info__title{font-size:.8125rem;line-height:.9375rem;font-weight:500;letter-spacing:.1em}.DisqusCommentModule-count:before,.f-ui-1:before,.FaqList-title:before,.m-banner h2:before,.m-header-banner__topic span:before,.m-saved-listing-banner__label:before,.o-header__articleBar__label:before,.o-searchFilters__section-title:before,.o-two-columns-info__title:before{padding-top:2px}.DisqusCommentModule-count:after,.f-ui-1:after,.FaqList-title:after,.m-banner h2:after,.m-header-banner__topic span:after,.m-saved-listing-banner__label:after,.o-header__articleBar__label:after,.o-searchFilters__section-title:after,.o-two-columns-info__title:after{margin-bottom:-2px}}@media screen and (min-width:1024px){.DisqusCommentModule-count,.f-ui-1,.FaqList-title,.m-banner h2,.m-header-banner__topic span,.m-saved-listing-banner__label,.o-header__articleBar__label,.o-searchFilters__section-title,.o-two-columns-info__title{font-size:1.0625rem;line-height:1.25rem;font-weight:500;letter-spacing:0}.DisqusCommentModule-count:before,.f-ui-1:before,.FaqList-title:before,.m-banner h2:before,.m-header-banner__topic span:before,.m-saved-listing-banner__label:before,.o-header__articleBar__label:before,.o-searchFilters__section-title:before,.o-two-columns-info__title:before{padding-top:3px}.DisqusCommentModule-count:after,.f-ui-1:after,.FaqList-title:after,.m-banner h2:after,.m-header-banner__topic span:after,.m-saved-listing-banner__label:after,.o-header__articleBar__label:after,.o-searchFilters__section-title:after,.o-two-columns-info__title:after{margin-bottom:-3px}}.a-fieldset__title,.a-text table h3,.f-ui-2,.m-filters-overlay__filters-button,.m-filters-selected__header,.m-filters__controls__button,.m-filters__label,.m-form__title,.m-list__tagline,.m-promo--current-issue .m-promo__tagline,.m-spr-banner__tag,.m-subnav,.m-tabs__link,.o-header__results__topic,.o-header__trigger,.o-list__header,.Page-pageBreadcrumbs,.Page-pageLabel,.Page-pageSection{font-family:sans-serif;font-size:.5625rem;line-height:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.a-fieldset__title b,.a-fieldset__title strong,.a-text table h3 b,.a-text table h3 strong,.f-ui-2 b,.f-ui-2 strong,.m-filters-overlay__filters-button b,.m-filters-overlay__filters-button strong,.m-filters-selected__header b,.m-filters-selected__header strong,.m-filters__controls__button b,.m-filters__controls__button strong,.m-filters__label b,.m-filters__label strong,.m-form__title b,.m-form__title strong,.m-list__tagline b,.m-list__tagline strong,.m-promo--current-issue .m-promo__tagline b,.m-promo--current-issue .m-promo__tagline strong,.m-spr-banner__tag b,.m-spr-banner__tag strong,.m-subnav b,.m-subnav strong,.m-tabs__link b,.m-tabs__link strong,.o-header__results__topic b,.o-header__results__topic strong,.o-header__trigger b,.o-header__trigger strong,.o-list__header b,.o-list__header strong,.Page-pageBreadcrumbs b,.Page-pageBreadcrumbs strong,.Page-pageLabel b,.Page-pageLabel strong,.Page-pageSection b,.Page-pageSection strong{font-weight:500}.a-fieldset__title em,.a-fieldset__title i,.a-text table h3 em,.a-text table h3 i,.f-ui-2 em,.f-ui-2 i,.m-filters-overlay__filters-button em,.m-filters-overlay__filters-button i,.m-filters-selected__header em,.m-filters-selected__header i,.m-filters__controls__button em,.m-filters__controls__button i,.m-filters__label em,.m-filters__label i,.m-form__title em,.m-form__title i,.m-list__tagline em,.m-list__tagline i,.m-promo--current-issue .m-promo__tagline em,.m-promo--current-issue .m-promo__tagline i,.m-spr-banner__tag em,.m-spr-banner__tag i,.m-subnav em,.m-subnav i,.m-tabs__link em,.m-tabs__link i,.o-header__results__topic em,.o-header__results__topic i,.o-header__trigger em,.o-header__trigger i,.o-list__header em,.o-list__header i,.Page-pageBreadcrumbs em,.Page-pageBreadcrumbs i,.Page-pageLabel em,.Page-pageLabel i,.Page-pageSection em,.Page-pageSection i{font-style:italic}.a-text table .s-Montserrat-loaded h3,.m-promo--current-issue .s-Montserrat-loaded .m-promo__tagline,.s-Montserrat-loaded .a-fieldset__title,.s-Montserrat-loaded .a-text table h3,.s-Montserrat-loaded .f-ui-2,.s-Montserrat-loaded .m-filters-overlay__filters-button,.s-Montserrat-loaded .m-filters-selected__header,.s-Montserrat-loaded .m-filters__controls__button,.s-Montserrat-loaded .m-filters__label,.s-Montserrat-loaded .m-form__title,.s-Montserrat-loaded .m-list__tagline,.s-Montserrat-loaded .m-promo--current-issue .m-promo__tagline,.s-Montserrat-loaded .m-spr-banner__tag,.s-Montserrat-loaded .m-subnav,.s-Montserrat-loaded .m-tabs__link,.s-Montserrat-loaded .o-header__results__topic,.s-Montserrat-loaded .o-header__trigger,.s-Montserrat-loaded .o-list__header,.s-Montserrat-loaded .Page-pageBreadcrumbs,.s-Montserrat-loaded .Page-pageLabel,.s-Montserrat-loaded .Page-pageSection{font-family:Montserrat,arial,sans-serif}.a-fieldset__title:after,.a-fieldset__title:before,.a-text table h3:after,.a-text table h3:before,.f-ui-2:after,.f-ui-2:before,.m-filters-overlay__filters-button:after,.m-filters-overlay__filters-button:before,.m-filters-selected__header:after,.m-filters-selected__header:before,.m-filters__controls__button:after,.m-filters__controls__button:before,.m-filters__label:after,.m-filters__label:before,.m-form__title:after,.m-form__title:before,.m-list__tagline:after,.m-list__tagline:before,.m-promo--current-issue .m-promo__tagline:after,.m-promo--current-issue .m-promo__tagline:before,.m-spr-banner__tag:after,.m-spr-banner__tag:before,.m-subnav:after,.m-subnav:before,.m-tabs__link:after,.m-tabs__link:before,.o-header__results__topic:after,.o-header__results__topic:before,.o-header__trigger:after,.o-header__trigger:before,.o-list__header:after,.o-list__header:before,.Page-pageBreadcrumbs:after,.Page-pageBreadcrumbs:before,.Page-pageLabel:after,.Page-pageLabel:before,.Page-pageSection:after,.Page-pageSection:before{display:block}.a-fieldset__title:before,.a-text table h3:before,.f-ui-2:before,.m-filters-overlay__filters-button:before,.m-filters-selected__header:before,.m-filters__controls__button:before,.m-filters__label:before,.m-form__title:before,.m-list__tagline:before,.m-promo--current-issue .m-promo__tagline:before,.m-spr-banner__tag:before,.m-subnav:before,.m-tabs__link:before,.o-header__results__topic:before,.o-header__trigger:before,.o-list__header:before,.Page-pageBreadcrumbs:before,.Page-pageLabel:before,.Page-pageSection:before{padding-top:1px}.a-fieldset__title:after,.a-text table h3:after,.f-ui-2:after,.m-filters-overlay__filters-button:after,.m-filters-selected__header:after,.m-filters__controls__button:after,.m-filters__label:after,.m-form__title:after,.m-list__tagline:after,.m-promo--current-issue .m-promo__tagline:after,.m-spr-banner__tag:after,.m-subnav:after,.m-tabs__link:after,.o-header__results__topic:after,.o-header__trigger:after,.o-list__header:after,.Page-pageBreadcrumbs:after,.Page-pageLabel:after,.Page-pageSection:after{margin-bottom:-1px}@media screen and (min-width:768px){.a-fieldset__title,.a-text table h3,.f-ui-2,.m-filters-overlay__filters-button,.m-filters-selected__header,.m-filters__controls__button,.m-filters__label,.m-form__title,.m-list__tagline,.m-promo--current-issue .m-promo__tagline,.m-spr-banner__tag,.m-subnav,.m-tabs__link,.o-header__results__topic,.o-header__trigger,.o-list__header,.Page-pageBreadcrumbs,.Page-pageLabel,.Page-pageSection{font-size:.6875rem;line-height:.9375rem;font-weight:500;letter-spacing:.1em}.a-fieldset__title:before,.a-text table h3:before,.f-ui-2:before,.m-filters-overlay__filters-button:before,.m-filters-selected__header:before,.m-filters__controls__button:before,.m-filters__label:before,.m-form__title:before,.m-list__tagline:before,.m-promo--current-issue .m-promo__tagline:before,.m-spr-banner__tag:before,.m-subnav:before,.m-tabs__link:before,.o-header__results__topic:before,.o-header__trigger:before,.o-list__header:before,.Page-pageBreadcrumbs:before,.Page-pageLabel:before,.Page-pageSection:before{padding-top:3px}.a-fieldset__title:after,.a-text table h3:after,.f-ui-2:after,.m-filters-overlay__filters-button:after,.m-filters-selected__header:after,.m-filters__controls__button:after,.m-filters__label:after,.m-form__title:after,.m-list__tagline:after,.m-promo--current-issue .m-promo__tagline:after,.m-spr-banner__tag:after,.m-subnav:after,.m-tabs__link:after,.o-header__results__topic:after,.o-header__trigger:after,.o-list__header:after,.Page-pageBreadcrumbs:after,.Page-pageLabel:after,.Page-pageSection:after{margin-bottom:-3px}}@media screen and (min-width:1024px){.a-fieldset__title,.a-text table h3,.f-ui-2,.m-filters-overlay__filters-button,.m-filters-selected__header,.m-filters__controls__button,.m-filters__label,.m-form__title,.m-list__tagline,.m-promo--current-issue .m-promo__tagline,.m-spr-banner__tag,.m-subnav,.m-tabs__link,.o-header__results__topic,.o-header__trigger,.o-list__header,.Page-pageBreadcrumbs,.Page-pageLabel,.Page-pageSection{font-size:.8125rem;line-height:.9375rem;font-weight:500;letter-spacing:.1em}.a-fieldset__title:before,.a-text table h3:before,.f-ui-2:before,.m-filters-overlay__filters-button:before,.m-filters-selected__header:before,.m-filters__controls__button:before,.m-filters__label:before,.m-form__title:before,.m-list__tagline:before,.m-promo--current-issue .m-promo__tagline:before,.m-spr-banner__tag:before,.m-subnav:before,.m-tabs__link:before,.o-header__results__topic:before,.o-header__trigger:before,.o-list__header:before,.Page-pageBreadcrumbs:before,.Page-pageLabel:before,.Page-pageSection:before{padding-top:2px}.a-fieldset__title:after,.a-text table h3:after,.f-ui-2:after,.m-filters-overlay__filters-button:after,.m-filters-selected__header:after,.m-filters__controls__button:after,.m-filters__label:after,.m-form__title:after,.m-list__tagline:after,.m-promo--current-issue .m-promo__tagline:after,.m-spr-banner__tag:after,.m-subnav:after,.m-tabs__link:after,.o-header__results__topic:after,.o-header__trigger:after,.o-list__header:after,.Page-pageBreadcrumbs:after,.Page-pageLabel:after,.Page-pageSection:after{margin-bottom:-2px}}.f-ui-2-2,.SpecialReportsPage .m-specialreport-module__tag{font-family:sans-serif;font-size:.5625rem;line-height:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.f-ui-2-2 b,.f-ui-2-2 strong,.SpecialReportsPage .m-specialreport-module__tag b,.SpecialReportsPage .m-specialreport-module__tag strong{font-weight:500}.f-ui-2-2 em,.f-ui-2-2 i,.SpecialReportsPage .m-specialreport-module__tag em,.SpecialReportsPage .m-specialreport-module__tag i{font-style:italic}.s-Montserrat-loaded .f-ui-2-2,.s-Montserrat-loaded .SpecialReportsPage .m-specialreport-module__tag,.SpecialReportsPage .s-Montserrat-loaded .m-specialreport-module__tag{font-family:Montserrat,arial,sans-serif}.f-ui-2-2:after,.f-ui-2-2:before,.SpecialReportsPage .m-specialreport-module__tag:after,.SpecialReportsPage .m-specialreport-module__tag:before{display:block}.f-ui-2-2:before,.SpecialReportsPage .m-specialreport-module__tag:before{padding-top:1px}.f-ui-2-2:after,.SpecialReportsPage .m-specialreport-module__tag:after{margin-bottom:-1px}@media screen and (min-width:1024px){.f-ui-2-2,.SpecialReportsPage .m-specialreport-module__tag{font-size:.8125rem;line-height:.9375rem;font-weight:500;letter-spacing:.1em}.f-ui-2-2:before,.SpecialReportsPage .m-specialreport-module__tag:before{padding-top:2px}.f-ui-2-2:after,.SpecialReportsPage .m-specialreport-module__tag:after{margin-bottom:-2px}}.a-button,.a-input-label__tooltip-icon,.a-section-header,.f-ui-2-3,.m-agenda-item__time,.m-article-title__label,.m-article-title__topic,.m-landing-title__category a,.m-landing-title__category span,.m-nav__item__link--topic,.m-nav__sub__title,.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month,.o-search-results__header h1 sub{font-family:sans-serif;font-size:.8125rem;line-height:.9375rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.a-button b,.a-button strong,.a-input-label__tooltip-icon b,.a-input-label__tooltip-icon strong,.a-section-header b,.a-section-header strong,.f-ui-2-3 b,.f-ui-2-3 strong,.m-agenda-item__time b,.m-agenda-item__time strong,.m-article-title__label b,.m-article-title__label strong,.m-article-title__topic b,.m-article-title__topic strong,.m-landing-title__category a b,.m-landing-title__category a strong,.m-landing-title__category span b,.m-landing-title__category span strong,.m-nav__item__link--topic b,.m-nav__item__link--topic strong,.m-nav__sub__title b,.m-nav__sub__title strong,.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month b,.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month strong,.o-search-results__header h1 sub b,.o-search-results__header h1 sub strong{font-weight:500}.a-button em,.a-button i,.a-input-label__tooltip-icon em,.a-input-label__tooltip-icon i,.a-section-header em,.a-section-header i,.f-ui-2-3 em,.f-ui-2-3 i,.m-agenda-item__time em,.m-agenda-item__time i,.m-article-title__label em,.m-article-title__label i,.m-article-title__topic em,.m-article-title__topic i,.m-landing-title__category a em,.m-landing-title__category a i,.m-landing-title__category span em,.m-landing-title__category span i,.m-nav__item__link--topic em,.m-nav__item__link--topic i,.m-nav__sub__title em,.m-nav__sub__title i,.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month em,.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month i,.o-search-results__header h1 sub em,.o-search-results__header h1 sub i{font-style:italic}.m-landing-title__category .s-Montserrat-loaded a,.m-landing-title__category .s-Montserrat-loaded span,.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .s-Montserrat-loaded .m-promo__event-date__month,.o-search-results__header h1 .s-Montserrat-loaded sub,.s-Montserrat-loaded .a-button,.s-Montserrat-loaded .a-input-label__tooltip-icon,.s-Montserrat-loaded .a-section-header,.s-Montserrat-loaded .f-ui-2-3,.s-Montserrat-loaded .m-agenda-item__time,.s-Montserrat-loaded .m-article-title__label,.s-Montserrat-loaded .m-article-title__topic,.s-Montserrat-loaded .m-landing-title__category a,.s-Montserrat-loaded .m-landing-title__category span,.s-Montserrat-loaded .m-nav__item__link--topic,.s-Montserrat-loaded .m-nav__sub__title,.s-Montserrat-loaded .m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month,.s-Montserrat-loaded .o-search-results__header h1 sub{font-family:Montserrat,arial,sans-serif}.a-button:after,.a-button:before,.a-input-label__tooltip-icon:after,.a-input-label__tooltip-icon:before,.a-section-header:after,.a-section-header:before,.f-ui-2-3:after,.f-ui-2-3:before,.m-agenda-item__time:after,.m-agenda-item__time:before,.m-article-title__label:after,.m-article-title__label:before,.m-article-title__topic:after,.m-article-title__topic:before,.m-landing-title__category a:after,.m-landing-title__category a:before,.m-landing-title__category span:after,.m-landing-title__category span:before,.m-nav__item__link--topic:after,.m-nav__item__link--topic:before,.m-nav__sub__title:after,.m-nav__sub__title:before,.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month:after,.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month:before,.o-search-results__header h1 sub:after,.o-search-results__header h1 sub:before{display:block}.a-button:before,.a-input-label__tooltip-icon:before,.a-section-header:before,.f-ui-2-3:before,.m-agenda-item__time:before,.m-article-title__label:before,.m-article-title__topic:before,.m-landing-title__category a:before,.m-landing-title__category span:before,.m-nav__item__link--topic:before,.m-nav__sub__title:before,.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month:before,.o-search-results__header h1 sub:before{padding-top:2px}.a-button:after,.a-input-label__tooltip-icon:after,.a-section-header:after,.f-ui-2-3:after,.m-agenda-item__time:after,.m-article-title__label:after,.m-article-title__topic:after,.m-landing-title__category a:after,.m-landing-title__category span:after,.m-nav__item__link--topic:after,.m-nav__sub__title:after,.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month:after,.o-search-results__header h1 sub:after{margin-bottom:-2px}.a-favorite-button__label,.a-playlist-item__media__current,.f-ui-3,.m-agenda-item__tag,.m-download__link,.m-list__topic,.m-promo__event-date__month,.o-footer__bottom,.o-footer__bottom .a-toggle,.o-footer__bottom .o-footer__nav-item{font-family:sans-serif;font-size:.5625rem;line-height:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.a-favorite-button__label b,.a-favorite-button__label strong,.a-playlist-item__media__current b,.a-playlist-item__media__current strong,.f-ui-3 b,.f-ui-3 strong,.m-agenda-item__tag b,.m-agenda-item__tag strong,.m-download__link b,.m-download__link strong,.m-list__topic b,.m-list__topic strong,.m-promo__event-date__month b,.m-promo__event-date__month strong,.o-footer__bottom .a-toggle b,.o-footer__bottom .a-toggle strong,.o-footer__bottom .o-footer__nav-item b,.o-footer__bottom .o-footer__nav-item strong,.o-footer__bottom b,.o-footer__bottom strong{font-weight:500}.a-favorite-button__label em,.a-favorite-button__label i,.a-playlist-item__media__current em,.a-playlist-item__media__current i,.f-ui-3 em,.f-ui-3 i,.m-agenda-item__tag em,.m-agenda-item__tag i,.m-download__link em,.m-download__link i,.m-list__topic em,.m-list__topic i,.m-promo__event-date__month em,.m-promo__event-date__month i,.o-footer__bottom .a-toggle em,.o-footer__bottom .a-toggle i,.o-footer__bottom .o-footer__nav-item em,.o-footer__bottom .o-footer__nav-item i,.o-footer__bottom em,.o-footer__bottom i{font-style:italic}.o-footer__bottom .s-Montserrat-loaded .a-toggle,.o-footer__bottom .s-Montserrat-loaded .o-footer__nav-item,.s-Montserrat-loaded .a-favorite-button__label,.s-Montserrat-loaded .a-playlist-item__media__current,.s-Montserrat-loaded .f-ui-3,.s-Montserrat-loaded .m-agenda-item__tag,.s-Montserrat-loaded .m-download__link,.s-Montserrat-loaded .m-list__topic,.s-Montserrat-loaded .m-promo__event-date__month,.s-Montserrat-loaded .o-footer__bottom,.s-Montserrat-loaded .o-footer__bottom .a-toggle,.s-Montserrat-loaded .o-footer__bottom .o-footer__nav-item{font-family:Montserrat,arial,sans-serif}.a-favorite-button__label:after,.a-favorite-button__label:before,.a-playlist-item__media__current:after,.a-playlist-item__media__current:before,.f-ui-3:after,.f-ui-3:before,.m-agenda-item__tag:after,.m-agenda-item__tag:before,.m-download__link:after,.m-download__link:before,.m-list__topic:after,.m-list__topic:before,.m-promo__event-date__month:after,.m-promo__event-date__month:before,.o-footer__bottom .a-toggle:after,.o-footer__bottom .a-toggle:before,.o-footer__bottom .o-footer__nav-item:after,.o-footer__bottom .o-footer__nav-item:before,.o-footer__bottom:after,.o-footer__bottom:before{display:block}.a-favorite-button__label:before,.a-playlist-item__media__current:before,.f-ui-3:before,.m-agenda-item__tag:before,.m-download__link:before,.m-list__topic:before,.m-promo__event-date__month:before,.o-footer__bottom .a-toggle:before,.o-footer__bottom .o-footer__nav-item:before,.o-footer__bottom:before{padding-top:1px}.a-favorite-button__label:after,.a-playlist-item__media__current:after,.f-ui-3:after,.m-agenda-item__tag:after,.m-download__link:after,.m-list__topic:after,.m-promo__event-date__month:after,.o-footer__bottom .a-toggle:after,.o-footer__bottom .o-footer__nav-item:after,.o-footer__bottom:after{margin-bottom:-1px}@media screen and (min-width:1024px){.a-favorite-button__label,.a-playlist-item__media__current,.f-ui-3,.m-agenda-item__tag,.m-download__link,.m-list__topic,.m-promo__event-date__month,.o-footer__bottom,.o-footer__bottom .a-toggle,.o-footer__bottom .o-footer__nav-item{font-size:.6875rem;line-height:.9375rem;font-weight:500;letter-spacing:.1em}.a-favorite-button__label:before,.a-playlist-item__media__current:before,.f-ui-3:before,.m-agenda-item__tag:before,.m-download__link:before,.m-list__topic:before,.m-promo__event-date__month:before,.o-footer__bottom .a-toggle:before,.o-footer__bottom .o-footer__nav-item:before,.o-footer__bottom:before{padding-top:3px}.a-favorite-button__label:after,.a-playlist-item__media__current:after,.f-ui-3:after,.m-agenda-item__tag:after,.m-download__link:after,.m-list__topic:after,.m-promo__event-date__month:after,.o-footer__bottom .a-toggle:after,.o-footer__bottom .o-footer__nav-item:after,.o-footer__bottom:after{margin-bottom:-3px}}.f-ui-3-2,.m-eventbar__date__month,.m-productbar__date__month,.m-promo--event .m-promo__event-date .m-promo__event-date__month,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__tag,.m-promo__byline__event,.m-promo__label,.m-promo__tag,.m-specialreport-module__tag,.o-footer__body .o-footer__nav-item--header{font-family:sans-serif;font-size:.6875rem;line-height:.9375rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.f-ui-3-2 b,.f-ui-3-2 strong,.m-eventbar__date__month b,.m-eventbar__date__month strong,.m-productbar__date__month b,.m-productbar__date__month strong,.m-promo--event .m-promo__event-date .m-promo__event-date__month b,.m-promo--event .m-promo__event-date .m-promo__event-date__month strong,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__tag b,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__tag strong,.m-promo__byline__event b,.m-promo__byline__event strong,.m-promo__label b,.m-promo__label strong,.m-promo__tag b,.m-promo__tag strong,.m-specialreport-module__tag b,.m-specialreport-module__tag strong,.o-footer__body .o-footer__nav-item--header b,.o-footer__body .o-footer__nav-item--header strong{font-weight:500}.f-ui-3-2 em,.f-ui-3-2 i,.m-eventbar__date__month em,.m-eventbar__date__month i,.m-productbar__date__month em,.m-productbar__date__month i,.m-promo--event .m-promo__event-date .m-promo__event-date__month em,.m-promo--event .m-promo__event-date .m-promo__event-date__month i,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__tag em,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__tag i,.m-promo__byline__event em,.m-promo__byline__event i,.m-promo__label em,.m-promo__label i,.m-promo__tag em,.m-promo__tag i,.m-specialreport-module__tag em,.m-specialreport-module__tag i,.o-footer__body .o-footer__nav-item--header em,.o-footer__body .o-footer__nav-item--header i{font-style:italic}.m-promo--event .m-promo__event-date .s-Montserrat-loaded .m-promo__event-date__month,.m-promo--horizontal.m-promo--horizontal--featured .s-Montserrat-loaded .m-promo__tag,.o-footer__body .s-Montserrat-loaded .o-footer__nav-item--header,.s-Montserrat-loaded .f-ui-3-2,.s-Montserrat-loaded .m-eventbar__date__month,.s-Montserrat-loaded .m-productbar__date__month,.s-Montserrat-loaded .m-promo--event .m-promo__event-date .m-promo__event-date__month,.s-Montserrat-loaded .m-promo--horizontal.m-promo--horizontal--featured .m-promo__tag,.s-Montserrat-loaded .m-promo__byline__event,.s-Montserrat-loaded .m-promo__label,.s-Montserrat-loaded .m-promo__tag,.s-Montserrat-loaded .m-specialreport-module__tag,.s-Montserrat-loaded .o-footer__body .o-footer__nav-item--header{font-family:Montserrat,arial,sans-serif}.f-ui-3-2:after,.f-ui-3-2:before,.m-eventbar__date__month:after,.m-eventbar__date__month:before,.m-productbar__date__month:after,.m-productbar__date__month:before,.m-promo--event .m-promo__event-date .m-promo__event-date__month:after,.m-promo--event .m-promo__event-date .m-promo__event-date__month:before,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__tag:after,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__tag:before,.m-promo__byline__event:after,.m-promo__byline__event:before,.m-promo__label:after,.m-promo__label:before,.m-promo__tag:after,.m-promo__tag:before,.m-specialreport-module__tag:after,.m-specialreport-module__tag:before,.o-footer__body .o-footer__nav-item--header:after,.o-footer__body .o-footer__nav-item--header:before{display:block}.f-ui-3-2:before,.m-eventbar__date__month:before,.m-productbar__date__month:before,.m-promo--event .m-promo__event-date .m-promo__event-date__month:before,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__tag:before,.m-promo__byline__event:before,.m-promo__label:before,.m-promo__tag:before,.m-specialreport-module__tag:before,.o-footer__body .o-footer__nav-item--header:before{padding-top:3px}.f-ui-3-2:after,.m-eventbar__date__month:after,.m-productbar__date__month:after,.m-promo--event .m-promo__event-date .m-promo__event-date__month:after,.m-promo--horizontal.m-promo--horizontal--featured .m-promo__tag:after,.m-promo__byline__event:after,.m-promo__label:after,.m-promo__tag:after,.m-specialreport-module__tag:after,.o-footer__body .o-footer__nav-item--header:after{margin-bottom:-3px}.a-button--outline,.a-button--outline-big,.a-button--small,.a-text table h4,.a-text table h5,.a-toggle,.f-ui-4,.ListSponsorLevel .ListSponsorLevelSublist-title,.m-article-title__sponsor,.m-index-list__link,.m-list--current-issue .m-list__topic,.m-promo--current-issue .m-promo__topic,.m-promo__byline .m-promo__cta .a-button,.m-promo__sponsor .a-sponsor__title,.m-specialreport-module__cta .a-button{font-family:sans-serif;font-size:.5rem;line-height:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.a-button--outline-big b,.a-button--outline-big strong,.a-button--outline b,.a-button--outline strong,.a-button--small b,.a-button--small strong,.a-text table h4 b,.a-text table h4 strong,.a-text table h5 b,.a-text table h5 strong,.a-toggle b,.a-toggle strong,.f-ui-4 b,.f-ui-4 strong,.ListSponsorLevel .ListSponsorLevelSublist-title b,.ListSponsorLevel .ListSponsorLevelSublist-title strong,.m-article-title__sponsor b,.m-article-title__sponsor strong,.m-index-list__link b,.m-index-list__link strong,.m-list--current-issue .m-list__topic b,.m-list--current-issue .m-list__topic strong,.m-promo--current-issue .m-promo__topic b,.m-promo--current-issue .m-promo__topic strong,.m-promo__byline .m-promo__cta .a-button b,.m-promo__byline .m-promo__cta .a-button strong,.m-promo__sponsor .a-sponsor__title b,.m-promo__sponsor .a-sponsor__title strong,.m-specialreport-module__cta .a-button b,.m-specialreport-module__cta .a-button strong{font-weight:500}.a-button--outline-big em,.a-button--outline-big i,.a-button--outline em,.a-button--outline i,.a-button--small em,.a-button--small i,.a-text table h4 em,.a-text table h4 i,.a-text table h5 em,.a-text table h5 i,.a-toggle em,.a-toggle i,.f-ui-4 em,.f-ui-4 i,.ListSponsorLevel .ListSponsorLevelSublist-title em,.ListSponsorLevel .ListSponsorLevelSublist-title i,.m-article-title__sponsor em,.m-article-title__sponsor i,.m-index-list__link em,.m-index-list__link i,.m-list--current-issue .m-list__topic em,.m-list--current-issue .m-list__topic i,.m-promo--current-issue .m-promo__topic em,.m-promo--current-issue .m-promo__topic i,.m-promo__byline .m-promo__cta .a-button em,.m-promo__byline .m-promo__cta .a-button i,.m-promo__sponsor .a-sponsor__title em,.m-promo__sponsor .a-sponsor__title i,.m-specialreport-module__cta .a-button em,.m-specialreport-module__cta .a-button i{font-style:italic}.a-text table .s-Montserrat-loaded h4,.a-text table .s-Montserrat-loaded h5,.ListSponsorLevel .s-Montserrat-loaded .ListSponsorLevelSublist-title,.m-list--current-issue .s-Montserrat-loaded .m-list__topic,.m-promo--current-issue .s-Montserrat-loaded .m-promo__topic,.m-promo__byline .m-promo__cta .s-Montserrat-loaded .a-button,.m-promo__sponsor .s-Montserrat-loaded .a-sponsor__title,.m-specialreport-module__cta .s-Montserrat-loaded .a-button,.s-Montserrat-loaded .a-button--outline,.s-Montserrat-loaded .a-button--outline-big,.s-Montserrat-loaded .a-button--small,.s-Montserrat-loaded .a-text table h4,.s-Montserrat-loaded .a-text table h5,.s-Montserrat-loaded .a-toggle,.s-Montserrat-loaded .f-ui-4,.s-Montserrat-loaded .ListSponsorLevel .ListSponsorLevelSublist-title,.s-Montserrat-loaded .m-article-title__sponsor,.s-Montserrat-loaded .m-index-list__link,.s-Montserrat-loaded .m-list--current-issue .m-list__topic,.s-Montserrat-loaded .m-promo--current-issue .m-promo__topic,.s-Montserrat-loaded .m-promo__byline .m-promo__cta .a-button,.s-Montserrat-loaded .m-promo__sponsor .a-sponsor__title,.s-Montserrat-loaded .m-specialreport-module__cta .a-button{font-family:Montserrat,arial,sans-serif}.a-button--outline-big:after,.a-button--outline-big:before,.a-button--outline:after,.a-button--outline:before,.a-button--small:after,.a-button--small:before,.a-text table h4:after,.a-text table h4:before,.a-text table h5:after,.a-text table h5:before,.a-toggle:after,.a-toggle:before,.f-ui-4:after,.f-ui-4:before,.ListSponsorLevel .ListSponsorLevelSublist-title:after,.ListSponsorLevel .ListSponsorLevelSublist-title:before,.m-article-title__sponsor:after,.m-article-title__sponsor:before,.m-index-list__link:after,.m-index-list__link:before,.m-list--current-issue .m-list__topic:after,.m-list--current-issue .m-list__topic:before,.m-promo--current-issue .m-promo__topic:after,.m-promo--current-issue .m-promo__topic:before,.m-promo__byline .m-promo__cta .a-button:after,.m-promo__byline .m-promo__cta .a-button:before,.m-promo__sponsor .a-sponsor__title:after,.m-promo__sponsor .a-sponsor__title:before,.m-specialreport-module__cta .a-button:after,.m-specialreport-module__cta .a-button:before{display:block}.a-button--outline-big:before,.a-button--outline:before,.a-button--small:before,.a-text table h4:before,.a-text table h5:before,.a-toggle:before,.f-ui-4:before,.ListSponsorLevel .ListSponsorLevelSublist-title:before,.m-article-title__sponsor:before,.m-index-list__link:before,.m-list--current-issue .m-list__topic:before,.m-promo--current-issue .m-promo__topic:before,.m-promo__byline .m-promo__cta .a-button:before,.m-promo__sponsor .a-sponsor__title:before,.m-specialreport-module__cta .a-button:before{padding-top:2px}.a-button--outline-big:after,.a-button--outline:after,.a-button--small:after,.a-text table h4:after,.a-text table h5:after,.a-toggle:after,.f-ui-4:after,.ListSponsorLevel .ListSponsorLevelSublist-title:after,.m-article-title__sponsor:after,.m-index-list__link:after,.m-list--current-issue .m-list__topic:after,.m-promo--current-issue .m-promo__topic:after,.m-promo__byline .m-promo__cta .a-button:after,.m-promo__sponsor .a-sponsor__title:after,.m-specialreport-module__cta .a-button:after{margin-bottom:-2px}@media screen and (min-width:1024px){.a-button--outline,.a-button--outline-big,.a-button--small,.a-text table h4,.a-text table h5,.a-toggle,.f-ui-4,.ListSponsorLevel .ListSponsorLevelSublist-title,.m-article-title__sponsor,.m-index-list__link,.m-list--current-issue .m-list__topic,.m-promo--current-issue .m-promo__topic,.m-promo__byline .m-promo__cta .a-button,.m-promo__sponsor .a-sponsor__title,.m-specialreport-module__cta .a-button{font-size:.5625rem;line-height:.625rem;font-weight:500;letter-spacing:.1em}.a-button--outline-big:before,.a-button--outline:before,.a-button--small:before,.a-text table h4:before,.a-text table h5:before,.a-toggle:before,.f-ui-4:before,.ListSponsorLevel .ListSponsorLevelSublist-title:before,.m-article-title__sponsor:before,.m-index-list__link:before,.m-list--current-issue .m-list__topic:before,.m-promo--current-issue .m-promo__topic:before,.m-promo__byline .m-promo__cta .a-button:before,.m-promo__sponsor .a-sponsor__title:before,.m-specialreport-module__cta .a-button:before{padding-top:1px}.a-button--outline-big:after,.a-button--outline:after,.a-button--small:after,.a-text table h4:after,.a-text table h5:after,.a-toggle:after,.f-ui-4:after,.ListSponsorLevel .ListSponsorLevelSublist-title:after,.m-article-title__sponsor:after,.m-index-list__link:after,.m-list--current-issue .m-list__topic:after,.m-promo--current-issue .m-promo__topic:after,.m-promo__byline .m-promo__cta .a-button:after,.m-promo__sponsor .a-sponsor__title:after,.m-specialreport-module__cta .a-button:after{margin-bottom:-1px}}.f-ui-5,.m-sponsors__title{font-family:sans-serif;font-size:.5rem;line-height:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.f-ui-5 b,.f-ui-5 strong,.m-sponsors__title b,.m-sponsors__title strong{font-weight:500}.f-ui-5 em,.f-ui-5 i,.m-sponsors__title em,.m-sponsors__title i{font-style:italic}.s-Montserrat-loaded .f-ui-5,.s-Montserrat-loaded .m-sponsors__title{font-family:Montserrat,arial,sans-serif}.f-ui-5:after,.f-ui-5:before,.m-sponsors__title:after,.m-sponsors__title:before{display:block}.f-ui-5:before,.m-sponsors__title:before{padding-top:2px}.f-ui-5:after,.m-sponsors__title:after{margin-bottom:-2px}.f-sponsor-1,.HeaderBannerMain-title,.m-article-title.m-article-title--sponsor h1{font-family:sans-serif;font-size:1.6875rem;line-height:2.1875rem;font-weight:500;letter-spacing:0}.f-sponsor-1 b,.f-sponsor-1 strong,.HeaderBannerMain-title b,.HeaderBannerMain-title strong,.m-article-title.m-article-title--sponsor h1 b,.m-article-title.m-article-title--sponsor h1 strong{font-weight:500}.f-sponsor-1 em,.f-sponsor-1 i,.HeaderBannerMain-title em,.HeaderBannerMain-title i,.m-article-title.m-article-title--sponsor h1 em,.m-article-title.m-article-title--sponsor h1 i{font-style:italic}.m-article-title.m-article-title--sponsor .s-Montserrat-loaded h1,.s-Montserrat-loaded .f-sponsor-1,.s-Montserrat-loaded .HeaderBannerMain-title,.s-Montserrat-loaded .m-article-title.m-article-title--sponsor h1{font-family:Montserrat,arial,sans-serif}.f-sponsor-1:after,.f-sponsor-1:before,.HeaderBannerMain-title:after,.HeaderBannerMain-title:before,.m-article-title.m-article-title--sponsor h1:after,.m-article-title.m-article-title--sponsor h1:before{display:block}.f-sponsor-1:before,.HeaderBannerMain-title:before,.m-article-title.m-article-title--sponsor h1:before{padding-top:2px}.f-sponsor-1:after,.HeaderBannerMain-title:after,.m-article-title.m-article-title--sponsor h1:after{margin-bottom:-7px}@media screen and (min-width:768px){.f-sponsor-1,.HeaderBannerMain-title,.m-article-title.m-article-title--sponsor h1{font-size:2.0625rem;line-height:2.8125rem;font-weight:500;letter-spacing:0}.f-sponsor-1:before,.HeaderBannerMain-title:before,.m-article-title.m-article-title--sponsor h1:before{padding-top:0}.f-sponsor-1:after,.HeaderBannerMain-title:after,.m-article-title.m-article-title--sponsor h1:after{margin-bottom:-10px}}@media screen and (min-width:1024px){.f-sponsor-1,.HeaderBannerMain-title,.m-article-title.m-article-title--sponsor h1{font-size:2.8125rem;line-height:3.4375rem;font-weight:500;letter-spacing:0}.f-sponsor-1:before,.HeaderBannerMain-title:before,.m-article-title.m-article-title--sponsor h1:before{padding-top:0}.f-sponsor-1:after,.HeaderBannerMain-title:after,.m-article-title.m-article-title--sponsor h1:after{margin-bottom:-10px}}.f-sponsor-2,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title,.m-promo-horizontal__event .m-promo__title{font-family:sans-serif;font-size:.9375rem;line-height:1.25rem;font-weight:500;letter-spacing:0;font-feature-settings:"lnum" 1,"pnum" 1}.f-sponsor-2 b,.f-sponsor-2 strong,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title b,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title strong,.m-promo-horizontal__event .m-promo__title b,.m-promo-horizontal__event .m-promo__title strong{font-weight:500}.f-sponsor-2 em,.f-sponsor-2 i,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title em,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title i,.m-promo-horizontal__event .m-promo__title em,.m-promo-horizontal__event .m-promo__title i{font-style:italic}.m-promo-horizontal__event .s-Montserrat-loaded .m-promo__title,.s-Montserrat-loaded .f-sponsor-2,.s-Montserrat-loaded .m-promo-horizontal__event .m-promo__title{font-family:Montserrat,arial,sans-serif}.f-sponsor-2:after,.f-sponsor-2:before,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title:after,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title:before,.m-promo-horizontal__event .m-promo__title:after,.m-promo-horizontal__event .m-promo__title:before{display:block}.f-sponsor-2:before,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title:before,.m-promo-horizontal__event .m-promo__title:before{padding-top:4px}.f-sponsor-2:after,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title:after,.m-promo-horizontal__event .m-promo__title:after{margin-bottom:-4px}@media screen and (min-width:768px){.f-sponsor-2,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title,.m-promo-horizontal__event .m-promo__title{font-size:1.375rem;line-height:1.875rem;font-weight:500;letter-spacing:0}.f-sponsor-2:before,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title:before,.m-promo-horizontal__event .m-promo__title:before{padding-top:1px}.f-sponsor-2:after,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title:after,.m-promo-horizontal__event .m-promo__title:after{margin-bottom:-6px}}@media screen and (min-width:1024px){.f-sponsor-2,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title,.m-promo-horizontal__event .m-promo__title{font-size:1.6875rem;line-height:2.1875rem;font-weight:500;letter-spacing:0}.f-sponsor-2:before,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title:before,.m-promo-horizontal__event .m-promo__title:before{padding-top:2px}.f-sponsor-2:after,.m-promo-horizontal__event .m-promo__sponsor .m-promo__title:after,.m-promo-horizontal__event .m-promo__title:after{margin-bottom:-7px}}.f-sponsor-3{font-family:sans-serif;font-size:1.375rem;line-height:1.875rem;font-weight:500;letter-spacing:0;font-feature-settings:"lnum" 1,"pnum" 1}.f-sponsor-3 b,.f-sponsor-3 strong{font-weight:500}.f-sponsor-3 em,.f-sponsor-3 i{font-style:italic}.s-Montserrat-loaded .f-sponsor-3{font-family:Montserrat,arial,sans-serif}.f-sponsor-3:after,.f-sponsor-3:before{display:block}.f-sponsor-3:before{padding-top:1px}.f-sponsor-3:after{margin-bottom:-6px}.f-sponsor-4,.HeaderBannerMain-subtitle,.m-spr-banner__description{font-family:sans-serif;font-size:1.125rem;line-height:1.5625rem;font-weight:500;letter-spacing:0;font-feature-settings:"lnum" 1,"pnum" 1}.f-sponsor-4 b,.f-sponsor-4 strong,.HeaderBannerMain-subtitle b,.HeaderBannerMain-subtitle strong,.m-spr-banner__description b,.m-spr-banner__description strong{font-weight:500}.f-sponsor-4 em,.f-sponsor-4 i,.HeaderBannerMain-subtitle em,.HeaderBannerMain-subtitle i,.m-spr-banner__description em,.m-spr-banner__description i{font-style:italic}.s-Montserrat-loaded .f-sponsor-4,.s-Montserrat-loaded .HeaderBannerMain-subtitle,.s-Montserrat-loaded .m-spr-banner__description{font-family:Montserrat,arial,sans-serif}.f-sponsor-4:after,.f-sponsor-4:before,.HeaderBannerMain-subtitle:after,.HeaderBannerMain-subtitle:before,.m-spr-banner__description:after,.m-spr-banner__description:before{display:block}.f-sponsor-4:before,.HeaderBannerMain-subtitle:before,.m-spr-banner__description:before{padding-top:0}.f-sponsor-4:after,.HeaderBannerMain-subtitle:after,.m-spr-banner__description:after{margin-bottom:-5px}.a-text table h2,.f-sponsor-5{font-family:sans-serif;font-size:.9375rem;line-height:1.25rem;font-weight:500;letter-spacing:0;font-feature-settings:"lnum" 1,"pnum" 1}.a-text table h2 b,.a-text table h2 strong,.f-sponsor-5 b,.f-sponsor-5 strong{font-weight:500}.a-text table h2 em,.a-text table h2 i,.f-sponsor-5 em,.f-sponsor-5 i{font-style:italic}.a-text table .s-Montserrat-loaded h2,.s-Montserrat-loaded .a-text table h2,.s-Montserrat-loaded .f-sponsor-5{font-family:Montserrat,arial,sans-serif}.a-text table h2:after,.a-text table h2:before,.f-sponsor-5:after,.f-sponsor-5:before{display:block}.a-text table h2:before,.f-sponsor-5:before{padding-top:4px}.a-text table h2:after,.f-sponsor-5:after{margin-bottom:-4px}.f-event-1,.m-eventbar__date__day,.m-productbar__date__day,.m-promo__event-date__day{font-family:sans-serif;font-size:2.5rem;line-height:2.5rem;font-weight:400;letter-spacing:0}.f-event-1 b,.f-event-1 strong,.m-eventbar__date__day b,.m-eventbar__date__day strong,.m-productbar__date__day b,.m-productbar__date__day strong,.m-promo__event-date__day b,.m-promo__event-date__day strong{font-weight:500}.f-event-1 em,.f-event-1 i,.m-eventbar__date__day em,.m-eventbar__date__day i,.m-productbar__date__day em,.m-productbar__date__day i,.m-promo__event-date__day em,.m-promo__event-date__day i{font-style:italic}.s-Montserrat-loaded .f-event-1,.s-Montserrat-loaded .m-eventbar__date__day,.s-Montserrat-loaded .m-productbar__date__day,.s-Montserrat-loaded .m-promo__event-date__day{font-family:Montserrat,arial,sans-serif}.f-event-1:after,.f-event-1:before,.m-eventbar__date__day:after,.m-eventbar__date__day:before,.m-productbar__date__day:after,.m-productbar__date__day:before,.m-promo__event-date__day:after,.m-promo__event-date__day:before{display:block}.f-event-1:before,.m-eventbar__date__day:before,.m-productbar__date__day:before,.m-promo__event-date__day:before{padding-top:4px}.f-event-1:after,.m-eventbar__date__day:after,.m-productbar__date__day:after,.m-promo__event-date__day:after{margin-bottom:-4px}.design-grid-toggles{position:fixed;z-index:9999;left:0;bottom:0;font-size:0}.design-grid-toggles:after,.design-grid-toggles:before{display:block;position:absolute;left:5px;bottom:100%;color:#00a449;font-size:11px;font-weight:700;text-transform:uppercase;white-space:nowrap}.design-grid-toggles:before{margin-bottom:3px}@media screen and (max-width:767px){.design-grid-toggles:before{content:"small"}}@media screen and (min-width:768px)and (max-width:1023px){.design-grid-toggles:before{content:"medium"}}@media screen and (min-width:1024px)and (max-width:1279px){.design-grid-toggles:before{content:"large"}}@media screen and (min-width:1280px)and (max-width:1439px){.design-grid-toggles:before{content:"xlarge"}}@media screen and (min-width:1440px){.design-grid-toggles:before{content:"xxlarge"}}.design-grid-toggles:after{content:attr(data-env);margin-bottom:17px}.design-grid-toggle{display:inline-block;margin-right:5px;padding:10px 15px;background:#000;color:#fff;font-size:11px;cursor:pointer;transition:all .2s linear}.design-grid-toggle.js-active{background-color:red}.design-grid-toggle svg{display:block;width:10px;height:10px}.design-grid--baseline{display:block;position:absolute;z-index:9998;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:repeating-linear-gradient(180deg,transparent,transparent 5px,#7fffff 0,#7fffff 10px);opacity:.25;pointer-events:none}.design-grid--baseline.js-hide{display:none}.design-grid--columns{display:block;position:fixed;z-index:9998;left:0;right:0;top:0;bottom:0;width:100%;height:100%;margin:0 auto;background-color:transparent;opacity:.25;pointer-events:none}.design-grid--columns.js-hide{display:none}@media screen and (max-width:767px){.design-grid--columns{width:calc(100vw - 40px);background:repeating-linear-gradient(90deg,#7fffff,#7fffff calc(16.66667vw - 27.5px),transparent calc(16.66667vw - 27.5px),transparent calc(16.66667vw - 2.5px))}}@media screen and (min-width:768px)and (max-width:1023px){.design-grid--columns{width:calc(100vw - 90px);background:repeating-linear-gradient(90deg,#7fffff,#7fffff calc(12.5vw - 46.25px),transparent calc(12.5vw - 46.25px),transparent calc(12.5vw - 6.25px))}}@media screen and (min-width:1024px)and (max-width:1279px){.design-grid--columns{width:calc(100vw - 100px);background:repeating-linear-gradient(90deg,#7fffff,#7fffff calc(8.33333vw - 40.41667px),transparent calc(8.33333vw - 40.41667px),transparent calc(8.33333vw - 5.41667px))}}@media screen and (min-width:1280px)and (max-width:1439px){.design-grid--columns{width:calc(100vw - 110px);background:repeating-linear-gradient(90deg,#7fffff,#7fffff calc(8.33333vw - 55px),transparent calc(8.33333vw - 55px),transparent calc(8.33333vw - 5px))}}@media screen and (min-width:1440px){.design-grid--columns{width:1440px;background:repeating-linear-gradient(90deg,transparent,transparent 60px,#7fffff 0,#7fffff 115px)}}.icon--icon_test{width:60px;height:60px}.a-media--full .a-media__byline,.container{margin-right:auto;margin-left:auto}@media screen and (max-width:767px){.a-media--full .a-media__byline,.container{width:calc(100vw - 40px)}}@media screen and (min-width:768px)and (max-width:1023px){.a-media--full .a-media__byline,.container{width:calc(100vw - 90px)}}@media screen and (min-width:1024px)and (max-width:1279px){.a-media--full .a-media__byline,.container{width:calc(100vw - 100px)}}@media screen and (min-width:1280px)and (max-width:1439px){.a-media--full .a-media__byline,.container{width:calc(100vw - 110px)}}@media screen and (min-width:1440px){.a-media--full .a-media__byline,.container{width:1320px;padding-right:0;padding-left:0}}dl,h1,h2,h3,ol,p,ul{margin-top:25px}h1,h2,h3{font-weight:500}img{border:0}a{color:inherit;text-decoration:none;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975)}hr{border:0;border-top:1px solid #ccc;margin-top:30px}source{position:absolute;width:1px;height:1px;pointer-events:none;top:1px;display:block;z-index:99999999999;left:1px}.m-article-lead__content source,.m-article-lead__media source,.m-page-lead__media source{left:17px}.js-hide{display:none}.js-show{display:block}.m-quote:not(.m-quote--no-quotation) blockquote:before,.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.undo-sr-only{clip:inherit;height:auto;margin:0;overflow:visible;position:relative;width:auto}.a-dropdown__element,.m-downloads__list,.no-list{list-style:none;margin:0;padding:0}:root{--colorText:#1f1f1f;--colorText--contrast:#8d9498;--colorText--reversed:#fff;--colorText--highlight:var(--themeMainColor);--colorText--highlight-light:var(--themeMainColorHighlight);--colorText--highlight-dark:#0b206d;--colorText--error:#bf062f;--colorText--success:#2fb15b;--colorText--hover:#757575;--color--sponsor:#f29500;--color--sponsor--hover:#c27700;--colorBackground:#fff;--colorBackground--sponsor:#fef4e6;--colorBackground--spotlight:#f2f6fa;--colorBackground--highlight:#0b206d;--colorBackground--highlight-light:#0626a9;--colorBackground--highlight-detail:#00acd8;--colorBackground--highlight-dark:#051036;--colorBackground--highlight-dark-rgb:19,22,54;--colorBackground--reversed:#0626a9;--colorBackground--contrast:#f7f7f7;--colorBackground--contrast-darker:#ebeff0;--colorBackground--contrast-darker--hover:#d9d9d9;--colorBackground--banner-header:#7697ac;--colorBackground--banner:#9bbbd6;--colorBackground--banner--editorial:#8292d4;--colorBackground--warning:#f3cf40;--colorIcon--contrast:#a7adb2;--colorIcon--contrast-hover:#1f1f1f;--colorIcon--reversed:#fff;--colorIcon--reversed-hover:#00acd8;--colorIcon--active:#bf062f;--colorSeparator:#ebeff0;--colorSeparator--dark:#c9cfd0;--colorSeparator--black:#000;--colorSeparator--reversed:hsla(0,0%,100%,0.2);--colorButton--disabled:#8d9498;--colorButton--focus:#a7adb2;--colorButton--primary:var(--themeBtnBgColor);--colorButton--primary--hover:var(--themeBtnBgColorHover);--colorButton--primary--txt:var(--themeBtnForeColor);--colorButton--primary--txtHover:var(--themeBtnForeColorHover);--colorButton--secondary:var(--themeBtnBgColor2);--colorButton--secondary--hover:var(--themeBtnBgColorHover2);--colorButton--secondary--txt:var(--themeBtnForeColor2);--colorButton--secondary--txtHover:var(--themeBtnForeColorHover2);--colorButton--tertiary:var(--themeBtnBgColor3);--colorButton--tertiary--hover:var(--themeBtnBgColorHover3);--colorButton--tertiary--txt:var(--themeBtnForeColor3);--colorButton--tertiary--txtHover:var(--themeBtnForeColorHover3);--colorButton--fourth:var(--themeBtnBgColor4);--colorButton--fourth--hover:var(--themeBtnBgColorHover4);--colorButton--fourth--txt:var(--themeBtnForeColor4);--colorButton--fourth--txtHover:var(--themeBtnForeColorHover4);--colorButton--fifth:var(--themeBtnBgColor5);--colorButton--fifth--hover:var(--themeBtnBgColorHover5);--colorButton--fifth--txt:var(--themeBtnForeColor5);--colorButton--fifth--txtHover:var(--themeBtnForeColorHover5);--colorOverlayIcon--primary:var(--themeOverlayIconBgColor);--colorOverlayIcon--primary--hover:var(--themeOverlayIconBgColorHover);--colorOverlayIcon--primary--txt:var(--themeOverlayIconForeColor);--colorOverlayIcon--primary--txtHover:var(--themeOverlayIconForeColorHover);--colorButton--cta--border:#e4e9ea;--colorButton--cta--border--hover:#1f1f1f;--colorButton--cta--border--reversed--hover:#fff;--colorCheckbox--active:#757575;--colorToggle--border:#c9cfd0;--colorToggle--background:#e4e9ea;--colorToggle--active:#bf062f;--colorToggle--border--footer:#5462ac;--colorToggle--background--footer:#0b206d;--colorToggle--active--footer:#fff;--subnavBackground:var(--themeHighlightedNavBgColor,var(--colorBackground))}.s-high-contrast{--colorText--contrast:#ccc;--colorText--highlight-light:#0089ac;--colorText--error:#ad1c2d;--colorText--success:#196031;--colorBackground--highlight-detail:#015f77;--colorBackground--banner-header:#445b6b;--colorBackground--banner--editorial:#2a46d9;--color--sponsor:#c27700;--colorIcon--contrast:#ccc;--colorIcon--active:#ad1c2d;--colorButton--secondary:#ad1c2d;--colorButton--tertiary:#015f77;--colorToggle--active:#ad1c2d}.s-high-contrast .s-color-reversed{--colorText--highlight-light:#92e9fe;--colorText--error:#f1adb5;--colorIcon--contrast:#a7adb2;--colorToggle--active:#f1adb5}.s-themed{--subnavBackground:var(--themeHighlight);--colorButton--secondary:var(--themeHighlight);--colorButton--secondary--hover:var(--themeHighlight--dark);--colorButton--tertiary:var(--themeHighlight);--colorButton--tertiary--hover:var(--themeHighlight--dark);--colorBackground--highlight-detail:var(--themeHighlight)}.m-list--special-report .m-list__container,.m-specialreport-module,.o-list-wrapper.s-color-reversed{--colorText--hover:var(--colorText);--colorButton--cta--border--hover:var(--colorText);--colorButton--cta--border:var(--colorSeparator)}html{position:relative;min-height:100%;overflow-x:hidden;overflow-y:scroll}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;background:var(--colorBackground);color:var(--colorText);font-size:100%;font-feature-settings:"kern";font-kerning:normal;line-height:1;text-rendering:optimizeLegibility;font-variant-ligatures:common-ligatures;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body:after{position:absolute;left:-1px;top:-1px;width:1px;height:1px;margin-top:-1px;margin-left:-1px;color:transparent;font:0/0 a;text-shadow:none}@media screen and (max-width:767px){head{font-family:small}body:after{content:"small"}}@media screen and (min-width:768px)and (max-width:1023px){head{font-family:medium}body:after{content:"medium"}}@media screen and (min-width:1024px)and (max-width:1279px){head{font-family:large}body:after{content:"large"}}@media screen and (min-width:1280px)and (max-width:1439px){head{font-family:xlarge}body:after{content:"xlarge"}}@media screen and (min-width:1440px){head{font-family:xxlarge}body:after{content:"xxlarge"}}.container{width:100vw;margin:0 auto;padding-left:20px;padding-right:20px}@media screen and (min-width:768px)and (max-width:1023px){.container{padding-left:45px;padding-right:45px}}@media screen and (min-width:1024px)and (max-width:1279px){.container{padding-left:50px;padding-right:50px}}@media screen and (min-width:1280px)and (max-width:1439px){.container{padding-left:55px;padding-right:55px}}@media screen and (min-width:1440px){.container{max-width:1320px;padding-left:0;padding-right:0}}@media screen and (min-width:1024px){.Page-layoutTwoCols .ModuleStretchOntoAside{min-width:calc(100% + 430px)}}@media screen and (min-width:1280px){.Page-layoutTwoCols .ModuleStretchOntoAside{min-width:calc(100% + 460px)}}.m-article-lead__heading .m-article-title,.m-article-lead__heading .m-page-sponsorInfo,.m-chapters-topnav,.m-error-page-title,.m-eventbar,.m-header-banner__body,.m-header-banner__topic,.m-page-lead__media figcaption,.m-page-sponsorInfo,.m-page-sponsorInfo-wrap:after,.m-productbar,.m-subnav-container,.Module--Context>.m-fineprint,.Module--Context>.Module,.o-footer,.Page-layout,.Page-main .m-tag-navigation,.Page-pageHeading,.Page-saveAction{padding-left:20px;padding-right:20px}@media screen and (min-width:768px)and (max-width:1023px){.m-article-lead__heading .m-article-title,.m-article-lead__heading .m-page-sponsorInfo,.m-chapters-topnav,.m-error-page-title,.m-eventbar,.m-header-banner__body,.m-header-banner__topic,.m-page-lead__media figcaption,.m-page-sponsorInfo,.m-page-sponsorInfo-wrap:after,.m-productbar,.m-subnav-container,.Module--Context>.m-fineprint,.Module--Context>.Module,.o-footer,.Page-layout,.Page-main .m-tag-navigation,.Page-pageHeading,.Page-saveAction{padding-left:45px;padding-right:45px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-article-lead__heading .m-article-title,.m-article-lead__heading .m-page-sponsorInfo,.m-chapters-topnav,.m-error-page-title,.m-eventbar,.m-header-banner__body,.m-header-banner__topic,.m-page-lead__media figcaption,.m-page-sponsorInfo,.m-page-sponsorInfo-wrap:after,.m-productbar,.m-subnav-container,.Module--Context>.m-fineprint,.Module--Context>.Module,.o-footer,.Page-layout,.Page-main .m-tag-navigation,.Page-pageHeading,.Page-saveAction{padding-left:50px;padding-right:50px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-article-lead__heading .m-article-title,.m-article-lead__heading .m-page-sponsorInfo,.m-chapters-topnav,.m-error-page-title,.m-eventbar,.m-header-banner__body,.m-header-banner__topic,.m-page-lead__media figcaption,.m-page-sponsorInfo,.m-page-sponsorInfo-wrap:after,.m-productbar,.m-subnav-container,.Module--Context>.m-fineprint,.Module--Context>.Module,.o-footer,.Page-layout,.Page-main .m-tag-navigation,.Page-pageHeading,.Page-saveAction{padding-left:55px;padding-right:55px}}@media screen and (min-width:1440px){.m-article-lead__heading .m-article-title,.m-article-lead__heading .m-page-sponsorInfo,.m-chapters-topnav,.m-error-page-title,.m-eventbar,.m-header-banner__body,.m-header-banner__topic,.m-page-lead__media figcaption,.m-page-sponsorInfo,.m-page-sponsorInfo-wrap:after,.m-productbar,.m-subnav-container,.Module--Context>.m-fineprint,.Module--Context>.Module,.o-footer,.Page-layout,.Page-main .m-tag-navigation,.Page-pageHeading,.Page-saveAction{padding-left:calc(50% - 660px);padding-right:calc(50% - 660px)}}.Module--Context>.Module,.Module--ContextAside>.Module,.Module--ContextAside>.Module--fullWidth{padding-top:30px;padding-bottom:30px}.Module--Context .NewsletterForm.Module{padding-top:unset;padding-bottom:unset}.Module{display:block;clear:both;overflow:hidden}.Module--Context>.Module{background-color:var(--module-bg-color)}.Page-layout .Module--Context>.Module{padding-left:unset;padding-right:unset}@media screen and (min-width:768px){.Module--ContextAside>.Module,.Module--ContextAside>.Module--fullWidth{padding-top:21px;padding-bottom:21px}}.Module--ContextAside>.Module--fullWidth:first-child,.Module--ContextAside>.Module:first-child,.Page-layoutTwoCols .Module--Context>.Module--fullWidth:first-child,.Page-layoutTwoCols .Module--Context>.Module:first-child{padding-top:0}.Module-triangle{position:absolute;right:0;top:0;width:0;height:0;border-style:solid;border-left-color:transparent;border-bottom-color:transparent;border-right-color:var(--colorButton--tertiary);border-top-color:transparent}.Module--ContextAside .Module-triangle,.Module-triangle{border-width:0 55px 55px 0}@media screen and (min-width:768px)and (max-width:1023px){.Module-triangle{border-width:0 95px 95px 0}}@media screen and (min-width:1024px){.Module-triangle{border-width:0 100px 100px 0}}.Module--ContextArticle:after{content:"";display:block;clear:both}.s-nav-open,.s-nav-open body,.s-search-results-open,.s-search-results-open body{overflow:hidden}.a-button,.a-dropdown__trigger,.a-favorite-button,.a-playlist-item,.a-promo-favorite,.a-remove-all,.a-toggle,.m-agenda-item__toggle,.m-filters-overlay__close,.m-filters-overlay__filters-button,.m-filters-selected__clear,.m-filters-selected__item,.m-filters__controls__button,.m-filters__search__btn,.m-fineprint__toggle,.m-nav__sub__back,.m-promo__media__overlay-toggle,.no-btn,.o-header__search__btn,.o-header__trigger{padding:0;border-radius:0;background:transparent;border:0;cursor:pointer;-webkit-appearance:none;appearance:none;outline:none}.a-button{display:inline-block;min-width:170px;height:50px;padding:0 34px;border-radius:2px;color:var(--colorButton--primary--txt,currentColor);background-color:var(--colorButton--primary);line-height:50px;text-transform:uppercase;text-align:center;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975);white-space:nowrap}.a-button:after,.a-button:before{content:none}.a-button:not([disabled]):hover{background-color:var(--colorButton--primary--hover);color:var(--colorButton--primary--txtHover,currentColor)}html[data-whatinput=keyboard] .a-button:not([disabled]):focus{box-shadow:0 0 0 2px var(--colorBackground),0 0 0 3px var(--colorButton--focus)}.a-button[disabled]{background:var(--colorButton--disabled);cursor:default}.a-button svg{fill:currentColor;display:inline-block;width:15px;height:15px;margin-left:1px;margin-bottom:-4px;margin-right:-6px}.a-button svg.external{width:10px;height:10px;margin-left:3px;margin-bottom:-1px;margin-right:0}.a-button--big{min-width:215px;height:60px;line-height:60px}.a-button--small{min-width:0;padding:0 22px;height:35px;line-height:35px}.a-button--small:after,.a-button--small:before{content:none}.a-button--secondary{background-color:var(--colorButton--secondary);color:var(--colorButton--secondary--txt)}.a-button--secondary:not([disabled]):hover{background-color:var(--colorButton--secondary--hover);color:var(--colorButton--secondary--txtHover)}.a-button--tertiary{background-color:var(--colorButton--tertiary);color:var(--colorButton--tertiary--txt)}.a-button--tertiary:not([disabled]):hover{background-color:var(--colorButton--tertiary--hover);color:var(--colorButton--tertiary--txtHover)}.a-button--fourth{background-color:var(--colorButton--fourth);color:var(--colorButton--fourth--txt)}.a-button--fourth:not([disabled]):hover{background-color:var(--colorButton--fourth--hover);color:var(--colorButton--fourth--txtHover)}.a-button--fifth,html:not(.s-nav-open) .m-articlepage--immersive .has-transition .o-header__bar-wrapper .o-header__bar__action,html:not(.s-nav-open) .m-articlepage--immersive .s-color-reversed .has-transition .o-header__bar-wrapper .o-header__bar__action{background-color:var(--colorButton--fifth);color:var(--colorButton--fifth--txt)}.a-button--fifth:not([disabled]):hover,html:not(.s-nav-open) .m-articlepage--immersive .has-transition .o-header__bar-wrapper .o-header__bar__action:not([disabled]):hover{background-color:var(--colorButton--fifth--hover);color:var(--colorButton--fifth--txtHover)}.a-button--outline,.a-button--outline-big,.a-button.a-button--cta{color:var(--colorText);background-color:transparent;border:1px solid var(--colorButton--cta--border)}.a-button--outline-big:not([disabled]):hover,.a-button--outline:not([disabled]):hover,.a-button.a-button--cta:not([disabled]):hover{color:var(--colorText);background-color:inherit;border-color:var(--colorButton--cta--border--hover)}.a-button--outline-big[disabled],.a-button--outline[disabled],.a-button.a-button--cta[disabled]{background-color:transparent;color:var(--colorText--contrast)}.s-color-reversed .a-button--outline,.s-color-reversed .a-button--outline-big,.s-color-reversed .a-button.a-button--cta{color:var(--colorText--reversed);border-color:var(--colorSeparator--reversed);mix-blend-mode:normal}.s-color-reversed .a-button--outline-big:not([disabled]):hover,.s-color-reversed .a-button--outline:not([disabled]):hover,.s-color-reversed .a-button.a-button--cta:not([disabled]):hover{background-color:inherit;border-color:var(--colorButton--cta--border--reversed--hover)}.s-color-reversed .a-button--outline-big[disabled],.s-color-reversed .a-button--outline[disabled],.s-color-reversed .a-button.a-button--cta[disabled]{background-color:transparent;color:var(--colorText--contrast)}.a-button--outline,.a-button--outline-big{min-width:0;padding:0 10px;height:20px;line-height:18px}.a-button--outline-big:after,.a-button--outline-big:before,.a-button--outline:after,.a-button--outline:before{content:none}.a-button--outline-big{padding:0 22px;height:35px;line-height:33px;min-width:160px}.a-button.a-button--cta{width:100%;height:45px;line-height:43px;text-transform:none;mix-blend-mode:var(--separatorBlendMode,multiply)}.a-button.a-button--cta:after,.a-button.a-button--cta:before{content:none}@media screen and (min-width:768px){.a-button.a-button--cta{width:auto;min-width:400px}}.RichTextBody .a-button.a-button--cta{display:block;margin:45px auto 0;max-width:400px}.a-button--outline-big.is-active,.a-button--outline.is-active{color:var(--colorButton--secondary);border-color:var(--colorButton--secondary)}.a-button--outline-big.is-active:not([disabled]):hover,.a-button--outline.is-active:not([disabled]):hover{color:var(--colorButton--secondary--hover);border-color:var(--colorButton--secondary--hover)}.a-button--outline-big.is-active[disabled],.a-button--outline.is-active[disabled]{background-color:transparent;color:var(--colorText--contrast)}.s-color-reversed .a-button--outline-big.is-active,.s-color-reversed .a-button--outline.is-active{color:var(--colorText--reversed);border-color:var(--colorSeparator--reversed);mix-blend-mode:normal}.s-color-reversed .a-button--outline-big.is-active:not([disabled]):hover,.s-color-reversed .a-button--outline.is-active:not([disabled]):hover{color:var(--colorText--reversed);background-color:inherit;border-color:var(--colorButton--cta--border--reversed--hover)}.s-color-reversed .a-button--outline-big.is-active[disabled],.s-color-reversed .a-button--outline.is-active[disabled]{background-color:transparent;color:var(--colorText--contrast)}.a-button--follow{position:relative}.a-button--follow .a-button__hover{position:absolute;width:100%;height:100%;left:0;top:0;border-radius:2px;background-color:var(--colorBackground);text-align:center;opacity:0;visibility:hidden}.s-color-reversed .a-button--follow .a-button__hover{background-color:var(--colorBackground--highlight-dark)}.a-button--follow.is-hovered .a-button__hover{opacity:1;visibility:visible;transition:opacity .12s cubic-bezier(.59,.01,.37,.975),visibility .12s cubic-bezier(.59,.01,.37,.975)}.a-favorite-button{color:var(--colorText--contrast);transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975);padding:0;border-radius:0;background:transparent;border:0;cursor:pointer;-webkit-appearance:none;appearance:none}.a-favorite-button:hover{color:var(--colorText)}.a-favorite-button svg{width:30px;height:30px;fill:none;stroke-width:2px;stroke:currentColor;margin-bottom:-10px;margin-right:2px}.a-favorite-button:hover svg{fill:currentColor}.a-favorite-button.is-active{color:var(--colorIcon--active)}.a-favorite-button.is-active svg{fill:currentColor}.a-favorite-button__label{display:inline-block;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975)}.a-favorite-button__label:after,.a-favorite-button__label:before{content:none}.a-text>ol li>.a-link[href],.a-text>ul li>.a-link[href],.a-text b>.a-link[href],.a-text center>.a-link[href],.a-text i>.a-link[href],.a-text p>.a-link[href],.m-authorbio__description .a-link[href],.m-fineprint a,.m-speakerbio__description .a-link[href]{border-bottom:1px solid var(--colorText--highlight-light)}.a-text>ol li>.a-link[href]:hover,.a-text>ul li>.a-link[href]:hover,.a-text b>.a-link[href]:hover,.a-text center>.a-link[href]:hover,.a-text i>.a-link[href]:hover,.a-text p>.a-link[href]:hover,.m-authorbio__description .a-link[href]:hover,.m-fineprint a:hover,.m-speakerbio__description .a-link[href]:hover{color:var(--colorText--highlight-light,currentColor)}.a-link__external{width:10px;height:10px}.a-link__external,.a-link__icon{display:inline-block;margin-left:1px;margin-bottom:-1px;fill:currentColor}.a-link__icon{width:20px;height:20px}.a-link--arrow:after{content:"";display:inline-block;width:6px;height:6px;margin-left:5px;margin-bottom:1px;border-right:1px solid;border-bottom:1px solid;transform:rotate(-45deg)}.a-link__pdf,svg.a-link_download{display:none}.a-button[href$=".pdf"] svg.a-link_download{display:inline-block}.a-text .a-link[href$=".pdf"]{position:relative;border:none;margin-right:5px;padding:2px 2px 0}.a-text .a-link[href$=".pdf"]:hover{color:initial;background-color:rgba(1,173,216,.15)}.a-text .a-link[href$=".pdf"] .a-link__pdf{display:inline-block;width:24px;height:20px;margin-bottom:-2px;margin-right:-10px;margin-left:4px}.a-link__download{display:inline-flex;flex-direction:row-reverse;color:var(--colorText--contrast)}.a-toggle{position:relative;height:15px;padding-right:40px;text-align:left;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975)}.a-toggle:after{width:30px;background-color:var(--colorToggle--background);transition:background-color .16s cubic-bezier(.59,.01,.37,.975);z-index:1}.a-toggle:after,.a-toggle:before{content:"";position:absolute;right:0;top:-1px;height:15px;border:1px solid var(--colorToggle--border);border-radius:20px}.a-toggle:before{width:15px;background-color:var(--colorBackground);transform:translateX(-15px);transition:transform .16s cubic-bezier(.59,.01,.37,.975);z-index:2}.a-toggle.is-active:after{background-color:var(--colorToggle--active)}.a-toggle.is-active:before{transform:translateX(0)}.a-toggle:hover{color:var(--colorText--hover)}.a-dropdown{position:relative;display:block}[data-dropdown-trigger]{cursor:pointer;outline:none}html[data-whatinput=keyboard] [data-dropdown-trigger]:not([disabled]):focus{box-shadow:0 0 0 2px var(--colorBackground),0 0 0 3px var(--colorButton--focus)}.a-dropdown__element{--dropdownArrowLeft:20px;position:absolute;bottom:-7px;left:0;padding:8px 20px 10px;min-width:176px;text-align:left;background:var(--colorBackground);border:1px solid var(--colorSeparator);transform:translateY(100%);z-index:4;visibility:hidden;opacity:0;transition:opacity .24s cubic-bezier(.59,.01,.37,.975),visibility .24s cubic-bezier(.59,.01,.37,.975)}[data-dropdown-placement=top] .a-dropdown__element{bottom:calc(100% + 7px)}.a-dropdown__element a{display:block;padding:7px 0;outline:none}html[data-whatinput=keyboard] .a-dropdown__element a:not([disabled]):focus{box-shadow:0 0 0 2px var(--colorBackground),0 0 0 3px var(--colorButton--focus)}.a-dropdown__element:hover a{color:var(--colorText--contrast)}.a-dropdown__element:hover a:hover{color:var(--colorText)}.a-dropdown__element:after{content:"";position:absolute;padding:0;top:-5px;left:var(--dropdownArrowLeft);width:10px;height:10px;background:#fff;border-left:1px solid var(--colorSeparator);border-top:1px solid var(--colorSeparator);opacity:0;visibility:hidden;z-index:5;transform:rotate(45deg);-webkit-clip-path:polygon(100% 0,0 100%,0 0);clip-path:polygon(100% 0,0 100%,0 0);transition:opacity .24s cubic-bezier(.59,.01,.37,.975),visibility .24s cubic-bezier(.59,.01,.37,.975)}[data-dropdown-placement=top] .a-dropdown__element:after{top:auto;bottom:-5px;transform:rotate(-135deg)}.a-dropdown.is-active .a-dropdown__element,.a-dropdown.is-active .a-dropdown__element:after{opacity:1;visibility:visible}.a-dropdown__trigger{transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975)}.a-dropdown__trigger:hover{color:var(--colorText--hover)}.a-dropdown__container{max-height:260px;overflow-y:auto;padding:0 20px}.a-remove-all{color:var(--colorIcon--contrast);transition:color .12s cubic-bezier(.59,.01,.37,.975);display:flex;align-items:center}.a-remove-all>span{display:block;color:var(--colorText--contrast);padding-right:5px}.a-remove-all>span:after,.a-remove-all>span:before{content:none}.a-remove-all svg{width:30px;height:30px}.m-actionbar-wrapper{margin-top:30px;margin-bottom:30px}@media screen and (min-width:768px)and (max-width:1023px){.m-actionbar-wrapper{margin-top:45px}}@media screen and (min-width:1024px){.m-actionbar-wrapper{position:absolute;left:0;top:0;height:100%;z-index:10;margin-top:0}}.m-actionbar{position:relative;background-color:var(--colorBackground)}@media screen and (min-width:1024px){.m-actionbar{display:inline-block;width:auto;position:sticky;top:100px}}@media screen and (max-width:1023px){.m-actionbar{position:relative;display:flex;flex-wrap:wrap}.m-actionbar:after{content:"";position:absolute;z-index:0;left:-20px;right:-20px;top:0;border-top:1px solid var(--colorSeparator);pointer-events:none;opacity:0;transition:opacity .01s linear .24s}}@media screen and (max-width:1023px)and (min-width:768px)and (max-width:1023px){.m-actionbar:after{left:-45px;right:-45px}}@media screen and (max-width:1023px){.m-actionbar.is-active:after{opacity:1;transition-delay:0s}}.m-actionbar__list{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;width:100%}@media screen and (min-width:1024px){.m-actionbar__list{display:inline-block;width:auto;border:0}}@media screen and (max-width:1023px){.m-actionbar__list{order:2}.m-actionbar__list:after,.m-actionbar__list:before{content:"";position:absolute;z-index:0;left:-20px;right:-20px;top:0;border-top:1px solid var(--colorSeparator);pointer-events:none}}@media screen and (max-width:1023px)and (min-width:768px)and (max-width:1023px){.m-actionbar__list:after,.m-actionbar__list:before{left:-45px;right:-45px}}@media screen and (max-width:1023px){.m-actionbar__list:after{top:100%}}.m-actionbar__item{height:50px;width:66px;border-left:1px solid var(--colorSeparator)}.m-actionbar__item:first-child{border-left:0}@media screen and (min-width:768px){.m-actionbar__item{width:76px}}@media screen and (min-width:1024px){.m-actionbar__item{width:50px;border:1px solid var(--colorSeparator);border-top:0}.m-actionbar__item:first-child{border:1px solid var(--colorSeparator)}}.m-actionbar__item svg{width:30px;height:30px;transition:fill .12s cubic-bezier(.59,.01,.37,.975)}.m-actionbar__item .m-actionbar__button{position:relative;display:block;width:100%;height:100%;padding-top:10px;text-align:center;outline:0}.m-actionbar__item .m-actionbar__button[data-social-service-count]:before{content:attr(data-social-service-count);position:absolute;top:18px;font-size:10px;font-weight:700;left:0;right:0}@media screen and (min-width:1024px){.m-actionbar__item .m-actionbar__button{padding-top:9px}}.m-actionbar__item .m-actionbar__button.m-actionbar__button--share{padding-top:3px}@media screen and (min-width:1024px){.m-actionbar__item .m-actionbar__button.m-actionbar__button--share{padding-top:2px}}.m-actionbar__item .m-actionbar__button.m-actionbar__button--favorite{padding-top:1px}@media screen and (min-width:1024px){.m-actionbar__item .m-actionbar__button.m-actionbar__button--favorite{padding-top:0}}html[data-whatinput=keyboard] .m-actionbar__item .m-actionbar__button:not([disabled]):focus{box-shadow:0 0 0 2px var(--colorBackground),0 0 0 3px var(--colorButton--focus)}.m-actionbar__item .a-promo-favorite{color:var(--colorText)}.m-actionbar__item .a-promo-favorite svg{width:30px;height:30px;stroke-width:2px}@media screen and (min-width:1024px){.m-actionbar:not(.is-active) .m-actionbar__button:hover .m-actionbar__tooltip{opacity:1;visibility:visible;transform:translateX(100%)}}.m-actionbar__list:hover .m-actionbar__button:not(.m-actionbar__button--favorite) svg{fill:var(--colorIcon--contrast)}.m-actionbar__list:hover .m-actionbar__button:not(.m-actionbar__button--favorite):hover svg{fill:var(--colorIcon--contrast-hover)}.m-actionbar__list:hover .a-promo-favorite{color:var(--colorIcon--contrast)}.m-actionbar__list:hover .a-promo-favorite:hover{color:var(--colorIcon--contrast-hover)}.m-actionbar__dropdown,.m-actionbar__tooltip{opacity:0;visibility:hidden}.m-actionbar__tooltip{position:absolute;right:-15px;top:0;height:50px;padding:0 20px;line-height:50px;border-radius:2px;white-space:nowrap;color:var(--colorText--reversed);background:var(--colorBackground--highlight);transform:translateX(90%);pointer-events:none;transition:opacity .24s cubic-bezier(.59,.01,.37,.975),visibility .24s cubic-bezier(.59,.01,.37,.975),transform .24s cubic-bezier(.59,.01,.37,.975)}@media screen and (max-width:1023px){.m-actionbar__tooltip{display:none}}.m-actionbar__tooltip:before{content:"";position:absolute;padding:0;left:-5px;top:50%;width:0;height:0;margin-top:-6px;border-left:0 solid transparent;border-bottom:6px solid transparent;border-right:6px solid var(--colorBackground--highlight);border-top:6px solid transparent}.m-actionbar__dropdown{width:100%;overflow:hidden;max-height:0;background-color:var(--colorBackground);transition:opacity .12s cubic-bezier(.59,.01,.37,.975),visibility .12s cubic-bezier(.59,.01,.37,.975)}@media screen and (max-width:1023px){.m-actionbar__dropdown{transition:opacity .12s cubic-bezier(.59,.01,.37,.975) .12s,visibility .12s cubic-bezier(.59,.01,.37,.975) .12s,max-height .24s cubic-bezier(.59,.01,.37,.975);order:1}}.m-actionbar__dropdown .m-actionbar__dropdown__content{padding:9px 0 15px}@media screen and (min-width:1024px){.m-actionbar__dropdown .m-actionbar__dropdown__content{padding:10px 20px}}.m-actionbar__dropdown.is-active{opacity:1;visibility:visible;max-height:600px}@media screen and (max-width:1023px){.m-actionbar__dropdown.is-active{transition:opacity .12s cubic-bezier(.59,.01,.37,.975),visibility .12s cubic-bezier(.59,.01,.37,.975),max-height .34s cubic-bezier(.59,.01,.37,.975)}}@media screen and (min-width:1024px){.m-actionbar__dropdown.is-active{max-height:auto}}@media screen and (min-width:1024px){.m-actionbar__dropdown{position:absolute;top:0;right:1px;max-height:auto;min-height:100%;min-width:320px;width:auto;border:1px solid var(--colorSeparator);transform:translateX(100%)}}.m-actionbar__dropdown .ActionLink{display:block;padding:7px 0;cursor:pointer}.m-actionbar__dropdown:hover .ActionLink{color:var(--colorText--contrast)}.m-actionbar__dropdown:hover .ActionLink:hover{color:var(--colorText)}@media screen and (max-width:767px){.m-actionbar.is-active .m-article-chapters{opacity:1}}@media screen and (min-width:768px)and (max-width:1023px){.m-actionbar.is-active .m-article-chapters{opacity:1}}@media screen and (min-width:1024px){.m-actionbar-chapter{display:none}.has-transitions .m-actionbar-chapter{display:inline-block}}.ArticlePage-mainContent{position:relative;margin-bottom:30px}.ArticlePage-authors:last-child{margin-bottom:-30px}.ArticlePage-articleBody+.ArticlePage-authors{margin-top:40px}@media screen and (min-width:1280px){.ArticlePage-articleBody+.ArticlePage-authors{margin-top:60px}}.m-article-lead--below .Page-layout{margin-top:30px}@media screen and (min-width:1280px){.m-article-lead--below .Page-layout{margin-top:50px}}.m-article-lead--below .Page-MainContent{margin-bottom:50px}.m-article-dateline{font-style:italic;float:left;padding-right:7px}.ArticlePage-intro{margin-bottom:35px}.m-article-chapters{border-bottom:1px solid var(--colorSeparator);padding-bottom:20px;text-transform:uppercase;margin-bottom:30px;opacity:0}@media screen and (min-width:1024px){.m-article-chapters{opacity:1}}.m-article-chapters ol{list-style-type:decimal-leading-zero;display:block;min-height:60px}.m-article-chapters li{display:inline-block;min-width:200px;padding-bottom:20px;border-left:1px solid var(--colorSeparator);position:relative}.m-article-chapters li:first-child{border:none}.m-article-chapters li:first-child span{margin-left:40px}.m-article-chapters li .a-title{padding:0 20px}.m-article-chapters li .a-number{padding:0 20px;color:var(--colorText--highlight-light)}.m-article-chapters svg{width:30px;height:30px;margin-right:7px;position:absolute;top:-5px}.m-chapters-topnav{display:none}@media screen and (min-width:1024px){.m-chapters-topnav{display:block}}.m-article-datelineState{margin-left:-3px}@media screen and (min-width:1024px){.m-article-lead{display:flex;flex-wrap:wrap}}.m-article-lead__media{width:100%;margin-bottom:30px}@media screen and (min-width:1024px){.m-article-lead__media{margin-bottom:50px}}.m-article-lead--overlay .m-article-lead__heading{order:2}.m-article-lead--overlay .m-article-lead__media{order:1}.m-article-lead--overlay{position:relative}.m-article-lead--overlay .m-article-lead__heading{position:relative;padding-bottom:30px;z-index:2;color:var(--colorText--reversed)}@media screen and (min-width:768px){.m-article-lead--overlay .m-article-lead__heading{position:absolute;bottom:0;padding-bottom:50px}}@media screen and (min-width:1024px){.m-article-lead--overlay .m-article-lead__heading{padding-bottom:75px}}.m-article-lead--overlay .m-article-title__duration,.m-article-lead--overlay .m-article-title__topic{color:var(--colorText--reversed)}.m-article-lead--overlay .m-article-title a:not([class]){border-color:var(--colorText--reversed)}@media screen and (max-width:767px){.m-article-lead--overlay .m-article-lead__media{position:absolute;top:0;bottom:0;right:0;left:0}.m-article-lead--overlay .m-article-lead__media .a-media{height:100%}.m-article-lead--overlay .m-article-lead__media .a-media img{height:100%;-o-object-fit:cover;object-fit:cover}}@media screen and (min-width:1024px){.m-article-lead--below .m-article-lead__media{max-width:860px}}@media screen and (min-width:1280px){.m-article-lead--below .m-article-title>div,.m-article-lead--below .m-article-title>h1{max-width:860px}}.m-article-lead--below .m-article-lead__media.m-article-lead__video{margin:50px 0 0;max-width:none}.m-article-lead__fullwidth figcaption{margin-left:5%}.m-article-lead__immersive figcaption{position:absolute;bottom:20px;left:7%}.m-article-lead__immersive .a-media__byline{margin-top:20px;display:none}.m-article-lead__immersive .m-article-title{margin-left:10%;width:100%;max-width:680px}@media screen and (min-width:1024px){.m-article-lead__immersive .m-article-title{margin-left:15%}}.m-article-lead__immersive.s-color-reversed .a-media__caption,.m-article-lead__immersive.s-color-reversed .a-media__credit{color:#fff}html:not(.s-nav-open) .m-articlepage--immersive .has-transition .o-header__bar-wrapper,html:not(.s-nav-open) .m-articlepage--immersive .s-color-reversed .has-transition .o-header__bar-wrapper{background:#fff}html:not(.s-nav-open) .m-articlepage--immersive .has-transition .o-header__bar-wrapper .o-header__trigger,html:not(.s-nav-open) .m-articlepage--immersive .s-color-reversed .has-transition .o-header__bar-wrapper .o-header__trigger{color:var(--colorText)}html:not(.s-nav-open) .m-articlepage--immersive .has-transition .o-header__bar-wrapper .o-header__logo svg,html:not(.s-nav-open) .m-articlepage--immersive .s-color-reversed .has-transition .o-header__bar-wrapper .o-header__logo svg{fill:var(--themeMainLogoColor)}html:not(.s-nav-open) .m-articlepage--immersive .has-transition .o-header__bar-wrapper .o-header__logo .o-header__logo__title,html:not(.s-nav-open) .m-articlepage--immersive .s-color-reversed .has-transition .o-header__bar-wrapper .o-header__logo .o-header__logo__title{color:var(--themeMainLogoTypeColor)}html:not(.s-nav-open) .m-articlepage--immersive .has-transition .o-header__bar-wrapper .o-header__logo:hover svg,html:not(.s-nav-open) .m-articlepage--immersive .s-color-reversed .has-transition .o-header__bar-wrapper .o-header__logo:hover svg{fill:var(--themeMainLogoColorHover)}html:not(.s-nav-open) .m-articlepage--immersive .has-transition .o-header__bar-wrapper .o-header__logo:hover .o-header__logo__title,html:not(.s-nav-open) .m-articlepage--immersive .s-color-reversed .has-transition .o-header__bar-wrapper .o-header__logo:hover .o-header__logo__title{color:var(--themeMainLogoTypeColorHover)}.a-media--video.a-media--full .a-media__byline{margin-left:0;margin-right:0}html:not(.s-nav-open) .m-articlepage--immersive .s-color-reversed .o-header__bar-wrapper{background:transparent}.m-article-lead__heading{width:100%}.m-article-lead__headingimmersive{display:none}.m-articlepage--immersive .o-header__bar-wrapper{background:transparent}.m-articlepage--immersive .m-article-lead__media{--headerSpacer:80px;--headerHeight:80px;margin-bottom:0;margin-top:calc(var(--headerHeight)*-1)}@media screen and (min-width:768px)and (max-width:1023px){.m-articlepage--immersive .m-article-lead__media{--headerSpacer:100px;--headerHeight:100px}}@media screen and (min-width:1024px){.m-articlepage--immersive .m-article-lead__media{--headerSpacer:120px;--headerHeight:120px}}.m-articlepage--immersive .m-article-lead__media.m-article-lead__opacity .a-media:before{width:100%;height:calc(100% - 3px);content:"";background:#000;position:absolute;opacity:.3}.m-articlepage--immersive .m-article-lead__media .m-subnav-container{display:none}.m-articlepage--immersive .m-article-lead__content{position:relative}.m-articlepage--immersive .m-article-lead__heading,.m-articlepage--immersive .m-article-title__intro,.m-articlepage--immersive .m-article-title__media{display:none}.m-articlepage--immersive .m-article-lead__headingimmersive{display:block;position:absolute;bottom:12%;left:7%}.m-articlepage--immersive .s-color-reversed .m-article-title,.m-articlepage--immersive .s-color-reversed .m-article-title__duration,.m-articlepage--immersive .s-color-reversed .m-article-title__topic{color:#fff}.ListArticleBody .Enhancement{margin-top:30px}.ListArticleBody .Enhancement li,.ListArticleBody .Enhancement ol{margin-bottom:25px}.ListArticleBody br{margin-bottom:20px;content:"";display:block}[data-hide-title] .ListArticleBodyItem-headline{display:none}.ListArticleBody-items-item{list-style:none;margin-bottom:30px}.LeaderArticlePage .Page-aside>[class*=o-leader-form]{display:none}@media screen and (min-width:1024px){.LeaderArticlePage .Page-aside>[class*=o-leader-form]{display:block}}.LeaderArticlePage .Page-MainContent .m-article-leader>[class*=o-leader-form]{display:block}@media screen and (min-width:1024px){.LeaderArticlePage .Page-MainContent .m-article-leader>[class*=o-leader-form]{display:none}}.LeaderArticlePage .m-article-content .m-article-leader{display:block}@media screen and (min-width:768px)and (max-width:1023px){.LeaderArticlePage .m-article-content .m-article-leader .o-leader-form{display:flex}.LeaderArticlePage .m-article-content .m-article-leader .o-leader-form__header,.LeaderArticlePage .m-article-content .m-article-leader .o-leader-form__list{width:50%}.LeaderArticlePage .m-article-content .m-article-leader .o-leader-form__list{border-left:1px solid var(--colorSeparator);margin-left:20px;padding-left:20px;border-top:0;margin-top:0}.LeaderArticlePage .m-article-content .m-article-leader .o-leader-form__list .o-leader-form__label:first-child{margin-top:0}}@media screen and (min-width:1024px){.LeaderArticlePage .m-article-content .m-article-leader{display:none}}.SponsorContentArticlePage .m-article-lead__media{margin-bottom:0;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;position:relative;right:50%;width:100vw}.SponsorContentArticlePage .m-article-lead__media .BrightcoveVideoPlayer,.SponsorContentArticlePage .m-article-lead__media .YouTubeVideoPlayer{padding-bottom:36.4583333333vw}.SponsorContentArticlePage .m-article-lead__media img{width:100vw;-o-object-fit:cover;object-fit:cover;height:auto}.SponsorContentArticlePage .m-article-lead__media .a-playlist-item__media img{width:100%}.SponsorContentArticlePage .m-article-lead__media .a-media__byline{display:none}.SponsorContentArticlePage .m-article-lead__media .a-media__player{max-height:525px}.SponsorContentArticlePage .m-article-lead__media .a-media--video .a-media__container.is-active,.SponsorContentArticlePage .m-article-lead__media .a-media--video .a-media__container.is-active .a-media__player{max-height:none}.SponsorContentArticlePage .m-article-lead__media .a-media__container.is-active{max-height:525px}.SponsorContentArticlePage .m-article-lead__heading{background:var(--colorBackground--sponsor)}.SponsorContentArticlePage .ArticlePage-authors{display:none}.SponsorContentArticlePage .m-article-lead--below .m-article-title{max-width:none}.SponsorContentArticlePage .m-article-title.m-article-title--sponsor .m-article-title__intro,.SponsorContentArticlePage .m-article-title.m-article-title--sponsor h1{max-width:860px}.SponsorContentArticlePage aside{width:100%}.m-article__sponsorText{color:var(--color--sponsor);margin-bottom:30px}.m-article-sponsorLogo{margin-bottom:20px;border:1px solid var(--colorSeparator);min-height:300px;display:flex;justify-content:center;align-items:center}@media screen and (min-width:1024px){.m-article-sponsorLogo{margin-bottom:30px}}.m-article-sponsorLogo img{width:auto}.m-article-title__label{display:inline-block;color:var(--colorText--contrast)}.m-article-title__label:not(:first-child){margin-left:15px}@media screen and (min-width:1024px)and (max-width:1279px){.m-article__sponsor{padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-article__sponsor{padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.m-article__sponsor{padding-left:115px}}.ArticlePage-articleBody~.m-sponsorBio{margin-top:20px}.m-sponsorBio .m-authorbio__image img{border-radius:0;max-width:none;max-height:none;width:auto}@media screen and (max-width:767px){.m-sponsorBio .m-authorbio__image img{max-height:85px}}.m-author__social{width:100%;padding-top:17px;margin-top:15px;border-top:1px solid var(--colorSeparator)}@media screen and (min-width:768px){.m-author__social{padding-top:18px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-author__social{margin-left:calc(8.33333vw - 5.41667px);width:calc(100% - 8.33333vw + 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-author__social{margin-left:calc(8.33333vw - 5px);width:calc(100% - 8.33333vw + 5px)}}@media screen and (min-width:1440px){.m-author__social{margin-left:115px;width:calc(100% - 115px)}}.m-author__social .m-author__social__title,.m-author__social .m-socialbar{display:inline-block}.m-author__social__title{vertical-align:top;margin-top:6px;margin-right:10px}.AuthorPage .m-article-lead--below .Page-layout{margin-top:0}.AuthorPage .m-author-title{margin-bottom:55px}@media screen and (min-width:1024px){.AuthorPage .m-tag-navigation:last-child{border-bottom:1px solid var(--colorSeparator)}.AuthorPage .m-tag-navigation:last-child .a-link{margin-bottom:15px}}@media screen and (min-width:768px){.AuthorPage .Page-MainContent .a-text{margin-bottom:60px}}@media screen and (min-width:1024px)and (max-width:1279px){.AuthorPage .a-text,.AuthorPage .m-tag-navigation{margin-left:calc(8.33333vw - 5.41667px);width:calc(100% - 8.33333vw + 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.AuthorPage .a-text,.AuthorPage .m-tag-navigation{margin-left:calc(8.33333vw - 5px);width:calc(100% - 8.33333vw + 5px)}}@media screen and (min-width:1440px){.AuthorPage .a-text,.AuthorPage .m-tag-navigation{margin-left:115px;width:calc(100% - 115px)}}.AuthorPage .o-header__progress{display:none}.AuthorPage.s-nav-is-fixed.s-nav-is-hiding .o-header__bar-wrapper{transform:none}.AuthorPage.s-nav-is-fixed.s-nav-is-hiding .o-header__articleBar-wrapper{display:none}.m-author-title{width:100%;display:flex;margin-top:30px;padding-bottom:19px;border-bottom:1px solid var(--colorSeparator)}@media screen and (min-width:768px){.m-author-title{margin-top:40px;padding-bottom:29px}}@media screen and (min-width:1024px){.m-author-title{margin-top:45px}}.m-author-title__media{position:relative;flex-shrink:0;width:95px;height:95px;margin-right:10px;border-radius:100%;overflow:hidden;vertical-align:top;transform:translateZ(0)}@media screen and (min-width:768px){.m-author-title__media{width:140px;height:140px}}@media screen and (min-width:1024px){.m-author-title__media{width:170px;height:170px}}.m-author-title__media img{width:100%;height:auto;min-height:100%}.m-author-title__info{display:flex;align-items:flex-start;padding-left:15px}@media screen and (min-width:768px){.m-author-title__info{padding-left:10px;align-items:center}}@media screen and (min-width:1024px){.m-author-title__info{padding-left:20px}}.m-author-title__name{margin-top:-4px;width:100%}@media screen and (max-width:767px){.m-author-title__name{order:1}}@media screen and (min-width:768px){.m-author-title__name{margin-top:0;display:inline-block;width:auto}}@media screen and (max-width:767px){.m-author-title__info-wrapper{display:flex;flex-wrap:wrap}}.m-author-title__info-wrapper .a-button{margin-top:19px}@media screen and (min-width:768px){.m-author-title__info-wrapper .a-button{vertical-align:top;margin-left:7px;margin-top:-6px}}.m-author-title__action{display:inline-block}@media screen and (max-width:767px){.m-author-title__action{width:100%;order:3}}.m-author-title__byline{margin-top:10px}@media screen and (max-width:767px){.m-author-title__byline{order:2}}.m-authorbio{padding:30px 0;border-top:1px solid var(--colorSeparator);border-bottom:1px solid var(--colorSeparator);display:flex}.m-authorbio__action,.m-authorbio__name{display:inline-block}.m-authorbio__name{margin-right:15px}.m-authorbio__action{position:relative;top:-5px}.m-authorbio__description{display:block}.OpinionArticlePage .m-authorbio:last-child{margin-bottom:22px}.ArticlePage-articleBody~.ArticlePage-authors .m-authorbio{border-bottom:unset}.m-actionbar-wrapper+.ArticlePage-authors .m-authorbio{padding-top:0;border-top:0}.m-authorbio__image{margin-right:30px}.m-authorbio__image img{max-width:85px;max-height:85px;border-radius:50%}.m-authorbio__affiliationAndTitle{margin-top:10px;margin-bottom:20px}.m-authorbio__description{margin-top:10px}.m-authorbio__social{margin-top:30px}.m-authorbio__social .m-socialbar__list-item:first-child{margin-left:0}.m-banner{position:relative;display:flex;height:60px;text-align:center;text-transform:uppercase;align-items:center;justify-content:center}.m-banner~.m-list__content .m-list__description,.m-banner~.m-list__description{margin-top:20px;line-height:1.8em}.s-color-reversed .m-banner{color:var(--colorText--reversed);--colorSeparator:var(--colorSeparator--reversed);--separatorBlendMode:screen}@media screen and (min-width:1024px){.Module--ContextLargeColumnOf2 .m-banner,.Page-layoutTwoCols .Page-MainContent .m-banner,.Page-layoutTwoCols main .m-banner{margin-bottom:30px;height:unset}.Module--ContextLargeColumnOf2 .m-banner:not([data-centertitle]),.Page-layoutTwoCols .Page-MainContent .m-banner:not([data-centertitle]),.Page-layoutTwoCols main .m-banner:not([data-centertitle]){justify-content:left}.Module--ContextLargeColumnOf2 .m-banner:not([data-centertitle]):before,.Page-layoutTwoCols .Page-MainContent .m-banner:not([data-centertitle]):before,.Page-layoutTwoCols main .m-banner:not([data-centertitle]):before{content:none}.Module--ContextLargeColumnOf2 .m-banner:not([data-centertitle]) h2,.Page-layoutTwoCols .Page-MainContent .m-banner:not([data-centertitle]) h2,.Page-layoutTwoCols main .m-banner:not([data-centertitle]) h2{text-align:left}.Module--ContextLargeColumnOf2 .m-banner[data-centertitle] h2,.Page-layoutTwoCols .Page-MainContent .m-banner[data-centertitle] h2,.Page-layoutTwoCols main .m-banner[data-centertitle] h2{padding:15px 0}.Module--ContextLargeColumnOf2 .m-banner h2,.Page-layoutTwoCols .Page-MainContent .m-banner h2,.Page-layoutTwoCols main .m-banner h2{font-size:13px;line-height:1.25rem;letter-spacing:1.04px;padding:18px 0;height:unset;width:100%}}@media screen and (min-width:1024px){.Module--ContextAside .m-banner{height:unset}.Module--ContextAside .m-banner h2{padding:18px 0}.Module--ContextAside .m-banner:before{display:none}.Module--ContextAside .m-banner h2{font-size:13px;line-height:1.25rem;letter-spacing:1.04px;margin-top:-3px!important;height:unset;text-align:center;width:100%;border-bottom:none}.Module--ContextAside .m-banner h2:after{display:none}.Module--ContextAside>.Module:first-child .m-banner:not([data-centertitle]) h2,.Module--ContextLargeColumnOf2>.Module:first-child .m-banner:not([data-centertitle]) h2,.Page-layoutTwoCols .Page-MainContent>.Module--Context>.Module:first-child .m-banner:not([data-centertitle]) h2{padding-top:0}}.m-banner h2{margin:0!important}.m-banner h2:after,.m-banner h2:before{content:none}.m-banner:after,.m-banner:before{content:"";position:absolute;width:100%;height:1px;left:0;background-color:var(--colorSeparator);mix-blend-mode:var(--separatorBlendMode,multiply)}.m-banner:before{top:0}.m-banner:after{bottom:0}@media screen and (min-width:1024px){.m-banner{height:80px}}@media screen and (max-width:767px){.m-banner[data-has-action]{height:75px}.m-banner[data-has-action] h2{margin-top:-10px!important}.m-banner[data-has-action] .m-banner__action{bottom:10px}}@media screen and (max-width:1023px){.m-banner .a-button.a-button--follow{min-width:0;padding:0 10px;height:20px;line-height:18px}}@media screen and (max-width:767px){.m-banner .a-button.a-button--follow{position:absolute;bottom:0;right:calc(50vw - 20px);transform:translateX(50%)}}.m-banner__action{position:absolute;right:0}.m-announcement{background:var(--colorBackground--contrast);text-align:center}.m-announcement__body{font-weight:500;padding:12px 0 18px;color:var(--colorText)}.m-announcement--breaking .m-announcement__body{color:var(--colorText--error)}.m-announcement--highlight .m-announcement__body{color:var(--colorText--highlight-light)}.m-announcement--highlight .m-announcement__body a:hover{color:var(--colorText)}.m-announcement--success .m-announcement__body{color:var(--colorText--success)}.m-announcement__body a{border-bottom:1px solid var(--colorText--highlight-light)}.m-announcement__body a:hover{color:var(--colorText--highlight-light)}.m-announcement--breaking .m-announcement__body a,.m-announcement--highlight .m-announcement__body a,.m-announcement--success .m-announcement__body a,.m-announcement--warning .m-announcement__body a{border-color:currentColor}.m-announcement--warning{background-color:var(--colorBackground--warning)}.m-header-banner{--bannerBackground--header:var(--colorBackground--banner-header);--bannerBackground:var(--colorBackground--banner);background:var(--bannerBackground);width:100vw;margin-left:50%;transform:translateX(-50%)}.m-header-banner.m-header-banner--spotlight{--bannerBackground--header:#d5a186!important;--bannerBackground:#d5a186}.m-header-banner.m-header-banner--spotlight .m-header-banner__topic{padding-top:10px;padding-bottom:10px}.m-header-banner.m-header-banner--special-report{--bannerBackground--header:var(--colorBackground--highlight)!important;--bannerBackground:var(--colorBackground--highlight)}.Page-leaderboard+.m-header-banner.m-header-banner--special-report{border-top:1px solid var(--colorSeparator);margin-top:-1px}.s-color-reversed .Page-leaderboard+.m-header-banner.m-header-banner--special-report{border-top:1px solid var(--colorSeparator--reversed);border-bottom:1px solid var(--colorSeparator--reversed)}.HasSpecialReportsHeader .s-color-reversed .Page-leaderboard+.m-header-banner.m-header-banner--special-report,.SpecialReportsPage .s-color-reversed .Page-leaderboard+.m-header-banner.m-header-banner--special-report{border-bottom:1px solid var(--colorSeparator--reversed)}.m-header-banner.m-header-banner--special-report .m-header-banner__sponsor .a-link{text-transform:none;display:inline-block;transform:translateY(2px)}.m-header-banner.m-header-banner--editorial{--bannerBackground--header:var(--colorBackground--reversed);--bannerBackground:var(--colorBackground--banner--editorial)}.m-header-banner__topic{position:relative;padding-top:9px;padding-bottom:14px;color:var(--colorText--reversed);text-align:center;background:var(--bannerBackground--header)}@media screen and (min-width:1024px){.m-header-banner__topic{padding-top:15px;padding-bottom:17px}}.m-header-banner__topic span{text-transform:uppercase;font-weight:500}.m-header-banner__topic .m-header-banner__sponsor{padding-top:5px}@media screen and (min-width:1024px){.m-header-banner__topic .m-header-banner__sponsor{position:absolute;right:40px;top:0;padding:0;height:100%;line-height:45px}}.m-header-banner__body{display:flex;flex-wrap:wrap;align-items:flex-end;position:relative;color:var(--colorText--reversed);background:var(--bannerBackground)}@media screen and (min-width:768px)and (max-width:1023px){.m-header-banner__body{flex-wrap:nowrap;justify-content:space-between}.m-header-banner[data-has-media] .m-header-banner__body{flex-wrap:wrap}}@media screen and (min-width:1024px){.m-header-banner__body{flex-wrap:nowrap;justify-content:space-between}}.m-header-banner__body .a-button--follow{color:var(--colorText--reversed);padding:0 20px;height:35px;margin-top:13px;vertical-align:top}.m-header-banner__body .a-button--follow .a-button__hover{line-height:33px}.m-header-banner__body .a-button--follow:not([disabled]):hover{border-color:var(--colorText--reversed);color:var(--colorText);background:var(--colorText--reversed)}.m-header-banner__heading{z-index:2;position:relative;margin-bottom:20px}@media screen and (max-width:767px){.m-header-banner__heading{width:calc(100vw - 40px)}}@media screen and (min-width:768px)and (max-width:1023px){.m-header-banner__heading{width:calc(62.5vw - 71.25px)}}@media screen and (min-width:1024px)and (max-width:1279px){.m-header-banner__heading{width:calc(58.33333vw - 72.91667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-header-banner__heading{width:calc(58.33333vw - 85px)}}@media screen and (min-width:1440px){.m-header-banner__heading{width:745px}}@media screen and (min-width:1024px){.m-header-banner__heading{margin-bottom:40px}}@media screen and (max-width:767px){.m-header-banner[data-has-media] .m-header-banner__heading{width:calc(100vw - 40px)}}@media screen and (min-width:768px)and (max-width:1023px){.m-header-banner[data-has-media] .m-header-banner__heading{width:calc(100vw - 90px)}}@media screen and (min-width:1024px)and (max-width:1279px){.m-header-banner[data-has-media] .m-header-banner__heading{width:calc(58.33333vw - 72.91667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-header-banner[data-has-media] .m-header-banner__heading{width:calc(58.33333vw - 85px)}}@media screen and (min-width:1440px){.m-header-banner[data-has-media] .m-header-banner__heading{width:745px}}.HeaderBannerMain-media{display:flex;width:100%;justify-content:center}.HeaderBannerMain-media img{width:100%;height:auto;width:auto;height:100%;position:absolute;top:0;right:0;bottom:0}@media screen and (max-width:767px){.HeaderBannerMain-description p:first-child{margin-top:0}}@media screen and (min-width:1024px){.HeaderBannerMain-media{display:block;width:auto;margin-right:-123px}.HeaderBannerMain-media,.HeaderBannerMain-media img{width:490px}.HeaderBannerMain-media img{position:static;display:block;height:auto}}.HeaderBannerMain-title{margin-top:4px;font-weight:500}@media screen and (max-width:767px){.HeaderBannerMain-title>span{display:block}}.HeaderBannerMain-subtitle{font-weight:500}.HeaderBannerMain-description{position:relative;z-index:2;align-self:center;padding-bottom:30px}@media screen and (max-width:767px){.HeaderBannerMain-description{width:calc(100vw - 40px)}}@media screen and (min-width:768px)and (max-width:1023px){.HeaderBannerMain-description{width:calc(37.5vw - 58.75px)}}@media screen and (min-width:1024px)and (max-width:1279px){.HeaderBannerMain-description{width:calc(41.66667vw - 62.08333px)}}@media screen and (min-width:1280px)and (max-width:1439px){.HeaderBannerMain-description{width:calc(41.66667vw - 75px)}}@media screen and (min-width:1440px){.HeaderBannerMain-description{width:515px}}@media screen and (min-width:1024px){.HeaderBannerMain-description{order:3}}.HeaderBannerMain-description:after{content:"";position:absolute;left:0;top:26px;height:calc(100% - 54px);width:1px;margin:0;padding:0;background:var(--colorBackground);opacity:.25;display:none}@media screen and (min-width:768px)and (max-width:1023px){.HeaderBannerMain-description:after{display:block;left:-20px}.m-header-banner[data-has-media] .HeaderBannerMain-description:after{display:none}}@media screen and (min-width:1024px){.HeaderBannerMain-description:after{display:block;left:-17.5px}}@media screen and (min-width:1280px)and (max-width:1439px){.HeaderBannerMain-description:after{left:-25px}}@media screen and (min-width:1440px){.HeaderBannerMain-description:after{left:-30px}}@media screen and (max-width:767px){[data-has-media] .HeaderBannerMain-description{width:calc(100vw - 40px)}}@media screen and (min-width:768px)and (max-width:1023px){[data-has-media] .HeaderBannerMain-description{width:calc(62.5vw - 71.25px)}}@media screen and (min-width:1024px)and (max-width:1279px){[data-has-media] .HeaderBannerMain-description{width:calc(25vw - 51.25px)}}@media screen and (min-width:1280px)and (max-width:1439px){[data-has-media] .HeaderBannerMain-description{width:calc(25vw - 65px)}}@media screen and (min-width:1440px){[data-has-media] .HeaderBannerMain-description{width:285px}}.m-profile-banner{display:flex;margin-top:50px;padding-top:19px;padding-bottom:14px;border-top:1px solid var(--colorSeparator);border-bottom:1px solid var(--colorSeparator)}.m-profile-banner.m-profile-banner--event-session{margin-top:0;border-bottom:none}.m-profile-banner.m-profile-banner--event-session:first-of-type{border-top:none}@media screen and (min-width:768px){.m-profile-banner{padding-top:29px;padding-bottom:24px}}@media screen and (min-width:1024px){.m-profile-banner{margin-top:70px;max-width:calc(58.33333vw - 72.91667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-profile-banner{max-width:calc(58.33333vw - 85px)}}@media screen and (min-width:1440px){.m-profile-banner{max-width:745px}}.o-pageDivider__aside .m-profile-banner{position:relative;border:0}.o-pageDivider__aside .m-profile-banner:first-child{margin-top:0}.m-profile-banner__content{order:2}.m-profile-banner[data-has-media] .m-profile-banner__content{padding-left:15px}@media screen and (min-width:768px){.m-profile-banner[data-has-media] .m-profile-banner__content{padding-left:30px}}.o-pageDivider__aside .m-profile-banner[data-has-media] .m-profile-banner__content{padding-left:0}.m-profile-banner__content a:hover .m-profile-banner__title{color:var(--colorText--hover)}.m-profile-banner__media{order:1;width:45px;height:45px;flex-shrink:0;border-radius:100%;overflow:hidden}@media screen and (min-width:768px){.m-profile-banner__media{width:85px;height:85px}}.m-profile-banner__media img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.o-pageDivider__aside .m-profile-banner__media{position:absolute;top:14px;left:0}@media screen and (min-width:768px){.o-pageDivider__aside .m-profile-banner__media{top:20px;width:55px;height:55px}}.m-profile-banner__title{margin-top:-5px;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975)}@media screen and (min-width:768px){.m-profile-banner__title{margin-top:-9px}}.o-pageDivider__aside .m-profile-banner[data-has-media] .m-profile-banner__title{padding-left:60px}@media screen and (min-width:768px){.o-pageDivider__aside .m-profile-banner[data-has-media] .m-profile-banner__title{padding-left:70px}}.m-profile-banner__tagline{display:inline-block;margin-top:6px}@media screen and (min-width:768px){.m-profile-banner__tagline{margin-top:10px}}.o-pageDivider__aside .m-profile-banner[data-has-media] .m-profile-banner__tagline{padding-left:60px}@media screen and (min-width:768px){.o-pageDivider__aside .m-profile-banner[data-has-media] .m-profile-banner__tagline{padding-left:70px}}.m-profile-banner__description{margin-top:10px}@media screen and (min-width:768px){.m-profile-banner__description{margin-top:14px}}.m-profile-banner__action{display:inline-block;margin-left:12px;margin-top:-4px;vertical-align:top}.m-profile-banner__social{margin-top:15px}@media screen and (min-width:768px){.m-profile-banner__social{margin-top:30px}}.m-profile-banner__social a:not(:first-child){margin-left:10px}.m-profile-banner__social svg{width:30px;height:30px;fill:var(--colorIcon--contrast);transition:fill .12s cubic-bezier(.59,.01,.37,.975)}.m-profile-banner__social a:hover svg{fill:var(--colorIcon--contrast-hover)}.m-profile-banner__byline{margin-top:15px}.m-profile-banner__byline>a,.m-profile-banner__byline>span{color:var(--color--sponsor)}.m-profile-banner__byline>a:hover{color:var(--color--sponsor--hover)}@media screen and (min-width:1024px){.Module--ContextAside .m-signup-banner{flex-wrap:wrap;flex-direction:column}.Module--ContextAside .m-signup-banner.Module{padding-top:11px;padding-bottom:49px}.Module--ContextAside .m-signup-banner__content{max-width:100%}.Module--ContextAside .m-signup-banner__title{font-size:27px;line-height:1.11}.Module--ContextAside .m-signup-banner__description{font-size:12.5px}.Module--ContextAside .m-signup-banner .a-button{width:100%;margin-top:30px}.Module--ContextAside .m-signup-banner__media{margin-top:30px}.Module--ContextAside .m-signup-banner svg{display:none}}@media screen and (max-width:767px){.m-signup-banner{flex-wrap:wrap;flex-direction:column}.m-signup-banner.Module{padding-top:11px;padding-bottom:49px}.m-signup-banner__content{max-width:100%}.m-signup-banner__title{font-size:27px;line-height:1.11}.m-signup-banner__description{font-size:12.5px}.m-signup-banner .a-button{width:100%;margin-top:30px}.m-signup-banner__media{margin-top:30px}.m-signup-banner svg{display:none}}.m-signup-banner{background-color:var(--module-bg-color,var(--colorBackground--highlight,transparent))!important;position:relative;color:var(--colorText--reversed);padding-left:20px;padding-right:20px;display:flex}.m-signup-banner.Module{padding-bottom:0}.m-signup-banner__media{display:flex;align-items:flex-end}.m-signup-banner__media img{display:block}@media screen and (min-width:768px){.m-signup-banner.Module{padding-top:60px}.m-signup-banner__title:first-child{margin-top:0}.m-signup-banner__content{padding-bottom:45px}}@media screen and (min-width:1024px){.m-signup-banner__content{padding-bottom:85px}}.m-signup-banner .a-button{margin-top:30px}@media screen and (max-width:767px){.m-signup-banner .a-button{margin:30px auto 0;display:block;max-width:200px}}.m-signup-banner__content{margin-right:20px}@media screen and (min-width:768px)and (max-width:1023px){.m-signup-banner__content{width:calc(50vw - 65px)}}@media screen and (min-width:1024px)and (max-width:1279px){.m-signup-banner__content{width:calc(41.66667vw - 62.08333px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-signup-banner__content{width:calc(41.66667vw - 75px)}}@media screen and (min-width:1440px){.m-signup-banner__content{width:572.5px}}@media screen and (min-width:768px){.m-signup-banner__title{margin-top:16px}}.m-signup-banner__description{margin-top:20px}@media screen and (min-width:1024px){.m-signup-banner__description{margin-top:25px}}.m-signup-banner__media{margin-left:auto}.m-signup-banner__media img{width:100%;height:auto}@media screen and (min-width:1024px){.m-signup-banner__media{max-width:590px}}@media screen and (min-width:768px)and (max-width:1023px){.m-signup-banner__media{max-width:325px}}.m-spr-banner{position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-wrap:wrap;margin-top:1px;align-items:center;color:var(--colorText--reversed);background-color:var(--colorBackground--highlight)}.m-spr-banner:before{content:"";position:absolute;z-index:-1;left:-20px;right:-20px;top:0;bottom:0;background-color:inherit;pointer-events:none}@media screen and (min-width:768px)and (max-width:1023px){.m-spr-banner:before{left:-45px;right:-45px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-spr-banner:before{left:-50px;right:-50px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-spr-banner:before{left:-55px;right:-55px}}@media screen and (min-width:1440px){.m-spr-banner:before{left:-99em;right:-99em}}.m-spr-banner:before{border-top:1px solid var(--colorSeparator--reversed);margin-top:-1px}@media screen and (min-width:768px){.m-spr-banner{flex-wrap:nowrap}}.m-spr-banner__section{width:100%;flex-shrink:0;text-align:center;order:2}@media screen and (min-width:768px){.m-spr-banner__section{width:50%}}.m-spr-banner__section--media{order:1}@media screen and (min-width:768px){.m-spr-banner__section--media{order:3}}@media screen and (min-width:768px)and (max-width:1023px){.m-spr-banner__body{padding-right:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-spr-banner__body{padding-right:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-spr-banner__body{padding-right:50px}}@media screen and (min-width:1440px){.m-spr-banner__body{padding-right:60px}}.m-spr-banner__title{margin-top:8px;text-transform:uppercase}@media screen and (min-width:768px){.m-spr-banner__title{margin-top:13px}}.m-spr-banner__tag{display:inline-block;width:100%;color:var(--colorText--highlight-light)}.m-spr-banner__tag:hover{color:var(--colorText--reversed)}.m-spr-banner__description{display:block;margin-top:20px}@media screen and (min-width:1280px){.m-spr-banner__description{margin-top:25px}}.m-spr-banner__byline{display:block;margin-top:20px;padding-bottom:30px}@media screen and (min-width:768px){.m-spr-banner__byline{margin-top:15px;padding-bottom:0}}@media screen and (min-width:1280px){.m-spr-banner__byline{margin-top:29px}}.m-spr-banner__media{margin:19px 0 17px}@media screen and (min-width:768px){.m-spr-banner__media{margin:29px 0 30px}}.m-spr-banner__media img{display:block;width:100%;height:auto}.m-profile-banner--sponsor .m-profile-banner__media{border-radius:0}.m-sponsored-banner{padding-top:20px}@media screen and (min-width:1024px){.m-sponsored-banner{padding-top:35px}}.m-sponsored-banner__title{color:var(--color--sponsor)}.m-sponsored-banner__title a:hover{color:var(--colorText)}.m-sponsored-banner__media{margin-top:20px;padding:20px;border:1px solid var(--colorSeparator)}.m-sponsored-banner__media img{width:auto;max-width:100%;height:auto}.m-saved-listing-banner{display:flex;flex-wrap:wrap;margin-bottom:-1px;border-bottom:1px solid var(--colorSeparator);justify-content:space-between}@media screen and (min-width:768px){.m-saved-listing-banner{padding:30px 0;flex-wrap:nowrap}}.m-saved-listing-banner__section{display:inline-flex;align-items:center}@media screen and (max-width:767px){.m-saved-listing-banner__section{padding:20px 0}.m-saved-listing-banner__section:last-child{justify-content:space-between}}.m-saved-listing-banner__label{text-transform:uppercase;color:var(--colorText)}.m-saved-listing-banner__label:after,.m-saved-listing-banner__label:before{content:none}.m-utility-banner{display:flex;flex-wrap:wrap;margin-bottom:-1px;border-bottom:1px solid var(--colorSeparator);justify-content:space-between}@media screen and (min-width:768px){.m-utility-banner{padding:30px 0;flex-wrap:nowrap}}.m-utility-banner__section{display:inline-flex;align-items:center}@media screen and (max-width:767px){.m-utility-banner__section{width:100%;padding:20px 0}.m-utility-banner__section:first-child{border-bottom:1px solid var(--colorSeparator)}.m-utility-banner__section:last-child{justify-content:space-between}}.m-utility-banner__label{color:var(--colorText--highlight-dark)}.m-utility-banner__label:after,.m-utility-banner__label:before{content:none}.m-utility-banner__media{display:inline-block;height:27px;margin-left:15px}@media screen and (min-width:768px){.m-utility-banner__media{height:50px;margin-left:30px}}.m-utility-banner__media img{height:100%;width:auto}.m-utility-banner__save,.m-utility-banner__share{display:inline-block;margin-top:-8px}@media screen and (min-width:768px){.m-utility-banner__save,.m-utility-banner__share{margin-right:20px}}@media screen and (min-width:1024px){.m-utility-banner__save,.m-utility-banner__share{margin-right:26px}}.m-utility-banner__save span,.m-utility-banner__share span{display:none}@media screen and (min-width:1024px){.m-utility-banner__save span,.m-utility-banner__share span{display:inline}}@media screen and (min-width:768px){.m-utility-banner__save{margin-right:10px}}.m-carousel{display:block;height:auto;position:relative}[data-align-left] .m-carousel,[data-align-right] .m-carousel{min-width:340px}@media screen and (min-width:768px){[data-align-left] .m-carousel,[data-align-right] .m-carousel{width:340px}}.m-carousel .flickity-prev-next-button{top:40%;display:block}.m-carousel .flickity-prev-next-button.previous{left:0}.m-carousel .flickity-prev-next-button.next{right:0}.m-carousel .flickity-page-dots{display:none}.m-carousel .m-quote{margin:0;padding-bottom:20px}.m-carousel-wrapper{position:relative}.m-carousel__slide{display:none;margin-right:0;padding-left:1px;width:100%}.flickity-enabled .m-carousel__slide,.m-carousel__slide:first-of-type{display:block}.Carousel{width:100%}.Carousel.Module{background:var(--module-bg-color,var(--colorText--highlight-dark))}.CarouselSlide{height:auto;background:var(--colorText--highlight-dark);padding:30px;margin:0 auto;position:relative}@media screen and (min-width:1280px){.CarouselSlide{display:block}}.CarouselSlide img{height:100%;display:block;width:100%;-o-object-fit:contain;object-fit:contain}.CarouselSlide-media{position:relative;width:100%}.CarouselSlide-media picture{display:block;position:relative;width:100%}.CarouselSlide-media picture:before{content:"";display:block;width:100%;height:0;padding-top:66.6176470588%}.CarouselSlide-media img{display:block;position:absolute;top:0;left:0;right:0;bottom:0}.Carousel-slide{width:100%}.CarouselSlide-info{color:#fff;padding-top:20px;max-width:100%}.CarouselSlide-numbers{display:none}.Carousel.m-carousel .flickity-prev-next-button{top:50%;background:var(--colorOverlayIcon--primary)}.Carousel.m-carousel .flickity-prev-next-button:hover{background:var(--themeOverlayIconBgColorHover2,var(--colorBackground--warning))}.Carousel.m-carousel .flickity-prev-next-button .flickity-button-icon{fill:var(--colorOverlayIcon--primary--txt,#fff)}.Carousel.m-carousel .flickity-prev-next-button:hover{fill:var(--colorOverlayIcon--primary--txtHover,var(--colorOverlayIcon--primary--txt))}@media screen and (min-width:1024px){.Carousel.m-carousel .flickity-prev-next-button.previous{left:5%}.Carousel.m-carousel .flickity-prev-next-button.next{right:5%}}[data-slides-count] .CarouselVertical-slides{display:grid;grid-gap:20px;grid-template-columns:repeat(2,1fr)}[data-slides-count] .CarouselVertical img{width:100%}[data-slides-count]:not([data-slides-count="1"]):not([data-slides-count="2"]) .CarouselVertical-slide:first-child{grid-column:1/3}[data-slides-count="1"] .CarouselVertical img,[data-slides-count="2"] .CarouselVertical img{width:auto;height:auto;max-width:100%;display:block}[data-slides-count="1"] .CarouselVertical-slides{grid-template-columns:1fr}@media only screen and (max-width:570px){[data-slides-count="1"] .CarouselVertical-slides figure{max-width:315px;height:auto;margin-left:auto;margin-right:auto}}[data-slides-count="2"] .CarouselVertical-slides{grid-template-columns:repeat(2,1fr)}.m-carousel--quotes{position:relative}.m-carousel--quotes .m-carousel__indicator{position:absolute;width:45px;text-align:center;top:35px;right:10px}@media screen and (min-width:768px){.m-carousel--quotes .m-carousel__indicator{top:42px}}.m-carousel--quotes .flickity-prev-next-button{display:block;top:44px;background:transparent;width:16px;height:16px}.m-carousel--quotes .flickity-prev-next-button svg{width:100%;height:100%;top:0;left:0}.m-carousel--quotes .flickity-prev-next-button.previous{left:auto;right:55px}.m-carousel--quotes .flickity-prev-next-button.next{right:-4px}@media screen and (min-width:768px){.m-carousel--quotes .flickity-prev-next-button{top:52px}}.m-carousel--quotes.m-carousel--fullwidth{border-bottom:1px solid var(--colorSeparator);border-top:1px solid var(--colorSeparator);margin:30px 0}.m-carousel--quotes.m-carousel--fullwidth .m-quote{border:0}@media screen and (min-width:1024px){.m-carousel--quotes.m-carousel--fullwidth{position:relative}}.m-carousel--quotes.m-carousel--fullwidth .m-carousel-wrapper{position:relative}@media screen and (min-width:1024px){.m-carousel--quotes.m-carousel--fullwidth .m-carousel-wrapper{margin:0 auto;width:calc(66.66667vw - 78.33333px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-carousel--quotes.m-carousel--fullwidth .m-carousel-wrapper{width:calc(66.66667vw - 90px)}}@media screen and (min-width:1440px){.m-carousel--quotes.m-carousel--fullwidth .m-carousel-wrapper{width:860px}}.Container,.FourColumnContainer,.FourColumnExpandedContainer,.OneColumnContainer,.ThreeColumnContainer,.TwoColumnContainer3070,.TwoColumnContainer5050{margin:0 auto;max-width:var(--contentWidth);width:100%}.Container .FourColumnContainer,.Container .OneColumnContainer,.Container .ThreeColumnContainer,.Container .TwoColumnContainer3070,.Container .TwoColumnContainer5050,.Container .TwoColumnContainer7030,.FourColumnContainer .FourColumnContainer,.FourColumnContainer .OneColumnContainer,.FourColumnContainer .ThreeColumnContainer,.FourColumnContainer .TwoColumnContainer3070,.FourColumnContainer .TwoColumnContainer5050,.FourColumnContainer .TwoColumnContainer7030,.FourColumnExpandedContainer .FourColumnContainer,.FourColumnExpandedContainer .OneColumnContainer,.FourColumnExpandedContainer .ThreeColumnContainer,.FourColumnExpandedContainer .TwoColumnContainer3070,.FourColumnExpandedContainer .TwoColumnContainer5050,.FourColumnExpandedContainer .TwoColumnContainer7030,.OneColumnContainer .FourColumnContainer,.OneColumnContainer .OneColumnContainer,.OneColumnContainer .ThreeColumnContainer,.OneColumnContainer .TwoColumnContainer3070,.OneColumnContainer .TwoColumnContainer5050,.OneColumnContainer .TwoColumnContainer7030,.ThreeColumnContainer .FourColumnContainer,.ThreeColumnContainer .OneColumnContainer,.ThreeColumnContainer .ThreeColumnContainer,.ThreeColumnContainer .TwoColumnContainer3070,.ThreeColumnContainer .TwoColumnContainer5050,.ThreeColumnContainer .TwoColumnContainer7030,.TwoColumnContainer3070 .FourColumnContainer,.TwoColumnContainer3070 .OneColumnContainer,.TwoColumnContainer3070 .ThreeColumnContainer,.TwoColumnContainer3070 .TwoColumnContainer3070,.TwoColumnContainer3070 .TwoColumnContainer5050,.TwoColumnContainer3070 .TwoColumnContainer7030,.TwoColumnContainer5050 .FourColumnContainer,.TwoColumnContainer5050 .OneColumnContainer,.TwoColumnContainer5050 .ThreeColumnContainer,.TwoColumnContainer5050 .TwoColumnContainer3070,.TwoColumnContainer5050 .TwoColumnContainer5050,.TwoColumnContainer5050 .TwoColumnContainer7030{padding-left:0;padding-right:0}.Container[data-full-bleed],[data-full-bleed].FourColumnContainer,[data-full-bleed].FourColumnExpandedContainer,[data-full-bleed].OneColumnContainer,[data-full-bleed].ThreeColumnContainer,[data-full-bleed].TwoColumnContainer3070,[data-full-bleed].TwoColumnContainer5050{max-width:none;padding:0}.Container-description{padding:20px;text-align:center;line-height:1.4}.Container-column{padding:0 30px}.Container-column>:not(:last-child){padding-bottom:60px}.Container-row{margin:0 -30px}@media screen and (min-width:768px)and (max-width:1023px){.Container .ListA,.Container .ListD,.Container .TwoColumnContainer5050,.FourColumnContainer .ListA,.FourColumnContainer .ListD,.FourColumnContainer .TwoColumnContainer5050,.FourColumnExpandedContainer .ListA,.FourColumnExpandedContainer .ListD,.FourColumnExpandedContainer .TwoColumnContainer5050,.OneColumnContainer .ListA,.OneColumnContainer .ListD,.OneColumnContainer .TwoColumnContainer5050,.ThreeColumnContainer .ListA,.ThreeColumnContainer .ListD,.ThreeColumnContainer .TwoColumnContainer5050,.TwoColumnContainer3070 .ListA,.TwoColumnContainer3070 .ListD,.TwoColumnContainer3070 .TwoColumnContainer5050,.TwoColumnContainer5050 .ListA,.TwoColumnContainer5050 .ListD,.TwoColumnContainer5050 .TwoColumnContainer5050{padding-bottom:60px}}@media screen and (min-width:1024px){.Container,.FourColumnContainer,.FourColumnExpandedContainer,.OneColumnContainer,.ThreeColumnContainer,.TwoColumnContainer3070,.TwoColumnContainer5050{padding-left:0;padding-right:0}}.Container .RichTextModule .example-container,.FourColumnContainer .RichTextModule .example-container,.FourColumnExpandedContainer .RichTextModule .example-container,.OneColumnContainer .RichTextModule .example-container,.ThreeColumnContainer .RichTextModule .example-container,.TwoColumnContainer3070 .RichTextModule .example-container,.TwoColumnContainer5050 .RichTextModule .example-container{align-items:center;background:var(--secondaryColor2);display:flex;height:200px;padding:30px;justify-content:center;width:100%}.Container .o-list,.FourColumnContainer .o-list,.FourColumnExpandedContainer .o-list,.OneColumnContainer .o-list,.ThreeColumnContainer .o-list,.TwoColumnContainer3070 .o-list,.TwoColumnContainer5050 .o-list{margin:0}.Container .o-list .o-list__column,.FourColumnContainer .o-list .o-list__column,.FourColumnExpandedContainer .o-list .o-list__column,.OneColumnContainer .o-list .o-list__column,.ThreeColumnContainer .o-list .o-list__column,.TwoColumnContainer3070 .o-list .o-list__column,.TwoColumnContainer5050 .o-list .o-list__column{margin-left:0;padding-bottom:0}.Container .o-list .o-list__column .m-promo:last-child,.FourColumnContainer .o-list .o-list__column .m-promo:last-child,.FourColumnExpandedContainer .o-list .o-list__column .m-promo:last-child,.OneColumnContainer .o-list .o-list__column .m-promo:last-child,.ThreeColumnContainer .o-list .o-list__column .m-promo:last-child,.TwoColumnContainer3070 .o-list .o-list__column .m-promo:last-child,.TwoColumnContainer5050 .o-list .o-list__column .m-promo:last-child{margin-bottom:0}.Container .o-list.o-list--3up,.FourColumnContainer .o-list.o-list--3up,.FourColumnExpandedContainer .o-list.o-list--3up,.OneColumnContainer .o-list.o-list--3up,.ThreeColumnContainer .o-list.o-list--3up,.TwoColumnContainer3070 .o-list.o-list--3up,.TwoColumnContainer5050 .o-list.o-list--3up{display:flex;width:100%}.Container .o-list.o-list--3up .o-list__column,.FourColumnContainer .o-list.o-list--3up .o-list__column,.FourColumnExpandedContainer .o-list.o-list--3up .o-list__column,.OneColumnContainer .o-list.o-list--3up .o-list__column,.ThreeColumnContainer .o-list.o-list--3up .o-list__column,.TwoColumnContainer3070 .o-list.o-list--3up .o-list__column,.TwoColumnContainer5050 .o-list.o-list--3up .o-list__column{display:block;width:100%;margin-left:0}@media screen and (min-width:1024px){.Container .o-list.o-list--3up .o-list__column,.FourColumnContainer .o-list.o-list--3up .o-list__column,.FourColumnExpandedContainer .o-list.o-list--3up .o-list__column,.OneColumnContainer .o-list.o-list--3up .o-list__column,.ThreeColumnContainer .o-list.o-list--3up .o-list__column,.TwoColumnContainer3070 .o-list.o-list--3up .o-list__column,.TwoColumnContainer5050 .o-list.o-list--3up .o-list__column{width:31%;margin-left:0;float:left;margin-right:20px;padding-right:20px}.Container .o-list.o-list--3up .o-list__column:not(:nth-child(3n)),.FourColumnContainer .o-list.o-list--3up .o-list__column:not(:nth-child(3n)),.FourColumnExpandedContainer .o-list.o-list--3up .o-list__column:not(:nth-child(3n)),.OneColumnContainer .o-list.o-list--3up .o-list__column:not(:nth-child(3n)),.ThreeColumnContainer .o-list.o-list--3up .o-list__column:not(:nth-child(3n)),.TwoColumnContainer3070 .o-list.o-list--3up .o-list__column:not(:nth-child(3n)),.TwoColumnContainer5050 .o-list.o-list--3up .o-list__column:not(:nth-child(3n)){border-right:1px solid var(--colorSeparator)}}.Container .o-list.o-list--3up .o-list__column:nth-child(3n),.FourColumnContainer .o-list.o-list--3up .o-list__column:nth-child(3n),.FourColumnExpandedContainer .o-list.o-list--3up .o-list__column:nth-child(3n),.OneColumnContainer .o-list.o-list--3up .o-list__column:nth-child(3n),.ThreeColumnContainer .o-list.o-list--3up .o-list__column:nth-child(3n),.TwoColumnContainer3070 .o-list.o-list--3up .o-list__column:nth-child(3n),.TwoColumnContainer5050 .o-list.o-list--3up .o-list__column:nth-child(3n){margin:0}.Container .o-list__column:not(:first-child):before,.FourColumnContainer .o-list__column:not(:first-child):before,.FourColumnExpandedContainer .o-list__column:not(:first-child):before,.OneColumnContainer .o-list__column:not(:first-child):before,.ThreeColumnContainer .o-list__column:not(:first-child):before,.TwoColumnContainer3070 .o-list__column:not(:first-child):before,.TwoColumnContainer5050 .o-list__column:not(:first-child):before{left:0;background-color:transparent}.Container-rows-item{list-style:none}.TwoColumnContainer5050-column:first-of-type{padding-bottom:30px}@media screen and (min-width:768px){.TwoColumnContainer5050{padding-bottom:30px}.TwoColumnContainer5050-column:first-of-type{box-shadow:1px 0 0 var(--secondaryColor3);padding-bottom:0}.TwoColumnContainer5050-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:60px}}.TwoColumnContainer3070-column:first-of-type{padding-bottom:30px}@media screen and (min-width:1024px){.TwoColumnContainer3070-column:first-of-type{box-shadow:1px 0 0 var(--secondaryColor3);min-width:340px;padding-bottom:0;width:29%}.TwoColumnContainer3070-column:nth-of-type(2){width:71%}}@media screen and (min-width:1024px){.TwoColumnContainer3070-row,.TwoColumnContainer7030-row{display:flex}}.TwoColumnContainer7030-description{padding:20px;text-align:center}@media screen and (min-width:1024px){.TwoColumnContainer7030-column:first-of-type{width:70%;margin-right:30px;border-right:1px solid var(--colorSeparator);padding-right:30px}.TwoColumnContainer7030-column:nth-of-type(2){width:29%}.TwoColumnContainer7030-column:nth-of-type(2)>:not(:last-child){padding-bottom:60px}.TwoColumnContainer7030-column:nth-of-type(2)>:last-child{padding-bottom:0}}.ThreeColumnContainer-column:first-of-type,.ThreeColumnContainer-column:nth-of-type(2){padding-bottom:30px}@media screen and (min-width:768px){.ThreeColumnContainer{padding-bottom:30px}.ThreeColumnContainer-column{position:relative}.ThreeColumnContainer-column:first-child:before{content:none}.ThreeColumnContainer-column:before{content:"";display:block;width:1px;height:100%;position:absolute;top:0;left:-30px;background-color:var(--colorSeparator)}.ThreeColumnContainer-column:first-of-type,.ThreeColumnContainer-column:nth-of-type(2){box-shadow:1px 0 0 var(--secondaryColor3);padding-bottom:0}.ThreeColumnContainer-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:60px}}.FourColumnContainer-column:first-of-type,.FourColumnContainer-column:nth-of-type(2),.FourColumnContainer-column:nth-of-type(3){padding-bottom:30px}@media screen and (min-width:768px)and (max-width:1023px){.FourColumnContainer-column{flex-shrink:0;width:48%}.FourColumnContainer-column:nth-of-type(odd){border-right:1px solid var(--secondaryColor3)}.FourColumnContainer-column .o-list{margin-left:0}.FourColumnContainer-column:nth-of-type(3),.FourColumnContainer-column:nth-of-type(4){padding-top:30px}.FourColumnContainer-column:first-of-type,.FourColumnContainer-column:nth-of-type(2),.FourColumnContainer-column:nth-of-type(3){padding-bottom:0}.FourColumnContainer-row{display:flex;flex-wrap:wrap;justify-content:space-between}}@media screen and (min-width:1024px){.FourColumnContainer-column{flex-shrink:0;width:22%}.FourColumnContainer-column .o-list{margin-left:0}.FourColumnContainer-column:first-of-type,.FourColumnContainer-column:nth-of-type(2),.FourColumnContainer-column:nth-of-type(3){padding-bottom:0;border-right:1px solid var(--secondaryColor3)}.FourColumnContainer-column:nth-of-type(3),.FourColumnContainer-column:nth-of-type(4){padding-top:0}.FourColumnContainer-row{display:flex;flex-wrap:nowrap;justify-content:space-evenly}}.FourColumnExpandedContainer{border:0}@media screen and (min-width:768px){.FourColumnExpandedContainer{border-top:1px solid var(--colorSeparator);padding-top:30px}}.Container-title+.Container-rows .FourColumnExpandedContainer{border-top:0}.FourColumnExpandedContainer-column:first-of-type,.FourColumnExpandedContainer-column:nth-of-type(2),.FourColumnExpandedContainer-column:nth-of-type(3){padding-bottom:30px}@media screen and (min-width:768px)and (max-width:1023px){.FourColumnExpandedContainer-column{flex-shrink:0;width:48%}.FourColumnExpandedContainer-column .o-list{margin-left:0}.FourColumnExpandedContainer-column:nth-of-type(3),.FourColumnExpandedContainer-column:nth-of-type(4){padding-top:30px}.FourColumnExpandedContainer-column:first-of-type,.FourColumnExpandedContainer-column:nth-of-type(2),.FourColumnExpandedContainer-column:nth-of-type(3){padding-bottom:0}.FourColumnExpandedContainer-row{display:flex;flex-wrap:wrap;justify-content:space-between}}@media screen and (min-width:1024px){.FourColumnExpandedContainer-column{flex-shrink:0;width:22%}.FourColumnExpandedContainer-column .o-list{margin-left:0}.FourColumnExpandedContainer-column:first-of-type,.FourColumnExpandedContainer-column:nth-of-type(2),.FourColumnExpandedContainer-column:nth-of-type(3){padding-bottom:0}.FourColumnExpandedContainer-column:nth-of-type(3),.FourColumnExpandedContainer-column:nth-of-type(4){padding-top:0}.FourColumnExpandedContainer-row{display:flex;flex-wrap:nowrap;justify-content:space-between}}.HorizontalContainer .m-banner{margin-bottom:30px}.o-agenda__nav-container{width:100%;display:flex;padding-top:0;border-bottom:1px solid var(--colorSeparator);justify-content:space-between;align-items:center}.o-agenda__nav-container .a-toggle:after,.o-agenda__nav-container .a-toggle:before{top:0}.o-agenda__nav-wrapper{display:block;height:56px}@media screen and (min-width:768px){.o-agenda__nav-wrapper{height:79px}}.s-agenda-nav-sticky .o-agenda__nav{position:fixed;left:0;top:0;width:100%;background-color:var(--colorBackground);border-bottom:1px solid var(--colorSeparator);transform:translateY(-105%);opacity:0;z-index:100}.s-agenda-nav-sticky .has-transitions .o-agenda__nav{transition:transform .34s cubic-bezier(.59,.01,.37,.975),opacity 0s cubic-bezier(.59,.01,.37,.975) .17s}.s-agenda-nav-sticky.s-nav-is-hiding .has-transitions .o-agenda__nav{transform:translateY(0);opacity:1}.s-agenda-nav-sticky .o-agenda__nav-container{width:100%;height:60px;border-bottom:0;margin:0 auto;padding:0 20px}@media screen and (min-width:1024px){.s-agenda-nav-sticky .o-agenda__nav-container{height:80px}}@media screen and (min-width:768px)and (max-width:1023px){.s-agenda-nav-sticky .o-agenda__nav-container{padding-left:45px;padding-right:45px}}@media screen and (min-width:1024px)and (max-width:1279px){.s-agenda-nav-sticky .o-agenda__nav-container{padding-left:50px;padding-right:50px}}@media screen and (min-width:1280px)and (max-width:1439px){.s-agenda-nav-sticky .o-agenda__nav-container{padding-left:55px;padding-right:55px}}@media screen and (min-width:1440px){.s-agenda-nav-sticky .o-agenda__nav-container{max-width:1320px;padding-left:0;padding-right:0}}.s-agenda-nav-sticky .o-agenda__nav__item:after{bottom:-3px}@media screen and (min-width:1024px){.s-agenda-nav-sticky .o-agenda__nav__item:after{bottom:-10px}}.o-agenda__nav__items [data-active=true]{border-bottom:1px solid var(--themeTabUnderlineColor)}.o-agenda__nav__item{position:relative;display:inline-block;height:50px;line-height:50px;margin-right:20px}@media screen and (min-width:768px){.o-agenda__nav__item{height:56px;line-height:56px}}.o-agenda__nav__item:hover{color:var(--colorText--hover)}.o-agenda__nav__title{display:none;text-align:center}@media screen and (min-width:1024px){.s-agenda-nav-sticky .o-agenda__nav__title{display:block}}.o-agenda__nav__title h2{margin:0}.o-agenda__nav__title h2:after,.o-agenda__nav__title h2:before{content:none}@media screen and (max-width:767px){.o-agenda__nav__toggle{display:none}}.o-agenda__body{display:block}.o-agenda__body .a-section-header{border-color:var(--colorSeparator--black)}@media screen and (min-width:1024px){.o-agenda__body .a-section-header{text-align:center}}.o-agenda__footnote{margin-top:35px;font-style:italic}@media screen and (min-width:768px){.o-agenda__footnote{margin-top:50px}}.m-agenda__panel{display:none}.m-agenda__panel[data-visible=true],.o-agenda.is-active .m-agenda__panel{display:block}.o-agenda.is-active .o-agenda__nav__items{opacity:0}@media screen and (min-width:768px){.o-agenda.is-active .m-agenda__panel:not(:first-child) .a-section-header{margin-top:50px}}.m-eventagendaday__description{margin-top:30px}.m-agenda-item.is-open .m-agenda-item__byline{display:none}.m-agenda-item__content .m-speakerbio{border-bottom:none}.m-agenda-item__content .m-speakerbio:last-child{padding-bottom:0}.m-eventagendaday__below{margin-top:20px}.m-agenda-item{margin-top:30px;border-top:1px solid var(--colorSeparator)}.m-agenda-item:first-child{margin:0;border:0}.a-section-header+.m-agenda-item{margin-top:0;border-top:0}@media screen and (min-width:768px){.m-agenda-item{margin-top:40px}}.m-agenda-item__header{display:flex;flex-wrap:wrap;position:relative}@media screen and (min-width:768px){.m-agenda-item__header{flex-wrap:nowrap}}.m-agenda-item__toggle{position:absolute;right:0;top:20px;width:19px;height:19px;border-radius:100%;background:var(--colorBackground--contrast-darker);transition:background-color .12s cubic-bezier(.59,.01,.37,.975)}@media screen and (min-width:768px){.m-agenda-item__toggle{top:30px}}.m-agenda-item__toggle:after,.m-agenda-item__toggle:before{content:"";position:absolute;left:9px;top:4px;width:1px;height:11px;background-color:var(--colorText);transition:transform .12s cubic-bezier(.59,.01,.37,.975)}.m-agenda-item.is-open .m-agenda-item__toggle:before,.m-agenda-item__toggle:after{transform:rotate(90deg)}.m-agenda-item__toggle:hover{background-color:var(--colorBackground--contrast-darker--hover)}html[data-whatinput=keyboard] .m-agenda-item__toggle:not([disabled]):focus{box-shadow:0 0 0 2px var(--colorBackground),0 0 0 3px var(--colorButton--focus)}.m-agenda-item__time{width:100%;margin-top:15px}@media screen and (min-width:768px){.m-agenda-item__time{margin-top:30px;width:114px;padding-right:20px}}.m-agenda-item__heading{width:100%}@media screen and (min-width:768px)and (max-width:1023px){.m-agenda-item__heading{width:calc(75vw - 37.5px)}}@media screen and (min-width:1024px)and (max-width:1279px){.m-agenda-item__heading{width:calc(41.66667vw - 27.08333px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-agenda-item__heading{width:calc(41.66667vw - 25px)}}@media screen and (min-width:1440px){.m-agenda-item__heading{width:575px}}.m-agenda-item__tag{display:block;margin-top:20px;color:var(--colorText--highlight)}@media screen and (min-width:768px){.m-agenda-item__tag{margin-top:35px}}@media screen and (min-width:1024px){.m-agenda-item__tag{margin-top:30px}}.m-agenda-item__tag:hover{color:var(--colorText--highlight-light)}.m-agenda-item__label{color:var(--colorText--contrast)}.m-agenda-item__title{margin-top:10px;cursor:pointer}.m-agenda-item__title:hover{color:var(--colorText--hover)}.m-agenda-item__byline{display:block;margin-top:20px;color:var(--colorText--contrast)}@media screen and (min-width:768px){.m-agenda-item__byline{margin-top:25px}}.m-agenda-item__content{overflow:hidden;transition:height .34s cubic-bezier(.59,.01,.37,.975);margin-top:0;height:0}.m-agenda-item__content:after,.m-agenda-item__content:before{content:none}.m-agenda-item.is-open .m-agenda-item__content{height:auto;margin-top:20px}.m-agenda-item__content .a-text p{margin-bottom:25px}@media screen and (min-width:1024px){.m-agenda-item__content .m-agenda-item__description,.m-agenda-item__content .m-profile-banner,.m-agenda-item__content .m-speakerbio{margin-left:114px}}.m-agenda-item__content .m-profile-banner+.m-profile-banner{margin-top:0;border-top:0}.m-agenda-item__content .m-agenda-item__description{font-size:17px;line-height:1.47;margin-bottom:30px}.m-agenda-item__content-container{padding-bottom:5px}.m-eventbar{position:relative;margin-top:30px;width:100%}.m-eventbar__content{display:flex;flex-wrap:wrap;width:100%;border-bottom:1px solid var(--colorSeparator);border-top:1px solid var(--colorSeparator);padding-top:20px;padding-bottom:20px;margin:0 auto;max-width:1320px}.m-article-lead__eventinfo{background:var(--colorBackground--sponsor);width:100%}[data-sponsored-content] .m-article-lead__eventinfo{background:transparent}.m-eventbar__alert{color:var(--colorText--error);margin-left:10px}.m-eventbar__success{color:var(--colorText--success)}.m-eventbar--sponsor{position:relative;background-color:var(--colorBackground--sponsor);border-bottom:0}.m-eventbar--sponsor:before{content:"";position:absolute;z-index:-1;left:-20px;right:-20px;top:0;bottom:0;background-color:inherit;pointer-events:none}@media screen and (min-width:768px)and (max-width:1023px){.m-eventbar--sponsor:before{left:-45px;right:-45px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-eventbar--sponsor:before{left:-50px;right:-50px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-eventbar--sponsor:before{left:-55px;right:-55px}}@media screen and (min-width:1440px){.m-eventbar--sponsor:before{left:-99em;right:-99em}}.m-eventbar__cta,.m-eventbar__date,.m-eventbar__info{width:100%;flex-shrink:0}.m-eventbar__info{flex-grow:1}.m-eventbar__date{flex-shrink:1;flex-grow:0}@media screen and (min-width:768px)and (max-width:1023px){.m-eventbar__date{width:calc(16.66667vw - 2.5px);padding-right:12.5px;max-width:105px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-eventbar__date{width:10%;padding-right:20px;min-width:50px}.m-eventbar--multiple-dates .m-eventbar__date{width:calc(16.66667vw - 10.83333px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-eventbar__date{width:calc(8.33333vw - 5px);padding-right:25px}.m-eventbar--multiple-dates .m-eventbar__date{width:calc(16.66667vw - 10px)}}@media screen and (min-width:1440px){.m-eventbar__date{width:115px;padding-right:30px}.m-eventbar--multiple-dates .m-eventbar__date{width:230px}}.m-eventbar__date__month{display:block}@media screen and (min-width:1024px){.m-eventbar__date__month{margin-top:-1px}}.m-eventbar__date__day{display:block}.m-eventbar__info{display:inline-flex;position:relative}@media screen and (min-width:768px)and (max-width:1023px){.m-eventbar__info{flex-wrap:wrap;margin-top:-4px;width:55%}.m-eventbar__info.m-eventbar__notice{width:65%}}@media screen and (min-width:1024px)and (max-width:1279px){.m-eventbar__info{width:55%}.m-eventbar__info:before{content:"";right:17.5px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-eventbar__info{width:60%}.m-eventbar__info:before{content:"";right:25px}}@media screen and (min-width:1440px){.m-eventbar__info{width:60%}.m-eventbar__info:before{content:"";right:30px}}@media screen and (min-width:1024px){.m-eventbar__notice{width:70%}}.m-eventbar__info__section{position:relative;width:50%;padding:0 10px 0 20px;margin:20px 0;min-height:70px}.m-eventbar__info__section:after,.m-eventbar__info__section:before{content:"";position:absolute;left:0;top:0;height:100%;width:1px;background-color:var(--colorSeparator);mix-blend-mode:multiply}.m-eventbar__info__section:after{left:auto;right:0;content:none}@media screen and (min-width:768px)and (max-width:1023px){.m-eventbar__info__section{width:100%;padding:0;margin:0 0 10px}.m-eventbar__info__section:before{left:-20px}.m-eventbar__info__section:first-child:after{display:none}}@media screen and (min-width:1024px){.m-eventbar__info__section{padding:0;margin:0;width:calc(41.66667vw - 62.08333px);min-width:250px}.m-eventbar--multiple-dates .m-eventbar__info__section:not(:first-child){width:calc(33.33333vw - 56.66667px)}.m-eventbar__info__section:before{left:-17.5px}.m-eventbar__info__section:first-child{width:75%;margin-right:50px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-eventbar__info__section{width:35%}.m-eventbar--multiple-dates .m-eventbar__info__section:not(:first-child){width:calc(33.33333vw - 70px)}.m-eventbar__info__section:before{left:-25px}.m-eventbar__info__section:first-child{width:calc(25vw - 15px)}}@media screen and (min-width:1440px){.m-eventbar__info__section{width:515px;min-width:400px}.m-eventbar--multiple-dates .m-eventbar__info__section:not(:first-child){width:400px}.m-eventbar__info__section:before{left:-30px}.m-eventbar__info__section:first-child{width:345px}}.m-eventbar__info__section>span{display:inline-flex;width:auto}.m-eventbar__info__section>span .m-eventbar__alert{margin-left:5px}.m-eventbar__info__section--full:before{content:none}@media screen and (min-width:768px){.m-eventbar__cta{width:unset;border-left:1px solid var(--colorSeparator);padding-left:20px}}@media screen and (min-width:1280px){.m-eventbar__cta{width:unset}}.m-eventbar__link{display:inline-block;margin-top:6px;padding-bottom:3px;border-bottom:1px solid var(--colorText--highlight-light)}.m-eventbar__link:hover{color:var(--colorText--highlight-light)}.m-eventbar__calendar{display:inline-block;margin:4px 0 0 -5px;color:var(--colorText--contrast)}.m-eventbar__calendar:hover{color:var(--colorText)}.m-eventbar__calendar svg{display:inline-block;width:30px;height:30px;vertical-align:top;margin-top:-9px;fill:currentColor}@media screen and (min-width:768px){.m-eventbar__calendar svg{margin-top:-7px}}.RichTextBody .m-eventmap{margin-top:30px}@media screen and (min-width:1024px)and (max-width:1279px){.o-pageDivider__main .m-eventmap{padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.o-pageDivider__main .m-eventmap{padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.o-pageDivider__main .m-eventmap{padding-left:115px}}.m-eventmap img{width:100%;height:auto}@media screen and (min-width:1024px)and (max-width:1279px){.o-pageDivider__main .m-event-sessions{padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.o-pageDivider__main .m-event-sessions{padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.o-pageDivider__main .m-event-sessions{padding-left:115px}}.m-event-sessions__profiles{display:flex;flex-flow:column nowrap}@media screen and (min-width:1024px)and (max-width:1279px){.o-pageDivider__main .m-event-tickets{padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.o-pageDivider__main .m-event-tickets{padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.o-pageDivider__main .m-event-tickets{padding-left:115px}}.m-event-tickets .a-text table{margin-left:0;width:100%}@media screen and (min-width:768px){.m-event-tickets .a-text table{margin-top:30px}}.m-event-tickets .a-button{display:block;width:100%;margin:30px auto 0}@media screen and (min-width:768px){.m-event-tickets .a-button{margin-top:45px}}.m-event-tickets .a-link{display:inline-block;padding-bottom:3px;margin-top:10px;border-bottom:1px solid var(--colorText--highlight-light)}.m-event-tickets .a-link:hover{color:var(--colorText--highlight-light)}.m-event-tickets__cta{display:block;margin:0 auto}@media screen and (min-width:768px){.m-event-tickets__cta{max-width:400px}}.EventPage .m-article-lead--sponsor{display:flex;flex-wrap:wrap}.EventPage-moderators,.EventPage-speakers,.EventPage .Page-layout{margin-top:30px}.EventPage .m-tag-navigation{margin-left:0}@media screen and (min-width:1024px){.EventPage .Page-aside{width:100%}}.EventPage .m-article-sponsorLogo{padding:0 20px;flex-direction:column}.EventPage .m-article-sponsorLogo img{margin-bottom:20px}.EventPage .m-authorbio{border-bottom:none}@media screen and (min-width:1024px){.EventPage .m-article-lead--below .m-article-lead__media.m-article-lead__fullwidth{max-width:none}}.EventPage .a-media.a-media--full{width:100%;left:unset;margin-left:0}[data-sponsored-content] .a-tooltip{display:none}[data-sponsored-content] .m-article-lead--sponsor{background:transparent}.EventPage-mainContent{position:relative;margin-bottom:30px}.EventPage-intro{font-weight:400;margin-bottom:30px}.m-terms{margin:20px 0}.m-speakerBio:last-child,.o-list__header.o-moderator,.o-list__header.o-speaker{border-bottom:none}.o-list__header.o-moderator,.o-list__header.o-speaker{padding-bottom:0;text-align:left}.m-speakerbio{padding:30px 0;border-top:1px solid var(--colorSeparator);border-bottom:1px solid var(--colorSeparator);display:flex}@media screen and (min-width:1024px)and (max-width:1279px){.m-speakerbio{width:calc(100% - 8.33333vw + 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-speakerbio{width:calc(100% - 8.33333vw + 5px)}}@media screen and (min-width:1440px){.m-speakerbio{width:calc(100% - 115px)}}.m-speakerbio__image{margin-right:30px}.m-speakerbio__image img{max-width:85px;max-height:85px;border-radius:50%}.m-speakerbio__affiliationAndTitle{margin-top:10px;margin-bottom:20px}.m-speakerbio__description{margin-top:10px}.m-speakerbio__social{margin-top:30px}.m-speakerbio__social .m-socialbar__list-item:first-child{margin-left:0}.a-media picture{position:relative;display:block}.RichTextBody .a-media{margin-top:30px}@media screen and (min-width:768px){.RichTextBody .a-media{margin-top:50px}}.Enhancement-item>.a-media.Figure-cropstyle-notset picture{display:block;margin:auto;text-align:center}.Enhancement-item>.a-media.Figure-cropstyle-notset img{width:auto;height:auto;max-width:100%}@media only screen and (max-width:569px){.a-media.Figure-cropstyle-Vertical{max-width:315px;height:auto;margin-left:auto;margin-right:auto}}@media only screen and (min-width:570px){.a-media.Figure-cropstyle-Vertical{max-width:500px;height:auto;margin-left:auto;margin-right:auto}}@media screen and (min-width:768px){[data-align-left] .a-media,[data-align-right] .a-media{max-width:320px!important}}.a-media img{width:100%;height:auto;max-width:100%}.m-page-lead__media .a-media img{display:block}@media screen and (min-width:768px){[data-align-left] .a-media img,[data-align-right] .a-media img{width:auto}}@media screen and (min-width:1024px)and (max-width:1279px){.o-pageDivider__main .a-media:not(:first-child):not(.a-media--no-offset){padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.o-pageDivider__main .a-media:not(:first-child):not(.a-media--no-offset){padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.o-pageDivider__main .a-media:not(:first-child):not(.a-media--no-offset){padding-left:115px}}.a-media.a-media--full{position:relative;width:100vw;left:50%;margin-left:-50vw}.a-media__byline{padding-top:8px;max-width:860px}@media screen and (min-width:1024px){.a-media__byline{padding-top:13px}}.m-figure-group .a-media__byline:not(:first-child){padding-top:5px}@media screen and (min-width:1024px){.m-figure-group .a-media__byline:not(:first-child){padding-top:10px}}.a-media__byline[data-caption-position=right]{text-align:right}@media screen and (max-width:767px){.a-media__byline[data-caption-position=right]{text-align:left}}.m-page-lead__media figcaption{padding-bottom:20px}.a-media__caption,.a-media__credit{max-width:860px;text-align:left}[data-hidecaptions] .a-media__caption,[data-hidecaptions] .a-media__credit{display:none}.a-media__caption{display:block}.a-media__credit{display:inline-block}.a-media__credit:before{content:"—";padding-right:5px}.a-media__credit{color:var(--colorText--contrast)}.m-checkbox-set .a-checkbox{margin-top:17px}.m-checkbox-set .a-checkbox:first-child{margin-top:32px}.a-checkbox:after,.a-checkbox:before{content:none}.a-checkbox__label{position:relative;cursor:pointer}.a-checkbox__label input{position:absolute;left:0;top:0;opacity:0}.a-checkbox__label span{display:inline-block;position:relative}.a-checkbox__label span:before{content:"";display:inline-block;margin-right:17px;width:8px;height:8px;background:var(--colorBackground);border:1px solid var(--colorBackground);vertical-align:middle;transform:translateY(-2px);box-shadow:0 0 0 1px currentColor}@media screen and (min-width:768px){.a-checkbox__label span:before{transform:translateY(-1px);width:10px;height:10px;margin-right:15px}}.a-checkbox__label span:hover{color:var(--colorText)}.a-checkbox__label input:checked+span:before{background:var(--colorCheckbox--active)}.m-radio-set .a-radio{margin-top:17px}.m-radio-set .a-radio:first-child{margin-top:27px}.a-radio:after,.a-radio:before{content:none}.a-radio__label{padding-left:19px;display:inline-block;position:relative;width:calc(100% - 19px);cursor:pointer}.a-radio__label input{position:absolute;left:0;top:0;opacity:0}.a-radio__label span{position:relative}.a-radio__label span:before{content:"";top:6px;left:-19px;position:absolute;display:inline-block;width:8px;height:8px;border-radius:100%;background:var(--colorBackground);border:1px solid var(--colorBackground);vertical-align:middle;transform:translateY(-2px);box-shadow:0 0 0 1px currentColor}@media screen and (min-width:768px){.a-radio__label span:before{transform:translateY(-1px);width:10px;height:10px}}.a-radio__label span a:not([class]){border-bottom:1px solid var(--colorText--highlight-light)}.a-radio__label span a:not([class]):hover{color:var(--colorText--highlight-light)}.a-radio__label input:checked+span:before,.m-filters__input .a-radio__label input[checked]+span:before{background:var(--colorCheckbox--active)}.a-daterange{display:flex;margin-top:20px}.a-daterange input{flex-grow:1;flex-shrink:1;width:100px;height:35px;padding:0 0 0 15px;line-height:32px;color:var(--colorText--contrast);border-radius:2px;border:1px solid var(--colorText--contrast);-webkit-appearance:none;appearance:none}.a-daterange input::-webkit-clear-button{display:none}.a-daterange span{display:inline-block;margin:0 2px;color:var(--colorText--contrast);line-height:35px}.a-fieldset__legend{height:55px;display:flex;align-items:center;border-bottom:1px solid var(--colorSeparator);margin-top:20px}@media screen and (min-width:1024px){.a-fieldset__legend{margin-top:30px}}.a-fieldset__title{text-transform:uppercase}.a-fieldset__items{align-items:flex-end;display:flex;flex-flow:row wrap;justify-content:space-between;margin:20px -12.5px}@media screen and (min-width:768px)and (max-width:1023px){.a-fieldset__items{margin:20px -20px}}@media screen and (min-width:1024px)and (max-width:1279px){.a-fieldset__items{margin:20px -17.5px}}@media screen and (min-width:1280px){.a-fieldset__items{margin:20px -25px}}.a-fieldset--expiration-date .a-fieldset__items{margin:0 -10px;width:calc(100vw - 40px)}@media screen and (min-width:768px)and (max-width:1023px){.a-fieldset--expiration-date .a-fieldset__items{width:calc(50vw - 65px)}}@media screen and (min-width:1024px){.a-fieldset--expiration-date .a-fieldset__items{width:calc(33.33333vw - 56.66667px)}}.a-fieldset__item{width:100%;padding:0 12.5px;margin-bottom:15px}@media screen and (min-width:768px){.a-fieldset--two-columns .a-fieldset__item{width:50%}}@media screen and (min-width:768px)and (max-width:1023px){.a-fieldset__item{padding:0 20px}}@media screen and (min-width:1024px)and (max-width:1279px){.a-fieldset__item{padding:0 17.5px}}@media screen and (min-width:1280px){.a-fieldset__item{padding:0 25px}}.a-fieldset--expiration-date .a-fieldset__item{width:50%;padding:0 10px}.a-fieldset__item .a-tooltip__content{transform:translate(30%,60%)}.m-form__description{margin-top:10px}@media screen and (min-width:768px){.m-form__description{margin-top:14px}}.a-select{display:block;border:1px solid var(--colorSeparator);height:35px;line-height:32px;-moz-column-break-inside:avoid;break-inside:avoid;transition:border-color .12s cubic-bezier(.59,.01,.37,.975);width:300px;position:relative}@media screen and (max-width:767px){.a-select{height:40px;line-height:38px}}.a-select select{width:100%;margin:0;outline:none;padding:0 30px 0 16px;box-sizing:border-box}@media(hover:none)and (pointer:coarse){.a-select select{font-size:16px!important}}.a-select:hover{border-color:var(--colorButton--cta--border--hover)}.a-select:after{content:"";position:absolute;right:15px;top:50%;width:5px;height:5px;margin-top:-3px;border-left:1px solid;border-bottom:1px solid;transform:rotate(-45deg);pointer-events:none}@supports((-webkit-appearance:none) or (appearance:none)) or ((-moz-appearance:none) and (mask-type:alpha)){.a-select:after{display:block}.a-select select{padding-right:20px;background:none;border:1px solid transparent;-webkit-appearance:none;appearance:none}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.a-select select::-ms-expand{display:none}.a-select select:focus::-ms-value{background:transparent}.a-select select{padding-right:2em;background:none;border:1px solid transparent}.a-select:after{display:block}}.a-select:not(.a-select--narrow){height:60px;line-height:57px}.a-select:not(.a-select--narrow):after{width:9px;height:9px;margin-top:-6px;right:18px}select{color:var(--colorText--contrast)}ps-select select{display:unset;opacity:0;position:absolute;pointer-events:none}.a-select:not(.a-select--narrow) select{color:var(--colorText);height:60px;padding:0 30px 0 16px}.a-select:not(.a-select--narrow) select :not([selected]):not([disabled]){color:var(--colorText)}.a-select:not(.a-select--narrow) select.s-placeholder,.a-select:not(.a-select--narrow) select [disabled]{color:var(--colorText--contrast)}.custom-select select{display:none}.select-items div,.select-selected{color:var(--colorText);padding:5px 16px;border:1px solid transparent;cursor:pointer}.select-items{position:absolute;top:100%;left:0;right:0;z-index:99;background-color:#fff;border:1px solid var(--colorSeparator);margin-top:5px;padding:15px 0;overflow-y:scroll;height:150px}.select-items div{line-height:1.2}.select-hide{display:none}.same-as-selected,.same-as-selected:hover,.select-items:hover div:hover{color:var(--colorText)}.select-items:hover div{color:var(--colorCheckbox--active)}.m-event-updates-form{margin-top:50px}@media screen and (min-width:1024px){.m-event-updates-form{margin-top:70px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-pageDivider__main .m-event-updates-form{padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.o-pageDivider__main .m-event-updates-form{padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.o-pageDivider__main .m-event-updates-form{padding-left:115px}}.m-event-updates-form__form{margin:30px 0 0;display:flex;justify-content:flex-start;align-items:flex-end}@media screen and (max-width:767px){.m-event-updates-form__form{width:100%}}@media screen and (min-width:1024px){.m-event-updates-form__form{margin-top:20px}}.m-event-updates-form__form .a-input-wrapper{margin-top:0;margin-right:15px;max-width:285px;width:100%}.m-event-updates-form__form .a-input-label{margin-bottom:0}.m-event-updates-form__form .a-input-label:after,.m-event-updates-form__form .a-input-label:before{content:none}.m-event-updates-form__form .a-button{display:inline-block;min-width:90px}.m-event-updates-form__success{display:none}.m-form.Module{overflow:visible}.RichTextBody .m-form{margin-top:30px}@media screen and (min-width:768px){.RichTextBody .m-form{margin-top:35px}}@media screen and (min-width:1024px)and (max-width:1279px){.RichTextBody .m-form{padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.RichTextBody .m-form{padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.RichTextBody .m-form{padding-left:115px}}.m-form .a-link{border-bottom:1px solid var(--colorText--highlight-light)}.m-form .a-link:hover{color:var(--colorText--highlight-light)}.m-form__submit{text-align:center;margin:45px 0 0}.m-form__message{margin-top:30px}.m-form__header{padding:16px 0;display:flex;align-items:center;border-bottom:1px solid var(--colorSeparator)}.a-input-label>span{margin-bottom:8px}.m-form__title{text-transform:uppercase}.m-form__description{margin-top:25px;line-height:1.5}.a-denotes-required{margin-top:19px}@media screen and (min-width:768px){.a-denotes-required{margin-top:32px}}.a-denotes-required__required{color:var(--colorButton--secondary)}.a-contextual-text{margin-top:32px}@media screen and (min-width:1280px){.a-contextual-text{margin-top:52px}}.a-input{width:100%;height:60px;padding:0 20px;background-color:transparent;border:1px solid var(--colorSeparator);border-radius:2px}@media screen and (min-width:768px){.a-input{padding:0 24px}}@media screen and (min-width:1024px){.a-input{padding:0 30px}}.a-input::-webkit-input-placeholder{color:var(--colorText--contrast)}.a-input:-moz-placeholder,.a-input::-moz-placeholder{color:var(--colorText--contrast)}.a-input:-ms-input-placeholder{color:var(--colorText--contrast)}.s-color-reversed .a-input{color:var(--colorText--reversed)}.s-color-reversed .a-input::-webkit-input-placeholder{color:var(--colorText--reversed);opacity:.7}.s-color-reversed .a-input:-moz-placeholder,.s-color-reversed .a-input::-moz-placeholder{color:var(--colorText--reversed);opacity:.7}.s-color-reversed .a-input:-ms-input-placeholder{color:var(--colorText--reversed);opacity:.7}.a-input.a-input--textarea{padding-top:15px;padding-bottom:15px;resize:vertical;height:130px}@media screen and (min-width:768px){.a-input.a-input--textarea{padding-top:17px;padding-bottom:17px}}.a-input-wrapper{margin-top:30px}.a-input-label>span{display:block;margin-bottom:15px}.a-input-label .a-tooltip__content{position:static;transform:none}.a-input-label .a-tooltip__content .a-tooltip__wrapper{position:absolute;top:0;left:0;transform:translate(-10px,36px);background-color:var(--themeMainColor);color:var(--colorText--reversed);overflow:visible}.a-input-label .a-tooltip__content .a-tooltip__wrapper:before{border-color:var(--themeMainColor);background-color:var(--themeMainColor);width:4px;height:4px;transform:rotate(45deg);top:-4px;left:17px}.a-input-label__description{margin-left:.5ch;color:var(--colorText--contrast)}.a-input-label__required{color:var(--colorButton--secondary)}.a-input-label__tooltip-icon{border:1px solid var(--colorText--contrast);border-radius:100%;color:var(--colorText--contrast);display:inline-block;height:18px;line-height:1;margin-left:.5ch;padding-top:.15em;padding-left:.125em;position:relative;text-align:center;top:-.075em;vertical-align:middle;width:18px;cursor:pointer}.a-input-label__tooltip-icon:after,.a-input-label__tooltip-icon:before{content:none}.CaptchaInput-description,.CaptchaInput-errors,.CaptchaInput-label{font-family:Montserrat,arial,sans-serif;font-size:.78125rem;line-height:1.25rem;font-weight:500;letter-spacing:0}@media screen and (max-width:1023px){.EventSignupForm-form .a-input,.EventSignupForm-form button{min-width:100%}.EventSignupForm-form button{margin-top:15px}}.EventSignupForm-form:not([data-fieldscount="1"]):not([data-fieldscount="2"]) button{margin-top:15px}@media screen and (min-width:1024px){.EventSignupForm-form[data-fieldscount="1"],.EventSignupForm-form[data-fieldscount="2"]{display:flex;flex-wrap:wrap;padding-top:33px}.EventSignupForm-form[data-fieldscount="1"] button,.EventSignupForm-form[data-fieldscount="2"] button{margin-left:15px}.EventSignupForm-form[data-fieldscount="1"] .a-input,.EventSignupForm-form[data-fieldscount="2"] .a-input{min-width:285px}.EventSignupForm-form[data-fieldscount="1"] .a-input-wrapper,.EventSignupForm-form[data-fieldscount="2"] .a-input-wrapper{margin-top:0}.EventSignupForm-form[data-fieldscount="1"] .a-button--big,.EventSignupForm-form[data-fieldscount="2"] .a-button--big{min-width:unset}.EventSignupForm-form[data-fieldscount="1"] .a-input-label,.EventSignupForm-form[data-fieldscount="2"] .a-input-label{position:relative}.EventSignupForm-form[data-fieldscount="1"] .a-input-label>span,.EventSignupForm-form[data-fieldscount="2"] .a-input-label>span{position:absolute;top:-53px}}.NewsletterForm{background-color:var(--module-bg-color,var(--colorBackground--highlight,transparent))!important;position:relative}@media screen and (min-width:1024px){.Module--ContextAside .m-newsletter-form{padding-top:11px;padding-bottom:49px}.Module--ContextAside .m-newsletter-form__form{display:block}.Module--ContextAside .m-newsletter-form__title{font-size:27px;line-height:1.11}.Module--ContextAside .m-newsletter-form__description{font-size:12.5px}.Module--ContextAside .m-newsletter-form .a-button{width:100%;margin-top:10px}}@media screen and (max-width:767px){.m-newsletter-form{padding-top:11px;padding-bottom:49px}.m-newsletter-form__form{display:block}.m-newsletter-form__title{font-size:27px;line-height:1.11}.m-newsletter-form__description{font-size:12.5px}.m-newsletter-form .a-button{width:100%;margin-top:10px}}.m-newsletter-form{color:var(--colorText--reversed);text-align:center}@media screen and (min-width:768px){.m-newsletter-form{padding-top:20px;padding-bottom:60px}}@media screen and (min-width:1024px){.m-newsletter-form{padding-top:61px;padding-bottom:70px}}.m-newsletter-form .a-input-wrapper{width:100%}.m-newsletter-form .a-input-wrapper .a-input-label span{display:none}@media screen and (min-width:768px){.m-newsletter-form .a-input-wrapper{margin-right:15px}}.m-newsletter-form--spaced{padding-left:20px;padding-right:20px}.m-newsletter-form--spaced:before{content:none}.m-newsletter-form__body{max-width:800px;margin:0 auto}.m-newsletter-form__title{padding:0 30px}.m-newsletter-form__description{margin-top:20px}.m-newsletter-form__form{margin:30px auto 0;max-width:100%}@media screen and (max-width:767px){.m-newsletter-form__form{width:calc(100vw - 40px)}}@media screen and (min-width:768px)and (max-width:1023px){.m-newsletter-form__form{width:calc(75vw - 77.5px)}}@media screen and (min-width:1024px)and (max-width:1279px){.m-newsletter-form__form{width:calc(50vw - 67.5px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-newsletter-form__form{width:calc(50vw - 80px)}}@media screen and (min-width:1440px){.m-newsletter-form__form{width:630px}}@media screen and (max-width:767px){.m-newsletter-form__form{width:100%}}@media screen and (min-width:768px){.m-newsletter-form__form{display:flex;justify-content:space-between}}@media screen and (min-width:1024px){.m-newsletter-form__form{margin-top:35px}}.m-newsletter-form__form .a-input-wrapper{margin-top:0}[data-form-success] .m-newsletter-form__success{display:block;width:100%}.m-newsletter-form__success,[data-form-success] .a-input-wrapper{display:none}@media screen and (min-width:1024px)and (max-width:1279px){.o-two-columns-info{width:calc(66.66667vw - 43.33333px)}}@media screen and (min-width:1280px)and (max-width:1439px){.o-two-columns-info{width:calc(66.66667vw - 40px)}}@media screen and (min-width:1440px){.o-two-columns-info{width:920px}}.RichTextBody .o-two-columns-info{margin-top:30px}@media screen and (min-width:768px){.RichTextBody .o-two-columns-info{margin-top:35px}}@media screen and (min-width:1024px)and (max-width:1279px){.RichTextBody .o-two-columns-info{padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.RichTextBody .o-two-columns-info{padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.RichTextBody .o-two-columns-info{padding-left:115px}}.o-two-columns-info__header{height:75px;display:flex;align-items:center;border-bottom:1px solid var(--colorSeparator)}.o-two-columns-info__title{text-transform:uppercase}.o-two-columns-info__list{align-items:flex-start;display:flex;flex-flow:row wrap;margin:0}.o-two-columns-info__list dd,.o-two-columns-info__list dt{padding:20px 0;width:50%}@media screen and (max-width:1023px){.o-two-columns-info__list dd,.o-two-columns-info__list dt{padding:15px 0}}.o-two-columns-info__list dd>span,.o-two-columns-info__list dt>span{color:var(--colorText--contrast)}.o-two-columns-info__list dd{padding-left:20px}@media screen and (min-width:768px){.o-two-columns-info__list dd{padding-left:30px}}.o-two-columns-info__list dd:not(:first-of-type),.o-two-columns-info__list dt:not(:first-of-type){border-top:1px solid var(--colorSeparator)}.o-two-columns-info__list dt{color:var(--colorText--contrast)}.o-two-columns-info__cta{text-align:center;margin:45px 0 0}.Enhancement .FaqModule{padding:0}.Enhancement-item{margin-bottom:30px}@media screen and (min-width:768px){[data-align-left] .Enhancement-item{margin-right:30px;float:left}[data-align-right] .Enhancement-item{margin-left:30px;float:right}}[data-align-center] .Enhancement-item>.a-button{display:table;margin-left:auto;margin-right:auto}.LogoImage{border:1px solid var(--colorSeparator);position:relative;overflow:hidden}.LogoImage img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;left:0;right:0;top:0;bottom:0}.m-downloads__intro,.o-list__description{margin-top:30px}.o-list.Module{margin:0}.o-list:not(:first-child){margin-top:30px}.o-list__intro{padding-top:15px;padding-bottom:20px;border-bottom:1px solid var(--colorSeparator)}@media screen and (min-width:1024px){.o-list__intro{padding-top:20px;padding-bottom:43px}}.o-list__column{padding-bottom:25px;width:100%}.o-list__column:not(:first-child){position:relative}.o-list__column:not(:first-child):before{position:absolute;top:0;width:1px;height:100%;background-color:var(--colorSeparator);mix-blend-mode:var(--separatorBlendMode,multiply)}@media screen and (min-width:768px){.o-list__column:not(:first-child):before{content:"";left:-20px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-list__column:not(:first-child):before{left:-17.5px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-list__column:not(:first-child):before{left:-25px}}@media screen and (min-width:1440px){.o-list__column:not(:first-child):before{left:-30px}}.s-color-reversed .o-list__column:not(:first-child):after,.s-color-reversed .o-list__column:not(:first-child):before{background-color:var(--colorSeparator--reversed);mix-blend-mode:var(--separatorBlendMode,normal)}.o-list__column--full{flex:0 0 auto}@media screen and (max-width:767px){.o-list__column--full{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.o-list__column--full{width:calc(100vw - 90px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-list__column--full{width:calc(100vw - 100px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-list__column--full{width:calc(100vw - 110px);margin-left:50px}}@media screen and (min-width:1440px){.o-list__column--full{width:1320px;margin-left:60px}}.o-list__column--full:before{content:none}.o-list__description{margin:30px 0}.o-list__description.hideDescription{display:none}.o-list__cta{display:flex;width:100%;justify-content:center;margin-top:20px;padding-bottom:30px}.o-list__cta:last-child{padding-bottom:0}@media screen and (min-width:768px){.o-list__cta{margin-top:45px}}.o-list-wrapper--external,.o-list-wrapper--gallery,.o-list-wrapper--sponsor,.o-list-wrapper--spotlight{padding-top:15px;padding-bottom:30px}@media screen and (min-width:768px)and (max-width:1023px){.o-list-wrapper--external,.o-list-wrapper--gallery,.o-list-wrapper--sponsor,.o-list-wrapper--spotlight{padding-bottom:50px}}@media screen and (min-width:1024px){.o-list-wrapper--external,.o-list-wrapper--gallery,.o-list-wrapper--sponsor,.o-list-wrapper--spotlight{padding-top:25px;padding-bottom:70px}}.o-list-wrapper--external .m-banner,.o-list-wrapper--gallery .m-banner,.o-list-wrapper--sponsor .m-banner,.o-list-wrapper--spotlight .m-banner{margin-top:0}.o-list-wrapper--sponsor{--module-bg-color:var(--colorBackground--sponsor)}.o-list-wrapper--external,.o-list-wrapper--spotlight{--module-bg-color:var(--colorBackground--spotlight)}.o-list-wrapper--external .m-banner h2,.o-list-wrapper--spotlight .m-banner h2{color:var(--colorText--highlight);text-transform:none}.o-list-wrapper--external .m-banner h2:after,.o-list-wrapper--external .m-banner h2:before,.o-list-wrapper--spotlight .m-banner h2:after,.o-list-wrapper--spotlight .m-banner h2:before{content:none}.o-list-wrapper--external .m-banner:before,.o-list-wrapper--spotlight .m-banner:before{height:3px;background-color:var(--colorText--highlight)}.o-list-wrapper--external .m-banner h2{color:var(--colorText--highlight-light)}.o-list-wrapper--external .m-banner:before{background-color:var(--colorText--highlight-light)}.o-list-wrapper--gallery{--module-bg-color:var(--colorBackground--highlight-dark)}.o-list-wrapper--gallery .m-banner{color:var(--colorText--reversed)}.o-list-wrapper--gallery .m-promo .m-promo__tag{color:var(--colorText--highlight-light)}.m-list--special-report .m-list__container,.m-specialreport-module,.o-list-wrapper.s-color-reversed{--colorBackground:var(--colorBackground--highlight);--colorText:var(--colorText--reversed);--colorSeparator:var(--colorSeparator--reversed);--colorText--highlight:var(--colorText--highlight-light);--colorText--hover:--colorText;--colorButton--cta--border:var(--colorSeparator--reversed);--separatorBlendMode:normal}.o-list-wrapper--special-report{color:var(--colorText)}.o-list-wrapper--special-report .m-promo__content{margin-right:30px}.o-list-wrapper.s-color-reversed{background-color:var(--module-bg-color,var(--colorBackground--highlight,transparent))!important}aside .o-list__column{width:auto;flex:auto;margin-left:auto;margin-bottom:25px;border-bottom:1px solid var(--colorSeparator--reversed)}aside .o-list__column:last-child{border-bottom:none}aside .o-list__cta{margin-top:0}aside .o-list__column:not(:first-child):before{display:none}aside .o-list-wrapper--special-report{margin-top:0;padding-top:0;padding-bottom:30px;margin-bottom:25px}aside .o-list-wrapper--special-report .o-list__description{color:var(--colorText)}aside .o-list-wrapper--special-report .o-list{padding-left:30px;padding-right:30px}aside .o-list-wrapper--special-report .m-banner{background-color:color(--colorText)}aside .o-list-wrapper--special-report .a-button.a-button--cta{width:auto;min-width:1px;background-color:var(--colorText--highlight-light);border:0;text-transform:uppercase}aside .o-list-wrapper--special-report .a-button.a-button--cta:hover{border:1px solid}aside .o-list--3up .o-list__column{margin-left:0;margin-right:0;flex:auto}aside .o-list-wrapper--external:before,aside .o-list-wrapper--gallery:before,aside .o-list-wrapper--special-report:before,aside .o-list-wrapper--sponsor:before,aside .o-list-wrapper--spotlight:before{left:auto;right:auto}aside .m-banner~.o-list{margin-top:0}aside .s-color-reversed .m-banner h2{color:initial}.o-list__horizontalsponsor{margin:30px 0;padding-bottom:50px;border-bottom:1px solid var(--colorSeparator);max-width:1340px}.o-list__stacked[data-hide-buttons] .a-button,.o-list__stacked[data-hide-buttons] .a-link{display:none}.o-listing{position:relative}.o-listing:before{content:"";position:absolute;top:0;left:25px;right:0;height:1px;background:var(--colorSeparator)}@media screen and (min-width:768px)and (max-width:1023px){.o-listing:before{left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-listing:before{left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-listing:before{left:50px}}@media screen and (min-width:1440px){.o-listing:before{left:60px}}.m-banner+.o-listing:before{content:none}.o-listing__content{padding-top:30px;padding-bottom:30px}@media screen and (min-width:1024px){.o-listing__content{position:relative}.o-listing__content:after{content:"";position:absolute;right:-17.5px;top:28px;height:calc(100% - 28px);width:1px;background:var(--colorSeparator)}}@media screen and (min-width:1024px)and (min-width:1280px)and (max-width:1439px){.o-listing__content:after{right:-25px}}@media screen and (min-width:1024px)and (min-width:1440px){.o-listing__content:after{right:-30px}}.m-list__container{padding:25px 30px 30px}.m-list--current-issue .m-list__container{position:relative;padding-bottom:35px;border:1px solid var(--colorSeparator)}.m-list--current-issue .m-list__container .m-promo{--promoPad:20px}.m-list--current-issue .m-list__container:after{content:"";position:absolute;right:-1px;top:-1px;width:0;height:0;border-left:0 solid transparent;border-bottom:60px solid transparent;border-right:60px solid var(--colorText--highlight);border-top:0 solid transparent}.m-list--current-issue .m-list__container .m-list__media{margin-bottom:-2px}.m-list--current-issue .m-list__container .m-list__topic{margin-top:10px}.m-list__cta{text-align:center}.m-list__media+.m-list__cta{margin-top:20px}.m-list__topic{display:block;margin-bottom:-10px;color:var(--colorText--highlight-light);text-align:center}.m-list--current-issue .m-list__topic{margin-bottom:-20px;color:var(--colorText)}.m-list__heading,.m-list__tagline{display:block;text-align:center}.m-list__tagline{padding-top:15px}.m-list__media{margin-top:29px;padding:0 55px}.m-list__media picture{display:block;text-align:center}.m-list__media img{max-width:100%;width:auto;height:auto}.o-list__header{margin-top:-3px;padding-bottom:18px;padding-top:18px;border-bottom:1px solid var(--colorSeparator);border-top:1px solid var(--colorSeparator);color:var(--colorText);text-align:center;margin-bottom:20px;width:100%}@media screen and (min-width:768px){.o-list .o-list__header{border-top:0;padding-top:0}}.o-list--4up-expanded .o-list__header{border-bottom:0;max-height:70px}.o-list__header--has-action{display:flex;justify-content:space-between;align-items:center;text-align:left;margin-top:0;padding-top:25px;padding-bottom:24px}.o-list__header--has-action:after,.o-list__header--has-action:before{content:none}.o-list__header__action{margin-left:20px}.m-downloads{display:block}.m-downloads .m-banner{margin-bottom:30px}.m-downloads__item{margin-top:0;margin-bottom:2px}.m-downloads__list{margin-top:17px}.m-download__link{position:relative;display:inline-block;margin-top:13px;padding-left:22px;color:var(--colorText--contrast)}.m-download__link:hover{color:var(--colorText)}.m-download__link svg{position:absolute;left:-9px;top:-8px;width:30px;height:30px;fill:currentColor}.ListHomeHero4{display:flex;flex-wrap:wrap}.ListHomeHero4 .m-banner{margin-bottom:20px}.ListHomeHero4-items:last-child .ListHomeHero4-items-item:not(:last-child) .m-promo{border-bottom:1px solid var(--colorSeparator)}@media screen and (min-width:1024px){.ListHomeHero4 .m-banner{height:unset}.ListHomeHero4 .m-banner h2{padding:18px 0}.ListHomeHero4 .m-banner:before{display:none}.ListHomeHero4 .m-banner h2{font-size:13px;line-height:1.25rem;letter-spacing:1.04px;margin-top:-3px!important;height:unset;text-align:center;width:100%;border-bottom:none}.ListHomeHero4 .m-banner h2:after{display:none}.ListHomeHero4 .m-banner h2{padding-top:0}}.ListHomeHero4 .Module{clear:unset}@media screen and (min-width:768px)and (max-width:1023px){.ListHomeHero4-lead .m-promo__title{font-size:36px!important;line-height:40px}.ListHomeHero4-items .m-promo__title{font-size:27px!important;line-height:30px}}@media screen and (min-width:1024px){.ListHomeHero4{display:grid;grid-template-columns:calc(75% - 15px) 1fr;grid-gap:60px}.ListHomeHero4-items{position:relative}.ListHomeHero4-items:after{content:"";position:absolute;left:-30px;top:0;bottom:0;height:100%;width:1px;background-color:var(--colorSeparator)}.ListHomeHero4-lead .m-promo__title{font-size:55px!important;line-height:55px}.ListHomeHero4-lead .m-promo__description{font-size:22px!important;line-height:35px}}.ListHomeHero6{display:flex;flex-wrap:wrap}.ListHomeHero6 .m-banner{margin-bottom:20px}.ListHomeHero6-items:last-child .ListHomeHero6-items-item:not(:last-child) .m-promo{border-bottom:1px solid var(--colorSeparator)}@media screen and (min-width:768px){.ListHomeHero6 .m-banner{height:unset}.ListHomeHero6 .m-banner h2{padding:18px 0}.ListHomeHero6 .m-banner:before{display:none}.ListHomeHero6 .m-banner h2{font-size:13px;line-height:1.25rem;letter-spacing:1.04px;margin-top:-3px!important;height:unset;text-align:center;width:100%;border-bottom:none}.ListHomeHero6 .m-banner h2:after{display:none}.ListHomeHero6 .m-banner h2{padding-top:0}}.ListHomeHero6 .Module{clear:unset}.ListHomeHero6-lead{width:100%}.ListHomeHero6-lead .m-promo:last-child{margin-bottom:0}@media screen and (min-width:768px){.ListHomeHero6-items .ListHomeHero6-items-item:last-child .m-promo:last-child{margin-bottom:0;padding-bottom:0}}@media screen and (min-width:768px)and (max-width:1023px){.ListHomeHero6{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px}.ListHomeHero6-lead{grid-column:1/3}}@media screen and (min-width:1024px){.ListHomeHero6{display:grid;grid-template-columns:calc(50% - 30px) 1fr 1fr;grid-gap:60px}.ListHomeHero6-items{position:relative}.ListHomeHero6-items:after{content:"";position:absolute;left:-30px;top:0;bottom:0;height:100%;width:1px;background-color:var(--colorSeparator)}}@media screen and (min-width:768px){.ListHomeHero6-lead .m-promo__title{font-size:36px!important;line-height:40px}.ListHomeHero6-lead .m-promo__description{font-size:15.5px!important;line-height:25px}}.ListHomeHero7{display:flex;flex-wrap:wrap}.ListHomeHero7 .m-banner{margin-bottom:20px}.ListHomeHero7-items:last-child .ListHomeHero7-items-item:not(:last-child) .m-promo{border-bottom:1px solid var(--colorSeparator)}@media screen and (min-width:768px){.ListHomeHero7 .m-banner{height:unset}.ListHomeHero7 .m-banner h2{padding:18px 0}.ListHomeHero7 .m-banner:before{display:none}.ListHomeHero7 .m-banner h2{font-size:13px;line-height:1.25rem;letter-spacing:1.04px;margin-top:-3px!important;height:unset;text-align:center;width:100%;border-bottom:none}.ListHomeHero7 .m-banner h2:after{display:none}.ListHomeHero7 .m-banner h2{padding-top:0}}.ListHomeHero7 .Module{clear:unset}@media screen and (min-width:1024px){.ListHomeHero7{display:grid;grid-template-columns:75% 1fr;grid-gap:60px}.ListHomeHero7-items:last-child{position:relative}.ListHomeHero7-items:last-child:after{content:"";position:absolute;left:-30px;top:0;bottom:0;height:100%;width:1px;background-color:var(--colorSeparator)}}.ListHomeHero8{display:flex;flex-wrap:wrap}.ListHomeHero8 .m-banner{margin-bottom:20px}.ListHomeHero8-items:last-child .ListHomeHero8-items-item:not(:last-child) .m-promo{border-bottom:1px solid var(--colorSeparator)}@media screen and (min-width:768px){.ListHomeHero8 .m-banner{height:unset}.ListHomeHero8 .m-banner h2{padding:18px 0}.ListHomeHero8 .m-banner:before{display:none}.ListHomeHero8 .m-banner h2{font-size:13px;line-height:1.25rem;letter-spacing:1.04px;margin-top:-3px!important;height:unset;text-align:center;width:100%;border-bottom:none}.ListHomeHero8 .m-banner h2:after{display:none}.ListHomeHero8 .m-banner h2{padding-top:0}}.ListHomeHero8 .Module{clear:unset}.ListHomeHero8-lead{width:100%}.ListHomeHero8-lead .m-promo:last-child{margin-bottom:0}@media screen and (min-width:768px){.ListHomeHero8-items .ListHomeHero8-items-item:last-child .m-promo:last-child{margin-bottom:0;padding-bottom:0}}@media screen and (min-width:768px)and (max-width:1023px){.ListHomeHero8{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px}.ListHomeHero8-lead{grid-column:1/3}}@media screen and (min-width:1024px){.ListHomeHero8{display:grid;grid-template-columns:calc(50% - 30px) 1fr 1fr;grid-gap:60px}.ListHomeHero8-items{position:relative}.ListHomeHero8-items:after{content:"";position:absolute;left:-30px;top:0;bottom:0;height:100%;width:1px;background-color:var(--colorSeparator)}}.ListHomeHero8-lead .m-promo.m-promo--horizontal:first-child{padding-top:0}@media screen and (min-width:768px){.ListHomeHero8-lead .m-promo:first-child .m-promo__description{font-size:15.5px;line-height:25px}.ListHomeHero8-lead .m-promo:first-child .m-promo__title{font-size:36px;line-height:40px}.ListHomeHero8-lead .m-promo .m-promo__title{font-size:27px;line-height:30px}}@media screen and (min-width:1024px){.ListHomeHero8-lead .m-promo .m-promo__title{font-size:30px;line-height:35px}}.ListHorizontalSmallLogos .m-promo--horizontal-logos,.m-listhorizontal .m-promo--horizontal-logos{grid-gap:30px}.ListHorizontalSmallLogos .m-promo--horizontal:first-child,.m-listhorizontal .m-promo--horizontal:first-child{padding-top:0}.Page-layoutTwoCols .ListHorizontalSmallLogos .m-banner,.Page-layoutTwoCols .ListHorizontalSmallLogos .o-list__description,.Page-layoutTwoCols .m-listhorizontal .m-banner,.Page-layoutTwoCols .m-listhorizontal .o-list__description{margin-bottom:0}.ListTopic{display:flex;flex-wrap:wrap}.ListTopic-items:last-child .ListTopic-items-item:not(:last-child) .m-promo{border-bottom:1px solid var(--colorSeparator)}@media screen and (min-width:768px){.ListTopic .m-banner{height:unset}.ListTopic .m-banner h2{padding:18px 0}.ListTopic .m-banner:before{display:none}.ListTopic .m-banner h2{font-size:13px;line-height:1.25rem;letter-spacing:1.04px;margin-top:-3px!important;height:unset;text-align:center;width:100%;border-bottom:none}.ListTopic .m-banner h2:after{display:none}.ListTopic .m-banner h2{padding-top:0}}.ListTopic-items:last-child .m-promo{border-bottom:0!important}.ListTopic .m-banner{margin-bottom:20px}.ListTopic .Module{clear:unset}.ListTopic .o-list__header{font-size:13px}.ListTopic-lead{order:1}.ListTopic-items:last-child{order:2}.ListTopic-items:first-child{order:3}.ListTopic-items,.ListTopic-items-item,.ListTopic-lead{position:relative}.ListTopic-items:first-child .m-promo{border-bottom:1px solid var(--colorSeparator)}@media screen and (max-width:767px){.ListTopic-lead .m-promo .m-promo__title{font-size:27px;line-height:30px}.ListTopic-items .m-promo .m-promo__description,.ListTopic-lead .m-promo .m-promo__description{font-size:12.5px;line-height:20px}}@media screen and (min-width:768px)and (max-width:1023px){.ListTopic-lead .m-promo .m-promo__title{font-size:36px;line-height:40px}.ListTopic-lead .m-promo .m-promo__description{font-size:15.5px;line-height:25px}}@media screen and (min-width:1024px){.ListTopic-lead .m-promo .m-promo__title{font-size:31px;line-height:35px}.ListTopic-lead .m-promo .m-promo__description{font-size:15.5px;line-height:25px}.ListTopic-items .m-promo .m-promo__description{font-size:12.5px;line-height:20px}}@media screen and (max-width:767px){.ListTopic .o-list__header{padding-top:18px;border-top:1px solid var(--colorSeparator)}.ListTopic-items:first-child .ListTopic-items-item:last-child .m-promo{margin-bottom:0;padding-bottom:0}}@media screen and (min-width:768px)and (max-width:1023px){.ListTopic-lead{min-width:100%}.ListTopic-lead .m-promo{display:flex;flex-direction:column-reverse}.ListTopic-lead .m-promo--featured.m-promo--horizontal .m-promo__media{width:100%;margin-left:0;margin-right:0}.ListTopic-lead .m-promo--horizontal .m-promo__content{max-width:none}.ListTopic-items{flex-basis:calc(50% - 20px)}.ListTopic-items:first-child{margin-left:40px}}@media screen and (min-width:768px){.ListTopic-items:last-child .ListTopic-items-item:last-child .m-promo{margin-bottom:0;padding-bottom:0}.ListTopic-items:first-child .ListTopic-items-item:last-child .m-promo{border-bottom:0}}@media screen and (min-width:1024px){.ListTopic{display:block}.ListTopic .m-banner{height:unset}.ListTopic .m-banner h2{padding:18px 0}.ListTopic .m-banner:before{display:none}.ListTopic .m-banner h2{font-size:13px;line-height:1.25rem;letter-spacing:1.04px;margin-top:-3px!important;height:unset;text-align:center;width:100%;border-bottom:none}.ListTopic .m-banner h2:after{display:none}.ListTopic .m-banner h2{padding-top:0}.ListTopic-items:first-child{width:285px;float:right}.ListTopic-lead .m-promo{margin-bottom:0}.ListTopic-lead .m-promo__media{max-width:64.45%;margin-left:20px!important}.ListTopic-items:last-child,.ListTopic-lead{width:calc(100% - 345px)}.ListTopic-items:last-child .ListTopic-items-item:after,.ListTopic-items:last-child:after,.ListTopic-lead:after{content:"";position:absolute;right:-30px;top:0;bottom:0;height:calc(100% + 30px);width:1px;background-color:var(--colorSeparator)}.ListTopic-items:last-child{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:60px}.ListTopic-items:last-child .m-promo{margin-bottom:0}}@media screen and (min-width:768px)and (max-width:1023px){.ListTopic[data-listtopiclayout-hiddenlead] .ListTopic-lead .m-promo__title{font-size:36px!important;line-height:40px}}@media screen and (min-width:1024px){.ListTopic[data-listtopiclayout-hiddenlead] .ListTopic-lead .m-promo{border-bottom:1px solid var(--colorSeparator);margin-bottom:30px}.ListTopic[data-listtopiclayout-hiddenlead] .ListTopic-lead .m-promo__title{font-size:55px!important;line-height:55px}.ListTopic[data-listtopiclayout-hiddenlead] .ListTopic-lead .m-promo__description{font-size:22px!important;line-height:35px}}@media screen and (min-width:768px){.o-list--3up{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 4.5%}.o-list--3up .o-list__column:before{left:-8%}}@media screen and (min-width:768px)and (max-width:1023px){.o-list--3up .o-list__column:nth-child(2n-1):before{content:none}}@media screen and (min-width:1024px){.o-list--3up .o-list__column:nth-child(3n-2):before{content:none}}@media screen and (min-width:768px)and (max-width:1023px){.o-list--3up .o-list__column:after,.o-list--3up .o-list__column:before{content:none!important}}@media screen and (min-width:768px){.o-list--4up{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 6.5%}.o-list--4up .o-list__column:before{left:-7%}}@media screen and (min-width:1024px){.o-list--4up{grid-template-columns:repeat(4,1fr);grid-gap:0 4.5%}.o-list--4up .o-list__column:before{left:-10.5%}}@media screen and (min-width:768px)and (max-width:1023px){.o-list--4up .o-list__column:nth-child(n+3){padding-top:20px}.o-list--4up .o-list__column:nth-child(n+3):after{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-color:var(--colorSeparator);mix-blend-mode:multiply}.o-list--4up .o-list__column:last-of-type,.o-list--4up .o-list__column:nth-last-of-type(2){padding-bottom:0}}@media screen and (min-width:768px){.o-list-expanded{position:relative}}.o-list-expanded .o-list-expanded__cta{display:block}.o-list-expanded .o-list__header{border-bottom:0;display:flex;justify-content:space-between;margin-bottom:8px;text-align:left;align-items:center}.o-list-expanded .m-promo-simple .m-promo__description{display:none}.o-list-expanded .m-promo-simple:last-child{border-bottom:0}.o-list-expanded[data-hascta] .o-list__items .m-promo:last-child{border-bottom:1px solid var(--colorSeparator)}.o-list.o-list--contributors{margin-top:0;display:flex;flex-flow:row wrap;justify-content:center}.o-list.o-list--contributors [data-list-loadmore-pagination] a:first-child{display:none}.o-list.o-list--contributors [data-list-loadmore-pagination] a:last-child{display:inline-block}.o-list.o-list--contributors .m-promo__title{font-size:18px;line-height:1.1em;color:#000}@media screen and (max-width:767px){.o-list.o-list--contributors .m-promo--contributor .m-promo__description{font-size:10.5px}}@media screen and (min-width:768px){.o-list.o-list--contributors .m-promo--contributor .m-promo__title{margin-top:20px}}.o-list.o-list--contributors .o-list__contributor{flex:0 0 auto}@media screen and (max-width:767px){.o-list.o-list--contributors .o-list__contributor{width:calc(50vw - 32.5px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.o-list.o-list--contributors .o-list__contributor{width:calc(37.5vw - 58.75px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-list.o-list--contributors .o-list__contributor{width:calc(16.66667vw - 45.83333px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-list.o-list--contributors .o-list__contributor{width:calc(16.66667vw - 60px);margin-left:50px}}@media screen and (min-width:1440px){.o-list.o-list--contributors .o-list__contributor{width:170px;margin-left:60px}}@media screen and (max-width:1023px){.o-list.o-list--contributors .o-list__contributor:nth-child(odd){margin-left:0!important}}@media screen and (min-width:768px){.o-list.o-list--contributors .o-list__contributor:nth-child(6n+1){margin-left:0!important}}.o-list.o-list--contributors+.o-list__cta{margin-top:20px}@media screen and (min-width:768px){.o-list.o-list--contributors+.o-list__cta{margin-top:30px}}@media screen and (min-width:1024px){.o-list.o-list--contributors+.o-list__cta{margin-top:5px}}.o-listing__list:hover .m-promo.m-promo--saved-item .m-promo__saved-item{color:var(--colorText--contrast);transition:color .125s cubic-bezier(.59,.01,.37,.975)}.o-listing__list:hover .m-promo.m-promo--saved-item:hover .m-promo__saved-item{color:var(--colorText)}.o-listing__empty{margin-top:25px}.o-listing__empty svg{vertical-align:bottom;display:inline;margin-left:-2px;position:relative;width:24px;height:24px;fill:none;stroke-width:2.5px;stroke:currentColor}.Page-layoutTwoCols .Page-MainContent .ListSponsorLevel .m-banner,.Page-layoutTwoCols main .ListSponsorLevel .m-banner{margin-bottom:13px}.ListSponsorLevel .ListSponsorLevelSublist{padding-bottom:30px;border-bottom:1px solid var(--colorSeparator)}.ListSponsorLevel .ListSponsorLevelSublist:last-child{border-bottom:0}.ListSponsorLevel .ListSponsorLevelSublist-title{margin-bottom:13px;text-align:center}.ListSponsorLevel .LogoImage{height:105px;width:100%;border:0}.ListSponsorLevel .m-list__items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px 30px}.ListSponsorLevel .m-list__items .ListSponsorLevelSublist{grid-column:1/3}@media screen and (min-width:768px){.ListSponsorLevel .m-list__items{grid-template-columns:repeat(3,1fr);grid-gap:15px 60px}.ListSponsorLevel .m-list__items .ListSponsorLevelSublist{grid-column:1/4}}.m-link-list{margin-top:30px}.m-link-list .a-link{display:block;margin-bottom:20px;-moz-column-break-inside:avoid;break-inside:avoid}.m-link-list .a-link:hover{color:var(--colorText--hover)}.m-index-list__item:not(:first-child) .m-link-list{margin-top:50px}.m-link-list__items{width:100%}@media screen and (min-width:768px){.m-link-list__items{-moz-columns:3;column-count:3;-moz-column-rule:1px solid var(--colorSeparator);column-rule:1px solid var(--colorSeparator);-moz-column-fill:balance;column-fill:balance;-moz-column-gap:40px;column-gap:40px}}@media screen and (min-width:1024px){.m-link-list__items{-moz-columns:4;column-count:4;-moz-column-gap:35px;column-gap:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-link-list__items{-moz-column-gap:50px;column-gap:50px}}@media screen and (min-width:1440px){.m-link-list__items{-moz-column-gap:60px;column-gap:60px}}.m-link-list[data-has-title]{display:flex;flex-flow:row wrap;flex-wrap:wrap}@media screen and (max-width:767px){.m-link-list[data-has-title]{margin-left:-25px}@supports(-ms-ime-align:auto){.m-link-list[data-has-title]{width:calc(100% + 26px)}}}@media screen and (min-width:768px)and (max-width:1023px){.m-link-list[data-has-title]{margin-left:-40px}@supports(-ms-ime-align:auto){.m-link-list[data-has-title]{width:calc(100% + 41px)}}}@media screen and (min-width:1024px)and (max-width:1279px){.m-link-list[data-has-title]{margin-left:-35px}@supports(-ms-ime-align:auto){.m-link-list[data-has-title]{width:calc(100% + 36px)}}}@media screen and (min-width:1280px)and (max-width:1439px){.m-link-list[data-has-title]{margin-left:-50px}@supports(-ms-ime-align:auto){.m-link-list[data-has-title]{width:calc(100% + 51px)}}}@media screen and (min-width:1440px){.m-link-list[data-has-title]{margin-left:-60px}@supports(-ms-ime-align:auto){.m-link-list[data-has-title]{width:calc(100% + 61px)}}}@media screen and (min-width:768px){.m-link-list[data-has-title]{flex-wrap:nowrap}}.m-link-list[data-has-title] .m-link-list__title{flex:0 0 auto}@media screen and (max-width:767px){.m-link-list[data-has-title] .m-link-list__title{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-link-list[data-has-title] .m-link-list__title{width:calc(25vw - 52.5px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-link-list[data-has-title] .m-link-list__title{width:calc(25vw - 51.25px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-link-list[data-has-title] .m-link-list__title{width:calc(25vw - 65px);margin-left:50px}}@media screen and (min-width:1440px){.m-link-list[data-has-title] .m-link-list__title{width:285px;margin-left:60px}}@media screen and (max-width:767px){.m-link-list[data-has-title] .m-link-list__title{padding-bottom:15px;margin-bottom:10px;border-bottom:1px solid var(--colorSeparator)}}@media screen and (min-width:768px){.m-link-list[data-has-title] .m-link-list__title{margin-top:-10px}.m-index-list .m-link-list[data-has-title] .m-link-list__title{padding-left:50px;opacity:.1;transition:opacity .12s cubic-bezier(.59,.01,.37,.975)}.s-high-contrast .m-index-list .m-link-list[data-has-title] .m-link-list__title{opacity:1}}.m-index-list .is-active .m-link-list[data-has-title] .m-link-list__title{opacity:1}.m-link-list[data-has-title] .m-link-list__items{flex:0 0 auto}@media screen and (max-width:767px){.m-link-list[data-has-title] .m-link-list__items{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-link-list[data-has-title] .m-link-list__items{width:calc(75vw - 77.5px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-link-list[data-has-title] .m-link-list__items{width:calc(75vw - 83.75px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-link-list[data-has-title] .m-link-list__items{width:calc(75vw - 95px);margin-left:50px}}@media screen and (min-width:1440px){.m-link-list[data-has-title] .m-link-list__items{width:975px;margin-left:60px}}@media screen and (min-width:768px){.m-link-list[data-has-title] .m-link-list__items{position:relative;-moz-columns:2;column-count:2}.m-link-list[data-has-title] .m-link-list__items:before{content:"";position:absolute;left:-20px;top:0;height:100%;width:1px;background:var(--colorSeparator)}}@media screen and (min-width:1024px){.m-link-list[data-has-title] .m-link-list__items{-moz-columns:3;column-count:3}.m-link-list[data-has-title] .m-link-list__items:before{left:-17.5px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-link-list[data-has-title] .m-link-list__items:before{left:-25px}}@media screen and (min-width:1440px){.m-link-list[data-has-title] .m-link-list__items:before{left:-30px}}.ListVideos .m-promo{margin-bottom:0}.ListVideos-items-item,.ListVideos-lead{position:relative}.ListVideos-items{padding-top:30px}.ListVideos-items-item{position:relative}.ListVideos-items-item:before{content:"";position:absolute;left:-30px;top:0;bottom:0;height:100%;width:1px;background-color:var(--colorSeparator)}@media screen and (max-width:767px){.ListVideos{display:block}}@media screen and (min-width:768px){.ListVideos-items{display:grid;grid-gap:0 60px;grid-template-columns:repeat(3,1fr)}.ListVideos-lead{grid-column:1/3;grid-row:1/3}}@media screen and (min-width:768px)and (max-width:1023px){.ListVideos-items-item:nth-child(3n+1):not(:nth-child(3)):before{content:none}}@media screen and (min-width:1024px){.ListVideos-items{grid-template-columns:repeat(4,1fr)}.ListVideos-items-item:nth-child(4n+2):not(:nth-child(2)):before{content:none}}.m-index-list{position:relative;overflow:initial}.m-index-list ps-index-list{display:block}.m-index-list__nav--mobile{margin-top:25px;margin-bottom:-10px}.m-index-list__nav--mobile .a-select{width:100%}.m-index-list__nav--mobile select{display:block}@media screen and (min-width:768px){.m-index-list__nav--mobile{display:none}}.m-index-list__nav-wrapper{position:absolute;top:0;left:0;height:100%;z-index:3}@media screen and (max-width:767px){.m-index-list__nav-wrapper{display:none}}.m-index-list__nav{position:sticky;display:flex;flex-direction:column;top:100px;border:1px solid var(--colorSeparator);border-radius:10px;transition:top .34s cubic-bezier(.59,.01,.37,.975)}.s-nav-is-fixed:not(.s-nav-is-hiding) .m-index-list__nav{top:80px}@media screen and (min-width:1024px){.s-nav-is-fixed:not(.s-nav-is-hiding) .m-index-list__nav{top:100px}}.m-index-list__link{width:18px;height:18px;margin:1px 0;line-height:16px;padding-left:1px;border:1px solid transparent;border-radius:100%;color:var(--colorText--contrast);text-align:center}.m-index-list__link:after,.m-index-list__link:before{content:none}.m-index-list__link.is-active,.m-index-list__link:hover{color:var(--colorText);border-color:var(--colorText)}.m-index-list__link:first-child{margin-top:0}.m-index-list__link:last-child{margin-bottom:0}.ContentEnhancementHeroList .m-banner{margin-bottom:30px}.ContentEnhancementHeroList-items-item{padding-bottom:100px}.ContentEnhancementHeroList-items-item:not(:first-child){padding-top:30px;border-top:1px solid var(--colorSeparator)}[data-size-variant=small] .ContentEnhancementHeroList-items-item{padding-bottom:70px}.ContentEnhancementHeroList-items-item:last-child{padding-bottom:10px}[data-list-loadmore-pagination] a:first-child{display:none}[data-list-loadmore-pagination] a:last-child{display:inline-block}.Enhancement-item>.LyticsList>.Module{padding-top:0;padding-bottom:0}.Enhancement-item>.LyticsList>.Module .m-banner h2{margin-top:0}.LyticsList[data-liststyle=ListHorizontalNoDescription] .m-promo__description{display:none!important}@media screen and (min-width:1024px){.Module--ContextAside .m-submit-module{flex-wrap:wrap;flex-direction:column}.Module--ContextAside .m-submit-module.Module{padding-top:11px;padding-bottom:49px}.Module--ContextAside .m-submit-module__content{max-width:100%}.Module--ContextAside .m-submit-module__title{font-size:27px;line-height:1.11}.Module--ContextAside .m-submit-module__description{font-size:12.5px}.Module--ContextAside .m-submit-module .a-button{width:100%;margin-top:30px}}@media screen and (max-width:767px){.m-submit-module{flex-wrap:wrap;flex-direction:column}.m-submit-module.Module{padding-top:11px;padding-bottom:49px}.m-submit-module__content{max-width:100%}.m-submit-module__title{font-size:27px;line-height:1.11}.m-submit-module__description{font-size:12.5px}.m-submit-module .a-button{width:100%;margin-top:30px}}.m-submit-module{position:relative;padding:20px;background-color:var(--colorBackground--highlight);color:var(--colorText--reversed)}.m-submit-module .Module-triangle{border-right-color:var(--colorButton--fourth)}@media screen and (min-width:768px){.m-submit-module{padding-bottom:45px}}@media screen and (min-width:1024px){.m-submit-module{padding-top:45px;padding-bottom:65px}}.m-submit-module .a-button{background:var(--colorButton--fourth);color:var(--colorButton--fourth--txt)}.m-submit-module .a-button:hover{background:var(--colorButton--fourth--hover);color:var(--colorButton--fourth--txtHover)}@media screen and (max-width:767px){.m-submit-module .a-button{display:block;margin-bottom:25px}}@media screen and (min-width:768px){.m-submit-module .a-button{margin:0 5px 25px 0}}@media screen and (min-width:1024px){.m-submit-module .a-button{height:60px;line-height:60px;min-width:285px}}.m-submit-module .a-link{display:table;position:relative;margin-bottom:7px;padding-left:20px;color:var(--colorText--highlight-light)}.m-submit-module .a-link:after,.m-submit-module .a-link:before{content:"";position:absolute;left:0}.m-submit-module .a-link:before{top:9px;width:9px;height:1px;background-color:currentColor}.m-submit-module .a-link:after{top:6px;left:2px;width:7px;height:7px;border-right:1px solid;border-bottom:1px solid;transform:rotate(-45deg)}.m-submit-module .a-link:hover{color:var(--colorText--reversed)}.m-submit-module__title{width:100%;padding:0 20px}@media screen and (min-width:768px){.m-submit-module__title{margin-top:16px}}.m-submit-module__description{width:100%;max-width:630px;padding:0 20px}@media screen and (max-width:767px){.m-submit-module__cta{padding:0 35px}}@media screen and (max-width:500px){.m-submit-module__cta{padding-left:0;padding-right:0}}.m-submit-module.m-submit-module--button .m-submit-module__cta{padding-top:30px}.m-submit-module.m-submit-module--button .m-submit-module__title{padding-bottom:20px}.m-submit-module.m-submit-module--button .m-submit-module__cta,.m-submit-module.m-submit-module--button .m-submit-module__description,.m-submit-module.m-submit-module--button .m-submit-module__title{text-align:center;margin:0 auto;max-width:730px}.m-submit-module.m-submit-module--links-list{padding:30px}@media screen and (min-width:1024px){.m-submit-module.m-submit-module--links-list{padding:40px}}.m-submit-module.m-submit-module--links-list .m-submit-module__body{padding:0;margin:0 auto}@media screen and (min-width:768px){.m-submit-module.m-submit-module--links-list .m-submit-module__body{text-align:left;display:flex;align-items:flex-start;flex-wrap:nowrap}}@media screen and (min-width:768px)and (max-width:1023px){.m-submit-module.m-submit-module--links-list .m-submit-module__body{max-width:580px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-submit-module.m-submit-module--links-list .m-submit-module__body{max-width:780px}}@media screen and (min-width:1280px){.m-submit-module.m-submit-module--links-list .m-submit-module__body{max-width:930px}}.Module--ContextAside .m-submit-module.m-submit-module--links-list .m-submit-module__body{text-align:center;display:block;width:100%}.m-submit-module.m-submit-module--links-list .a-link{text-align:left}.m-submit-module.m-submit-module--links-list .m-submit-module__title{margin:0;padding:0}@media screen and (max-width:767px){.m-submit-module.m-submit-module--links-list .m-submit-module__title{font-size:27px;margin:0 auto;text-align:center;line-height:normal;padding-bottom:20px}}@media screen and (min-width:1024px){.m-submit-module.m-submit-module--links-list .m-submit-module__title{width:40%}}.Module--ContextAside .m-submit-module.m-submit-module--links-list .m-submit-module__title{margin:0 auto;text-align:center;padding-bottom:20px;width:100%}.m-submit-module.m-submit-module--links-list .m-submit-module__description{padding:0;margin:15px 0 20px}@media screen and (max-width:767px){.m-submit-module.m-submit-module--links-list .m-submit-module__description{margin:0 auto;text-align:center;line-height:normal}}.Module--ContextAside .m-submit-module.m-submit-module--links-list .m-submit-module__description{margin:0 auto;text-align:center;line-height:normal}.m-submit-module.m-submit-module--links-list .m-submit-module__cta:after,.m-submit-module.m-submit-module--links-list .m-submit-module__cta:before{content:none}@media screen and (max-width:767px){.m-submit-module.m-submit-module--links-list .m-submit-module__cta{padding:20px 0 0;margin:30px 0;border-top:1px solid var(--colorSeparator--reversed)}}.Module--ContextAside .m-submit-module.m-submit-module--links-list .m-submit-module__cta{padding:20px 0 0;margin:30px 0;border-top:1px solid var(--colorSeparator--reversed)}@media screen and (min-width:768px)and (max-width:1023px){.m-submit-module.m-submit-module--links-list .m-submit-module__content{margin-left:25px;min-width:320px}}@media screen and (min-width:1024px){.m-submit-module.m-submit-module--links-list .m-submit-module__content{margin-left:40px}}.Module--ContextAside .m-submit-module.m-submit-module--links-list .m-submit-module__content{margin-left:0}@media screen and (min-width:1024px){.Enhancement .m-submit-module.m-submit-module--links-list .m-submit-module__content{max-width:320px}}.m-specialreport-module{position:relative;color:var(--colorText)}.m-specialreport-module.Module{background-color:var(--module-bg-color,var(--colorBackground--highlight,transparent));padding-top:20px;padding-bottom:20px}@media screen and (min-width:768px){.m-specialreport-module.Module{padding-bottom:45px}}@media screen and (min-width:1024px){.m-specialreport-module.Module{padding-top:45px;padding-bottom:65px}}@media screen and (max-width:767px){.m-specialreport-module .m-banner h2{font-size:13px}}.m-specialreport-module__allreports{position:absolute;top:80px}@media screen and (max-width:767px){.m-specialreport-module__allreports .a-link__icon{width:15px;height:15px}}.m-specialreport-module__allreports a{display:inline-flex}@media screen and (min-width:768px)and (max-width:1023px){.m-specialreport-module__allreports{font-size:10.5px}}@media screen and (min-width:768px){.m-specialreport-module__allreports{display:inline-block;right:20px;bottom:auto;position:absolute;top:auto}.HeaderBannerMain .m-specialreport-module__allreports{right:0}}@media screen and (min-width:1024px){.HeaderBannerMain .m-specialreport-module__allreports{right:20px}}.m-submit-module__sponsor{display:flex;flex-direction:column;text-transform:none}@media screen and (min-width:768px)and (max-width:1023px){.m-submit-module__sponsor{max-width:250px;text-align:right;line-height:normal}}@media screen and (min-width:1024px){.m-submit-module__sponsor{max-width:300px;text-align:right;line-height:normal}}.m-submit-module__sponsor span{display:inline-block;text-transform:none}.m-specialreport-module__content{margin-top:30px;text-align:center;display:flex;flex-direction:column;padding-top:40px}@media screen and (min-width:768px){.m-specialreport-module__content{flex-direction:row;justify-content:center;align-items:center}}.m-specialreport__promo{order:2;margin-top:30px}@media screen and (min-width:768px){.m-specialreport__promo{order:1;width:50%;text-align:center;padding:0 30px;margin-top:0}}.m-specialreport__promoImage{order:1}@media screen and (min-width:768px){.m-specialreport__promoImage{order:2;width:50%}}.m-specialreport__promoImage img{max-width:650px;width:100%;height:auto}.m-specialreport-module__tag{display:inline-block;width:100%;color:var(--colorText--highlight)}.m-specialreport-module__tag:hover{color:var(--colorText)}.m-specialreport-module__title{text-transform:uppercase;margin-bottom:20px;margin-top:10px}@media screen and (min-width:1024px){.m-specialreport-module__title{font-size:45px;line-height:1.2}}.m-specialreport-module__description{margin-bottom:20px}.m-specialreport-module__items{display:flex;margin-top:30px;border-top:1px solid var(--colorSeparator);padding-top:30px;justify-content:space-between;flex-wrap:wrap}.m-specialreport-module__items .m-promo{width:100%;padding:0 15px 30px;border-bottom:1px solid var(--colorSeparator)}.m-specialreport-module__items .m-promo .m-promo__description{display:none}@media screen and (min-width:768px)and (max-width:1023px){.m-specialreport-module__items .m-promo{width:49%;border-left:1px solid var(--colorSeparator);margin-bottom:0;border-bottom:0}.m-specialreport-module__items .m-promo:nth-child(odd){border-left:0}.m-specialreport-module__items .m-promo:nth-last-child(2){padding-bottom:0}.m-specialreport-module__items .m-promo:nth-last-child(2) .m-promo__content{border-bottom:0}.m-specialreport-module__items .m-promo:last-child{padding-bottom:0}.m-specialreport-module__items .m-promo:last-child .m-promo__content{border-bottom:0}.m-specialreport-module__items .m-promo .m-promo__content{border-bottom:1px solid var(--colorSeparator);padding-bottom:30px;width:100%}}@media screen and (min-width:1024px){.m-specialreport-module__items .m-promo{width:24%;border-left:1px solid var(--colorSeparator);border-bottom:0}.m-specialreport-module__items .m-promo:first-child{border-left:0;padding-left:0}}.m-submit-module__articles{text-align:center}@media screen and (min-width:768px){.m-submit-module__articles{margin-top:40px}}.m-specialreport-module__cta .a-button{font-size:8px;padding:15px;height:auto}@media screen and (min-width:1024px){.m-specialreport-module__cta .a-button{font-size:9px}}ps-uncollapseviaurl[data-collapse-toggle*='"state":"collapsed"']{max-height:0;overflow:hidden;padding-top:0!important;padding-bottom:0!important}ps-uncollapseviaurl[data-collapse-toggle*='"state":"expanded"']{max-height:unset}.Page-below .Module--fullWidth,.Page-main .Module--Contextyarn .Module--fullWidth{width:100vw;margin-left:50%;transform:translateX(-50%)}.show-subnav .m-nav__item{display:none}.show-subnav .m-nav__item.is-active{display:block}.o-header__nav-wrapper{position:absolute;width:100%;transition:opacity .14s cubic-bezier(.59,.01,.37,.975),visibility .14s cubic-bezier(.59,.01,.37,.975);visibility:hidden;opacity:0;overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media screen and (max-width:767px){.s-nav-open .o-header__nav-wrapper{position:static!important;order:5}}@media screen and (max-width:1023px){.o-header__nav-wrapper{height:100%}}@media screen and (min-width:768px){.o-header__nav-wrapper{height:calc(100vh - var(--headerHeight));top:calc(1px + var(--headerHeight));left:0}}@media screen and (min-width:1024px){.o-header__nav-wrapper{background-color:var(--colorBackground)}}.s-nav-open .o-header__nav-wrapper{visibility:visible;opacity:1}.s-nav-is-hiding.HasSpecialReportsHeader .o-header__nav-wrapper,.s-nav-is-hiding.SpecialReportsPage .o-header__nav-wrapper{transform:translateY(calc(var(--headerHeight) - 1px));height:calc(100vh - var(--headerHeight) + 1px)}.o-header__nav{min-height:100%}@media screen and (min-width:1024px){.o-header__nav{height:100%}}@media screen and (max-width:1023px){.o-header__nav{background:#fff}}.m-nav{height:100%}@media screen and (max-width:1023px){.m-nav{max-width:365px;overflow:hidden;background-color:var(--colorBackground)}}@media screen and (max-width:767px){.m-nav{max-width:100vw}}.m-nav__container{display:flex;flex-wrap:wrap}@media screen and (min-width:1024px){.m-nav__container{flex-wrap:nowrap;padding-top:45px;padding-bottom:45px}}@media screen and (max-width:1023px){.m-nav__container{position:relative;width:100%;min-height:100%;padding-right:20px;padding-bottom:130px;align-content:flex-start;transition:transform .24s cubic-bezier(.59,.01,.37,.975)}.show-subnav .m-nav__container{transform:translateX(-100%)}}.m-nav__section{width:100%}@media screen and (min-width:1024px){.m-nav__section{position:relative;width:25%;padding-right:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-nav__section{padding-right:50px}}@media screen and (min-width:1440px){.m-nav__section{padding-right:60px}}.m-nav__section:not(:first-child):before{content:none;position:absolute;left:-17.5px;top:0;height:100%;width:1px;background-color:var(--colorSeparator)}@media screen and (min-width:1024px){.m-nav__section:not(:first-child):before{content:""}}@media screen and (min-width:1280px)and (max-width:1439px){.m-nav__section:not(:first-child):before{left:-25px}}@media screen and (min-width:1440px){.m-nav__section:not(:first-child):before{left:-30px}}@media screen and (max-width:1023px){.m-nav__section:last-child{margin-top:26px;border-top:1px solid var(--colorSeparator)}}.m-nav__item{padding-top:24px}@media screen and (min-width:1024px){.m-nav__item{padding-top:0}.m-nav__item:not(:first-child){padding-top:44px}}.m-nav__item a:hover{color:var(--colorText--hover)}.m-nav__item a[target=_blank]{color:var(--colorText--highlight-light)}.m-nav__item a[target=_blank]:hover{color:var(--colorText--highlight)}@media screen and (min-width:1024px){.m-nav__section:last-child .m-nav__item:not(:first-child){padding-top:25px}}@media screen and (max-width:1023px){.m-nav__item__link{display:block}.m-nav__item__link .a-link__external{float:right;margin-top:10px}[data-has-subnav] .m-nav__item__link{position:relative}[data-has-subnav] .m-nav__item__link:after{content:"";position:absolute;margin:0;right:1px;top:6px;width:6px;height:6px;border-left:1px solid var(--colorText);border-top:1px solid var(--colorText);transform:rotate(135deg)}}@media screen and (min-width:1024px){.m-nav__sub{padding-top:23px}}@media screen and (max-width:1023px){.m-nav__sub{position:relative;width:100%;top:0;left:40px;transform:translateX(100%);display:none}[data-has-subnav].is-active .m-nav__sub{display:block;margin-top:-40px}.m-nav__sub .m-nav__sub__title{padding-left:0;padding-right:0;margin:0}}.m-nav__sub__item{padding-top:20px}@media screen and (min-width:1024px){.m-nav__sub__item:first-child{padding-top:0}}.m-nav__sub__title{display:block;padding:26px 50px 28px;margin-left:-45px;margin-right:-20px;margin-bottom:5px;border-bottom:1px solid var(--colorSeparator);text-align:center}@media screen and (min-width:1024px){.m-nav__sub__title{display:none}}.m-nav__sub__back{position:absolute;top:0;left:7px;width:30px;height:70px}.m-nav__sub__back:after{content:"";position:absolute;left:50%;top:32px;width:6px;height:6px;border-left:1px solid var(--colorText);border-top:1px solid var(--colorText);transform:rotate(-45deg)}@media screen and (max-width:767px){.m-nav__sub__back:after{left:0}}@media screen and (min-width:768px)and (max-width:1023px){.m-nav__sub__back{left:30px}}@media screen and (min-width:1024px){.m-nav__sub__back{display:none}}.m-pagination{display:flex;justify-content:space-evenly;padding-top:45px}@media screen and (min-width:768px)and (max-width:1023px){.m-pagination{font-size:12.5px;font-weight:500}}.m-pagination [disabled]{pointer-events:none}.m-pagination__btns .a-button.a-button--cta{min-width:0;padding-left:25px;padding-right:25px}@media screen and (max-width:767px){.m-pagination__next .a-button.a-button--cta,.m-pagination__prev .a-button.a-button--cta{position:relative;padding:0;width:45px}}@media screen and (max-width:767px){.m-pagination__next .a-button.a-button--cta span,.m-pagination__prev .a-button.a-button--cta span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}}.m-pagination__next svg,.m-pagination__prev svg{position:absolute;left:6px;top:7px;margin:0;width:30px;height:30px;fill:currentColor}@media screen and (min-width:768px){.m-pagination__next svg,.m-pagination__prev svg{display:none}}.m-pagination__next svg{left:8px}.m-pagination__pages{display:flex}.m-pagination__pages .a-link{min-width:45px;padding-left:3px;padding-right:3px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;font-size:12.5px}.m-pagination__pages .a-link.is-active{border-color:var(--colorButton--cta--border)}.m-pagination__pages .a-link:hover{border-color:var(--colorButton--cta--border--hover)}@media screen and (max-width:767px){.m-pagination__pages .a-link{display:none}.m-pagination__pages .a-link.is-active{display:flex;border-color:transparent}}.m-pagination__spacer{display:inline-block;width:45px;height:45px;line-height:43px;text-align:center}@media screen and (max-width:767px){.m-pagination__spacer{display:none}}.m-subnav-container{display:block;background-color:var(--subnavBackground);box-shadow:inset -1px -1px 1px var(--colorSeparator);margin-bottom:-1px;width:100%}.m-subnav-container:before{border-color:var(--colorSeparator)}.m-subnav-container.m-subnav--topics{box-shadow:inset -1px -1px 1px var(--colorSeparator)}.m-subnav-container.m-subnav--topics:before{content:none}.m-subnav-container.m-subnav--topics.is-scrollable{border-bottom:0;margin-left:-20px}@media screen and (min-width:768px)and (max-width:1023px){.m-subnav-container.m-subnav--topics.is-scrollable{margin-left:-45px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-subnav-container.m-subnav--topics.is-scrollable{margin-left:-50px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-subnav-container.m-subnav--topics.is-scrollable{margin-left:-55px}}@media screen and (min-width:1440px){.m-subnav-container.m-subnav--topics.is-scrollable{margin-left:0;margin-right:0}}.m-subnav-container.m-subnav--topics.is-scrollable:before{content:""}.m-subnav-container.m-subnav--topics.is-scrollable:after{content:"";position:absolute;right:0;top:0;height:100%;width:40px;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff)}.m-subnav{padding:19px 0 20px}.m-subnav [data-secondary-nav-more] .a-dropdown__element a,.m-subnav [data-secondary-nav-more] [data-dropdown-trigger]{font-size:13px;text-transform:uppercase;letter-spacing:1.3px;white-space:nowrap}@media screen and (max-width:767px){.m-subnav [data-secondary-nav-more] .a-dropdown__element a,.m-subnav [data-secondary-nav-more] [data-dropdown-trigger]{font-size:9px}}@media screen and (min-width:768px)and (max-width:1023px){.m-subnav [data-secondary-nav-more] .a-dropdown__element a,.m-subnav [data-secondary-nav-more] [data-dropdown-trigger]{font-size:11px}}.Page-pageHeading~.m-subnav-container .m-subnav,.Page-pageHeading~.m-subnav-container .m-subnav [data-secondary-nav-more] .a-dropdown__element a,.Page-pageHeading~.m-subnav-container .m-subnav [data-secondary-nav-more] [data-dropdown-trigger]{letter-spacing:normal;font-size:12.5px;text-transform:none;letter-spacing:unset}@media screen and (min-width:768px)and (max-width:1023px){.m-subnav{padding-top:24px;padding-bottom:24px}}@media screen and (min-width:1024px){.m-subnav{padding-top:30px;padding-bottom:30px}}.m-subnav--topics .m-subnav{text-transform:none;padding:10px 0 14px}@media screen and (min-width:768px)and (max-width:1023px){.m-subnav--topics .m-subnav{padding:20px 0 24px}}@media screen and (min-width:1024px){.m-subnav--topics .m-subnav{padding:25px 0 29px}}.is-scrollable .m-subnav{overflow-x:scroll}.m-subnav__list{display:flex;justify-content:center;align-items:center}.is-scrollable .m-subnav__list{justify-content:flex-start;padding-left:20px}.m-subnav__item{margin:0 10px}@media screen and (min-width:768px)and (max-width:1023px){.m-subnav__item{margin:0 12px}}@media screen and (min-width:1024px){.m-subnav__item{margin:0 15px}}.is-scrollable .m-subnav__item:last-child{padding-right:30px}.m-subnav__item .a-dropdown__trigger{position:relative;padding-right:16px}.m-subnav__item .a-dropdown__trigger:hover{color:var(--colorText--hover)}.m-subnav__item .a-dropdown__trigger:after{content:"";position:absolute;right:2px;top:7px;padding:0;margin:0;width:0;height:0;border-color:currentcolor transparent transparent;border-style:solid;border-width:5px 4.5px 0}.m-subnav__item .a-dropdown.is-active .a-dropdown__trigger:after{transform:rotate(180deg)}.m-subnav__link{white-space:nowrap}.m-subnav__link:hover{color:var(--colorText--hover)}.m-subnav__link[target=_blank]{color:var(--colorText--highlight-light)}.m-subnav__link[target=_blank]:hover{color:var(--colorText--highlight)}.m-subnav-container.is-scrollable .a-dropdown{display:inline-block}.m-subnav-container.is-scrollable .a-dropdown__trigger{display:none}.m-subnav-container.is-scrollable .a-dropdown__element{opacity:1;visibility:visible;position:relative;padding:0;bottom:auto;left:auto;min-width:0;background:transparent;border:0;white-space:nowrap;transform:none!important}.m-subnav-container.is-scrollable .a-dropdown__element li{display:inline-block;margin:0 10px}@media screen and (min-width:768px)and (max-width:1023px){.m-subnav-container.is-scrollable .a-dropdown__element li{margin:0 12px}}@media screen and (min-width:1024px){.m-subnav-container.is-scrollable .a-dropdown__element li{margin:0 15px}}.m-subnav-container.is-scrollable .a-dropdown__element .m-subnav__link{display:inline-block;padding:0;color:var(--colorText)}.m-subnav-container.is-scrollable .a-dropdown__element .m-subnav__link:hover{color:var(--colorText--hover)}.m-tag-navigation{display:flex;width:100%;padding-top:19px;margin-bottom:-10px;border-top:1px solid var(--colorSeparator)}@media screen and (min-width:1024px){.m-tag-navigation{padding-top:14px}}.m-tag-navigation .m-tag-navigation__items,.m-tag-navigation .m-tag-navigation__title{display:inline-block}.m-tag-navigation .a-link{display:inline-block;height:30px;padding:0 18px;margin:0 1px 10px 0;line-height:28px;color:var(--colorText--contrast);border:1px solid var(--colorButton--cta--border);border-radius:40px}.m-tag-navigation .a-link:after,.m-tag-navigation .a-link:before{content:none}@media screen and (min-width:1024px){.m-tag-navigation .a-link{height:40px;line-height:38px;padding:0 20px}}.m-tag-navigation .a-link:hover{border-color:var(--colorSeparator--dark);color:var(--colorText)}.m-tag-navigation__title{vertical-align:top;margin-top:4px;margin-right:16px;flex-shrink:0}@media screen and (min-width:768px){.m-tag-navigation__title{margin-top:5px}}@media screen and (min-width:1024px){.m-tag-navigation__title{margin-top:10px}}.ProductPage .m-article-lead--sponsor{background:var(--colorBackground--sponsor)}.ProductPage [data-sponsored-content] .m-article-lead--sponsor,.ProductPage [data-sponsored-content] .m-article-title.m-article-title--sponsor{background:transparent}.ProductPage .Page-layout{margin-top:30px}.ProductPage .o-header__progress{display:none}.ProductPage.s-nav-is-fixed.s-nav-is-hiding .o-header__bar-wrapper{transform:none}.ProductPage.s-nav-is-fixed.s-nav-is-hiding .o-header__articleBar-wrapper{display:none}.ProductPage .m-tag-navigation{margin-left:0;width:100%}.ProductPage-mainContent{position:relative;margin-bottom:30px}.ProductPage-intro{font-weight:400;margin-bottom:30px}.m-productbar{position:relative;display:flex;flex-wrap:wrap;width:100%;border-bottom:1px solid var(--colorSeparator);padding-top:20px;padding-bottom:20px;margin-top:30px}.m-productbar:after{content:"";position:absolute;width:100%;height:1px;left:0;top:0;background-color:var(--colorSeparator);mix-blend-mode:multiply}.m-productbar__alert{color:var(--colorText--error)}.m-productbar__success{color:var(--colorText--success)}.m-productbar--sponsor{position:relative;background-color:var(--colorBackground--sponsor);border-bottom:0}.m-productbar--sponsor:before{content:"";position:absolute;z-index:-1;left:-20px;right:-20px;top:0;bottom:0;background-color:inherit;pointer-events:none}@media screen and (min-width:768px)and (max-width:1023px){.m-productbar--sponsor:before{left:-45px;right:-45px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-productbar--sponsor:before{left:-50px;right:-50px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-productbar--sponsor:before{left:-55px;right:-55px}}@media screen and (min-width:1440px){.m-productbar--sponsor:before{left:-99em;right:-99em}}.m-productbar__cta,.m-productbar__date,.m-productbar__info{width:100%;flex-shrink:0}@media screen and (min-width:768px)and (max-width:1023px){.m-productbar__date{width:calc(12.5vw - 6.25px);padding-right:20px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-productbar__date{width:calc(8.33333vw - 5.41667px);padding-right:17.5px}.m-productbar--multiple-dates .m-productbar__date{width:calc(16.66667vw - 10.83333px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-productbar__date{width:calc(8.33333vw - 5px);padding-right:25px}.m-productbar--multiple-dates .m-productbar__date{width:calc(16.66667vw - 10px)}}@media screen and (min-width:1440px){.m-productbar__date{width:115px;padding-right:30px}.m-productbar--multiple-dates .m-productbar__date{width:230px}}.m-productbar__date__month{display:block}@media screen and (min-width:1024px){.m-productbar__date__month{margin-top:-1px}}.m-productbar__date__day{display:block}.m-productbar__info{display:inline-flex;position:relative}.m-productbar__info:before{content:none;position:absolute;right:0;top:0;height:100%;width:1px;background-color:var(--colorSeparator);mix-blend-mode:multiply}@media screen and (min-width:768px)and (max-width:1023px){.m-productbar__info{flex-wrap:wrap;margin-top:-4px;width:calc(37.5vw - 18.75px)}}@media screen and (min-width:1024px)and (max-width:1279px){.m-productbar__info{width:calc(66.66667vw - 43.33333px)}.m-productbar--multiple-dates .m-productbar__info{width:calc(58.33333vw - 37.91667px)}.m-productbar__info:before{content:"";right:17.5px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-productbar__info{width:calc(66.66667vw - 40px)}.m-productbar--multiple-dates .m-productbar__info{width:calc(58.33333vw - 35px)}.m-productbar__info:before{content:"";right:25px}}@media screen and (min-width:1440px){.m-productbar__info{width:920px}.m-productbar--multiple-dates .m-productbar__info{width:805px}.m-productbar__info:before{content:"";right:30px}}.m-productbar__info__section{position:relative;width:50%;padding:0 10px;margin:20px 0;min-height:70px}.m-productbar__info__section:after{content:"";position:absolute;left:0;top:0;height:100%;width:1px;background-color:var(--colorSeparator);mix-blend-mode:multiply;left:auto;right:0;content:none}@media screen and (min-width:768px)and (max-width:1023px){.m-productbar__info__section{width:100%;padding:0;margin:0 0 10px}.m-productbar__info__section:before{left:-20px}.m-productbar__info__section:first-child:after{content:""}}@media screen and (min-width:1024px){.m-productbar__info__section{padding:0;margin:0;width:calc(41.66667vw - 62.08333px)}.m-productbar--multiple-dates .m-productbar__info__section:not(:first-child){width:calc(33.33333vw - 56.66667px)}.m-productbar__info__section:before{left:-17.5px}.m-productbar__info__section:first-child{width:calc(25vw - 16.25px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-productbar__info__section{width:calc(41.66667vw - 75px)}.m-productbar--multiple-dates .m-productbar__info__section:not(:first-child){width:calc(33.33333vw - 70px)}.m-productbar__info__section:before{left:-25px}.m-productbar__info__section:first-child{width:calc(25vw - 15px)}}@media screen and (min-width:1440px){.m-productbar__info__section{width:515px}.m-productbar--multiple-dates .m-productbar__info__section:not(:first-child){width:400px}.m-productbar__info__section:before{left:-30px}.m-productbar__info__section:first-child{width:345px}}.m-productbar__info__section>span{display:inline-block;width:100%}.m-productbar__info__section>span .m-productbar__alert{margin-left:5px}.m-productbar__info__section--full:before{content:none}@media screen and (min-width:768px)and (max-width:1023px){.m-productbar__cta{width:calc(50vw - 65px);padding-left:30px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-productbar__cta{width:calc(25vw - 51.25px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-productbar__cta{width:calc(25vw - 65px)}}@media screen and (min-width:1440px){.m-productbar__cta{width:285px}}.m-productbar__cta .a-button{width:100%}.m-productbar__cta .a-button:not(:last-child){margin-bottom:10px}.m-productbar__link{display:inline-block;margin-top:6px;padding-bottom:3px;border-bottom:1px solid var(--colorText--highlight-light)}.m-productbar__link:hover{color:var(--colorText--highlight-light)}.m-productbar__calendar{display:inline-block;margin:4px 0 0 -5px;color:var(--colorText--contrast)}.m-productbar__calendar:hover{color:var(--colorText)}.m-productbar__calendar svg{display:inline-block;width:30px;height:30px;vertical-align:top;margin-top:-9px;fill:currentColor}@media screen and (min-width:768px){.m-productbar__calendar svg{margin-top:-7px}}.m-promo{display:flex;flex-wrap:wrap;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--colorSeparator)}.m-promo,.o-list__column .m-promo__content{width:100%}.o-list__column .m-promo__description,.o-list__column .m-promo__title{padding-right:10px}.m-promo__media-icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9;width:48px;height:48px;border-radius:50px;display:flex;background-color:var(--colorOverlayIcon--primary);pointer-events:none}.m-promo--featured .m-promo__media-icon{width:96px;height:96px}.m-promo--horizontal .m-promo__media-icon{width:32px;height:32px;left:10px;right:auto;top:auto;bottom:10px}.m-promo__media-icon svg{stroke:var(--colorOverlayIcon--primary--txt,#fff)}.m-promo__media:hover .m-promo__media-icon{background-color:var(--colorOverlayIcon--primary--hover)}.m-promo__media:hover .m-promo__media-icon svg{stroke:var(--colorOverlayIcon--primary--txtHover,var(--colorOverlayIcon--primary--txt))}@media screen and (max-width:767px){.m-promo{padding-bottom:20px;border-bottom:1px solid var(--colorSeparator)}.o-list__column:last-child .m-promo{border-bottom:0}}.m-promo:last-child{border-bottom:0}.m-promo:hover a.m-promo__title,.m-promo:hover a .m-promo__title{color:var(--colorText--hover)}.m-promo:hover .m-promo__media-wrapper:after{opacity:.2;visibility:visible}.m-promo.m-promo--roundimages .m-promo__media-wrapper{border-radius:10em;overflow:hidden}.m-promo:first-child,.m-promo[data-has-media]{border-top:0}.s-color-reversed .m-promo{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.s-color-reversed .m-promo,.s-color-reversed .m-promo .m-promo__description{color:var(--colorText--reversed)}.s-color-reversed .m-promo .m-promo__tag{color:var(--colorText--highlight-light)}.s-color-reversed .m-promo .m-promo__tag a:hover{color:var(--colorText--reversed)}.s-color-reversed .m-promo .m-promo__byline{color:var(--colorText--reversed);opacity:.5}.s-high-contrast .s-color-reversed .m-promo .m-promo__byline{opacity:.74}.s-color-reversed .m-promo .m-promo__byline:hover{opacity:1}.s-color-reversed .m-promo .m-promo__byline:hover a{color:var(--colorText--reversed)}.s-color-reversed .m-promo:hover .m-promo__title{color:var(--colorText--highlight-light)}.m-promo ps-follow-button{order:9}.m-promo .a-promo-favorite{position:static;float:right;margin-right:-25px;margin-top:-21px;transition:opacity .12s cubic-bezier(.59,.01,.37,.975),visibility .12s cubic-bezier(.59,.01,.37,.975);visibility:hidden;opacity:0}.m-promo .m-promo__title+ps-follow-button .a-promo-favorite{margin-top:-25px}.m-promo .m-promo__description+ps-follow-button .a-promo-favorite{margin-top:-22px}.m-promo .m-promo__tag+ps-follow-button .a-promo-favorite{margin-top:-5px}.m-promo .a-promo-favorite.is-active,.m-promo:hover .a-promo-favorite{visibility:visible;opacity:1}.m-promo__media{position:relative;order:1;width:100%;margin-bottom:15px}.m-promo__media img{display:block;width:100%;height:auto}.m-promo__media .a-link__external{display:none}.m-promo__media-wrapper:not([data-has-overlay]):after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;visibility:hidden;transition:opacity .12s cubic-bezier(.59,.01,.37,.975),visibility .12s cubic-bezier(.59,.01,.37,.975);pointer-events:none}.m-promo__media-wrapper[data-has-overlay]{position:relative;overflow:hidden}.m-promo__media__overlay-toggle{position:absolute;right:0;bottom:0}@media screen and (min-width:768px)and (max-width:1023px){.m-promo__media__overlay-toggle{right:5px;bottom:5px}}@media screen and (min-width:1024px){.m-promo__media__overlay-toggle{display:none}}.m-promo__media__overlay-toggle svg{width:30px;height:30px;fill:var(--colorText--reversed)}.m-promo__media__overlay .m-promo__media__overlay-toggle{top:5px;right:5px;bottom:auto;width:20px;height:20px;border-radius:100%;background-color:var(--colorBackground--highlight-light)}@media screen and (min-width:768px)and (max-width:1023px){.m-promo__media__overlay .m-promo__media__overlay-toggle{right:10px;top:10px}}.m-promo__media__overlay .m-promo__media__overlay-toggle svg{display:inline-block;margin-top:2px;width:10px;height:10px}.m-promo__media__overlay{position:absolute;bottom:0;left:0;width:100%;padding:11px calc(16.66667vw - 2.5px) 20px 18px;background:var(--colorBackground--highlight);color:var(--colorText--reversed);transform:translateY(100%);transition:transform .24s cubic-bezier(.59,.01,.37,.975)}@media screen and (min-width:768px)and (max-width:1023px){.m-promo__media__overlay{padding:16px calc(12.5vw - 6.25px) 20px 30px}}@media screen and (min-width:1024px){.m-promo__media__overlay{padding:16px 30px 20px}.m-promo__media-wrapper:hover .m-promo__media__overlay{transform:translateY(0)}}[data-toggle-in=promo_media_overlay] .m-promo__media__overlay{transform:translateY(0)}.m-promo__media__overlay .m-promo__media__credit{color:var(--colorText--highlight-light)}.m-promo__media__overlay .m-promo__media__credit:before{content:"— ";display:inline}@media screen and (min-width:768px){.m-promo__media__overlay .m-promo__media__credit{padding-top:5px}}.m-promo__content{position:relative;order:2;width:100%;padding-right:20px}.m-promo__title{display:block;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975);margin-top:10px}.m-promo__label{display:inline-block;color:var(--colorText--contrast)}.m-promo__tag{display:inline-flex;flex-wrap:wrap;width:100%;color:var(--colorText--highlight);align-items:center}.o-list__column>.m-promo:not([data-has-media]):not(.m-promo--event) .m-promo__tag{margin-top:0}.m-promo__tag .a-category{margin-right:10px}.m-promo__tag .a-category:last-child{margin-bottom:0}.m-promo__tag a:hover{color:var(--colorText--highlight-light)}.m-promo__tag a.m-promo__spotlight:hover{color:var(--colorText)}.m-promo__tag a[target=_blank]{color:var(--colorText--highlight-light)}.m-promo__tag a[target=_blank]:hover{color:var(--colorText--highlight)}.m-promo__spotlight{padding-left:3px;color:var(--colorText--contrast)}.m-promo__sponsor .a-sponsor__title{border-radius:20px;display:inline-block;padding:5px 7px 4px;margin-right:10px;vertical-align:top;color:var(--colorText--reversed);background-color:var(--color--sponsor)}.m-promo__sponsor .a-sponsor__title:after,.m-promo__sponsor .a-sponsor__title:before{content:none}.m-promo__sponsor .a-sponsor__title:hover{cursor:pointer}.m-promo__sponsor .m-promo__title{margin-top:10px;padding:0;font-weight:500;font-size:18px;display:block}.m-promo__sponsor .m-promo__sponsors{margin-top:20px;color:var(--color--sponsor)}.m-promo__sponsor .a-sponsor__link .a-link{color:var(--color--sponsor)}.a-text .m-promo__sponsor{margin:20px 0;padding:20px 0;border:1px solid var(--colorSeparator);border-right:0;border-left:0}.m-promo__description{display:block;display:-webkit-box;margin-top:15px;padding-bottom:3px;margin-bottom:-3px;color:var(--colorText);-webkit-line-clamp:var(--line-clamp);-webkit-box-orient:vertical;overflow:hidden}.m-promo__location{padding-top:5px;color:var(--colorText--highlight-light)}.m-promo__byline{display:block;margin-top:25px;padding-right:25px;color:var(--colorText--contrast)}.m-promo__byline a:hover{color:var(--colorText)}.m-promo__byline__icon{width:12px;height:14px;margin-bottom:-2px;margin-right:12px;fill:var(--colorIcon--contrast)}.m-promo__byline__event{display:block;padding-bottom:5px;color:var(--colorText--contrast)}@media screen and (min-width:768px){.m-promo__byline__event{display:inline-block;margin-top:0;padding-bottom:0;padding-right:5px}.m-promo__byline__event:after{content:none}}.m-promo__byline__event+.a-link{border-left:1px solid var(--colorSeparator--dark);padding-left:11px}.m-promo__event-date{display:none}@media screen and (min-width:768px){.m-promo__event-date{display:block}}.m-promo__event-date__month{display:block;margin-top:-1px}.m-promo__event-date__day{display:block;margin-top:1px;max-width:100px}.m-promo__byline .m-promo__cta{display:inline-block;margin-top:-7px;margin-right:6px}.m-promo__byline .m-promo__cta .a-button{height:35px;line-height:33px;min-width:0;padding:0 16px;color:var(--colorText);border:1px solid var(--colorSeparator);background:var(--colorBackground--contrast)}.m-promo__byline .m-promo__cta .a-button:after,.m-promo__byline .m-promo__cta .a-button:before{content:none}.m-promo__byline .m-promo__cta .a-button:hover{border-color:var(--colorButton--cta--border--hover)}.m-promo__meta{color:var(--colorText--contrast);order:3;margin-top:20px;display:flex}.m-promo__meta .Promo-author{margin-right:10px;display:inline-flex;position:relative}.m-promo__meta .Promo-authorDateSeparator{position:absolute;right:0;top:0}.m-promo__meta .Promo-authorName{padding-right:10px}.m-promo--market-brief .m-promo__meta:before{content:"";display:inline-block;width:20px;height:16px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAWCAYAAACyjt6wAAAMYGlDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnltSSWiBCEgJvYkiNYCUEFoEAamCqIQkkFBiSAgqdnRZBdcuoljRVRFFV1dA1oKI3UWx90URlZV1cRUbKm9CArruK9873zd3/pw585+SmXtnANBp58tkuaguAHnSAnlceDBrQkoqi/QYEIEeIANH4MwXKGSc2NgoAGWw/7u8uQEQVX/VRcX1z/H/KvpCkUIAAJIGcYZQIciDuAkAvFggkxcAQAyBeutpBTIVFkNsIIcBQjxLhbPUeLkKZ6jx9gGbhDguxA0AkGl8vjwLAO0WqGcVCrIgj/ZjiF2lQokUAB0DiAMEYr4Q4gSIR+TlTVXheRA7QHsZxLsgZmd8xZn1N/6MIX4+P2sIq/MaEHKIRCHL5c/4P0vzvyUvVznoww42mlgeEafKH9bwVs7USBWmQdwtzYiOUdUa4ncSobruAKBUsTIiUW2PmgoUXFg/wITYVcgPiYTYFOIwaW50lEafkSkJ40EMVws6XVLAS9DMXSRShMZrODfIp8bFDOJMOZejmVvLlw/4Vdm3KHMSORr+W2IRb5D/dZE4IRliKgAYtVCSFA2xNsQGipz4SLUNZlUk5kYP2siVcar4bSBmi6ThwWp+LC1THhansZflKQbzxUrEEl60BlcUiBMi1PXBdgv4A/EbQVwnknISB3lEiglRg7kIRSGh6tyxVpE0UZMv9kBWEBynmdsjy43V2ONkUW64Sm8FsYmiMF4zFx9TABenmh+PkhXEJqjjxNOz+WNj1fHghSAKcEEIYAElbBlgKsgGktbu+m74Sz0SBvhADrKACLhoNIMzkgdGpPAZD4rAHxCJgGJoXvDAqAgUQv2nIa366QIyB0YLB2bkgCcQ54FIkAt/KwdmSYe8JYHHUCP5h3cBjDUXNtXYP3UcqInSaJSDvCydQUtiKDGEGEEMIzriJngA7odHwWcQbG44G/cZjPaLPeEJoY3wiHCd0E64PUVSLP8mlnGgHfKHaTLO+Dpj3A5yeuLBuD9kh8w4EzcBLrgH9MPBA6FnT6jlauJW5c76N3kOZfBVzTV2FFcKShlGCaI4fDtT20nbc4hFVdGv66OONWOoqtyhkW/9c7+qsxD2kd9aYouwg9gZ7AR2DjuC1QMWdhxrwC5iR1V4aA09HlhDg97iBuLJgTySf/jja3yqKqlwrXHtcv2oGQMFoukFqg3GnSqbIZdkiQtYHPgVELF4UsHIESw3VzdXAFTfFPVr6hVz4FuBMM9/0S3IB8B/c39//y9fdFE6APwM9xi144vOPgm+DqD+7DKBUl6o1uGqBwG+DXTgjjIG5sAaOMCM3IAX8ANBIBSMBTEgAaSAybDOYrie5WAamAXmgxJQBpaDNWA92Ay2gV1gLzgA6sERcAKcBhfAZXAd3IXrpxM8Bz3gDehDEISE0BEGYoxYILaIM+KGsJEAJBSJQuKQFCQdyUKkiBKZhSxAypCVyHpkK1KN/IQcRk4g55A25DbyEOlC/kI+oBhKQw1QM9QOHYWyUQ4aiSagk9AsNB8tQheiS9EKtArdg9ahJ9AL6HW0HX2O9mIA08KYmCXmgrExLhaDpWKZmBybg5Vi5VgVVos1wn/6KtaOdWPvcSLOwFm4C1zDEXgiLsDz8Tn4Enw9vguvw1vwq/hDvAf/TKATTAnOBF8CjzCBkEWYRighlBN2EA4RTsHd1El4QyQSmUR7ojfcjSnEbOJM4hLiRuI+YhOxjdhB7CWRSMYkZ5I/KYbEJxWQSkjrSHtIx0lXSJ2kd2QtsgXZjRxGTiVLycXkcvJu8jHyFfJTch9Fl2JL8aXEUISUGZRllO2URsolSielj6pHtaf6UxOo2dT51ApqLfUU9R71lZaWlpWWj9Z4LYnWPK0Krf1aZ7Uear2n6dOcaFxaGk1JW0rbSWui3aa9otPpdvQgeiq9gL6UXk0/SX9Af6fN0B6pzdMWas/VrtSu076i/UKHomOrw9GZrFOkU65zUOeSTrcuRddOl6vL152jW6l7WPembq8eQ2+0Xoxent4Svd165/Se6ZP07fRD9YX6C/W36Z/U72BgDGsGlyFgLGBsZ5xidBoQDewNeAbZBmUGew1aDXoM9Q09DJMMpxtWGh41bGdiTDsmj5nLXMY8wLzB/DDMbBhnmGjY4mG1w64Me2s03CjISGRUarTP6LrRB2OWcahxjvEK43rj+ya4iZPJeJNpJptMTpl0DzcY7jdcMLx0+IHhd0xRUyfTONOZpttML5r2mpmbhZvJzNaZnTTrNmeaB5lnm682P2beZcGwCLCQWKy2OG7xO8uQxWHlsipYLaweS1PLCEul5VbLVss+K3urRKtiq31W962p1mzrTOvV1s3WPTYWNuNsZtnU2NyxpdiybcW2a23P2L61s7dLtvvert7umb2RPc++yL7G/p4D3SHQId+hyuGaI9GR7ZjjuNHxshPq5Okkdqp0uuSMOns5S5w3OreNIIzwGSEdUTXipgvNheNS6FLj8nAkc2TUyOKR9SNfjLIZlTpqxagzoz67errmum53vTtaf/TY0cWjG0f/5ebkJnCrdLvmTncPc5/r3uD+0sPZQ+SxyeOWJ8NznOf3ns2en7y8veRetV5d3jbe6d4bvG+yDdix7CXssz4En2CfuT5HfN77evkW+B7w/dPPxS/Hb7ffszH2Y0Rjto/p8Lfy5/tv9W8PYAWkB2wJaA+0DOQHVgU+CrIOEgbtCHrKceRkc/ZwXgS7BsuDDwW/5fpyZ3ObQrCQ8JDSkNZQ/dDE0PWhD8KswrLCasJ6wj3DZ4Y3RRAiIiNWRNzkmfEEvGpez1jvsbPHtkTSIuMj10c+inKKkkc1jkPHjR23aty9aNtoaXR9DIjhxayKuR9rH5sf+8t44vjY8ZXjn8SNjpsVdyaeET8lfnf8m4TghGUJdxMdEpWJzUk6SWlJ1Ulvk0OSVya3Txg1YfaECykmKZKUhlRSalLqjtTeiaET10zsTPNMK0m7Mcl+0vRJ5yabTM6dfHSKzhT+lIPphPTk9N3pH/kx/Cp+bwYvY0NGj4ArWCt4LgwSrhZ2ifxFK0VPM/0zV2Y+y/LPWpXVJQ4Ul4u7JVzJesnL7Ijszdlvc2Jydub05ybn7ssj56XnHZbqS3OkLVPNp06f2iZzlpXI2vN989fk98gj5TsUiGKSoqHAAB7eLyodlN8pHxYGFFYWvpuWNO3gdL3p0ukXZzjNWDzjaVFY0Y8z8ZmCmc2zLGfNn/VwNmf21jnInIw5zXOt5y6c2zkvfN6u+dT5OfN/LXYtXln8ekHygsaFZgvnLez4Lvy7mhLtEnnJze/9vt+8CF8kWdS62H3xusWfS4Wl58tcy8rLPi4RLDn/w+gfKn7oX5q5tHWZ17JNy4nLpctvrAhcsWul3sqilR2rxq2qW81aXbr69Zopa86Ve5RvXktdq1zbXhFV0bDOZt3ydR/Xi9dfrwyu3LfBdMPiDW83Cjde2RS0qXaz2eayzR+2SLbc2hq+ta7Krqp8G3Fb4bYn25O2n/mR/WP1DpMdZTs+7ZTubN8Vt6ul2ru6erfp7mU1aI2ypmtP2p7Le0P2NtS61G7dx9xXth/sV+7//af0n24ciDzQfJB9sPZn2583HGIcKq1D6mbU9dSL69sbUhraDo893Nzo13jol5G/7DxieaTyqOHRZceoxxYe6z9edLy3SdbUfSLrREfzlOa7JyecvNYyvqX1VOSps6fDTp88wzlz/Kz/2SPnfM8dPs8+X3/B60LdRc+Lh371/PVQq1dr3SXvSw2XfS43to1pO3Yl8MqJqyFXT1/jXbtwPfp6243EG7dupt1svyW89ex27u2Xdwrv9N2dd49wr/S+7v3yB6YPqn5z/G1fu1f70YchDy8+in90t0PQ8fyx4vHHzoVP6E/Kn1o8rX7m9uxIV1jX5d8n/t75XPa8r7vkD70/NrxwePHzn0F/XuyZ0NP5Uv6y/68lr4xf7Xzt8bq5N7b3wZu8N31vS98Zv9v1nv3+zIfkD0/7pn0kfaz45Pip8XPk53v9ef39Mr6cP3AUwGBDMzMB+GsnAPQUABiX4flhovrONyCI+p46gMB/wup74YB4AVALO9VxndsEwH7Y7IIgN2yqo3pCEEDd3YeaRhSZ7m5qLhq88RDe9fe/MgOA1AjAJ3l/f9/G/v5P8I6K3QagKV9911QJEd4Ntriq0BWLg+BbUd9Dv8rx2x6oIvAA3/b/AmDoh2mKYdUHAAAAimVYSWZNTQAqAAAACAAEARoABQAAAAEAAAA+ARsABQAAAAEAAABGASgAAwAAAAEAAgAAh2kABAAAAAEAAABOAAAAAAAAAJAAAAABAAAAkAAAAAEAA5KGAAcAAAASAAAAeKACAAQAAAABAAAAKKADAAQAAAABAAAAFgAAAABBU0NJSQAAAFNjcmVlbnNob3RkZwUXAAAACXBIWXMAABYlAAAWJQFJUiTwAAAB1GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj40MDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlVzZXJDb21tZW50PlNjcmVlbnNob3Q8L2V4aWY6VXNlckNvbW1lbnQ+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4yMjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpd+JENAAAAHGlET1QAAAACAAAAAAAAAAsAAAAoAAAACwAAAAsAAADxsbjOSQAAAL1JREFUSA1i/A8EDIMYMA5pB756/Zbh9Zs3DFeu30QJYx1NdQZREREGMVFhFHFacLCGIMhhV4GOegV0HD4gBnSkNtCxtHQohgNBjtt/+Cg+d2HIOdpa08yRKA4kx3Ew19LKkSgO3H/oGEa0okcjrugHqXO0s4K5l2o03IHYQg9fqJCqnlwXwx0IyhTIuZWYEEEPcVDuBmUaagK4A1eu24RiLr7QgynEForhQX4waarQOB1IrEXoHqOKq5AMAQAAAP//SUGmvgAAAORJREFUY/wPBAxAsHLdJhAFB+FBfnA2Pga6PnxqyZFjxOVAR1trBjFRYbxmvnr9lmH/4aN41VAqCXfg1es3Ga4AMQyIiYgwONpZwbhY6f2HjjG8evMGqxy1BOEOxBYa+EKRVPXoDkZPGrAkhS4OdyDIAGwhAgpJbU11eHSDHAYKbfSQIybEkR2J7hCiHIgtVJANxcfGF9rY9JHlQJBB5DiSVMeB7CHbgTBHYotGkBwyQI9+ZDlCbIocCDMcFJqvgbkUOXeD5HSAaVIUmDYJFUMwc7DRVHEgNoPpLYaSi+ltOTH2AQCLABoop8byMAAAAABJRU5ErkJggg==');background-position:50%;background-repeat:no-repeat;background-size:20px;margin-right:10px}.m-promo--topSchoolsJob .m-promo__meta{margin-top:0}.m-promo--topSchoolsJob .Promo-authorName{color:var(--colorText--highlight-light)}.a-promo-icon{position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);width:48px;height:48px;background-color:var(--colorButton--tertiary);border-radius:100%;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975);pointer-events:none;z-index:2}.m-promo--horizontal .a-promo-icon{left:10px;top:auto;bottom:12px;transform:translateZ(0)}.a-promo-icon svg{position:absolute;top:14px;left:14px;width:20px;height:20px;stroke:var(--colorIcon--reversed)}.a-promo-icon svg.icon-video{left:18px;width:16px}.a-promo-icon[data-icon-size="32"]{width:32px;height:32px}.a-promo-icon[data-icon-size="32"] svg{top:9px;left:9px;width:14px;height:14px}.a-promo-icon[data-icon-size="32"] svg.icon-video{left:12px;width:11px}.a-promo-icon[data-icon-size="100"]{width:96px;height:96px}.a-promo-icon[data-icon-size="100"] svg{top:33px;left:33px;width:32px;height:32px}.a-promo-icon[data-icon-size="100"] svg.icon-video{left:38px;width:26px}:hover>.a-promo-icon{background-color:var(--colorButton--tertiary--hover)}.a-promo-favorite{color:var(--colorIcon--contrast);transition:color .12s cubic-bezier(.59,.01,.37,.975)}.a-promo-favorite>span{display:none}.a-promo-favorite.a-promo-favorite--remove-label{display:flex;align-items:center}.a-promo-favorite.a-promo-favorite--remove-label.is-active>span{opacity:1;visibility:visible}.a-promo-favorite.a-promo-favorite--remove-label>span{color:var(--colorText--contrast);display:block;padding-right:1ch;opacity:0;transition:opacity .01s cubic-bezier(.59,.01,.37,.975),visibility .01s cubic-bezier(.59,.01,.37,.975);visibility:hidden}.a-promo-favorite.a-promo-favorite--remove-label>span:after,.a-promo-favorite.a-promo-favorite--remove-label>span:before{content:none}.a-promo-favorite svg{width:24px;height:24px;fill:none;stroke-width:2.5px;stroke:currentColor}.a-promo-favorite:hover svg{fill:currentColor}.a-promo-favorite.is-active{color:var(--colorIcon--active)}.a-promo-favorite.is-active svg{fill:currentColor}.m-promo--contributor .m-promo__meta{display:none}.m-promo--contributor .m-promo__media{position:relative;width:155px;margin:20px auto 0}@media screen and (min-width:768px){.m-promo--contributor .m-promo__media{width:170px;margin-top:25px}}@media screen and (min-width:1024px){.m-promo--contributor .m-promo__media{margin-top:30px}}.m-promo--contributor .m-promo__media .m-promo__media-wrapper{position:relative;width:100%;padding-top:100%;border-radius:100%;overflow:hidden;transform:translateZ(0)}.m-promo--contributor .m-promo__media img{position:absolute;top:50%;left:50%;width:101%;height:auto;min-height:101%;-o-object-fit:cover;object-fit:cover;transform:translate3d(-50%,-50%,0)}.m-promo--contributor .m-promo__content{width:100%;text-align:center}.m-promo--contributor .m-promo__title{margin-top:10px}@media screen and (min-width:768px){.m-promo--contributor .m-promo__title{margin-top:15px}}.m-promo--contributor .m-promo__description{margin-top:5px}@media screen and (min-width:768px){.m-promo--contributor .m-promo__description{margin-top:10px}}.m-promo--contributor ps-follow-button{margin-top:20px;display:inline-block}.m-promo--current-issue .m-promo__cta{margin-top:30px;text-align:center}.m-promo--current-issue .m-promo__container{padding:25px 30px 35px;position:relative;border:1px solid var(--colorSeparator);width:100%}.m-promo--current-issue .m-promo__container:after{content:"";position:absolute;right:-1px;top:-1px;width:0;height:0;border-left:0 solid transparent;border-bottom:60px solid transparent;border-right:60px solid var(--colorText--highlight);border-top:0 solid transparent}.m-promo--current-issue .m-promo__topic{display:block;margin-bottom:-20px;color:var(--colorText);text-align:center}.m-promo--current-issue .m-promo__heading{display:block;text-align:center}.m-promo--current-issue .m-promo__tagline{display:block;padding-top:15px;text-align:center}.m-promo--event{flex-wrap:wrap}.m-promo--event .m-promo__event-date{white-space:normal}.m-promo--event .m-promo__content{padding-top:20px}.m-promo--event .m-promo__content .m-promo__byline__event{display:none}.m-promo--event .m-promo__event-date .m-promo__byline__event{display:block;flex-shrink:1}.m-promo--event .m-promo__content{padding-left:0}.m-promo--event .m-promo__content:before{content:none}.m-promo--event .m-promo__byline .m-promo__cta{margin:0}.m-promo--event .m-promo__tag{align-items:flex-start}.m-promo--event .m-promo__metas{display:flex;align-items:center}.m-promo--event .m-promo__metas .m-promo__byline,.m-promo--event .m-promo__metas .m-promo__sponsors{margin-top:35px}.m-promo--event .m-promo__metas .m-promo__byline{align-items:center}.m-promo--event .m-promo__metas .m-promo__byline .m-promo__byline__event{flex-shrink:1;flex-grow:0}.m-promo--event .m-promo__sponsors{order:9}.m-promo--event .m-promo__byline{padding-right:0}.m-promo--event .m-promo__event-date{display:flex;width:100%;min-width:70px;padding-bottom:18px;border-bottom:1px solid var(--colorSeparator)}.m-promo--event .m-promo__event-date .m-promo__event-date__month{margin-top:0}.m-promo--event.m-promo--horizontal .m-promo__content{flex-grow:1!important}.m-promo--event.m-promo--horizontal .m-promo__event-date~.m-promo__content{position:relative;padding-left:30px}.m-promo--event.m-promo--horizontal .m-promo__event-date~.m-promo__content:before{content:"";width:1px;height:100%;position:absolute;left:0;top:0;background:var(--colorSeparator)}.m-promo--event.m-promo--horizontal .m-promo__content{padding-top:0}.m-promo--event.m-promo--horizontal:not(.m-promo--featured) .m-promo__media{margin-top:0!important}.m-promo--event.m-promo--horizontal .m-promo__content .m-promo__byline__event{display:block}.m-promo--event.m-promo--horizontal .m-promo__event-date .m-promo__byline__event{display:none}.m-promo--event.m-promo--horizontal .m-promo__event-date{width:unset;border-bottom:unset}@media screen and (max-width:767px){.m-promo--event.m-promo--horizontal.m-promo--featured{flex-wrap:wrap}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__event-date{border-bottom:1px solid var(--colorSeparator);width:100%;white-space:normal}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__content{padding-top:20px}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__content .m-promo__byline__event{display:none}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__event-date .m-promo__byline__event{display:block;flex-shrink:1}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__content{padding-left:0}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__content:before{content:none}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__content{order:3!important}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__title{font-size:27px;line-height:1.1}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__description{font-size:12.5;line-height:1.1;font-weight:500}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--event.m-promo--horizontal.m-promo--featured{display:grid;grid-template-columns:70px 1fr}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__media{width:100%;grid-column:2/3;grid-row:1/2;padding-left:35px;position:relative}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__media:before{content:"";width:1px;height:100%;position:absolute;top:0;background:var(--colorSeparator);left:0;height:103%}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__content{grid-column:2/3;grid-row:2/3}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__title{font-size:31px;line-height:1.13}}@media screen and (min-width:1024px){.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__media{width:400px}.m-promo--event.m-promo--horizontal.m-promo--featured .m-promo__title{font-size:40px;line-height:1.13}}.m-promo--event .m-promo__byline__event{color:var(--colorText);flex-grow:1;flex-shrink:0}.m-promo--event .m-promo__content .m-promo__byline__event{color:var(--colorText--contrast);margin-right:10px;padding-right:10px}.m-promo--event .m-promo__content .m-promo__sponsors+.m-promo__byline .m-promo__byline__event{border-right:1px solid var(--colorText--contrast)}.m-promo--event .m-promo__event-date .m-promo__byline__event{border-left:1px solid var(--colorSeparator);margin-left:30px;padding-left:30px}.m-promo--event .m-promo__sponsor .m-promo__sponsors{margin-top:0}.m-promo--event .m-promo__byline{display:flex}.m-promo--event .m-promo__byline .m-promo__cta{margin-right:15px}.m-promo--event .m-promo__event-day{flex-basis:0;flex-shrink:1;flex-grow:0}.m-promo--event .a-category{margin-bottom:10px;display:inline-block}.m-promo--event .m-promo__sponsor .m-promo__title{line-height:normal}.m-promo--event .m-promo__meta{display:none}.m-promo--featured .m-promo__title{margin-top:13px}.m-promo--featured .m-promo__description{font-size:15.5px;margin-top:20px}.m-promo--featured .m-promo__byline{margin-top:35px}@media screen and (min-width:1024px){.m-promo--featured.m-promo--big .m-promo__byline{margin-top:20px}.m-promo--featured.m-promo--big[data-has-media] .m-promo__tag{margin-top:23px}}.m-promo.m-promo--featured .m-promo__media-wrapper ps-toggler{display:block}.m-promo .m-promo__media-wrapper ps-toggler{display:none}.m-promo--featured.m-promo--horizontal .m-promo__media{flex:0 0 auto}.m-promo--featured.m-promo--horizontal .m-promo__media-wrapper{position:relative}.m-promo--featured.m-promo--horizontal .m-promo__media-wrapper:after{content:none}@media screen and (max-width:767px){.m-promo--featured.m-promo--horizontal .m-promo__media{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--featured.m-promo--horizontal .m-promo__media{width:calc(50vw - 65px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--featured.m-promo--horizontal .m-promo__media{width:calc(50vw - 67.5px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--featured.m-promo--horizontal .m-promo__media{width:calc(50vw - 80px);margin-left:50px}}@media screen and (min-width:1440px){.m-promo--featured.m-promo--horizontal .m-promo__media{width:630px;margin-left:60px}}@media screen and (max-width:767px){.m-promo--featured.m-promo--horizontal .m-promo__media{width:100%;margin:0 0 20px}}@media screen and (min-width:768px){.m-promo--featured.m-promo--horizontal .m-promo__media{order:2;margin-left:auto}}@media screen and (min-width:768px){.m-promo--featured.m-promo--horizontal .m-promo__content{order:1}}@media screen and (min-width:768px){.m-promo--featured.m-promo--horizontal[data-has-media]{flex-wrap:nowrap}.m-promo--featured.m-promo--horizontal[data-has-media] .m-promo__tag{margin-top:-2px}}.m-promo--featured.m-promo--horizontal .m-promo__description{margin-top:19px}.o-list--recirculation .m-promo--featured.m-promo--horizontal:not([data-has-media]){margin:0 auto}@media screen and (max-width:767px){.o-list--recirculation .m-promo--featured.m-promo--horizontal:not([data-has-media]){width:calc(100vw - 40px)}}@media screen and (min-width:768px)and (max-width:1023px){.o-list--recirculation .m-promo--featured.m-promo--horizontal:not([data-has-media]){width:calc(100vw - 90px)}}@media screen and (min-width:1024px)and (max-width:1279px){.o-list--recirculation .m-promo--featured.m-promo--horizontal:not([data-has-media]){width:calc(50vw - 67.5px)}}@media screen and (min-width:1280px)and (max-width:1439px){.o-list--recirculation .m-promo--featured.m-promo--horizontal:not([data-has-media]){width:calc(50vw - 80px)}}@media screen and (min-width:1440px){.o-list--recirculation .m-promo--featured.m-promo--horizontal:not([data-has-media]){width:630px}}.m-list__items *{clear:unset!important}.m-promo--horizontal:not(.m-promo--featured){flex-wrap:nowrap;--promoPad:20px;padding-top:var(--promoPad);padding-bottom:var(--promoPad);margin-top:0;margin-bottom:0;border-top:0;justify-content:space-between;align-items:flex-start}@media screen and (max-width:767px){.m-promo--horizontal:not(.m-promo--featured) .m-promo__content{width:unset!important}}@media screen and (max-width:1023px){.m-promo--horizontal:not(.m-promo--featured),.m-promo--horizontal:not(.m-promo--featured) .m-promo__tag{display:block}.m-promo--horizontal:not(.m-promo--featured) .m-promo__title:first-child{margin-top:0}.m-promo--horizontal:not(.m-promo--featured) .m-promo__description{overflow:unset;display:block}.m-promo--horizontal:not(.m-promo--featured) .m-promo__media{float:right}.m-promo--horizontal:not(.m-promo--featured).m-promo--event .a-category{display:inline}.m-promo--horizontal:not(.m-promo--featured).m-promo--event .m-promo__event-date{float:left}.m-promo--horizontal:not(.m-promo--featured).m-promo--event:not(.m-promo--horizontal--featured) .m-promo__event-date~.m-promo__content{margin-left:70px}}.Module--ContextAside .m-promo--horizontal:not(.m-promo--featured),.Module--ContextAside .m-promo--horizontal:not(.m-promo--featured) .m-promo__tag{display:block}.Module--ContextAside .m-promo--horizontal:not(.m-promo--featured) .m-promo__title:first-child{margin-top:0}.Module--ContextAside .m-promo--horizontal:not(.m-promo--featured) .m-promo__description{overflow:unset;display:block}.Module--ContextAside .m-promo--horizontal:not(.m-promo--featured) .m-promo__media{float:right}.Module--ContextAside .m-promo--horizontal:not(.m-promo--featured).m-promo--event .a-category{display:inline}.Module--ContextAside .m-promo--horizontal:not(.m-promo--featured).m-promo--event .m-promo__event-date{float:left}.Module--ContextAside .m-promo--horizontal:not(.m-promo--featured).m-promo--event:not(.m-promo--horizontal--featured) .m-promo__event-date~.m-promo__content{margin-left:70px}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal:not(.m-promo--featured){--promoPad:25px}}@media screen and (min-width:1024px){.m-promo--horizontal:not(.m-promo--featured){--promoPad:30px}}.m-promo--horizontal:not(.m-promo--featured) .m-promo__media{margin-top:0;margin-bottom:0}.m-promo--horizontal:not(.m-promo--featured):first-child{border-top:0;margin-top:0}.m-banner~.m-list__content .m-promo--horizontal:not(.m-promo--featured):first-child,.m-promo--horizontal:not(.m-promo--featured):first-child .o-searchFilters__section-title{padding-top:var(--promoPad)}.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__media{flex:0 0 auto;order:2}@media screen and (max-width:767px){.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__media{width:calc(33.33333vw - 30px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__media{width:calc(25vw - 52.5px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__media{width:calc(16.66667vw - 45.83333px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__media{width:calc(16.66667vw - 60px);margin-left:50px}}@media screen and (min-width:1440px){.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__media{width:170px;margin-left:60px}}.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__content{flex:0 0 auto;order:1;flex:auto}@media screen and (max-width:767px){.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__content{width:calc(66.66667vw - 35px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__content{width:calc(75vw - 77.5px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__content{width:calc(50vw - 67.5px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__content{width:calc(50vw - 80px);margin-left:50px}}@media screen and (min-width:1440px){.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__content{width:630px;margin-left:60px}}.m-promo--horizontal:not(.m-promo--featured) .m-promo__tag{margin-top:-2px}.m-promo--horizontal:not(.m-promo--featured) .a-video-icon{left:10px;top:auto;bottom:10px;transform:none}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal.m-promo--horizontal--small{max-width:calc(50vw - 67.5px)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal.m-promo--horizontal--small{max-width:calc(50vw - 80px)}}@media screen and (min-width:1440px){.m-promo--horizontal.m-promo--horizontal--small{max-width:630px}}.m-promo--horizontal.m-promo--horizontal--small .m-promo__content{flex:0 0 auto;order:1;margin-left:0!important}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--horizontal--small .m-promo__content{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--small .m-promo__content{width:calc(75vw - 77.5px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal.m-promo--horizontal--small .m-promo__content{width:calc(50vw - 67.5px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal.m-promo--horizontal--small .m-promo__content{width:calc(50vw - 80px);margin-left:50px}}@media screen and (min-width:1440px){.m-promo--horizontal.m-promo--horizontal--small .m-promo__content{width:630px;margin-left:60px}}.m-promo--horizontal.m-promo--horizontal--small[data-has-media] .m-promo__content{flex:0 0 auto}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--horizontal--small[data-has-media] .m-promo__content{width:calc(66.66667vw - 35px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--small[data-has-media] .m-promo__content{width:calc(75vw - 77.5px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal.m-promo--horizontal--small[data-has-media] .m-promo__content{width:calc(33.33333vw - 56.66667px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal.m-promo--horizontal--small[data-has-media] .m-promo__content{width:calc(33.33333vw - 70px);margin-left:50px}}@media screen and (min-width:1440px){.m-promo--horizontal.m-promo--horizontal--small[data-has-media] .m-promo__content{width:400px;margin-left:60px}}.m-promo--horizontal.m-promo--horizontal--featured{flex-wrap:wrap}@media screen and (min-width:1024px){.m-promo--horizontal.m-promo--horizontal--featured{flex-wrap:nowrap}}.m-promo--horizontal.m-promo--horizontal--featured .m-promo__media{flex:0 0 auto;order:2}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__media{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__media{width:calc(100vw - 90px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__media{width:calc(33.33333vw - 56.66667px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__media{width:calc(33.33333vw - 70px);margin-left:50px}}@media screen and (min-width:1440px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__media{width:400px;margin-left:60px}}@media screen and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__media{margin-left:0}}@media screen and (min-width:1024px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__media{order:3}}.m-promo--horizontal.m-promo--horizontal--featured .m-promo__content{flex:0 0 auto;order:3}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__content{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__content{width:calc(100vw - 90px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__content{width:calc(66.66667vw - 78.33333px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__content{width:calc(66.66667vw - 90px);margin-left:50px}}@media screen and (min-width:1440px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__content{width:860px;margin-left:60px}}@media screen and (min-width:1024px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__content{order:2}}@media screen and (min-width:1024px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__title{margin-top:3px}}.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description{margin-top:20px}@media screen and (min-width:768px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description{margin-top:10px}}@media screen and (min-width:1024px){.m-promo--horizontal.m-promo--horizontal--featured .m-promo__description{margin-top:20px}}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--horizontal--featured[data-has-media] .m-promo__tag{margin-top:20px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--featured[data-has-media] .m-promo__tag{margin-top:25px}}.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event{position:relative;align-items:stretch}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date{display:flex;width:100%;padding-bottom:14px}.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__byline__event{padding:0 0 0 12.5px;margin:0 0 0 12.5px;border-left:1px solid var(--colorSeparator)}.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date .m-promo__event-date__month{margin-top:0}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__event-date{position:absolute;left:0;top:25px;width:calc(12.5vw - 26.25px);height:calc(100% - 25px);border-right:1px solid var(--colorSeparator)}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__media{padding-left:calc(12.5vw - 6.25px)}}.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content{flex:0 0 auto;order:3}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content{width:calc(100vw - 90px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content{width:calc(58.33333vw - 72.91667px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content{width:calc(58.33333vw - 85px);margin-left:50px}}@media screen and (min-width:1440px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content{width:745px;margin-left:60px}}@media screen and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content{margin-left:0}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content{padding-left:calc(12.5vw - 6.25px)}}@media screen and (min-width:1024px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content{order:2;position:relative}.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content:before{content:"";position:absolute;left:-17.5px;top:0;height:100%;width:1px;background-color:var(--colorSeparator)}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content:before{left:-25px}}@media screen and (min-width:1440px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__content:before{left:-30px}}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__byline__event{display:none}}.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__byline__event--mobile{display:inline-block}@media screen and (min-width:768px){.m-promo--horizontal.m-promo--horizontal--featured.m-promo--event .m-promo__byline__event--mobile{display:none}}.m-promo--horizontal.m-promo--horizontal-logos{--imgSize:11.41%;display:grid;flex-flow:row-reverse;grid-template-columns:1fr var(--imgSize);direction:rtl}.m-promo--horizontal.m-promo--horizontal-logos .m-promo__title{margin-top:0}.m-promo--horizontal.m-promo--horizontal-logos .m-promo__description{font-size:17px}.m-promo--horizontal.m-promo--horizontal-logos .m-promo__content{direction:ltr;width:unset!important;padding:0!important}.m-promo--horizontal.m-promo--horizontal-logos .m-promo__media{margin:unset!important;width:unset!important}.m-promo--horizontal.m-promo--horizontal-logos .m-promo__media-wrapper{border:1px solid var(--colorSeparator);width:100%;height:0;padding-top:100%;position:relative}.m-promo--horizontal.m-promo--horizontal-logos .m-promo__media-wrapper a{display:block;position:absolute;left:0;right:0;top:0;bottom:0}.m-promo--horizontal.m-promo--horizontal-logos .m-promo__media-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;left:0;bottom:0;right:0}.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--event) .m-promo__content{margin-left:0}.m-promo--horizontal.m-promo--event:not(.m-promo--horizontal--featured) .m-promo__content{margin-left:0;order:1}.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{display:flex;flex-flow:row wrap}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{margin-left:-25px}@supports(-ms-ime-align:auto){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{width:calc(100% + 26px)}}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{margin-left:-40px}@supports(-ms-ime-align:auto){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{width:calc(100% + 41px)}}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{margin-left:-35px}@supports(-ms-ime-align:auto){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{width:calc(100% + 36px)}}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{margin-left:-50px}@supports(-ms-ime-align:auto){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{width:calc(100% + 51px)}}}@media screen and (min-width:1440px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{margin-left:-60px}@supports(-ms-ime-align:auto){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured{width:calc(100% + 61px)}}}.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__content{flex:0 0 auto}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__content{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__content{width:calc(100vw - 90px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__content{width:calc(58.33333vw - 72.91667px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__content{width:calc(58.33333vw - 85px);margin-left:50px}}@media screen and (min-width:1440px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__content{width:745px;margin-left:60px}}.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__media{flex:0 0 auto}@media screen and (max-width:767px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__media{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__media{width:calc(100vw - 90px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__media{width:calc(16.66667vw - 45.83333px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__media{width:calc(16.66667vw - 60px);margin-left:50px}}@media screen and (min-width:1440px){.m-promo--horizontal.m-promo--event.m-promo--horizontal--featured .m-promo__media{width:170px;margin-left:60px}}.m-promo--horizontal .m-promo__description{margin-top:14px}@media screen and (min-width:1024px){.Module--ContextAside .m-promo--horizontal.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__media{margin-left:15px;flex-grow:0;flex-shrink:1;min-width:28.75%;max-width:28.75%}.Module--ContextAside .m-promo--horizontal.m-promo--horizontal:not(.m-promo--featured):not(.m-promo--saved-profile) .m-promo__media img{width:100%;height:auto}.Module--ContextAside .m-promo--horizontal .m-promo__content{width:unset!important}.Module--ContextAside .m-promo--horizontal .m-promo__title{font-size:22px;line-height:1.14}}.o-pageDivider__aside .m-promo--horizontal .m-promo__media{margin-left:0}@media screen and (min-width:1024px)and (max-width:1279px){.o-pageDivider__aside .m-promo--horizontal .m-promo__media{width:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.o-pageDivider__aside .m-promo--horizontal .m-promo__media{width:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.o-pageDivider__aside .m-promo--horizontal .m-promo__media{width:115px}}.o-pageDivider__aside .m-promo--horizontal[data-has-media] .m-promo__content{padding-right:30px}@media screen and (min-width:1024px)and (max-width:1279px){.o-pageDivider__aside .m-promo--horizontal[data-has-media] .m-promo__content{width:calc(25vw - 51.25px)}}@media screen and (min-width:1280px)and (max-width:1439px){.o-pageDivider__aside .m-promo--horizontal[data-has-media] .m-promo__content{width:calc(25vw - 65px)}}@media screen and (min-width:1440px){.o-pageDivider__aside .m-promo--horizontal[data-has-media] .m-promo__content{width:285px}}.m-promo--horizontal .m-promo__content[data-has-media]{max-width:630px}.m-promo--horizontal:not(.m-promo--featured).m-promo--horizontal__full{border-top:1px solid var(--colorText);border-bottom:1px solid var(--colorText)}.m-promo--horizontal:not(.m-promo--featured).m-promo--horizontal__full .m-promo__meta{align-items:center}.m-promo--horizontal:not(.m-promo--featured).m-promo--horizontal__full .m-promo__cta{margin-right:20px}.m-promo--horizontal:not(.m-promo--featured).m-promo--horizontal__full .m-promo__price{margin-left:15px}.a-text .m-promo__title.a-link[href$=".pdf"]{padding:0}.a-text .m-promo__title.a-link[href$=".pdf"] .a-link__pdf{display:none}.m-promo-horizontal__event{display:flex;flex-flow:nowrap}.m-promo-horizontal__event .m-promo__sponsors{display:inline}.m-promo-horizontal__event .m-promo__media-wrapper:not([data-has-overlay]):after{display:none}.m-promo-horizontal__event .m-promo__sponsor .m-promo__title,.m-promo-horizontal__event .m-promo__title{margin-top:10px}@media screen and (min-width:768px){.m-promo-horizontal__event .m-promo__content{order:2}}.m-promo-horizontal__event .m-promo__event-date{border-right:1px solid var(--colorSeparator);margin-right:30px;padding-right:30px;width:105px}.m-promo-horizontal__event .m-promo__media{order:3}@media screen and (max-width:767px){.m-promo-horizontal__event .m-promo__media{max-width:95px}}@media screen and (min-width:768px)and (max-width:1023px){.m-promo-horizontal__event .m-promo__media{max-width:140px}}@media screen and (min-width:1024px){.m-promo-horizontal__event .m-promo__media{max-width:170px}}.m-promo-horizontal__event .a-separator{display:none}@media screen and (min-width:768px){.m-promo-horizontal__event .a-separator{display:inline}}.m-promo-horizontal__event .m-promo__sponsor .m-promo__sponsors{margin-top:0}.m-promo--horizontal.m-promo--saved-article{position:relative}.m-promo--horizontal.m-promo--saved-article .m-promo__content{position:unset}.m-promo--horizontal.m-promo--saved-article .m-promo__media{margin-bottom:1.25em}.m-promo.m-promo--horizontal.m-promo--saved-event{position:relative}.m-promo.m-promo--horizontal.m-promo--saved-event .m-promo__content{position:unset;flex-shrink:1}.m-promo.m-promo--horizontal.m-promo--saved-event .m-promo__media{margin-bottom:1.25em;flex-shrink:1}.m-promo--sponsor .m-promo__byline{color:var(--color--sponsor)}.m-promo--special-report:not(.m-promo--horizontal){text-align:center}.m-promo--special-report:not(.m-promo--horizontal).m-promo__sponsor .m-promo__tag .a-category{position:relative;top:2px}.m-promo--special-report:not(.m-promo--horizontal) .m-promo__tag{display:block}.m-promo--special-report:not(.m-promo--horizontal) .m-promo__meta{justify-content:center}.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title{margin-top:13px;text-transform:uppercase}.m-promo--special-report:not(.m-promo--horizontal) .m-promo__description,.m-promo--special-report:not(.m-promo--horizontal)[data-has-media] .m-promo__tag{margin-top:20px}.m-promo--special-report:not(.m-promo--horizontal) .m-promo__byline{padding-left:25px;margin-top:20px}@media screen and (min-width:1024px){.m-promo--special-report:not(.m-promo--horizontal) .m-promo__title{font-size:24px}}.m-promo--subscription{text-align:center}@media screen and (max-width:767px){.o-list .o-list__column:not(:first-child) .m-promo--subscription{margin-top:15px}}.m-promo--subscription .m-promo__title{margin-top:16px}@media screen and (min-width:768px){.m-promo--subscription .m-promo__title{margin-top:26px}}.m-promo--subscription .m-promo__description{color:var(--colorText--highlight);margin-top:15px}@media screen and (min-width:768px)and (max-width:1023px){.m-promo--subscription .m-promo__description{margin-top:10px}}.m-promo--subscription .m-promo__content{display:block;width:100%}.m-promo--subscription .m-promo__media{position:relative;width:225px;margin:0 auto}.m-promo--subscription .m-promo__media .m-promo__media-wrapper{position:relative;padding-top:100%;border-radius:100%;overflow:hidden;transform:translateZ(0);width:100%}.m-promo--subscription .m-promo__media img{position:absolute;top:50%;left:50%;width:101%;height:auto;min-height:101%;-o-object-fit:cover;object-fit:cover;transform:translate3d(-50%,-50%,0)}.m-promo.m-promo--saved-item{align-items:center;justify-content:space-between}.m-promo.m-promo--saved-item .m-promo__content{order:1}.m-promo.m-promo--saved-item .m-promo__action{order:2}.m-promo.m-promo--saved-item .m-promo__saved-item{margin-top:-3px}.m-promo.m-promo--saved-item .m-promo__saved-item:after,.m-promo.m-promo--saved-item .m-promo__saved-item:before{content:none}.m-promo.m-promo--saved-item .a-button--outline-big.is-active:not(:hover),.m-promo.m-promo--saved-item .a-button--outline.is-active:not(:hover){color:var(--colorButton);border-color:var(--colorButton)}.m-promo.m-promo--saved-profile{align-items:flex-start;justify-content:space-between}.m-promo.m-promo--saved-profile .m-promo__content{order:2;margin-right:auto}.m-promo.m-promo--saved-profile[data-has-media] .m-promo__content{padding-left:15px}@media screen and (min-width:768px){.m-promo.m-promo--saved-profile[data-has-media] .m-promo__content{padding-left:30px}}.m-promo.m-promo--saved-profile .m-promo__title{margin-top:-5px;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975)}@media screen and (min-width:768px){.m-promo.m-promo--saved-profile .m-promo__title{margin-top:-9px}}.o-pageDivider__aside .m-promo[data-has-media] .m-promo.m-promo--saved-profile .m-promo__title{padding-left:60px}@media screen and (min-width:768px){.o-pageDivider__aside .m-promo[data-has-media] .m-promo.m-promo--saved-profile .m-promo__title{padding-left:70px}}.m-promo.m-promo--saved-profile .m-promo__tagline{display:inline-block;margin-top:6px}@media screen and (min-width:768px){.m-promo.m-promo--saved-profile .m-promo__tagline{margin-top:10px}}.o-pageDivider__aside .m-promo[data-has-media] .m-promo.m-promo--saved-profile .m-promo__tagline{padding-left:60px}@media screen and (min-width:768px){.o-pageDivider__aside .m-promo[data-has-media] .m-promo.m-promo--saved-profile .m-promo__tagline{padding-left:70px}}.m-promo.m-promo--saved-profile .m-promo__media{order:1;width:45px;height:45px;flex-shrink:0;border-radius:100%;overflow:hidden;margin-left:0}@media screen and (min-width:768px){.m-promo.m-promo--saved-profile .m-promo__media{width:85px;height:85px}}.m-promo.m-promo--saved-profile .m-promo__media img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.o-pageDivider__aside .m-promo.m-promo--saved-profile .m-promo__media{position:absolute;top:14px;left:0}@media screen and (min-width:768px){.o-pageDivider__aside .m-promo.m-promo--saved-profile .m-promo__media{top:20px;width:55px;height:55px}}.m-promo.m-promo--saved-profile .m-promo__action{order:3;justify-self:flex-end;display:inline-block;padding-left:12px;margin-top:-4px;vertical-align:top}.m-promo.m-promo--saved-profile .a-button--outline-big.is-active:not(:hover),.m-promo.m-promo--saved-profile .a-button--outline.is-active:not(:hover){color:var(--colorButton);border-color:var(--colorButton)}.m-promo--stacked .m-promo__title{margin-bottom:20px;display:block;width:100%}.m-promo--stacked .m-promo__description{margin-bottom:20px;margin-top:0;width:100%}.m-promo--stacked button{margin-top:30px}.m-promo--stacked .a-link__icon{width:30px;height:30px;margin-left:-9px;margin-top:-6px}.m-promo--stacked .a-link__download{align-items:center;font-size:11px;text-transform:uppercase;font-weight:600}@media screen and (min-width:768px){.m-promo--vertical[data-has-media]{flex-wrap:nowrap}.m-promo--vertical[data-has-media] .m-promo__content{flex:0 0 auto}}@media screen and (min-width:768px)and (max-width:767px){.m-promo--vertical[data-has-media] .m-promo__content{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (min-width:768px)and (max-width:1023px){.m-promo--vertical[data-has-media] .m-promo__content{width:calc(50vw - 65px);margin-left:40px}}@media screen and (min-width:768px)and (min-width:1024px)and (max-width:1279px){.m-promo--vertical[data-has-media] .m-promo__content{width:calc(25vw - 51.25px);margin-left:35px}}@media screen and (min-width:768px)and (min-width:1280px)and (max-width:1439px){.m-promo--vertical[data-has-media] .m-promo__content{width:calc(25vw - 65px);margin-left:50px}}@media screen and (min-width:768px)and (min-width:1440px){.m-promo--vertical[data-has-media] .m-promo__content{width:285px;margin-left:60px}}@media screen and (min-width:768px)and (max-width:767px){.m-promo--vertical[data-has-media] .m-promo__content{width:100%;margin:0}}@media screen and (min-width:768px){.m-promo--vertical[data-has-media] .m-promo__tag{margin-top:-2px}}.m-promo--vertical .m-promo__description{margin-top:19px}.ContentEnhancementHero{display:flex;flex-wrap:wrap;flex-direction:column;clear:both}.ContentEnhancementHero-content .a-link{border-bottom:1px solid var(--colorText--highlight-light)}.ContentEnhancementHero-content .a-link:hover{color:var(--colorText--highlight-light)}.ContentEnhancementHero-description{margin-top:20px;font-weight:400}.ContentEnhancementHero .a-button{margin-top:30px}.ContentEnhancementHero-media{margin-bottom:20px}.ContentEnhancementHero-media,.ContentEnhancementHero-media img{width:100%;height:auto}.ContentEnhancementHero-media{position:relative}.ContentEnhancementHero-media-icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9;width:96px;height:96px;border-radius:50px;display:flex;background-color:var(--colorOverlayIcon--primary);pointer-events:none}.ContentEnhancementHero-media-icon svg{stroke:var(--colorOverlayIcon--primary--txt,currentColor)}.ContentEnhancementHero-media:hover .ContentEnhancementHero-media-icon{background-color:var(--colorOverlayIcon--primary--hover)}.ContentEnhancementHero-media:hover .ContentEnhancementHero-media-icon svg{stroke:var(--colorOverlayIcon--primary--txtHover,var(--colorOverlayIcon--primary--txt))}@media screen and (min-width:768px){.ContentEnhancementHero-description{font-size:15.5px}}@media screen and (min-width:1024px){.ContentEnhancementHero{flex-direction:row}.ContentEnhancementHero-media{margin-bottom:unset}.ContentEnhancementHero-media,.ContentEnhancementHero-media img{width:100%;max-width:100%;height:auto}.ContentEnhancementHero-media{min-width:65.2%}[data-size-variant=small] .ContentEnhancementHero-media{min-width:47.73%}.ContentEnhancementHero-content,.ContentEnhancementHero-media{flex-basis:0}.ContentEnhancementHero-content{flex-grow:1;flex-shrink:1}.ContentEnhancementHero[data-align=right]{flex-direction:row-reverse}.ContentEnhancementHero[data-align=right] .ContentEnhancementHero-media{margin-left:60px}.ContentEnhancementHero[data-align=left] .ContentEnhancementHero-media{margin-right:60px}}.m-quote{padding-top:10px;padding-bottom:20px;border-top:1px solid var(--colorSeparator);border-bottom:1px solid var(--colorSeparator);margin:20px 0}.m-quote:not(.m-quote--no-quotation){position:relative;padding-top:55px}@media screen and (min-width:768px){.m-quote:not(.m-quote--no-quotation){padding-top:65px}}.m-quote:not(.m-quote--no-quotation) blockquote:before{content:"“"}.m-quote:not(.m-quote--no-quotation) .m-quote-icon{position:absolute;left:0;top:18px;width:32px;height:26px}.m-quote:not(.m-quote--no-quotation) .m-quote-icon,.m-quote:not(.m-quote--no-quotation) .m-quote-icon svg{width:32px;height:26px;fill:var(--pullQuoteIconColor)}@media screen and (min-width:768px){.m-quote:not(.m-quote--no-quotation) .m-quote-icon{top:28px}}@media screen and (min-width:768px){.m-quote{padding-top:31px;padding-bottom:45px}}.m-quote blockquote{padding-top:4px;padding-bottom:20px}.m-quote .m-quote__image{margin-right:15px}.m-quote img{border-radius:50%;max-width:55px;max-height:55px}.m-quote.m-quote__blueline{margin-left:0;border:0;padding:0}.Enhancement .m-quote.m-quote__blueline{margin-left:0}.m-quote.m-quote__blueline blockquote{padding-left:30px}.m-quote.m-quote__blueline blockquote:before{content:"";position:absolute;left:0;top:6px;height:calc(100% - 11px);width:3px;background:var(--colorBackground--highlight-detail)}.m-quote.m-quote__blueline .m-quote__footer{display:none}.m-quote__attribution{display:block;margin-top:20px}@media screen and (min-width:768px){.m-quote__attribution{margin-top:25px}}.m-quote__footer{display:flex}.m-quote__share{margin-top:13px;right:0;position:absolute}@media screen and (min-width:768px){.m-quote__share{margin-top:16px}}@media screen and (max-width:767px){.m-quote__share .a-social-share__title span{display:none}}@media screen and (min-width:768px){.Enhancement[data-align-left] .m-quote,.Enhancement[data-align-right] .m-quote{max-width:340px}}@media screen and (min-width:1024px){.Page-hasActionsRail .Enhancement:not([data-align-right]) .m-quote{margin-left:-100px}}@media screen and (min-width:1440px){.Page-hasActionsRail .Enhancement:not([data-align-right]) .m-quote{margin-left:-115px}}.Enhancement .m-carousel .m-quote{margin-left:0}.m-list--current-issue{margin-bottom:30px}.m-list--current-issue .m-list__items{margin-top:20px;border-top:1px solid var(--colorSeparator);padding-top:20px}.m-list--current-issue .m-promo:last-child{border-bottom:0}.m-list--special-report{margin-bottom:30px}.m-list--special-report .m-promo{border-color:var(--colorSeparator--reversed)}.m-list--special-report .m-list__container{background-color:var(--colorBackground--highlight);color:#fff;padding-top:30px!important}.m-list--special-report .m-list__title{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-transform:uppercase;padding:20px 0;text-align:center}.m-list--special-report .m-promo__tag{color:var(--colorText--highlight-light)}.m-list--special-report .m-list__description{text-align:center}.m-list--special-report .m-list__items{margin-top:20px;border-top:1px solid var(--colorSeparator--reversed);padding-top:20px}.m-list--special-report .a-button--small{background-color:var(--colorButton--tertiary)}.m-list--special-report .a-button--small:not([disabled]):hover{background-color:var(--colorButton--tertiary--hover)}.m-filters{display:block}.m-filters__bar{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center;position:relative;width:100%;border-top:1px solid var(--colorSeparator);border-bottom:1px solid var(--colorSeparator);height:auto;padding:10px 0}@media screen and (min-width:1024px){.m-filters__bar{height:80px}}.m-filters__label{color:var(--colorText--contrast);display:none;white-space:nowrap}.m-filters__label:after,.m-filters__label:before{content:none}@media screen and (min-width:768px){.m-filters__label{display:inline-block}}.m-filters__controls{display:flex;flex-wrap:wrap;min-height:24px;align-items:center}.m-filters__controlswrap{display:flex;align-items:center;margin-right:15px}@media screen and (min-width:768px){.m-filters__controlswrap{margin-right:50px}}.m-filters__controls__button{display:none;position:relative;padding-right:20px;color:var(--colorText);transition:color .16s cubic-bezier(.59,.01,.37,.975)}.m-filters__controls__button:after,.m-filters__controls__button:before{content:none}@media screen and (min-width:768px){.m-filters__controls__button{display:inline-block;margin-left:25px}.m-filters.is-open .m-filters__controls__button,.m-filters:hover .m-filters__controls__button{color:var(--colorText--contrast)}.is-active .m-filters.is-open .m-filters__controls__button,.is-active .m-filters:hover .m-filters__controls__button,.m-filters.is-open .m-filters__controls__button.is-active,.m-filters.is-open .m-filters__controls__button:hover,.m-filters:hover .m-filters__controls__button.is-active,.m-filters:hover .m-filters__controls__button:hover{color:var(--colorText)}.is-active .m-filters__controls__button{color:var(--colorText)!important}}.m-filters__controls__button:after{content:"";position:absolute;right:2px;top:50%;width:0;height:0;margin-top:-3px;border-color:currentcolor transparent transparent;border-style:solid;border-width:5px 5px 0}.is-active .m-filters__controls__button:after,.is-open .m-filters__controls__button.is-active:after{transform:rotate(180deg)}.m-filters__controls__button--search{padding-left:15px;display:inline-block;margin-left:0}@media screen and (max-width:500px){.m-filters__controls__button--search{font-size:0;width:35px}}@media screen and (min-width:768px){.m-filters__controls__button--search{height:39px;padding-left:32px}}@media screen and (min-width:1024px){.m-filters__controls__button--search{padding-left:40px}}.m-filters__controls__button--search svg{position:absolute;left:-17px;top:16;width:30px;height:30px;transform:translateY(-10px);stroke:currentColor}@media screen and (min-width:768px){.m-filters__controls__button--search svg{left:-5px;transform:translateY(-8px)}}@media screen and (min-width:1024px){.m-filters__controls__button--search svg{left:0}}.m-filters__controls__button--search:after{top:-30%;left:-26px;width:1px;height:160%;margin:0;border:0;background:var(--colorSeparator);pointer-events:none}@media screen and (min-width:1024px){.m-filters__controls__button--search:after{top:-50%;height:200%}}.m-filters__controls__button--filters{display:inline-block;padding-left:35px;margin-left:0;height:100%}@media screen and (min-width:768px){.m-filters__controls__button--filters{display:none}}@media screen and (min-width:1024px){.m-filters__controls__button--filters{padding-left:40px}}.m-filters__controls__button--filters:after{display:none}.m-filters__controls__button--filters svg{position:absolute;left:0;width:30px;height:30px;transform:translateY(-10px);fill:currentColor}.m-filters__sorting{display:none}@media screen and (min-width:768px){.m-filters__sorting{display:inline-flex;align-items:center;height:100%}}.m-filters__sorting .a-dropdown{display:inline-flex;height:100%;margin-left:5px}.m-filters__sorting .a-dropdown__element{bottom:0;z-index:9999}.m-filters__sorting .a-dropdown__element:after{display:none}.m-filters__sorting .a-dropdown__element:hover .a-radio__label{color:var(--colorText--contrast)}.m-filters__sorting .a-dropdown__element:hover .a-radio__label:hover{color:var(--colorText)}.m-filters__sorting .m-filters__controls__button{margin-left:0;color:var(--colorText--contrast)}.m-filters__sorting .m-filters__controls__button:after{margin-top:-2px}.m-filters__sorting .a-radio__label{padding-left:0;margin:8px 0;display:block}.m-filters__sorting .a-radio__label span:before{content:none}.m-filters__sorting .a-radio__label input:checked+span{font-weight:700;color:var(--colorText--contrast)}.m-filters__tabs{height:0;position:relative;overflow:hidden;background-color:var(--colorBackground);transition:height .4s cubic-bezier(.59,.01,.37,.975)}.m-filters.is-open .m-filters__tabs{border-bottom:1px solid var(--colorSeparator)}.m-filters__tab{position:absolute;width:100%;left:0;top:0;-moz-columns:2;column-count:2;-moz-column-rule:1px solid var(--colorSeparator);column-rule:1px solid var(--colorSeparator);-moz-column-gap:25px;column-gap:25px;padding:15px 1px;visibility:hidden;opacity:0;transition:all .16s cubic-bezier(.59,.01,.37,.975)}@media screen and (min-width:768px)and (max-width:1023px){.m-filters__tab{-moz-column-gap:40px;column-gap:40px}}@media screen and (min-width:1024px){.m-filters__tab{-moz-columns:3;column-count:3;padding:20px 1px;-moz-column-gap:35px;column-gap:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-filters__tab{-moz-column-gap:50px;column-gap:50px}}@media screen and (min-width:1440px){.m-filters__tab{-moz-column-gap:60px;column-gap:60px}}.m-filters__tab.is-active{visibility:visible;opacity:1}.m-filters__tab:hover .a-checkbox__label span{color:var(--colorText--contrast)}.m-filters__tab:hover .a-checkbox__label:hover span,.m-filters__tab:hover .a-checkbox__label input:checked+span{color:var(--colorText)}.m-filters__tab .m-filters__input,.m-filters__tab .m-filters__sort-button{padding-left:1px}.m-filters__tab .m-filters__input{-moz-column-break-inside:avoid;break-inside:avoid-column;max-width:97%}.m-filters__search{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .14s cubic-bezier(.59,.01,.37,.975),visibility .14s cubic-bezier(.59,.01,.37,.975)}[data-whatclasses*=m-filters__search__] .m-filters__search{z-index:999}.m-filters.is-search-open .m-filters__search{opacity:1;visibility:visible;background-color:#fff}.m-filters__search__input{height:100%;border:0;padding-right:40px;-webkit-appearance:none;appearance:none;width:calc(100% - 20px);margin-left:-10px;padding-left:10px}.m-filters__search__input:after,.m-filters__search__input:before{content:none}.m-filters__search__input::-webkit-input-placeholder{color:var(--colorText--contrast)}.m-filters__search__input:-moz-placeholder,.m-filters__search__input::-moz-placeholder{color:var(--colorText--contrast)}.m-filters__search__input:-ms-input-placeholder{color:var(--colorText--contrast)}.m-filters__search__btn{position:absolute;right:-5px;top:0;height:100%;width:30px}.m-filters__search__btn svg{width:30px;height:30px;stroke:var(--colorText--contrast)}.m-filters__search__input:not(:placeholder-shown)+.m-filters__search__btn+.m-filters__search__btn svg{stroke:var(--colorText)}.m-filters__search__btn--reset{width:20px;height:20px;top:50%;right:40px;margin-top:-11px;background:var(--colorSeparator);border-radius:100%}.m-filters__search__btn--reset svg{width:10px;height:10px;fill:var(--colorText);stroke:none}@media screen and (max-width:1023px){.m-filters__search__btn--reset svg{transform:translateY(1px)}}.m-filters__mobile__title{display:none}@media screen and (max-width:767px){.m-filters__mobile__title[data-showing]{display:inline-block}}.m-filters__mobile__title .m-filters-selected__title{margin:0;transform:translateY(-2px);display:inline-block}.m-filters__mobile__title .m-filters__search__btn--reset{position:relative;top:auto;right:auto;margin-left:10px;transform:translateY(-2px)}.m-filters-selected{display:none;width:100%;padding-right:50px;justify-content:center}@media screen and (min-width:768px){.m-filters-selected{margin-top:20px;padding-right:0}}.m-filters-selected[data-showing]{display:block}@media screen and (min-width:768px){.m-filters-selected[data-showing]{display:flex}}.m-filters-selected__title{margin-right:15px;color:var(--colorText--contrast);line-height:32px}@media screen and (max-width:767px){.m-filters-selected__title{display:none}}.m-filters-selected__header{margin-top:55px;margin-bottom:20px;padding-bottom:11px;border-bottom:1px solid var(--colorSeparator);display:none}@media screen and (min-width:1024px){.m-filters-selected__header{display:block}}.m-filters-selected__content{display:inline}.m-filters-selected__item{height:30px;padding:0 30px 0 20px;margin-bottom:4px;line-height:30px;border-radius:30px;background:var(--colorBackground--contrast);border:1px solid transparent;white-space:nowrap;transition:border-color .12s cubic-bezier(.59,.01,.37,.975);max-width:100%;overflow:hidden;text-overflow:ellipsis;position:relative}.m-filters-selected__item:after,.m-filters-selected__item:before{content:none}.m-filters-selected__item svg{width:10px;height:10px;margin-left:10px;fill:var(--colorText);stroke:none;vertical-align:middle;transform:translateY(-1px);position:absolute;top:10px;right:10px}.m-filters-selected__item:hover{border-color:var(--colorButton--cta--border--hover)}html[data-whatinput=keyboard] .m-filters-selected__item:not([disabled]):focus{box-shadow:0 0 0 2px var(--colorBackground),0 0 0 3px var(--colorButton--focus)}.m-filters-selected__clear{margin-left:15px;line-height:32px;position:relative}.m-filters-selected__clear:after,.m-filters-selected__clear:before{content:none}.m-filters-selected__clear:hover{color:var(--colorText--hover)}html[data-whatinput=keyboard] .m-filters-selected__clear:not([disabled]):focus{box-shadow:0 0 0 2px var(--colorBackground),0 0 0 3px var(--colorButton--focus)}.m-filters-selected__clear:after{content:"";margin:0;padding:0;position:absolute;bottom:6px;width:100%;height:1px;background-color:currentColor}@media screen and (max-width:767px){.m-filters-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;padding:10px 20px;background:var(--colorBackground);z-index:10000;overflow-y:scroll;z-index:99999}.m-filters-overlay[data-filters-open=true]{display:block}}.m-filters-overlay__close{position:absolute;right:16px;top:11px}.m-filters-overlay__close svg{width:30px;height:30px;fill:currentColor}@media screen and (min-width:768px){.m-filters-overlay__close{display:none}}.m-filters-overlay__filters{margin-top:40px;border-bottom:1px solid var(--colorSeparator)}@media screen and (min-width:768px){.m-filters-overlay__filters{display:none}}.m-filters-selected[data-showing=true]+.m-filters-overlay__filters{margin-top:5px}.m-filters-overlay__filters-button{position:relative;width:100%;height:50px;border-top:1px solid var(--colorSeparator);border-bottom:1px solid transparent;text-align:left;transition:border-color 0s cubic-bezier(.59,.01,.37,.975) .4s}.m-filters-overlay__filters-button:after{content:"";position:absolute;right:2px;top:50%;width:0;height:0;margin-top:-2px;border-color:currentcolor transparent transparent;border-style:solid;border-width:5px 5px 0}.m-filters-overlay__filters-button.is-active{border-bottom:1px solid var(--colorSeparator);transition-delay:0s}.m-filters-overlay__filters-button.is-active:after{transform:rotate(180deg)}.m-filters-overlay__filters-tab{height:0;overflow:hidden;transition:height .4s cubic-bezier(.59,.01,.37,.975)}.m-filters-overlay__filters-tab__content{-moz-columns:2;column-count:2;-moz-column-rule:1px solid var(--colorSeparator);column-rule:1px solid var(--colorSeparator);-moz-column-gap:25px;column-gap:25px;padding:15px 1px}.m-filters-overlay__filters-tab__content[data-filtercount="1"]{-moz-columns:1;column-count:1}@media screen and (min-width:768px)and (max-width:1023px){.m-filters-overlay__filters-tab__content{-moz-column-gap:40px;column-gap:40px}}.m-filters-overlay__filters-tab__content .m-filters__input,.m-filters-overlay__filters-tab__content .m-filters__sort-button{padding-left:1px}[data-filters-hasdropdown] .m-filters-overlay__filters-tab__content{-moz-columns:1;column-count:1}[data-filters-hasdropdown] .m-filters-overlay__filters-tab__content .a-input-wrapper{margin-top:0}[data-filters-hasdropdown] .m-filters-overlay__filters-tab__content .a-select{width:100%}.is-active+[data-filters-hasdropdown],[data-filters-hasdropdown] .a-select.select-arrow-active{height:unset!important}.o-search-results [data-filters-hasdropdown] .a-select.select-arrow-active:after,.o-search-results [data-filters-hasdropdown]:after{top:18px}[data-filters-hasdropdown] .a-select.select-arrow-active .select-items,[data-filters-hasdropdown] .select-items{position:relative;max-height:50vh;overflow-y:auto;-webkit-overflow-scrolling:touch}[data-filters-hasdropdown] .a-select.select-arrow-active .select-items::-webkit-scrollbar,[data-filters-hasdropdown] .select-items::-webkit-scrollbar{width:.5em;height:.5em}[data-filters-hasdropdown] .a-select.select-arrow-active .select-items::-webkit-scrollbar-thumb,[data-filters-hasdropdown] .select-items::-webkit-scrollbar-thumb{background:#ebeff0}[data-filters-hasdropdown] .a-select.select-arrow-active .select-items::-webkit-scrollbar-track,[data-filters-hasdropdown] .select-items::-webkit-scrollbar-track{background:#f5f7f8}[data-filters-hasdropdown] .a-select.select-arrow-active .select-items,[data-filters-hasdropdown] .select-items{scrollbar-face-color:#ebeff0;scrollbar-track-color:#f5f7f8}.m-filters__no-results{text-align:center}.m-filters__no-results h1{margin-top:55px;margin-bottom:40px}.o-searchFilters__main .m-filters__no-results{text-align:left}.o-searchFilters__main .m-filters__no-results h1{margin-top:35px}.m-filters__no-results__label{display:block;padding-top:30px;border-top:1px solid var(--colorSeparator)}.SearchResultsModule .m-banner:after{content:none}.SearchResultsModule-wAside.o-pageDivider{width:100%;display:flex;justify-content:space-between}.SearchResultsModule-wAside.o-pageDivider,.SearchResultsModule-wAside.o-pageDivider .o-pageDivider__main{margin-left:unset}.SearchResultsModule-wAside.o-pageDivider .SearchResultsModule-aside{margin:unset;padding-top:30px}.SearchResultsModule-wAside.o-pageDivider .SearchResultsModule-aside .GoogleDfpAd{display:flex;justify-content:center}.SearchResultsModule-noAside.o-pageDivider{margin-left:0}.SearchResultsModule-noAside.o-pageDivider .o-pageDivider__main{width:100%;margin-left:0}.SearchResultsModule-noAside .o-listing__content:after{content:none}.SearchResultsModule .m-list__items{max-width:860px}.o-searchFilters{display:flex;flex-flow:row wrap}@media screen and (max-width:767px){.o-searchFilters{margin-left:-25px}@supports(-ms-ime-align:auto){.o-searchFilters{width:calc(100% + 26px)}}}@media screen and (min-width:768px)and (max-width:1023px){.o-searchFilters{margin-left:-40px}@supports(-ms-ime-align:auto){.o-searchFilters{width:calc(100% + 41px)}}}@media screen and (min-width:1024px)and (max-width:1279px){.o-searchFilters{margin-left:-35px}@supports(-ms-ime-align:auto){.o-searchFilters{width:calc(100% + 36px)}}}@media screen and (min-width:1280px)and (max-width:1439px){.o-searchFilters{margin-left:-50px}@supports(-ms-ime-align:auto){.o-searchFilters{width:calc(100% + 51px)}}}@media screen and (min-width:1440px){.o-searchFilters{margin-left:-60px}@supports(-ms-ime-align:auto){.o-searchFilters{width:calc(100% + 61px)}}}@media screen and (min-width:1024px){.o-searchFilters{flex-flow:row}}.o-searchFilters .o-searchFilters__main{flex:0 0 auto}@media screen and (max-width:767px){.o-searchFilters .o-searchFilters__main{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.o-searchFilters .o-searchFilters__main{width:calc(100vw - 90px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-searchFilters .o-searchFilters__main{width:calc(75vw - 83.75px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-searchFilters .o-searchFilters__main{width:calc(75vw - 95px);margin-left:50px}}@media screen and (min-width:1440px){.o-searchFilters .o-searchFilters__main{width:975px;margin-left:60px}}@media screen and (min-width:1024px){.o-searchFilters .o-searchFilters__main{position:relative}.o-searchFilters .o-searchFilters__main:before{content:"";position:absolute;top:30px;left:-17.5px;height:calc(100% - 30px);width:1px;background:var(--colorSeparator)}}@media screen and (min-width:1280px)and (max-width:1439px){.o-searchFilters .o-searchFilters__main:before{left:-25px}}@media screen and (min-width:1440px){.o-searchFilters .o-searchFilters__main:before{left:-30px}}.o-searchFilters .o-searchFilters__aside{flex:0 0 auto}@media screen and (max-width:767px){.o-searchFilters .o-searchFilters__aside{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.o-searchFilters .o-searchFilters__aside{width:calc(100vw - 90px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-searchFilters .o-searchFilters__aside{width:calc(25vw - 51.25px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-searchFilters .o-searchFilters__aside{width:calc(25vw - 65px);margin-left:50px}}@media screen and (min-width:1440px){.o-searchFilters .o-searchFilters__aside{width:285px;margin-left:60px}}.o-search-results__header{position:relative}@media screen and (min-width:768px){.o-search-results__header{margin-bottom:-30px}}.o-search-results__header h1{display:block;margin-top:30px;margin-bottom:20px;text-align:center}@media screen and (min-width:768px){.o-search-results__header h1{margin-top:55px;margin-bottom:40px}}.o-search-results__header h1 sub{transform:translateY(2px)}.o-search-results__header h1 sub:after,.o-search-results__header h1 sub:before{content:none}.o-search-results__header .m-filters__sorting{position:absolute;height:90px;right:0;bottom:-30px}@media screen and (min-width:768px)and (max-width:1023px){.o-search-results__header .m-filters__sorting{display:none}}.o-search-results__help{position:absolute;left:0;top:-23px;padding-bottom:3px;border-bottom:1px solid;color:var(--colorText--contrast)}.o-search-results__help:hover{color:var(--colorText)}@media screen and (min-width:768px){.o-search-results__help{top:-43px}}@media screen and (min-width:1024px){.o-search-results__help{top:-38px}}.o-searchFilters__section-title{margin-top:35px;padding-bottom:13px;border-bottom:1px solid var(--colorSeparator);text-transform:uppercase}@media screen and (min-width:768px){.o-searchFilters__section-title{margin-top:55px;padding-bottom:18px}}@media screen and (min-width:1024px){.o-searchFilters__section-title{margin-top:100px;padding-bottom:33px}}.o-searchFilters__section-title:first-child{margin-top:20px}@media screen and (min-width:768px){.o-searchFilters__section-title:first-child{margin-top:35px}}@media screen and (min-width:1024px){.o-searchFilters__section-title:first-child{margin-top:25px}}.m-filters__save-button{min-width:0;padding:0 13px}@media screen and (min-width:768px){.m-filters__save-button{padding:0 28px}}.m-filters__save-button svg{width:16px;height:16px;margin-right:3px;fill:none;stroke-width:2.5px;stroke:currentColor;transition:fill .12s cubic-bezier(.59,.01,.37,.975)}.m-filters__save-button:hover svg{fill:currentColor}@media screen and (min-width:768px)and (max-width:1023px){.o-search-results .m-filters-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;padding:10px 20px;background:var(--colorBackground);z-index:10000;overflow-y:scroll}.o-search-results .m-filters-overlay[data-filters-open=true]{display:block}}@media screen and (min-width:1024px){.o-search-results .m-filters-overlay{display:block;padding-top:65px}}.o-search-results .m-filters-overlay a{display:inline-block;margin-top:10px;margin-bottom:10px;padding-bottom:4px;color:var(--colorText--contrast);border-bottom:1px solid var(--colorText--highlight-light)}.o-search-results .m-filters-overlay a:hover{color:var(--colorText)}.o-search-results .m-filters-overlay .a-select{font-size:12.5px;align-items:center}@media screen and (min-width:1024px){.o-search-results .m-filters-overlay .a-select{margin-top:-6px}}.o-search-results .m-filters-overlay .a-select:after{content:"";position:absolute;right:10px;top:50%;width:0;height:0;margin-top:-3px;transform:none;border-color:currentcolor transparent transparent;border-style:solid;border-width:5px 5px 0}.o-search-results .m-filters-overlay .a-select.select-arrow-active:after{transform:rotate(180deg)}.o-search-results .m-filters-overlay .a-select .select-selected{color:#8d9498;padding-top:0;padding-bottom:0}.o-search-results .m-filters-overlay__close{display:block}@media screen and (min-width:1024px){.o-search-results .m-filters-overlay__close{display:none}}@media screen and (min-width:768px){.o-search-results .m-filters-overlay__filters{display:block}}@media screen and (min-width:1024px){.o-search-results .m-filters-selected{position:relative}.o-search-results .m-filters-selected__clear{position:absolute;top:-10px;right:0}}@media screen and (min-width:1024px){.o-search-results .m-filters-selected[data-showing=true]+.m-filters-overlay__filters{margin-top:15px}}@media screen and (min-width:768px)and (max-width:1023px){.o-search-results .m-filters__controls__button--filters{display:inline-block}}.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio{color:var(--colorText--contrast)}.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox .a-checkbox__label span:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox .a-radio span:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio .a-checkbox__label span:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio .a-radio span:before{margin-right:10px}@media screen and (min-width:768px){.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox .a-checkbox__label span:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-checkbox .a-radio span:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio .a-checkbox__label span:before,.o-search-results .m-filters-overlay:not([data-filters-open=true]) .a-radio .a-radio span:before{width:8px;height:8px;margin-right:10px}}.o-search-results .m-filters-selected[data-showing=true]{display:block}.o-search-results .m-filters__search{position:relative;opacity:1;visibility:visible;height:50px}.o-search-results .m-filters__search:before{content:"";position:absolute;z-index:0;left:-20px;right:-20px;top:100%;border-top:1px solid #000;pointer-events:none}@media screen and (min-width:768px)and (max-width:1023px){.o-search-results .m-filters__search:before{left:-45px;right:-45px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-search-results .m-filters__search:before{left:-50px;right:-50px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-search-results .m-filters__search:before{left:-55px;right:-55px}}@media screen and (min-width:1440px){.o-search-results .m-filters__search:before{left:-99em;right:-99em}}@media screen and (min-width:768px)and (max-width:1023px){.o-search-results .m-filters__search{height:70px}}@media screen and (min-width:1024px){.o-search-results .m-filters__search{height:80px}}.o-search-results .m-filters__search:before{border-color:var(--colorSeparator)}.o-search-results .m-filters__search__btn--reset{display:none}.o-search-results .m-filters__search__input:not(:placeholder-shown)+.m-filters__search__btn{display:block}@media screen and (max-width:767px){.o-search-results .m-filters-overlay__filters-tab__content{-moz-columns:1;column-count:1}}@media screen and (min-width:1024px){.o-search-results .m-filters-overlay__filters-tab__content{-moz-columns:1;column-count:1}}@media screen and (min-width:1024px){.o-search-results .m-filters__bar{height:0;border-top:0;position:relative}.o-search-results .m-filters__save-button{position:absolute;top:50px;left:0}.o-search-results .m-filters-overlay__filters{border-bottom:0;margin-top:40px}.o-search-results .m-filters-overlay__filters-tab{height:auto}.o-search-results .m-filters-overlay__filters-button{height:auto;margin-top:35px;padding-bottom:11px;border-top:0;border-bottom:1px solid var(--colorSeparator);pointer-events:none}.o-search-results .m-filters-overlay__filters-button:after{content:none}.o-search-results .m-filters__input{padding:5px 0}.o-search-results .m-filters-overlay__filters-tab[data-search-results-sorts],.o-search-results [data-filters-overlay-tab-button=sort]{display:none}}.m-filters__input--range .a-daterange{overflow:hidden;max-height:100px;transition:max-height .4s cubic-bezier(.59,.01,.37,.975)}.m-filters__input--range .a-daterange input{font-size:16px}.m-filters__input--range .a-daterange input[disabled]{opacity:.5}.m-filters__input--range.is-active .a-radio span:before{background:var(--colorCheckbox--active)}.m-filters__input--range.is-active .a-daterange{max-height:100px}@media screen and (max-width:1023px){.m-filters__input--range{padding-bottom:30px}}.SearchResultsPage .Module--Context>ps-search-results-module.Module{padding-top:0}.SearchResultsPage main{padding-bottom:40px}.SearchResultsPage .o-searchFilters__main .m-banner{justify-content:flex-start}.SearchResultsPage .o-searchFilters__main .m-banner:after{background-color:currentColor}.SearchResultsPage .a-select{max-width:100%}.SearchResultsPage ps-list-loadmore .m-banner:before{content:none}.SearchResultsPage ps-list-loadmore+ps-list-loadmore{padding-top:40px}.SectionPage-secondaryNavigation{width:100%}.SectionPage .Page-pageBreadcrumbs{display:inline-block}.m-socialbar__list-item{display:inline-block;margin-left:10px}.a-social-link{display:inline-block}.a-social-link svg{width:23px;height:23px;fill:var(--colorIcon--contrast);transition:fill .12s cubic-bezier(.59,.01,.37,.975)}.s-color-reversed .a-social-link svg{fill:var(--colorIcon--reversed)}.a-social-link[data-social-service=email] svg{width:30px;height:30px}.a-social-link[data-social-service=flipboard] svg{height:25px}.a-social-link:hover svg{fill:var(--colorIcon--contrast-hover)}.s-color-reversed .a-social-link:hover svg{fill:var(--colorIcon--reversed-hover)}.m-tabs{position:relative;display:block;margin-top:30px;overflow:initial}@media screen and (min-width:768px){.m-tabs{margin-top:45px}}.m-tabs__controls{display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;position:relative;height:51px;width:100%;border-top:1px solid var(--colorSeparator);border-bottom:1px solid var(--colorSeparator)}@media screen and (min-width:768px){.m-tabs__controls{height:61px}}@media screen and (min-width:1024px){.m-tabs__controls{height:80px}}.m-tabs__link{display:inline-block;position:relative;margin-right:15px;color:var(--colorText--contrast)}.m-tabs__link:after,.m-tabs__link:before{content:none}@media screen and (min-width:768px){.m-tabs__link{margin-right:30px}}.m-tabs__link:hover,.m-tabs__link[data-active=true]{color:var(--colorText)}.m-tabs__link[data-active=true]:after{content:"";position:absolute;padding:0;margin:0;width:100%;height:1px;background:var(--colorBackground--highlight-light);bottom:-20px}@media screen and (min-width:768px)and (max-width:1023px){.m-tabs__link[data-active=true]:after{bottom:-23px}}@media screen and (min-width:1024px){.m-tabs__link[data-active=true]:after{bottom:-32px}}.m-tabs__panel{display:none}.m-tabs__panel[data-visible=true]{display:block}b>i{font-weight:700}.a-text.Module{overflow:unset}.a-text sub{transform:translateY(4px);display:inline-block;margin-right:5px}.a-text center,.a-text h4,.a-text h5,.a-text h6,.a-text ol,.a-text p,.a-text ul{margin-top:30px}@media screen and (min-width:768px){.a-text center,.a-text h4,.a-text h5,.a-text h6,.a-text ol,.a-text p,.a-text ul{margin-top:35px}}.a-text center:first-child,.a-text h4:first-child,.a-text h5:first-child,.a-text h6:first-child,.a-text ol:first-child,.a-text p:first-child,.a-text ul:first-child{margin-top:0}.a-text h2,.a-text h3{margin-top:26px}@media screen and (min-width:768px){.a-text h2,.a-text h3{margin-top:45px}}@media screen and (min-width:768px){.a-text h4,.a-text h5,.a-text h6{margin-top:50px}}.a-text a:not([class]){border-bottom:1px solid var(--colorText--highlight-light)}.a-text a:not([class]):hover{color:var(--colorText--highlight-light)}.a-text .Enhancement,.a-text .m-fineprint,.a-text center,.a-text ol,.a-text p,.a-text small,.a-text ul{display:block}.a-text .Enhancement{margin-top:30px}.a-text .Enhancement li,.a-text .Enhancement ol{margin-bottom:25px}.a-text br{margin-bottom:20px;content:"";display:block}.a-text ol,.a-text ul{padding-left:20px}.a-text blockquote>*,.a-text li{padding-left:5px}@media screen and (min-width:1024px){.a-text blockquote>*,.a-text li{padding-left:10px}}.a-text blockquote{position:relative}.a-text blockquote p:first-child{margin-top:0}.a-text small{display:block;margin-top:36px}@media screen and (min-width:768px){.a-text small{margin-top:60px}}.a-text.a-text--intro blockquote,.a-text.a-text--intro center,.a-text.a-text--intro h2,.a-text.a-text--intro h3,.a-text.a-text--intro h4,.a-text.a-text--intro h5,.a-text.a-text--intro h6,.a-text.a-text--intro ol,.a-text.a-text--intro p,.a-text.a-text--intro ul{margin-top:25px}@media screen and (min-width:768px){.a-text.a-text--intro blockquote,.a-text.a-text--intro center,.a-text.a-text--intro h2,.a-text.a-text--intro h3,.a-text.a-text--intro h4,.a-text.a-text--intro h5,.a-text.a-text--intro h6,.a-text.a-text--intro ol,.a-text.a-text--intro p,.a-text.a-text--intro ul{margin-top:50px}}.a-text.a-text--two-columns{padding-left:25px;padding-right:25px}@media screen and (min-width:768px){.a-text.a-text--two-columns{padding-right:0;padding-left:calc(12.5vw - 6.25px)}}@media screen and (min-width:1024px)and (max-width:1279px){.a-text.a-text--two-columns{padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.a-text.a-text--two-columns{padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.a-text.a-text--two-columns{padding-left:115px}}.a-text.a-text--two-columns center:after,.a-text.a-text--two-columns center:before,.a-text.a-text--two-columns h5:after,.a-text.a-text--two-columns h5:before,.a-text.a-text--two-columns h6:after,.a-text.a-text--two-columns h6:before,.a-text.a-text--two-columns ol:after,.a-text.a-text--two-columns ol:before,.a-text.a-text--two-columns p:after,.a-text.a-text--two-columns p:before,.a-text.a-text--two-columns ul:after,.a-text.a-text--two-columns ul:before{content:none}.a-text.a-text--two-columns .a-text__columns,.a-text.a-text--two-columns blockquote,.a-text.a-text--two-columns center,.a-text.a-text--two-columns h2,.a-text.a-text--two-columns h3,.a-text.a-text--two-columns h4,.a-text.a-text--two-columns h5,.a-text.a-text--two-columns h6,.a-text.a-text--two-columns ol,.a-text.a-text--two-columns p,.a-text.a-text--two-columns ul{margin-top:20px;padding-left:0}@media screen and (min-width:768px){.a-text.a-text--two-columns .a-text__columns,.a-text.a-text--two-columns blockquote,.a-text.a-text--two-columns center,.a-text.a-text--two-columns h2,.a-text.a-text--two-columns h3,.a-text.a-text--two-columns h4,.a-text.a-text--two-columns h5,.a-text.a-text--two-columns h6,.a-text.a-text--two-columns ol,.a-text.a-text--two-columns p,.a-text.a-text--two-columns ul{margin-top:25px}}.a-text.a-text--two-columns h2{margin-top:25px}.a-text.a-text--two-columns ol,.a-text.a-text--two-columns ul{padding-left:20px}@media screen and (min-width:1024px){.a-text.a-text--two-columns .a-text__columns{-moz-columns:2;column-count:2;-moz-column-gap:35px;column-gap:35px}.a-text.a-text--two-columns .a-text__columns>:first-child{margin-top:0}}@media screen and (min-width:1280px)and (max-width:1439px){.a-text.a-text--two-columns .a-text__columns{-moz-column-gap:50px;column-gap:50px}}@media screen and (min-width:1440px){.a-text.a-text--two-columns .a-text__columns{-moz-column-gap:60px;column-gap:60px}}.a-text .cms-textAlign-center{text-align:center}.a-text .cms-textAlign-right{text-align:right}.a-text:after{content:"";display:table;clear:both}.a-text table{border:1px solid var(--colorSeparator);border-top:0;min-width:calc(100% - 1px)}.a-text table .Enhancement,.a-text table .Enhancement-item{margin:0}.a-text table:after,.a-text table:before{content:none}.a-text table h2,.a-text table h3,.a-text table h4,.a-text table h5{margin:0}.a-text table h2,.a-text table h3,.a-text table h4,.a-text table h5,.Enhancement .a-text table h2,.Enhancement .a-text table h3,.Enhancement .a-text table h4,.Enhancement .a-text table h5{text-align:left}.a-text table h4{color:#0626a9}.a-text table td{padding:8px;border-top:1px solid var(--colorSeparator);position:relative;height:46px;min-width:100px;vertical-align:top}.a-text table td p:first-child{margin-top:0}.a-text table td:after{content:"";display:block;background:var(--colorSeparator);width:1px;height:calc(100% - 18px);position:absolute;right:0;top:10px}.a-text table td:last-child:after{content:none}.a-text.a-text--no-offset .m-fineprint,.a-text.a-text--no-offset blockquote,.a-text.a-text--no-offset center,.a-text.a-text--no-offset h2,.a-text.a-text--no-offset h3,.a-text.a-text--no-offset h4,.a-text.a-text--no-offset h5,.a-text.a-text--no-offset ol,.a-text.a-text--no-offset p,.a-text.a-text--no-offset small,.a-text.a-text--no-offset ul{padding-left:unset}.a-text.a-text--no-offset blockquote,.a-text.a-text--no-offset ol,.a-text.a-text--no-offset ul{padding-left:20px}.a-text.a-text--no-offset blockquote:before{left:0}.a-text.a-text--alternate-type blockquote,.a-text.a-text--alternate-type center,.a-text.a-text--alternate-type h4,.a-text.a-text--alternate-type h5,.a-text.a-text--alternate-type h6,.a-text.a-text--alternate-type ol,.a-text.a-text--alternate-type p,.a-text.a-text--alternate-type ul{margin-top:15px}@media screen and (min-width:768px){.a-text.a-text--alternate-type blockquote,.a-text.a-text--alternate-type center,.a-text.a-text--alternate-type h4,.a-text.a-text--alternate-type h5,.a-text.a-text--alternate-type h6,.a-text.a-text--alternate-type ol,.a-text.a-text--alternate-type p,.a-text.a-text--alternate-type ul{margin-top:30px}}.a-text.a-text--alternate-type h2{margin-top:25px}@media screen and (min-width:768px){.a-text.a-text--alternate-type h2{margin-top:30px}}.a-text.a-text--alternate-type h3,.a-text.a-text--alternate-type h4,.a-text.a-text--alternate-type h5,.a-text.a-text--alternate-type h6{margin-top:20px}@media screen and (min-width:768px){.a-text.a-text--alternate-type h3,.a-text.a-text--alternate-type h4,.a-text.a-text--alternate-type h5,.a-text.a-text--alternate-type h6{margin-top:45px}}.Enhancement[data-align-left] h2,.Enhancement[data-align-left] h3,.Enhancement[data-align-left] h4,.Enhancement[data-align-left] h5,.Enhancement[data-align-left] h6{text-align:left}.Enhancement[data-align-right] h2,.Enhancement[data-align-right] h3,.Enhancement[data-align-right] h4,.Enhancement[data-align-right] h5,.Enhancement[data-align-right] h6{text-align:right}.m-article-title h1{margin-top:20px}@media screen and (min-width:768px)and (max-width:1023px){.m-article-title h1{padding-right:calc(25vw - 52.5px)}}@media screen and (min-width:1024px){.m-article-title h1{margin-top:36px}}.m-article-title a:not([class]){border-bottom:1px solid var(--colorText--highlight-light)}.m-article-title a:not([class]):hover{color:var(--colorText--highlight-light)}.m-article-title__author a[href]{border-bottom:1px solid var(--colorText--highlight-light)}.m-article-title__author a[href]:hover{color:var(--colorText--highlight-light,currentColor)}.m-article-title.m-article-title--sponsor{background:var(--colorBackground--sponsor);padding-top:11px;padding-bottom:30px}@media screen and (min-width:768px){.m-article-title.m-article-title--sponsor{padding-top:1px;padding-bottom:45px}}@media screen and (min-width:768px)and (max-width:1023px){.m-article-title.m-article-title--sponsor h1{margin-top:10px}}.m-article-title.m-article-title--sponsor .m-article-title__authorBy,.m-article-title.m-article-title--sponsor .m-article-title__duration,.m-article-title.m-article-title--sponsor .m-article-title__media{display:none}.m-article-title__topic{display:inline-block;color:var(--colorText--highlight)}a.m-article-title__topic:hover{color:var(--colorText--highlight-light)}.m-article-title__topic-wrapper{margin-top:25px}@media screen and (min-width:768px)and (max-width:1023px){.m-article-title__topic-wrapper{margin-top:35px}}@media screen and (min-width:1024px){.m-article-title__topic-wrapper{margin-top:40px}}.m-article-title__topic-wrapper+h1{margin-top:10px}@media screen and (min-width:768px)and (max-width:1023px){.m-article-title__topic-wrapper+h1{margin-top:5px}}@media screen and (min-width:1024px){.m-article-title__topic-wrapper+h1{margin-top:15px}}.m-article-title__sponsor{border-radius:20px;display:inline-block;padding:5px 7px 4px;margin-top:-1px;margin-right:5px;vertical-align:top;color:var(--colorText--reversed);background-color:var(--color--sponsor);cursor:pointer}.m-article-title__sponsor:after,.m-article-title__sponsor:before{content:none}.m-article-title__intro{margin-top:15px}@media screen and (min-width:1024px){.m-article-title__intro{margin-top:25px}}.m-article-title__tagline{margin-top:10px;display:inline-flex;align-items:center}@media screen and (min-width:768px)and (max-width:1023px){.m-article-title__tagline{margin-top:25px}}@media screen and (min-width:1024px){.m-article-title__tagline{margin-top:35px}}.m-article-title__intro+.m-article-title__tagline{margin-top:15px}@media screen and (min-width:768px)and (max-width:1023px){.m-article-title__intro+.m-article-title__tagline{margin-top:30px}}@media screen and (min-width:1024px){.m-article-title__intro+.m-article-title__tagline{margin-top:25px}}.m-article-title[data-has-media] .m-article-title__tagline{margin-top:15px}@media screen and (min-width:768px){.m-article-title[data-has-media] .m-article-title__tagline{margin-top:13px;margin-bottom:-13px}}@media screen and (min-width:1024px){.m-article-title[data-has-media] .m-article-title__tagline{margin-bottom:-23px}}.m-article-title__tagline-wrapper{display:inline-block}@media screen and (max-width:767px){.m-article-title__tagline-wrapper{padding-top:3px}}.m-article-title__author{font-weight:500;margin-right:4px}@media screen and (max-width:767px){.m-article-title__author{margin-right:9px}}.m-article-title__duration{white-space:nowrap}@media screen and (min-width:768px){.m-article-title__author+.m-article-title__duration{margin-left:-4px}}@media screen and (min-width:768px){.m-article-title__byline{padding-left:4px}}.m-article-title__byline,.m-article-title__duration{color:var(--colorText--contrast)}@media screen and (max-width:767px){.m-article-title__byline,.m-article-title__duration{white-space:nowrap}}.m-article-title__byline svg,.m-article-title__duration svg{fill:currentColor;width:30px;height:30px;margin-bottom:-12px;margin-right:-3px;transform:translateY(-3px)}@media screen and (max-width:767px){.m-article-title__byline svg,.m-article-title__duration svg{display:none}}.m-article-title__media{position:relative;display:inline-block;width:45px;height:45px;margin-right:10px;border-radius:100%;overflow:hidden;vertical-align:top;transform:translateZ(0);flex-shrink:0}@media screen and (min-width:768px){.m-article-title__media{width:55px;height:55px;vertical-align:middle}}.m-article-title__media img{position:absolute;top:50%;left:50%;width:101%;height:auto;min-height:101%;-o-object-fit:cover;object-fit:cover;transform:translate3d(-50%,-50%,0)}.m-article-updatecorrections{font-style:italic;display:block;margin-bottom:20px}.m-landing-title{position:relative;display:block;text-align:center}.m-landing-title.m-landing-title--spaced{padding-bottom:29px}@media screen and (min-width:768px){.m-landing-title.m-landing-title--spaced{padding-bottom:39px}}.m-landing-title.m-landing-title--spaced:after{content:"";position:absolute;width:100%;height:1px;left:0;bottom:0;background-color:var(--colorSeparator);mix-blend-mode:multiply}.m-landing-title h1{width:100%;margin-top:31px}@media screen and (min-width:768px){.m-landing-title h1{margin-top:56px}}[data-has-action] .m-landing-title h1{padding-right:200px}.s-color-reversed .m-landing-title h1{color:var(--colorText--reversed)}.s-color-reversed .m-landing-title:after{background-color:var(--colorSeparator--reversed);mix-blend-mode:normal}.s-color-reversed .m-landing-title .m-landing-title__category a,.s-color-reversed .m-landing-title .m-landing-title__category span{color:var(--colorText--reversed)}.m-landing-title__category{display:block;margin-top:25px}@media screen and (min-width:768px){.m-landing-title__category{margin-top:30px}}.m-landing-title__category a,.m-landing-title__category span{color:var(--colorText--highlight)}.m-landing-title__category a:hover{color:var(--colorText--highlight-light)}.m-landing-title__category+h1{margin-top:5px}@media screen and (min-width:768px){.m-landing-title__category+h1{margin-top:10px}}.m-landing-title__action{margin-top:18px}@media screen and (min-width:1024px){.m-landing-title__action{position:absolute;right:0;bottom:5px}}@media screen and (min-width:768px)and (max-width:1023px){.m-landing-title--spaced .m-landing-title__action{margin-bottom:-10px}}@media screen and (min-width:1024px){.m-landing-title--spaced .m-landing-title__action{bottom:35px}}.m-fineprint{display:block;margin-top:40px;font-size:10.5px;line-height:1.43;font-weight:400;letter-spacing:.21px}.m-fineprint:after,.m-fineprint:before{content:none}@media screen and (min-width:768px){.m-fineprint{font-size:12.5px;line-height:1.6;letter-spacing:.13px}}.Module--Context>.m-fineprint:last-child{margin-bottom:20px}@media screen and (max-width:1439px){.Page-layout .Module--Context>.m-fineprint{padding-left:0;padding-right:0}}.m-fineprint a:not([class]){border-bottom:1px solid var(--colorText--highlight-light)}.m-fineprint a:not([class]):hover{color:var(--colorText--highlight-light)}.m-fineprint__media{display:inline-block;height:27px;margin-left:15px;transform:translateY(38%)}@media screen and (min-width:768px){.m-fineprint__media{height:50px;margin-left:30px;margin-top:-40px;transform:translateY(43%)}}.m-fineprint__media img{height:100%;width:auto}.m-fineprint--expandable .m-fineprint__body{display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.m-fineprint--expandable [data-toggle-in=fineprint] .m-fineprint__body{-webkit-line-clamp:500}.m-fineprint__toggle{margin-top:10px;color:var(--colorText--contrast)}.m-fineprint__toggle:hover{color:var(--colorText)}.m-fineprint__toggle svg{vertical-align:top;margin-left:2px;width:15px;height:15px;fill:currentColor;transform:rotate(-90deg)}@media screen and (min-width:768px){.m-fineprint__toggle svg{margin-top:3px}}.m-fineprint__toggle .expanded,[data-toggle-in=fineprint] .m-fineprint__toggle span{display:none}[data-toggle-in=fineprint] .m-fineprint__toggle span.expanded{display:inline-block}[data-toggle-in=fineprint] .m-fineprint__toggle svg{transform:rotate(90deg)}.a-section-header{display:block;margin-top:35px;padding-bottom:18px;text-transform:uppercase;border-bottom:1px solid var(--colorSeparator)}@media screen and (min-width:768px){.a-section-header{margin-top:60px}}.a-section-header:first-child{margin-top:15px}@media screen and (min-width:768px){.a-section-header:first-child{margin-top:35px}}.m-sponsors+.m-sponsors{border-top:1px solid var(--colorSeparator)}.m-sponsors__title{display:block;text-transform:uppercase;margin-top:10px}.m-sponsors__container{display:flex;flex-wrap:wrap}.m-sponsors__item{flex-shrink:0;width:33.33333%;padding:10px 10px 30px}@media screen and (min-width:768px){.m-sponsors__item{padding:15px 30px 35px}}.m-sponsors__item img{height:auto;width:100%}.o-leader-form{padding-bottom:15px}@media screen and (min-width:768px){.o-leader-form{padding-bottom:25px}}.o-leader-form__tagline{margin-top:15px}.o-leader-form__list{border-top:1px solid var(--colorSeparator);margin-top:30px}.o-leader-form__list .o-leader-form__label{margin-top:20px}@media screen and (min-width:768px)and (max-width:1023px){.o-leader-form__list .o-leader-form__label{font-size:10.5px}}.o-leader-form__list .o-leader-form__description{color:var(--colorText--contrast)}@media screen and (min-width:768px)and (max-width:1023px){.o-leader-form__list .o-leader-form__description{font-size:10.5px}}.a-text .KeyTakeaway li,.a-text .KeyTakeaway p{font-family:Montserrat,sans-serif;font-size:15.5px;line-height:1.61;letter-spacing:.08px}.a-text .KeyTakeaway p{margin:0;padding:0}.MultiColumnText{-moz-column-count:1;column-count:1;-moz-column-gap:20px;column-gap:20px}.MultiColumnText p:first-child{margin-top:0}@media screen and (min-width:768px)and (max-width:1023px){.MultiColumnText{-moz-column-count:2;column-count:2;-moz-column-gap:40px;column-gap:40px}}@media screen and (min-width:1024px){.MultiColumnText{-moz-column-count:var(--columnCount);column-count:var(--columnCount);-moz-column-gap:40px;column-gap:40px}}.RichTextModuleConfigurableTables{display:block}.RichTextModuleConfigurableTables-items{max-width:100%;overflow:auto}.RichTextModuleConfigurableTables[data-startzebrason]{position:relative}.RichTextModuleConfigurableTables[data-startzebrason]:after{content:"";position:absolute;right:0;top:0;bottom:0;width:100px;background-image:linear-gradient(90deg,transparent,hsla(0,0%,100%,.6))}.RichTextModuleConfigurableTables[data-startzebrason] td{border-right:1px solid var(--colorSeparator)}.RichTextModuleConfigurableTables[data-startzebrason] td:after{content:none}.RichTextModuleConfigurableTables[data-startzebrason="1"] tr:nth-child(odd),.RichTextModuleConfigurableTables[data-startzebrason="2"] tr:nth-child(2n+2),.RichTextModuleConfigurableTables[data-startzebrason="3"] tr:nth-child(2n+3),.RichTextModuleConfigurableTables[data-startzebrason="4"] tr:nth-child(2n+4),.RichTextModuleConfigurableTables[data-startzebrason="5"] tr:nth-child(2n+5){background-color:#f2f6fa}.a-tooltip{display:inline-block;position:relative;margin-top:-2px;z-index:9}.a-tooltip__content{position:absolute;top:-8px;left:100%;opacity:0;visibility:hidden;transition:opacity .12s cubic-bezier(.59,.01,.37,.975),visibility .12s cubic-bezier(.59,.01,.37,.975);z-index:9}.a-tooltip__wrapper{position:relative;padding:16px 20px 20px;width:13vw;max-width:213px;max-height:190px;overflow-y:auto;background-color:var(--colorBackground--contrast-darker);color:#1f1f1f;border-radius:2px;text-transform:none}@media screen and (max-width:1023px){.a-tooltip__wrapper{min-width:180px}}.a-tooltip__wrapper:before{content:"";position:absolute;padding:0;margin:0;top:7px;left:-5px;width:0;height:0;border-left:0 solid transparent;border-bottom:8px solid transparent;border-right:7px solid var(--colorBackground--contrast-darker);border-top:7px solid transparent}.a-tooltip:hover .a-tooltip__content{opacity:1;visibility:visible}.BrightcoveVideoPlayer{display:block;position:relative;padding-bottom:56.25%;height:0;margin:0 auto}.BrightcoveVideoPlayer .video-js{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ArticlePage-lead .BrightcoveVideoPlayer{margin-bottom:15px}.BrightcoveVideoPlayer .bc-player-r1hHzn2m_default .vjs-big-play-button:active,.BrightcoveVideoPlayer .bc-player-r1hHzn2m_default .vjs-big-play-button:focus,.BrightcoveVideoPlayer .bc-player-r1hHzn2m_default:active .vjs-big-play-button,.BrightcoveVideoPlayer .bc-player-r1hHzn2m_default:hover .vjs-big-play-button,.BrightcoveVideoPlayer .vjs-big-play-button{background-color:var(--colorBackground--highlight-detail)!important}.YouTubeVideoPlayer{display:block;height:0;margin:0 auto;position:relative;padding-bottom:56.25%}.YouTubeVideoPlayer iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ArticlePage-lead .YouTubeVideoPlayer{margin-bottom:15px}.VimeoVideoPlayer{display:block;position:relative;padding-bottom:56.25%;height:0;margin:0 auto}.VimeoVideoPlayer iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ArticlePage-lead .VimeoVideoPlayer{margin-bottom:15px}.a-playlist-item{display:flex;width:100%;padding:0 10px 10px;background:var(--colorBackground--highlight-dark);color:var(--colorText--reversed);text-align:left;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975)}@media screen and (min-width:768px){.a-playlist-item{padding-left:30px;padding-right:30px}}.a-playlist-item:not([data-current-item=true]):hover{color:var(--colorText--highlight-light)}.a-playlist-item:not([data-current-item=true]):hover .a-playlist-item__media{opacity:.8}.a-playlist-item__media{position:relative;width:85px;flex-shrink:0;transition:opacity .12s cubic-bezier(.59,.01,.37,.975)}@media screen and (min-width:768px){.a-playlist-item__media{width:140px}}@media screen and (min-width:1280px){.a-playlist-item__media{width:170px}}.a-playlist-item__media img{display:block;width:100%;height:auto}.a-playlist-item__media__current{position:absolute;display:flex;width:100%;height:100%;top:0;left:0;background:var(--colorText--highlight-light);align-items:center;justify-content:center;visibility:hidden;opacity:0;z-index:2}[data-current-item=true] .a-playlist-item__media__current{visibility:visible;opacity:.6}.a-playlist-item__icon{position:absolute;left:5px;bottom:5px;width:20px;height:20px;background-color:var(--colorButton--tertiary);border-radius:100%;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975);pointer-events:none}.a-playlist-item__icon svg{position:absolute;top:-4px;left:-4px;width:28px;height:28px;stroke:var(--colorIcon--reversed)}@media screen and (min-width:768px){.a-playlist-item__icon{width:25px;height:25px;left:8px;bottom:8px}.a-playlist-item__icon svg{width:33px;height:33px}}@media screen and (min-width:1024px){.a-playlist-item__icon{width:32px;height:32px;left:10px;bottom:10px}.a-playlist-item__icon svg{width:40px;height:40px}}.a-playlist-item__content{padding-left:10px}@media screen and (min-width:768px)and (max-width:1023px){.a-playlist-item__content{padding-left:28px}}@media screen and (min-width:1024px){.a-playlist-item__content{padding-left:30px}}.a-playlist-item__byline{margin-top:10px;color:var(--colorText--highlight-light)}@media screen and (max-width:767px){.a-playlist-item__byline{display:none}}.a-media__container{position:relative;transition:background-color .12s cubic-bezier(.59,.01,.37,.975)}.a-media__container img{display:block}.a-media__container.is-active{background-color:#000}.a-media__container.is-active img{transition:opacity .2s cubic-bezier(.59,.01,.37,.975) .15s;display:none}.a-media__container:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2);pointer-events:none;opacity:0;transition:opacity .24s cubic-bezier(.59,.01,.37,.975)}.a-media--video .a-media__container:not(.is-active){cursor:pointer}.a-media--video .a-media__container:not(.is-active):hover:after{opacity:1}.a-media__player{display:none}.a-media__player,.a-media__player iframe{width:100%;height:100%}.a-media__container.is-active .a-media__player{display:block}.a-media__play-icon{position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);width:48px;height:48px;background-color:var(--colorOverlayIcon--primary);border-radius:100%;transition:color .12s cubic-bezier(.59,.01,.37,.975),background-color .12s cubic-bezier(.59,.01,.37,.975),border-color .12s cubic-bezier(.59,.01,.37,.975);pointer-events:none;z-index:2}.a-media__container.is-active .a-media__play-icon{opacity:0}.a-media__play-icon svg{position:absolute;top:14px;left:18px;width:16px;height:20px;stroke:var(--colorOverlayIcon--primary--txt,#fff)}@media screen and (min-width:768px){.a-media__play-icon{width:96px;height:96px}.a-media__play-icon svg{top:33px;left:38px;width:26px;height:32px}}.a-media__container:hover .a-media__play-icon{background-color:var(--colorOverlayIcon--primary--hover)}.a-media__container:hover .a-media__play-icon svg{stroke:var(--colorOverlayIcon--primary--txtHover,var(--colorOverlayIcon--primary--txt))}.m-article-lead__fullwidth .a-media--video,.m-video-gallery{display:block}@media screen and (min-width:1024px){.m-article-lead__fullwidth .a-media--video,.m-video-gallery{height:100%;position:relative}}@media screen and (min-width:1024px){.m-video-playlist{display:flex}.m-video-playlist .m-video-gallery__player{width:60%}.m-video-playlist .m-video-gallery__playlist-container{width:40%}}.m-video-playlist .a-media--full{display:flex}.m-video-playlist .a-media__byline{display:none}.m-articlepage--video .m-article-lead__media .a-media.a-media--full,.m-articlepage--video .m-article-lead__media .m-video-playlist{width:100%;left:0;margin-left:0}@media screen and (min-width:1024px){.m-articlepage--video .m-article-lead__media .a-media.a-media--full,.m-articlepage--video .m-article-lead__media .m-video-playlist{width:100vw;margin-left:50%;transform:translateX(-50%)}}@media screen and (min-width:1024px){.m-articlepage--video .m-article-lead__media .a-media.a-media--video.a-media--full{width:100%}}.m-articlepage--fullwidth .m-article-lead__media .a-media,.m-articlepage--fullwidth .m-article-lead__media .m-video-playlist,.m-articlepage--immersive .m-article-lead__media .a-media,.m-articlepage--immersive .m-article-lead__media .m-video-playlist{width:100vw;margin-left:50%;transform:translateX(-50%)}.m-articlepage--fullwidth .m-article-lead__media .a-media.a-media--full,.m-articlepage--immersive .m-article-lead__media .a-media.a-media--full{width:100%;left:0}.m-articlepage--below .a-media.a-media--full{width:100%;margin-left:0;transform:none;left:0}.m-articlepage--below .m-video-playlist,.m-articlepage--below .m-video-playlist .m-video-gallery__player,.m-articlepage--below .m-video-playlist .m-video-gallery__playlist-container{width:100%;display:block}@media screen and (min-width:1024px){.m-article-lead__immersive .m-video-playlist{display:block}.m-article-lead__immersive .m-video-gallery__player,.m-article-lead__immersive .m-video-gallery__playlist-container{width:100%}.m-article-lead__immersive .m-video-gallery__playlist{display:flex}}.LeaderArticlePage .a-media.a-media--full{width:100%;margin-left:0;transform:none;left:0}.Enhancement .m-video-playlist,.LeaderArticlePage .m-video-playlist{display:block}.Enhancement .m-video-playlist .m-video-gallery__player,.Enhancement .m-video-playlist .m-video-gallery__playlist-container,.LeaderArticlePage .m-video-playlist .m-video-gallery__player,.LeaderArticlePage .m-video-playlist .m-video-gallery__playlist-container{width:100%}@media screen and (min-width:1024px){.Enhancement .m-video-gallery__playlist-wrapper,.LeaderArticlePage .m-video-gallery__playlist-wrapper{max-height:350px}}.m-video-gallery__player{width:100%}@media screen and (min-width:1024px){.m-video-gallery__player{height:100%}}.m-video-gallery__playlist-container{position:relative;width:100%;background:var(--colorBackground--highlight-dark)}.m-video-gallery__playlist-container:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50px;background:linear-gradient(180deg,rgba(var(--colorBackground--highlight-dark-rgb),0) 0,rgba(var(--colorBackground--highlight-dark-rgb),1))}.m-video-gallery__playlist-wrapper{overflow:auto;max-height:200px}@media screen and (min-width:768px)and (max-width:1023px){.m-video-gallery__playlist-wrapper{max-height:310px}}@media screen and (min-width:1024px)and (max-width:1279px){.m-video-gallery__playlist-wrapper{max-height:315px}}@media screen and (min-width:1280px)and (max-width:1439px){.m-video-gallery__playlist-wrapper{max-height:399px}}@media screen and (min-width:1440px){.m-video-gallery__playlist-wrapper{max-height:445px}}.m-video-gallery__playlist{padding-top:10px;padding-bottom:30px;background:var(--colorBackground--highlight-dark)}@media screen and (min-width:768px)and (max-width:1023px){.m-video-gallery__playlist{padding-top:25px}}@media screen and (min-width:1024px){.m-video-gallery__playlist{padding-top:30px}}.m-articlepage--fullwidth .m-article-lead__media .a-playlist-item__media img,.m-articlepage--immersive .m-article-lead__media .a-playlist-item__media img,.m-articlepage--video .m-article-lead__media .a-playlist-item__media img{width:100%}.m-article-lead__fullwidth .a-media img{height:100%}.m-articlepage--video .m-article-lead__heading{width:100%}.VideoPage-mainContent{position:relative;margin-bottom:30px}@media screen and (min-width:1024px)and (max-width:1279px){.VideoPage-mainContent{padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.VideoPage-mainContent{padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.VideoPage-mainContent{padding-left:115px}}.VideoPage-authors{margin-top:20px;clear:both}.VideoPage-intro{margin-bottom:35px}.o-footer{background:var(--colorBackground--reversed);color:var(--colorText--reversed);padding-top:25px}@media screen and (min-width:768px)and (max-width:1023px){.o-footer{padding-top:40px}}@media screen and (min-width:1024px){.o-footer{padding-top:45px}}.o-footer .m-socialbar__list{display:flex;align-items:center;justify-content:flex-end}@media only screen and (max-width:400px){.o-footer [data-social-service=email],.o-footer [data-social-service=youtube]{display:none}}.o-footer .m-socialbar__list-item{margin-left:14px}@media screen and (min-width:768px){.o-footer .m-socialbar__list-item{margin-left:20px}}.o-footer__logo svg{height:21px;width:150px;fill:var(--colorText--reversed);transition:fill .12s cubic-bezier(.59,.01,.37,.975)}@media screen and (min-width:768px){.o-footer__logo svg{width:196px;height:27px}}@media screen and (min-width:1024px){.o-footer__logo svg{width:260px;height:36px}}.o-footer__logo:hover svg{fill:var(--colorText--highlight-light)}.o-footer__tagline{display:block;padding-top:2px}@media screen and (min-width:768px){.o-footer__tagline{padding-top:7px}}@media screen and (min-width:1024px){.o-footer__tagline{padding-top:11px}}.o-footer__body{display:flex;flex-flow:row wrap;width:100%}@media screen and (max-width:767px){.o-footer__body{margin-left:-25px}@supports(-ms-ime-align:auto){.o-footer__body{width:calc(100% + 26px)}}}@media screen and (min-width:768px)and (max-width:1023px){.o-footer__body{margin-left:-40px}@supports(-ms-ime-align:auto){.o-footer__body{width:calc(100% + 41px)}}}@media screen and (min-width:1024px)and (max-width:1279px){.o-footer__body{margin-left:-35px}@supports(-ms-ime-align:auto){.o-footer__body{width:calc(100% + 36px)}}}@media screen and (min-width:1280px)and (max-width:1439px){.o-footer__body{margin-left:-50px}@supports(-ms-ime-align:auto){.o-footer__body{width:calc(100% + 51px)}}}@media screen and (min-width:1440px){.o-footer__body{margin-left:-60px}@supports(-ms-ime-align:auto){.o-footer__body{width:calc(100% + 61px)}}}.o-footer__body .o-footer__column:not(.o-footer__column--double){position:relative}.o-footer__body .o-footer__column:not(.o-footer__column--double):before{content:"";position:absolute;left:-12.5px;top:4px;height:100%;width:1px;background:var(--colorSeparator--reversed)}@media screen and (min-width:768px)and (max-width:1023px){.o-footer__body .o-footer__column:not(.o-footer__column--double):before{left:-20px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-footer__body .o-footer__column:not(.o-footer__column--double):before{left:-17.5px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-footer__body .o-footer__column:not(.o-footer__column--double):before{left:-25px}}@media screen and (min-width:1440px){.o-footer__body .o-footer__column:not(.o-footer__column--double):before{left:-30px}}@media screen and (max-width:767px){.o-footer__body .o-footer__column:not(.o-footer__column--double):nth-child(odd):before{content:none}}@media screen and (max-width:1023px){.o-footer__body .o-footer__column:not(.o-footer__column--double):nth-child(n+3){margin-top:40px}}.o-footer__body .o-footer__nav-item{padding-top:15px}.o-footer__body .o-footer__nav-item:first-child{padding-top:0}.o-footer__body .o-footer__nav-item:nth-child(2){padding-top:20px}.o-footer__body .o-footer__nav-item a:hover{color:var(--colorText--highlight-light)}.o-footer__body .o-footer__column{flex:0 0 auto}@media screen and (max-width:767px){.o-footer__body .o-footer__column{width:calc(50vw - 32.5px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.o-footer__body .o-footer__column{width:calc(25vw - 52.5px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-footer__body .o-footer__column{width:calc(16.66667vw - 45.83333px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-footer__body .o-footer__column{width:calc(16.66667vw - 60px);margin-left:50px}}@media screen and (min-width:1440px){.o-footer__body .o-footer__column{width:170px;margin-left:60px}}.o-footer__body .o-footer__nav{flex:0 0 auto;display:flex;margin-top:37px}@media screen and (max-width:767px){.o-footer__body .o-footer__nav{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.o-footer__body .o-footer__nav{width:calc(50vw - 65px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-footer__body .o-footer__nav{width:calc(66.66667vw - 78.33333px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-footer__body .o-footer__nav{width:calc(66.66667vw - 90px);margin-left:50px}}@media screen and (min-width:1440px){.o-footer__body .o-footer__nav{width:860px;margin-left:60px}}@media screen and (min-width:768px){.o-footer__body .o-footer__nav{margin-top:-4px;margin-left:auto}}.o-footer__body .o-footer__nav .o-footer__column:first-child{margin-left:0}@media screen and (max-width:1023px){.o-footer__body .o-footer__nav{flex-wrap:wrap}.o-footer__body .o-footer__nav .o-footer__column:nth-child(odd){margin-left:0}}.o-footer__bottom{margin-top:40px;padding-bottom:22px;color:var(--colorText--highlight-light)}.o-footer__bottom:after,.o-footer__bottom:before{content:none}@media screen and (min-width:768px){.o-footer__bottom{display:flex;justify-content:space-between;padding-bottom:20px}}@media screen and (min-width:768px)and (max-width:1023px){.o-footer__bottom{align-items:flex-end}}.o-footer__bottom .o-footer__nav-item{font-weight:500}.o-footer__bottom .o-footer__nav-item a:hover{color:var(--colorText--reversed)}.o-footer__bottom .o-footer__column,.o-footer__bottom .o-footer__nav,.o-footer__bottom .o-footer__nav-item{display:inline-block}.o-footer__bottom .o-footer__nav-item{margin-left:32px}@media screen and (max-width:1023px){.o-footer__bottom .o-footer__disclaimer{display:block;padding-bottom:10px}.o-footer__bottom .o-footer__nav-item:first-child{margin-left:0}}@media screen and (min-width:1024px){.o-footer__bottom .o-footer__legal{padding-top:5px}}@media screen and (min-width:1024px){.o-footer__bottom .o-footer__legal-container{display:inline-block}}.o-footer__bottom .o-footer__social{white-space:nowrap}@media screen and (max-width:767px){.o-footer__bottom .o-footer__social{margin-top:12px;margin-left:-13px;text-align:right}}@media screen and (min-width:768px)and (max-width:1023px){.o-footer__bottom .o-footer__social{margin-bottom:-7px}}@media screen and (min-width:1024px){.o-footer__bottom .o-footer__social{margin-top:-2px;margin-bottom:-2px}}.o-footer__bottom .o-footer__disclaimer{font-weight:500}@media screen and (min-width:768px){.o-footer__bottom .o-footer__disclaimer{display:initial;margin-left:20px}}.o-footer__bottom .a-toggle{font-weight:500;color:var(--colorText--reversed)}.o-footer__bottom .a-toggle:hover{color:var(--colorText--highlight-light)}.o-footer__bottom .a-toggle:after{border:1px solid var(--colorToggle--border--footer);background-color:var(--colorToggle--background--footer)}.o-footer__bottom .a-toggle:before{border:1px solid var(--colorToggle--border--footer);background-color:var(--colorBackground)}.o-footer__bottom .a-toggle.is-active:after{background-color:var(--colorToggle--active--footer)}@media screen and (max-width:767px){.o-footer__bottom .a-toggle{position:absolute;bottom:31px}}@media screen and (min-width:768px){.o-footer__bottom .a-toggle{margin-bottom:12px}}@media screen and (min-width:1024px){.o-footer__bottom .a-toggle{margin-right:26px}}.o-header{--headerSpacer:80px;--headerHeight:80px;--headerProgress:0;--searchHeight:120px;position:relative;display:block;height:var(--headerSpacer);z-index:99999}@media screen and (min-width:768px)and (max-width:1023px){.o-header{--headerSpacer:100px;--headerHeight:100px;--searchHeight:70px}}@media screen and (min-width:1024px){.o-header{--headerSpacer:120px;--headerHeight:120px;--searchHeight:80px}}.s-nav-is-fixed .o-header{--headerHeight:60px}.s-nav-is-fixed .o-header.s-nav-open,.s-nav-is-fixed .o-header.s-nav-open body{height:100vh;min-height:100%}@media screen and (min-width:1024px){.s-nav-is-fixed .o-header{--headerHeight:80px}}.CollectionsPage .o-header__progress,.EventPage .o-header__progress,.Page .o-header__progress,.SearchResultsPage .o-header__progress,.SectionPage .o-header__progress,.VideoPage .o-header__progress{display:none}.s-nav-is-fixed.s-nav-is-hiding.CollectionsPage .o-header__bar-wrapper,.s-nav-is-fixed.s-nav-is-hiding.EventPage .o-header__bar-wrapper,.s-nav-is-fixed.s-nav-is-hiding.Page .o-header__bar-wrapper,.s-nav-is-fixed.s-nav-is-hiding.SearchResultsPage .o-header__bar-wrapper,.s-nav-is-fixed.s-nav-is-hiding.SectionPage .o-header__bar-wrapper,.s-nav-is-fixed.s-nav-is-hiding.VideoPage .o-header__bar-wrapper{transform:none}.s-nav-is-fixed.s-nav-is-hiding.CollectionsPage .o-header__articleBar-wrapper,.s-nav-is-fixed.s-nav-is-hiding.EventPage .o-header__articleBar-wrapper,.s-nav-is-fixed.s-nav-is-hiding.Page .o-header__articleBar-wrapper,.s-nav-is-fixed.s-nav-is-hiding.SearchResultsPage .o-header__articleBar-wrapper,.s-nav-is-fixed.s-nav-is-hiding.SectionPage .o-header__articleBar-wrapper,.s-nav-is-fixed.s-nav-is-hiding.VideoPage .o-header__articleBar-wrapper{display:none}.o-header__bar-wrapper{width:100%;background:var(--colorBackground);border-bottom:1px solid var(--colorSeparator);max-height:100vh}html:not(.s-nav-open) .o-header--transparent .o-header__bar-wrapper{background:transparent;border-color:var(--colorSeparator--reversed)}.s-nav-is-fixed .o-header__bar-wrapper{top:0;position:fixed;background:var(--colorBackground)}@media print{.s-nav-is-fixed .o-header__bar-wrapper{position:static}}html:not(.s-nav-open) .s-color-reversed .o-header__bar-wrapper{background:var(--colorBackground--highlight);border-color:var(--colorSeparator--reversed)}.has-transition .o-header__bar-wrapper{transition:background-color .14s cubic-bezier(.59,.01,.37,.975),transform .34s cubic-bezier(.59,.01,.37,.975)}.s-nav-is-hiding .o-header__bar-wrapper{transform:translateY(-100%)}@media screen and (max-width:767px){.o-header__bar-wrapper{display:flex;flex-direction:column}.s-nav-open .o-header__bar-wrapper{min-height:100vh;background:#fff}}@media screen and (max-width:767px){.o-header{--headerSpacer:unset}.o-header__bar{flex-grow:0;flex-shrink:0}.o-header__nav-wrapper{flex-grow:0;flex-shrink:1}}.o-header__bar{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}@media screen and (min-width:768px){.o-header__bar{flex-wrap:nowrap}}.o-header__bar__section{width:25%;display:flex}.o-header__bar__section--double{width:50%;justify-content:center}.o-header__bar__section--double+.o-header__bar__section{justify-content:flex-end}.o-header__logo svg{display:block;fill:var(--themeMainLogoColor);height:var(--headerHeight);width:195px;transition:all .14s cubic-bezier(.59,.01,.37,.975)}@media only screen and (max-width:319px){.o-header__logo svg{width:100px;max-width:55vw}}@media screen and (min-width:768px)and (max-width:1023px){.o-header__logo svg{width:256px}}@media screen and (min-width:1024px){.o-header__logo svg{width:330px;transform:translateY(-2px)}}html:not(.s-nav-open) .o-header--transparent .o-header__logo svg,html:not(.s-nav-open) .s-color-reversed .o-header__logo svg{fill:var(--colorText--reversed)}.s-nav-is-fixed .o-header__logo svg{width:195px}@media screen and (min-width:1024px){.s-nav-is-fixed .o-header__logo svg{width:260px}}.o-header__logo:hover svg{fill:var(--themeMainLogoColorHover)}.o-header__logo:hover .o-header__logo__title{color:var(--themeMainLogoTypeColorHover)}.o-header__logo svg.icon-logo-small{width:65px;height:30px;margin:20px auto 0}.s-nav-is-fixed .o-header__logo svg.icon-logo-small{width:0;height:0}@media screen and (min-width:1024px){.o-header__logo svg.icon-logo-small{width:85px;margin:30px auto 0}}.o-header__logo .o-header__logo__title{display:block;margin-bottom:30px;color:var(--themeMainLogoTypeColor);transition:color .14s cubic-bezier(.59,.01,.37,.975)}.o-header__logo .o-header__logo__title:first-child:last-child{margin-top:16px;margin-bottom:29px}@media screen and (min-width:1024px){.o-header__logo .o-header__logo__title{margin-top:-8px;margin-bottom:28px}}@media screen and (max-width:767px){.o-header__bar__action{display:none}}@media screen and (min-width:768px){.s-color-reversed .o-header__bar__action{background-color:var(--colorButton--tertiary);color:var(--colorButton--tertiary--txt)}.s-color-reversed .o-header__bar__action:not([disabled]):hover{background-color:var(--colorButton--tertiary--hover);color:var(--colorButton--tertiary--txtHover)}}.o-header__bar__action--mobile{display:block;width:100%;position:relative;margin-top:20px}.o-header__bar__action--mobile:before{content:"";display:block;width:100vw;height:1px;border-top:1px solid var(--colorSeparator);top:-20px;position:absolute;left:-20px}@media screen and (min-width:768px){.o-header__bar__action--mobile{display:none}}.o-header__trigger{display:inline-flex;align-items:center;transition:margin .24s cubic-bezier(.59,.01,.37,.975),color .14s cubic-bezier(.59,.01,.37,.975)}@media screen and (min-width:768px)and (max-width:1023px){.o-header__trigger{margin-right:15px}}@media screen and (min-width:1024px){.o-header__trigger{margin-right:30px}.s-nav-is-fixed .o-header__trigger{margin-right:10px}}html[data-whatinput=keyboard] .o-header__trigger:not([disabled]):focus{box-shadow:0 0 0 2px var(--colorBackground),0 0 0 3px var(--colorButton--focus)}.o-header__trigger .o-header__trigger__label{display:inline-block;padding-left:7px;overflow:hidden;max-width:200px;transition:max-width .34s cubic-bezier(.59,.01,.37,.975);white-space:nowrap}@media screen and (max-width:1023px){.o-header__trigger .o-header__trigger__label{display:none}}.s-nav-is-fixed .o-header__trigger .o-header__trigger__label{max-width:0}@media screen and (max-width:767px){.o-header__trigger.o-header__trigger--search{display:none}}.o-header__trigger:hover{color:var(--colorText--hover)}html:not(.s-nav-open) .o-header--transparent .o-header__trigger,html:not(.s-nav-open) .s-color-reversed .o-header__trigger{color:var(--colorText--reversed)}html:not(.s-nav-open) .o-header--transparent .o-header__trigger:hover,html:not(.s-nav-open) .s-color-reversed .o-header__trigger:hover{color:var(--colorText--highlight-light)}.o-header__trigger svg{width:30px;height:30px;vertical-align:top}.o-header__trigger svg:not(.stroke-svg){fill:currentColor}.o-header__trigger svg.stroke-svg{stroke:currentColor}.o-header__trigger svg.close{position:absolute;background-color:var(--colorBackground);opacity:0;visibility:hidden;transition:all .14s cubic-bezier(.59,.01,.37,.975)}.s-nav-open .o-header__trigger svg.close{opacity:1;visibility:visible}html:not(.s-nav-open) .s-color-reversed .o-header__trigger svg.close{color:var(--colorBackground--highlight)}.o-header__articleBar-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--colorBackground);border-bottom:1px solid var(--colorSeparator);transition:transform .34s cubic-bezier(.59,.01,.37,.975),opacity 0s cubic-bezier(.59,.01,.37,.975) .17s;transform:translateY(-105%);opacity:0}@media screen and (max-width:767px){.o-header__articleBar-wrapper{display:none}}.s-nav-is-fixed.s-nav-is-hiding .o-header__articleBar-wrapper{transform:translateY(100%);opacity:1}.s-nav-is-hiding.CollectionsPage .o-header__articleBar-wrapper{display:none}.o-header__articleBar{display:flex;align-items:center;justify-content:space-between;height:100%}.o-header__articleBar__logo svg{fill:var(--colorText--highlight);width:59px;height:20px}@media screen and (min-width:1024px){.o-header__articleBar__logo svg{width:78px;height:27px}}.o-header__articleBar__title{width:100%;padding-right:20px;color:var(--colorText--highlight);white-space:nowrap;text-align:center;text-overflow:ellipsis;overflow:hidden}.o-header__articleBar__title:after,.o-header__articleBar__title:before{content:none}.o-header__articleBar__action,.o-header__articleBar__logo-wrapper{width:150px}.o-header__articleBar__action{text-align:right}.o-header__progress{position:absolute;left:0;bottom:-1px;width:100%;height:1px}.o-header__progress span{display:block;height:1px;width:var(--headerProgress);background:var(--colorBackground--highlight-detail)}.o-header__articleBar-wrapper--special-report{background:var(--colorBackground--highlight);border-color:var(--colorSeparator--reversed);color:var(--colorText--reversed)}.o-header__articleBar__label{text-transform:uppercase}.o-header__articleBar__label:after,.o-header__articleBar__label:before{content:none}.o-header__articleBar__sponsor{display:none}.o-header__articleBar__sponsor:after,.o-header__articleBar__sponsor:before{content:none}@media screen and (min-width:768px){.o-header__articleBar__sponsor{display:inline-block;text-align:right;white-space:nowrap}}.o-header__search-animation-wrapper{position:absolute;bottom:-1px;left:0;width:100%;height:var(--searchHeight);transition:opacity .14s cubic-bezier(.59,.01,.37,.975),visibility .14s cubic-bezier(.59,.01,.37,.975);transform:translateY(100%);opacity:0;visibility:hidden;overflow:hidden}@media screen and (max-width:767px){.o-header__search-animation-wrapper{transition:opacity .14s cubic-bezier(.59,.01,.37,.975),visibility .14s cubic-bezier(.59,.01,.37,.975),transform .24s cubic-bezier(.59,.01,.37,.975)}.s-nav-open .o-header__search-animation-wrapper{height:auto;position:static;transform:translateY(0);overflow:unset}}@media screen and (min-width:768px){.o-header__search-animation-wrapper{transition:opacity 0s linear .24s,visibility 0s linear .24s;height:70px}}@media screen and (min-width:1024px){.o-header__search-animation-wrapper{height:80px}}.s-search-open .o-header__search-animation-wrapper{transform:translateY(100%);opacity:1;visibility:visible;transition:opacity 0s linear 0s,visibility 0s linear 0s}.s-nav-is-hiding.HasSpecialReportsHeader .o-header__search-animation-wrapper,.s-nav-is-hiding.SpecialReportsPage .o-header__search-animation-wrapper{transform:translateY(calc(100% + var(--headerHeight) - 1px))}@media screen and (max-width:767px){.s-nav-open .o-header__search-animation-wrapper{opacity:1;visibility:visible}}.o-header__search-wrapper{position:absolute;bottom:0;left:0;width:100%;height:50px;background:var(--colorBackground);border-bottom:1px solid var(--colorSeparator);transition:transform .24s cubic-bezier(.59,.01,.37,.975)}@media screen and (max-width:767px){.o-header__search-wrapper{position:static;height:auto}}@media screen and (min-width:768px){.o-header__search-wrapper{bottom:auto;top:0;height:100%;transform:translateY(-100%)}}.s-search-open .o-header__search-wrapper{transform:translateY(0)}.o-header__search{position:relative;height:49px}@media screen and (min-width:768px){.o-header__search{height:calc(var(--searchHeight) - 1px)}}.o-header__search-form{width:100%;height:100%}.o-header__search__input{width:100%;height:100%;border:0;padding-right:40px;-webkit-appearance:none;appearance:none;outline:none}.o-header__search__input:after,.o-header__search__input:before{content:none}.o-header__search__input::-webkit-input-placeholder{color:var(--colorText--contrast)}.o-header__search__input:-moz-placeholder,.o-header__search__input::-moz-placeholder{color:var(--colorText--contrast)}.o-header__search__input:-ms-input-placeholder{color:var(--colorText--contrast)}.o-header__search__btn{position:absolute;right:-5px;top:0;height:100%;width:30px}.o-header__search__btn svg{width:30px;height:30px;stroke:var(--colorText--contrast)}@media screen and (max-width:767px){.o-header__search__btn{right:25px;color:currentColor}}.o-header__search__input:not(:placeholder-shown)+.o-header__search__btn+.o-header__search__btn svg{stroke:var(--colorText)}.o-header__search__btn--reset{width:20px;height:20px;top:50%;right:60px;margin-top:-11px;background:var(--colorSeparator);border-radius:100%;display:none}@media screen and (min-width:768px){.o-header__search__btn--reset{right:40px}}.o-header__search__btn--reset svg{width:10px;height:10px;fill:var(--colorText);stroke:none;transform:translateY(1px)}.o-header__search__input:not(:placeholder-shown)+.o-header__search__btn{display:block}.o-header__search-results-wrapper{position:absolute;top:calc(1px + var(--headerHeight) + var(--searchHeight));left:0;width:100%;height:calc(100vh - var(--headerHeight) - var(--searchHeight) - 1px);background:var(--colorBackground);transition:opacity .14s cubic-bezier(.59,.01,.37,.975),visibility .14s cubic-bezier(.59,.01,.37,.975);opacity:0;visibility:hidden;z-index:2}.s-search-results-open .o-header__search-results-wrapper{opacity:1;visibility:visible}.o-header__search-results{width:100%}.o-header__results__section{display:flex;flex-wrap:wrap;padding-top:20px;padding-bottom:13px;border-top:1px solid var(--colorSeparator)}.o-header__results__section:first-child{border-top:0}@media screen and (min-width:1024px){.o-header__results__section{flex-wrap:nowrap}}.o-header__results__topic{display:inline-block;margin-top:5px;margin-bottom:20px;text-transform:uppercase;width:100%;flex-shrink:0}@media screen and (min-width:1024px){.o-header__results__topic{width:calc(16.66667vw - 10.83333px);margin-bottom:0}}@media screen and (min-width:1280px)and (max-width:1439px){.o-header__results__topic{width:calc(16.66667vw - 10px)}}@media screen and (min-width:1440px){.o-header__results__topic{width:230px}}.o-header__results__link{display:inline-block;margin-bottom:15px}.Page-announcementBanner{position:relative;z-index:99}.Page-leaderboard{width:100vw;margin-left:50%;transform:translateX(-50%);background:var(--colorBackground--contrast);position:relative;z-index:99999;border-bottom:1px solid var(--colorSeparator);border-top:1px solid var(--colorSeparator)}.s-color-reversed .Page-leaderboard{background:var(--colorBackground--highlight);border-top:1px solid var(--colorSeparator--reversed);border-bottom:1px solid var(--colorSeparator--reversed)}@media screen and (min-width:1024px)and (max-width:1279px){.Page-hasActionsRail{padding-left:calc(8.33333vw - 5.41667px)}}@media screen and (min-width:1280px)and (max-width:1439px){.Page-hasActionsRail{padding-left:calc(8.33333vw - 5px)}}@media screen and (min-width:1440px){.Page-hasActionsRail{padding-left:115px}}@media screen and (min-width:1024px){.Page-layoutTwoCols{width:100%;display:flex}}.Page-layoutTwoCols .Page-MainContent{max-width:860px;flex:1;margin-bottom:50px}@media screen and (min-width:768px){.Page-aside{margin-bottom:50px}}@media screen and (min-width:1024px){.Page-aside{max-width:400px;flex-grow:1}}@media screen and (min-width:1024px)and (max-width:1279px){.Page-aside{margin-left:30px}}@media screen and (min-width:1280px){.Page-aside{margin-left:60px}}.Page-CollectionAside .a-button--cta{margin-bottom:30px}.o-pageDivider{display:flex;flex-flow:row wrap}@media screen and (max-width:767px){.o-pageDivider{margin-left:-25px}@supports(-ms-ime-align:auto){.o-pageDivider{width:calc(100% + 26px)}}}@media screen and (min-width:768px)and (max-width:1023px){.o-pageDivider{margin-left:-40px}@supports(-ms-ime-align:auto){.o-pageDivider{width:calc(100% + 41px)}}}@media screen and (min-width:1024px)and (max-width:1279px){.o-pageDivider{margin-left:-35px}@supports(-ms-ime-align:auto){.o-pageDivider{width:calc(100% + 36px)}}}@media screen and (min-width:1280px)and (max-width:1439px){.o-pageDivider{margin-left:-50px}@supports(-ms-ime-align:auto){.o-pageDivider{width:calc(100% + 51px)}}}@media screen and (min-width:1440px){.o-pageDivider{margin-left:-60px}@supports(-ms-ime-align:auto){.o-pageDivider{width:calc(100% + 61px)}}}.o-pageDivider .o-pageDivider__main{flex:0 0 auto}@media screen and (max-width:767px){.o-pageDivider .o-pageDivider__main{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.o-pageDivider .o-pageDivider__main{width:calc(100vw - 90px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-pageDivider .o-pageDivider__main{width:calc(66.66667vw - 78.33333px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-pageDivider .o-pageDivider__main{width:calc(66.66667vw - 90px);margin-left:50px}}@media screen and (min-width:1440px){.o-pageDivider .o-pageDivider__main{width:860px;margin-left:60px}}.o-pageDivider .o-pageDivider__aside{flex:0 0 auto}@media screen and (max-width:767px){.o-pageDivider .o-pageDivider__aside{width:calc(100vw - 40px);margin-left:25px}}@media screen and (min-width:768px)and (max-width:1023px){.o-pageDivider .o-pageDivider__aside{width:calc(100vw - 90px);margin-left:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.o-pageDivider .o-pageDivider__aside{width:calc(33.33333vw - 56.66667px);margin-left:35px}}@media screen and (min-width:1280px)and (max-width:1439px){.o-pageDivider .o-pageDivider__aside{width:calc(33.33333vw - 70px);margin-left:50px}}@media screen and (min-width:1440px){.o-pageDivider .o-pageDivider__aside{width:400px;margin-left:60px}}.Page-pageHeading{font-weight:500;font-size:27px;line-height:1.3}.Page-pageHeading:first-child{padding-top:30px}.Page-pageHeading:last-child{padding-bottom:30px}@media screen and (min-width:768px){.Page-pageHeading{font-size:45px}}h1.Page-pageHeading{margin-top:15px;text-align:center}@media screen and (max-width:767px){h1.Page-pageHeading{padding:0 20px}}@media screen and (min-width:768px){h1.Page-pageHeading{margin-top:20px}}h1.Page-pageHeading.hidePageHeading{display:none}@media screen and (max-width:1023px){.m-page-lead__media{order:10}}.Page-saveAction{width:100%}@media screen and (max-width:1023px){.Page-saveAction{order:9;height:60px;margin-top:-20px}.Page-saveAction ps-follow-button{display:block;text-align:center}}@media screen and (min-width:1024px){.Page-saveAction{height:0}.Page-saveAction ps-follow-button{display:block;position:relative}.Page-saveAction button{position:absolute;right:0;top:10px}.Page-saveAction~.Page-pageHeading .Page-pageHeading-saveActionPadder{padding:0 164px}}@media screen and (min-width:1440px){.Page-saveAction ps-follow-button button{top:25px}}.Page-pageSubHeading{font-family:sans-serif;font-weight:400;display:flex;justify-content:center;text-align:center;padding-top:30px;margin-top:30px;border-top:1px solid var(--colorSeparator);width:100%;padding-left:20px;padding-right:20px}.Page-pageSubHeading:last-child .a-subHeadingText{padding-bottom:30px}.Page-pageSubHeading .a-subHeadingText{max-width:860px}.m-page-lead__media+.Page-pageSubHeading,ps-secondary-nav.m-subnav-container+.Page-pageSubHeading{margin-top:0}.Page-pageInfo{display:flex;flex-direction:column;align-items:center;margin-bottom:30px;border-bottom:1px solid var(--colorSeparator)}.Page-pageInfo .m-subnav-container:before{border:0}.Page-pageMeta{display:flex;padding-top:53px}.Page-pageSection{display:inline-block}.Page-pageBreadcrumbs,.Page-pageSection{color:var(--colorText--highlight)}.Page-pageLabel{display:inline-block;color:var(--colorText--contrast);margin-left:10px}.Page-pageContent{padding-bottom:30px}.m-page-lead__media{width:100vw}.Page-pageHeading~.m-page-lead__media{margin-top:10px}@media screen and (min-width:768px){.Page-pageHeading~.m-page-lead__media{margin-top:28px}}ps-secondary-nav.m-subnav-container+.m-page-lead__media{margin-top:0}.CollectionsPage .m-article-title__intro{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid var(--colorSeparator);margin-top:0}.CollectionsPage .m-article-lead__heading{border-bottom:1px solid var(--colorSeparator);padding-bottom:30px}@media screen and (min-width:768px)and (max-width:1023px){.CollectionsPage .m-article-lead__heading{padding-bottom:40px}}@media screen and (min-width:1024px)and (max-width:1279px){.CollectionsPage .m-article-lead__heading{padding-bottom:40px}}@media screen and (min-width:1280px){.CollectionsPage .m-article-lead__heading{padding-bottom:40px}}@media screen and (min-width:1024px){.CollectionsPage .m-page-sponsors{display:inline-flex;align-items:center}}.m-error-page-title h1{margin-top:20px}@media screen and (min-width:1024px){.m-error-page-title h1{margin-top:36px}}.m-error-page-title h2{margin-top:20px}@media screen and (min-width:1024px){.m-error-page-title h2{margin-top:36px}}.ErrorPage .RichTextErrorPageBody .a-text :first-child{margin-top:0}.ErrorPage .RichTextErrorPageBody .a-text a{border-bottom:1px solid var(--colorText--highlight-light)}.ErrorPage-cta{text-align:center}.IssuePage .m-article-title__intro{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid var(--colorSeparator);margin-top:0}.IssuePage .m-article-lead__heading{border-bottom:1px solid var(--colorSeparator);padding-bottom:30px;margin-left:20px;margin-right:20px}.IssuePage .m-article-lead__heading .m-article-title{padding-left:0;padding-right:0}@media screen and (min-width:768px)and (max-width:1023px){.IssuePage .m-article-lead__heading{padding-bottom:40px;margin-left:45px;margin-right:45px}}@media screen and (min-width:1024px)and (max-width:1279px){.IssuePage .m-article-lead__heading{padding-bottom:40px;margin-left:50px;margin-right:50px}}@media screen and (min-width:1280px){.IssuePage .m-article-lead__heading{padding-bottom:40px;margin-left:calc(50% - 660px);margin-right:calc(50% - 660px)}}.IssuePage .o-header__progress{display:none}.IssuePage.s-nav-is-fixed.s-nav-is-hiding .o-header__bar-wrapper{transform:none}.IssuePage.s-nav-is-fixed.s-nav-is-hiding .o-header__articleBar-wrapper{display:none}@media screen and (max-width:1279px){.SpecialReportsPage .Page-layout{margin-top:60px}}@media screen and (min-width:1024px){.SpecialReportsPage .Page-layout{margin-top:130px}}.SpecialReportsPage .m-page-sponsorInfo+.Page-layout{margin-top:unset}.SpecialReportsPage .m-article-title__intro{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid var(--colorSeparator);margin-top:0}.SpecialReportsPage .m-specialreport-module__title{padding:0 20px}.SpecialReportsPage .m-article-lead__heading{border-bottom:1px solid var(--colorSeparator);padding-bottom:30px;margin-left:20px;margin-right:20px}.SpecialReportsPage .m-article-lead__heading .m-article-title{padding-left:0;padding-right:0}@media screen and (min-width:768px)and (max-width:1023px){.SpecialReportsPage .m-article-lead__heading{padding-bottom:40px;margin-left:45px;margin-right:45px}}@media screen and (min-width:1024px)and (max-width:1279px){.SpecialReportsPage .m-article-lead__heading{padding-bottom:40px;margin-left:50px;margin-right:50px}}@media screen and (min-width:1280px){.SpecialReportsPage .m-article-lead__heading{padding-bottom:40px;margin-left:calc(50% - 660px);margin-right:calc(50% - 660px)}}.SpecialReportsPage .s-color-reversed .m-subnav-container{background:var(--colorBackground--highlight);color:#fff}.SpecialReportsPage .m-specialreport-module__description{font-size:15px;font-weight:500;padding:0 20px}@media screen and (min-width:1024px){.SpecialReportsPage .m-specialreport-module__description{font-size:18px;font-weight:500}}@media screen and (min-width:768px)and (max-width:1023px){.SpecialReportsPage .m-specialreport-date{font-size:10.5px}}.SpecialReportsPage .m-specialreport__promoImage img{padding:0 20px}.SpecialReportsPage .m-specialreport-module.Module{background:var(--colorBackground--highlight);width:100%;display:flex;justify-content:center}.SpecialReportsPage .m-specialreport-module__body{max-width:1400px}.SpecialReportsPage .o-header__progress,.SpecialReportsPage .Page-main .m-banner:before{display:none}.SpecialReportsPage .m-promo__media__credit{color:var(--colorText--highlight-light,#00acd8)}.SpecialReportsPage .m-promo__media__credit:before{content:"— ";display:inline}@media screen and (min-width:768px){.SpecialReportsPage .m-promo__media__credit{padding-top:5px}}.HasSpecialReportsHeader .m-header-banner__topic,.SpecialReportsPage .m-header-banner__topic{padding:25px 0;max-width:1320px;margin:0 auto}.HasSpecialReportsHeader .m-specialreport-module__allreports,.SpecialReportsPage .m-specialreport-module__allreports{position:relative;top:auto;margin-top:10px;line-height:normal}@media screen and (min-width:768px)and (max-width:1023px){.HasSpecialReportsHeader .m-specialreport-module__allreports,.SpecialReportsPage .m-specialreport-module__allreports{max-width:none;text-align:center}}@media screen and (min-width:1024px){.HasSpecialReportsHeader .m-specialreport-module__allreports,.SpecialReportsPage .m-specialreport-module__allreports{position:absolute;display:inline-block;text-align:right;bottom:-40px;top:20px;margin-top:0;max-width:350px}.HasSpecialReportsHeader .m-specialreport-module__allreports span,.SpecialReportsPage .m-specialreport-module__allreports span{font-size:12.5px}}@media screen and (min-width:768px){.HasSpecialReportsHeader .m-specialreport-module__allreports.is-header-sponsorText,.SpecialReportsPage .m-specialreport-module__allreports.is-header-sponsorText{text-align:right;position:relative;bottom:auto;top:auto}}.m-page-sponsorLogo{margin-left:20px}.m-page-sponsors .m-page-sponsorLogo{display:block}@media screen and (min-width:1280px){.m-page-sponsors .m-page-sponsorLogo{display:inline-block;margin-top:0;margin-left:30px}}.m-page-sponsors .m-page-sponsorLogo .a-link{margin-right:30px}@media screen and (min-width:768px){.m-page-sponsors .m-page-sponsorLogo{display:inline-flex;align-items:center}}.m-specialreport-date{color:#fff;text-align:center}@media screen and (max-width:767px){.m-specialreport-date{font-size:10.5px;font-weight:500}}@media screen and (min-width:768px)and (max-width:1023px){.m-specialreport-date{font-size:10.5px;font-weight:500}}.m-page-longDescription{font-weight:500;border-bottom:1px solid var(--colorSeparator);padding-bottom:30px;margin-bottom:10px}.m-page-sponsorInfo{position:relative;min-height:60px;flex-direction:column;--vertPad:20px;padding-top:var(--vertPad);padding-bottom:var(--vertPad);margin-bottom:20px}.m-page-sponsorInfo .a-sponsorText{color:var(--colorText--highlight);filter:saturate(.5);pointer-events:none}.m-page-sponsorInfo-wrap{position:relative;display:flex;justify-content:space-between;align-items:flex-start}.m-page-sponsorInfo-wrap:after{height:0;width:100%;content:"";display:block;position:absolute;bottom:calc(var(--vertPad)*-1);border-bottom:1px solid var(--colorSeparator)}.m-page-sponsorInfo .m-article-sponsorLogo{margin-left:15px}.m-page-sponsorInfo .m-article-sponsorLogo img{margin-left:15px;width:auto}@media screen and (max-width:767px){.m-page-sponsorInfo-wrap{flex-direction:column}.m-page-sponsorInfo .m-page-cta{padding-top:var(--vertPad);margin-top:var(--vertPad);border-top:1px solid var(--colorSeparator);width:100%}.m-page-sponsorInfo .m-page-cta a{float:right}}@media screen and (max-width:1023px){.m-page-sponsorInfo .m-page-sponsorLogo{margin-left:0;margin-top:20px}}@media screen and (min-width:1024px){.m-page-sponsorInfo{--vertPad:30px}.m-page-sponsorInfo .m-page-sponsors{display:inline-flex;align-items:center}}ps-google-dfp-ad{display:block}.Module--ContextAside .GoogleDfpAd,.Page-leaderboard .GoogleDfpAd,.Page-outofpageAd{display:flex;justify-content:center}.Page-outofpageAd{position:fixed;top:0;left:0;z-index:999999;width:100%}.Page-outofpageAd-wrap{position:relative;top:50vh;transform:translateY(-50%);display:inline-block}ps-dfp-insterstitial{display:block}ps-dfp-insterstitial .GoogleDfpAd{position:relative;width:unset;height:unset}ps-dfp-insterstitial .GoogleDfpAd-Overlay{background-color:hsla(0,0%,100%,.7);position:absolute;top:0;left:0;right:0;width:100%;height:500%;max-height:100vh}ps-dfp-insterstitial .GoogleDfpAd-close{position:absolute;top:-30px;right:0;outline:none;-webkit-appearance:none;appearance:none;border:0;font-size:23px;max-height:100%;overflow:hidden;padding:0;width:30px;height:30px}ps-dfp-insterstitial .GoogleDfpAd-close:before{content:"×";display:block}.GoogleDfpAd{text-align:center;width:100%}@media print{.GoogleDfpAd{display:none!important}}.Page-leaderboard .GoogleDfpAd{padding:20px;background:inherit}.Module--ContextAside .GoogleDfpAd{padding-top:21px;padding-bottom:21px;background:inherit}.Module--ContextAside .GoogleDfpAd:first-child{padding-top:0;padding-bottom:0}.GoogleDfpAd[article-dynamic-aside=true]{display:none}.GoogleDfpAd[data-out-of-page=true]{height:0;margin:0;overflow:hidden;padding:0}.DisqusCommentModule{margin-top:80px;position:relative}.DisqusCommentModule #disqus_tread_anchor{position:absolute;top:-100px}.DisqusCommentModule-count{text-align:center;position:relative;padding:30px;border-top:1px solid var(--colorSeparator);border-bottom:1px solid var(--colorSeparator)}.DisqusCommentModule-count span{display:inline-block}.DisqusCommentModule-count span:before{content:var(--txtJoinConversation)}.DisqusCommentModule-count span[data-social-service-count]:before{content:attr(data-social-service-count) " comments"}.DisqusCommentModule-count span[data-social-service-count="1"]:before{content:attr(data-social-service-count) " comment"}.DisqusCommentModule-count:after,.DisqusCommentModule-count:before{content:"";position:absolute;width:19px;height:19px;right:0;top:0;bottom:0;margin:auto;border-radius:20px;justify-content:center;align-items:center;display:flex;padding:0}.DisqusCommentModule-count:before{background:var(--colorSeparator)}.DisqusCommentModule-count:after{content:"-";font-weight:100;font-size:25px;font-family:sans-serif;top:-3px;color:var(--colorText)}.DisqusCommentModule #disqus_thread{max-height:1px;overflow:hidden}.DisqusCommentModule-count[data-collapse-toggle*='"state":"expanded"']:after{content:"-";transform:scaleX(1.6) translateY(-1px)}.DisqusCommentModule-count[data-collapse-toggle*='"state":"expanded"']~#disqus_thread{max-height:none}.DisqusCommentModule-count[data-collapse-toggle*='"state":"collapsed"']{color:#8d9498}.DisqusCommentModule-count[data-collapse-toggle*='"state":"collapsed"']:after{content:"+"}.FaqList-title{text-transform:uppercase;padding-bottom:16px;border-bottom:1px solid}.FaqListItem-title{margin-top:50px}.FaqModule{background-color:var(--color-module-background);padding-top:20px;padding-bottom:20px;width:auto}.FaqModule-container{margin:0 auto}.FaqModule-header{text-align:var(--text-alignment-module-header,center);color:var(--color-text-module-header);margin-bottom:20px}@media screen and (min-width:768px){.FaqModule-header{margin-bottom:42px}}.FaqModule-title{font-family:var(--font,var(--font-2));font-size:24px;font-weight:400;line-height:28px}@media screen and (min-width:768px){.FaqModule-title{font-size:30px;line-height:34px}}@media screen and (min-width:1024px){.FaqModule-title{font-size:40px;line-height:48px}}.FaqModule-description{font-family:var(--font,var(--font-1));font-size:18px;line-height:28px;margin-top:20px}@media screen and (min-width:1024px){.FaqModule-description{font-size:20px;line-height:33px}}.FaqModule-description ul{list-style:disc;padding:0 0 0 40px;margin:10px 0;text-align:left}.FaqModule-description ol{list-style:decimal;padding:0 0 0 40px;margin:10px 0;text-align:left}.FaqModule-items>.FaqQuestion{border-top:2px solid rgba(0,0,0,.15)}.FaqModule-items>.FaqQuestion:last-of-type{border-bottom:2px solid rgba(0,0,0,.15)}@media screen and (min-width:768px){.Enhancement[data-align-left] .FaqModule.container,.Enhancement[data-align-right] .FaqModule.container{max-width:400px}}@media screen and (min-width:1440px){.FaqModule{padding:20px}}.FaqModuleInline{background-color:var(--color-module-background);padding-top:20px;padding-bottom:20px}.FaqModuleInline-container{margin:0 auto}.FaqModuleInline-header{color:var(--color-text-module-header);text-align:var(--text-alignment-module-header,center);margin-bottom:20px}@media screen and (min-width:768px){.FaqModuleInline-header{margin-bottom:42px}}.FaqModuleInline-title{font-family:var(--font,var(--font-2));font-size:24px;font-weight:400;line-height:28px}@media screen and (min-width:768px){.FaqModuleInline-title{font-size:30px;line-height:34px}}@media screen and (min-width:1024px){.FaqModuleInline-title{font-size:40px;line-height:48px}}.FaqModuleInline-description{font-family:var(--font,var(--font-1));font-size:18px;line-height:28px;margin-top:20px}@media screen and (min-width:1024px){.FaqModuleInline-description{font-size:20px;line-height:33px}}.FaqModuleInline-description ul{list-style:disc;padding:0 0 0 40px;margin:10px 0;text-align:left}.FaqModuleInline-description ol{list-style:decimal;padding:0 0 0 40px;margin:10px 0;text-align:left}.FaqModuleInline-items>.FaqQuestion{border-top:2px solid rgba(0,0,0,.15)}.FaqModuleInline-items>.FaqQuestion:last-of-type{border-bottom:2px solid rgba(0,0,0,.15)}.FaqModuleInline-items .FaqQuestion-answer{height:auto;opacity:1;padding-bottom:16px}.FaqModuleInline-items .FaqQuestion-title{padding:16px 0}@media screen and (min-width:1440px){.FaqModuleInline{padding:20px}}.FaqModuleAccordionWithDescription{background-color:var(--color-module-background);padding-top:20px;padding-bottom:20px}.FaqModuleAccordionWithDescription-container{margin:0 auto;display:block}@media screen and (min-width:768px){.FaqModuleAccordionWithDescription-container{display:flex;flex-direction:row;gap:30px}}.FaqModuleAccordionWithDescription-header{color:var(--color-text-module-header);text-align:var(--text-alignment-module-header,center);margin-bottom:20px;flex-basis:30%;min-width:300px}@media screen and (min-width:768px){.FaqModuleAccordionWithDescription-header{margin-bottom:42px}}.FaqModuleAccordionWithDescription-items{flex-grow:1}.FaqModuleAccordionWithDescription-title{font-family:var(--font,var(--font-2));font-size:24px;font-weight:400;line-height:28px}@media screen and (min-width:768px){.FaqModuleAccordionWithDescription-title{font-size:30px;line-height:34px}}@media screen and (min-width:1024px){.FaqModuleAccordionWithDescription-title{font-size:40px;line-height:48px}}.FaqModuleAccordionWithDescription-description{font-family:var(--font,var(--font-1));font-size:18px;line-height:28px;margin-top:20px}@media screen and (min-width:1024px){.FaqModuleAccordionWithDescription-description{font-size:20px;line-height:33px}}.FaqModuleAccordionWithDescription-description ul{list-style:disc;padding:0 0 0 40px;margin:10px 0;text-align:left}.FaqModuleAccordionWithDescription-description ol{list-style:decimal;padding:0 0 0 40px;margin:10px 0;text-align:left}.FaqModuleAccordionWithDescription-items>.FaqQuestion{border-top:2px solid rgba(0,0,0,.15)}.FaqModuleAccordionWithDescription-items>.FaqQuestion:last-of-type{border-bottom:2px solid rgba(0,0,0,.15)}@media screen and (min-width:1440px){.FaqModuleAccordionWithDescription{padding:20px}}.FaqModuleAccordionWithImage{background-color:var(--color-module-background);padding-top:20px;padding-bottom:20px}.FaqModuleAccordionWithImage-container{margin:0 auto}@media screen and (min-width:768px){.FaqModuleAccordionWithImage-container{display:flex;gap:30px}}.FaqModuleAccordionWithImage-media img{width:100%;height:auto}@media screen and (min-width:768px){.FaqModuleAccordionWithImage-media{flex-basis:50%;min-width:300px}}.FaqModuleAccordionWithImage-text{max-width:50%}@media screen and (min-width:768px){.FaqModuleAccordionWithImage-text{flex-grow:1}}.FaqModuleAccordionWithImage-header{color:var(--color-text-module-header);text-align:var(--text-alignment-module-header,center);margin-bottom:20px}@media screen and (min-width:768px){.FaqModuleAccordionWithImage-header{margin-bottom:42px}}.FaqModuleAccordionWithImage-items{flex-grow:1}.FaqModuleAccordionWithImage-title{font-family:var(--font,var(--font-2));font-size:24px;font-weight:400;line-height:28px}@media screen and (min-width:768px){.FaqModuleAccordionWithImage-title{font-size:30px;line-height:34px}}@media screen and (min-width:1024px){.FaqModuleAccordionWithImage-title{font-size:40px;line-height:48px}}.FaqModuleAccordionWithImage-description{font-family:var(--font,var(--font-1));font-size:18px;line-height:28px;margin-top:20px}@media screen and (min-width:1024px){.FaqModuleAccordionWithImage-description{font-size:20px;line-height:33px}}.FaqModuleAccordionWithImage-description ul{list-style:disc;padding:0 0 0 40px;margin:10px 0;text-align:left}.FaqModuleAccordionWithImage-description ol{list-style:decimal;padding:0 0 0 40px;margin:10px 0;text-align:left}.FaqModuleAccordionWithImage-items>.FaqQuestion{border-top:2px solid rgba(0,0,0,.15)}.FaqModuleAccordionWithImage-items>.FaqQuestion:last-of-type{border-bottom:2px solid rgba(0,0,0,.15)}@media screen and (min-width:1440px){.FaqModuleAccordionWithImage{padding:20px}}.FaqQuestion{display:block}.FaqQuestion-header{padding:20px 0;cursor:pointer}.FaqQuestion-title{font-family:var(--font,var(--font-1));font-size:1.0625rem;line-height:1.5625rem;letter-spacing:0;font-weight:700;display:flex;flex-direction:row;justify-content:space-between}@media screen and (min-width:768px){.FaqQuestion-title{font-size:1.25rem;line-height:1.875rem;font-weight:700;letter-spacing:0}}.FaqQuestion-title ul{list-style:disc}.FaqQuestion-title ol,.FaqQuestion-title ul{padding:0 0 0 40px;margin:10px 0;text-align:left}.FaqQuestion-title ol{list-style:decimal}.FaqQuestion-title .icon{margin-left:20px;margin-top:10px;width:14px;height:8px;flex-shrink:0;transform:rotate(180deg);transition:transform .3s ease}[data-expanded] .FaqQuestion-title .icon{transform:rotate(0deg)}.FaqQuestion-answer{font-family:var(--font,var(--font-1));font-size:1.0625rem;line-height:1.5625rem;letter-spacing:0;font-weight:400;cursor:default;overflow:hidden;height:0;opacity:0;transition:all .3s ease-in-out;transition-property:height,opacity}@media screen and (min-width:768px){.FaqQuestion-answer{font-size:1.25rem;line-height:1.875rem;font-weight:400;letter-spacing:0}}.FaqQuestion-answer ul{list-style:disc}.FaqQuestion-answer ol,.FaqQuestion-answer ul{padding:0 0 0 40px;margin:10px 0;text-align:left}.FaqQuestion-answer ol{list-style:decimal}[data-expanded] .FaqQuestion-answer{opacity:1;overflow:visible;height:auto}.FaqQuestion-answer p{margin:0 0 20px}.FaqQuestion-answer br:nth-of-type(2n){display:none}.FaqQuestion-answer a{border-bottom:1px solid var(--themeLinksColor)}.FaqQuestion-answer a:hover{color:var(--themeLinksColor)}.FaqQuestion-answer sub,.FaqQuestion-answer sup{font-size:.85rem}.FaqQuestion-answer sup{vertical-align:super}.FaqQuestion-answer sub{vertical-align:sub}.FaqQuestion-answer h1,.FaqQuestion-answer h2,.FaqQuestion-answer h3,.FaqQuestion-answer h4,.FaqQuestion-answer h5,.FaqQuestion-answer h6{margin-top:26px;margin-bottom:30px}@media screen and (min-width:768px){.FaqQuestion-answer h1,.FaqQuestion-answer h2,.FaqQuestion-answer h3,.FaqQuestion-answer h4,.FaqQuestion-answer h5,.FaqQuestion-answer h6{margin-top:45px;margin-bottom:35px}}.Enhancement[data-align-center] .FaqQuestion-answer h1,.Enhancement[data-align-center] .FaqQuestion-answer h2,.Enhancement[data-align-center] .FaqQuestion-answer h3,.Enhancement[data-align-center] .FaqQuestion-answer h4,.Enhancement[data-align-center] .FaqQuestion-answer h5,.Enhancement[data-align-center] .FaqQuestion-answer h6,.Enhancement[data-align-right] .FaqQuestion-answer h1,.Enhancement[data-align-right] .FaqQuestion-answer h2,.Enhancement[data-align-right] .FaqQuestion-answer h3,.Enhancement[data-align-right] .FaqQuestion-answer h4,.Enhancement[data-align-right] .FaqQuestion-answer h5,.Enhancement[data-align-right] .FaqQuestion-answer h6{text-align:left}.FaqQuestion-answer .Enhancement .m-quote{margin-left:0!important}
