@charset "UTF-8";
/*
Theme Name: Default
Author: Empirika
Author URI: https://empirikanet.com/
Description: Especiales Publico - Default.
Version: 1.0
*/
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  color: #000;
}

body .carousel,
body #articles {
  font-family: Muli;
}

body.temas-publico .main > .container,
body.temas-publico.has-submenu .main > .container,
body.temas-publico.has-breakingnews .main > .container {
  margin-top: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

a:hover,
a:focus {
  text-decoration: none;
}

h3.widget-title {
  font-weight: 800;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

figure {
  margin-top: 5px;
}

figure.aligncenter {
  margin: 30px auto 0;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 800;
}

.aligncenter {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.pbheader-main .main-navbar .container-fluid {
  height: 50px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mr15 {
  margin-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mr25 {
  margin-right: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

section .btn {
  font-size: 17px;
  font-size: 1.0625rem;
  background: #111;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #fff;
  padding: 0 35px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  margin-top: 30px;
  letter-spacing: 0.1em;
}

section .btn:hover {
  background: #d11031;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 414px) and (max-width: 896px) and (orientation: landscape) {
  .pb-iphone .container {
    max-width: 100%;
  }
}

.home #articles article .title a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3em;
}

@media screen and (min-width: 768px) {
  .home #articles article .title a {
    font-size: 32px;
    font-size: 2rem;
  }
}

.home #articles article .btn:hover {
  color: #fff;
  background: #000;
}

.menu-bottom.burger-menu .lbl-toggle {
  font-family: "Poppins";
}

@media screen and (min-width: 768px) {
  .submenu {
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    position: fixed;
    background: #000;
    width: 100%;
    display: inline-block;
    top: 50px;
    line-height: 35px;
    z-index: 9999;
    opacity: 1;
    text-align: center;
  }
}

.submenu a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Poppins";
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  line-height: 10px;
}

@media screen and (max-width: 767px) {
  .submenu a {
    text-align: center;
    width: 100%;
    letter-spacing: .05em;
  }
}

@media screen and (min-width: 576px) {
  .submenu a {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .submenu a {
    line-height: 35px;
  }
}

.submenu a span {
  font-weight: 200;
}

.submenu .back {
  font-size: 14px;
  font-size: 0.875rem;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: none;
  float: right;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
  .submenu .back {
    display: none;
  }
}

.submenu .back:hover {
  color: #fff;
}

.submenu.hide {
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  opacity: 0;
}

.temas-publico .sponsor-wrapper:first-child {
  margin-bottom: 30px;
}

.sponsor {
  float: right;
  position: relative;
  margin: 45px 0 0;
}

.sponsor span {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 0.05em;
}

.sponsor.footer {
  float: initial;
  margin: 0 0 30px;
  width: 100%;
  text-align: center;
}

.sponsor.footer span {
  left: 10px;
  position: relative;
  width: 100%;
  text-align: center;
  top: 10px;
}

.sponsor .turismo {
  height: 53px;
  margin-right: 20px;
}

.sponsor .generalitat {
  height: 50px;
  padding: 3px 0 1px 0;
  margin-right: 20px;
}

.sponsor img {
  max-height: 120px;
}

.sponsor-content p:first-child {
  line-height: 1.3em;
}

.detail.site-with-ads {
  margin-top: 120px;
}

.temas-publico.home .megabanner.pb-ads {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .temas-publico.home .megabanner.pb-ads {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 414px) and (max-width: 896px) and (orientation: landscape) {
  .pb-mobile .ads.roba.pull-right, .pb-mobile .ads.roba.pull-left {
    margin: 0;
  }
}

.ads {
  position: relative;
}

.ads .js-ads-fixed {
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .ads.pull-right {
    padding-left: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .ads.pull-left {
    padding-right: 25px;
    padding-bottom: 25px;
  }
}

.ads.roba > div > div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ads.roba > div > div {
    min-height: 600px;
    width: 300px;
  }
}

.ads.roba > .bottom > div iframe {
  position: sticky;
  top: 115px;
}

@media screen and (max-width: 767px) {
  .ads.roba.pull-right {
    float: none !important;
  }
}

.ads.roba.pull-right > div > div {
  margin: 15px 0 30px;
}

@media screen and (min-width: 768px) {
  .ads.roba.pull-right > div > div {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ads.roba.pull-left {
    float: none !important;
  }
}

.ads.roba.pull-left > div > div {
  margin: 15px 0 30px;
}

@media screen and (min-width: 768px) {
  .ads.roba.pull-left > div > div {
    margin-right: 30px;
  }
}

.text-princ {
  text-align: center;
  margin-bottom: 140px;
  color: #000;
  font-size: 1.2em;
  line-height: 1.5em;
}

.title-over-images .item {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}

.title-over-images .item a {
  display: inline-block;
  float: left;
  width: 100%;
  color: #fff;
}

.title-over-images .item a img {
  float: left;
  width: 100%;
  height: auto;
}

.title-over-images .item a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  line-height: 1.2em;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 120%;
}

.title-over-images .item a:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.title-over-images .item a:after {
  content: "Ver más";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  z-index: 2;
  text-align: center;
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
}

.title-over-images .item a:hover:before, .title-over-images .item a:hover:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  #articles article a.image:before {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  #articles article a.image:after {
    font-size: 20px;
    font-size: 1.25rem;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: "Seguir leyendo";
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: .1em;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  #articles article a.image:hover:before, #articles article a.image:hover:after {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 1;
    visibility: visible;
  }
}

.share-link-container > .share-links > li {
  margin: 0;
}

.share-link-container > .share-links > li > a {
  color: #FFF;
}

.share-link-container > .share-links > li > a:hover, .share-link-container > .share-links > li > a:focus {
  color: #fff;
}

.container.main .share li a:hover,
.container.main .share li a:focus {
  color: #fff;
}

.archive h1.page-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.2em;
  color: #111;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .archive h1.page-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.archive .article {
  margin-bottom: 30px;
}

.archive .article .image {
  margin-bottom: 20px;
}

.archive .article .image img {
  width: 100%;
  height: auto;
}

.archive .article .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .archive .article .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.archive .article .entry-title a {
  color: #000;
}

.archive .article .entry-title a:focus, .archive .article .entry-title a:hover {
  color: #d11031;
}

.archive .article .author {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1.5em;
}

#articles .container {
  width: 100%;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  #articles .container {
    padding: 0 3%;
  }
}

#articles .cat-post-item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 50px 0 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  #articles .cat-post-item {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  #articles .cat-post-item {
    width: 33.33333333%;
  }
}

#articles .cat-post-item .cat-post-title,
#articles .cat-post-item p {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#articles .cat-post-item .cat-post-title {
  margin-bottom: 0;
  font-family: 'Muli';
  font-size: 1.8em;
  font-weight: 900;
  color: #000;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 1.1em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin-bottom: 24px;
}

#articles .cat-post-item p {
  color: #000;
  font-size: 1.2em;
  line-height: 1.5em;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

#articles .cat-post-item .cat-post-thumbnail,
#articles .cat-post-item .cat-post-thumbnail img {
  width: 100%;
  margin: 0;
  height: auto;
}

#articles .cat-post-item .cat-post-thumbnail {
  position: relative;
  display: inline-block;
  width: 100%;
}

#articles .cat-post-item .cat-post-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#articles .cat-post-item .cat-post-thumbnail:hover:after {
  transform: scale(2);
  opacity: 1;
}

#articles .cat-post-item .cat-post-thumbnail:hover:before {
  opacity: 1;
}

#articles .one-per-row .cat-post-item {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #articles .one-per-row .cat-post-item {
    width: 100%;
  }
}

#articles .one-per-row .cat-post-item .cat-post-title,
#articles .one-per-row .cat-post-item p {
  width: 100%;
}

@media screen and (min-width: 992px) {
  #articles .one-per-row .cat-post-item .cat-post-title,
  #articles .one-per-row .cat-post-item p {
    width: 50%;
  }
}

#articles .one-per-row .cat-post-item .cat-post-title {
  font-size: 2.7em;
}

#articles .one-per-row .cat-post-item .cat-post-thumbnail {
  width: 100%;
  float: none;
}

@media screen and (min-width: 992px) {
  #articles .one-per-row .cat-post-item .cat-post-thumbnail {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  #articles .one-per-row .cat-post-item:nth-child(2n) .cat-post-thumbnail {
    float: none;
  }
}

@media screen and (min-width: 992px) {
  #articles .one-per-row .cat-post-item:nth-child(2n) .cat-post-thumbnail {
    float: right;
  }
}

@media screen and (min-width: 768px) {
  #articles .one-per-row .cat-post-item:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 992px) {
  #articles .one-per-row .cat-post-item:nth-child(2n+1) {
    clear: none;
  }
}

@media screen and (min-width: 992px) {
  #articles .one-per-row .cat-post-item:nth-child(3n+1) {
    clear: both;
  }
}

#articles article {
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #articles article {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #articles article {
    margin: 50px 0 0;
  }
}

#articles article .title a {
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  font-size: 26px;
  font-size: 1.625rem;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  font-family: 'Muli';
  font-weight: 900;
  color: #000;
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 1.1em;
  margin-bottom: 25px;
}

#articles article .title a:focus, #articles article .title a:hover {
  color: #d11031;
}

#articles article .author {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 800;
  text-transform: uppercase;
}

#articles article .author span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: none;
  font-style: italic;
  display: block;
}

#articles article .summary {
  margin: 20px 0;
}

#articles article a.image {
  position: relative;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #articles article a.image {
    margin: 0 0 20px;
  }
}

#articles article a.image img {
  width: 100%;
  height: auto;
}

#articles article a.image .caption,
#articles article a.image .wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: 2px;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #articles article a.image:before {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  #articles article a.image:after {
    font-size: 20px;
    font-size: 1.25rem;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: "Seguir leyendo";
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: .1em;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  #articles article a.image:hover:before, #articles article a.image:hover:after {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 1;
    visibility: visible;
  }
}

#articles article p {
  color: #000;
  font-size: 1.2em;
  line-height: 1.5em;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  #articles article .btn {
    display: none;
  }
}

#articles article.col-lg-4:nth-child(3n+1), #articles article.col-md-4:nth-child(3n+1), #articles article.col-lg-3:nth-child(4n+1), #articles article.col-md-3:nth-child(4n+1), #articles article.col-lg-6:nth-child(2n+1), #articles article.col-md-6:nth-child(2n+1) {
  clear: both;
}

@media screen and (min-width: 768px) {
  #articles article.col-lg-3 a.image {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  #articles article.col-lg-3 p {
    font-size: 1.05em;
  }
}

@media screen and (min-width: 768px) {
  #articles article.col-lg-4 .title a {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  #articles article.col-lg-4 a.image {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  #articles article.col-lg-6 a.image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  #articles article.col-md-6:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  #articles article.highlights a.image {
    margin: 10px 0 20px;
  }
}

#articles article.highlights .btn {
  display: block;
}

@media screen and (min-width: 992px) {
  #articles article.highlights .btn {
    display: none;
  }
}

#articles article.highlights-big {
  position: relative;
}

@media screen and (max-width: 767px) {
  #articles article.highlights-big a.image {
    margin-bottom: 0;
  }
}

#articles article.highlights-big .text {
  color: #fff;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #articles article.highlights-big .text {
    padding: 20px;
    position: absolute;
    bottom: 10px;
    left: 25px;
    right: 25px;
  }
}

#articles article.highlights-big .text .title {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  text-align: center;
}

#articles article.highlights-big .text .title a {
  color: #fff;
  padding: 0 0 15px;
  box-sizing: border-box;
  margin: 0;
}

#articles article.highlights-big .text .title a:hover {
  color: #fff;
}

#articles article.highlights-big .text .title a:before {
  background: none;
}

#articles article.highlights-big .text .author {
  margin-bottom: 0;
}

#articles article.highlights-big .text .author a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

#articles article.highlights-big .summary {
  display: block;
}

@media screen and (min-width: 992px) {
  #articles article.highlights-big .summary {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #articles article.highlights-big .title {
    position: initial;
    bottom: initial;
    color: initial;
    left: initial;
    right: initial;
    margin: 0;
    text-shadow: none;
    -webkit-text-shadow: none;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  #articles article.highlights-big .title a {
    color: initial;
    font-weight: 900;
    padding: 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 991px) {
  #articles article.highlights-big .title a:hover {
    color: #d11031;
  }
}

@media screen and (max-width: 991px) {
  #articles article.highlights-big .title a:before {
    background: #d11031;
  }
}

#articles article.highlights-big .btn {
  display: block;
}

@media screen and (min-width: 992px) {
  #articles article.highlights-big .btn {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #articles article.highlights-big a.image:hover:after {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  #articles article.highlights-big.font-big .text .title a {
    font-size: 3.1em;
  }
}

@media screen and (min-width: 768px) {
  #articles article.highlights-big.font-med .text .title a {
    font-size: 2.4em;
  }
}

@media screen and (min-width: 768px) {
  #articles article.highlights-big.font-sml .text .title a {
    font-size: 2.1em;
  }
}

#articles article.highlights-big:hover a.image:after {
  transform: scale(2);
  opacity: 0;
}

@media screen and (min-width: 992px) {
  #articles article.highlights-big:hover a.image:after {
    opacity: 1;
  }
}

#articles article.highlights.col-lg-12 {
  margin: 0;
}

@media screen and (min-width: 768px) {
  #articles article.highlights.col-lg-12 {
    margin: 50px 0 30px;
    text-align: center;
  }
}

#articles article.highlights.col-lg-12 .title a {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (min-width: 340px) {
  #articles article.highlights.col-lg-12 .title a {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

@media screen and (min-width: 768px) {
  #articles article.highlights.col-lg-12 .title a {
    text-align: center;
    font-size: 54px;
    font-size: 3.375rem;
  }
}

#articles article.highlights.col-lg-12 .title a:before {
  left: 50%;
  margin-left: -42px;
}

@media screen and (min-width: 768px) {
  #articles article.highlights.col-lg-12 p {
    text-align: center;
  }
}

#articles article.highlights.col-lg-12 p.pretitle {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 15px 0px;
}

#articles article.highlights.col-lg-12 p.pretitle:before {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #articles article.highlights.col-lg-4.font-big .title a {
    font-size: 3.1em;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  #articles article.highlights.col-lg-4.font-med .title a {
    font-size: 2.4em;
  }
}

@media screen and (min-width: 768px) {
  #articles article.highlights.col-lg-4.font-sml .title a {
    font-size: 2.1em;
  }
}

#articles article.highlights.no-excerpt .btn {
  display: block;
}

#articles article.highlights.no-excerpt .title a:before {
  display: block;
}

#articles article.highlights.no-excerpt.col-lg-12 .title a:before {
  display: none;
}

#articles article.format-quote .title a {
  margin-top: 0;
  font-style: italic;
  font-family: "Noto Serif SC";
}

#articles article.format-quote .title a:before {
  display: none;
}

#articles article.format-quote p.author {
  line-height: 1.2em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #articles article.format-quote p.author {
    text-align: left;
  }
}

#articles article.format-quote p.pretitle {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 20px;
}

#articles article.format-quote p.pretitle:before {
  content: "";
  display: inline-block;
  background: #111;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 20%;
  position: absolute;
}

@media screen and (max-width: 568px) and (orientation: landscape) {
  #articles article.format-quote p.pretitle:before {
    width: 50px;
    margin-left: -25px;
  }
}

#articles article.into-image > .text {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}

#articles article.into-image > .text .title a {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
  font-size: 2.5em;
  letter-spacing: 0.02em;
  text-align: center;
}

#articles article.into-image > .text .title a:before {
  background: #fff;
  left: 50%;
  margin-left: -43px;
}

#articles article.into-image > .text p {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
  text-align: center;
}

#articles article.into-image .btn {
  display: none;
}

#articles article.no-excerpt .title a:before {
  display: none;
}

#articles article.no-excerpt > .text .title a:before {
  display: none;
}

#articles article.no-excerpt .summary {
  display: none;
}

#articles article.dark-bg > .text {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
}

#articles article.dark-bg > .text .title a {
  color: #fff;
  font-size: 2.5em;
  letter-spacing: 0.02em;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

#articles article.dark-bg > .text .title a:before {
  background: #fff;
  left: 50%;
  margin-left: -43px;
  height: 1px;
}

#articles article.dark-bg > .text p {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
  margin: 20px 0 0;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: center;
}

#articles article.dark-bg .btn {
  display: none;
}

@media screen and (min-width: 768px) {
  #articles article.font-big .title a {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 768px) {
  #articles article.font-med .title a {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 768px) {
  #articles article.font-sml .title a {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 414px) and (max-width: 896px) and (orientation: landscape) {
  .pb-iphone #articles article.col-lg-4 .title a {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 5px;
  }
}

.carousel-container {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .carousel-container {
    margin-bottom: 50px;
  }
}

.carousel-container .item .ads.megabanner {
  background-color: #000;
  padding: 10px 0;
  margin: 0;
}

.carousel-container.header-medium {
  height: 380px;
}

.carousel-container.header-medium .icon-scroll {
  display: none;
}

.carousel-container.header-medium #carousel-main h1 {
  margin-top: -70px;
}

#carousel-main {
  position: relative;
}

#carousel-main h1 {
  margin-top: 70px;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 50%;
  z-index: 2;
  margin-top: -138px;
}

#carousel-main h1 > a {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  font-family: 'Muli';
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #carousel-main h1 > a {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 92px;
    text-align: left;
    padding: 25px 20px 15px;
  }
}

#carousel-main h1 > a > span.bordered {
  border-bottom: solid 5px #d11031;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#carousel-main h1 > a > span.copy {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3em;
  color: #fff;
  display: block;
  font-weight: 300;
  left: 5px;
  margin: 10px 0 5px;
  position: relative;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 768px) {
  #carousel-main h1 > a > span.copy {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}

#carousel-main h1 > a:hover {
  text-decoration: none;
}

#carousel-main h1.top-right, #carousel-main h1.bottom-right, #carousel-main h1.top-left, #carousel-main h1.bottom-left {
  margin-top: 0;
}

#carousel-main h1.top-right {
  top: 7%;
  right: 4%;
  bottom: initial;
  left: initial;
}

#carousel-main h1.bottom-right {
  top: initial;
  right: 4%;
  bottom: 7%;
  left: initial;
}

#carousel-main h1.top-left {
  top: 7%;
  right: initial;
  bottom: initial;
  left: 4%;
}

#carousel-main h1.bottom-left {
  top: initial;
  right: initial;
  bottom: 7%;
  left: 4%;
}

@media screen and (min-width: 768px) {
  .temas-publico .carousel-inner .fill {
    min-height: 700px;
  }
}

.home-title p,
.home-title p a,
p.home-title,
a.home-title {
  text-align: center;
  font-weight: 900;
  font-size: 2em;
  padding: 10px 0;
  margin: 0;
  line-height: 1.3em;
}

.home .submenu a {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 414px) and (max-width: 896px) and (orientation: landscape) {
  .pb-iphone #carousel-main h1 > a {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
  }
}

.back-to {
  text-align: center;
  margin: 20px 0 30px;
}

.back-to .btn {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Poppins";
  background: #000;
  border-radius: 0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 10px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: auto;
  float: none;
  letter-spacing: normal;
  margin: 0;
}

.search h1.page-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.2em;
  color: #111;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .search h1.page-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.search .article {
  margin-bottom: 30px;
}

.search .article .image {
  margin-bottom: 20px;
}

.search .article .image img {
  width: 100%;
  height: auto;
}

.search .article .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .search .article .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.search .article .entry-title a {
  color: #000;
}

.search .article .entry-title a:focus, .search .article .entry-title a:hover {
  color: #d11031;
}

.search .article .author {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1.5em;
}

.search form.search-form {
  background-color: #e8e8e8;
  padding: 10px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}

.search form.search-form input {
  height: 35px;
  box-sizing: border-box;
  border: 0 none;
  font-size: 15px;
  width: 40%;
  margin: 0 6px;
  padding: 0 10px;
}

.search form.search-form button.search-submit {
  font-size: 14px;
  border: 1px solid transparent;
  line-height: 15px;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 10px;
}

.search form.search-form button.search-submit svg.icon.icon-search {
  display: none;
}

@media screen and (min-width: 768px) {
  .search-no-results .main.container {
    min-height: 558px;
  }
}

.video {
  text-align: center;
  margin: 30px auto;
}

.single-post .sponsor {
  margin: 0;
}

.single-post .logos {
  margin: 50px 0 30px;
}

.single-post .post a {
  color: #009fdf;
  text-decoration: underline;
}

.single-post .post a:hover, .single-post .post a:focus {
  color: #00709c;
}

.single-post .post .image.full img {
  width: 100%;
}

.single-post .post .share-links a {
  text-decoration: none;
}

.single-post .subscription-claim .text a {
  color: #000;
  text-decoration: none;
}

.single-post .subscription-claim .text p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 23px;
}

.single-post .subscription-claim .btn {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
}

.single-post .subscription-claim .title p {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3;
}

.single-post .subscription-claim.t1 .btn, .single-post .subscription-claim.t2 .btn, .single-post .subscription-claim.t4 .btn, .single-post .subscription-claim.t5 .btn {
  font-weight: 600;
}

.single-post .subscription-claim.t1 .btn:hover, .single-post .subscription-claim.t2 .btn:hover, .single-post .subscription-claim.t4 .btn:hover, .single-post .subscription-claim.t5 .btn:hover {
  color: #FFF;
}

.single-post .subscription-claim.t3 .btn {
  font-weight: 600;
}

.single-post .subscription-claim.top {
  margin: 0 auto 30px;
  padding: 15px 25px 20px;
  border: 0;
  background: #eee;
  max-width: 700px;
}

.single-post .subscription-claim.top .title p {
  margin: 15px 0 0 0;
}

.single-post .subscription-claim.top .title p a {
  font-size: 22px;
  font-size: 1.375rem;
  text-decoration: none;
  color: #000 !important;
}

.single-post .subscription-claim.top .text {
  padding: 0;
}

.single-post .subscription-claim.top .text p a {
  color: #000 !important;
}

.single-post .main h1 {
  font-family: 'Muli';
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px;
  line-height: 1.2em;
  color: #111;
  font-size: 2.2em;
}

@media screen and (min-width: 576px) {
  .single-post .main h1 {
    font-size: 2.7em;
  }
}

@media screen and (min-width: 768px) {
  .single-post .main h1 {
    margin: 0 0 50px;
    font-size: 3.2em;
  }
}

.single-post .main h1 > .pretitle {
  color: #666;
  display: block;
  font-size: .4em;
  font-weight: 100;
  text-transform: uppercase;
}

.single-post .main h2,
.single-post .main h3,
.single-post .main h4,
.single-post .main h5,
.single-post .main h6 {
  font-family: 'Muli';
  margin-top: 50px;
  margin-bottom: 30px;
  color: #111;
}

.single-post .main h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
}

@media screen and (min-width: 340px) {
  .single-post .main h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .single-post .main h2 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.single-post .main h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .single-post .main h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.single-post .main h3 span {
  font-weight: 700 !important;
}

.single-post .main h4 {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .single-post .main h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.single-post .main h4 span {
  font-weight: 700 !important;
}

.single-post .main h5 {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (min-width: 768px) {
  .single-post .main h5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.single-post .main h5 span {
  font-weight: 700;
}

.single-post .main h6 {
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (min-width: 768px) {
  .single-post .main h6 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.single-post .main h6 span {
  font-weight: 700 !important;
}

.single-post .main p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5em;
  margin-bottom: 20px;
}

@media screen and (min-width: 340px) {
  .single-post .main p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .single-post .main p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.single-post .main p i {
  font-style: italic;
}

.single-post .main p.pretitle {
  text-align: center;
}

.single-post .main p.author {
  margin: 0;
}

.single-post .main p.author span {
  display: block;
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0.02em;
  font-style: italic;
}

.single-post .main p.date {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
}

.single-post .main .summary {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.single-post .opening-image img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .single-post .opening-image img {
    max-width: 100%;
    height: auto;
  }
}

.single-post .opening-image-caption {
  float: right;
  width: 100%;
  border: 0;
}

.single-post .format-quote p.pretitle {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.single-post .author {
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
}

.single-post .main p.caption,
.single-post .main .wp-caption-text,
.single-post .opening-image-caption {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin-bottom: 30px;
  font-style: italic;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .single-post .main p.caption,
  .single-post .main .wp-caption-text,
  .single-post .opening-image-caption {
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .single-post .main p.caption,
  .single-post .main .wp-caption-text,
  .single-post .opening-image-caption {
    text-align: right;
    line-height: 1.5em;
  }
}

.single-post .fancybox-container {
  z-index: 999993;
}

@media screen and (max-width: 767px) {
  .single-post .main h1,
  .single-format-gallery .image.full h1 {
    font-size: 26px;
    line-height: 1.1em;
  }
}

.single aside.subscription-claim {
  clear: both;
}

@media screen and (max-width: 767px) {
  .single .has-post-thumbnail img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
}

.single .main blockquote {
  text-align: right;
  z-index: 2 !important;
  line-height: 1.6em;
  font-weight: 900;
  box-sizing: border-box;
  background: #e8e8e8;
  position: relative;
  float: none;
  width: 100%;
  padding: 15px 15px 1px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .single .main blockquote {
    float: left;
    width: 35%;
    padding: 20px;
    margin: 0 20px 0 0;
  }
}

.single .main p.author {
  font-family: "Poppins";
}

@media screen and (max-width: 767px) {
  .single .container.post {
    padding-left: 0;
    padding-right: 0;
  }
}

.single .share-link-container {
  margin: 0 auto;
  display: table;
  width: 100%;
}

.single .post ul {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.single .post ul li {
  margin-bottom: 12px;
  list-style: initial;
  margin-left: 48px;
}

.single .post ul li ul {
  margin-top: 15px;
}

.single .post ul.share-links li {
  margin-left: initial;
}

.single .post ol {
  list-style-type: decimal;
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.single .post ol li {
  margin-bottom: 12px;
  margin-left: 0;
  list-style-position: inside;
}

@media screen and (min-width: 768px) {
  .single .post ol li {
    margin-left: 48px;
  }
}

.single pre {
  margin-bottom: 15px;
}

.single figure {
  max-width: 100%;
  width: auto !important;
}

.single figure img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}

.single figure.aligncenter {
  display: table;
}

.single .twitter-tweet {
  margin-right: auto;
  margin-left: auto;
}

.single .wrapper-top {
  margin-top: 15px;
}

.single-format-quote .main h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Noto Serif SC";
  margin: 0 0 25px;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .single-format-quote .main h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.single-format-quote .main p.author {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Poppins";
  text-align: center;
  margin: 0 0 25px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .single-format-quote .main p.author {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.single-format-quote .main p.author span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  display: block;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .single-format-quote .main p.author span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.single-format-gallery .image.full {
  position: relative;
}

.single-format-gallery .image.full h1 {
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
  color: #111;
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 0 50px 0;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
  margin: 0 0 25px;
  font-size: 2.2em;
}

@media screen and (min-width: 576px) {
  .single-format-gallery .image.full h1 {
    font-size: 2.7em;
  }
}

@media screen and (min-width: 768px) {
  .single-format-gallery .image.full h1 {
    font-size: 3.2em;
    margin: 0 0 50px;
  }
}

.single-format-gallery .image.full h1 > .pretitle {
  color: #666;
  display: block;
  font-size: .4em;
  font-weight: 100;
  text-transform: uppercase;
}

.opening-video {
  margin-bottom: 20px;
}

.module.module-simple.add-related {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .module.module-simple.add-related {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .module.module-simple.add-related {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .module.module-simple.add-related {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .module.module-simple.add-related {
    max-width: 1020px;
  }
}

.module.module-simple.add-related h2.title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: 400;
  letter-spacing: .2em;
}

.module.module-simple.add-related h3.title {
  line-height: 1.3em;
  font-family: "Noto Serif SC";
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
}

.module.module-simple.add-related h3.title a {
  color: #000;
}

.module.module-simple.add-related h3.title a:hover, .module.module-simple.add-related h3.title a:focus {
  color: #00709c;
  text-decoration: underline;
}

.module.module-simple.add-related li {
  margin-bottom: 20px;
}

.module.module-simple.add-related li:last-child {
  margin-bottom: 0;
}

.format-quote {
  font-family: "Noto Serif SC";
}

.format-quote p.author {
  text-align: center;
  font-size: 1.4em;
  margin: 0 0 25px;
  font-family: "Poppins";
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.format-quote p.author span {
  font-weight: 300;
  font-style: italic;
  display: block;
  text-transform: none;
  font-size: 0.8em;
}

.format-quote.highlights p.author {
  text-align: center;
}

.share-links-container {
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  img.pull-left,
  img.pull-right {
    width: 100%;
    clear: both;
    height: auto;
  }
}

.video-wrapper {
  max-width: 100%;
  margin: 0 auto 20px auto;
}

@media screen and (min-width: 576px) {
  .video-wrapper {
    max-width: 650px;
  }
}

.video-wrapper.fullwidth {
  max-width: 100%;
}

.line-title {
  background: #d11031;
  height: 10px;
  display: block;
  width: 100px;
  margin-bottom: 20px;
}

.logos {
  text-align: right;
  margin: 50px 0 0px;
  padding: 0;
}

.logos .logo {
  height: 120px;
}

@media screen and (max-width: 767px) {
  .size-large {
    margin-bottom: 20px;
  }
}

.share-link-container ul {
  display: inline-block;
  text-align: center;
  margin: 0 0 30px;
  width: 100%;
}

.share-link-container ul li {
  border: 1px solid #000;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  margin-right: 1px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 35px;
}

.share-link-container ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  height: 35px;
  width: 33px;
}

.navbar-collapse .menu-bottom.burger-menu .lbl-toggle,
.pbheader-main .user-buttons {
  font-family: "Poppins";
}
