/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.view-mode-grid .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.view-mode-grid .row::after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media only screen and (min-width: 768px) {
  .view-mode-grid .row::after {
    width: -webkit-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    max-width: -webkit-calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }
}

@media only screen and (min-width: 992px) {
  .view-mode-grid .row::after {
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    max-width: -webkit-calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }
}

.view-mode-grid .no-results {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 300;
  color: #51626f;
}

.view-mode-grid .wrapper {
  background-color: #f5f5f5;
  margin-bottom: 3rem;
  width: 100%;
  position: relative;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  min-height: 34.68rem;
}

@media only screen and (min-width: 768px) {
  .view-mode-grid .wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4.8rem;
    min-height: 38.58rem;
    width: -webkit-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
}

@media only screen and (min-width: 992px) {
  .view-mode-grid .wrapper {
    min-height: 34.68rem;
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
  }
}

.view-mode-grid .calendar-event-icon {
  display: none;
}

.view-mode-grid .news-listing {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media only screen and (min-width: 992px) {
  .view-mode-grid .news-listing {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.view-mode-grid .news-listing__title:after {
  display: block;
  background-color: #004987;
  content: '';
  width: 4.3rem;
  height: 0.3rem;
  margin: 4rem 0 4.48rem;
}

.view-mode-grid .news-listing__title > a {
  background-color: transparent;
  font-family: 'Open Sans';
  font-size: 3.3rem;
  font-weight: 300;
  color: #004987;
  font-style: normal;
  text-decoration: none;
  text-decoration: none;
  line-height: 4rem;
  margin-top: 2.5rem;
}

.view-mode-grid .news-listing__title > a:hover {
  text-decoration: underline;
  color: #0E2B4B;
}

.view-mode-grid .news-listing__title > a:after {
  position: absolute;
  font-size: 1.6rem;
  color: #004987;
  font-family: FontAwesome;
  bottom: 1.5rem;
  content: '\f178';
  right: 3rem;
}

.view-mode-grid .news-listing__description {
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: 1.6rem;
  font-family: 'Open Sans';
  font-weight: 100;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .view-mode-grid .news-listing__description {
    font-size: 1.6rem;
  }
}
