/*
** NEW SECTIONS
*/

/* 
** Partials
*/
/* Sponsor */
.sponsor-section.sponsor-column .column-left {
  width: 100%;
}
.sponsor-section.sponsor-column .column-left h2 {
  color: #009bde;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 0;
}
.sponsor-section.sponsor-column .column-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sponsor-section.sponsor-column .column-right .logo {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.sponsor-section.sponsor-column .column-right .logo .image {
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sponsor-section.sponsor-column .column-right .logo .image img {
  height: 100%;
  width: auto;
}



/* Grid */
.grid-title {
  padding-bottom: 0;
  width: 100%; 
}
.grid-title .title{
  color: #009bde;
  font-weight: 600;
  font-size: 2.5rem;
  text-decoration: none;
}
.grid-section.grid-columns.no-top-padding {
  padding-top: 2.5rem !important; 
}
.grid-section.grid-columns .grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}
.grid-section.grid-columns .grid .grid-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0;
  margin-bottom: 2rem;
}
.grid-section.grid-columns .grid .grid-block .image {
  margin-bottom: 1rem;
}
.grid-section.grid-columns .grid .grid-block .image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.grid-section.grid-columns .grid .grid-block .title {
  color: #009bde;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
.grid-section.grid-columns .grid .grid-block .title:before {
  content: "—";
  display: block;
}
.grid-section.grid-columns .grid .grid-block .subtitle {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.25rem; 
}
.grid-section.grid-columns .grid .grid-block .content {
  flex-grow: 1;
  margin: 0;
  /* margin-bottom: 1rem; */
}
.grid-section.grid-columns .grid .grid-block .content p {
  font-size: 1rem;
  line-height: 1.2;
}
.grid-section.grid-columns .grid .grid-block .content a {
  color: #009bde;
}
.grid-section.grid-columns .grid .grid-block .link {
  margin-bottom: 1rem;
}
.grid-section.grid-columns .grid .grid-block .link a.read-more {
  color: #009bde;
  background: url('files/ico-blue-right-more.svg') no-repeat right center;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}



/*** 
MEDIA QUERY
***/

/* TABLET (SCREEN > 800) */
@media (min-width: 800px) {
  /* 
  ** Partials
  */
  /* Sponsor */
  .sponsor-section.sponsor-column {
    padding: 1.75em 2.5em;
    /* padding-top: 4.5em; */
    flex-flow: row wrap;
  }
  .sponsor-section.sponsor-column .column-left {
    /* width: 35%; */
  }
  .sponsor-section.sponsor-column .column-left h2 {
    margin-bottom: 1em;
  }
  .sponsor-section.sponsor-column .column-right {
    /* width: 65%; */
    margin-right: 1rem;
  }

  
  /* Grid */
  .grid-section.grid-columns .grid .grid-block {
    width: 30%;
    padding: 0 1em;
    margin-bottom: 2rem;
  }
}

/* DESKTOP (SCREEN > 1200) */
@media (min-width: 1200px) {
}


/* 1920px */
@media (min-width: 1920px) {
}