/* defaults*/
body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #555555;
  line-height: 1.5;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h2.title {
  font-size: 24px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0.75em;
}

p.lead {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: 24px;
  margin-bottom: 16px;
}

ul {
  margin-bottom: 24px;
  padding-left: 32px;
}

li {
  margin-bottom: 5px;
}

table {
  width: 100%;
  margin-bottom: 24px;
}

td {
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  padding: 10px;
}

blockquote {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-left: 16px;
  border-left: 8px solid #eb4144;
  margin-bottom: 24px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.label {
  background-color: #eb4144;
  border-radius: 4px;
  padding: 4px 8px 4px 28px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

.label::before {
  font-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Pro"));
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 8px;
  bottom: 2px;
}

.label.gal::before {
  content: "\f03e";
}

.label.podcast::before {
  content: "\e116";
}

.label.video::before {
  content: "\f04b";
}

.banner {
  width: 100%;
  background-color: #f4f4f4;
  padding: 8px 22px;
  border-radius: 4px;
}
.banner img {
  display: block;
}
.banner span {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  display: block;
  text-align: center;
  margin-top: 8px;
}

.banner.small {
  height: calc(100% - 16px);
}

/*main*/
header {
  background-color: #3767b0;
  padding: 0;
  overflow: hidden;
  height: 64px;
}
header .logo {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}
header .logo h1 {
  font-size: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
header .logo img {
  max-height: 100%;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav li {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
header nav a {
  color: #fff;
  padding-left: 20px;
}
header nav a:hover {
  color: #fff;
}
header .separator {
  width: 1px;
  height: 48px;
  background-color: #d9d9d9;
  margin-left: 15px;
  margin-right: 15px;
}
header i {
  font-size: 24px;
  color: #fff;
}
header .search i {
  font-size: 24px;
  color: #fff;
  margin-right: 16px;
  cursor: pointer;
  display: none;
}
header .search input {
  height: 48px;
  max-width: 625px;
  border: none;
  border-radius: 4px;
  padding: 0 16px;
  margin-right: 16px;
  background-color: #fff;
  color: #555555;
  display: none;
}
header .search input::-moz-placeholder {
  font-size: 18px;
  color: #555555;
  opacity: 1;
}
header .search input::placeholder {
  font-size: 18px;
  color: #555555;
  opacity: 1;
}
header .search input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
header .search .search-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
header .search .search-button i {
  display: block;
}
header .search .search-button span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: block;
  line-height: 1;
}
header .menu-button {
  cursor: pointer;
}
header .menu-button i {
  display: block;
}
header .menu-button span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: block;
  line-height: 1;
}
header .date-name span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: right;
  display: block;
  line-height: 1.2;
}
header .weather span {
  display: block;
}
header .weather span.day {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
header .weather span.night {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
header .weather i {
  font-size: 28px;
  color: #fff;
  margin-left: 6px;
}

.highlighted-bar-cnt {
  background-color: #F4F4F4;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 18px;
}
.highlighted-bar-cnt p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.33;
  color: #000;
  margin: 0;
  padding: 0 12px;
  min-height: 1.33em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.highlighted-bar-cnt p a {
  color: #000;
}
.highlighted-bar-cnt i {
  color: #eb4144;
  font-size: 24px;
  cursor: pointer;
}
.highlighted-bar-close {
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 1;
}

footer {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 58px;
  background-color: #1f325e;
  margin-top: 16px;
  color: #fff;
}
footer .socials {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
footer .socials li {
  margin: 0;
  margin-right: 8px;
  padding: 0;
}
footer .socials li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
}
footer .socials li i {
  font-size: 24px;
  color: #1f325e;
}
footer p {
  font-size: 15px;
  opacity: 0.5;
  margin: 0;
  padding: 0;
}
footer h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 16px;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
}
footer nav ul.categories {
  -moz-column-count: 2;
       column-count: 2;
}
footer nav li {
  font-size: 15px;
  margin-bottom: 12px;
}
footer nav a {
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s;
}
footer nav a:hover {
  opacity: 1;
  color: #fff;
}

.side-menu-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.side-menu {
  overflow-y: auto;
  width: 446px;
  height: 100%;
  max-width: 100%;
  background-color: #f4f4f4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  transform: translateX(100%);
  transition: all 0.3s;
}
.side-menu .side-menu-header {
  padding: 18px;
  background-color: #3767b0;
}
.side-menu .date-name span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.side-menu .separator {
  width: 1px;
  background-color: #d9d9d9;
  height: 32px;
  margin-right: 16px;
  margin-left: 16px;
}
.side-menu .weather span {
  color: #fff;
  display: block;
  text-align: right;
}
.side-menu .weather span.day {
  font-size: 16;
  font-weight: 900;
}
.side-menu .weather span.night {
  font-size: 14px;
}
.side-menu .weather i {
  font-size: 28px;
  color: #fff;
  margin-left: 8px;
}
.side-menu .close {
  cursor: pointer;
}
.side-menu .close i {
  font-size: 24px;
  color: #fff;
}
.side-menu .close span {
  display: block;
  margin-left: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.side-menu .buttons {
  background-color: #1f325e;
  padding: 16px;
  overflow: hidden;
}
.side-menu .buttons .button {
  cursor: pointer;
  background-color: #eb4144;
  border-radius: 4px;
  padding: 8px;
  float: left;
  width: calc(50% - 8px);
}
.side-menu .buttons .button i {
  color: #fff;
  font-size: 24px;
  margin-right: 8px;
}
.side-menu .buttons .button span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.side-menu .side-menu-search {
  margin-top: 16px;
}
.side-menu .side-menu-search input {
  height: 48px;
  padding: 0 12px;
  font-size: 18px;
  color: #555555;
  border-radius: 4px;
  border: none;
}
.side-menu .side-menu-search input::-moz-placeholder {
  color: #555555;
  opacity: 1;
}
.side-menu .side-menu-search input::placeholder {
  color: #555555;
  opacity: 1;
}
.side-menu .side-menu-search input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.side-menu .side-menu-search button {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 0;
  margin: 0;
}
.side-menu .side-menu-search i {
  font-size: 24px;
  color: #fff;
  margin-left: 16px;
}
.side-menu ul.h-nav {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.side-menu ul.h-nav li {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px;
}
.side-menu ul.h-nav a {
  color: #fff;
}
.side-menu h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 32px 0 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
  text-align: center;
}
.side-menu ul.v-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu ul.v-nav li {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px 24px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.side-menu ul.v-nav a {
  color: #3767b0;
}
.side-menu ul.socials {
  margin: 24px 0 40px 16px;
  padding: 0;
  list-style: none;
}
.side-menu ul.socials li {
  margin-right: 16px;
}
.side-menu ul.socials a {
  width: 40px;
  height: 40px;
  background-color: #3767b0;
  border-radius: 4px;
}
.side-menu ul.socials i {
  font-size: 24px;
  color: #fff;
}

.side-menu.open {
  transform: translateX(0);
}

/*lists*/
.item {
  border-bottom: 1px solid #d9d9d9;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 100%;
}
.item .image-container {
  position: relative;
  margin-bottom: 16px;
}
.item img {
  display: block;
  border-radius: 4px;
}
.item h2 {
  line-height: 1.33;
  font-size: 20px;
  padding-bottom: 8px;
  margin: 0;
  transition: all 0.3s;
}
.item p {
  color: #555555;
  padding: 0;
  margin: 0;
  line-height: 1.33;
}
.item .label-container {
  position: absolute;
  bottom: 0;
  left: 0;
}
.item .label-container span {
  display: block;
  margin-right: 2px;
  margin-top: 2px;
}

.item.highlighted h2 {
  font-size: 20px;
  line-height: 1.25;
}
.item.highlighted .image-container {
  aspect-ratio: 27/16;
  overflow: hidden;
  border-radius: 4px;
}
.item.highlighted img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item:hover h2 {
  color: #3767b0;
}

.homepage-secondary-news .image-container {
  aspect-ratio: 516/305;
  overflow: hidden;
  border-radius: 4px;
}
.homepage-secondary-news .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-list {
  margin-top: 32px;
}
.sub-list .item {
  padding-bottom: 0;
  padding-top: 16px;
  height: auto;
  display: flex;
  border: none;
}
.sub-list .item .image-content {
  position: relative;
}
.sub-list .item p.date {
  margin-top: 8px;
  font-size: 14px;
}
.sub-list .line {
  margin-top: 16px;
}

.side-list .item h2 {
  font-size: 18px;
  line-height: 1.44;
}

/*sub*/
.labels span {
  display: block;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  background-color: #15ada1;
  margin-right: 2px;
  margin-bottom: 2px;
}
.labels span.active {
  background-color: #3767b0;
}

.info {
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
}
.info .data span {
  font-size: 16px;
  display: block;
  margin-left: 8px;
  color: #8a8a8a;
}
.info .data i {
  font-size: 24px;
  color: #8a8a8a;
}
.info .social-share-mobile {
  width: 32px;
  height: 32px;
  background-color: rgb(244, 244, 244);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.info .social-share-mobile i.share-button {
  font-size: 16px;
  color: #1f325e;
}
.info .social-share-mobile .social-share {
  display: none;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 37px;
}

.social-share span {
  color: #555555;
  font-size: 16px;
  display: block;
}
.social-share a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  border-radius: 4px;
  margin-left: 8px;
}
.social-share i {
  font-size: 24px;
  color: #1f325e;
}

.more-news {
  padding: 11px 18px;
  padding-left: 48px;
  background-color: rgb(235, 65, 68);
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.more-news::before {
  content: "\f1ea";
  font-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Pro"));
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 16px;
  bottom: 8px;
}

.edited-content {
  border-bottom: 1px solid #d9d9d9;
}
.edited-content .image-block {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.edited-content .image-block a {
  display: block;
  position: relative;
}
.edited-content .image-block img {
  border-radius: 4px;
}
.edited-content .image-block .more {
  padding: 4px;
  background-color: #eb4144;
  border-radius: 4px;
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.edited-content .image-block .more span, .edited-content .image-block .more i {
  color: #fff;
}
.edited-content .image-block .more span {
  font-size: 14px;
  font-weight: 600;
}
.edited-content .image-block .more i {
  font-size: 16px;
}
.edited-content .image-block p {
  font-size: 14px;
  color: #8a8a8a;
  padding: 0;
  margin-bottom: 0;
  margin-top: 8px;
}
.edited-content .image-block p span {
  display: block;
  font-size: 13px;
}

/*** media ***/
@media (min-width: 576px) {
  .side-menu h6 {
    text-align: left;
  }
  .side-menu ul.v-nav li {
    text-align: left;
  }
}
@media (min-width: 768px) {
  header {
    height: 80px;
  }
  .sub-list .item {
    padding-top: 24px;
  }
  .sub-list .line {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 17px;
  }
  h2.title {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 23px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 17px;
  }
  p.lead {
    font-size: 19px;
  }
  blockquote {
    font-size: 19px;
  }
  .highlighted-bar-cnt p {
    font-size: 17px;
  }
  .item.highlighted h2 {
    font-size: 24px;
  }
  .sub-list .item p.date {
    font-size: 15px;
  }
  .edited-content .image-block p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  h2.title {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p.lead {
    font-size: 20px;
  }
  blockquote {
    font-size: 20px;
  }
  .highlighted-bar-cnt p {
    font-size: 18px;
  }
  .item h2 {
    font-size: 22px;
  }
  .item.highlighted h2 {
    font-size: 28px;
  }
  .sub-list .item p.date {
    font-size: 16px;
  }
  footer nav ul.categories {
    -moz-column-count: 3;
         column-count: 3;
  }
  .edited-content .image-block p {
    font-size: 16px;
  }
  .edited-content .image-block p span {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  h2.title {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  .item h2 {
    font-size: 24px;
  }
  .item.highlighted h2 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  header nav {
    display: none !important;
  }
  header .separator.s-hide {
    display: none !important;
  }
}
