.cm-block {
    display: flex;
    flex-direction: row;
}

.cm-block-content {
    display: flex;
    flex-direction: column;
}

.cm-block-content span:first-child {
    margin-bottom: 0.75rem;
}

@media(max-width: 568px) {
    .cm-block {
        flex-direction: column;
    }
}

.cm-block span, .cm-block h5 {
    font-size: 18px;
    color: rgb(16, 95, 154);
    text-transform: uppercase;
}

.banner {
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
  background-position: center center;
  background-attachment: fixed;
  background: #fff;
  overflow: hidden;
  height: 75vh; }
  .banner .container {
    display: table-cell;
    vertical-align: middle; }
  .banner video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    z-index: 1; }

.banner .banner-content {
  position: relative;
  display: inline-block;
  margin: 10% auto;
  max-width: 720px;
  text-align: center;
  z-index: 2; }
  @media (min-width: 380px) {
    .banner .banner-content {
      padding: calc(3vh + 2em); } }
  .banner .banner-content h1 {
    font-size: 3em;
    font-weight: bold;
    color: #fff; }
  .banner .banner-content p {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #fff; }

.section-title {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: bold;
  color: #105f9a;
  margin: 0 0 1em; }
  @media (min-width: 500px) {
    .section-title {
      font-size: 32px; } }

.featured-article {
  display: block;
  position: relative;
  text-align: center;
  background-position: center;
  background-attachment: fixed; }
  .featured-article .kicker {
    display: inline-block;
    padding: 0 0 .4em 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #157cc8; }
  .featured-article h4 {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: bold;
    color: #000; }
  .featured-article .link {
    text-decoration: underline;
    text-transform: uppercase; }

.featured-article .featured-content {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  margin: 10% auto;
  padding: 5%;
  max-width: 600px; }

.featured-articles {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: calc(2vh + 1em) 0; }
  .featured-articles:after {
    content: "";
    display: table;
    clear: both; }

.featured-articles .featured-item {
  position: relative;
  margin-bottom: 1em; }
  .featured-articles .featured-item img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 800px) {
    .featured-articles .featured-item {
      width: 47.8260869565%;
      float: left;
      margin-right: 4.347826087%; }
      .featured-articles .featured-item:nth-child(2n) {
        margin-right: 0; } }

.featured-item .featured-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 5%; }
  @media (min-width: 800px) {
    .featured-item .featured-content {
      position: absolute;
      top: 0;
      margin: 10%; } }

.centered {
  text-align: center; }

.load-more {
  font-size: 1.2rem;
  text-decoration: underline;
  text-transform: uppercase; }

.listing-articles {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto; }
  .listing-articles:after {
    content: "";
    display: table;
    clear: both; }

.listing-articles .listing-item {
  position: relative;
  margin-bottom: 3em; }
  @media (min-width: 500px) {
    .listing-articles .listing-item {
      width: 47.8260869565%;
      float: left;
      margin-right: 4.347826087%; }
      .listing-articles .listing-item:nth-child(2n) {
        margin-right: 0; } }

.listing-item .kicker {
  display: inline-block;
  padding: 0 0 .4em 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #157cc8; }

.listing-item h4 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  color: #000; }
  @media (min-width: 800px) {
    .listing-item h4 {
      font-size: 24px;
      line-height: 1.2em;
      font-weight: bold;
      color: #000; } }

.listing-item .link {
  text-decoration: underline;
  text-transform: uppercase; }

.featured-item .kicker {
  display: inline-block;
  padding: 0 0 .4em 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #157cc8; }

.featured-item h4 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: bold;
  color: #000; }
  @media (min-width: 800px) {
    .featured-item h4 {
      font-size: 32px;
      line-height: 1.2em;
      font-weight: bold;
      color: #000; } }

.featured-item .link {
  text-decoration: underline;
  text-transform: uppercase; }

.listing-item .listing-image {
  position: relative; }
  .listing-item .listing-image img {
    width: 100%;
    height: auto; }
  @media (min-width: 500px) {
    .listing-item .listing-image {
      position: absolute;
      left: 0;
      float: left;
      width: 50%;
      z-index: -1; } }

.listing-item.has-video .listing-image:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: url("../../../assets/play-icon.svg") no-repeat;
  transform: translate(-50%, -50%);
  z-index: 2; }

.listing-item .listing-content {
  background: rgba(255, 255, 255, 0.8);
  margin: 5% 0 0 0;
  padding: 5%;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.05); }
  @media (min-width: 500px) {
    .listing-item .listing-content {
      float: right;
      width: 65%; } }

.social-bar {
  background: #105f9a;
  color: #fff;
  font-size: 1.6em;
  padding: 40px 0;
  text-align: center; }
  .social-bar span {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px 0 0; }
  .social-bar a {
    display: inline-block;
    width: 32px;
    margin: 0 2px; }
  .social-bar svg {
    margin-bottom: -4px; }



.panel__search input {
  width: 100%;
}

@media (min-width: 500px) {
  .panel__search {
    margin-right: 32px;
    max-width: 400px;
  }

  .panel__search,
  .panel__sortby {
      /*width: 47.619047619%;*/
      width: calc(100%/2 - 32px);
      float: left;
  }
}



.container .panel__sort-and-search:before,
.container .panel__sort-and-search:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.container .panel__sort-and-search:after {
    clear: both;
}