/* *********************************************
 * Should only be used to customize branches,
 * and left empty in the master breanch.
 * NOTE: This file loads last, it will override 
 *       all other styles and views.
 * ********************************************* */
/* Less Constants */
/* Screen Sizes
 * -- Ajustar estas medidas para igualar los brincos del
 * -- diseño responsivo del sitio del cliente.
 * ------------------------------------------------------ */
/* Content Sizes 
 * -- Son los anchos del cuerpo del sitio para cada uno
 * -- de los brincos de arriba, se recomienda 30px menos.
 * ------------------------------------------------------ */
/* Pantallas de @lg ----- */
/* Pantallas de @md a @lg */
/* Pantallas de @sm a @md */
/* Pantallas de @xs a @sm */
/* Pantallas de ----- @xs */
/* Menu Size 
 * -- Ancho de los submenus dependiendo de cuantas columnas
 * -- necesiten (1-3) y del menu para moviles.
 * ------------------------------------------------------ */
/* Font Size 
 * -- Tamaño por defecto de la fuente, la mayoria de los 
 * -- espacios en el sitio se calculan con este valor.
 * ------------------------------------------------------ */
/* Font Families
 * -- Los CSS de las fuentes debe inclirse en el archivo
 * -- config.php o en custom.less
 * ------------------------------------------------------ */
/* Colors 
 * -- La mayoria de los colores se pueden cambiar en
 * -- config.php, el resto deben cambar en custom.less
 * ------------------------------------------------------ */
/* Slide & SubMenu BG */
/* Slide & SubMenu Hover */
/* Slide & Submenu Lines */
/* Shadows */
/* Ads Sizes */
/* View Space */
/* Place Holder Color */
/* end */
@font-face {
  font-family: 'Bevan';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/bevan/v12/4iCj6KZ0a9NXjG8dWC4.ttf) format('truetype');
}
@font-face {
  font-family: 'Francois One';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/francoisone/v15/_Xmr-H4zszafZw3A-KPSZut9wQiU.ttf) format('truetype');
}
/* Extra Large Devices (default) ---------------------------------------- */
#sHeader {
  padding-top: 50px;
}
#sHeader > .content {
  max-width: none;
}
#sHeader .section-nav__item--tertiary {
  color: red;
}
#sHeader #skylinks-main-container {
  background: #fff;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0.97;
  padding: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99999;
  height: 50px;
  top: 0;
}
#sHeader #skylinks-main-container .skylinksb-container {
  width: 100%;
}
#sHeader #skylinks-main-container .skylinks-trib {
  float: left;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarCheckbox {
  cursor: pointer;
  display: block;
  height: 24px;
  margin: 10px 15px;
  padding: 0;
  position: relative;
  width: 24px;
  float: left;
  vertical-align: top;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarCheckbox .navbar__icon {
  height: 24px;
  margin: 0;
  position: relative;
  transition: margin 0.33s ease;
  width: 24px;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarCheckbox .navbar__icon .navbar__icon-line {
  background-color: #336156;
  height: 3px;
  position: absolute;
  transition: width 0.33s ease;
  width: 24px;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarCheckbox .navbar__icon .navbar__icon-line:first-child {
  top: 3px;
  transform-origin: center left;
  transition: transform 0.33s ease;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarCheckbox .navbar__icon .navbar__icon-line:nth-child(2) {
  left: 0;
  top: 11px;
  transition: width 0.33s ease, left 0.33s ease;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarCheckbox .navbar__icon .navbar__icon-line:last-child {
  top: 19px;
  transform-origin: center left;
  transition: transform 0.33s ease;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarNav {
  float: left;
  vertical-align: top;
  transition: transform 0.33s ease;
  transform: translateY(-50px);
}
#sHeader #skylinks-main-container .skylinks-trib #navbarNav.scrolled {
  transform: translateY(0);
}
#sHeader #skylinks-main-container .skylinks-trib #navbarNav > ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarNav > ul > li {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 14px;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarNav > ul > li > a {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  color: #4d4d4d;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto Condensed, Impact, Franklin Gothic Bold, sans-serif;
  font-size: 14px;
  height: 24px;
  line-height: 14px;
  padding: 4px 8px;
  transition: background-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  width: auto;
  box-sizing: border-box;
  text-decoration: none;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarNav > ul > li > a svg {
  fill: #333;
  height: 50px;
  width: 195px;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarNav > ul > li.navbar-nav__item--separator {
  background-color: #ccc;
  margin: 4px 12px 0;
  padding: 0;
  width: 1px;
  height: 24px;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarNav > ul > li.navbar-nav__item--secondary {
  text-transform: capitalize;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarNav > ul > li.navbar-nav__item--tertiary {
  font-weight: 400;
  text-transform: capitalize;
}
#sHeader #skylinks-main-container .skylinks-trib #navbarNav > ul > li:hover > a {
  background-color: #f2f2f2;
  color: #000;
}
#sHeader #skylinks-main-container .login {
  float: right;
  margin: 5px;
}
#sHeader #skylinks-main-container .login .navbar_search {
  float: left;
  text-decoration: none;
}
#sHeader #skylinks-main-container .login .navbar_search svg {
  fill: #4d4d4d;
  height: 24px;
  padding: 6px 20px 0 8px;
  transition: fill 0.33s ease;
  width: 24px;
}
#sHeader #skylinks-main-container .login .navbar__subscribe-button {
  float: left;
  border-radius: 4px;
  cursor: pointer;
  font-family: Roboto Condensed, Impact, Franklin Gothic Bold, sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  line-height: 13px;
  text-transform: capitalize;
  transition: background-color 0.5s ease, border 0.33s ease, color 0.33s ease;
  background-color: #336156;
  border: 0;
  color: #fff;
  margin: 0 6px 0 0;
  padding: 0 12px;
  display: block;
  text-decoration: none;
}
#sHeader #skylinks-main-container .login .navbar__subscribe-button .navbar__subscribe-text {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin: 6px 0;
}
#sHeader #skylinks-main-container .login .navbar__subscribe-button svg {
  display: inline-block;
  vertical-align: top;
  fill: #fff;
  height: 24px;
  margin: 6px 0 6px 6px;
  width: 24px;
}
#sHeader #skylinks-main-container .login ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sHeader #skylinks-main-container .login ul li {
  float: left;
}
#sHeader #skylinks-main-container .login ul li a {
  color: #fff;
  font-size: 14px;
  list-style: none;
  text-decoration: none;
  line-height: 24px;
  background: #000;
  display: block;
  padding: 0 8px;
  border-left: #fff 3px solid;
}
#sHeader #skylinks-main-container .login ul li:last-child a {
  border-right: #fff 3px solid;
}
#sHeader #header-client #tbo-date-weather-container {
  float: left;
  width: 25%;
  margin: 36px 0 0 28px;
}
#sHeader #header-client #logo-container .timesLogo {
  width: 414px;
  height: 64px;
  margin: 40px auto 10px;
  position: relative;
  background-image: url(img/logo-500a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#sHeader #header-client #logo-container .timesLogo #TBTlogo {
  display: block;
  width: 414px;
  height: 64px;
  top: 0;
  left: 0;
}
#sHeader #header-client #logo-container .timesLogo #pulitzer {
  display: none;
  position: absolute;
  width: 500px;
  height: 45px;
  top: 70px;
  left: 0;
}
#sHeader #header-client #tbo-search-social {
  float: right;
  margin: 28px 0;
  font-family: 'Francois One', sans-serif;
}
#sHeader #header-client #tbo-search-social .tbo-connect ul {
  float: right;
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
}
#sHeader #header-client #tbo-search-social .tbo-connect ul li {
  float: left;
  padding: 0 5px;
  border-left: #333 dotted 1px;
}
#sHeader #header-client #tbo-search-social .tbo-connect ul li a {
  font-size: 12px;
  color: #555;
  text-decoration: none;
}
#sHeader #header-client #tbo-search-social .tbo-connect ul li:first-child {
  border-left: none;
}
#sHeader #header-client #tbo-search-social .tbo-connect ul li:last-child {
  padding: 0 0 0 5px;
}
#sHeader #header-client #tbo-search-social .tbo-connect ul:last-child li {
  border: none;
  padding: 0 0 0 5px;
}
#sHeader #header-client #tbo-search-social .tbo-search-container input {
  background-color: #FFF;
  border: solid 1px #666;
  color: #000;
  position: relative!important;
  right: 0px;
  margin: 0em!important;
  width: 200px;
  font-family: 'Francois One', sans-serif;
  padding: 6px 4px;
  font-size: 13px;
  border-radius: 2px;
}
#sHeader #header-client .section-nav__list > ul > li .emergency-coverage > a.green-outline {
  font-family: Roboto Condensed, Roboto, Franklin Gothic, gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
  border: 0.1rem solid #238e74;
  color: #238e74;
  transition: background-color 0.25s ease, border 0.25s ease, color 0.25s ease;
  background-color: initial;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  height: 2.4rem;
  letter-spacing: 2px;
  line-height: 1;
  margin: auto;
  padding: 0 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
}
#sHeader #header-client .section-nav__row--bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #666;
  margin: 0 0 15px;
}
#sHeader #header-client .section-nav__row--bottom > ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
#sHeader #header-client .section-nav__row--bottom > ul > li {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 14px;
  margin-right: 3px;
}
#sHeader #header-client .section-nav__row--bottom > ul > li.emergency-coverage a.green-outline {
  border: 0.1rem solid #238e74;
  color: #238e74;
  font-family: Roboto Condensed, Roboto, Franklin Gothic, gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
  font-weight: 700;
  transition: background-color 0.25s ease, border 0.25s ease, color 0.25s ease;
  background-color: initial;
  border-radius: 0.4rem;
  letter-spacing: 2px;
  line-height: 1;
  margin: auto;
  padding: 0 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  height: 24px;
  margin-top: 4px;
  padding: 0 6px;
}
#sHeader #header-client .section-nav__row--bottom > ul > li.emergency-coverage a.green-outline > span {
  font-size: 12px;
}
#sHeader #header-client .section-nav__row--bottom > ul > li.emergency-coverage a.green-outline:hover {
  background-color: #c0f0e4;
  border: 0.1rem solid #196553;
  color: #196553;
}
#sHeader #header-client .section-nav__row--bottom > ul > li > a {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  color: #4d4d4d;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto Condensed, Impact, Franklin Gothic Bold, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 14px;
  padding: 4px 12px;
  transition: background-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  width: auto;
  box-sizing: border-box;
  text-decoration: none;
}
#sHeader #header-client .section-nav__row--bottom > ul > li > ul {
  display: none;
}
#sHeader #header-client .section-nav__row--bottom > ul > li.section-nav__item--separator {
  background-color: #ccc;
  margin: 4px 16px 0;
  padding: 0;
  width: 1px;
  height: 24px;
}
#sHeader #header-client .section-nav__row--bottom > ul > li.section-nav__item--secondary {
  text-transform: capitalize;
}
#sHeader #header-client .section-nav__row--bottom > ul > li.section-nav__item--tertiary {
  font-weight: 400;
  text-transform: capitalize;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > a {
  background-color: #f2f2f2;
  color: #000;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul {
  display: block;
  position: absolute;
  background-color: #fff;
  border: 0.1rem solid #f2f2f2;
  border-radius: 0.4rem;
  left: 0;
  top: 32px;
  transition: opacity 0.33s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 8px;
  list-style: none;
  white-space: nowrap;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul > li > a:hover {
  background-color: #f2f2f2;
  color: #000;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul li.section-nav__item--centro > a {
  color: #bd2b42;
  text-transform: uppercase;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul li.section-nav__item--centro > a:hover {
  color: #bd2b42;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul li.section-nav__item--centro > a > span {
  color: #9c8000;
  text-transform: uppercase;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul a,
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul h3 {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  color: #4d4d4d;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto Condensed, Impact, Franklin Gothic Bold, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 14px;
  padding: 4px 12px;
  transition: background-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  width: auto;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: capitalize;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul a > span:first-child,
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul h3 > span:first-child {
  text-transform: uppercase;
  color: #2a75f9;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul a > span:first-child > span,
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul h3 > span:first-child > span {
  text-transform: uppercase;
  color: #fd1246;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul a[href*="climate"] > span {
  text-transform: capitalize;
  color: #4d4d4d;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul h3 {
  color: #808080;
  margin: 8px 0 0;
  font-weight: normal;
  text-transform: uppercase;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul ul:first-child {
  margin-right: 15px;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul ul > li > a:hover {
  background-color: #f2f2f2;
  color: #000;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul .section-nav__item--separator-horz {
  border-top: 1px solid #ccc;
  margin: 15px 10px;
}
#sHeader #header-client .section-nav__row--bottom > ul > li:hover > ul svg {
  display: inline;
  fill: #4d4d4d;
  height: 24px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  width: 24px;
}
#sHeader #header-client nav.top-menu .mobile-li,
#sHeader #header-client nav.top-menu .mobile-navigation {
  display: none;
}
#sHeader #header-client nav.top-menu ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
}
#sHeader #header-client nav.top-menu ul li {
  position: relative;
  display: inline-block;
}
#sHeader #header-client nav.top-menu ul li ul,
#sHeader #header-client nav.top-menu ul li .subnav-check {
  display: none;
}
#sHeader #header-client nav.top-menu ul li > a,
#sHeader #header-client nav.top-menu ul li > .do-not-link {
  display: block;
  text-decoration: none;
  color: #181818;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 17px;
  font-family: "Bevan", cursive, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  text-transform: uppercase;
}
#sHeader #header-client nav.top-menu ul li:hover > a {
  background: #181818;
  color: #fff;
}
#sHeader #header-client nav.top-menu ul li:hover ul {
  top: 100%;
  left: 0;
  display: block;
  position: absolute;
  background: #181818;
  min-width: 220px;
}
#sHeader #header-client nav.top-menu ul li:hover ul li {
  display: block;
  border-bottom: 1px dashed #444444;
  font-family: 'Francois One', sans-serif;
}
#sHeader #header-client nav.top-menu ul li:hover ul li a,
#sHeader #header-client nav.top-menu ul li:hover ul li .do-not-link {
  color: #fff;
  white-space: nowrap;
  font-family: 'Francois One', sans-serif;
}
#sHeader #header-client nav.top-menu ul li:hover ul li a:hover,
#sHeader #header-client nav.top-menu ul li:hover ul li .do-not-link:hover {
  background: #444;
}
#sHeader #header-client nav.top-menu ul li:hover ul li ul,
#sHeader #header-client nav.top-menu ul li:hover ul li svg {
  display: none;
}
#sHeader #header-client nav.top-menu ul li:hover ul li:last-child {
  border: none;
}
#sHeader #header-client nav.top-menu ul li:hover:hover > a:hover {
  background-color: #f2f2f2;
  color: #000;
}
#boxes_container {
  border-top: #4a887b 3px solid;
  margin-top: 4px;
  background: #51a291;
  background: -moz-linear-gradient(top, #51a291 0%, #fbfdfc 100%);
  background: -webkit-linear-gradient(top, #51a291 0%, #fbfdfc 100%);
  background: linear-gradient(to bottom, #51a291 0%, #fbfdfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51a291', endColorstr='#fbfdfc', GradientType=0);
}
#boxes_container .cat_box {
  padding: 16px 40px;
}
#boxes_container .cat_box .cat_link {
  margin: 16px 32px;
}
@media only screen and (max-width: 1440px) {
  .hide_1 {
    display: none !important;
  }
}
@media only screen and (max-width: 1260px) {
  .hide_2 {
    display: none !important;
  }
}
/* Large Devices -------------------------------------------------------- */
@media only screen and (max-width: 1220px) {
  .hide_lg {
    display: none !important;
  }
}
/* Medium Devices ------------------------------------------------------- */
@media only screen and (max-width: 1100px) {
  .hide_md {
    display: none !important;
  }
}
/* Small Devices -------------------------------------------------------- */
@media only screen and (max-width: 920px) {
  .hide_sm {
    display: none !important;
  }
  #sHeader #header-client #logo-container {
    margin: 0 auto;
    float: none;
    width: 500px;
  }
}
/* Extra Small Devices -------------------------------------------------- */
@media only screen and (max-width: 740px) {
  .hide_xs {
    display: none !important;
  }
  #sHeader #header-client #logo-container {
    widows: 200px;
  }
  #sHeader #header-client #logo-container .timesLogo {
    width: 200px;
    margin: 0 auto;
    height: 70px;
  }
  #sHeader #header-client #logo-container .timesLogo #TBTlogo {
    width: 200px;
    height: 30px;
    top: 10px;
  }
  #sHeader #header-client #logo-container .timesLogo #pulitzer {
    width: 200px;
    top: 40px;
    height: 20px;
  }
  #sHeader #skylinks-main-container .skylinks-trib {
    float: none;
    text-align: center;
  }
  #sHeader #skylinks-main-container .skylinks-trib #navbarNav {
    transform: translateY(0);
    float: none;
    vertical-align: top;
    display: inline-block;
    margin-left: -54px;
  }
}
