.waapa-home #container-body {
    font-size: 1rem;
    line-height: 1.4
}

.waapa-home #container-sub-heading {
    padding:0;
}

.waapa-home #content-2013.simply-red {
  padding-top: 0px;
}

.waapa-home #container-body *,.waapa-home #container-body :after,.waapa-home #container-body :before {
    box-sizing: border-box
}

.waapa-home h1,.waapa-home h2,.waapa-home h3,.waapa-home h4,.waapa-home p {
    font-family: FFMarkPro,Helvetica,Arial,sans-serif
}

.waapa-home p {
    margin-bottom: 1.25rem
}

.waapa-home h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0073b4;
    margin-bottom: 1em;
}

.waapa-home .homeHero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0;
  height: 50vmin;
  max-height: 660px;
  overflow: hidden;
}

@media (min-width: 979px) {
  .waapa-home .homeHero--video {
    height: 70vh;
    max-height: 574px
  }
}

@media (min-width: 1200px) {
  .waapa-home .homeHero--video {
    max-height: 1000px
  }
}

.waapa-home .homeHero:before {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 1;
}

.waapa-home .homeHero:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.waapa-home .homeHero__video {
  height: initial;
  width: 100vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.waapa-home .homeHero__videoControls {
  position: absolute;
  bottom: 2vh;
  right: 2vw;
  z-index: 200;
  font-size: 1.6em;
}

.waapa-home .homeHero__videoControls .fa {
  color: #ffffff;
  background: none;
  border: 0;
  opacity: 0.75;
  -webkit-transition: 0.4s opacity ease-in-out;
  -o-transition: 0.4s opacity ease-in-out;
  transition: 0.4s opacity ease-in-out;
}

.waapa-home .homeHero__videoControls .fa:hover {
  opacity: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .waapa-home .homeHero__video {
    height: auto;
  }

}

/* Funnelback autocomplete */

ul.ui-autocomplete {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-size: 1.2em;
  max-width: calc(100% - 4.5em);
}

ul .ui-autocomplete-category {
  background-color: #0073b4;
}

ul .ui-autocomplete-category h2 {
  font-family: "FFMarkPro", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  padding: 10px 0px 10px 10px;
  color: #ffffff;
  margin-bottom: 0;
}

ul.ui-autocomplete strong {
  font-family: "FFMarkPro", helvetica, arial, sans-serif;
  font-weight: 700;
}

ul.ui-autocomplete li.ui-menu-item {
  color: #222;
  margin: 0;
  border: 0;
  padding: 15px 10px;
  line-height: 1.3rem;
}

ul.ui-autocomplete li.ui-menu-item.ui-state-focus {
  background-image: none;
  background-color: #dddddd;
}

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

.waapa-home .searchEventsWrapper .courseSearch__header {
  margin-top: 0;
}

.waapa-home .courseSearch {
  margin-bottom: 3em;
}

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

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

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

.waapa-home .courseSearch__searchBox {
  position: relative;
}

.waapa-home .courseSearch__searchInput {
  border: 2px solid #c6c6c6;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative !important;
  color: #767676;
  font-size: 1.4rem;
  height: 55px;
  line-height: 55px;
  padding: 0px 15px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-family: "FFMarkPro", helvetica, arial, sans-serif;
}

.waapa-home .courseSearch__searchInput:focus {
  color: #ffffff;
  background-color: #0073b4;
  border-color: #0073b4;
}

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

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

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

.waapa-home .courseSearch__searchInput:focus::placeholder {
  color: #ffffff;
}

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

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

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

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



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

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

.waapa-home h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 0
}

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

.waapa-home section {
    margin-bottom: 2rem
}

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

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

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

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

.alumni-carousel .carousel-inner,.spotlight-staff,.spotlight-video {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50vw)
}

.button-alumni {
    display: inline-block;
    padding: 1em 1.5em;
    margin: 0;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #0073b4;
    border-radius: 4px
}

.button-alumni,.button-alumni:focus,.button-alumni:visited {
    color: #0073b4;
    text-decoration: none
}

.button-alumni:hover {
    background: #0073b4;
    color: #fff;
    text-decoration: none
}

.button-alumni-center {
    display: inline-block;
    padding: 1em 1.5em;
    margin: 0;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #0073b4;
    border-radius: 4px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.button-alumni-center,.button-alumni-center:focus,.button-alumni-center:visited {
    color: #0073b4;
    text-decoration: none
}

.button-alumni-center:hover {
    background: #0073b4;
    color: #fff;
    text-decoration: none
}

.button-alumni-reverse {
    display: inline-block;
    padding: 1em 1.5em;
    margin: 0;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 4px
}

.button-alumni-reverse,.button-alumni-reverse:focus,.button-alumni-reverse:visited {
    color: #fff;
    text-decoration: none
}

.button-alumni-reverse:hover {
    background: #fff;
    color: #0073b4;
    text-decoration: none
}

.card,.card-feature,.card-news,.card-news-feature,.card-with-icon {
    border-radius: 4px;
    box-shadow: 1px 1px 5px 0 rgba(34,34,34,.25);
    color: #333;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    text-decoration: none
}

.card-feature:focus,.card-feature:hover,.card-news-feature:focus,.card-news-feature:hover,.card-news:focus,.card-news:hover,.card-with-icon:focus,.card-with-icon:hover,.card:focus,.card:hover {
    background: #fafafa;
    color: #333;
    text-decoration: none
}

.card-feature img,.card-news-feature img,.card-news img,.card-with-icon img,.card img {
    border-radius: 4px 4px 0 0;
    margin: -1.5rem 0 1rem -1.5rem;
    max-width: calc(100% + 3em)
}

.card-wrapper {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.card-feature-wrapper,.card-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-feature-wrapper {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1200px) {
    .card-feature-wrapper {
        -ms-flex-align:stretch;
        align-items: stretch
    }
}

.card-with-icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width: 768px) {
    .card-with-icon-wrapper {
        width:calc(50% - 16px)
    }
}

@media (min-width: 1200px) {
    .card-with-icon-wrapper {
        width:calc(35% - 24px)
    }
}

.card h3 {
    margin-bottom: 1rem
}

.card p {
    margin-bottom: 0
}

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

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

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

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

.card-news {
    text-align: center
}

.card-news h3 {
    margin-bottom: 1rem
}

.card-news p {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .card-news {
        width:calc(50% - 18px);
        text-align: left
    }
}

.card-feature h3 {
    margin-bottom: 1rem
}

.card-feature ul {
    margin: 0 0 20px
}

.card-feature li {
    margin-bottom: 10px
}

.card-feature a {
    color: #0073b4
}

@media (min-width: 576px) {
    .card-feature {
        width:calc(50% - 12px);
        margin-bottom: 0
    }
}

.card-with-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.card-with-icon h3 {
    margin-bottom: 0;
    padding-left: 16px;
    width: 75%
}

.card-with-icon:last-of-type {
    margin-bottom: 0
}

.card-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #56c271;
    border-radius: 4px 0 0 4px;
    color: #fff;
    font-size: 1.5rem;
    height: auto;
    margin: -1.5rem 0 -1.5rem -1.5rem;
    width: 25%
}

@media (min-width: 768px) {
    .card-news-feature {
        width:50%
    }
}

@media (min-width: 1200px) {
    .card-news-feature {
        width:65%
    }
}

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

.card-image {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .card-image {
        margin-bottom:0
    }
}

@media (min-width: 768px) and (max-width:1199.98px) {
    .card-image,.content-adjacent {
        width:calc(50% - 8px)
    }
}

@media (min-width: 992px) {
    .card-image,.content-adjacent {
        width:calc(50% - 12px)
    }
}

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

.carousel {
    margin: 0
}

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

.alumni-carousel .carousel-inner {
    margin: -20px 0
}

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

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

.alumni-carousel .carousel-inner img {
    width: 100%
}

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

.carousel-direction {
    display: none
}

.carousel-pause,.carousel-play {
    position: relative;
    top: -1.5em;
    color: #fff;
    padding-left: 10px;
    opacity: .7
}

.carousel-pause:focus,.carousel-pause:hover,.carousel-play:focus,.carousel-play:hover {
    color: #e6e6e6
}

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

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

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

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

.waapa-social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.waapa-social-list li {
    margin-right: 1rem
}

.waapa-social-list li:last-of-type {
    margin-right: 0
}

.waapa-social {
    height: 3.5rem;
    width: 3.5rem
}

.spotlight-video {
    background: #fff
}

.spotlight-video:after {
    display: block;
    background: url() no-repeat 50%;
    background-size: cover;
    content: "";
    position: relative;
    height: 0;
    padding: 0 0 60%;
    width: 100%
}

.spotlight-video .container {
    padding: 2em 1.5rem
}

@media (min-width: 768px) {
    .spotlight-video {
        overflow:hidden
    }

    .spotlight-video:after {
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        width: 50%;
        padding: 0
    }

    .spotlight-video .container {
        padding: 2em 1.5rem
    }
}

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

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

.spotlight-staff {
    background: #efefef
}

.spotlight-staff:after {
    display: block;
    background: url(https://www.waapa.ecu.edu.au/__data/assets/image/0008/826676/featured-research.jpg) no-repeat 50%;
    background-size: cover;
    content: "";
    position: relative;
    height: 0;
    padding: 0 0 60%;
    width: 100%
}

.spotlight-staff .container {
    padding: 2em 1.5rem
}

@media (min-width: 768px) {
    .spotlight-staff {
        overflow:hidden
    }

    .spotlight-staff:after {
        position: absolute;
        right: 50%;
        top: 0;
        height: 100%;
        width: 50%;
        padding: 0
    }

    .spotlight-staff .container {
        padding: 2em 0 2em 386px
    }
}

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

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

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

.alumni-video-container {
    padding: 0 1.5rem;
    text-align: center
}

@media (min-width: 992px) {
    .alumni-video-container {
        padding:1.25rem 1.5rem 0 0;
        width: calc(50% - 12px);
        text-align: left
    }
}

.alumni-responsive-video {
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0
}

@media (min-width: 992px) {
    .alumni-responsive-video {
        width:calc(50% - 12px);
        padding-bottom: 320px;
    }
}

.alumni-responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.homeArticles {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  display: table-cell;
  padding-right: 1em;
  vertical-align: top;
}

.homeArticles__header {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.homeArticles__article {
  margin-bottom: 1em;
}

.homeArticles__article:hover .homeArticles__articleContent,
.homeArticles__article:hover .homeArticles__articleImage {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(34, 34, 34, 0.33);
          box-shadow: 3px 3px 5px 0px rgba(34, 34, 34, 0.33);
}

.homeArticles__article--large {
  display: block;
  width: 100%;
}

.homeArticles__article--small {
  display: table-cell;
  width: 33%;
  vertical-align: top;
  padding: 0 0.5em;
}

.homeArticles__article--small:nth-of-type(2) {
  padding-left: 0;
  padding-right: 1em;
}

.homeArticles__article--small:last-of-type {
  padding-right: 0;
  padding-left: 1em;
}

.homeArticles__articleLink {
  text-decoration: none;
  margin: 0;
  color: #000000;
}

.homeArticles__articleLink:hover {
  text-decoration: none;
  color: #000000;
}

.homeArticles__articleContent {
  background-color: #ffffff;
  display: inline-block;
  padding: 1em;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
          box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border-radius: 0 0 4px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.homeArticles__articleContent--small {
  min-height: 128px;
  display: block;
}

.homeArticles__articleContent--small .homeArticles__articleTitle {
  font-size: 1.2em;
  line-height: 1;
}

.homeArticles__articleImage {
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
          box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
  border-radius: 4px 4px 0 0;
  width: 100%;
  max-height: 197px;
}

@supports (display: grid) {
  .homeArticles__articleImage {
    max-height: none;
    height: auto;
  }
}

.homeArticles__articleTitle {
  line-height: 1.8rem;
}

.homeArticles__articleSummary {
  color: #565656;
}

.homeArticles__readMore--tag {
  position: relative;
  border: 2px solid #0073b4;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  color: #0073b4;
  font-weight: 400;
  padding: 1em 1.5em;
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
  margin-top: 2em;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.homeArticles__readMore--tag:hover {
  background-color: #0073b4;
  color: #ffffff;
}

.homeAside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  display: table-cell;
  padding-left: 1em;
  vertical-align: top;
}

.whatsOn__header {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.whatsOn__event {
  padding-bottom: 1em;
  min-height: 100px;
  text-decoration: none;
  display: block;
  color: #000000;
}

.whatsOn__event:hover .whatsOn__eventDateDetails,
.whatsOn__event:hover .whatsOn__eventDateIcon {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(34, 34, 34, 0.33);
          box-shadow: 3px 3px 5px 0px rgba(34, 34, 34, 0.33);
}

.whatsOn__eventDateIcon {
  display: table-cell;
  background-color: #cd4348;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
          box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
  vertical-align: middle;
  width: 100px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.whatsOn__eventDateIcon--pines {
  background-color: #007f76;
  font-family: 'FontAwesome';
  font-weight: 300;
}

.whatsOn__eventDay {
  font-size: 1.5em;
}

.whatsOn__eventDateDetails {
  display: table-cell;
  padding: 1em;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
          box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border-radius: 0 4px 4px 0;
  background: #fff;
  width: 215px;
}

.whatsOn__eventTitle {
  font-size: 1rem;
  margin-bottom: 0.3em;
  margin-top: 0;
  text-transform: none;
}

.whatsOn__eventTitle a {
  text-decoration: none;
  color: #000000;
}

.whatsOn__eventTitle a:hover {
  text-decoration: underline;
}

.whatsOn__eventDate {
  color: #565656;
  font-size: 0.9rem;
}

.whatsOn__eventMonth {
  display: block;
}

.whatsOn__eventVenue {
  color: #565656;
  display: block;
  font-size: 0.9rem;
}

.featureArticles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: stretch;
  margin-top: -25px;
}

.featureArticles .homeArticles__article {
  display: block;
  padding: 0;
  -ms-flex-preferred-size: calc(50% - 50px);
      flex-basis: calc(50% - 50px);
  margin: 25px;
}

.featureArticles .homeArticles__article .homeArticles__articleLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.featureArticles .homeArticles__article .homeArticles__articleContent {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 979px) {
  .homeArticles {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .homeArticles__articleContent--small {
    min-height: 130px;
  }
  
  .whatsOn__event {
    min-height: 150px;
    width: 50%;
    float: left;
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .whatsOn__event:nth-child(even) {
    padding-right: 0.5em;
  }

  .whatsOn__event:nth-child(odd) {
    padding-left: 0.5em;
  }

  .whatsOn__event article {
    min-height: 150px;
    display: table;
  }

  .featureArticles .homeArticles__article {
    -ms-flex-preferred-size: calc(50% - 50px);
        flex-basis: calc(50% - 50px);
  }
}

@media (max-width: 768px) {

  .homeArticles__article--small {
    padding: 0;
  }

  .homeArticles__article--small:nth-of-type(2) {
    padding-right: 0.5em;
  }

  .homeArticles__article--small:last-of-type {
    padding-left: 0.5em;
  }
  .homeArticles__articleContent--small {
    min-height: 110px;
    border-radius: 4px;
  }

  .homeArticles__articleContent--small .homeArticles__articleTitle {
    margin: 0;
    font-size: 1.2rem;
  }

  .homeArticles__articleImage--small {
    display: none;
  }
  .whatsOn__event {
    min-height: 160px;
  }
  .featureArticles .homeArticles__article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
  }
  .featureArticles .homeArticles__article .homeArticles__articleImage {
    display: block;
  }

  .featureArticles {
    margin-top: 0;
  }
}

@media (max-width: 689px) {
  .whatsOn__event {
    min-height: 0;
    display: block;
    width: 100%;
  }

  .whatsOn__event:nth-child(even) {
    padding-right: 0;
  }

  .whatsOn__event:nth-child(odd) {
    padding-left: 0;
  }

  .whatsOn__eventDateIcon {
    width: 80px;
  }

  .whatsOn__eventDateDetails {
    width: 500px;
  }
}

@media (max-width: 480px) {
  .homeArticles__article--small {
    min-height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }

  .homeArticles__article--small:nth-of-type(2) {
    padding-right: 0;
  }

  .homeArticles__article--small:last-of-type {
    padding-left: 0;
  }

  .homeArticles__articleContent--small .homeArticles__articleTitle {
    font-size: 1rem;
  }

  .homeArticles__articleContent--small {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 0;
  }

  .homeArticles__readMore--tag {
    width: 80%;
  }

  .whatsOn__eventDateDetails {
    width: 310px;
  }
}

.testimonial_items_articles {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.testimonial_items_item {
    padding: 0;
    height: 100%;
    border: 0;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
          box-shadow: 1px 1px 5px 0px rgba(34, 34, 34, 0.25);
}

.testimonial_items_item img {
  border-radius: 4px 4px 0 0;
}

.testimonial_items_caption {
  padding: 1rem;
}

.testimonial_items_award {
    font-weight: normal;
}

.testimonial_items_caption h3 {
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
  .testimonial_items_article li {
    margin-bottom: 1rem;
  }
}