/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body, h1, h2, h3, h4, h5, h6, a, p {
  font-family: 'Open Sans', sans-serif !important;
}
#sp-header div.row {
  flex-wrap: nowrap;
}
#sp-logo {
  padding-right: 10px !important;
}
#sp-menu>.sp-column {
    height: auto;
}
@media (min-width: 993px) {
  #sp-header {
    height: 120px;
    background: url(/images/head_bg.gif) repeat-x;
  }
  #sp-header .logo {
    align-items: stretch;
    height: 120px;
  }
  #sp-menu {
    height: 120px;
  }
}
@media (max-width: 992px) {
  .logo-image-phone {
    height: 100% !important;
  }
}
@media (max-width: 576px) {
  .logo-image-phone {
    height: 80% !important;
  }
}
@media (max-width: 575px) {
  #sp-header {
    height: 60px;
  }
}
#sp-top-bar, #sp-bottom {
  font-size: 18px;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info, .offcanvas-menu .offcanvas-inner .social-icons {
  font-size: 20px;
}
.article-list .article .featured-article-badge, .article-details .featured-article-badge {
   display: none !important;
}
h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 28px;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 a {
  color: #009ee0;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: 0px 0px 20px 0px;
}
.article-list .article .readmore a {
  color: #363636;
  font-weight: 700;
  font-size: 16px;
}
#sp-main-body {
  padding: 20px 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 0px;
  padding: 0px 20px 0px 20px;
}
#sp-bottom, .lan-oc {
  padding: 20px 0 20px !important;
}
.article-list .article {
  margin-bottom: 10px;
  padding: 20px 0 20px;
}