@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both; }
 
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

.element-invisible, .buscador, .login-correo, .login-unet {
  display: none; }

header {
  background-color: #D2A92D; }

.logo-busqueda {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .logo-busqueda::before, .logo-busqueda::after {
    display: table;
    content: ' '; }
  .logo-busqueda::after {
    clear: both; }
  .logo-busqueda .logo {
    width: 58.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding: 0 0.625rem 0 0; }
    .logo-busqueda .logo, .logo-busqueda .logo:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .logo-busqueda .buscador-idioma-correo {
    width: 41.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    color: #18386b;
    text-align: right;
    margin-top: 20px; }
    @media print, screen and (min-width: 40em) {
      .logo-busqueda .buscador-idioma-correo {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .logo-busqueda .buscador-idioma-correo, .logo-busqueda .buscador-idioma-correo:last-child:not(:first-child) {
      float: left;
      clear: none; }

/*.logo-busqueda
{
     @include grid-row;

     .logo{
         @include grid-column(7);
     }
     .buscador-idioma-correo
     {
          @include grid-column(5);
          color: $azul-base;
          text-align: right;
          margin-top: 20px;
     }
} */
.banderas a {
  color: #f3f3f3; }

.icono {
  font-size: 25px;
  cursor: pointer; }

a.nturl:after {
  position: absolute;
  content: '';
  height: 20px;
  border: solid 1px #18386b;
  top: -3px;
  right: -6px; }

a.nturl:last-child:after {
  border: none; }

a.flag {
  position: relative;
  color: #18386b;
  padding-left: 5px; }

.contenedor {
  color: #333;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .contenedor::before, .contenedor::after {
    display: table;
    content: ' '; }
  .contenedor::after {
    clear: both; }

.iconos {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  float: right !important; }
  .iconos, .iconos:last-child:not(:first-child) {
    float: left;
    clear: none; }

.desplegables {
  width: 66.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .desplegables, .desplegables:last-child:not(:first-child) {
    float: left;
    clear: none; }

.formulario {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .formulario::before, .formulario::after {
    display: table;
    content: ' '; }
  .formulario::after {
    clear: both; }

.form-passwd, .form-usuario {
  width: 41.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .form-passwd, .form-passwd:last-child:not(:first-child), .form-usuario, .form-usuario:last-child:not(:first-child) {
    float: left;
    clear: none; }

.btn-submit {
  width: 16.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .btn-submit, .btn-submit:last-child:not(:first-child) {
    float: left;
    clear: none; }

.option {
  position: relative; }

.form-usuario {
  padding-right: 10px; }

.icon-search, .icon-mail {
  font-size: 25px;
  cursor: pointer; }

nav {
  background-color: #18386b; }
  nav #menu-principal {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    nav #menu-principal::before, nav #menu-principal::after {
      display: table;
      content: ' '; }
    nav #menu-principal::after {
      clear: both; }
  nav a {
    color: #f3f3f3;
    text-transform: uppercase; }

.title-bar-title {
  display: inline-block;
  color: #f3f3f3; }

button.menu-icono {
  font-size: 30px;
  border: solid 1px #f3f3f3;
  border-radius: 5px;
  color: #f3f3f3;
  margin: 5px; }

.menu > li > a:hover {
  color: #D2A92D; }

.menu > li.active > a:hover {
  color: #18386b; }

.login_correo {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  float: right; }
  @media print, screen and (min-width: 40em) {
    .login_correo {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .login_correo, .login_correo:last-child:not(:first-child) {
    float: left;
    clear: none; }

ul.logos li {
  display: inline-block;
  padding: 24px; }

footer {
  background-color: #18386b;
  border-bottom: #D2A92D solid 18px;
  color: #f3f3f3;
  padding-top: 25px; }
  footer p {
    color: #f3f3f3; }

.menu-footer {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem; }
  .menu-footer, .menu-footer:last-child:not(:first-child) {
    float: left;
    clear: none; }

.logo-footer {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .logo-footer {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .logo-footer, .logo-footer:last-child:not(:first-child) {
    float: left;
    clear: none; }

ul.nav-footer {
  margin-left: 0; }
  ul.nav-footer li {
    display: inline-block;
    padding-right: 15px; }
  ul.nav-footer a {
    color: #f3f3f3; }
    ul.nav-footer a:hover {
      text-decoration: underline; }

.unach {
  width: 66.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-top: 1rem; }
  .unach, .unach:last-child:not(:first-child) {
    float: left;
    clear: none; }

.redes {
  width: 16.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .redes, .redes:last-child:not(:first-child) {
    float: left;
    clear: none; }

ul#redessociales {
  margin-left: 0; }
  ul#redessociales li {
    display: inline-block;
    float: right;
    padding: 10px  10px 0px 0px; }
  ul#redessociales span {
    font-size: 30px; }
  ul#redessociales a {
    color: #f3f3f3; }

.slider {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 2.5rem; }
  .slider, .slider:last-child:not(:first-child) {
    float: left;
    clear: none; }

.lateral, #menu-lateral {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .lateral, #menu-lateral {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .lateral, .lateral:last-child:not(:first-child), #menu-lateral, #menu-lateral:last-child:not(:first-child) {
    float: left;
    clear: none; }

li.subelemento {
  padding-left: 50px; }

li.etiqueta > p {
  display: block;
  padding: 1rem;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1rem; }

li.etiqueta {
  display: block;
  float: none;
  width: auto; }

.moduleItemIntrotext img {
  width: 270px;
  height: 152px; }

footer {
  font-size: 14px; }
  footer hr {
    margin: 0; }

.titulos {
  text-shadow: 0 2px 2px grey;
  text-transform: uppercase; }

.lic-imagen {
  width: 28%;
  display: inline-block;
  margin-bottom: 2rem; }

.lic-nombre {
  width: 50%;
  display: inline-block;
  padding-left: 3%;
  font-size: 20px; }

.integrante {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2.5rem; }

.primero .datos {
  text-align: left; }

.foto {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .foto, .foto:last-child:not(:first-child) {
    float: left;
    clear: none; }

.datos {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .datos {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .datos, .datos:last-child:not(:first-child) {
    float: left;
    clear: none; }

.integrante:nth-child(1) {
  width: 100%; }

.integrante:nth-child(1) img {
  display: block;
  margin-left: auto; }

.persona {
  width: 49%;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block; }
  .persona p {
    margin-bottom: 0; }

.persona:nth-child(1) {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .persona:nth-child(1) {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .persona:nth-child(1), .persona:nth-child(1):last-child:not(:first-child) {
    float: left;
    clear: none; }

.primero {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 40em) {
    .primero {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .primero, .primero:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .primero p {
    margin-bottom: 0; }
  .primero img {
    min-height: 200px;
    display: block;
    margin-left: auto; }

span.icono.directorio {
  cursor: auto; }

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

.owl-carousel .owl-item img {
  height: 425px; }

.titulo-item {
  color: #fff;
  padding: 8px;
  background-color: #18386b; }
  .titulo-item a {
    color: #f3f3f3;
    font-size: 1rem; }

.item {
  position: relative; }

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #869791;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #333; }

.owl-nav {
  display: none; }

.listado {
  text-align: right; }
  .listado a {
    font-weight: bold;
    color: #1e376a;
    font-size: 14px; }

div.page-header {
  margin-top: 1rem; }

/*Articulos K2*/
div#itemListLeading {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  div#itemListLeading::before, div#itemListLeading::after {
    display: table;
    content: ' '; }
  div#itemListLeading::after {
    clear: both; }

li.evento {
  margin-bottom: 24px; }

div.catItemBody {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  position: relative; }
  div.catItemBody::before, div.catItemBody::after {
    display: table;
    content: ' '; }
  div.catItemBody::after {
    clear: both; }

div.catItemImageBlock {
  padding: 0;
  margin: 0;
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    div.catItemImageBlock {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  div.catItemImageBlock, div.catItemImageBlock:last-child:not(:first-child) {
    float: left;
    clear: none; }
  div.catItemImageBlock a {
    display: block; }
  div.catItemImageBlock img {
    height: 190px;
    width: 408px; }

.dia {
  position: absolute;
  background: white;
  padding: 10px;
  top: 170px;
  left: 20px; }

.catItemTitle {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .catItemTitle {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .catItemTitle, .catItemTitle:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .catItemTitle a {
    color: #18386b; }

div.itemToolbar ul li {
  display: inline-block; }

div.catItemView {
  margin: 30px 0; }

span.pagenav {
  padding-left: 10px; }

div.itemView {
  padding: 1rem; }

div.itemToolbar {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 500;
  margin-top: -4rem; }
  div.itemToolbar, div.itemToolbar:last-child:not(:first-child) {
    float: left;
    clear: none; }

.item-page, #k2Container, .weblink-category {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .item-page, #k2Container, .weblink-category {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .item-page, .item-page:last-child:not(:first-child), #k2Container, #k2Container:last-child:not(:first-child), .weblink-category, .weblink-category:last-child:not(:first-child) {
    float: left;
    clear: none; }

.itemFullText {
  width: 75%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-left: 28px; }
  @media print, screen and (min-width: 40em) {
    .itemFullText {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .itemFullText, .itemFullText:last-child:not(:first-child) {
    float: left;
    clear: none; }

.itemImageBlock {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .itemImageBlock {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .itemImageBlock, .itemImageBlock:last-child:not(:first-child) {
    float: left;
    clear: none; }

span.itemImage {
  padding: 10px;
  margin-right: 15px; }

.separadortxt {
  border-left: solid 1.5px #18386b; }

.itemAttachmentsBlocks > span {
  background-color: #18386b;
  color: #f3f3f3;
  padding: 8px; }

ul.itemAttachments {
  margin-top: 13px; }

a#fontIncrease, a#fontDecrease, a.fontIncrease, a.fontDecrease {
  padding: 10px; }

.txt_content {
  transition: all 0.5s; }

.social-share {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  border: 1px solid #cacaca;
  overflow: hidden;
  background-color: #fefefe; }

.icon-share, div.itemToolbar ul li a {
  cursor: pointer;
  color: #333;
  font-family: inherit; }

div.itemToolbar ul li span.itemTextResizerTitle {
  color: #333; }

.cat-list-row {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .cat-list-row {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .cat-list-row, .cat-list-row:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .cat-list-row a {
    font-weight: bold; }

.link-description {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .link-description {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .link-description, .link-description:last-child:not(:first-child) {
    float: left;
    clear: none; }

.img-intro-right {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .img-intro-right {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .img-intro-right, .img-intro-right:last-child:not(:first-child) {
    float: left;
    clear: none; }

span.list-hits {
  float: right; }

.separator-links {
  border-bottom: 1px solid #18386b; }

ul.category.list-striped.list-condensed {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  list-style: none; }
  ul.category.list-striped.list-condensed::before, ul.category.list-striped.list-condensed::after {
    display: table;
    content: ' '; }
  ul.category.list-striped.list-condensed::after {
    clear: both; }

ul.navegacion {
  margin: 0.5rem 1rem 0rem 0;
  list-style: none;
  float: right; }
  ul.navegacion::before, ul.navegacion::after {
    display: table;
    content: ' '; }
  ul.navegacion::after {
    clear: both; }
  ul.navegacion li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    ul.navegacion li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  ul.navegacion a {
    color: #1779ba; }
    ul.navegacion a:hover {
      text-decoration: underline; }

.tooltip {
  display: none !important; }

.pull-right {
  float: right; }

ul.nav.nav-tabs.nav-stacked {
  background-color: #fad701;
  padding: 14px 27px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px; }

hr.lic {
  border-bottom: solid 2px #18386b; }

a.toclink.active {
  font-weight: bold; }

.pager li {
  list-style: none; }
  .pager li:last-child {
    float: right; }
  .pager li:first-child {
    float: left; }

img.articulo-imagen {
  width: 260px;
  height: 175px; }

.bloque-principal a, .bloque-secundario a, .servicios a {
  font-size: 14px;
  font-weight: bold;
  color: #18386b; }

div#k2Container {
  margin-top: 35px; }

a.moduleItemCategory {
  display: block;
  text-align: right;
  padding-right: 2rem; }

.novisible {
  opacity: 0; }

ul.tabs {
  border: none; }

.barra-lateral img {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.item-page {
  position: relative; }

.barra-lateral {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.75rem; }
  .barra-lateral, .barra-lateral:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .barra-lateral a {
    color: #333; }

.tabs.vertical > li {
  border-bottom: solid 1px #333; }

.separador-articulo {
  border-left: solid 1px;
  position: absolute;
  width: 10px;
  height: 600px;
  left: 33.5%; }

.contenido-lateral {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-left: 2.375rem;
  min-height: 600px;
  border-left: 1.5px solid #18386B; }
  .contenido-lateral, .contenido-lateral:last-child:not(:first-child) {
    float: left;
    clear: none; }

li.tabs-title.is-active a {
  font-weight: initial;
  background-color: #18386b;
  color: #fefefe; }

.barra-lateral a, .tabs.vertical a {
  color: #333; }

.separador {
  display: none; }

div.itemToolbar ul li a.fontDecrease {
  margin: 0 0 0 2px; }

div.itemToolbar ul li a.fontDecrease img {
  width: 13px;
  height: 13px;
  font-size: 13px; }

div.itemToolbar ul li a.fontIncrease {
  margin: 0 0 0 2px; }

div.itemToolbar ul li a.fontIncrease img {
  width: 13px;
  height: 13px;
  font-size: 13px; }

div.itemToolbar ul li a.fontDecrease span,
div.itemToolbar ul li a.fontIncrease span {
  display: none; }

div.itemToolbar ul li a.fontIncrease, div.itemToolbar ul li a.fontDecrease {
  background: none;
  text-decoration: none;
  vertical-align: middle;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.institucional.blog, .item-page {
  margin-top: 22px;
  position: relative;
  margin-bottom: 20px; }

.mapa {
  display: none; }

.institucional .page-header h2 {
  font-size: 1.875rem; }

.rd {
  margin-top: 1.5625rem; }

ul#contenido-tabs {
  margin-top: 20px; }

li.subelemento a {
  border-bottom: none;
  font-size: 14px;
  color: grey; }
  li.subelemento a:hover {
    color: #333; }

li.subelemento.is-active a {
  color: #333;
  text-decoration: underline;
  background: none; }

ul.submenu a {
  color: #333; }

.menu .active > a {
  background: #D2A92D !important;
  color: #18386b !important; }

.menu > li > a {
  display: block;
  padding: 1.25rem 1rem !important;
  line-height: 1; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?12061384");
  src: url("../font/fontello.eot?12061384#iefix") format("embedded-opentype"), url("../font/fontello.woff2?12061384") format("woff2"), url("../font/fontello.woff?12061384") format("woff"), url("../font/fontello.ttf?12061384") format("truetype"), url("../font/fontello.svg?12061384#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadWebProRegular';
  src: url("../font/myriad-web-pro.eot");
  src: url("../font/myriad-web-pro.eot") format("embedded-opentype"), url("../font/myriad-web-pro.svg#MyriadWebProRegular") format("svg"), url("../font/myriad-web-pro.woff") format("woff"), url("../font/myriad-web-pro.ttf") format("truetype"); }

.icon-facebook:before {
  content: '\e800'; }

/* '' */
.icon-twitter:before {
  content: '\e801'; }

/* '' */
.icon-youtube:before {
  content: '\e802'; }

/* '' */
.icon-unet:before {
  content: '\e803'; }

/* '' */
.icon-search:before {
  content: '\e804'; }

/* '' */
.icon-right-dir:before, div.links > a:before {
  content: '\e805'; }

/* '' */
.icon-location:before, p.direccion:before {
  content: '\e806'; }

/* '' */
.icon-phone:before, p.tel:before {
  content: '\e807'; }

/* '' */
.icon-down-dir:before {
  content: '\e808'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-mail:before, p.contacto:before {
  content: '\f0e0'; }

/* '' */
.icon-share:before {
  content: '\f1e0'; }

/* '' */
.icon-mouse-pointer:before, p.web:before {
  content: '\f245'; }

/* '' */
.icon-zoom-in:before, a.fontIncrease:before {
  content: '\e809'; }

/* '' */
.icon-zoom-out:before, a.fontDecrease:before {
  content: '\e80a'; }

/* '' */
a.fontIncrease:before, a.fontDecrease:before {
  font-size: 17px; }

.principal:after {
  content: "\e808";
  font-family: "fontello";
  padding-left: 5px;
  font-size: 1rem; }

[class^="icon-"]:before, p.contacto:before, p.tel:before, [class*=" icon-"]:before, div.links > a:before, p.direccion:before, p.web:before, p.contacto:before, p.tel:before, p.web:before, a.fontDecrease:before, a.fontIncrease:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-envelope:before {
  display: none; }

div.links > a:before {
  font-size: 19px;
  color: #18386b;
  text-decoration: none; }

.seccion {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .seccion, .seccion:last-child:not(:first-child) {
    float: left;
    clear: none; }

.seccion-centro {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .seccion-centro, .seccion-centro:last-child:not(:first-child) {
    float: left;
    clear: none; }

.search {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5625rem; }
  .search::before, .search::after {
    display: table;
    content: ' '; }
  .search::after {
    clear: both; }

.lateral {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .lateral, .lateral:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .lateral .moduletable {
    margin: 0 0 25px 0;
    margin-top: 0; }

.articulo_cuatro {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 0.9375rem; }
  .articulo_cuatro, .articulo_cuatro:last-child:not(:first-child) {
    float: left;
    clear: none; }

.articulo_cuatro .moduletable {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.875rem;
  padding-bottom: 20px; }
  .articulo_cuatro .moduletable, .articulo_cuatro .moduletable:last-child:not(:first-child) {
    float: left;
    clear: none; }

.articulo_tres {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .articulo_tres {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .articulo_tres, .articulo_tres:last-child:not(:first-child) {
    float: left;
    clear: none; }

.articulo {
  padding-right: 1.875rem; }

.articulo_dos {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.875rem; }
  .articulo_dos, .articulo_dos:last-child:not(:first-child) {
    float: left;
    clear: none; }

.articulo_full {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .articulo_full, .articulo_full:last-child:not(:first-child) {
    float: left;
    clear: none; }

.articulos_1 {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 20px;
  padding-right: 1.875rem; }
  @media print, screen and (min-width: 40em) {
    .articulos_1 {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .articulos_1, .articulos_1:last-child:not(:first-child) {
    float: left;
    clear: none; }

.articulos_2 {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.875rem; }
  .articulos_2, .articulos_2:last-child:not(:first-child) {
    float: left;
    clear: none; }

.articulos_3 {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.875rem; }
  .articulos_3, .articulos_3:last-child:not(:first-child) {
    float: left;
    clear: none; }

.articulos_4 {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.875rem; }
  .articulos_4, .articulos_4:last-child:not(:first-child) {
    float: left;
    clear: none; }

.full {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .full {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .full, .full:last-child:not(:first-child) {
    float: left;
    clear: none; }

.top {
  margin-top: 1.5625rem; }

.bt {
  margin-bottom: 1.5625rem; }

.seccion .titulo {
  margin-right: 30px; }

.titulo {
  margin-bottom: 1rem; }
  .titulo p {
    color: #fefefe;
    text-transform: uppercase;
    margin-bottom: 0;
    background-color: #18386b;
    border-bottom: solid 4px #D2A92D;
    width: 25%;
    padding-left: 10px; }

.lateral .moduletable > h3,
.bloque-lateral .moduletable > h3,
.bloque-principal .moduletable > h3,
.bloque-secundario .moduletable > h3,
.bloque-7 .moduletable > h3, .moduletable > h3 {
  color: #fefefe;
  text-transform: uppercase;
  margin-bottom: 1rem;
  background-color: #18386b;
  border-bottom: solid 4px #D2A92D;
  padding-left: 10px;
  font-size: 1rem; }

/*.lateral .moduletable > h3,.bloque-lateral .moduletable > h3,.bloque-principal .moduletable > h3,.bloque-secundario .moduletable >h3{
    width: 250px;
}
.bloque-principal .moduletable > h3,.bloque-secundario .moduletable >h3,.bloque-7 .moduletable > h3{
    width: 23%
}*/
.moduletable > h3 {
  width: 250px; }

/*.bloque-secundario .moduletable >h3{
  *  width: 38%
}*/
ul.mas-titulares {
  list-style: none;
  margin-left: 0; }
  ul.mas-titulares li {
    padding-bottom: 10px; }

.fecha-evento {
  display: inline-block;
  width: 54px;
  background-color: #18386b;
  color: #f3f3f3;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: top; }
  .fecha-evento span {
    font-size: 18px; }
  .fecha-evento p {
    margin-bottom: 0; }

.titular {
  width: 230px;
  display: inline-block;
  vertical-align: top; }

.titulo-evento {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px; }

.bloque-principal {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .bloque-principal, .bloque-principal:last-child:not(:first-child) {
    float: left;
    clear: none; }

.bloque-lateral {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .bloque-lateral, .bloque-lateral:last-child:not(:first-child) {
    float: left;
    clear: none; }

.bloque-secundario {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .bloque-secundario, .bloque-secundario:last-child:not(:first-child) {
    float: left;
    clear: none; }

.bloque-7 .moduletable {
  padding-right: 1rem; }

.bloque-secundario-3 .moduletable {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1rem; }
  .bloque-secundario-3 .moduletable, .bloque-secundario-3 .moduletable:last-child:not(:first-child) {
    float: left;
    clear: none; }

.bloque-secundario-3 {
  width: 75%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  .bloque-secundario-3, .bloque-secundario-3:last-child:not(:first-child) {
    float: left;
    clear: none; }

.moduletable.espacio {
  padding-left: 1rem; }

.bloque-secundario-1 .moduletable {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .bloque-secundario-1 .moduletable {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .bloque-secundario-1 .moduletable, .bloque-secundario-1 .moduletable:last-child:not(:first-child) {
    float: left;
    clear: none; }

.moduletable.bottom {
  margin-top: 40px; }

fieldset.phrases, .fieldset.only {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    fieldset.phrases, .fieldset.only {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  fieldset.phrases, fieldset.phrases:last-child:not(:first-child), .fieldset.only, .fieldset.only:last-child:not(:first-child) {
    float: left;
    clear: none; }

.resultados {
  margin: 25px 0; }

.pagination .current a {
  color: #fefefe; }
  .pagination .current a:hover {
    background-color: #18386b; }

.datos-ubicacion {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .datos-ubicacion {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .datos-ubicacion, .datos-ubicacion:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .datos-ubicacion p {
    margin-bottom: 1rem; }

ul.pagination li a:hover {
  color: #fefefe; }

.fields-container {
  display: none; }

.contenedor.bloque-3-4.bt {
  margin-top: 25px; }

/**
 * @version    2.8.x
 * @package    K2
 * @author     JoomlaWorks http://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2017 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license:http://www.gnu.org/copyleft/gpl.html
 */
/*
	### Legend ###
	Colors used:
		#fafafa (light grey) used as background on all toolbars, category and user/author boxes
*/
/*------------------------------------------------------------------------------
	Common Elements
--------------------------------------------------------------------------------*/
/* --- Basic typography --- */
a:active,
a:focus {
  outline: 0; }

img {
  border: none; }

/* --- Global K2 container --- */
#k2Container {
  padding: 0 0 24px 0; }

body.contentpane #k2Container {
  padding: 16px; }

/* used in popups */
/* --- General padding --- */
.k2Padding {
  padding: 4px; }

/* --- Clearing --- */
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none; }

/* --- Striped rows (add a different background color enable stripped rows in various listings with K2 content) --- */
.even {
  padding: 2px; }

.odd {
  padding: 2px; }

/* --- RSS feed icon --- */
div.k2FeedIcon {
  padding: 4px 8px; }

div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px; }

div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none; }

/* --- Rating --- */
.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left; }

.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left; }

div.itemRatingForm .formLogLoading {
  background: url(../images/loaders/generic.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px; }

.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../images/ratingstars.gif) left -1000px repeat-x; }

.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top; }

.itemRatingList li {
  display: inline;
  background: none;
  padding: 0; }

.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer; }

.itemRatingList a:hover {
  background-position: left bottom; }

.itemRatingList a.one-star {
  width: 20%;
  z-index: 6; }

.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5; }

.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4; }

.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3; }

.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2; }

.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0; }

span.siteRoot {
  display: none; }

/* --- CSS added with JavaScript --- */
.smallerFontSize {
  font-size: 100%;
  line-height: inherit; }

.largerFontSize {
  font-size: 150%;
  line-height: 140%; }

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important; }

#recaptcha_table {
  border-color: #ccc !important; }

#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important; }

.k2-recaptcha-v2 {
  margin-top: 12px; }

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  margin: 0;
  padding: 0 4px;
  list-style: none; }

/* Example CSS: padding:0;margin:0;list-style:none; */
div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  display: block;
  padding: 0;
  margin: 0 0 24px 0; }

/* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc; */
.clearList {
  display: none;
  float: none;
  clear: both; }

/* this class is used to clear all previous floating list elements */
.lastItem {
  border: none; }

/* class appended on last list item */
/* --- Avatars --- */
.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 2px;
  margin: 2px 4px 4px 0; }

/* --- Read more --- */
/* --- Pagination --- */
div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center; }

div.k2Pagination ul {
  text-align: center; }

div.k2Pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0; }

div.k2Pagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  vertical-align: middle;
  text-decoration: none; }

div.k2Pagination ul li a:hover {
  background: #fafafa;
  cursor: pointer; }

div.k2Pagination ul li.active a {
  background: #fafafa; }

div.k2Pagination ul li a span {
  vertical-align: middle; }

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  position: relative; }

div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #CF1919;
  font-size: 20px; }

/* --- Separators --- */
.k2HorizontalSep {
  border: 0;
  padding: 0;
  margin: 0 8px; }

/* --- Edit Buttons --- */
span.itemEditLink,
span.catItemEditLink,
span.userItemEditLink,
span.userItemAddLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right; }

span.itemEditLink a,
span.catItemEditLink a,
span.userItemEditLink a,
span.userItemAddLink a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  background: #2d96dd;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 11px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none; }

span.itemEditLink a:hover,
span.catItemEditLink a:hover,
span.userItemEditLink a:hover,
span.userItemAddLink a:hover {
  background: #217dbb; }

/*------------------------------------------------------------------------------
	Component - Item view
--------------------------------------------------------------------------------*/
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  font-size: 14px; }

a.itemPrintThisPage:hover {
  background: #fafafa;
  text-decoration: none; }

div.itemView {
  padding: 8px 0 24px 0;
  margin: 0 0 24px 0; }

/* this is the item container for this view */
/* Attach a class for each featured item */
div.itemHeader span.itemDateCreated {
  color: #999;
  font-size: 11px; }

div.itemHeader h2.itemTitle {
  padding: 10px 0 4px 0;
  margin: 0; }

div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none; }

/* "Featured" presented in superscript */
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0; }

div.itemHeader span.itemAuthor a:before {
  content: " "; }

div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 23px 13px 0 0px; }

div.itemToolbar ul li {
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px; }

div.itemToolbar ul > li:first-child {
  border: none; }

/* remove the first CSS border from the left of the toolbar */
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal; }

div.itemToolbar ul li a img {
  vertical-align: middle; }

div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px; }

div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  font-size: 13px; }

div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px; }

div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  font-size: 13px; }

div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none; }

div.itemRatingBlock {
  padding: 8px 0; }

div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999; }

div.itemBody {
  padding: 8px 0;
  margin: 0; }

div.itemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0; }

span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0; }

span.itemImage img {
  max-width: 100%;
  height: auto; }

span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px; }

span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px; }

@media screen and (max-width: 600px) {
  span.itemImageCaption,
  span.itemImageCredits {
    float: none;
    text-align: center; } }

div.itemIntroText {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 0 12px 0; }

div.itemFullText h3 {
  margin: 0;
  padding: 16px 0 4px 0; }

div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd; }

div.itemExtraFields h3 {
  margin: 0;
  padding: 0 0 8px 0; }

div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none; }

div.itemExtraFields ul li {
  display: block; }

div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%; }

div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px 0;
  margin: 16px 0 4px 0;
  color: #999; }

span.itemHits {
  float: left; }

div.itemSocialSharing {
  padding: 8px 0;
  position: absolute;
  border: 1px solid #cacaca;
  background-color: #fefefe; }

div.itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0; }

div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px; }

div.itemLinks {
  margin: 16px 0;
  padding: 0; }

div.itemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0; }

div.itemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0; }

div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline; }

div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center; }

div.itemTagsBlock ul.itemTags li a:before {
  content: "#"; }

div.itemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc; }

div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0; }

div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline; }

div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center; }

div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal; }

/* Author block */
div.itemAuthorBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 16px 0;
  padding: 8px; }

div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%; }

div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0; }

div.itemAuthorBlock div.itemAuthorDetails h3.authorName {
  margin: 0 0 4px 0;
  padding: 0; }

div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {
  font-size: 16px; }

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555; }

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555; }

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal; }

/* Author latest */
div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0; }

/* Related by tag */
div.itemRelated {
  margin-bottom: 16px;
  padding: 0; }

/* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff; }

/* you need to insert this class in the related li element in item.php for this styling to take effect */
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none; }

/* Video */
div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/videobg.gif) repeat-x bottom;
  color: #eee; }

div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center; }

/* for embedded videos (not using AllVideos) */
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden; }

div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%; }

div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right; }

@media screen and (max-width: 600px) {
  div.itemVideoBlock span.itemVideoCaption,
  div.itemVideoBlock span.itemVideoCredits {
    float: none;
    text-align: center;
    width: auto; } }

/* Image Gallery */
div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0; }

/* Article navigation */
div.itemNavigation {
  padding: 8px;
  margin: 0 0 24px 0;
  background: #fafafa;
  border-radius: 4px; }

div.itemNavigation span.itemNavigationTitle {
  color: #999; }

div.itemNavigation a.itemPrevious {
  padding: 0 12px; }

div.itemNavigation a.itemNext {
  padding: 0 12px; }

/* Comments */
div.itemComments {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px; }

div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none; }

div.itemComments ul.itemCommentsList li {
  display: block;
  padding: 4px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #ddd;
  background: #fff; }

div.itemComments ul.itemCommentsList li.authorResponse {
  background: #f5fdff; }

div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea; }

div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px; }

div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px; }

div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px; }

div.itemComments ul.itemCommentsList li p {
  padding: 4px 0; }

div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none; }

div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px; }

div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline; }

div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline; }

div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both; }

div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px; }

div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline; }

div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../images/loaders/search.gif) no-repeat 100% 50%; }

div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 24px 0; }

/* Joomla 1.5 - 2.5 */
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both; }

/* Joomla 3.x */
div.itemCommentsPagination ul {
  text-align: center; }

div.itemCommentsPagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0; }

div.itemCommentsPagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none; }

div.itemCommentsPagination ul li a:hover {
  background: #fafafa;
  cursor: pointer; }

div.itemCommentsPagination ul li.active a {
  background: #fafafa; }

div.itemCommentsPagination ul li a span {
  vertical-align: middle; }

div.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 4px 0; }

div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #ccc;
  padding: 8px 0; }

div.itemCommentsForm form {
  margin: 0;
  padding: 0;
  width: 100%; }

div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl,
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px; }

div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box; }

div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  line-height: 150%;
  height: auto;
  box-sizing: border-box; }

div.itemCommentsForm form input#submitCommentButton {
  display: block;
  margin: 16px 0 0 0;
  padding: 8px 16px;
  background: #2d96dd;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold; }

div.itemCommentsForm form input#submitCommentButton:hover {
  background: #217dbb; }

div.itemCommentsForm form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  display: none; }

div.itemCommentsForm form span#formLog.k2FormLogError {
  display: block;
  background: #f00;
  color: #fff; }

div.itemCommentsForm form span#formLog.k2FormLogSuccess {
  display: block;
  background: #18ac00;
  color: #fff; }

div.itemCommentsForm form .formLogLoading {
  background: url(../images/loaders/generic.gif) no-repeat left center; }

div.itemCommentsLoginFirst {
  display: block;
  margin: 24px;
  padding: 8px 12px;
  background: #f00;
  color: #fff;
  border-radius: 4px; }

/* "Report comment" form */
div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto; }

div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0; }

div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left; }

div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right; }

div.k2ReportCommentFormContainer blockquote span.theComment {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px; }

div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold; }

div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px; }

div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px; }

div.k2ReportCommentFormContainer form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  background: #fafafa;
  border-radius: 4px;
  text-align: center;
  display: none; }

div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../images/loaders/generic.gif) no-repeat left center; }

/* Back to top link */
div.itemBackToTop {
  text-align: right; }

div.itemBackToTop a {
  text-decoration: underline; }

div.itemBackToTop a:hover {
  text-decoration: underline; }

/*------------------------------------------------------------------------------
	Component - Itemlist view (category)
--------------------------------------------------------------------------------*/
/* --- Category block --- */
div.itemListCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px; }

span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right; }

span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none; }

span.catItemAddLink a:hover {
  background: #ffffcc; }

div.itemListCategory img {
  float: left;
  display: block;
  margin: 0 8px 0 0; }

/* --- Sub-category block --- */
div.subCategoryContainer {
  float: left; }

/* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
div.subCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 4px;
  padding: 8px; }

div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block; }

div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  margin: 0 8px 0 0; }

/* --- Item groups --- */
div#itemListLinks {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px; }

div.itemContainer {
  float: left; }

/* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
@media screen and (max-width: 600px) {
  div.itemContainer, div.subCategoryContainer {
    float: none;
    display: block;
    width: 100% !important; } }

/* --- Item block for each item group --- */
div.catItemView {
  margin-bottom: 48px;
  padding: 4px; }

/* this is the container for each K2 item on this view */
/* Attach a class for each featured item */
div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px; }

div.catItemHeader h3.catItemTitle {
  padding: 10px 0 4px 0;
  margin: 0; }

div.catItemHeader h3.catItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none; }

/* superscript */
div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0; }

div.catItemRatingBlock {
  padding: 8px 0; }

div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999; }

div.catItemBody {
  padding: 8px 0;
  margin: 0; }

div.catItemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0; }

span.catItemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0; }

span.catItemImage img {
  max-width: 100%;
  height: auto; }

div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0; }

div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd; }

div.catItemExtraFields h4,
div.genericItemExtraFields h4 {
  margin: 0;
  padding: 0 0 8px 0; }

div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none; }

div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block; }

div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%; }

div.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0; }

div.catItemHitsBlock {
  padding: 4px 0; }

div.catItemCategory {
  padding: 4px 0; }

div.catItemCategory span {
  font-weight: bold;
  padding: 0 4px 0 0; }

div.catItemTagsBlock {
  padding: 4px 0; }

div.catItemTagsBlock span {
  font-weight: bold;
  padding: 0 4px 0 0; }

div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline; }

div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center; }

div.catItemTagsBlock ul.catItemTags li a:before {
  content: "#"; }

div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc; }

div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0; }

div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline; }

div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center; }

div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal; }

/* Video */
div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/videobg.gif) repeat-x bottom; }

div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center; }

/* for embedded videos (not using AllVideos) */
div.catItemVideoBlock span.catItemVideo {
  display: block; }

/* Image Gallery */
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0; }

/* Anchor link to comments */
div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc; }

/* Read more link */
div.catItemReadMore {
  display: inline; }

/* Modified date */
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd; }

/*------------------------------------------------------------------------------
	Component - Itemlist view (user)
--------------------------------------------------------------------------------*/
/* User info block */
div.userBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px; }

div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%; }

div.userBlock div.userDescription {
  padding: 4px 0; }

div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0; }

span.userURL {
  font-weight: bold;
  color: #555;
  display: block; }

span.userEmail {
  font-weight: bold;
  color: #555;
  display: block; }

/* User items */
div.userItemView {
  margin-bottom: 48px; }

/* this is the item container for this view */
/* Attach a class for each featured item */
div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0; }

div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px; }

div.userItemHeader h3.userItemTitle {
  padding: 10px 0 4px 0;
  margin: 0; }

div.userItemHeader h3.userItemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none; }

/* "Unpublished" presented in superscript */
div.userItemBody {
  padding: 8px 0;
  margin: 0; }

div.userItemImageBlock {
  padding: 0;
  margin: 0;
  float: left; }

span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0; }

span.userItemImage img {
  max-width: 100%;
  height: auto; }

div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0; }

div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0; }

div.userItemCategory {
  padding: 4px 0; }

div.userItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0; }

div.userItemTagsBlock {
  padding: 4px 0; }

div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0; }

div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline; }

div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center; }

div.userItemTagsBlock ul.userItemTags li a:before {
  content: "#"; }

/* Anchor link to comments */
div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc; }

/* Read more link */
div.userItemReadMore {
  display: inline; }

/*------------------------------------------------------------------------------
	Component - Itemlist view (tag)
--------------------------------------------------------------------------------*/
div.tagItemView {
  margin-bottom: 48px; }

/* this is the item container for this view */
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px; }

div.tagItemHeader h2.tagItemTitle {
  padding: 10px 0 4px 0;
  margin: 0; }

div.tagItemBody {
  padding: 8px 0;
  margin: 0; }

div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left; }

span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0; }

span.tagItemImage img {
  max-width: 100%;
  height: auto; }

div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0; }

div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc; }

div.tagItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0; }

/* Read more link */
div.tagItemReadMore {
  display: inline; }

/*------------------------------------------------------------------------------
	Component - Itemlist view (generic)
--------------------------------------------------------------------------------*/
div.genericItemView {
  margin-bottom: 48px; }

/* this is the item container for this view */
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px; }

div.genericItemHeader h2.genericItemTitle {
  padding: 10px 0 4px 0;
  margin: 0; }

div.genericItemBody {
  padding: 8px 0;
  margin: 0; }

div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left; }

span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0; }

span.genericItemImage img {
  max-width: 100%;
  height: auto; }

div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0; }

div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc; }

div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0; }

/* Read more link */
div.genericItemReadMore {
  display: inline; }

/* No results found message */
div#genericItemListNothingFound {
  padding: 40px;
  text-align: center; }

div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999; }

/* --- Google Search (use Firebug or similar tools to inspect the generated HTML, then style accordingly --- */
#k2GoogleSearchContainer .gsc-control {
  width: auto !important; }

#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important; }

/* Hide unneeded elements of the results page */
/*------------------------------------------------------------------------------
	Component - Latest view
--------------------------------------------------------------------------------*/
div.latestItemsContainer {
  float: left; }

@media screen and (max-width: 600px) {
  div.latestItemsContainer {
    float: none;
    display: block;
    width: 100% !important; } }

/* Category info block */
div.latestItemsCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px; }

div.latestItemsCategoryImage {
  text-align: center; }

div.latestItemsCategoryImage img {
  margin: 0 8px 0 0; }

/* User info block */
div.latestItemsUser {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px; }

div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%; }

div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0; }

div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0; }

span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block; }

span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block; }

/* Latest items list */
div.latestItemList {
  padding: 0 8px 8px 0; }

div.latestItemHeader h3.latestItemTitle {
  padding: 10px 0 4px 0;
  margin: 0; }

span.latestItemDateCreated {
  color: #999;
  font-size: 11px; }

div.latestItemBody {
  padding: 8px 0;
  margin: 0; }

div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left; }

span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0; }

span.latestItemImage img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 600px) {
  div.latestItemImageBlock {
    float: none;
    display: block; } }

div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0; }

div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0; }

div.latestItemCategory {
  padding: 4px 0; }

div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0; }

div.latestItemTagsBlock {
  padding: 4px 0; }

div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0; }

div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline; }

div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center; }

div.latestItemTagsBlock ul.latestItemTags li a:before {
  content: "#"; }

/* Video */
div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/videobg.gif) repeat-x bottom; }

div.latestItemVideoBlock span.latestItemVideo {
  display: block; }

/* Anchor link to comments */
div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc; }

/* Read more link */
div.latestItemReadMore {
  display: inline; }

/* Items presented in a list */
h2.latestItemTitleList {
  padding: 2px 0;
  margin: 8px 0 2px 0;
  border-bottom: 1px dotted #ccc; }

/*------------------------------------------------------------------------------
	Modules - mod_k2_content
--------------------------------------------------------------------------------*/
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 4px 0; }

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 2px 0 4px 4px;
  padding: 0; }

div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%; }

div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px; }

div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0; }

div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0; }

/*------------------------------------------------------------------------------
	Modules - mod_k2_tools
--------------------------------------------------------------------------------*/
/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999; }

div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px; }

/* --- Calendar --- */
div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px; }

/* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {
  background: #fff url(../images/loaders/calendar.gif) no-repeat 50% 50%; }

table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse; }

table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff; }

table.calendar tr td.calendarNavMonthPrev {
  background: #fafafa;
  text-align: left; }

table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none; }

table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none; }

table.calendar tr td.calendarCurrentMonth {
  background: #fafafa; }

table.calendar tr td.calendarNavMonthNext {
  background: #fafafa;
  text-align: right; }

table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none; }

table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none; }

table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%; }

table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb; }

table.calendar tr td.calendarDateLinked {
  padding: 0; }

table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #fafafa; }

table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #135cae;
  color: #fff;
  padding: 2px;
  text-decoration: none; }

table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff; }

table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0; }

table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none; }

table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none; }

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock form select {
  width: auto; }

div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px; }

div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold; }

/* --- Search Box --- */
div.k2SearchBlock form input.k2SearchLoading {
  background: url(../images/loaders/search.gif) no-repeat 100% 50%; }

div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ddd;
  margin-top: -1px; }

/* Live search results (fetched via ajax) */
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0; }

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0; }

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #ddd; }

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0; }

/* --- Tag Cloud --- */
div.k2TagCloudBlock {
  padding: 8px 0; }

div.k2TagCloudBlock a {
  padding: 4px;
  float: left;
  display: block; }

div.k2TagCloudBlock a:hover {
  padding: 4px;
  float: left;
  display: block;
  background: #135cae;
  color: #fff;
  text-decoration: none; }

/* --- Custom Code --- */
/*------------------------------------------------------------------------------
	Modules - mod_k2_user (mod_k2_login is removed since v2.6.x)
--------------------------------------------------------------------------------*/
div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0; }

div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0; }

div.k2LoginBlock fieldset.input p label {
  display: block; }

div.k2LoginBlock fieldset.input p input {
  display: block; }

div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline; }

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px; }

a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none; }

a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px; }

a.ubUserURL span,
a.ubUserURL:hover span {
  display: none; }

span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 15px; }

span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px; }

div#contador {
  width: 16.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding: 10px 0; }
  div#contador, div#contador:last-child:not(:first-child) {
    float: left;
    clear: none; }

div#contador a {
  display: none; }

.vrow, .vrowd {
  display: inline-block; }

.vrow, .vrowd {
  display: inline-block; }

.vrow {
  color: #18386b;
  background-color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 24px; }

.vrowd {
  color: #fad701;
  border: solid 2px white;
  padding: 7px 27px;
  margin-left: -3px; }

.idioma a {
  font-size: 14px;
  font-weight: bold; }

.bloque_investigador {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin: 14px 0;
  padding: 5px;
  font-size: 14px;
  text-align: center; }

.contenedor.investigadores h5 {
  margin: 15px 0; }

img.fotos {
  display: block;
  margin: 0 auto; }

.nombrein {
  text-transform: uppercase;
  padding-top: 7px; }

nav a {
  font-size: 14px; }

.auditorio {
  background: #18386B;
  padding: 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 2rem 0; }

.auditorio-video {
  opacity: 0.1;
  position: absolute;
  top: -60%;
  z-index: 0;
  left: 0; }

.auditorio .row {
  position: relative;
  z-index: 2;
  align-items: center; }

.pd-2_5 {
  padding-right: 2.5rem; }

.eventos a {
  color: #044c7d; }

ul.redes_s {
  display: flex;
  list-style: none; }

ul.redes_s li {
  padding-left: 1rem; }

.mt-2 {
  margin-top: 2rem; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "MyriadWebProRegular", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "MyriadWebProRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.625rem; }
  h2, .h2 {
    font-size: 1.875rem; }
  h3, .h3 {
    font-size: 1.5625rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.0625rem; }
  h6, .h6 {
    font-size: 0.875rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #18386b; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.4375rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button.primary:hover, .button.primary:focus {
    background-color: #126195;
    color: #fefefe; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #767676;
    color: #fefefe; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #1779ba; }
  .button.clear:hover, .button.clear:focus {
    color: #0c3d5d; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #1779ba; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #0c3d5d; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #767676; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #3b3b3b; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: calc(100% - 1px); }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #126195;
    color: #fefefe; }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
    background-color: #767676;
    color: #fefefe; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a; }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a; }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe; }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent; }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539; }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #1779ba; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #0c3d5d; }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #1779ba; }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: #0c3d5d; }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #767676; }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: #3b3b3b; }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #3adb76; }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: #157539; }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00; }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: #805700; }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37; }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: #67251a; }
  .button-group.no-gaps .button {
    margin-right: -0.0625rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  .button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
    margin-right: -1px; }
    .button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
      display: none; }
    .button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
      width: calc(100% - 1px); }
    .button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu li, .menu.horizontal li {
    display: inline-block; }
  .menu.vertical li {
    display: block; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li {
      display: table-cell;
      vertical-align: middle; }
  .menu.simple li + li {
    margin-left: 1rem; }
  .menu.simple a {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal li {
      display: inline-block; }
    .menu.medium-vertical li {
      display: block; }
    .menu.medium-expanded {
      display: table;
      width: 100%; }
      .menu.medium-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.medium-simple {
      display: table;
      width: 100%; }
      .menu.medium-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal li {
      display: inline-block; }
    .menu.large-vertical li {
      display: block; }
    .menu.large-expanded {
      display: table;
      width: 100%; }
      .menu.large-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.large-simple {
      display: table;
      width: 100%; }
      .menu.large-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons img,
  .menu.icons i,
  .menu.icons svg {
    vertical-align: middle; }
    .menu.icons img + span,
    .menu.icons i + span,
    .menu.icons svg + span {
      vertical-align: middle; }
  .menu.icon-top img,
  .menu.icon-top i,
  .menu.icon-top svg, .menu.icon-right img,
  .menu.icon-right i,
  .menu.icon-right svg, .menu.icon-bottom img,
  .menu.icon-bottom i,
  .menu.icon-bottom svg, .menu.icon-left img,
  .menu.icon-left i,
  .menu.icon-left svg {
    vertical-align: middle; }
    .menu.icon-top img + span,
    .menu.icon-top i + span,
    .menu.icon-top svg + span, .menu.icon-right img + span,
    .menu.icon-right i + span,
    .menu.icon-right svg + span, .menu.icon-bottom img + span,
    .menu.icon-bottom i + span,
    .menu.icon-bottom svg + span, .menu.icon-left img + span,
    .menu.icon-left i + span,
    .menu.icon-left svg + span {
      vertical-align: middle; }
  .menu.icon-left li a img,
  .menu.icon-left li a i,
  .menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu.icon-right li a img,
  .menu.icon-right li a i,
  .menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block; }
  .menu.icon-top li a {
    text-align: center; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-bottom li a {
    text-align: center; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      display: block;
      margin: 0.25rem auto 0; }
  .menu .is-active > a {
    background: #D2A92D;
    color: #0a0a0a; }
  .menu .active > a {
    background: #D2A92D;
    color: #0a0a0a; }
  .menu.align-left {
    text-align: left; }
  .menu.align-right {
    text-align: right; }
    .menu.align-right .submenu li {
      text-align: left; }
    .menu.align-right.vertical .submenu li {
      text-align: right; }
    .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
  .menu.align-center {
    text-align: center; }
    .menu.align-center .submenu li {
      text-align: left; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  text-align: center; }
  .menu-centered > .menu .submenu li {
    text-align: left; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  background: #18386b;
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«"; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»"; }

.breadcrumbs {
  margin: 0.5rem 1rem 0rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.tabs {
  margin: 0;
  border: 1px solid none;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    color: #1779ba; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid none;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

@media only screen and (max-width: 1332px) {
  .titular {
    width: 205px; } }

@media only screen and (max-width: 1250px) {
  .titular {
    width: 175px; }
  .unach {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
    .unach, .unach:last-child:not(:first-child) {
      float: left;
      clear: none; }
  div#contador, .redes {
    width: 25%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
    div#contador, div#contador:last-child:not(:first-child), .redes, .redes:last-child:not(:first-child) {
      float: left;
      clear: none; } }

@media only screen and (max-width: 1120px) {
  .titular {
    width: 150px; } }

@media only screen and (max-width: 1023px) {
  table {
    width: 100% !important; }
  .top-bar .top-bar-left {
    width: 100% !important; }
  ul.submenu li:nth-child(even) {
    float: left;
    margin-right: 0px; }
  .slider, .lateral, .bloque-principal, .bloque-lateral, .bloque-secundario {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 1.25rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 40em) {
    .slider, .lateral, .bloque-principal, .bloque-lateral, .bloque-secundario {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 1023px) {
    .slider, .slider:last-child:not(:first-child), .lateral, .lateral:last-child:not(:first-child), .bloque-principal, .bloque-principal:last-child:not(:first-child), .bloque-lateral, .bloque-lateral:last-child:not(:first-child), .bloque-secundario, .bloque-secundario:last-child:not(:first-child) {
      float: left;
      clear: none; }
  /* .bloque-7 .moduletable > h3,.lateral .moduletable > h3,.bloque-lateral .moduletable > h3, .bloque-principal .moduletable > h3,.bloque-secundario .moduletable >h3{
        width: 100%;
    } */
  .moduletable > h3 {
    width: 100%; }
  .titular {
    width: 80%;
    padding-left: 10px; }
  .unach {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
    .unach, .unach:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .redes, div#contador {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 40em) {
    .redes, div#contador {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 1023px) {
    .redes, .redes:last-child:not(:first-child), div#contador, div#contador:last-child:not(:first-child) {
      float: left;
      clear: none; } }

@media only screen and (max-width: 900px) {
  .dir-img {
    display: none !important; }
  div.itemToolbar {
    margin-top: -3rem;
    margin-left: 0; }
  .persona {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .persona {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .persona, .persona:last-child:not(:first-child) {
      float: left;
      clear: none; }
  div#contador, .redes, .unach {
    width: 33.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
    div#contador, div#contador:last-child:not(:first-child), .redes, .redes:last-child:not(:first-child), .unach, .unach:last-child:not(:first-child) {
      float: left;
      clear: none; }
  img#img_ref {
    margin: 0 auto;
    display: block; }
  .bloque_investigador {
    width: 100%;
    display: block; }
  .owl-carousel .owl-item img {
    height: 300px; }
  .datos-ubicacion {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .datos-ubicacion {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .datos-ubicacion, .datos-ubicacion:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .bloque-secundario-3 .moduletable {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .bloque-secundario-3 .moduletable {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .bloque-secundario-3 .moduletable, .bloque-secundario-3 .moduletable:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .bloque-secundario-3, .bloque-secundario-1 .moduletable, .bloque-7 .moduletable {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .bloque-secundario-3, .bloque-secundario-1 .moduletable, .bloque-7 .moduletable {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .bloque-secundario-3, .bloque-secundario-3:last-child:not(:first-child), .bloque-secundario-1 .moduletable, .bloque-secundario-1 .moduletable:last-child:not(:first-child), .bloque-7 .moduletable, .bloque-7 .moduletable:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .logo-busqueda .logo {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .logo-busqueda .logo {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .logo-busqueda .logo, .logo-busqueda .logo:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .logo-busqueda .buscador-idioma-correo {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .logo-busqueda .buscador-idioma-correo {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .logo-busqueda .buscador-idioma-correo, .logo-busqueda .buscador-idioma-correo:last-child:not(:first-child) {
      float: left;
      clear: none; }
  ul.navegacion {
    margin-right: 1.5rem; }
  .itemFullText, .itemImageBlock, .articulos_4 {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .itemFullText, .itemImageBlock, .articulos_4 {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .itemFullText, .itemFullText:last-child:not(:first-child), .itemImageBlock, .itemImageBlock:last-child:not(:first-child), .articulos_4, .articulos_4:last-child:not(:first-child) {
      float: left;
      clear: none; }
  div.itemFullText {
    border-left: none; }
  .titulo-item {
    left: 0;
    width: 100%; }
    .titulo-item a {
      font-size: 1.5rem; }
  ul.mas-titulares li {
    padding-right: 40px;
    display: block; }
  .seccion, .lateral, .seccion-centro {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .seccion, .lateral, .seccion-centro {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .seccion, .seccion:last-child:not(:first-child), .lateral, .lateral:last-child:not(:first-child), .seccion-centro, .seccion-centro:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .titulo {
    margin-top: 30px; }
    .titulo p {
      width: 100%;
      text-align: center; }
  img.articulo-imagen, img.act-imagen {
    height: auto; }
  .destacado img, img.act-imagen {
    height: auto !important;
    display: block;
    margin: 0 auto; }
  .destacado a {
    text-align: center;
    display: block; }
  .unach {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .unach {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .unach, .unach:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .redes {
    width: 41.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .redes {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .redes, .redes:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .menu-footer, .logo-footer {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .menu-footer, .logo-footer {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .menu-footer, .menu-footer:last-child:not(:first-child), .logo-footer, .logo-footer:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin-top: 0px; }
  .owl-theme .owl-dots .owl-dot span {
    background: #d4d4d4; }
  .articulo_cuatro {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .articulo_cuatro {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .articulo_cuatro, .articulo_cuatro:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .articulo_cuatro a {
      text-align: center;
      display: block;
      margin-bottom: 20px; }
    .articulo_cuatro .bloque-principal .moduletable > h3 {
      width: 70%; }
  .barra-lateral, #menu-lateral, .contenido-lateral {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-left: none; } }
  @media only screen and (max-width: 900px) and (min-width: 40em) {
    .barra-lateral, #menu-lateral, .contenido-lateral {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 900px) {
    .barra-lateral, .barra-lateral:last-child:not(:first-child), #menu-lateral, #menu-lateral:last-child:not(:first-child), .contenido-lateral, .contenido-lateral:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .separador {
    display: none; }
  ul#contenido-tabs {
    margin-bottom: 30px; }
  .bloques {
    margin-bottom: 25px; } }

@media only screen and (max-width: 650px) {
  .owl-carousel .owl-item img {
    height: 200px; }
  .articulos_3 {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 650px) and (min-width: 40em) {
    .articulos_3 {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 650px) {
    .articulos_3, .articulos_3:last-child:not(:first-child) {
      float: left;
      clear: none; }
  .iconos, .desplegables {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 650px) and (min-width: 40em) {
    .iconos, .desplegables {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 650px) {
    .iconos, .iconos:last-child:not(:first-child), .desplegables, .desplegables:last-child:not(:first-child) {
      float: left;
      clear: none; }
  div.page-header {
    margin-top: 5.5rem; }
  .mensaje-bienvenida-rector .mensaje, .mensaje-bienvenida-rector .foto {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 650px) and (min-width: 40em) {
    .mensaje-bienvenida-rector .mensaje, .mensaje-bienvenida-rector .foto {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 650px) {
    .mensaje-bienvenida-rector .mensaje, .mensaje-bienvenida-rector .mensaje:last-child:not(:first-child), .mensaje-bienvenida-rector .foto, .mensaje-bienvenida-rector .foto:last-child:not(:first-child) {
      float: left;
      clear: none; }
  div.page-header {
    text-align: center; }
  .articulo_tres, .articulo_dos, .articulos_2, .articulos_3 {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 650px) and (min-width: 40em) {
    .articulo_tres, .articulo_dos, .articulos_2, .articulos_3 {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 650px) {
    .articulo_tres, .articulo_tres:last-child:not(:first-child), .articulo_dos, .articulo_dos:last-child:not(:first-child), .articulos_2, .articulos_2:last-child:not(:first-child), .articulos_3, .articulos_3:last-child:not(:first-child) {
      float: left;
      clear: none; }
  img.articulo-imagen, .efemeride img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px; }
  .articulo_tres a, .articulo_dos a {
    text-align: center;
    display: block;
    margin-bottom: 20px; }
  .titulo-evento {
    padding-left: 10px; }
  .fecha-evento {
    margin-right: 0; }
  .unach, .redes {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 650px) and (min-width: 40em) {
    .unach, .redes {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 650px) {
    .unach, .unach:last-child:not(:first-child), .redes, .redes:last-child:not(:first-child) {
      float: left;
      clear: none; } }

@media only screen and (max-width: 585px) {
  .titulo-evento {
    width: 70%; }
  .logo-busqueda .buscador-idioma-correo {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 20px; }
  .redes, div#contador {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }
  @media only screen and (max-width: 585px) and (min-width: 40em) {
    .redes, div#contador {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media only screen and (max-width: 585px) {
    .redes, .redes:last-child:not(:first-child), div#contador, div#contador:last-child:not(:first-child) {
      float: left;
      clear: none; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

/*

@include foundation-badge;


@include foundation-callout;
@include foundation-card;
@include foundation-close-button;

@include foundation-menu-icon;
@include foundation-drilldown-menu;
@include foundation-dropdown;
@include foundation-dropdown-menu;
@include foundation-responsive-embed;
@include foundation-label;
@include foundation-media-object;
@include foundation-off-canvas;
@include foundation-orbit;

@include foundation-progress-bar;
// @include foundation-progress-element;
// @include foundation-meter-element;
@include foundation-slider;
@include foundation-sticky;

@include foundation-switch;

@include foundation-tabs;
@include foundation-thumbnail;
@include foundation-title-bar;
@include foundation-tooltip;
@include foundation-top-bar;
@include foundation-visibility-classes;
@include foundation-float-classes;
// @include foundation-flex-classes;

@include motion-ui-transitions;
@include motion-ui-animations;
*/
