#news-landing .card-text p:last-of-type {
  margin-bottom: 0; }

/* START: Main cards section */
#news-landing-cards .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  /*	background-color: black;*/ }

#news-landing-cards .card-img-top {
  border-radius: 0; }

#news-landing-cards .card-body {
  border: 0; }

#news-landing-cards .card-text {
  color: white; }

#news-landing-cards h2, #news-landing-cards .h2 {
  margin-bottom: 0; }

#news-landing-cards h2, #news-landing-cards h2 a:hover, #news-landing-cards .h2, #news-landing-cards .h2 a:hover {
  color: white;
  text-decoration: none; }

#news-landing-cards h2, #news-landing-cards h2 a, #news-landing-cards .h2, #news-landing-cards .h2 a {
  color: white;
  text-decoration: none; }

/* END: Main cards section */
#news-landing h1, #news-landing .h1 {
  line-height: 40px;
  text-decoration: none; }

#news-landing .blue-strip {
  position: relative;
  display: block;
  content: " ";
  background-color: var(--var-icwm-accent-color-on-dark);
  width: 100%;
  height: 125px; }

#news-landing .page-title-box {
  position: absolute;
  display: block;
  content: " ";
  background-color: var(--var-not-black);
  z-index: 1;
  top: -50%;
  height: 250px;
  padding: 50px;
  /*width: 80%;*/
  /* Post-launch change, 11 Oct 2023 */
  /*margin-left: 10%;*/
  /* Post-launch change, 11 Oct 2023 */
  width: 1320px;
  /* Post-launch change, 10 Oct 2023 */ }

#news-landing .page-title-box-headingM {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 61px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; }

#news-landing .page-title-box-headingS {
  color: #EDEDED;
  font-family: 'quasimoda', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 37.92px */
  letter-spacing: 6px;
  text-transform: uppercase; }

#news-landing .page-title-box-bodyT {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 118.75% */
  letter-spacing: 0.16px; }

#news-landing .white-strip {
  position: relative;
  display: block;
  content: " ";
  background-color: white;
  width: 100%;
  height: 75px; }

#news-landing .News-Wrapper {
  position: relative;
  display: block;
  content: " ";
  width: 306px;
  height: 340px; }

#news-landing .News-Image-Wrapper {
  position: relative;
  display: block;
  content: " ";
  width: 306px;
  height: 306px;
  left: 4px;
  box-shadow: 0px 4px 4px 1px #d6d6d6;
  overflow: hidden; }

#news-landing .News-Text-Wrapper {
  position: absolute;
  display: block;
  content: " ";
  background-color: var(--var-not-black);
  width: 80%;
  height: 73px;
  bottom: 0;
  left: 10%;
  z-index: 2;
  transition: height 0.5s, transform 0.5s ease-out, fill 0.5s; }

#news-landing .News-Text-Font {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

#news-landing .News-Text-Desc {
  position: absolute;
  display: block;
  content: " ";
  width: 68%;
  height: 40px;
  bottom: 20px;
  left: 16%;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s, bottom 0.5s, transform 0.5s ease-out, fill 0.5s; }

#news-landing .News-Text-Desc-Font {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  /* 131.25% */
  letter-spacing: 0.32px; }

#news-landing .News-BlueBox-Wrapper {
  position: absolute;
  display: block;
  content: " ";
  background-color: var(--var-icwm-accent-color-on-dark);
  width: 80%;
  height: 40px;
  bottom: 18px;
  right: -4px;
  z-index: 1;
  transition: height 0.5s, transform 0.5s ease-out, fill 0.5s; }

#news-landing .box-outer-cat {
  content: "";
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1rem;
  height: 340px;
  width: 334px; }

#news-landing .News-Image {
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#news-landing .box-outer-cat:hover .News-Image {
  transform: scale(1.07);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#news-landing .box-outer-cat:hover .News-BlueBox-Wrapper {
  height: 200px;
  transition: height 0.5s, transform 0.5s ease-out, fill 0.5s; }

#news-landing .box-outer-cat:hover .News-Text-Wrapper {
  height: 200px;
  transition: height 0.5s, transform 0.5s ease-out, fill 0.5s; }

#news-landing .box-outer-cat:hover .News-Text-Desc {
  bottom: 100px;
  opacity: 1;
  transition: opacity 0.5s, bottom 0.5s, transform 0.5s ease-out, fill 0.5s; }

#news-landing .card-linkH {
  content: "";
  position: absolute;
  width: 100%;
  height: 340px;
  z-index: 20;
  left: 0;
  top: 0; }

@media (max-width: 1399px) {
  #news-landing .page-title-box {
    width: 1140px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 1199px) {
  #news-landing .page-title-box {
    width: 960px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 991px) {
  #news-landing .page-title-box {
    width: 720px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 992px) {
  #news-landing .page-title-box-headingM {
    font-size: 50px; }

  #news-landing .page-title-box-headingS {
    font-size: 25px; }

  #news-landing .page-title-box {
    padding-top: 30px; } }
@media (max-width: 768px) {
  #news-landing .page-title-box-headingM {
    font-size: 40px; }

  #news-landing .page-title-box-headingS {
    font-size: 20px;
    line-height: 20px; }

  #news-landing .page-title-box {
    padding: 40px;
    height: 260px;
    top: -55%; } }
@media (max-width: 767px) {
  #news-landing .page-title-box {
    width: 540px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 575px) {
  #news-landing .page-title-box {
    width: 90%;
    /* Post-launch change, 10 Oct 2023 */
    margin-left: 5%;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 450px) {
  #news-landing .page-title-box-headingM {
    font-size: 30px; }

  #news-landing .page-title-box-headingS {
    font-size: 15px;
    line-height: 15px; }

  #news-landing .page-title-box {
    padding: 30px;
    /*height: 280px;
    top: -55%;*/ } }
@media (max-width: 350px) {
  #news-landing .page-title-box-headingM {
    font-size: 25px;
    line-height: 30px; }

  #news-landing .page-title-box-headingS {
    font-size: 18px;
    line-height: 18px; }

  #news-landing .page-title-box {
    padding: 20px;
    /*height: 280px;
    top: -55%;*/ }

  #news-landing h1, #news-landing .h1 {
    line-height: 30px; } }
