@font-face {
  font-family: gotham-book;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-book.woff");
}
@font-face {
  font-family: gotham-bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gotham-bold.woff");
}
@font-face {
  font-family: cormorantgaramond;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cormorantgaramond.woff2");
}
@font-face {
  font-family: Lucida Grande Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lucida Grande Regular.ttf");
}
@font-face {
  font-family: CheddarJack;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CheddarJack.woff");
}
@font-face {
  font-family: 'Christian Heedlay Regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local('Christian Heedlay Regular'), url("/fonts/ChristianHeedlay-z8mzl.woff") format('woff');
}
@font-face {
  font-family: MrsSaintDelafield-Regular;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/MrsSaintDelafield-Regular.ttf");
}
@font-face {
  font-family: $c-garamond-i;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-MediumItalic.ttf");
}
@font-face {
  font-family: The Seasons Bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/The-Seasons-Bold.ttf");
}
section.press-section {
  margin-top: 150px;
  padding: 0 0.5rem;
}
.articles-tabs-list li a {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: 325;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 1.25px;
  color: #6e6865;
}
.articles-tabs-list li.uk-active a {
  color: #6eafbf;
}
.old-articles-tab {
  border-left: solid 1px #6eafbf;
  flex-wrap: wrap;
}
.old-articles-tab .old-articles-button {
  font-family: gotham-book;
  font-size: 15px;
  font-weight: 325;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 1.25px;
  color: #6e6865;
}
.old-articles-tab .old-articles-button:hover {
  color: #6eafbf;
}
.articles-filter-input {
  border: none;
  font-family: gotham-book;
  height: 40px;
  background-color: #fafafa;
  border-radius: 10px;
  color: #6e6865;
}
.no-shadow {
  box-shadow: none;
}
.logo-container {
  height: 50px;
  background-color: #6eafbf;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.thumbnail-overlay {
  background: linear-gradient(180deg, rgba(255,255,255,0) 15%, rgba(36,36,36,0.4) 60%, rgba(0,0,0,0.7) 100%);
}
.article-title {
  font-family: gotham-book;
  font-size: 11px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  text-decoration: none;
  letter-spacing: 0.25px;
  color: #fff;
}
.article-date {
  font-family: gotham-book;
  font-size: 9px;
  font-weight: 325;
  font-stretch: normal;
  font-style: normal;
  line-height: 12px;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #6e6865;
}
.article-button {
  font-family: gotham-book;
  font-size: 11px;
  font-weight: 350;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #6eafbf;
  border-bottom: 1px solid #6eafbf;
}
.press-content-container {
  padding: 0;
  text-align: center;
}
.press-content-container__p {
  margin-bottom: 2rem;
}
.press-content-container__h3 {
  font-family: cormorantgaramond;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #6e6865;
  margin-bottom: 2rem;
  font-size: 20px;
  text-align: center;
  padding: 0 4rem;
}
.press-content-container__cta,
.press-content-container__cta:hover {
  text-decoration: none;
  font-family: gotham-book;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: 1.25px;
  color: #6eafbf;
  text-transform: uppercase;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #6eafbf;
}
.press-content-image-container {
  position: relative;
  padding: 0;
  margin-bottom: 2rem;
}
.press-content-image-container__main-img {
  max-width: 100vw;
  width: 100%;
  padding: 0;
  height: 100%;
  max-height: 205px;
}
.press-content-image-container__logo {
  height: 100%;
  width: 100%;
  max-height: 105px;
  max-width: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
}
.press-main {
  margin-top: 70px;
}
.press-grid-articles-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  justify-content: center;
}
.press-grid-articles-container p {
  text-align: center;
}
.press-grid-article {
  text-align: center;
}
.press-grid-article__logo {
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  height: 55px;
  align-items: center;
}
.press-grid-article__title {
  font-family: cormorantgaramond;
  font-size: 20px;
}
.press-grid-article__date {
  font-family: gotham-book;
  font-size: 15px;
}
.press-grid-article__image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top;
}
.load-more-btn-container {
  margin-top: 3rem;
  text-align: center;
}
.load-more-btn-container img {
  cursor: pointer;
  width: 105px;
  height: 45px;
}
section.press-relation-section {
  padding: 0 3rem;
}
.press-relation-section {
  text-align: center;
  font-size: 15px;
}
.press-relation-section__intro {
  margin-bottom: 3rem;
}
.press-relation-section__zone {
  font-family: gotham-bold;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #6e6865;
}
.press-relation-section__address {
  max-width: 120px;
  word-wrap: break-word;
  margin: 0 auto;
}
.press-relation-section__url {
  text-decoration: none;
  font-family: gotham-book;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #6eafbf;
}
.press-relation-section__url:hover {
  text-decoration: none;
  color: #6eafbf;
}
.press-relation-section__contact {
  margin-top: 1rem;
}
.press-relation-section__contact a {
  color: #6eafbf;
}
.press-relation-section__contact a:hover {
  text-decoration: none;
  color: #6eafbf;
}
@media screen and (min-width: 768px) {
  .press-main {
    margin-top: 120px !important;
  }
}
@media screen and (min-width: 768px) {
  .press-content-container {
    text-align: center;
    padding: 0;
  }
  .press-content-container__p {
    margin-bottom: 1rem;
  }
  .press-content-container__h3 {
    font-size: 38px;
    text-align: left;
    padding: 0;
  }
  .press-content-image-container {
    position: relative;
    padding: 0;
    margin-bottom: 2rem;
  }
  .press-content-image-container__main-img {
    max-height: 400px;
    padding: 0;
    object-fit: cover;
  }
  .press-content-image-container__logo {
    max-height: 150px;
    max-width: 150px;
  }
  .press-grid-articles-container {
    grid-template-columns: repeat(2, 185px);
    grid-gap: 20px;
    grid-template-rows: auto;
    justify-content: space-between;
  }
  .press-grid-articles-container p {
    text-align: center;
  }
  .press-grid-article__title {
    font-family: cormorantgaramond;
    font-size: 20px;
  }
  .press-grid-article__date {
    font-family: gotham-book;
    font-size: 15px;
  }
  .load-more-btn-container {
    margin-top: 3rem;
    text-align: center;
  }
  .load-more-btn-container img {
    cursor: pointer;
    width: 100%;
    max-width: 155px;
    height: 100%;
    max-height: 65px;
  }
  section.press-relation-section {
    padding: 0;
  }
  .press-relation-section {
    text-align: left;
  }
  .press-relation-section__intro {
    margin-bottom: 3rem;
    font-family: gotham-book;
    color: #6e6865;
  }
  .press-relation-section__zone {
    font-family: gotham-bold;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    color: #6e6865;
  }
  .press-relation-section__address {
    max-width: 230px;
    word-wrap: break-word;
    margin: 0;
  }
  .press-relation-section__url {
    text-decoration: none;
    font-family: gotham-book;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    color: #6eafbf;
  }
  .press-relation-section__url:hover {
    text-decoration: none;
    color: #6eafbf;
  }
  .press-relation-section__contact {
    margin-top: 1rem;
  }
  .press-relation-section__contact a {
    color: #6eafbf;
  }
  .press-relation-section__contact a:hover {
    text-decoration: none;
    color: #6eafbf;
  }
}
@media screen and (min-width: 992px) {
  .press-grid-articles-container {
    grid-template-columns: repeat(3, 185px);
  }
}
@media screen and (min-width: 1100px) {
  .press-grid-articles-container {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .press-relation-section__address {
    max-width: 220px;
    word-wrap: break-word;
    margin: 0;
  }
  .old-articles-tab {
    border-left: none;
  }
}
@media screen and (max-width: 575px) {
  .press-relation-section__address {
    max-width: 100%;
    word-wrap: break-word;
    margin: 0;
  }
}
.btn-press {
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #6eafbe;
  color: #6eafbe;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 1.25px;
  line-height: 1.4;
  padding-bottom: 4px;
}
.btn-press:hover {
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #6eafbe;
  color: #6eafbe;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 1.25px;
  line-height: 1.4;
  padding-bottom: 4px;
}
