.overview__noMenu #container-body {
  font-size: 1rem;
  line-height: 1.5; /* line-height for paragraphs should be at least 1.5 times the font size. */
}

.overview__noMenu #content-2013.simply-red {
  padding: 1rem 0 0 0;
}

@media (min-width: 768px) {
  .overview__noMenu #content-2013.simply-red {
    padding: 0 0 0 0;
  }
}

.overview__noMenu section:first-of-type {
  margin-top: -1.25rem !important;
}

.overview__noMenu #container-body *,
.overview__noMenu #container-body :after,
.overview__noMenu #container-body :before {
  box-sizing: border-box;
}

/* Text styles */

.overview__noMenu p {
  margin-bottom: 1.25rem;
}

.overview__noMenu .faq-heading {
  margin: 0 0 1rem;
}

.overview__noMenu .accordion {
  margin-bottom: 5rem;
}

.overview__noMenu .accordion-group h4 {
  padding: 0.3rem 0;
}

.overview__noMenu .content-last-updated {
  font-size: 0.8em;
  margin: 0;
}

.overview__noMenu .accordion-inner li {
  padding: 1rem;
}

.overview__noMenu .accordion-heading .badge {
  top: 0.8rem !important;
  font-size: 1rem !important;
}

.overview__noMenu .list-style-none {
  list-style: none;
  margin-left: unset;
  padding-left: unset;
}

@media (max-width: 768px) {
  .overview__noMenu .faq-heading {
    padding: 0 0 0 0.3rem;
  }

  .overview__noMenu .accordion-group {
    margin: 0.3rem 0.2rem;
  }

  .overview__noMenu .accordion-inner ul,
  .overview__noMenu .accordion-inner li {
    padding: 0.5rem !important;
  }
}

/* Header */

.overview__noMenu .ecu-logo {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .overview__noMenu .ecu-logo {
    margin-bottom: 8px;
  }
}

/* Alert - Default */

.overview__noMenu .alert {
  background-color: hsl(40, 100%, 67%, 48%, 0.05);
  border: dashed 0.125rem hsl(40, 100%, 67%);
  color: hsl(0, 0%, 20%);
  line-height: normal;
  text-shadow: none;
  padding: 1.5rem;
  width: 100%;
  min-width: 100%;
}

.overview__noMenu .alert h3,
.overview__noMenu .alert h4,
.overview__noMenu .alert ul,
.overview__noMenu .alert ol,
.overview__noMenu .alert a {
  color: unset;
  margin: 1rem 0 0.75rem;
}

.overview__noMenu .alert a {
  font-weight: bold;
}

/* Alert - Info */

.overview__noMenu .alert-info {
  background-color: hsl(202, 100%, 23%, 0.05);
  border-color: hsl(202, 100%, 23%);
  color: hsl(202, 100%, 23%);
}

.overview__noMenu .alert-info h3,
.overview__noMenu .alert-info h4 {
  color: hsl(202, 100%, 23%);
}

.overview__noMenu .alert-info a {
  font-weight: bold;
  color: hsl(202, 100%, 23%);
}

/* Alert - Error */

.overview__noMenu .alert-error {
  background-color: hsl(13, 100%, 31%, 0.05);
  border-color: hsl(13, 100%, 31%);
  color: hsl(13, 100%, 31%);
}

.overview__noMenu .alert-error h3,
.overview__noMenu .alert-error h4 {
  color: hsl(13, 100%, 31%);
}

.overview__noMenu .alert-error a {
  color: hsl(13, 100%, 31%);
}

/* Alert - Success */

.overview__noMenu .alert-success {
  background-color: hsl(134, 61%, 21%, 0.05);
  border-color: hsl(134, 61%, 21%);
  color: hsl(134, 61%, 21%);
}

.overview__noMenu .alert-success h3,
.overview__noMenu .alert-success h4 {
  color: hsl(134, 61%, 21%);
}

.overview__noMenu .alert-success a {
  color: hsl(134, 61%, 21%);
}

.overview__noMenu h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  font-family: var(--font-feature);
  color: var(--color-teal-600);
  padding-bottom: 2.25rem;
}

/* End Elert */

@media screen and (min-width: 25em) {
  .overview__noMenu h2 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 40em) {
  .overview__noMenu h2 {
    font-size: 2.25rem;
  }
}

.overview__noMenu h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0;
}

@media screen and (min-width: 25em) {
  .overview__noMenu h3 {
    font-size: 1.25rem;
  }
}

.overview__noMenu section {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .overview__noMenu section {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .overview__noMenu section {
    margin-bottom: 5rem;
  }
}

.overview__noMenu .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.overview__noMenu .visually-hidden a:focus,
.overview__noMenu .visually-hidden button:focus,
.overview__noMenu .visually-hidden input:focus-visible {
  position: static;
  width: auto;
  height: auto;
}

/* Button Styles */
.overview__noMenu .button__primary {
  --btn-color: var(--color-teal-600);
  display: inline-block;
  padding: 1em 1.5em;
  margin: 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid var(--btn-color);
  border-radius: 4px;
}

.overview__noMenu .button__primary,
.overview__noMenu .button__primary:focus,
.overview__noMenu .button__primary:visited {
  color: var(--btn-color);
  text-decoration: none;
}

.overview__noMenu .button__primary:hover {
  --btn-color: var(--color-black);
  --btn-bg: var(--color-primary);
  background: var(--btn-bg);
  border-color: var(--btn-bg);
  text-decoration: none;
}

.overview__noMenu .button__primary--center {
  display: inline-block;
  padding: 1em 1.5em;
  margin: 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid hsl(202, 100%, 35%);
  border-radius: 4px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.overview__noMenu .button__primary--center,
.overview__noMenu .button__primary--center:focus,
.overview__noMenu .button__primary--center:visited {
  color: hsl(202, 100%, 35%);
  text-decoration: none;
}

.overview__noMenu .button__primary--center:hover {
  background: hsl(202, 100%, 35%);
  color: hsl(0, 0%, 93%);
  text-decoration: none;
}

.overview__noMenu .button__primary--inverted {
  display: inline-block;
  padding: 1em 1.5em;
  margin: 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: hsl(0, 0%, 93%);
  background: hsl(202, 100%, 35%);
  border: 2px solid hsl(202, 100%, 35%);
  border-radius: 4px;
}

.overview__noMenu .button__primary--inverted,
.overview__noMenu .button__primary--inverted:focus,
.overview__noMenu .button__primary--inverted:visited {
  color: hsl(0, 0%, 93%);
  text-decoration: none;
}

.overview__noMenu .button__primary--inverted:hover {
  background: hsl(0, 0%, 93%);
  color: hsl(202, 100%, 35%);
  text-decoration: none;
}

/* End button */

/* carousel */
.overview__noMenu .carousel__banner {
  position: relative;
}

.overview__noMenu .carousel__banner .carousel-inner,
.overview__noMenu .spotlight__imageLeft,
.overview__noMenu .spotlight__imageRight,
.overview__noMenu .spotlight__video,
.overview__noMenu .spotlight__covid {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
}

/* Card */
.overview__noMenu .card,
.overview__noMenu .card__feature,
.overview__noMenu .card__news,
.overview__noMenu .card__newsFeature,
.overview__noMenu .card__withIcon {
  border-radius: 4px;
  box-shadow: 1px 1px 5px 0 rgba(34, 34, 34, 0.25);
  color: hsl(0, 0%, 20%);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  text-decoration: none;
}

.overview__noMenu .card__feature:focus,
.overview__noMenu .card__feature:hover,
.overview__noMenu .card__newsFeature:focus,
.overview__noMenu .card__newsFeature:hover,
.overview__noMenu .card__news:focus,
.overview__noMenu .card__news:hover,
.overview__noMenu .card__withIcon:focus,
.overview__noMenu .card__withIcon:hover,
.overview__noMenu .card:focus,
.card:hover {
  background: hsl(0, 0%, 98%);
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}

.overview__noMenu .card__wrapper .card:hover,
.overview__noMenu .card__wrapper .card:focus,
.overview__noMenu .card__wrapper .card:hover h3,
.overview__noMenu .card__wrapper .card:focus-visible h3,
.overview__noMenu .card__wrapper .card:hover svg,
.overview__noMenu .card__wrapper .card:focus-visible svg {
  background: var(--color-primary);
  fill: var(--color-black);
  color: var(--color-black);
}

.overview__noMenu .card__wrapper:last-child {
  margin-top: 1.35rem;
}

.overview__noMenu .card__feature img,
.overview__noMenu .card__newsFeature img,
.overview__noMenu .card__news img,
.overview__noMenu .card__withIcon img,
.overview__noMenu .card img {
  border-radius: 4px 4px 0 0;
  margin: -1.5rem 0 1rem -1.5rem;
  min-width: calc(100% + 3em);
  max-width: calc(100% + 3em);
}

.overview__noMenu .card__feature h2,
.overview__noMenu .card__newsFeature h2,
.overview__noMenu .card__news h2,
.overview__noMenu .card__withIcon h2,
.overview__noMenu .card h2 {
  padding-bottom: 0;
}

.overview__noMenu .card__wrapper {
  -ms-flex-pack: space-evenly;
  /*justify-content: space-evenly;*/
}

.overview__noMenu .card__wrapper svg {
  fill: var(--color-primary);
}

.overview__noMenu .card__wrapper .card--20 svg {
  fill: hsl(202, 7%, 55%);
}

.overview__noMenu .card__featureWrapper,
.overview__noMenu .card__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  gap: 1.5rem;
}

.overview__noMenu .card__featureWrapper {
  align-items: flex-start;
}

@media (min-width: 1200px) {
  .overview__noMenu .card__featureWrapper {
    align-items: stretch;
  }
}

.overview__noMenu .card__withIconWrapper {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}

@media (min-width: 768px) {
  .overview__noMenu .card__withIconWrapper {
    width: calc(50% - 16px);
  }
}

@media (min-width: 1200px) {
  .overview__noMenu .card__withIconWrapper {
    width: calc(35% - 24px);
  }
}

.overview__noMenu .card-list h2 {
  padding-bottom: 1rem;
}

.overview__noMenu .card-list p {
  padding-bottom: 1rem;
}

.overview__noMenu .card h3 {
  margin-bottom: 1rem;
}

.overview__noMenu .card__wrapper a h3 {
  text-decoration: underline;
  color: var(--color-teal-600);
}

.overview__noMenu .card p {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .overview__noMenu .card {
    width: calc(95% - 12px);
    margin: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .overview__noMenu .card {
    width: calc(50% - 12px);
  }

  .overview__noMenu .card:nth-of-type(7),
  .overview__noMenu .card:nth-of-type(8) {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .overview__noMenu .card--33 {
    width: calc(33% - 18px);
  }
}

@media (max-width: 576px) {
  .overview__noMenu .card--33 {
    width: calc(100% - 18px) !important;
  }
}

@media (min-width: 320px) {
  .overview__noMenu .card--33 {
    width: calc(50% - 18px);
  }
}

@media (min-width: 992px) {
  .overview__noMenu .card {
    width: calc(25% - 18px);
  }

  .overview__noMenu .card--20 {
    width: calc(20% - 18px);
  }

  .overview__noMenu .card--33 {
    width: calc(33% - 18px);
  }

  .overview__noMenu .card:nth-of-type(5),
  .overview__noMenu .card:nth-of-type(6),
  .overview__noMenu .card:nth-of-type(7),
  .overview__noMenu .card:nth-of-type(8) {
    margin-bottom: 0;
  }
}

.overview__noMenu .card__news {
  text-align: center;
}

.overview__noMenu .card__news h3 {
  margin-bottom: 1rem;
}

.overview__noMenu .card__news p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .overview__noMenu .card__news {
    width: calc(33% - 18px);
    text-align: left;
  }
}

.overview__noMenu .card__feature h3 {
  margin-top: 0.85em;
  margin-bottom: 0.5em;
}

.overview__noMenu .card__feature ul {
  margin: 0 0 20px;
}

.overview__noMenu .card__feature li {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .overview__noMenu .card__feature {
    width: calc(50% - 12px);
    margin-bottom: 1rem;
  }
}

.overview__noMenu .card__withIcon {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.overview__noMenu .card__withIcon h3 {
  margin-bottom: 0;
  padding-left: 16px;
  width: 75%;
}

.overview__noMenu .card__withIcon:last-of-type {
  margin-bottom: 0;
}

.overview__noMenu .card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(202, 100%, 35%);
  border-radius: 4px 0 0 4px;
  color: hsl(0, 0%, 93%);
  font-size: 1.5rem;
  height: auto;
  margin: -1.5rem 0 -1.5rem -1.5rem;
  width: 25%;
}

@media (min-width: 768px) {
  .overview__noMenu .card__newsFeature {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .overview__noMenu .card__newsFeature {
    width: 65%;
  }
}

@media (min-width: 768px) {
  .overview__noMenu .content__wrapper {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.overview__noMenu .card__image {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .overview__noMenu .card__image {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .overview__noMenu .card__image,
  .overview__noMenu .content__adjacent {
    width: calc(50% - 8px);
  }
}

@media (min-width: 992px) {
  .overview__noMenu .card__image,
  .overview__noMenu .content__adjacent {
    width: calc(50% - 12px);
  }
}

/* End Card */

@media (min-width: 768px) {
  .overview__noMenu .reverse-md-up {
    flex-flow: row-reverse wrap;
  }
}

/* Carousle */
.overview__noMenu .carousel {
  margin: 0;
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .overview__noMenu .carousel {
    max-height: 570px;
  }
}

.overview__noMenu .carousel__banner .carousel-inner {
  margin: -20px 0;
}

@media (max-width: 991.98px) {
  .overview__noMenu .carousel__banner .carousel-inner > .item {
    height: auto;
  }
}

@media (min-width: 768px) {
  .overview__noMenu .carousel__banner .carousel-inner > .item {
    max-height: 500px;
  }
}

.overview__noMenu .carousel__banner .carousel-inner img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .overview__noMenu .carousel__banner .carousel-inner > .item > a > img,
  .overview__noMenu .carousel__banner .carousel-inner > .item > img {
    display: block;
  }
}

@media (max-width: 425px) {
  .overview__noMenu .carousel__banner .carousel-inner > .item > a > img,
  .overview__noMenu .carousel__banner .carousel-inner > .item > img {
    display: block;
    transform: scale(1.5);
  }
}

.overview__noMenu .carousel__banner .carousel-direction {
  display: none;
}

.overview__noMenu .carousel__banner .carousel-pause,
.overview__noMenu .carousel__banner .carousel-play {
  position: relative;
  top: -1.5em;
  color: hsl(0, 0%, 93%);
  padding-left: 10px;
  opacity: 0.7;
}

.overview__noMenu .carousel__banner .carousel-pause:focus,
.overview__noMenu .carousel__banner .carousel-pause:hover,
.overview__noMenu .carousel__banner .carousel-play:focus,
.overview__noMenu .carousel__banner .carousel-play:hover {
  color: hsl(0, 0%, 90%);
}

@media (min-width: 768px) {
  .overview__noMenu .carousel__banner .carousel-pause,
  .overview__noMenu .carousel__banner .carousel-play {
    font-size: 1.5rem;
  }
}

.carouselBanner__content {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
  background-color: var(--color-black);
  padding: 1rem 0;
  color: var(--color-white);
  font-family: var(--font-feature);
  font-size: 1.2rem;
  top: 20px;
  margin-bottom: -1px;
}
.carouselBanner__content .btn {
  --btn-bg: var(--color-primary);
  --btn-color: var(--color-black);
  float: right;
  clear: both;
  min-width: 200px;
  background-color: var(--btn-bg);
  background-image: none;
  font-weight: 400;
  padding: 0.5rem;
  color: var(--btn-color);
  font-weight: 500;
  vertical-align: middle;
}

.carouselBanner__content .btn:hover,
.carouselBanner__content .btn:focus-visible {
  --btn-bg: var(--color-teal-400);
}

.carouselBanner__content span {
  vertical-align: middle;
  line-height: 2.2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .carouselBanner__content {
    text-align: center;
  }
  .carouselBanner__content .btn {
    display: block;
    max-width: 50vw;
    float: none;
    margin: 0 auto;
    margin-top: 1rem;
  }
}

@media (max-width: 979px) {
  .carouselBanner__content span {
    font-size: 1rem;
  }

  .carouselBanner__content .btn {
    font-size: 1rem;
  }
}

/* End Carousle */

.overview__noMenu .card-image,
.overview__noMenu .featured-image {
  box-shadow: 1px 1px 5px 0 rgba(34, 34, 34, 0.25);
  border-radius: 4px;
}

.overview__noMenu .featured-image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.overview__noMenu h2.margin-top {
  margin-top: 1.5rem;
}

.overview__noMenu .noMargin__bottom {
  margin-bottom: 0 !important;
}

.overview__noMenu .spotlight__imageLeft,
.overview__noMenu .spotlight__imageRight,
.overview__noMenu .spotlight__covid {
  background: hsl(0, 0%, 95%);
}

.overview__noMenu .spotlight__imageLeft:after,
.overview__noMenu .spotlight__imageRight:after {
  display: block;
  content: '';
  position: relative;
  height: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 0 0 60%;
}

/* Student Intranet panel backgrounds */
.overview__noMenu .spotlight__image--aboutECU-commitmentToEquality:after {
  background: url(https://www.ecu.edu.au/__data/assets/image/0011/895385/Students-in-Library.png)
    no-repeat 50%;
  background-size: cover;
  width: 100%;
}

.overview__noMenu .spotlight__image--aboutECU-indigenousMatters:after {
  background: url(https://www.ecu.edu.au/__data/assets/image/0010/895114/students-on-joondalup-campus.jpg)
    no-repeat 50%;
  background-size: cover;
  width: 100%;
}

/* Library services panel backgrounds */
.overview__noMenu .spotlight__image--libraryServices-orientation:after {
  background: url(https://www.ecu.edu.au/__data/assets/image/0009/885429/_DSC3058_cropped.jpg)
    no-repeat 50%;
  background-size: cover;
  width: 100%;
}

.overview__noMenu
  .spotlight__image--libraryServices-servicesAndFacilities:after {
  background: url(https://www.ecu.edu.au/__data/assets/image/0010/885835/_DSC0299_cropped.jpg)
    no-repeat 50%;
  background-size: cover;
  width: 100%;
}

.overview__noMenu .spotlight__image--libraryServices-researchServices:after {
  background: url(https://www.ecu.edu.au/__data/assets/image/0004/885847/ECU_VC__nmp4514_cropped.jpg)
    no-repeat 50%;
  background-size: cover;
  width: 100%;
}

.overview__noMenu .spotlight__imageLeft .container,
.overview__noMenu .spotlight__imageRight .container {
  padding: 2em 1.5rem;
}

/* Graduations panel backgrounds */
.overview__noMenu .spotlight__image--graduations-updateDetails:after {
  background: url(https://www.ecu.edu.au/__data/assets/image/0003/840657/ECU-Graduates.jpg)
    no-repeat 50%;
  background-size: cover;
  width: 100%;
}

/* Research panel backgrounds */
.overview__noMenu .spotlight__image--research-worldClass:after {
  background: url(https://www.ecu.edu.au/__data/assets/image/0013/797899/intro-lg.jpg)
    no-repeat 50%;
  background-size: cover;
  width: 100%;
}

.overview__noMenu .spotlight__image--research-newsSubscribe:after {
  background: url(https://www.ecu.edu.au/__data/assets/image/0003/843906/injury-feature-lg.jpg)
    no-repeat 50%;
  background-size: cover;
  width: 100%;
}

/* Giving panel backgrounds */
.overview__noMenu .spotlight__image--giving-vcMessage:after {
  background: url(https://www.ecu.edu.au/__data/assets/image/0019/931240/VC-at-Yagan-Square.jpeg)
    no-repeat 50%;
  background-size: cover;
  width: 100%;
}

.overview__noMenu .spotlight__image--giving-cityCampus:after {
  background: url(https://www.ecu.edu.au/__data/assets/image/0007/927277/ecu-city-campus.jpeg)
    no-repeat 50%;
  background-size: cover;
  width: 100%;
}

@media (max-width: 320px) {
  .overview__noMenu .spotlight__imageLeft .container h2,
  .overview__noMenu .spotlight__imageRight .container h2,
  .overview__noMenu .spotlight__imageLeft .container h3,
  .overview__noMenu .spotlight__imageRight .container h3,
  .overview__noMenu .spotlight__imageLeft .container h4,
  .overview__noMenu .spotlight__imageRight .container h4 {
    padding: 1em 0.3em;
  }

  .overview__noMenu .spotlight__imageLeft .container p,
  .overview__noMenu .spotlight__imageRight .container p {
    padding: 0.2em 0.5em;
  }

  .overview__noMenu .spotlight__imageLeft .container a.button__primary,
  .overview__noMenu .spotlight__imageRight .container a.button__primary {
    margin: 0 0 2rem 0.5em;
  }
}

@media (min-width: 768px) {
  .overview__noMenu .spotlight__imageLeft,
  .overview__noMenu .spotlight__imageRight {
    overflow: hidden;
  }

  .overview__noMenu .spotlight__imageLeft:after {
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 0;
  }

  .overview__noMenu .spotlight__imageRight:after {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 0;
  }

  .overview__noMenu .spotlight__imageLeft .container {
    padding: 2em 0 2em 386px;
  }

  .overview__noMenu .spotlight__imageRight .container {
    padding: 2em 386px 2em 0;
  }

  .overview__noMenu .spotlight__imageLeft .container a.button__primary,
  .overview__noMenu .spotlight__imageRight .container a.button__primary {
    margin: 0 0 0.3rem;
  }
}

@media (min-width: 992px) {
  .overview__noMenu .spotlight__imageLeft .container {
    padding: 4em 1.5rem 4em 489px;
  }

  .overview__noMenu .spotlight__imageRight .container {
    padding: 4em 489px 4em 1.5rem;
  }

  .overview__noMenu .spotlight__imageLeft .container a.button__primary,
  .overview__noMenu .spotlight__imageRight .container a.button__primary {
    margin: 0 0 0.3rem;
  }
}

@media (min-width: 1200px) {
  .overview__noMenu .spotlight__imageLeft .container {
    padding: 4em 1.5rem 4em 615px;
  }

  .overview__noMenu .spotlight__imageRight .container {
    padding: 4em 615px 4em 1.5rem;
  }

  .overview__noMenu .spotlight__imageLeft .container a.button__primary,
  .overview__noMenu .spotlight__imageRight .container a.button__primary {
    margin: 0 0 0.3rem;
  }
}

/* Image/Video section */

@media (min-width: 992px) {
  .overview__noMenu .video__section,
  .overview__noMenu .image__section {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
}

@media (min-width: 1200px) {
  .overview__noMenu .spotlight__video .container {
    padding: 4em 615px 4em 1.5rem;
  }
}

.overview__noMenu .video__container,
.overview__noMenu .video__container--right,
.overview__noMenu .image__container {
  padding: 0 1.5rem;
  text-align: center;
}

.overview__noMenu .video__container ol,
.overview__noMenu .video__container ul,
.overview__noMenu .image__container ol,
.overview__noMenu .image__container ul {
  padding: 0 1.5rem 1rem;
  text-align: left;
}

.overview__noMenu .video__container--right ol,
.overview__noMenu .video__container--right ul,
.overview__noMenu .image__container--right ol,
.overview__noMenu .image__container--right ul {
  padding: 0 0 1rem 1.5rem;
  text-align: left;
}

@media (min-width: 992px) {
  .overview__noMenu .video__container,
  .overview__noMenu .image__container {
    padding: 1.25rem 1.5rem 0 0;
    width: calc(50% + 12px);
    text-align: left;
  }

  .overview__noMenu .video__container--right,
  .overview__noMenu .image__container--right {
    padding: 1.25rem 0 0 1.5rem;
    width: calc(50% + 12px);
    text-align: left;
  }
}

.responsive__video,
.responsive__image {
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0;
}

@media (min-width: 992px) {
  .responsive__video,
  .responsive__image {
    width: calc(50% - 12px);
    padding-bottom: 320px;
  }
}

.responsive__video iframe,
.responsive__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* End Image/Video section */

/* Social List */

.overview__noMenu .social {
  height: 3.5rem;
  width: 3.5rem;
}

.overview__noMenu .social__list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.overview__noMenu .social__list li {
  margin-right: 1rem;
}

.overview__noMenu .social__list li:last-of-type {
  margin-right: 0;
}

/* End Social List */

/* Global Search */

.overview__noMenu .searchEventsWrapper {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eee;
  position: relative;
  padding: 4rem 0 0 0;
  z-index: 1000;
}

.overview__noMenu .searchEventsWrapper .courseSearch__header {
  margin-top: 0;
}

.overview__noMenu .courseSearch {
  margin-bottom: 3em;
}

.overview__noMenu .courseSearch__header {
  margin-top: 3rem;
  text-align: center;
  font-size: 3rem;
}

.overview__noMenu .courseSearch__header--blue {
  color: #0073b4;
}

.overview__noMenu .courseSearch__subHeader {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 300;
  font-size: 1.2rem;
}

.overview__noMenu .courseSearch__searchBox {
  position: relative;
}

.overview__noMenu .courseSearch__searchInput {
  border: 2px solid #c6c6c6;
  box-shadow: none;
  position: relative !important;
  color: #767676;
  font-size: 1.4rem;
  height: 55px;
  line-height: 55px;
  padding: 0px 15px;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}

.overview__noMenu .courseSearch__searchInput:focus-visible {
  color: #ffffff;
  background-color: #0073b4;
  border-color: #0073b4;
}

.overview__noMenu .courseSearch__searchInput:focus::-webkit-input-placeholder {
  color: #ffffff;
}

.overview__noMenu .courseSearch__searchInput:focus:-ms-input-placeholder {
  color: #ffffff;
}

.overview__noMenu .courseSearch__searchInput:focus::-ms-input-placeholder {
  color: #ffffff;
}

.overview__noMenu .courseSearch__searchInput:focus::placeholder {
  color: #ffffff;
}

.overview__noMenu .courseSearch__submit {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.7rem;
  height: 2rem;
  padding: 0.65rem 1rem;
  width: 4rem;
}

.overview__noMenu .courseSearch__submit .fa-search {
  color: #0073b4;
}

.overview__noMenu .courseSearch__search {
  font-size: 0;
  height: 54px;
  width: 60px;
  background-color: transparent;
  border: 0;
}

.overview__noMenu .courseSearch__formLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.overview__noMenu .courseSearch__buttonGroup {
  text-align: center;
}

@media (max-width: 768px) {
  .overview__noMenu .searchEventsWrapper {
    padding: 1rem 0 0 0;
  }

  .overview__noMenu .courseSearch {
    margin: 1rem 0.5rem;
  }

  .overview__noMenu .courseSearch__searchBox {
    width: 96%;
  }

  .overview__noMenu .courseSearch__searchInput {
    font-size: 1rem;
  }

  .overview__noMenu .courseSearch__header {
    font-size: 1.5rem;
    padding-bottom: 0;
  }

  .overview__noMenu .courseSearch__subHeader {
    font-size: 1rem;
  }

  .overview__noMenu .courseSearch__searchInput {
    width: 100%;
  }
}

/* End - Global Search */

/* Start - Subscribe form */

.overview__noMenu #theForm fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.overview__noMenu #theForm legend {
  display: none;
}

.overview__noMenu #theForm .form-group {
  margin: 0;
  width: 100%;
}

.overview__noMenu #theForm .control-label {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
}

.overview__noMenu #theForm .control-label > sup {
  font-weight: bold;
  font-size: 1rem;
  padding: unset;
  margin: unset;
}

.overview__noMenu #theForm .control-label.xSubmit {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.overview__noMenu #theForm .control-label.xSubmit:active,
.overview__noMenu #theForm .control-label.xSubmit:focus-visible {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.overview__noMenu #theForm input[type='email'],
.overview__noMenu #theForm input[type='tel'],
.overview__noMenu #theForm input[type='text'],
.overview__noMenu #theForm textarea {
  background-color: #white;
  border: 1;
  border-radius: 0.25rem;
  display: inherit;
  margin: 0.5rem 0 0;
  padding: 1.5em;
  width: 100%;
}

.overview__noMenu #theForm input[type='submit'] {
  background: hsl(47deg 96% 49%);
  display: inline-block;
  padding: 1em 1.5em;
  margin: 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid hsl(47deg 96% 49%);
  border-radius: 4px;
  position: relative;
}

.overview__noMenu #theForm input[type='submit']:visited {
  color: #fcfcfc;
}

/* End - Subscribe form */

/* Half Half section */

.overview__noMenu .halfHalf__section .halfHalf__contentContainer {
  padding: 0 1.5rem;
  text-align: center;
}

.overview__noMenu
  .halfHalf__section
  .halfHalf__contentContainer.halfHalf__contentContainer--right {
  padding: 1rem 1.5rem;
  text-align: left;
}

.overview__noMenu .halfHalf__section.halfHalf__contentContainer ol,
.overview__noMenu .halfHalf__section.halfHalf__contentContainer ul,
.overview__noMenu .halfHalf__section.halfHalf__contentContainer p {
  padding: 0 1.5rem 1rem;
  text-align: left;
}

.overview__noMenu
  .halfHalf__section
  .halfHalf__contentContainer.halfHalf__contentContainer--right
  ol,
.overview__noMenu
  .halfHalf__section
  .halfHalf__contentContainer.halfHalf__contentContainer--right
  ul,
.overview__noMenu
  .halfHalf__section
  .halfHalf__contentContainer.halfHalf__contentContainer--right
  p {
  padding: 0 0 1rem 1.5rem;
  text-align: left;
}

.overview__noMenu .halfHalf__section .responsive__media {
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0;
}

.overview__noMenu .halfHalf__section .responsive__media iframe,
.overview__noMenu .halfHalf__section .responsive__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 992px) {
  .overview__noMenu .halfHalf__section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .overview__noMenu .halfHalf__section .halfHalf__contentContainer {
    padding: 1.25rem 1.5rem 0 0;
    width: calc(50% + 12px);
    text-align: left;
  }

  .overview__noMenu
    .halfHalf__section
    .halfHalf__contentContainer.halfHalf__contentContainer--right {
    padding: 1.25rem 0 0 1.5rem;
    width: calc(50% + 12px);
    text-align: left;
  }

  .overview__noMenu .halfHalf__section .responsive__media {
    width: calc(50% - 12px);
    padding-bottom: 320px;
  }
}

/* End Half/Half section */

/* Start COVID Status Cards */

.overview__noMenu .spotlight__covid {
  background-color: hsl(186deg 42% 28%);
  margin-top: 1.2rem;
  /*padding-bottom: 2.5rem;*/
}

.overview__noMenu .spotlight__covid h2 {
  color: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 0;
  font-size: 2.2rem;
}

.overview__noMenu .spotlight__covid p.content-last-updated {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.overview__noMenu .spotlight__covid .card__wrapper {
  margin: 0 1rem;
}

.overview__noMenu .card__covidStatus {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-areas: 'icon title' 'icon text';
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 2rem;
  padding: 0 1em;
  /*border: 4px solid #ebedee;*/
  padding: 0.25rem;
  /*border-radius: 1rem;*/
}

.overview__noMenu .card__covidStatus svg {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: icon;
  margin-right: 1rem;
}

.overview__noMenu .card__covidStatus svg path {
  fill: #ffffff;
}

.overview__noMenu .card__covidStatus svg rect {
  stroke: #ffffff;
}

.overview__noMenu .card__covidStatus h3 {
  color: #ffffff;
}

.overview__noMenu .card__covidStatus h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
}

.overview__noMenu .card__covidStatus p {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: text;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .overview__noMenu .card__covidStatus {
    width: 20%;
    grid-template-areas: 'title' 'icon' 'text';
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-self: baseline;
  }
  .overview__noMenu .card__covidStatus h3 {
    /*max-width: 14rem;*/
    text-align: center;
    height: 2.4rem;
  }
  .overview__noMenu .card__covidStatus svg {
    margin: 0 auto 0.5rem;
  }
  .overview__noMenu .card__covidStatus p {
    text-align: center;
  }
  .overview__noMenu .card__covidStatus svg {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .overview__noMenu .card__covidStatus h3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .overview__noMenu .card__covidStatus p {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .overview__noMenu .spotlight__covid .card__wrapper {
    margin: 0px 2rem !important;
  }
}

/* End COVID Status Cards */

.overview__noMenu .text-section-none,
.overview__noMenu .text-section-light,
.overview__noMenu .text-section-dark,
.overview__noMenu .full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
  padding-bottom: 2.5rem;
  padding-top: 2rem;
}

.overview__noMenu .text-section-none h2,
.overview__noMenu .text-section-light h2,
.overview__noMenu .text-section-dark h2,
.overview__noMenu .full-width h2 {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.overview__noMenu .text-section-none p,
.overview__noMenu .text-section-light p,
.overview__noMenu .text-section-dark p,
.overview__noMenu .full-width p {
  margin-bottom: 1.5rem;
  padding: 0 20%;
}

.overview__noMenu .text-section-none .button__primary,
.overview__noMenu .text-section-light .button__primary,
.overview__noMenu .text-section-dark .button__primary,
.overview__noMenu .full-width .button__primary {
  margin-bottom: 1.5rem;
}

.overview__noMenu .text-section-none {
  background: #ffffff;
}

.overview__noMenu .text-section-light {
  background: hsl(0, 0%, 97%);
}

.overview__noMenu .text-section-dark {
  background: hsl(0, 0%, 95%);
}

.overview__noMenu .covid-notify {
  background-color: #fbfbfb;
  margin-bottom: 3rem !important;
}

@media (max-width: 992px) {
  .overview__noMenu .text-section {
    padding: 2rem;
    width: 100vw;
  }
}

.overview__noMenu .covid-safe {
  margin-top: 3rem;
}

.overview__noMenu .covid-resources ul.links {
  padding: 0;
  margin-left: 0;
}

.overview__noMenu .covid-resources li.horizontal {
  display: inline-flex;
  padding-right: 1.5rem;
  line-height: 2rem !important;
  white-space: nowrap;
}

.overview__noMenu .covid-resources li.horizontal:before {
  content: '>';
  padding-right: 0.5rem;
}

.overview__noMenu .covid-resources .accordion li {
  padding: 0.2rem 0;
}

.overview__noMenu .covid-resources .accordion {
  margin: 1.5rem 0 2.5rem;
}

/* Start Library Search Panel */

.overview__noMenu .section-full {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
}

.overview__noMenu .section-full__image {
  background-image: url('https://www.ecu.edu.au/__data/assets/image/0005/967136/ecu-library.jpg');
  background-color: hsl(0, 0%, 100%);
  height: 22rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.overview__noMenu .section-full__container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: hsl(0, 0%, 100%, 0.88);
  width: 41rem;
  height: 12rem;
  border-radius: 0.5rem;
  padding: 1.5rem 0;
}

.overview__noMenu .form-search h2 {
  font-size: 1.5rem;
  padding: 0;
}

.overview__noMenu .input-append {
  font-size: unset !important;
}

.overview__noMenu .input-append .search-query {
  font: unset;
  padding: unset;
  font-family: unset;
  padding: 1rem 1rem 1rem 0.75rem;
  border-radius: 0.5rem 0 0 0.5rem !important;
  border: 0.13rem solid var(--color-primary);
  max-width: 31.5rem;
  min-width: 13.5rem;
  width: 31.5rem;
}

.overview__noMenu .input-append.search-query:focus-visible {
  color: unset;
  background-color: var(--color-primary);
}

.overview__noMenu .input-append .button__primary {
  margin-left: -0.344rem;
  border-radius: 0 0.5rem 0.5rem 0 !important;
  border-left: none;
  font: unset;
  padding: unset;
  font-family: unset;
  padding: 4px 8px;
  color: var(--color-black);
  background-color: var(--color-primary);
}

.overview__noMenu .input-append .button__primary:hover,
.overview__noMenu .input-append .button__primary:focus-visible {
  background-color: transparent;
}

.overview__noMenu .form-search-buttons .button__primary {
  padding: 0.5rem 1rem;
}

@media (max-width: 768px) {
  .overview__noMenu .section-full__container {
    width: 100vw;
    height: 15rem;
    border-radius: 0rem;
  }

  .overview__noMenu .input-append .search-query {
    width: 65vw;
  }

  .overview__noMenu .section-full__image {
    height: 18rem;
  }

  .overview__noMenu .form-search-buttons .button__primary {
    padding: 0.5rem 1rem;
    margin-bottom: 0.65rem;
  }
  .overview__noMenu .form-search h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/* End Library Search Panel */

/* Start News & Events */

.overview__noMenu .news-and-events {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  grid-auto-flow: col;
}

.overview__noMenu .news-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  grid-auto-flow: col;
}

.overview__noMenu .news-button-container {
  display: grid;
}

.overview__noMenu .events-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  grid-auto-flow: col;
}

.overview__noMenu .events-button-container {
  display: grid;
}

.overview__noMenu .card--news {
  margin-bottom: 0 !important;
}

.overview__noMenu .card--events {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 0 !important;
}

.overview__noMenu .card--events h3 {
  margin-bottom: 0.5rem !important;
  font-size: 1.1rem;
}

.overview__noMenu .event-date-container {
  display: grid;
  margin: -1.5rem 1rem -1.5rem -1.5rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--color-primary);
  align-items: center;
  justify-items: center;
  align-content: center;
}

.overview__noMenu .event-date,
.overview__noMenu .event-month {
  font-family: var(--font-feature);
  font-weight: 500;
  font-size: 1.6rem;
}

.overview__noMenu .event-date {
  border-bottom: solid currentColor 2px;
  font-size: 2.5rem;
}

.overview__noMenu .event-month {
  align-self: start;
  margin-top: 0.5rem;
}

@media (max-width: 567px) {
  .overview__noMenu .news-and-events {
    display: grid;
    grid-template-columns: 1fr;
  }

  .overview__noMenu .news-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    grid-auto-flow: col;
  }

  .overview__noMenu .news-button-container,
  .overview__noMenu .events-button-container {
    display: grid;
    grid-column: 1 / 1;
    justify-content: space-around;
  }

  .overview__noMenu .events-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    grid-auto-flow: col;
  }

  .overview__noMenu .card--news {
    margin-bottom: 0 !important;
    margin: 1rem;
  }

  .overview__noMenu .card--events {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 0 !important;
    margin: 1rem;
  }

  .overview__noMenu .time,
  .overview__noMenu .location {
    display: none;
  }

  .overview__noMenu .event-date {
    min-height: 3.5rem;
    align-self: start;
  }
}

@media (min-width: 568px) and (max-width: 991px) {
  .overview__noMenu .news-and-events {
    display: grid;
    grid-template-columns: 1fr;
  }

  .overview__noMenu .news-container,
  .overview__noMenu .events-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
  }

  .overview__noMenu .news-button-container,
  .overview__noMenu .events-button-container {
    display: grid;
    justify-content: space-around;
    grid-column: 1 / span 2;
  }

  .overview__noMenu .card--news {
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  .overview__noMenu .card--events {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  .overview__noMenu .time,
  .overview__noMenu .location {
    display: none;
  }

  .overview__noMenu .event-date {
    align-self: start;
  }
}

@media (min-width: 992px) {
  .overview__noMenu .news-container {
    grid-template-rows: 1fr 1fr;
  }

  .overview__noMenu .news-button-container {
    grid-column: 1 / 3;
  }
  .overview__noMenu .events-button-container {
    grid-column: 1 / 1;
    align-items: end;
  }

  .overview__noMenu .card--news {
    margin-bottom: 0 !important;
  }

  .overview__noMenu .card--events {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 0 !important;
  }

  .overview__noMenu .card--news,
  .overview__noMenu .card--events {
    width: 100% !important;
  }
}

.overview__noMenu .events-container .card--eventsDisabled,
.overview__noMenu .events-container .card--eventsDisabled:hover {
  background-color: grey;
  grid-template-columns: 1fr;
}

.overview__noMenu
  .events-container
  .card--eventsDisabled
  .event-date-container {
  background-color: grey;
}

.overview__noMenu
  .events-container
  .card--eventsDisabled
  .event-date-container
  span {
  color: white;
  font-size: 5rem;
}

.overview__noMenu .events-container .card--eventsDisabled .event-details * {
  color: white;
}

.overview__noMenu
  .events-container
  .card--eventsDisabled
  + .events-button-container {
  display: none;
}

@media (max-width: 992px) and (min-width: 577px) {
  .overview__noMenu .events-container .card--eventsDisabled {
    display: none;
  }

  .overview__noMenu .card--eventsDisabled + .events-button-container {
    display: none;
  }
}

@media (min-width: 992px) {
  .overview__noMenu .events-container .card--eventsDisabled {
    height: 8rem;
  }
}

/* End News & Events */

/* Start News basic */

@media (min-width: 577px) {
  /* one item */
  .card-list--newBasic a.card:nth-child(1):nth-last-child(1) {
    width: calc(100% - 12px);
  }

  /* two items */
  .card-list--newBasic a.card:nth-child(1):nth-last-child(2),
  .card-list--newBasic a.card:nth-child(2):nth-last-child(1) {
    width: calc(50% - 12px);
  }

  /* three items */
  .card-list--newBasic a.card:nth-child(1):nth-last-child(3),
  .card-list--newBasic a.card:nth-child(2):nth-last-child(2),
  .card-list--newBasic a.card:nth-child(3):nth-last-child(1) {
    width: calc(33% - 18px);
  }

  /* four items */
  .card-list--newBasic a.card:nth-child(1):nth-last-child(4),
  .card-list--newBasic a.card:nth-child(2):nth-last-child(3),
  .card-list--newBasic a.card:nth-child(3):nth-last-child(2),
  .card-list--newBasic a.card:nth-child(4):nth-last-child(1) {
    width: calc(25% - 18px);
  }
}

@media (max-width: 992px) and (min-width: 577px) {
  /* four items */
  .card-list--newBasic a.card:nth-child(1):nth-last-child(4),
  .card-list--newBasic a.card:nth-child(2):nth-last-child(3),
  .card-list--newBasic a.card:nth-child(3):nth-last-child(2),
  .card-list--newBasic a.card:nth-child(4):nth-last-child(1) {
    width: calc(50% - 12px);
  }
}

@media (max-width: 577px) {
  /* one item */
  .card-list--newBasic a.card:nth-child(1):nth-last-child(1) {
    width: calc(100% - 12px);
  }

  /* two items */
  .card-list--newBasic a.card:nth-child(1):nth-last-child(2),
  .card-list--newBasic a.card:nth-child(2):nth-last-child(1) {
    width: calc(100% - 12px);
  }

  /* three items */
  .card-list--newBasic a.card:nth-child(1):nth-last-child(3),
  .card-list--newBasic a.card:nth-child(2):nth-last-child(2),
  .card-list--newBasic a.card:nth-child(3):nth-last-child(1) {
    width: calc(100% - 12px);
  }

  /* four items */
  .card-list--newBasic a.card:nth-child(1):nth-last-child(4),
  .card-list--newBasic a.card:nth-child(2):nth-last-child(3),
  .card-list--newBasic a.card:nth-child(3):nth-last-child(2),
  .card-list--newBasic a.card:nth-child(4):nth-last-child(1) {
    width: calc(100% - 12px);
  }
}

/* End News basic */

/* Start Awards Recognition */

.overview__noMenu .awardsRecognition {
  padding: 3rem;
}

.overview__noMenu .awardsRecognition .logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  margin-top: 2.5rem;
}

.overview__noMenu .awardsRecognition .logo {
  height: 75px;
  margin: 1rem;
}

@media (max-width: 992px) and (min-width: 577px) {
  .overview__noMenu .awardsRecognition .logos {
    justify-content: space-evenly;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
  }
}

@media (max-width: 577px) {
  .overview__noMenu .awardsRecognition .logos {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

/* End Awards Recognition */
