/* ---
 * Variables
 * --- --- --- */
/* --- Media Queries --- */
.news-banner {
  background-color: #027953;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
  position: relative;
  overflow: hidden; }
  .news-banner a.white-link {
    color: #fff;
    font-weight: bold;
  }
  .news-banner.slider {
    min-height: 720px;
  }
  .news-banner.slider:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 100;
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%); }
  .news-banner.slider:after {
    display: block;
    content: '';
    padding-top: 40em; }
    @media (max-width: 599px) {
      .news-banner.slider:after {
        padding-top: 60em; } }
  .news-banner.slider.category:after {
    padding-top: 13em; }
  .news-banner.slider.category:before {
    opacity: 0.3; }
  .news-banner header.entry-header {
    position: relative; }
    .news-banner header.entry-header .wrapper {
      padding: 5rem 0;
      position: relative;
      z-index: 300;
      max-width: 1200px; }
      @media (max-width: 599px) {
        .news-banner header.entry-header .wrapper {
          padding: 5rem 2rem; } }
      .news-banner header.entry-header .wrapper a span {
        display: block; }
      .news-banner header.entry-header .wrapper h1, .news-banner header.entry-header .wrapper .h1, .news-banner header.entry-header .wrapper .h1 {
        max-width: 37rem;
        margin: 1.9rem 0;
        line-height: 1.4; }
      .news-banner header.entry-header .wrapper h6, .news-banner header.entry-header .wrapper .h6, .news-banner header.entry-header .wrapper .h6, .news-banner header.entry-header .wrapper p {
        font-size: 0.8rem; }
      .news-banner header.entry-header .wrapper h6, .news-banner header.entry-header .wrapper .h6, .news-banner header.entry-header .wrapper .h6 {
        text-transform: uppercase; }
      .news-banner.slider.category header.entry-header.slide {
        padding: 1rem 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        align-content: stretch; }
        .news-banner.slider.category header.entry-header.slide .wrapper {
          flex: 0 0 auto;
          padding: 0;
          text-align: left; }
          .news-banner.slider.category header.entry-header.slide .wrapper:first-child {
            margin-bottom: auto; }
          .news-banner.slider.category header.entry-header.slide .wrapper h1, .news-banner.slider.category header.entry-header.slide .wrapper .h1 {
            margin: 0;
            max-width: inherit; }
          .news-banner.slider.category header.entry-header.slide .wrapper p {
            margin: 0 0 1rem 0; }
            @media (min-width: 980px) {
              .news-banner.slider.category header.entry-header.slide .wrapper p {
                padding: 0 50% 0 0; } }
    .news-banner header.entry-header.slide {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 2rem 0 2em 0;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease-in; }
      .news-banner header.entry-header.slide a {
        color: #FFF; }
      .news-banner header.entry-header.slide .h1 {
        margin: 2rem auto;
        font-size: 30px; }
      .news-banner header.entry-header.slide .button {
        display: inline-block;
        background: none;
        border: 1px solid #FFF;
        padding: 0.8rem 2.5rem;
        margin-top: 3rem; }
      .news-banner header.entry-header.slide.active {
        opacity: 1;
        pointer-events: inherit; }
  .news-banner .buttons {
    text-align: right;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: +1; }
    .news-banner .buttons .button {
      background: none;
      border: 1px solid rgba(255, 255, 255, 0.5);
      width: 12em;
      padding: 0.5rem 0 0.7rem 0;
      line-height: 0.8;
      text-align: center;
      text-transform: uppercase;
      font-size: 0.8em;
      margin-left: 2rem;
      transition: background 0.3s ease; }
      .news-banner .buttons .button i {
        font-size: 1rem;
        margin-right: 0.5rem; }
      .news-banner .buttons .button:hover {
        background: rgba(0, 0, 0, 0.6); }
  .news-banner .banner-nav {
    width: 100%;
    font-size: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 300;
    border-top: 2px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 599px) {
      .news-banner .banner-nav {
        border-top: 0;
        padding-bottom: 1rem; } }
    .news-banner .banner-nav, .news-banner .banner-nav a {
      color: #FFF; }
    .news-banner .banner-nav ul {
      display: flex;
      margin-top: -1px;
      justify-content: space-between; }
      @media (max-width: 599px) {
        .news-banner .banner-nav ul {
          flex-direction: column; } }
      .news-banner .banner-nav ul li {
        width: 23%; }
        @media (max-width: 599px) {
          .news-banner .banner-nav ul li {
            width: 100%; } }
      .news-banner .banner-nav ul li, .news-banner .banner-nav ul a, .news-banner .banner-nav ul span {
        display: block; }
      .news-banner .banner-nav ul li:not(:last-child) {
        margin-right: 2rem; }
      .news-banner .banner-nav ul a {
        padding: 2rem 0;
        border-top: 2px solid transparent; }
        @media (max-width: 599px) {
          .news-banner .banner-nav ul a {
            padding: 0 0 1rem 0;
            border-top: 2px solid rgba(255, 255, 255, 0.2); } }
        .news-banner .banner-nav ul a .index {
          padding-bottom: 1rem; }
          @media (max-width: 599px) {
            .news-banner .banner-nav ul a .index {
              padding: 0; } }
      .news-banner .banner-nav ul .active a {
        border-color: rgba(255, 255, 255, 0.8); }
  .single.single-news .news-banner:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 1;
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%); }

.news-listing {
  padding: 0;
  margin: 0; }
  .news-listing li, .news-listing a, .news-listing span {
    display: block; }
  .news-listing .h1 {
    text-align: center;
    font-size: 1.2rem;
    width: 60%;
    margin: 0 auto; }
  .news-listing.category {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .news-listing.category li {
      display: block;
      position: relative;
      margin-bottom: 4%; }
      @media (min-width: 980px) {
        .news-listing.category li {
          width: 48%;
          flex: 0 0 48%; } }
      .news-listing.category li:before {
        display: block;
        content: '';
        padding-top: 120%; }
      .news-listing.category li a {
        display: flex;
        align-items: flex-end;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        color: #FFF; }
        .news-listing.category li a span.h2 {
          display: block;
          font-size: 1.2rem;
          padding: 0 2rem;
          margin-bottom: 4rem;
          position: relative;
          z-index: +1; }
        .news-listing.category li a:before {
          display: block;
          content: '';
          position: absolute;
          opacity: 0.8;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%); }
  @media (min-width: 980px) {
    .news-listing.layout-columns {
      column-count: 2;
      column-gap: 2rem; } }
  .news-listing.layout-columns li {
    break-inside: avoid;
    margin-bottom: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .news-listing.layout-columns.normal {
    column-count: 3; }
  @media (min-width: 980px) {
    .news-listing.layout-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .news-listing.layout-grid:before, .news-listing.layout-grid:after {
        display: block;
        content: '';
        order: 400; }
      .news-listing.layout-grid:before, .news-listing.layout-grid:after,
      .news-listing.layout-grid li {
        width: 30%;
        flex: 0 0 30%; } }
  .news-listing.layout-grid .h1 {
    width: 80%; }
  .news-listing.layout-line {
    display: flex;
    justify-content: center; }
    .news-listing.layout-line li {
      margin: 0 1rem; }
  .news-listing.featured li {
    background-color: #027953;
    position: relative;
    display: flex;
    align-items: stretch; }
    .news-listing.featured li:before, .news-listing.featured li:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1; }
    .news-listing.featured li:before {
      position: static;
      padding-top: 100%; }
    .news-listing.featured li:nth-child(3n+1):before {
      padding-top: 120%; }
    .news-listing.featured li:after {
      opacity: 0.4;
      background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%); }
  .news-listing.featured a {
    width: 100%;
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF; }
  .news-listing.featured .button {
    display: inline-block;
    background: none;
    border: 1px solid #FFF;
    padding: 0.8rem 2.5rem;
    margin-top: 1rem; }
  .news-listing.featured.videos li {
    width: 300px; }
    .news-listing.featured.videos li:nth-child(3n+1):before, .news-listing.featured.videos li:before {
      position: static;
      padding-top: 177%; }
  .news-listing.normal li {
    min-height: 22rem;
    margin-bottom: 3rem; }
  .news-listing.normal a {
    color: #000; }
  .news-listing.normal .news-thumbnail {
    background: #027953;
    position: relative;
    overflow: hidden; }
    .news-listing.normal .news-thumbnail:before {
      display: block;
      content: '';
      padding-top: 68.48%; }
    .news-listing.normal .news-thumbnail img {
      display: block;
      height: 100%;
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .news-listing.normal .h1 {
    padding: 2rem 0;
    line-height: 1.2; }

.listing-doctors li span {
  display: block; }
.listing-doctors .image {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: solid 3px #fff;
  overflow: hidden;
  background: #eee; }

@media (min-width: 980px) {
  .post-type-archive-news section {
    padding-bottom: 8rem; } }
.post-type-archive-news section h2 {
  text-align: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding-bottom: 2rem; }
.post-type-archive-news section h3 {
  text-align: center;
  margin-top: -1rem;
  padding-bottom: 2rem; }

.archive.tax-newscats .wrapper,
.archive.post-type-archive-news .wrapper,
.single.single-news .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0; }
@media (min-width: 980px) {
  .archive.tax-newscats .site-content > .wrapper,
  .archive.tax-newscats .off-canvas-content > .wrapper,
  .archive.post-type-archive-news .site-content > .wrapper,
  .archive.post-type-archive-news .off-canvas-content > .wrapper,
  .single.single-news .site-content > .wrapper,
  .single.single-news .off-canvas-content > .wrapper {
    display: flex; }
  .archive.tax-newscats .site-content #primary,
  .archive.tax-newscats .off-canvas-content #primary,
  .archive.post-type-archive-news .site-content #primary,
  .archive.post-type-archive-news .off-canvas-content #primary,
  .single.single-news .site-content #primary,
  .single.single-news .off-canvas-content #primary {
    flex: 1 1 auto;
    padding-right: 6.6rem; }
  .archive.tax-newscats .site-content #secondary,
  .archive.tax-newscats .off-canvas-content #secondary,
  .archive.post-type-archive-news .site-content #secondary,
  .archive.post-type-archive-news .off-canvas-content #secondary,
  .single.single-news .site-content #secondary,
  .single.single-news .off-canvas-content #secondary {
    flex: 0 0 370px;
    padding: 0;
    margin-top: 3rem; } }
.archive.tax-newscats .entry-content,
.archive.post-type-archive-news .entry-content,
.single.single-news .entry-content {
  line-height: 1.8; }
  .archive.tax-newscats .entry-content h2, .archive.tax-newscats .entry-content h3, .archive.tax-newscats .entry-content h4, .archive.tax-newscats .entry-content h5, .archive.tax-newscats .entry-content h6, .archive.tax-newscats .entry-content .news-banner header.entry-header .wrapper .h6, .news-banner header.entry-header .wrapper .archive.tax-newscats .entry-content .h6,
  .archive.post-type-archive-news .entry-content h2,
  .archive.post-type-archive-news .entry-content h3,
  .archive.post-type-archive-news .entry-content h4,
  .archive.post-type-archive-news .entry-content h5,
  .archive.post-type-archive-news .entry-content h6,
  .archive.post-type-archive-news .entry-content .news-banner header.entry-header .wrapper .h6,
  .news-banner header.entry-header .wrapper .archive.post-type-archive-news .entry-content .h6,
  .single.single-news .entry-content h2,
  .single.single-news .entry-content h3,
  .single.single-news .entry-content h4,
  .single.single-news .entry-content h5,
  .single.single-news .entry-content h6,
  .single.single-news .entry-content .news-banner header.entry-header .wrapper .h6,
  .news-banner header.entry-header .wrapper .single.single-news .entry-content .h6 {
    color: #000;
    margin: 2em 0 1em 0; }

.archive.tax-newscats .site-content #primary {
  padding-right: 2rem; }

.widget-area .widget.widget_nav_menu {
  border: 1px solid #CCC;
  padding-bottom: 1rem;
  margin-bottom: 2rem; }
  .widget-area .widget.widget_nav_menu h3 {
    font-size: 0.9rem;
    color: #999;
    text-transform: uppercase;
    padding: 1rem 1.5rem; }
  .widget-area .widget.widget_nav_menu .menu {
    padding: 0;
    margin: 0; }
    .widget-area .widget.widget_nav_menu .menu .active > a {
      background: #EEE; }
  .widget-area .widget.widget_nav_menu li, .widget-area .widget.widget_nav_menu a {
    display: block;
    color: #000; }
  .widget-area .widget.widget_nav_menu li.current-menu-item {
    background: #EEE; }

/*.widget#text-11,
.widget#text-10 {
  background: url("../images/book_appointment_bgrd.png") no-repeat center;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 2rem;
  max-height: 30rem;
  color: #FFF;
  position: relative; }
  .widget#text-11 p,
  .widget#text-10 p {
    position: relative;
    z-index: +1; }
  .widget#text-11 p:first-child,
  .widget#text-10 p:first-child {
    padding: 0 2rem;
    margin: 8rem 0; }
  .widget#text-11:after,
  .widget#text-10:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%); }
  .widget#text-11 .widget-title,
  .widget#text-10 .widget-title {
    display: block;
    text-align: left;
    text-indent: -300vw;
    overflow: hidden;
    background: url("../images/logo_big_white.png") no-repeat center;
    background-size: contain;
    margin: 2rem 0; }*/

.widget.widget_mc4wp_form_widget {
  border: 1px solid #CCC;
  padding: 2rem;
  text-align: left;
  height: 100%; }
  .widget.widget_mc4wp_form_widget h3 {
    font-size: 0.9rem;
    color: #999;
    text-align: left;
    text-transform: uppercase;
    padding: 0.5rem 0; }

.single.single-news #secondary .widget {
  padding-bottom: 3rem;
  margin-bottom: 1rem; }
  .single.single-news #secondary .widget:not(:last-child) {
    border-bottom: 1px solid #DDD; }
  .single.single-news #secondary .widget .widget-title {
    color: #999;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
.single.single-news #secondary .tags {
  padding: 0;
  margin: 0; }
  .single.single-news #secondary .tags li {
    display: inline-block;
    font-size: 0.8rem;
    background: #EEE;
    border-radius: 0.4em;
    padding: 0.3em 1em;
    margin-bottom: 0.4rem; }
    .single.single-news #secondary .tags li a {
      color: #333; }
.single.single-news #secondary .list {
  padding: 0;
  margin: 0; }
  .single.single-news #secondary .list li {
    display: block;
    font-size: 0.8em; }
    .single.single-news #secondary .list li a {
      display: block;
      color: #000;
      padding: 0.5em 0; }
      .single.single-news #secondary .list li a:hover {
        text-decoration: underline; }

.filter.alphabet {
  background: #F2F2F2;
  padding: 1rem; }
  .filter.alphabet ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .filter.alphabet ul li {
      display: block;
      list-style: outside none;
      padding-right: 0.5rem;
      padding-bottom: 0.5rem; }
    .filter.alphabet ul a {
      width: 2rem;
      height: 2rem;
      display: flex;
      background: #FFFFFF;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      border: 1px solid #FFF;
      color: #000; }
      .filter.alphabet ul a:hover {
        border-color: #EA5B0C; }

.listing {
  padding: 0;
  margin: 0;
  font-size: 1.2rem; }
  @media (min-width: 980px) {
    .listing {
      display: flex;
      flex-wrap: wrap; } }
  .listing li {
    display: block;
    list-style: none outside;
    position: relative;
    padding-right: 1.7rem;
    margin-bottom: 1rem; }
    @media (min-width: 980px) {
      .listing li {
        flex: 0 0 50%; } }
    .listing li:before {
      display: block;
      content: ")";
      font-size: 13px;
      margin-right: 10px;
      position: absolute;
      right: 1rem;
      top: 3px;
      color: #EA5B0C; }
  .listing a {
    color: #333; }
    .listing a:hover {
      text-decoration: underline;
      color: #ea5b0c; }

.listing-doctors {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .listing-doctors:after, .listing-doctors:before {
    display: block;
    content: '';
    order: 400;
    padding-right: 1rem; }
    @media (max-width: 980px) {
      .listing-doctors:after, .listing-doctors:before {
        flex: 0 0 31%; } }
    @media (min-width: 980px) {
      .listing-doctors:after, .listing-doctors:before {
        flex: 0 0 25%; } }
  @media (max-width: 599px) {
    .listing-doctors {
      display: block; } }
  .listing-doctors li {
    display: block;
    padding-bottom: 1rem; }
    @media (max-width: 599px) {
      .listing-doctors li {
        text-align: center; } }
    @media (max-width: 980px) {
      .listing-doctors li {
        flex: 0 0 31%;
        padding-right: 1rem; } }
    @media (min-width: 980px) {
      .listing-doctors li {
        flex: 0 0 25%;
        padding-right: 1rem;
        font-size: 0.8em; } }
    .listing-doctors li span {
      display: block; }
  .listing-doctors a {
    color: #000; }
  .listing-doctors .image {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    margin-bottom: 1rem;
    border: solid 3px #FFF;
    overflow: hidden;
    background: #eee; }
    @media (max-width: 599px) {
      .listing-doctors .image {
        margin: 1rem auto; } }
    .listing-doctors .image img {
      width: 100%;
      height: auto; }
  .listing-doctors .name {
    font-family: "Gotham-bold", sans-serif;
    -webkit-font-smoothing: antialiased; }
    .listing-doctors .name, .listing-doctors .name a {
      color: #027953; }
  .listing-doctors a:hover .image {
    border-color: #BFDDD4; }
  .listing-doctors.single {
    display: block;
    padding-bottom: 2rem; }
    .listing-doctors.single li, .listing-doctors.single a {
      display: block;
      padding: 0; }
    .listing-doctors.single a {
      padding: 1.5rem 0 0 8rem;
      position: relative;
      min-height: 7rem; }
      .listing-doctors.single a .image {
        position: absolute;
        top: 0;
        left: 0; }

.listing-news {
  display: flex;
  flex-wrap: wrap; }
  .listing-news, .listing-news li {
    padding: 0;
    margin: 0; }
  .listing-news li, .listing-news a, .listing-news span {
    display: block; }
  .listing-news li {
    flex: 0 0 25%; }
    @media (max-width: 980px) {
      .listing-news li {
        flex: 1 0 43%; } }
    @media (max-width: 599px) {
      .listing-news li {
        flex: 0 0 100%; } }
    .listing-news li a {
      position: relative;
      overflow: hidden;
      background-size: cover; }
      .listing-news li a:before {
        display: block;
        content: '';
        padding-top: 56.25%;
        background-color: rgba(0, 0, 0, 0.4);
        transition: background-color 0.2s ease; }
      .listing-news li a .head {
        font-weight: bold;
        color: #80BCA9;
        font-family: "Gotham-bold"; }
      .listing-news li a .title, .listing-news li a .desc {
        color: #FFF; }
        .listing-news li a .title p, .listing-news li a .desc p {
          margin: 0; }
      .listing-news li a .title {
        width: 90%;
        overflow: hidden;
        font-size: 1.3em;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-transform: uppercase; }
      .listing-news li a .copy {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 1.5rem; }
      .listing-news li a:hover:before {
        background-color: rgba(0, 0, 0, 0.7); }

.listing-links {
  display: flex;
  flex-wrap: wrap; }
  .listing-links, .listing-links li {
    padding: 0;
    margin: 0; }
  .listing-links li, .listing-links a, .listing-links span {
    display: block; }
  .listing-links li {
    flex: 1 0 22%; }
    @media (max-width: 980px) {
      .listing-links li {
        flex: 1 0 100%; } }
    .listing-links li a {
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat; }
      .listing-links li a:before {
        display: block;
        content: '';
        padding-top: 56.25%;
        background-color: rgba(0, 0, 0, 0.4);
        transition: background-color 0.2s ease; }
      .listing-links li a .head {
        font-weight: bold;
        color: #FFF;
        font-family: "Gotham-bold"; }
      .listing-links li a .title, .listing-links li a .desc {
        color: #FFF; }
        .listing-links li a .title p, .listing-links li a .desc p {
          margin: 0; }
      .listing-links li a .title {
        width: 90%;
        font-family: "Gotham-bold";
        overflow: hidden;
        font-size: 1.5em;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-transform: uppercase; }
      .listing-links li a .copy {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 1.5rem; }
      .listing-links li a:hover:before {
        background-color: rgba(0, 0, 0, 0.7); }

.toggle-list {
  display: none; }

ul[class^="listing"].hidden {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s ease; }
  .toggle-list:checked + ul[class^="listing"].hidden {
    max-height: 100vh; }
    .toggle-list:checked + ul[class^="listing"].hidden + label.button .open {
      display: block; }
    .toggle-list:checked + ul[class^="listing"].hidden + label.button .closed {
      display: none; }
    .toggle-list:checked + ul[class^="listing"].hidden + label.button:before {
      transform: rotate(270deg);
      top: 0.4rem; }
  .toggle-list + ul[class^="listing"].hidden + label.button {
    display: block;
    margin: 0 auto 2rem auto;
    width: 12rem;
    text-align: center;
    color: #000;
    background: none;
    position: relative; }
    .toggle-list + ul[class^="listing"].hidden + label.button:before {
      display: block;
      content: ")";
      font-size: 13px;
      margin-right: 10px;
      position: absolute;
      right: -1rem;
      top: 0.8rem;
      transform: rotate(90deg); }
    .toggle-list + ul[class^="listing"].hidden + label.button .open {
      display: none; }

section.news a.more {
  color: #027953;
  margin: 2rem;
  display: block;
  text-align: center; }
  section.news a.more i {
    display: block;
    margin-top: 5px;
    color: #EA5B0C; }

.center-banner {
  min-height: 650px;
  background-size: cover; }

.social {
  padding-bottom: 1rem; }
  .social ul {
    padding: 0;
    margin: 0;
    font-size: 1.2rem; }
  .social li {
    display: inline-block;
    margin-right: 0.5rem; }

/* _news.scss */
.latest-news {
  padding: 50px 0;
  text-align: center; }

.latest-news .news-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.latest-news .news-wrapper .news-block {
  width: 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.latest-news .news-wrapper .news-block .news {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

/* background-size: 100% auto; */
.latest-news .news-wrapper .news-block .news .category {
  font-family: "Gotham-bold";
  color: #80BCA9; }

.latest-news .news-wrapper .news-block .news h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 0; }

.latest-news .news-wrapper .news-block .news .abstract {
  color: #FFFFFF; }

.latest-news .news-wrapper .news-block .news .overlay {
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  position: relative; }

.latest-news .news-wrapper .news-block .news .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0 20px;
  color: #FFFFFF; }

.latest-news .news-wrapper .news-block .news .share {
  height: 0;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  transition: all 100ms ease-in-out; }

.latest-news .news-wrapper .news-block .news .share a {
  color: #FFFFFF;
  padding: 10px; }

.latest-news .news-wrapper .news-block .news:hover .share {
  height: 32px;
  transition: all 100ms ease-in-out; }

.latest-news .news-wrapper .news-block .news > a {
  color: #FFFFFF;
  padding: 20px;
  display: block;
  position: relative; }

.latest-news .news-wrapper .news-block .big-news {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 60%;
  max-width: 60%; }

.latest-news .news-wrapper .news-block .big-news .news {
  height: 340px; }

.latest-news .news-wrapper .news-block .small-news {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.latest-news .news-wrapper .news-block .small-news .news {
  height: 170px; }

.latest-news .news-wrapper .news-block .small-news .abstract {
  display: none; }

.latest-news .all-news-cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.latest-news .all-news-cta a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px; }

.latest-news .all-news-cta .icon {
  margin-top: 5px;
  color: #EA5B0C; }

/*# sourceMappingURL=style.css.map */
