@charset "UTF-8";
section.post-list.main-slider {
  padding: 0;
  background-color: #afc4de;
}
section.post-list.main-slider .inner-wrapper {
  max-width: 100%;
  height: 393px;
}
section.post-list.main-slider .inner-wrapper .header {
  display: none;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper {
  height: auto;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  overflow: hidden scroll;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list {
  width: auto;
  height: 100%;
  display: flex;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list.slick-initialized {
  visibility: visible;
  opacity: 1;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner {
  width: auto;
  position: relative;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline {
  order: 2;
  padding: 20px 25px 30px;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline p {
  display: none;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline .post-title {
  font-size: 1.2rem;
  width: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline .post-title a {
  color: var(--primary);
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline .slider-button {
  width: 98px;
  height: 26px;
  padding: 5px;
  font-size: 0.656rem;
  font-weight: 600;
  line-height: 16px;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .slide-img-container {
  width: 100%;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .slide-img-container .slider-image {
  display: block;
  position: relative;
  padding-top: 56.25%;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .slide-img-container .slider-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list .slick-dots {
  bottom: 25px;
  width: 100%;
}
@media (max-width: 767px) {
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list .slick-dots {
    width: inherit;
    right: 25px;
  }
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list .slick-dots li {
  margin: 0 12px;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list .slick-dots li button {
  background: #ffffff !important;
  border-radius: 10px !important;
  border: 1px solid #ffffff !important;
  width: 15px;
  height: 15px;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list .slick-dots li button::before {
  content: none;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list .slick-dots li.slick-active button {
  background: var(--brand-primary) !important;
}
section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list .slick-dots li.slick-active button::before {
  content: none;
}

@media (min-width: 768px) {
  section.post-list.main-slider .inner-wrapper {
    max-width: 100%;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info {
    width: 100%;
    max-width: 1180px;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    flex-direction: row;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline {
    width: 50%;
    position: unset;
    padding-left: 2.1%;
    padding-right: 2.1%;
    order: 1;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline .post-title {
    font-size: 1.2rem;
    line-height: 1.27;
    max-width: 90.85%;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline .slider-button {
    width: 130px;
    height: 38px;
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 600;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline p {
    display: block;
    font-size: 1.203rem;
    font-weight: 600;
    color: #2c4c92;
    text-transform: uppercase;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .slide-img-container {
    width: 50%;
    height: 284px;
    order: 2;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .slide-img-container .slider-image {
    width: 50%;
    padding-top: 0;
    display: inline;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .slide-img-container .slider-image img {
    position: unset;
    object-fit: cover;
    max-height: 284px;
    height: 284px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline .post-title {
    font-size: 2.2rem;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .headline .slider-button {
    width: 159px;
    height: 42px;
    font-size: 1.093rem;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .slide-img-container {
    height: 393px;
  }
  section.post-list.main-slider .inner-wrapper .slider-wrapper ul.slide-list li.slider-info .st-inner .slide-img-container .slider-image img {
    height: 393px;
    max-height: 393px;
  }
}
section.post-list {
  padding: 0 1rem;
}
section.post-list.base-style {
  margin-bottom: 20px;
}
section.post-list .inner-wrapper .header {
  grid-area: header;
}
section.post-list .inner-wrapper .header h2 {
  color: var(--haymarket-blue);
  margin: 20px 0 14px;
  font-size: 1.25rem !important;
}
section.post-list .inner-wrapper .header h2 a .arrow {
  margin-left: 20px;
  border: solid var(--haymarket-blue);
  border-width: 0 2.8px 2.8px 0;
  display: inline-block;
  padding: 5.6px;
  transform: rotate(-45deg);
  border-inline-color: var(--haymarket-blue);
}
section.post-list .inner-wrapper .header .more-link {
  display: none;
}
section.post-list .inner-wrapper .posts-wrapper {
  grid-area: posts;
}
section.post-list .inner-wrapper .posts-wrapper ul {
  padding: 0;
}
section.post-list .inner-wrapper .posts-wrapper ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--slate);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
section.post-list .inner-wrapper .posts-wrapper ul li a {
  font-family: var(--font-family-serif);
  font-size: 1.125rem;
  font-weight: 600;
}
section.post-list .inner-wrapper .posts-wrapper ul li a.clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.post-list .inner-wrapper .posts-wrapper ul li a.clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.post-list .inner-wrapper .posts-wrapper ul li.tiled-on-mobile {
  flex-direction: column;
  border-bottom: none;
}
section.post-list .inner-wrapper .posts-wrapper ul li .post-thumbnail img {
  width: auto;
  min-height: 102px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
section.post-list .inner-wrapper .posts-wrapper ul li .content .post-eyebrow {
  text-transform: uppercase;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  margin-top: 7px;
}
section.post-list .inner-wrapper .posts-wrapper ul li .content .post-excerpt {
  display: none;
  color: var(--haymarket-blue);
  font-size: 0.875rem;
  line-height: 24px;
}
section.post-list .inner-wrapper .posts-wrapper ul li .content .post-byline {
  margin-top: 10px;
  font-size: 0.875rem;
}
section.post-list .inner-wrapper .posts-wrapper ul li .content .post-byline a {
  display: inline;
  color: var(--steel);
  font-size: 0.875rem;
  font-weight: 700;
}
section.post-list .inner-wrapper .posts-wrapper ul li .content .post-byline .by-text {
  color: initial;
  font-size: 0.875rem;
  font-weight: 400;
}
section.post-list .inner-wrapper .posts-wrapper ul li .content .post-date {
  font-size: 0.875rem;
  color: #000000;
}
section.post-list.desktop-ad .inner-wrapper {
  grid-template-areas: "header header" "posts ad";
  grid-template-columns: 1fr 330px;
}
section.post-list.desktop-ad .inner-wrapper .posts-wrapper {
  margin-right: 20px !important;
}
section.post-list.excerpt-on-mobile .inner-wrapper .posts-wrapper ul li .content .post-excerpt {
  display: block;
}
section.post-list.excerpt-on-mobile .inner-wrapper .posts-wrapper ul li .content .post-excerpt.clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.post-list.excerpt-on-mobile .inner-wrapper .posts-wrapper ul li .content .post-excerpt.clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.post-list.mpr-container .inner-wrapper .header {
  position: relative;
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: 20px;
}
section.post-list.mpr-container .inner-wrapper .header::before {
  position: absolute;
  content: "";
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--brand-primary);
  border-radius: 50%;
  bottom: -4px;
  outline: 4px solid #ffffff;
}
section.post-list.mpr-container .inner-wrapper .header::after {
  position: absolute;
  content: "";
  right: 0;
  width: 7px;
  height: 7px;
  background-color: var(--brand-primary);
  bottom: -4px;
  border-radius: 50%;
  outline: 4px solid #ffffff;
}

@media (min-width: 768px) {
  section.post-list .inner-wrapper .posts-wrapper ul li .content .post-excerpt {
    display: none;
  }
  section.post-list.mpr-container .inner-wrapper {
    max-width: 576px !important;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  section.post-list {
    padding: 0 1rem;
  }
  section.post-list .inner-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-areas: "header" "posts" "ad";
  }
  section.post-list .inner-wrapper .header {
    grid-area: header;
    display: flex;
    align-items: center;
  }
  section.post-list .inner-wrapper .header h2 {
    margin: 20px 36px 20px 0;
    font-size: 2.1875rem !important;
  }
  section.post-list .inner-wrapper .header h2 a {
    pointer-events: none;
  }
  section.post-list .inner-wrapper .header h2 a .arrow {
    display: none;
  }
  section.post-list .inner-wrapper .header .more-link {
    margin-left: auto;
    color: var(--blue);
    text-decoration: underline;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
  }
  section.post-list .inner-wrapper .posts-wrapper {
    margin-right: 20px;
    position: relative;
    overflow: hidden;
  }
  section.post-list .inner-wrapper .posts-wrapper ul {
    border-bottom: 1px solid var(--slate);
    left: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
  }
  section.post-list .inner-wrapper .posts-wrapper ul li {
    border-bottom: none;
    border-top: 1px solid var(--slate);
    margin-bottom: 10px;
    padding-top: 18px;
    padding-bottom: 0;
    flex-direction: row;
  }
  section.post-list .inner-wrapper .posts-wrapper ul li a {
    font-family: var(--font-family-serif);
    font-size: 1.4375rem;
    font-weight: 600;
  }
  section.post-list .inner-wrapper .posts-wrapper ul li .post-thumbnail {
    flex-basis: 28%;
    min-width: 180px;
    margin-right: 22px;
  }
  section.post-list .inner-wrapper .posts-wrapper ul li.tiled-on-mobile {
    flex-direction: row;
  }
  section.post-list .inner-wrapper .posts-wrapper ul li .post-eyebrow {
    margin-top: 0 !important;
  }
  section.post-list .inner-wrapper .posts-wrapper ul li .post-excerpt.clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  section.post-list .inner-wrapper .posts-wrapper ul li .post-excerpt.clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  section.post-list .inner-wrapper .posts-wrapper ul.page1 {
    position: relative;
    top: 0;
    left: -100%;
    opacity: 0;
  }
  section.post-list .inner-wrapper .posts-wrapper ul.page2 {
    display: grid;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
    margin: 0;
  }
  section.post-list .inner-wrapper .posts-wrapper ul.current {
    left: 0;
    opacity: 1;
  }
  section.post-list.base-style {
    max-width: 100%;
  }
  section.post-list.base-style .inner-wrapper .posts-wrapper {
    margin-right: 0;
  }
  section.post-list.base-style .inner-wrapper .posts-wrapper > ul > li {
    padding-top: 10px;
  }
  section.post-list.base-style .inner-wrapper .posts-wrapper > ul > li:first-child {
    border-top: 3px solid var(--haymarket-blue);
  }
  section.post-list.base-style .inner-wrapper .posts-wrapper > ul > li .post-title {
    font-size: 1.25rem;
    font-weight: 600;
  }
  section.post-list.base-style .inner-wrapper .posts-wrapper > ul > li .post-excerpt {
    /* -webkit-box is needed for clamp */
    display: -webkit-box;
  }
  section.post-list.small-header {
    padding: 0;
  }
  section.post-list.small-header .inner-wrapper .header h2 {
    font-size: 1.5rem !important;
    margin: 7px 36px 7px 0;
  }
  section.post-list .dfp-ad {
    grid-area: ad;
    width: 330px;
    justify-self: end;
  }
  section.post-list.mpr-container .inner-wrapper {
    max-width: 1400px !important;
  }
}
section.post-list.paginated {
  padding: 0 1rem;
  margin-bottom: 20px;
}
section.post-list.paginated .inner-wrapper .header .round-nav-buttons {
  display: none;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul.slick-initialized {
  display: block;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul .slick-list li {
  border-bottom: none;
  width: 311px !important;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul .slick-dots {
  display: flex;
  justify-content: center;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul .slick-dots li {
  border-bottom: none;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul .slick-dots li button {
  border: 0 !important;
  background: 0 0 !important;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul .slick-dots li button::before {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  width: 14px;
  height: 14px;
  content: "•";
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul .slick-dots li button:focus {
  box-shadow: none !important;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul .slick-dots .slick-active button::before {
  color: var(--brand-primary) !important;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul li:nth-child(5), section.post-list.paginated .inner-wrapper .posts-wrapper ul li:nth-child(6) {
  display: none;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul li .post-thumbnail {
  min-height: 166px;
  margin-right: 10px;
}
section.post-list.paginated .inner-wrapper .posts-wrapper ul.page2 {
  display: none;
}
section.post-list.paginated .inner-wrapper .dfp-ad {
  grid-area: ad;
}
section.post-list.paginated.paginated-without-slider {
  padding: 0;
}
section.post-list.paginated.paginated-without-slider .inner-wrapper {
  display: flex;
  flex-direction: column;
}
section.post-list.paginated.paginated-without-slider .inner-wrapper .header {
  padding: 0 1rem;
}
section.post-list.paginated.paginated-without-slider .inner-wrapper .dfp-ad {
  order: 3;
}
section.post-list.paginated.paginated-without-slider .inner-wrapper .posts-wrapper {
  padding: 0 1rem;
}
section.post-list.paginated.paginated-without-slider .inner-wrapper .posts-wrapper ul {
  margin-bottom: 0;
}
section.post-list.paginated.paginated-without-slider .inner-wrapper .posts-wrapper ul li .content .post-excerpt {
  display: none;
}
section.post-list.paginated.mpr-news-feature .posts-wrapper ul li:first-child {
  border-top: none;
  padding-top: 0;
}
section.post-list.paginated.mpr-news-feature .posts-wrapper ul li:nth-child(2) {
  border-top: none;
  padding-top: 0;
}

@media (min-width: 767px) {
  section.post-list.paginated .inner-wrapper .posts-wrapper ul li .post-thumbnail {
    min-height: initial;
  }
  section.post-list.paginated .inner-wrapper .posts-wrapper ul li .content .clamp-3 {
    font-size: 1.1875rem;
  }
  section.post-list.paginated.paginated-without-slider .inner-wrapper .posts-wrapper ul li:first-child {
    border-top: 3px solid var(--haymarket-blue);
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  section.post-list.paginated {
    min-height: 250px;
  }
  section.post-list.paginated .inner-wrapper {
    grid-template-areas: "header header" "posts ad";
  }
  section.post-list.paginated .inner-wrapper .header .round-nav-buttons {
    display: block;
  }
  section.post-list.paginated .inner-wrapper .posts-wrapper ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    transition: all 0.3s ease 0s;
  }
  section.post-list.paginated .inner-wrapper .posts-wrapper ul li:nth-child(5), section.post-list.paginated .inner-wrapper .posts-wrapper ul li:nth-child(6), section.post-list.paginated .inner-wrapper .posts-wrapper ul li:nth-child(11), section.post-list.paginated .inner-wrapper .posts-wrapper ul li:nth-child(12) {
    border-bottom: none;
  }
  section.post-list.paginated .inner-wrapper .posts-wrapper ul li:nth-child(5), section.post-list.paginated .inner-wrapper .posts-wrapper ul li:nth-child(6) {
    display: flex;
  }
  section.post-list.paginated .inner-wrapper .posts-wrapper ul.page1 {
    position: relative;
    top: 0;
    left: -100%;
    opacity: 0;
  }
  section.post-list.paginated .inner-wrapper .posts-wrapper ul.page2 {
    display: grid;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
    margin: 0;
  }
  section.post-list.paginated .inner-wrapper .posts-wrapper ul.current {
    left: 0;
    opacity: 1;
  }
  section.post-list.paginated div.dfp-ad {
    width: 330px;
    justify-self: end;
  }
  section.post-list.paginated.paginated-without-slider {
    padding: 0 1rem;
  }
  section.post-list.paginated.paginated-without-slider .inner-wrapper {
    display: grid;
    grid-template-areas: "header ad" "posts ad";
  }
  section.post-list.paginated.paginated-without-slider .inner-wrapper .header {
    padding: 0;
    margin-right: 20px;
  }
  section.post-list.paginated.paginated-without-slider .inner-wrapper .header h2 {
    font-size: 1.5rem !important;
    margin: 0 0 5px;
  }
  section.post-list.paginated.paginated-without-slider .inner-wrapper .posts-wrapper {
    padding: 0;
  }
  section.post-list.paginated.paginated-without-slider .inner-wrapper .posts-wrapper ul {
    border-bottom: none;
    grid-template-columns: repeat(1, 1fr);
    gap: initial;
  }
  section.post-list.paginated.paginated-without-slider .inner-wrapper .posts-wrapper ul li {
    border-top: 1px solid var(--haymarket-blue);
    border-bottom: none;
    padding: 12px 0;
    margin-bottom: 0;
  }
  section.post-list.paginated.paginated-without-slider .inner-wrapper .posts-wrapper ul li .content {
    padding-top: 0;
  }
  section.post-list.paginated.paginated-without-slider .inner-wrapper .posts-wrapper ul li .content .clamp-2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  section.post-list.paginated.paginated-without-slider .inner-wrapper .posts-wrapper ul li .content .post-excerpt {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  section.post-list.paginated.advisory-board-module .inner-wrapper .header h2 {
    margin-right: 18px;
  }
}
section.post-list.tiled {
  margin-bottom: 20px;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul {
  display: none;
  border-bottom: none;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul.slick-initialized {
  display: block;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul .slick-list li {
  width: 311px !important;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul .slick-dots {
  display: flex;
  justify-content: center;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul .slick-dots li {
  border: none;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul .slick-dots li button {
  border: 0 !important;
  background: 0 0 !important;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul .slick-dots li button::before {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  width: 14px;
  height: 14px;
  content: "•";
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul .slick-dots li button:focus {
  box-shadow: none !important;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul .slick-dots .slick-active button::before {
  color: var(--brand-primary) !important;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul li {
  padding-left: 1rem;
  padding-top: 0;
  border-top: none;
  border-bottom: none;
  display: block;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul li:first-child {
  padding-left: 0;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul li.tiled-ad {
  display: none;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul li a .post-thumb {
  width: 100%;
  min-height: 166px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul li a .post-title {
  font-family: var(--font-family-serif);
  font-size: 1.125rem;
  font-weight: 600;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul li a .post-author {
  font-size: 0.875rem;
  font-weight: 700;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul li .post-excerpt {
  display: none;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul li .post-byline {
  margin-top: 10px;
  color: var(--blue);
  font-size: 0.875rem;
  font-weight: 700;
}
section.post-list.tiled .inner-wrapper .posts-wrapper ul li .post-byline a {
  color: var(--blue);
  font-size: 0.875rem;
  font-weight: 700;
}
section.post-list.tiled .inner-wrapper .posts-wrapper .slick-dots li button {
  border: 0 !important;
  background: 0 0 !important;
}
section.post-list.tiled .inner-wrapper .posts-wrapper .slick-dots li button::before {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  width: 14px;
  height: 14px;
  content: "•";
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
section.post-list.tiled .inner-wrapper .posts-wrapper .slick-dots li button:focus {
  box-shadow: none !important;
}
section.post-list.tiled .inner-wrapper .posts-wrapper .slick-dots .slick-active button::before {
  color: var(--brand-primary) !important;
}

@media (min-width: 768px) {
  section.post-list.tiled {
    padding: 0 1rem;
  }
  section.post-list.tiled .inner-wrapper {
    max-width: 1180px;
    margin: 0 auto;
  }
  section.post-list.tiled .inner-wrapper .header {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  section.post-list.tiled .inner-wrapper .header h2 {
    margin: 20px 36px 20px 0;
    font-size: 2.1875rem !important;
  }
  section.post-list.tiled .inner-wrapper .header h2 a {
    pointer-events: none;
  }
  section.post-list.tiled .inner-wrapper .header h2 a .arrow {
    display: none;
  }
  section.post-list.tiled .inner-wrapper .header .more-link {
    margin-left: auto;
    color: var(--blue);
    text-decoration: underline;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper {
    position: relative;
    overflow: hidden;
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list {
    display: grid;
    grid-template-columns: 40% 1fr 1fr;
    gap: 20px;
    margin-bottom: 0;
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li {
    padding-left: 0;
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li.tiled-ad {
    display: block;
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li .post-thumb {
    min-height: 354px;
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li .post-title {
    font-size: 1.4375rem;
    font-weight: 600;
    font-family: var(--font-family-serif);
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li .post-excerpt {
    margin-top: 10px;
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li .post-author {
    color: var(--blue);
    font-size: 0.875rem;
    font-weight: 700;
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3;
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li:nth-child(2) a .post-thumb, section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li:nth-child(3) a .post-thumb, section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li:nth-child(4) a .post-thumb, section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li:nth-child(5) a .post-thumb {
    min-height: 188px;
  }
  section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li:nth-child(2) .post-excerpt, section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li:nth-child(3) .post-excerpt, section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li:nth-child(4) .post-excerpt, section.post-list.tiled .inner-wrapper .posts-wrapper ul.tiled-list li:nth-child(5) .post-excerpt {
    display: none;
  }
  section.post-list.tiled .inner-wrapper .dfp-ad {
    margin: 0 auto;
    max-width: 330px;
    justify-self: end;
  }
}
section.post-list.taxonomy {
  display: none;
  padding: 0 1rem;
}
section.post-list.taxonomy .inner-wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
section.post-list.taxonomy .inner-wrapper .header h2 {
  margin: 0 10px 0 0;
}
section.post-list.taxonomy .inner-wrapper .posts-wrapper {
  margin-right: 0;
}
section.post-list.taxonomy .inner-wrapper .posts-wrapper ul {
  padding: 0;
  margin: 0;
  display: none;
  border: none;
}
section.post-list.taxonomy .inner-wrapper .posts-wrapper ul.slick-initialized {
  display: block;
}
section.post-list.taxonomy .inner-wrapper .posts-wrapper ul li {
  list-style: none;
  margin-right: 13px;
  border: none;
}
section.post-list.taxonomy .inner-wrapper .posts-wrapper ul li a {
  width: 100%;
  height: 149px;
  padding: 0 10px;
  background-position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-color: #999999;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
section.post-list.taxonomy .inner-wrapper .posts-wrapper ul li a:focus, section.post-list.taxonomy .inner-wrapper .posts-wrapper ul li a:active {
  background-position: center center;
  background-size: cover;
  background-color: #999999;
}
section.post-list.taxonomy.page-layout {
  display: block;
}
section.post-list.taxonomy.page-layout .inner-wrapper .header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
section.post-list.taxonomy.page-layout .inner-wrapper .posts-wrapper ul {
  margin-top: 0;
  visibility: visible;
  gap: 50px 43px;
}
section.post-list.taxonomy.resource-center {
  display: block;
}
section.post-list.taxonomy.resource-center .inner-wrapper .header h2 {
  margin: 20px 0 14px;
}
section.post-list.taxonomy.resource-center .inner-wrapper .posts-wrapper {
  margin-right: 0;
}
section.post-list.taxonomy.resource-center .inner-wrapper .posts-wrapper ul {
  display: flex !important;
  flex-flow: row wrap;
  margin-top: 15px;
  padding: 0;
  gap: 0 45px;
}
section.post-list.taxonomy.resource-center .inner-wrapper .posts-wrapper ul li {
  flex: 1 1 calc(100% - 45px);
  max-height: 58px;
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
section.post-list.taxonomy.resource-center .inner-wrapper .posts-wrapper ul li:hover {
  background: var(--brand-primary);
}
section.post-list.taxonomy.resource-center .inner-wrapper .posts-wrapper ul li a {
  background: none;
  color: #261656;
  width: auto;
  height: 100%;
  font-family: var(--font-family-serif);
  font-size: 20px;
  font-weight: 400;
  justify-content: left;
}

@media (min-width: 768px) {
  section.post-list.taxonomy {
    display: block;
    margin-bottom: 20px;
  }
  section.post-list.taxonomy .inner-wrapper .header {
    display: flex;
    align-items: center;
  }
  section.post-list.taxonomy .inner-wrapper .header h2 {
    color: var(--haymarket-blue);
    margin: 20px 30px 15px 0;
    line-height: 1.2;
  }
  section.post-list.taxonomy .inner-wrapper .header h2 a {
    pointer-events: none;
  }
  section.post-list.taxonomy .inner-wrapper .header .round-nav-buttons .round-button::before {
    border-color: var(--haymarket-blue) !important;
    opacity: 0.75;
    border-width: 0 2px 2px 0 !important;
  }
  section.post-list.taxonomy .inner-wrapper .header .round-nav-buttons .round-button.slick-disabled::before {
    opacity: 0.25;
  }
  section.post-list.taxonomy .inner-wrapper .header .more-link {
    margin-left: auto;
    color: var(--blue);
    text-decoration: underline;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
  }
  section.post-list.taxonomy .inner-wrapper .posts-wrapper ul {
    display: none;
  }
  section.post-list.taxonomy .inner-wrapper .posts-wrapper ul.slick-initialized {
    display: block;
  }
  section.post-list.taxonomy .inner-wrapper .posts-wrapper ul li a {
    width: 260px;
  }
  section.post-list.taxonomy.page-layout {
    display: block;
  }
  section.post-list.taxonomy.page-layout .inner-wrapper .posts-wrapper ul {
    visibility: visible;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 43px;
    margin-top: 50px;
  }
  section.post-list.taxonomy.page-layout .inner-wrapper .posts-wrapper ul li {
    margin: 0;
  }
}
@media (min-width: 992px) {
  section.post-list.taxonomy.resource-center .inner-wrapper .header h2 {
    margin: 20px 30px 15px 0;
  }
  section.post-list.taxonomy.resource-center .inner-wrapper .posts-wrapper ul {
    flex-flow: column wrap;
    height: 522px;
    overflow: initial;
    min-height: 522px;
    box-shadow: none;
  }
  section.post-list.taxonomy.resource-center .inner-wrapper .posts-wrapper ul li {
    flex: 1 1 calc(33.33% - 45px);
    border-top: solid 1px #979797;
  }
  section.post-list.taxonomy.resource-center .inner-wrapper .posts-wrapper ul li:nth-child(9n) {
    border-bottom: solid 1px #979797;
  }
}
.page-template.page-template-page-topics article {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .page-template.page-template-page-topics article {
    padding: 20px 24px 0 !important;
  }
}
@media (min-width: 992px) {
  .page-template.page-template-page-topics article {
    padding: 0 !important;
  }
}
.page-template .topics-page .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.page-template .topics-page .inner-wrapper .dfp-ad {
  order: 3;
}
.page-template .topics-page .inner-wrapper .header h2 {
  border-bottom: solid 3px var(--haymarket-blue);
}
.page-template .topics-page .inner-wrapper .header h2 .arrow {
  display: none;
}
.page-template .topics-page .inner-wrapper .posts-wrapper ul::-webkit-scrollbar {
  display: none;
}
.page-template .topics-page .inner-wrapper .posts-wrapper ul {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.page-template .topics-page .inner-wrapper .posts-wrapper ul .topic-info {
  width: 100%;
}
.page-template .topics-page .inner-wrapper .posts-wrapper ul .topic-info:nth-child(3) {
  height: 0;
  margin: 0;
  display: none;
}
@media (min-width: 992px) {
  .page-template .topics-page .inner-wrapper .posts-wrapper ul .topic-info:nth-child(3) {
    display: block;
    height: auto;
  }
}
.page-template .homepage-topics-module {
  margin-bottom: 20px;
}
.page-template .homepage-topics-module .inner-wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-template .homepage-topics-module .inner-wrapper .dfp-ad {
    width: 100% !important;
  }
}
.page-template .homepage-topics-module .inner-wrapper .header {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .page-template .homepage-topics-module .inner-wrapper .header .more-link {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .page-template .homepage-topics-module .inner-wrapper .header .more-link {
    display: block !important;
  }
}
.page-template .homepage-topics-module .inner-wrapper .header h2 .arrow {
  margin-left: 20px;
  border: solid var(--haymarket-blue);
  border-width: 0 2.8px 2.8px 0;
  display: inline-block;
  padding: 5.6px;
  transform: rotate(-45deg);
  border-inline-color: var(--haymarket-blue);
}
@media (min-width: 992px) {
  .page-template .homepage-topics-module .inner-wrapper .header h2 .arrow {
    display: none;
  }
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper .slick-dotted {
  margin-bottom: 40px !important;
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper .slick-dotted .slick-list li {
  width: 283px !important;
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper .slick-dotted .slick-dots {
  bottom: -38px;
  gap: 0;
  justify-content: center;
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper .slick-dotted .slick-dots li {
  display: inline-block !important;
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper .slick-dotted .slick-dots .slick-active button {
  border: 1px solid var(--haymarket-blue) !important;
  background: var(--haymarket-blue) !important;
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper .slick-dotted .slick-dots button {
  width: 13px;
  height: 13px;
  border: 1px solid #d9d9d9 !important;
  background: #d9d9d9 !important;
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper .slick-dotted .slick-dots button::before {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
    border-bottom: none !important;
  }
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul li {
  margin-right: 0;
  padding-top: 13px;
  padding-left: 0 !important;
  border-bottom: none !important;
}
@media (min-width: 768px) {
  .page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul li {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  .page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul li {
    padding-top: 11px;
  }
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul .topic-info {
  margin-right: 13px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul .topic-info {
    display: block !important;
    width: 48% !important;
    margin-right: 0;
    max-height: 225px;
  }
}
@media (min-width: 992px) {
  .page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul .topic-info {
    width: 100% !important;
    margin-bottom: 11px;
    max-height: 172px;
    border-top: none !important;
  }
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul .topic-info .topic-title {
  border-radius: 6px !important;
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-image {
  border-radius: 6px !important;
}
.page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-image img {
  width: 283px !important;
  height: 172px !important;
  border-radius: 6px !important;
}
@media (min-width: 768px) {
  .page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-image img {
    opacity: 0.3;
    width: 370px !important;
    height: 225px !important;
    min-height: 225px !important;
  }
}
@media (min-width: 992px) {
  .page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-image img {
    height: 172px !important;
    width: 283px !important;
    min-height: 172px !important;
  }
}
@media (min-width: 992px) {
  .page-template .homepage-topics-module .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-text {
    width: 85%;
    padding: 10px;
    text-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .page-template section.post-list.taxonomy .inner-wrapper .header h2 .header-link {
    pointer-events: none;
  }
}
.page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper {
  margin-right: 0;
}
@media (min-width: 768px) {
  .page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info {
  text-align: center;
  list-style: none;
  margin-bottom: 0;
}
.page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title {
  background-repeat: no-repeat;
  position: relative;
  display: block;
  border-radius: 20px;
}
.page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-image {
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
}
.page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-image img {
  border-radius: 20px;
  width: 283px;
  height: 172px;
  min-width: 250px;
  min-height: 172px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-image img {
    opacity: 0.3;
    width: 370px;
    height: 225px;
    min-height: 225px;
  }
}
@media (min-width: 992px) {
  .page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-image img {
    height: 270px;
    width: 380px;
    min-height: 270px;
  }
}
@media (min-width: 768px) {
  .page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-image {
    background: #333333;
  }
}
.page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36.57px !important;
  background: rgba(0, 0, 0, 0.7215686275);
  padding: 10px 15px;
  opacity: 1;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-text {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title .topic-text {
    font-size: 30px !important;
  }
}
.page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title:hover .topic-image img {
  opacity: 1;
  transition: all 0.5s ease !important;
}
.page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info .topic-title:hover .topic-text {
  background: rgba(0, 0, 0, 0.7215686275);
  padding: 10px 15px;
  opacity: 1;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .page-template section.post-list.taxonomy .inner-wrapper .posts-wrapper ul .topic-info {
    width: 32%;
  }
}

section.taxonomy-conference-coverage {
  background: #f2f3f1;
  padding: 10px 1rem 0;
  display: none;
  margin-bottom: 20px !important;
}
section.taxonomy-conference-coverage.has-curated-terms {
  display: block;
}
section.taxonomy-conference-coverage .header h2 {
  margin-bottom: 15px;
}
section.taxonomy-conference-coverage .header a::after {
  margin-left: 20px;
  border: solid var(--haymarket-blue);
  border-width: 0 2.8px 2.8px 0;
  display: inline-block;
  padding: 5.6px;
  transform: rotate(-45deg);
  border-inline-color: solid var(--haymarket-blue);
  content: "";
}
section.taxonomy-conference-coverage #conference-content {
  display: inline-block;
  position: relative;
  width: 100%;
}
section.taxonomy-conference-coverage #conference-content a.conf-image {
  width: 100%;
  display: inline-block;
}
section.taxonomy-conference-coverage #conference-content a.conf-image img {
  height: auto;
  margin: 0;
  width: 100%;
}
section.taxonomy-conference-coverage #conference-content .conference-info {
  box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 20px;
  width: calc(100% - 40px);
  margin: -70px 20px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 60%;
}
section.taxonomy-conference-coverage #conference-content .conference-info .cate-name {
  font-size: 12px;
  font-weight: 700;
  color: #0067a5;
  text-transform: uppercase;
}
section.taxonomy-conference-coverage #conference-content .conference-info .title {
  margin: 8px 0 17px;
  display: block;
}
section.taxonomy-conference-coverage #conference-content .conference-info .title a {
  font-weight: 600;
  font-family: var(--font-family-serif);
  font-size: 18px;
  line-height: 1.28;
  color: #292354;
  text-decoration: none;
}
section.taxonomy-conference-coverage #conference-content .conference-info .title a:hover {
  text-decoration: underline;
}
section.taxonomy-conference-coverage #conference-content .conference-info a.conf-button {
  display: inline-block;
  height: 30px;
}
section.taxonomy-conference-coverage #conference-content .conference-info a.conf-button input {
  height: 30px;
  max-width: 175px;
  width: 100%;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
section.taxonomy-conference-coverage.conf_coverage_page {
  display: none;
}

@media (min-width: 768px) {
  section.taxonomy-conference-coverage {
    padding: 10px 1rem 50px;
  }
  section.taxonomy-conference-coverage .header a::after {
    content: none;
  }
  section.taxonomy-conference-coverage #conference-content {
    padding-left: 40px;
  }
  section.taxonomy-conference-coverage #conference-content .conference-info {
    margin: -220px 0 0 40px;
    justify-content: center !important;
    width: 48%;
    position: absolute;
    right: 40px;
    height: 230px;
    padding: 35px;
  }
  section.taxonomy-conference-coverage #conference-content .conference-info .cate-name {
    font-weight: bold;
  }
  section.taxonomy-conference-coverage #conference-content .conference-info a.conf-image {
    min-height: 280px;
  }
  section.taxonomy-conference-coverage #conference-content .conference-info a.conf-image img {
    height: 285px;
  }
}
@media (min-width: 992px) {
  section.taxonomy-conference-coverage .inner-wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  section.taxonomy-conference-coverage #conference-content {
    padding-left: 100px;
  }
  section.taxonomy-conference-coverage #conference-content a.conf-image {
    width: 60%;
    min-height: 370px;
  }
  section.taxonomy-conference-coverage #conference-content a.conf-image img {
    height: 372px;
    object-fit: cover;
  }
  section.taxonomy-conference-coverage #conference-content .conference-info {
    width: 39.45%;
    position: absolute;
    right: 100px;
    top: 25px;
    justify-content: left;
    height: 322px;
    margin-top: 0;
  }
  section.taxonomy-conference-coverage #conference-content .conference-info .cate-name {
    font-size: 15px;
  }
  section.taxonomy-conference-coverage #conference-content .conference-info .title a {
    font-size: 30px;
  }
  section.taxonomy-conference-coverage #conference-content .conference-info a.conf-button {
    height: 45px;
  }
  section.taxonomy-conference-coverage #conference-content .conference-info a.conf-button input {
    height: 45px;
    max-width: 245px;
    font-size: 16px;
  }
  section.taxonomy-conference-coverage.conf_coverage_page {
    display: block;
    margin-bottom: 0 !important;
    padding: 25px 1rem;
  }
  section.taxonomy-conference-coverage.conf_coverage_page .header {
    display: none;
  }
  section.taxonomy-conference-coverage.conf_coverage_page #conference-content {
    padding-left: 16px;
  }
  section.taxonomy-conference-coverage.conf_coverage_page #conference-content .conference-info {
    width: 60%;
    position: absolute;
    right: 16px;
    height: 230px;
    padding: 20px;
  }
  section.taxonomy-conference-coverage.conf_coverage_page #conference-content .conference-info .title a {
    font-size: 24px;
  }
  section.taxonomy-conference-coverage.conf_coverage_page #conference-content a.conf-image {
    min-height: 270px;
  }
  section.taxonomy-conference-coverage.conf_coverage_page #conference-content a.conf-image img {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  section.taxonomy-conference-coverage.conf_coverage_page #conference-content {
    padding-left: 20px;
  }
  section.taxonomy-conference-coverage.conf_coverage_page #conference-content .conference-info {
    width: 48%;
    right: 20px;
    padding: 35px;
  }
}

/*# sourceMappingURL=adv-homepage.min.css.map */
