/*CUSTOM CSS Version*/
html {
  font-size: 100%;
}
body {
  margin-top: 0px;
  font-family: Roboto;
  font-weight:400;
  position:inherit;
}
p {
  padding: 0 0 15px;
  margin-bottom: 0;
}
ul {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.content li,
.paragraph li, 
.main-container ul li {
  font-size: 18px;
  font-family: 'Roboto';
}
#toolbar-administration li:last-child,
nav li:last-child,
.breadcrumb li:last-child {  
  padding:0;
}
body.navbar-is-fixed-top {
  padding: 0;
  margin: 0;
}
.main-container{
  padding-right: 0px;
  padding-left: 0px;
}
.main-container .row {
  margin-top:20px
}
.highlighted {
  padding-top: 96px;
}
.breadcrumb>li+li:before {
  padding: 0;
}
/*FONT FAMILY LIST*/
span.anton-family-cap {
  font-family: 'Anton', sans-serif;
}

span.dancing-family-cap {
  font-family: 'Dancing Script', cursive;
}

span.open-sans-family-cap {
  font-family: 'Open Sans', sans-serif;
}

span.parisienne-family-cap {
  font-family: 'Parisienne', cursive;
}

span.playfair-family-cap {
  font-family: 'Playfair Display', serif;
}

span.roboto-family-cap {
  font-family: 'Roboto', sans-serif;
}

span.roboto-condensed-family-cap {
  font-family: 'Roboto Condensed', sans-serif;
}

span.sofia-family-cap {
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
}

/*CAP First Letter*/
span.anton-family-cap,
span.dancing-family-cap,
span.open-sans-family-cap,
span.playfair-family-cap,
span.roboto-family-cap,
span.roboto-condensed-family-cap,
span.sofia-family-cap {
  color: #ff671b;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

span.parisienne-family-cap {
  font-size: 140px;
  color: #ff671b;
  float: left;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}


/*CKEDITOR BOOTSTRAP GRID NEW MODULE*/
.col-first,
.col-second,
.col-third,
.col-fourth {
  padding-bottom: 20px;
}

.row.two-col p,
.row.two-col img,
.row.three-col p,
.row.three-col img {
  margin: 0;
  padding: 0;
}

.row.two-col img,
.row.three-col img {
  margin-bottom: 10px;
  width: 100%;
}
/*END CKEDITOR BOOTSTRAP GRID NEW MODULE*/

/*HERO Title Over Image
.block-views-blockparagraphs-block-1 .paragraph--type--xeno-hero {
  position: relative;
  background-color: rgba(0,0,0,0.2);
}

.block-views-blockparagraphs-block-1 .field--name-field-title-over-hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}

.block-views-blockparagraphs-block-1 .field--name-field-title-over-hero-image h2 {
  font-size: 45px;
}

.paho-blue {
  color: #1e7fb8 !important;
}

.paho-orange {
  color: #ff671f !important;
}
END HERO Title Over Image*/

@media (min-width: 768px){
  .container {
    width: auto;
  }
}
@media (min-width: 992px){
  .container {
    width: 100%;
    max-width: 1190px;
	padding: 0 20px;
  }
}
@media (min-width: 1200px){
  .container {
    max-width: 1490px;
    padding: 0 20px;
  }
}

.page-node-type-landing-page .main-container.container{
  max-width: 100%;
  padding: 0;
}

.page-node-type-landing-page .main-container.container .col-sm-12{
    padding: 0;
}

.page-node-type-landing-page .tabs{
    max-width: 1490px;
    padding: 0px 20px;
  margin:0 auto;
}
.page-node-type-landing-page .breadcrumb{
    max-width: 1490px;
    padding: 10px 20px;
  margin:0 auto;
}
.page-node-type-landing-page .page-header{
    display:none;
}

h3 {  font-size: 26px; }

h4 { font-style: 24px; }

h5 { font-size: 22px; }

h6 { font-size: 21px; }

h1,h2,h3,h4,h5{
  font-family:"Roboto Condensed";
  font-weight:700;
  clear:both;
}
.clearfix,.clear{
  clear:both;
}
article img {
  margin: 0px 5px 5px 5px;
  max-width: 100%;
  height:auto;
  padding: 0px 15px 20px 0px;
}
article img.intro-image {
  float:right;
}
.contextual .trigger {
    background-size: 10px 10px;
    height: 15px !important;
    width: 15px !important;
}
.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    background: transparent;
    border-radius: 0px;
}

/* User menu */
#block-paho-account-menu{
  position:absolute;
  z-index: 1;
}
#block-paho-account-menu .navbar-nav > li a{
  padding:2px 6px;
  font-size:75%!important;
  background-color:rgba(0,0,0,0.6);
  color:#fff;
}
#block-paho-account-menu .dropdown-menu{
  background-color:rgba(0,0,0,0.6)
}

#block-paho-account-menu .navbar-nav > li a:hover,
#block-paho-account-menu .navbar-nav > li a:active,
#block-paho-account-menu .navbar-nav > li a:focus{
  background-color:rgba(0,0,0,0.9);
  color:#fff;
  text-decoration:none;
}
#block-paho-account-menu .navbar-nav > li {
    float: left;
}
#block-paho-account-menu .navbar-nav .dropdown-menu {
  padding:0;
  border: 0;
  border-radius:0;
}
#block-paho-account-menu .dropdown-menu > li > a {
  padding: 5px 20px;
  color: #fff;
}
#block-paho-account-menu .navbar-right .dropdown-menu {
    left: 0;
    right:auto;
}

.user-logged-in #block-paho-account-menu{
  display:block;
  margin-top:-1px;
  z-index:3;
}
#block-paho-account-menu{
  display:none;
}

/* Header */
.navbar-header {
  float: none;
  position:relative;
}
.navbar-default {
    background-color:#fff;
    border-bottom:1px solid #eee;
}
.navbar {
  border-radius: 0px;
  border-right: none;
  border-left: none;
  border-top: none;
}
.navbar-btn {
    margin: 0px;
}
.navbar-collapse{
  position:relative;
}

.navbar-default .navbar-nav > li > a{
    font-size:18px;
    color:#ffffff;
}
.navbar-header .logo{
  /*max-width: 500px;*/
  margin-top: -10px;
  max-height: auto!important;
  float: left !important;
}
.small-nav .logo{
  max-width: 375px;
  margin-top: 12px;
  transition: height 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease;
}
@media (min-width: 992px){
	.small-nav #block-navegacionprincipal{
	  margin-top: 14px;
	  transition: all 0.5s ease;
	  -webkit-transition: all 0.5s ease;
	}
	.small-nav #block-searchtoggle{
	  margin-top: 14px;
	  transition: all 0.5s ease;
	  -webkit-transition: all 0.5s ease;
	}
}
.small-nav .branding-bar{
  display:none;
}
.small-nav #superfish-main li:hover > ul, .small-nav #superfish-main li.sfHover > ul{
  top:4.2em;
}

@media screen and (max-width: 450px) {
  .navbar .logo{
    max-width:100%;
    float:none;
    padding:0;
  }
}
.navbar {
  margin-bottom: 0px;
}
.region-full-width-bottom{
  clear:both;
}
.region-branding-bar {
  display:table;
  width: 100%;
}
.region-branding-bar > section,
.region-branding-bar > div{
  display:table-cell;
  vertical-align:middle;
}
.region-branding-bar > div section{
  display:block;
}

.block-language{
    color:#777;
    padding-top: 2px;
    font-size:90%;
}
.block-language a{
  color:#0099D9;
}
.block-language ul{
    list-style: none;
    margin:0;
    text-align:right;
}
.block-language ul li{
    display:inline;
    margin-left:6px;
}
.block-language ul li a.is-active,
.block-language ul li a:hover{
  color: #787878;
}


.flex-direction-nav a:before {
    font-size: 35px;
}


/* Search block */
#block-searchtoggle{
  float: right;
  margin-top: 28px;
  margin-left:10px;
}
@media screen and (max-width: 410px) {
  #block-searchtoggle{
    margin-top: 0px;
  }
}
#block-searchtoggle i{
  padding:5px;
  color: #ff671b;
  cursor:pointer;
  width:23px;
}
#block-searchtoggle i:hover{
  color:#ff671b;
}
#block-searchtoggle .contextual{
  display:none!important;
}
.region-navigation .block-search-form-block{
  width:100%;
  position: absolute;
  bottom: -120px;
  background-color: #fff;
  display:none;
  z-index: 999;
  padding: 20px;
  border-bottom: 4px solid #ff671b;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0.10);
}

.region-navigation .block-search-form-block input.form-search {
  border: 1px solid #eee;
  color: #111;
  background:none!important;
}
input.form-search {
  background:none!important;
}
.region-navigation .block-search-form-block input:focus {
  border: 1px solid #ccc;
}
.region-navigation .search-block-form .btn-primary {
    color: #ff671b;
}

#block-frontpagevideo .paragraph--id--2671 {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    background: rgba(0,0,0,0.4);
}
.block-search-form-block{
    padding: 20px 20px 0px 20px;
}
.block-search-form-block input.form-autocomplete {
  border: 0px solid rgba(255,255,255,0);
  background: rgba(255,255,255,0);
  height: 60px;
  border-bottom: 5px solid #fff;
  font-size: 200%;
  color:#fff;
}
.search-block-form .btn-primary {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: rgba(255,255,255,0);
  border-radius: 0px;
  width: 60px;
  height: 60px;
}
.search-block-form .form-search{
    border: 0px;
    border-radius: 0px;
}
.search-block-form .glyphicon-search{
  font-size:200%;
}
.search-block-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
}

/* Menu */

#main-standardfront-page {
  padding: 5px;
  margin-right: 10px;
}
#main-standardfront-page a {
  font-size: 0pt;
  font-family: "Font Awesome 5 Free";
  padding: 5px;
  line-height: 15px;
}
#main-standardfront-page a:before {
    content: "\f015";
    font-size: 15px;
}

#superfish-main.sf-horizontal > li > a,
#superfish-main.sf-horizontal > li > span{
  text-transform:uppercase;
  font-weight:bold;
}
#superfish-main.sf-horizontal > li > a.menuparent,
#superfish-main.sf-horizontal > li > span.menuparent{
  padding-right:20px;
}

#superfish-main.sf-horizontal > li > a.menuparent:before,
#superfish-main.sf-horizontal > li > span.menuparent:before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 110%;
    vertical-align: middle;
    color: #ff671b;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 6px;
    font-weight: 900;
}
#superfish-main.sf-horizontal > li > a.menuparent:hover:before,
#superfish-main.sf-horizontal > li.sfHover > a:before,
#superfish-main.sf-horizontal > li > span.menuparent:hover:before{
  color:#ff671b;
}
#superfish-main .sf-multicolumn .sf-multicolumn-wrapper li a,
#superfish-main .sf-multicolumn .sf-multicolumn-wrapper li span{
  color:#111;
  /*font-family:"Roboto Condensed";*/
}
@media screen and (min-width: 992px) {
    #block-navegacionprincipal{
      float:right;
      margin-top: 28px;
    }
    .block-superfish {
     width: auto;
     position:inherit;
  }
    .block-superfish .contextual{
     top:20px;
  }
}

#superfish-main{
  float: right;
}
#superfish-main .sf-multicolumn .sf-multicolumn-wrapper {
  background-color: rgba(255,255,255,0.95);
  border-bottom:4px solid #ff671b;
  padding-bottom:10px;
  width:100%;
}
.sf-multicolumn > li {
 position: inherit;
}
#superfish-main.sf-horizontal > li > a:hover,
#superfish-main.sf-horizontal > li.sfHover > a,
#superfish-main.sf-horizontal > li > span:hover,
#superfish-main.sf-horizontal > li > a:focus{
  text-decoration:none;
  color:#ff671b;
  border-bottom:3px solid #ff671b;
}
#superfish-main.sf-horizontal > li > a,
#superfish-main.sf-horizontal > li > span{
  color:#0099D9;
}

#superfish-main.sf-horizontal li > ol li a:hover,
#superfish-main.sf-horizontal li > ol li a:focus{
    background-color:transparent;
    text-decoration:underline;
}

#superfish-main.sf-horizontal li > ol li a,
#superfish-main.sf-horizontal li > ol li span{
  font-size: 105%;
  font-weight: bold;
  padding: .6em 1em .3em .6em;
}
#superfish-main.sf-horizontal li > ol li ol li a{
    font-size: 94%;
    padding:2px 2px 2px 25px;
    font-weight: normal;
	line-height:16px;
}
#superfish-main.sf-horizontal li > ol li ol li a:before{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color:#aaa;
  position: absolute;
  margin-left: -10px;
  padding-top:2px;
  font-size:70%;
}
#superfish-main li {
  position: inherit;
  cursor:pointer;
}
#superfish-main.sf-menu a,
#superfish-main.sf-menu span {
    display: block;
    padding: 0.45em 0.3em;
    position: relative;
}
#superfish-main.sf-menu > li > a,
#superfish-main.sf-menu > li > span {
    border-bottom:3px solid #fff;
}
@media screen and (min-width: 1200px) {
  #superfish-main.sf-menu a,
  #superfish-main.sf-menu span {
      padding: 0.45em 0.7em;
  }
}
#superfish-main li ul > li {
    width:100%;
}
div.sf-multicolumn-column{
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -o-column-break-inside: avoid;
    column-break-inside: avoid;
    overflow: hidden;
}
.sf-multicolumn-wrapper ol li{
  float:none!important;
}
.sf-multicolumn-wrapper ol li a{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
}
.sf-multicolumn-wrapper > ol{
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(4), ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(3), ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(2), ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(1){
  width:auto;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(3), ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(2), ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(1){
  width:auto;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(1) {
  width:100%;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(1) {
  width:100%;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(1) {
  width:100%;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(1) {
  width:100%;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(6),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(6):nth-last-child(1) {
  width:100%;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(7),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(6),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(6):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(7):nth-last-child(1) {
  width:100%;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(8),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(7),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(6),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(6):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(7):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(8):nth-last-child(1) {
  width:100%;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(9),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(8),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(7),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(6),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(6):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(7):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(8):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(9):nth-last-child(1) {
  width:100%;
}
ul.sf-menu li.sf-multicolumn-column:nth-child(1):nth-last-child(10),
ul.sf-menu li.sf-multicolumn-column:nth-child(2):nth-last-child(9),
ul.sf-menu li.sf-multicolumn-column:nth-child(3):nth-last-child(8),
ul.sf-menu li.sf-multicolumn-column:nth-child(4):nth-last-child(7),
ul.sf-menu li.sf-multicolumn-column:nth-child(5):nth-last-child(6),
ul.sf-menu li.sf-multicolumn-column:nth-child(6):nth-last-child(5),
ul.sf-menu li.sf-multicolumn-column:nth-child(7):nth-last-child(4),
ul.sf-menu li.sf-multicolumn-column:nth-child(8):nth-last-child(3),
ul.sf-menu li.sf-multicolumn-column:nth-child(9):nth-last-child(2),
ul.sf-menu li.sf-multicolumn-column:nth-child(10):nth-last-child(1) {
  width:100%;
}
.sf-multicolumn-column li{
 width:100%;
}

@media screen and (max-width: 991px) {
  #block-searchtoggle {
    margin-right:15px;
    font-size:130%;
  }
.block-search-form-block {
    padding:0 20px;
    max-width: 100%;
    margin: 15px 0 0 0;
  }
  .sf-accordion-toggle{
    padding: 5px;
    color: #ff671b;
    float: right;
    margin-top: 28px;
    margin-left: 10px;
  }
  .sf-accordion-toggle a:before{
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    color:#ff671b;
    position: absolute;
    margin-left: -25px;
    margin-top:-1px;
    font-size:110%;
    font-weight: 900;
  }
    .sf-accordion-toggle a{
    color:#ff671b;
    font-size:110%;
    width: 100%;
    display: block;
    padding: 0 15px;
    border-right: 1px solid #ccc;
  }
  #superfish-main-accordion a.sf-accordion-button:hover,
    #superfish-main-accordion a.sf-accordion-button:focus{
    text-decoration:none;
  }
  #block-navegacionprincipal{
    position:inherit;
  }
  #superfish-main-accordion .sf-accordion-button{
    position: absolute;
    right: 20px;
    z-index: 5;
  }

  #superfish-main-accordion li ul li ul{
    display:none;
  }
  #superfish-main-accordion a{
    color:#111;
  }
  #superfish-main-accordion {
      background-color:#fff;
      margin-bottom:10px;
  }
  #superfish-main-accordion ul li{
    border-bottom:1px solid #fff;
    background-color:#eee;

  }
  #superfish-main-accordion ul li span,
  #superfish-main-accordion ul li a{
    padding: 0.8em 1.7em;
    font-size:90%;
    display:block;
  }
  #superfish-main-accordion li{
    border-bottom:1px solid #eee;
    background-color:#fff;
  }
  #superfish-main-accordion ul li ul li{
    border-bottom:1px solid #eee;
    background-color:#ccc;
  }
  ul.sf-menu.sf-accordion.sf-accordion-with-buttons .sf-accordion-button:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 110%;
    color: #aaa;
    margin: 0 0 0 1em;
    font-weight: 900;
  }
  ul.sf-menu.sf-accordion.sf-accordion-with-buttons li.sf-expanded > .sf-accordion-button:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-size: 110%;
    color: #aaa;
    margin: 0 0 0 1em;
    font-weight: 900;
  }
}
@media screen and (max-width: 410px) {
  .sf-accordion-toggle {
    margin-top: 0px;
  }
}
#superfish-main li:hover > ul, #superfish-main li.sfHover > ul {
    top: 4.5em;
    width: 100%;
}

#block-frontpagedata{
  overflow:hidden;
}

/* Menu block */
.region-highlighted nav{
  background-color:#0099D9;
}
.submenu .nav{
  float:none;
  max-width: 1490px;
  padding: 0 20px;
  margin:0 auto;
    margin-bottom:20px;
}
.submenu .nav{
  width:100%;
  /*border-bottom:1px solid #eee;
  border-top:1px solid #eee;*/
  display:table;
}
.submenu .nav > li{
  display: table-cell;
  float:none;
}
.submenu .nav > li > a,
.submenu .nav  li > span{
  padding:15px 30px 15px 45px;
  color:#fff;
  display:block;
  text-transform:uppercase;
  font-family:Roboto Condensed;
  font-size:17px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.submenu .nav > li > a:hover,
.submenu .nav > li > a:focus,
.submenu .nav > li > a:active{
  background-color:#337ab7;
  text-decoration:none;
}
.submenu .nav  li .caret{
    display: inline;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 0px dashed;
    border-top: 0px solid \9;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
}
.submenu .nav  li .caret:before{
    content: "\f107";
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 0;
	right:15px;
    margin: 18px 0 18px 10px;
    padding: 2px 0px;
    width: 14px;
    height: 14px;
    line-height: 12px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.submenu .nav  li .caret:hover{
  color: #fff;
  background-color:#ccc;
  border:0px solid #ccc;
   text-decoration:none;

}
.submenu .nav > li a:before,
.submenu .nav li > span:before{
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #ccc;
    position: absolute;
    margin-left: -20px;
    font-weight: 900;
}

.submenu .nav > li > .dropdown-menu {
  width: 100%;
  font-size:90%;
  padding-left:5px;
  min-width:300px;
  border-radius:0px;
  z-index: 9999;
}

.submenu .dropdown-menu > li > a:hover,
.submenu .dropdown-menu > li > a:focus {
  background-color:transparent;
  text-decoration:underline;
}

.dropdown-menu > li > a{
  white-space: inherit;
}

@media screen and (max-width: 768px) {
  .submenu .nav > li{
    display:block;
	width:100%;
  }
}

/* Tabs */
.tabs--primary.nav{
  margin-bottom: 10px;
}

/* Quicktabs */
#block-quicktabsquicktabexample{
  margin:0px 0;
}
ul.quicktabs-tabs{
  padding-left:0;
  margin-bottom: 0;
}
ul.quicktabs-tabs li{
  margin-right:2px;
  padding:0;
}
ul.quicktabs-tabs li a{
  display:inline-block;
  padding:2px 4px;
  margin:5px 15px 5px 0;
  font-weight:bold;
  color:#555;
}
ul.quicktabs-tabs li a:hover,
ul.quicktabs-tabs li a:focus,
ul.quicktabs-tabs li a:active{
  text-decoration:none;
}
ul.quicktabs-tabs li.active a{
  border-bottom: 3px solid #67B5E6;
  color:#333;
}
.quicktabs-main{
  padding:15px;
  border-top:1px;
  border-right:0px;
  border-left:0px;
  border-bottom:0px;
  background-color:#eee;
  border-color:#ccc;
  border-style:solid;
}
.quicktabs-main .views-field-title a{
  color:#000;
  font-weight:bold;
}

/* Champions grid */
.personality-grid .col {
  text-align: center;
  margin-bottom:20px;
}
.personality-grid .col .views-field-field-image img{
  margin: auto;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  position: relative;
  width: 100%;
}
.personality-grid .col .views-field-field-image:after {
    display: block;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#000));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    width: 100%;
    content: ' ';
    opacity: .7;
    margin-top: -100px;
    height: 100px;
}
.personality-grid .col:hover > .views-field-field-image{
  opacity: .9;
}
.personality-grid .col > .views-field-field-image{
  overflow:hidden;
  position:relative;
}
.personality-grid .col > .views-field-body{
  padding:15px;
  font-size:115%;

}
.personality-grid .col > .views-field-body a{
  text-decoration:underline;
}
.personality-grid .col:hover > .views-field-field-image img{

}
.personality-grid .col .views-field-title a{
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.personality-grid .col .views-field-title{
    position: absolute;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
}
.personality-grid .col:hover .views-field-title a{
    font-size: 18px;
}
.personality-grid .col .views-field-title a{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
   font-size: 18px;
}
.personality-grid .col .views-field-title a:hover{
  text-decoration:none;
}

/* News grid */
.view-header{
  overflow: hidden;
}
.news-grid .row{
 margin-bottom:20px;
 margin-right: 0px;
 margin-left: 0px;
}
@media screen and (min-width: 768px) {
  .news-grid .row{
   margin-bottom:20px;
   display:flex;
  }
 
  #views-bootstrap-news-2-front-news .views-field-field-image,
  #views-bootstrap-vistas-oficina-2-top-news .views-field-field-image{
  max-width:65%;
  float:left;
  display:inline-block;
  }
}








@media (min-width: 768px){
	#block-views-block-news-latest-news-block .block-title,
	#block-frontpagedata .block-title {
		width: 750px;
	}
}
@media (min-width: 992px){
	#block-views-block-news-latest-news-block .block-title,
	#block-frontpagedata .block-title {
		width: 970px;
	}
}

.news-grid .view-content{
  background-color:#eeeeec;
  overflow:hidden;
}
.news-grid.container{
    padding-right: 0;
    padding-left: 0;
    max-width:1460px;
}
.news-grid .col{
  min-height:200px;
  border-bottom:0;
  background-color:#fff;
  padding: 0 0 15px 0;
  margin:15px 0;
  overflow:hidden;
  vertical-align: top;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.05);
}
@media screen and (min-width: 400px) {
  #views-bootstrap-news-2-front-news .views-field-field-image,
  #views-bootstrap-vistas-oficina-2-top-news .views-field-field-image{
  max-width:65%;
  float:left;
  display:inline-block;
  }
}
@media screen and (max-width: 768px) and (min-width: 400px) {
  .news-grid .col .views-field-field-image{
    max-width:65%;
    float:left;
    display:inline-block;
  }
  .news-grid .col .views-field {
    display: table;
  }
  .news-grid .no-image a,
  .stories-grid .no-image a {
    font-size: 100%;
    padding-left: 0px;
    border-left: 0px ;
  }
}



@media screen and (min-width: 768px) {
  .news-grid .col{
    margin:15px;
  }
}
.news-grid .col:hover{
  background-color:#ccc;
}
#views-bootstrap-news-2-front-news .col .views-field,
#views-bootstrap-vistas-oficina-2-top-news .col .views-field{
  display:table;
}
.news-grid .col .views-field{
  padding:0 10px;
}
.news-grid .col .views-field-field-image{
  padding:0;
}

#views-bootstrap-news-2-front-news .col,
#views-bootstrap-vistas-oficina-2-top-news .col{
    padding: 0;
}

.news-grid .views-field-title a{
  font-family: Roboto Condensed;
  font-size: 15px;
  color: #000;
  line-height: 22px;
  margin: 8px 0px 8px 0px;
  display: block;
  font-weight:500;
}
.news-grid .col,
.news-grid .views-field-field-image{
    -webkit-transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
    transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
    overflow:hidden;
}
.news-grid .col:hover > .views-field-field-image{
  opacity: .9;
}
.news-grid .col > .views-field-field-image img{
    -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
}
.news-grid .col:hover > .views-field-field-image img{
    -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news-grid .views-field-created{
  font-family: Roboto;
  font-size: 12px;
  color: #999;
  display: block;
  font-weight: 400;
  margin-top:4px;
}
.news-grid .views-field-created span{
}
.news-grid .views-field-body{
  font-weight:400;
  font-size: 13px;
  color: #6e7882;
}

.news-grid .no-image,
.stories-grid .no-image{
  line-height: 1.1;
  padding:25px;
  overflow:hidden;
}
.news-grid .no-image a,
.stories-grid .no-image a{
  font-size:120%;
  color:#000;
  padding-left:25px;
  border-left: 8px solid #333;
  display:block;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 1192px) and (min-width: 768px) {
  .news-grid .no-image a,
  .stories-grid .no-image a {
    font-size: 100%;
    padding-left: 0px;
    border-left: 0px ;
  }
}

/* Simplenews */
.block-simplenews-subscription-block .form-control{
  width:auto;
  margin: auto;
  max-width:100%;
}
.block-simplenews-subscription-block{
  text-align:center;
  clear:both;
  background-color: #eeeeec;
  padding:15px 0 30px 0;
  margin-bottom:20px;
}
.block-simplenews-subscription-block legend{
  text-align:center;
}
.block-simplenews-subscription-block h2{
  font-size:20px;
}

/* Map */
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: black;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 0px;
}
.leaflet-popup-content,
.leaflet-popup-content a{
  color:#fff;
}
.leaflet-popup-content img{
  max-width:none;
}
.view-map .views-field-title{
  font-weight: 700;
  font-size: 150%;
  padding: 0 20px 0 0;
  min-width:200px;
}
.view-map .views-field-title a{
  color:#111;
}
.view-map .views-row{
  padding-bottom:5px;
  margin-bottom:15px;
  border-bottom:1px solid #ccc;
}
#block-views-block-vistas-oficina-hero-image-block{
  clear:both;
}
.flexslider{
  margin-bottom:30px;
  border:0;
  clear:both;
}
.flex-control-nav {
  bottom: -30px;
}
.flex-control-nav li {
  margin: 0 3px;
}

figure{
  display:table!important;
  margin:10px;
}
figcaption{
  text-align: left;
  font-size:90%;
  display:table-caption;
  caption-side: bottom;
  margin-top:5px;
}
.flex-caption{
  text-align: left;
  font-size:90%;
}

@media only screen and (max-width: 992px) {
  .flex-caption a{
    font-size:3vw;
  }
    .flex-caption {
    max-width:350px;
    bottom:10px;
    right:15px;
    left: 15px;
  }
}

#block-socialmedialinks{
    margin: 20px 0 25px 0;
}
#block-socialmedialinks .social-media-links--platforms{
  margin-bottom:0px;
  text-align: center;
}
#block-socialmedialinks .social-media-links--platforms li{
  padding: .2em .15em;
}
#block-socialmedialinks .social-media-links--platforms a{
  font-size:18px;
  padding: 0em .35em;
  color:#fff;
  background-color: #ff671b;
  border-radius:50%;
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  -webkit-transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#block-socialmedialinks .social-media-links--platforms a:hover {
    background-color: #0099D9;
}
#block-socialmedialinks h2{
    float: left;
    margin: 0;
}
.navbar-nav {
    margin: 0;
}
.navbar-toggle{
  border-radius:0px;
}
.navbar-toggle .icon-bar {
    background-color:#777;
}
@media only screen and (max-width: 767px) {
  .region-branding-bar section.block-language{
    display:none;
  }
  .region-branding-bar section.block-social-media-links-block{
    display:none;
  }
  .region-branding-bar{
    float:left;
    display:inline;
    width:auto;
  }
  .navbar-toggle {
    padding: 5px 0px 0px 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 0px;
    color:#777;
  }
  .region-branding-bar > div{
    display:block;
  }
  #block-alternadordeidioma.collapse.in {
    display: block;
  }
  #block-alternadordeidioma{
    position:absolute;
    background-color:#fff;
    right:10px;
    top:25px;
    z-index:999;
  }
  #block-alternadordeidioma ul{
    text-align:left;
    padding-left:0;
    border-top:1px solid #eee;
  }
  .block-language ul li{
    display:block;
    border-bottom:1px solid #eee;
    padding:4px 20px;
    margin-left:0;
  }
}

#views-bootstrap-vistas-oficina-block-2 .row{
  clear:both;
  margin-bottom:5px;
}
#views-bootstrap-vistas-oficina-block-2 .col{
  background-color: #fff;
  box-shadow:none;
}
.view-id-vistas_oficina.view-display-id-block_2 .view-content{
    background-color: #fff;
}

.view-id-vistas_oficina.view-display-id-block_1 .row {
  margin-right: 0px;
  margin-left: 0px;
}

#views-bootstrap-vistas-oficina-block-2 .col .views-field {
  padding:0;
}

.paragraph--id--6915 img {
  margin:0 auto;
}

.homepage-icons{
    background-color:#3799D9;
    padding:40px;
}
.homepage-icons a{
    color: #ffffff;
}
#block-videodestacado{
  margin-bottom:40px;
}
#block-youtubegallery{
  margin-bottom:20px;
}
#block-youtubegallery img {
    border: 1px solid lightgray;
    border-radius: 0px;
    max-width: 100%;
}
#block-youtubegallery .link-yimg::before{
  font-family: "Font Awesome 5 Free";
  font-size: 130%;
  content: "\f04b";
  color: rgb(255, 255, 255);
  top: 0;
  right: 0;
  background-color: rgba(35, 31, 32, 0.6);
  position: absolute;
  height: 40px;
  width: 50px;
  line-height:35px;
  text-align: center;
  padding: 3px 8px;
  font-weight: 900;
}
#block-youtubegallery .link-yimg {
  display:block;
  position:relative;
  overflow:hidden;
}

.text-strike{
  text-decoration: line-through;
}
.no-translation{
  display:none;
  color:#aaa;
}


.footer{
  background-color:#0099D9;
    color: #ffffff;
}
.footer legend{
  color: #ffffff;
}
.footer a {
    color: #ffffff;
}
#block-copyright{
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #fff;
}

.se-block {
 margin:20px 0;
}
.se-block .block-content .se-container .se-trigger {
  vertical-align: top;
}
#block-views-block-vistas-oficina-country-social-media-block{
  position: absolute;
  right: 15px;
  top: -25px;
}
.social-icons .sm-icon{
  display: block;
  font-size: 140%;
  color: #3c9ad8;
  margin: 0 2px;
  width: 38px;
  line-height: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #3c9ad8;
}
.social-icons .sm-icon:hover{
  background-color:#3c9ad8;
  color:#fff;
}
.subsitepage.social-icons .views-field{
  display:inline-block;
}

/* -- twitter icon replaced with new icon -- */
.fa-twitter {
  background-image: url("../../paho/images/social-icon/twitter-x-white.svg");
  background-repeat: no-repeat;
  width:25px;
  height:25px;
  vertical-align:bottom;
  margin-right: -8px;
}
.fa-twitter:before {
  content:"" !important;
}
.social-icons .views-field-field-web a, 
.social-icons .views-field-field-twitter a {
  display: inline-block;
  font-size: 140%;
  color: #fff;
  margin: 0 2px;
  padding:0 10px;
  width: auto;
  line-height: 38px;
  height: 38px;
  text-align: center;
  background-color: #3c9ad8;
}
.social-icons .views-field-field-web a:hover{
  text-decoration:none;
  background-color: #ff671b;
}

.field--name-field-categoria,
.field--name-field-parent-page,
.field--name-field-categoria .field--item,
.field--name-field-tags,
.field--name-field-tags .field--item,
.views-field-field-categoria,
.field--name-field-free-tags-public .field--item,
.field--name-field-free-tags-public,
.field--name-field-note-category,
.field--name-field-note-category .field--item,
.field--name-field-oficina,
.field--name-field-oficina .field--item,
.field--name-field-tema,
.field--name-field-tema .field--item{
  display:inline;
  margin:10px 0;
}
.field--name-field-categoria a::before,
.field--name-field-tags a::before,
.views-field-field-categoria a::before,
.field--name-field-oficina a::before,
.field--name-field-free-tags-public a::before,
.field--name-field-parent-page a::before,
.field--name-field-note-category a::before,
.field--name-field-tema a::before{
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  color: rgb(255, 255, 255);
  line-height:20px;
  text-align: center;
  padding: 3px 6px;
  display:inline-block;
  font-weight: 900;
}
.field--name-field-free-tags-public a::before,
.field--name-field-parent-page a::before{
  content: "\f112";
}
.field--name-field-oficina a::before{
  content: "\f276";
}
.field--name-field-categoria a,
.field--name-field-tags a,
.views-field-field-categoria a,
.field--name-field-note-category a,
.field--name-field-free-tags-public a,
.field--name-field-parent-page a,
.field--name-field-tema a,
.field--name-field-oficina a{
  background-color: #0099D9;
  color: rgb(255, 255, 255);
  line-height:20px;
  padding: 4px 10px 4px 4px;
  margin:5px 4px 5px 0;
  display:inline-block;
}
.field--name-field-categoria a:hover,
.field--name-field-tags a:hover,
.field--name-field-note-category a:hover,
.views-field-field-categoria a:hover,
.field--name-field-free-tags-public a:hover,
.field--name-field-parent-page a:hover,
.field--name-field-oficina a:hover,
.field--name-field-tema a:hover{
  background-color: #ff671b;
  -webkit-transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration:none;
}


#edit-subscriptions .form-item{
  display:inline-block;
}

.timeline-list .img-responsive{
  display:inline;
}

.more-link{
  margin-top:5px;
  text-decoration:none;
  float: right;
}
.page-node-type-health-topic .more-link, .page-node-type-representation .more-link {
  margin-top:5px;
  text-align:right;
  text-decoration:none;
}

.more-link a{
  text-decoration:none;
}
.page-node-type-health-topic .more-link a, .page-node-type-representation .more-link a{
  text-decoration:none;
  font-weight: bold;
  font-size: 20px;
}

.more-link a:hover,
.more-link:hover::after{
  color: #0099D9;
}
.more-link::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  font-size:140%;
  vertical-align: middle;
  color:rgba(0, 0, 0, 0.5);
  text-align: center;
  display:inline-block;
  padding-bottom: 2px;
  padding-left: 7px;
}

.page-node-type-health-topic #block-views-block-documentos-documents-by-topic > div.form-group > div > div.more-link::after {
  padding: 3px 0px 15px 6px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 20px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
}
.footer h2{
  font-size:18px;
}
.footer .nav > li > a {
  padding: 3px 0px;
}
.footer {
  font-size:90%;
}

.yt-video-duration{
  display:none;
}
#views-bootstrap-photos-block-1 .views-field-title,
.link-ytitle{

}
#views-bootstrap-photos-block-1 .col{
  position:relative;
  overflow:hidden;

}
#views-bootstrap-photos-block-1 .views-field-title a,
.link-ytitle{
  color:#111;
  padding:5px;
  font-weight:bold;
    display:block;
  width:100%;
}
#views-bootstrap-photos-block-1 .views-field-title a:hover,
.link-ytitle:hover{
  color:#000;
  text-decoration:underline;
}
.view-photos .more-link{
  margin-bottom:25px!important;
}



/* Views filters */

.view-filters .form-actions .btn {
 margin-top:22px;
}
.view-filters{
  background-color: #199ad6;
  padding: 5px 15px 15px 15px;
  color:#fff;
}
.view-filters .form-actions .btn{
  border-color: #276092;
  border-radius:0px;
  background-color:#276092;
  color:#fff;
  padding: 6.5px 12px;
}
.view-filters .form-actions .btn:hover{
  border-color: #ff671b;
  background-color:#ff671b;
}
.view-filters .form-control{
  border:0px;
  border-radius: 0px;
}
.view-filters .chosen-container-multi .chosen-choices {
  border: 0!important;
  border-radius: 0!important;
  margin-top: 0px!important;
}
.view-filters select.form-control + .chosen-container.chosen-container-single .chosen-single {
  border: 0!important;
  border-radius: 0!important;
  margin-top: 0px!important;
}

.views-exposed-form .control-label{
  display:block;
  font-weight: 300;
}
.bef-exposed-form .form--inline > .form-item{
  margin-right:5px;
}

.chosen-container {
border: 0 !important;
padding: 0 !important;
height: auto !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.views-exposed-form .chosen-container,
.view-filters .chosen-container {
  max-width:400px;
  min-width:250px;
}
.views-exposed-form .chosen-drop,
.view-filters .chosen-drop {
  min-width:400px;
}
.chosen-container-single .chosen-single div b{
  background:none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image:none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top:4px;
    color:#000;
}

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;

}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li ,
select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image:none;
}
select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted
{
    color: #FFF;
    text-decoration: none;
    background-color: #428BCA;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    padding-top: 2px;
    margin-top: 1px;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height:auto;
    padding:5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top:8px;
    right:6px;
}

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus{
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected{
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}

/* Photo albums */
.lightgallery{
  padding:0;
}
.lightgallery li{
  list-style:none;
  display:inline-block;
  max-width:33%;
}


/* Paragraphs */
.carousel-control.left,
.carousel-control.right{
  background-image:none;
  opacity: .8;
  width: 5%;
}
.carousel-indicators .active {
  background-color: #ccc;
}
.carousel-indicators li{
  border: 1px solid #ccc;
}
.paragraph--bp-accordion--container .bp-accordion--button{
  margin:5px 15px;
}
i.fa-stack{
  -webkit-transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  overflow:hidden;
  background-color:#0099D9;
  color:#fff;
  border-radius: 50%;
}
i.fa-stack:hover{
  background-color:#333;
        -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);

}
.paragraph--type--xeno-hero__image:not([class*="col-"]) {
    z-index: -1;
}
@media screen and (min-width: 992px) {
  .carousel-inner .paragraph__column{
    padding:0 40px!important;
  }
}
.bs_grid{
  max-width:100%;
}
.paragraph{
  padding:25px 0;
}
.paragraph--type--xeno-hero ~ .paragraph--type--xeno-hero,
.item .paragraph--type--xeno-hero {
  padding: 35px 0;
}
@media screen and (min-width: 768px){
  /*.paragraph{
    padding:70px 0;
  }*/
	.paragraph--type--xeno-hero ~ .paragraph--type--xeno-hero, .item .paragraph--type--xeno-hero{
      padding: 80px 0;
	}
}
.paragraph--id--2671{
  padding:0;
}
#block-directorscornerblock .paragraph--id--1086{
  padding-bottom:0px;
  padding-top:20px;
}
#block-directorscornerblock .more-link a{
  color:#fff;
}
.paragraph--id--1086 article img{
  display: inline-block;
  vertical-align: middle;
  max-width: 15vw;
  margin: 0 0 0 1vw;
  width: auto;
}
.paragraph--id--1086 blockquote{
  display: inline-block;
  vertical-align: middle;
  max-width: 40vw;
  margin:0;
}
.paragraph--id--1086 blockquote h2{
  font: 700 1.8vw "Roboto Condensed";
}

@media only screen and (max-width: 768px){
	.paragraph--id--1086 article img {
		float: left;
		max-width: 30vw;
		margin: 0 -40px -80px -10vw;
	}
	.paragraph--id--1086 blockquote{
		max-width: 55vw;
		vertical-align: top;
		margin: 0 0 30px;
	}
	.paragraph--id--1086 blockquote h2{
	  font: 700 3.2vw "Roboto Condensed";
	}
}
.paragraph .paragraph{
  padding-top:0;
  padding-bottom:0;
}
.paragraph--type--bp-blank{

}

#block-frontpagetext .paragraph--type--xeno-hero{
  padding-top:250px;
  padding-bottom:150px;
}
#block-frontpagetext .paragraph{
  margin-bottom: 0px;
}
.paragraph .img-responsive{
  /*width:100%;*/
  /*margin:0;*/
}
.align-center img{
  margin:0 auto;
  text-align:center;
}
.jumpmenu .dropdown-toggle{
  border: 1px solid #111;
  font-size:1.3em;
  color:#111;
  background-color: transparent;
  padding-left:15px;
  padding-right:15px;
}
.jumpmenu .dropdown-menu{
  background-color:rgba(255,255,255,0.95);
  border: 1px solid #111;
  font-size:1.1em;
  color:#111;
  left:auto;

}
.paragraph--type--xeno-hero .dropdown {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.paragraph--type--xeno-hero .dropdown .dropdown-toggle{
  background-color:transparent;
  border: 1px solid #fff;
  font-size:1.5em;
  color:#fff;
  width: 100%;
}
.paragraph--type--xeno-hero .dropdown .dropdown-menu{
  background-color:rgba(255,255,255,0.8);
  border: 1px solid #fff;
  font-size:1.2em;
  color:#fff;
  width: 100%;
}

.transparent-box .header{
  background-color:transparent;
  border: 1px solid #fff;
  font-size:1.5em;
  color:#fff;
  width: 100%;
  text-align:center;
  border-radius: 4px 4px 0px 0px;
  padding:5px;
}
.transparent-box .content{
  background-color:rgba(255,255,255,0.8);
  border: 1px solid #fff;
  font-size:1.2em;
  color:#fff;
  width: 100%;
  list-style:none;
  padding:10px 5px;
}

.paragraph--type--image-gallery .field-content,
.paragraph--type--bp-image .field--name-bp-image,
.paragraph--type--bp-image .field--name-bp-image-field{
    overflow:hidden;
}
.paragraph--type--image-gallery .field-content img,
.paragraph--type--bp-image .field--name-bp-image img,
.paragraph--type--bp-image .field--name-bp-image-field img{
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
}
.paragraph--type--image-gallery .field-content:hover img,
.field--name-bp-image:hover img,
.field--name-bp-image-field:hover img{
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.paragraph.paragraph--color>.paragraph__column {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.paragraph.paragraph--color .paragraph--type--bp-image div{
   padding-left: 0px;
  padding-right: 0px;
}
.paragraph .paragraph--type--bp-column-wrapper{
  padding:15px;
}

*[class*="paragraph--color"]{
  padding:50px 50px;
  margin:0px;
}

.paragraph--color--paho-blue{
  background: rgb(30,127,184);
}
.paragraph--color--paho-darkblue{
  background: rgb(35,97,146);
}
.paragraph--color--paho-orange{
  background: rgb(255,103,31);
}
.paragraph--color--paho-neon-green-1 {
    background: #60D942;
}

.paragraph--color--paho-neon-green-2 {
    background: #8CEE57;
}
.paragraph--color--paho-neon-gradient {
  background-color: #60D942; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom left, #3db44c, #b8d65f);
}

.paragraph--color--uh-red{
  background: #f04c23;
}
.paragraph--color--uh-yellow{
  background: #fcb515;
}
.paragraph--color--uh-blue{
  background: #4380c2;
}
.paragraph--color--uh-green{
  background: #1abaaa;
}
.paragraph--color--rgba-white-strong {
  background: rgba(255,255,255,.9);
}
.paragraph--id--629 .paragraph--type--bp-columns__4col .paragraph{
 padding:15px;
 min-height:325px
}
.field--name-bp-header{
	font-size: 30px;
	font-family: "Roboto Condensed";
    font-weight: 700;
    clear: both;
	margin:10px 0;
}
.paragraph .paragraph .field--name-bp-header{
	font-size: 25px;
}
.paragraph .paragraph .paragraph .field--name-bp-header{
	font-size: 22px;
}
.paragraph.paragraph--type--bp-accordion .panel-heading a{
  font-family: Roboto Condensed;
  font-size:110%;
  font-weight:bold;
}
.paragraph.paragraph--type--bp-accordion .panel-default > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #1b6e9e;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.paragraph--type--video-block-banner {
  display:none !important;
}

/* All views */
.row {
   margin-right: 0px;
   margin-left: 0px;
}
/*Homepage Campaign*/
.hm-campaign .field-content img {
  width:100%;
}
.hm-campaign img {
  border:1px solid #CCC;
}
/* Documents */
.document-view .views-field-field-image{
  float:left;
  border:1px solid #ccc;
  margin-right: 15px;
  display: inline;
}
.page-node-type-documents .field--name-body,
.page-node-type-documents .field--name-field-document-link{
  overflow:hidden;
}
.file, .file-link {
  width: auto;
  font-size: 85%;
}
.file>span {
  border:0;
  background:transparent;
}
.file > span:first-child {
    border-left: 0px;
}
.file>span.file-size {
    border-right: 0px;
}
.document-view .views-field-field-documento-1  {
  /* margin-left: 20px; */
  display: inline-block;
  padding-right: 20px;
}
.document-view .views-field-body  {
  margin-left: 20px;
  /* display: flex; */
}
.documents-grid .views-field-title a{
  display:block;
  font-family: Roboto Condensed;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.documents-grid .views-field-field-categoria{
  color:#777;
  margin:0px;
  font-family: Roboto Condensed;
  font-size: 15px;
  font-weight: 500;
}
.documents-grid .views-field-title{
  display:block;
  overflow:hidden;
}
.documents-grid .views-field-field-image{
  border:1px solid #ccc;
  overflow:hidden;
  width: 110px;
  height:140px;
  margin: 0px 12px 0px 0px;
  float: left;
  display: block;
}
.documents-grid .row{
  margin-bottom:15px;
}


.documents-grid .col{
  padding:15px;
}
.documents-grid .col:hover{
  background-color:#eeeeec;
}
.block-views-blockdocumentos-cooperation-doc-block{
  margin-bottom:24px;
  overflow: hidden;
  display: block;
}

/* Jobs */
.jobs-list .views-field-title{
  font-weight:bold;
  font-size:140%;
  margin-bottom: 5px;
  display: block;
}
.jobs-list .views-row{
  border-bottom:1px solid #ccc;
  padding:20px 0;
  margin:20px 0;
  overflow:hidden;
}
.jobs-list .view-details{
  float:right;
}
.jobs-list .views-label,
.jobs-list .field-content{
  display:inline-block;
  padding-right:5px;
}
.page-node-type-job .content{
  max-width:80%;
  margin:auto;
}
.page-node-type-job .field--name-body{
  padding-top:20px;
}
.page-node-type-job .field--name-body h2{
  font-size:18px;
}

/* Events */
.events-grid .row{
  display:flex;
}
.events-grid .col,
.events-grid .views-row{
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.1);
  margin:0 10px 10px 0;
  padding:0;
  overflow:hidden;
}
#views-bootstrap-events-featured-event-block .col{
  margin:0 0 10px 0;
}

.events-grid .col:hover,
.events-grid .views-row:hover{
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.2);
}

.events-grid .views-field{
  display:table;
  vertical-align: middle;
  padding:0 8px;
}
.events-grid .views-field-field-image-1,
.events-grid .views-field-field-image{
  float:left;
  padding:0;
}
#views-bootstrap-events-events-page .views-field-field-image {
  min-height: 150px;
}

#views-bootstrap-events-events-page .field-content .event-title a {
  font-size: 20px;
}

#views-bootstrap-events-events-page .event-title {
	margin-top: 0;
}
.events-grid .views-field-title a{
  color:#000;
  font-weight:bold;
}

.events-grid .views-field-title{
  padding-top:8px;
}
.events-page .views-field-title{
  font-size: 130%;
}
.events-grid .views-field-field-start-date{
  font-size: 85%;
  color: #999;
  padding-left:24px;
  position: relative;
  margin-top:5px;
}
.events-grid .views-field-field-start-date:before{
  font-family: "Font Awesome 5 Free";
  font-size: 85%;
  vertical-align: middle;
  content: "\f133";
  color: #999;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 9px;
  font-weight: 900;
}
/* #views-bootstrap-events-events-page .col{
  margin:0 15px 16px 15px;
} */
.event-title {
	font-size: 20px !important;
}
#views-bootstrap-events-featured-event-block-1{
  background-color: #0099D9;
  min-height:350px;
}
#views-bootstrap-events-featured-event-block{
  margin-top:27px;
}

#views-bootstrap-events-featured-event-block-1 .row{
  margin-left:-15px;
  margin-right:-15px;
}
#views-bootstrap-events-featured-event-block-1 .views-field{
  display:table;
  vertical-align: middle;
  padding:0 20px;
}
#views-bootstrap-events-featured-event-block-1 .views-field-field-image{
  float:left;
  padding:0;
  max-width:68%;
  display:block;
}
#views-bootstrap-events-featured-event-block-1 .views-field-field-start-date{
  color:#fff;
  font-size:110%;
  padding:30px 20px 10px 20px;
}
#views-bootstrap-events-featured-event-block-1 .views-field-title a{
  color:#fff;
  font-size:140%;
  font-weight:bold;
}
.event-img-wrapper{
  position: relative;
}
.event-img-text{
  position: absolute;
  padding-right: 20px;
  color: #fff;
  bottom: 90px;
  left:50px;
}
.event-img-name{
  font-size:3em;
  clear:both;
}
.event-img-date{
  font-size:2em;
  margin-top:15px;
}
@media screen and (max-width: 767px) {
	.event-img-name{
	  font-size:1.6em;
	  clear:both;
	}
	.event-img-date{
	  font-size:1em;
	  margin-top:5px;
	}
}

.page-node-type-eventos .region-content .field--name-body{
  max-width: 768px;
  margin:0 auto;
}

#block-views-block-events-block-1 .views-field-field-image,
#block-views-block-events-block-2 .views-field-field-image{
  max-width:250px;
}

/* Alerts */
#views-bootstrap-alertas-alerts-by-topic-block .views-field-title a{
  font-weight:bold;
  color:#000;
}
#views-bootstrap-alertas-alerts-by-topic-block .views-field-created{
  font-weight:bold;
  color:#999;
  font-size:90%;
}
@media (min-width:768px) {
	.alert-card .col{
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .alert-card .views-field.views-field-title {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
  }
	.alert-card .views-field.views-field-created-2 {
		background-color: #0099D9;
		color: #FFFFFF;
		margin-right: 1.5em;
		padding: .8em 1em .8em 1em;
		text-align: center;
	}
	.alert-card .views-field-created-2 span{
		display: block;
	}
	.alert-card .views-field-created-2 span+span{
		margin-left: 0;
	}
	.alert-card .views-field-created-2 .day{
	  font-size: 1.8em;
	  font-weight: 600;
	}
	.alert-card .views-field-created-2 .month{
	  font-size: 1em;
	  font-weight: 600;
	  text-transform:uppercase;
	}
	.alert-card .views-field-created-2 .year{
		color: #09547A;
		font-size: 0.9375em;
		font-weight: normal;
		display:none;
	}

}
.alert-topic{
  display:inline-block;
  background-color: #f2f2f2;
  padding:0 10px 0 0;
  margin-top:5px;
}
	.alert-topic a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f02c";
    color: #666;
    line-height: 20px;
    text-align: center;
    padding: 3px 6px;
    display: inline-block;
    font-weight: 900;
	}

/* Health topics */
.view-display-id-topics_page .views-field-title a{
  color:#000;
  font-weight:600;
  font-family:Roboto Condensed;
  font-size:110%;
}

.view-display-id-topics_page  .views-field-field-image {
    -webkit-transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
    transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
    overflow: hidden;
    padding:0!important;
    margin-bottom:10px;
}
.view-display-id-topics_page .col .views-field {
    padding: 0 10px;
}
.view-display-id-topics_page .col:hover > .views-field-field-image img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.view-display-id-topics_page .col:hover {
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.2)
}

.view-display-id-topics_page .col > .views-field-field-image img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 100%;
}

.view-display-id-topics_page .col{
    border-bottom: 0;
    background-color: #fff;
    padding: 0 0 15px 0;
    margin: 15px 0;
    overflow: hidden;
    vertical-align: top;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.1)
}
.view-display-id-topics_page .row {
    margin-bottom: 20px;
    display: flex;
}
@media screen and (min-width: 768px){
  .view-display-id-topics_page .row {
    margin-bottom: 20px;
    display: flex;
  }
  .view-display-id-topics_page .col {
    margin: 5px;
  }
}
@media screen and (max-width: 767px) {
  .view-display-id-topics_page .row{
    display:block;
  }
}

/* Campaigns */
.campaign-grid{

}
.campaign-grid .views-field-title{
  color:#fff;
  background-color:#0099D9;
  margin-bottom:15px;
  padding:10px;
}
.campaign-grid .views-field-title a{
  color:#fff;
  font-weight:bold;
  font-size:120%;
}
.campaign-grid  .col:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity:0.9;
}
.campaign-grid  .col {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 100%;
}
.campaign-materials ul li ul li{
  list-style:none;
  display:inline-block;
  padding:4px;
}

/* Content grid */
.content-grid{
  background-color:#eee;
  padding:10px;
}
.content-grid .row,
.highlights-grid .row{
    margin-right: 0px;
    margin-left: 0px;
    display:flex;
}
.content-grid .col,
.highlights-grid .col{
  vertical-align:top;
  float:none;
  background-color:#fff;
  padding:0px;
  margin:5px;
  -webkit-transition: background .25s ease-in-out,color .25s ease-in-out;
  transition: background .25s ease-in-out,color .25s ease-in-out;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.10);
}

.content-grid .col .views-field-title,
.highlights-grid .col .views-field-title{
  padding:0 15px;
}

.content-grid .col:hover{
  background-color:#ccc;
}
.content-grid .col .views-field-title a{
  font-family:Roboto Condensed;
  color:#000;
  font-size: 110%;
  margin: 20px 0 10px 0;
  display: block;
}
.content-grid .col .views-field-field-image{
  margin-bottom:10px;
  border:1px solid #ccc;
}
.highlights-grid{
  background-color:#fff;
  margin-bottom: 40px;
  padding:0;
}
.highlights-grid .col{
  background-color:#0099D9;
  border:0px solid #0099D9;
  padding:0;
  border-radius:5px;
}
.highlights-grid .col:hover{
  background-color:#328DC9;
}
@media screen and (max-width: 992px) {
  .highlights-grid .row{
    display:block;
  }
}
.highlights-grid .col .views-field-field-image{
  width:150px;
  height:150px;
  display:table-cell;
  vertical-align:top;
  overflow: hidden;
  border:0px solid #4F9AD7;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  max-height:160px;
}
.highlights-grid .col .views-field-field-image.img-documents img{
  height:150px;
  max-width:none;
}
.highlights-grid .col .views-field-field-image.img-documents{
  width:auto;
}
.highlights-grid .col .views-field-title{
  display:table-cell;
  vertical-align:top;
    padding: 0 5px;
}
.highlights-grid .col .views-field-title a{
  margin:10px;
  color:#fff;
  font-size: 100%;
  font-weight: 500;
  display:table;
}

/* Articles */

.page-node-type-article .region-sidebar-second{
  margin-top:0;
}
.page-node-type-article .author{
  color:#696969;
  font-weight:bold;
  font-size: 90%;
  margin-bottom:15px;
}
.page-node-type-article h1.page-header{
  margin-top: 10px;
}
.paragraph--type--bp-simple{
  font-size: 115%;
}
article p {
  padding: 0 0 20px 0;
}
article .well.h3{
  font-family: "Roboto Condensed";
  min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  border-left:5px solid #0099D9;
}
#block-views-block-news-related-news-inside-article .views-field-title a{
  font-family: "Roboto Condensed";
  font-weight: 700;
  color:#333;
  font-size:110%;
}
#block-views-block-news-related-news-inside-article .col{
  padding-left:0;
  padding-right:0;
}
#block-views-block-news-related-news-inside-article .views-field-created{
  display:block;
  clear:both;
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}
#block-views-block-news-related-news-inside-article .row{
  margin-bottom:10px;
  padding-bottom:5px;
  border-bottom:1px solid #eee;

}
#block-views-block-news-related-news-inside-article{
    margin-bottom: 24px;
}
#block-views-block-news-related-news-inside-article .views-field-field-image{
  float: left;
}
#block-views-block-news-related-news-inside-article .views-field{
  display: table;
  padding-left:5px;
}
#block-views-block-news-related-news-inside-article h2{
  margin-top: 0px;
}
.page-node-type-article .region-sidebar-second h2{
  font-size:130%;
}
.view-display-id-related_news_inside_article{
  overflow:hidden;
}
#block-contactosdeprensa{
    margin-bottom: 24px;
}
#block-contactosdeprensa p{
 margin-bottom: 5px;
}
#block-contactosdeprensa a{
 margin-bottom: 5px;
 color:#333;
}

/* Representations */
.page-node-type-representation .page-header{
      border-bottom: 0px;
}
.page-node-type-representation .breadcrumb{
   display:none;
}

/* Photos */
.view-display-id-photos_page{

}
.view-display-id-photos_page .col{
 position:relative;
 overflow:hidden;
 margin-bottom:15px;
}
.view-display-id-photos_page .views-field-title a{
  color:#fff;
  font-weight:bold;
  position:absolute;
  bottom:0;
  right:15px;
  left:15px;
  background-color:rgba(0,0,0,0.4);
  padding:5px;
}
.view-display-id-photos_page .col:hover > .views-field-title a{
  background-color:rgba(0,0,0,0.8);
}
.view-display-id-photos_page{

}


/* Stories */
.stories-grid .row{
  margin-bottom:20px;
}
.stories-grid .views-field-type{
  background-color:#000;
  padding:5px 10px;
  position:absolute;
  top:-10px;
  left:10px;
  color:#fff;
  text-transform:uppercase;
  font-weight:900;
}
.stories-grid .views-field-title{
  position:absolute;
  bottom:0;
  right:0;
  margin:0px 0px 30px 30px;
  background-color:rgba(255,255,255,0.6);
  padding:10px 25px 10px 25px;
  font-size:120%;
  font-weight:900;
  text-transform:uppercase;
}
.stories-grid .views-field-title a{
  color:#000;
}
.page-node-type-story .views-field-field-paragraph .field-content > .paragraph:first-child{
  padding-top:0px;
}

/* Health topic */
.health-topic.full .field--label{
  font-family:"Roboto Condensed";
  font-size:190%;
  margin-top: 2.5em;
  margin-bottom: 1em;
  line-height: 1.1;
  font-weight:900;
  display:inline-block;

}
.view-id-paragraphs{
  margin-top: 1em;
  clear:both;
}
.health-topic.full .field--name-field-key-facts,
.health-topic.full .field--name-body,
.health-topic.full .field--name-field-response{
  clear:both;
}



.views-field-field-related-links ul{
  list-style:none;
  padding-left:0;
}
.views-field-field-related-links li{
    margin:10px 0;
}
.views-field-field-related-links li a{
    background: #e5e5e5;
    text-decoration: none;
    padding: 1em;
  padding-left:45px;
    margin:10px 0;
    color: #000;
    display: block;
    text-decoration: none;
    -webkit-transition: background .25s ease-in-out,color .25s ease-in-out;
    transition: background .25s ease-in-out,color .25s ease-in-out;
}
.views-field-field-related-links li a:hover{
    background: #b6b6b6;
}
.views-field-field-related-links li a:before{
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  color: #000;
  position: absolute;
  margin-left: -25px;
  font-weight: 900;
}
.block-views-blockhealth-topics-who-link-block .views-field-field-who-link{
  margin-bottom: 24px;
}
.block-views-blockhealth-topics-who-link-block .views-field-field-owner a,
.block-views-blockhealth-topics-who-link-block .views-field-field-who-link a{
  font-family:"Roboto Condensed";
  font-size:150%;
  color:#fff;
  padding:10px;
  display:block;
  background-color:#0099D9;
  border-left: 20px solid #67B5E6;
  border-bottom: 1px solid #67B5E6;
  -webkit-transition: background .25s ease-in-out,color .25s ease-in-out;
  transition: background .25s ease-in-out,color .25s ease-in-out;
}
.block-views-blockhealth-topics-who-link-block .views-field-field-owner a:hover,
.block-views-blockhealth-topics-who-link-block .views-field-field-who-link a:hover{
  color:fff;
  padding:10px;
  background-color:#328DC9;
}
.views-field-field-data,
.views-field-field-related-topics{
  background-color: #e5e5e5;
  padding: 24px;
  margin-bottom: 24px;
}
.views-field-field-data .views-label-field-data,
.views-label-field-strategic-partners,
.views-field-field-related-topics .views-label-field-related-topics{
font-family: "Roboto Condensed";
    font-size: 190%;
    margin-bottom: 0.5em;
    line-height: 1.1;
    font-weight: 900;
    display: inline-block;
}
.paragraph--color--primary{
  background-color:#0099D9;
  color:#fff;
}
.paragraph--color--secondary{
  background-color:#67B5E6;
  color:#fff;
}
#block-views-block-vistas-oficina-block-2{
  padding-bottom:80px;
}
#block-keymessages{
  clear:both;
}
#block-keymessages .paragraph--type--bp-simple a{
  color:#fff;
}
#block-keymessages .paragraph--type--bp-image{
  max-width:90px;
  margin:0 auto;
}
#block-keymessages .paragraph--type--bp-simple p{
  font-size:130%;
  font-family:"Roboto Condensed";
  text-align:center;
  vertical-align: middle;
}
#block-keymessages .paragraph--type--bp-simple{
  margin-top:20px;
}
#block-keymessages .paragraph--color{
  padding:60px 0;
}
#block-keymessages .paragraph>.paragraph__column{
  float:none;
  margin: 0 auto;
  text-align: center;
  display:table;
  overflow: auto;
 -moz-box-sizing: border-box;

}
#block-keymessages .paragraph>.paragraph__column .paragraph--type--bp-columns__5col{
  vertical-align: middle;
  overflow: auto;
 -moz-box-sizing: border-box;
  float:none;
}
@media screen and (min-width: 767px) {
  #block-keymessages .paragraph>.paragraph__column .paragraph--type--bp-columns__5col{
    display:table-cell;

  }
  #block-keymessages .paragraph--type--bp-column-wrapper:hover{
    opacity:0.7;
  }
  #block-frontpagevideo{
 height:400px;
}
}

/* CSS for admin interface and front-end */
.boxout.default {
  float: none;
  width: 100%;
  margin: 0;
  background: rgba(255,255,255,0.6);
  padding: 0.5em;
  line-height: 1.4;
  border:0;
      -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
        text-align: center;
}
.boxout.default p {
  line-height: 1.4;
}
.boxout.default p:last-child {
  margin-bottom: 10px;
  padding-bottom:10px;
  border-bottom:6px solid #000;
  max-width:50%;
  margin: 0 auto;
}
.boxout.default:before {
  font-size:300%;
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  color: #000;
  position: absolute;
  margin-left:-10px;
  margin-top:-30px;
  display:block;
  text-align: center;
  font-weight: 900;
}
.boxout.plain {
  float: none;
  background-color: transparent;
  border: 0px;
  width: 100%;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote{
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 0px;
  position:relative;
}
blockquote:before {
  color: #ccc;
  font-family:"Font Awesome 5 Free";
  content: "\f10d";
  font-size: 2.5em;
  position: absolute;
  left: -35px;
  top: -10px;
  font-weight:900;
}
blockquote .align-left .img-responsive {
  width: auto;
  margin-right: 5px;
}


.chosen-container-single .chosen-single div b{
    display: none;
}
.paragraph .carousel-indicators,
.views-field-field-paragraph .carousel-indicators{
  display:none;
}
.views-field-field-paragraph {
  margin-bottom:20px;
}
.page-node-type-representation .views-field-field-paragraph {
  margin-bottom:0px;
}

/*Homepage Blue Banner Section*/
.paragraph--id--9332 {
  text-align:center;
}
.paragraph--id--9332 .paragraph--type--bp-column-wrapper {
  text-align:-webkit-center;
}
.paragraph--id--9332 .paragraph--type--bp-column-wrapper .field--name-bp-text span {
  font-size: 130%;
  font-family: "Roboto Condensed";
  font-weight: normal;
}

#block-frontpagevideo{
 position:relative;
 overflow:hidden;
}
/*Video Background Banner Block Module*/
#polina h1 {
  font-size: 30px;
  margin: 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
#polina button {
  display: none;
}
#polina h1::after {
  content: none;
}

#polina .content-wrapper,
#block-frontpagevideo .field--name-body{
  display:block;
  max-width:500px;
  bottom:10em;
  color:#fff;
  position:absolute;
  padding:20px 50px;
  z-index:1;
  text-align:left;
}

/* -- Polina background overlay none -- */

#polina {
  background-color: transparent !important;
}

#block-frontpagevideo .paragraph>.paragraph__column{
  padding-bottom: 10px;
}
.video-banner-wrapper,
#block-frontpagevideo{
  height:500px;
}
.video-banner-wrapper video,
#block-frontpagevideo video{
  height:500px;
}
.pause-video-initial{
  position: absolute;
  z-index: 2;
  color:#fff;
  width:100%;
  background-color:#000;
  opacity:0.8;
  height:500px;
  top:0;
}
#block-frontpagevideo .pause-video-initial{
  /*height:400px;*/
}
#block-frontpagevideo .unmute-button{
  display:none;
}
.pause-video-initial i.fa-play{
  height:50px;
  width:50px;
  margin-top:175px;
  border-radius:50%;
  border:3px solid #fff;
  line-height: 44px;
  cursor: pointer;
  font-size:30px;
  padding-left: 4px;
  z-index:3;
}
.unmute-button{
  position:absolute;
  bottom:10px;
  right:10px;
  z-index:3;
}
.unmute-button i{
  height:50px;
  width:50px;
  cursor: pointer;
  font-size:30px;
  color:#fff;
}

@media screen and (min-width: 767px) {
  #polina .content-wrapper,
  #block-frontpagevideo .field--name-body{
    left:7em;
  }
  .video-banner-wrapper {
    height:700px;
  }
    .video-banner-wrapper video,
  #block-frontpagevideo video{
    height:auto;
  }
  #polina .content-wrapper {
    top: 50%;
    margin-top: -90px;
  }
  #block-frontpagevideo .paragraph>.paragraph__column{
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .pause-video-initial{
    display:none;
  }
}
#block-frontpagevideo .field--name-body h2{
  padding:0px 0px 20px 0px;
  color:#fff;
}

.pager li>a,
.pager li>span
{
  border-radius:0px;
  border:0px;
  padding: 10px 25px;
  background-color: #ff671b;
  display:inline-block;
  text-transform:uppercase;
  font-weight:bold;
  color:#fff;
  -webkit-transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.pager li>a:hover,
.pager li>span:hover
{
  background-color: #0099D9;
}

#block-frontpagevideo .field--name-body a,
a.more-button,
.download-button a,
.view-details a,
a.toggle-link,
a.toggle-link,
#polina a.more-button {
  padding: 10px;
  background-color: #ff671b;
  display:inline-block;
  text-transform:uppercase;
  font-weight:bold;
  color:#fff;
  -webkit-transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor:pointer;
}

a.more-button-blue
{
  padding: 20px 30px;
  background-color: #0099D9;
  display:inline-block;
  text-transform:uppercase;
  font-weight:bold;
  color:#fff;
  -webkit-transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor:pointer;
}
a.more-button-blue:hover {
  background-color: #ff671b;
}

a.toggle-link.toggle-link-filters-hidden{

   margin-bottom:5px;
}
a.toggle-link{
	background-color: #199ad6;
  padding: 10px 25px!important;
}

#block-frontpagevideo .field--name-body a:hover,
a.more-button:hover,
.download-button a:hover,
.view-details a:hover,
a.toggle-link:hover,
.pager li>a:hover,
.pager li>span:hover{
  background-color: #0099D9;
  text-decoration:none;
}

.fb_iframe_widget_fluid span,
.fb_iframe_widget span {
    max-width: 100%!important;
    overflow:hidden;
}
iframe {
  border: 0px;
}

.block-views-blockvistas-oficina-block-2 .view-filters .form-actions .btn-info {
 margin-top:0px;
}
.btn-info {
    background-color: #0099D9;
    border-color: #0099D9;
    -webkit-transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
    transition: background .25s ease-in-out,border-color .25s ease-in-out,opacity .25s ease-in-out;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-info:hover {
    background-color: #ff671b;
    border-color: #ff671b;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #ff671b;
  border-color: transparent;
}



.block-book-navigation ul{
  margin:20px 0;
  list-style:none;
  padding:0;
}
.block-book-navigation ul li a{
  font-family:Roboto Condensed;
  padding:20px 50px 20px 50px;
  background-color:#e5e5e5;
  text-transform:uppercase;
  color:#000;
  border:1px solid #e5e5e5;
  border-bottom:5px solid #e5e5e5;
}
.block-book-navigation ul li a:hover{
  background-color:#fff;
  border:1px solid #e5e5e5;
  border-bottom:5px solid #0099D9;
  text-decoration:none;
}
.block-book-navigation ul li{
  margin:0px 2px;
  display:inline-block;

}


/* FAQ accordion */
.ui-accordion{
	margin: 1rem 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e5e5e5;
}

.ui-accordion .ui-accordion-header {
	border-bottom: 1px solid #e5e5e5;
color:#111;
font-size:140%;
margin:0;
}


/* Active */
.ui-accordion-header.is-active {
	.accordion-thumb::before {
		transform: rotate(45deg);
	}
}
/* Panel */
.ui-accordion-content {
	margin: 0;
	padding-bottom: .8rem;
	display: none;
border:0;
border-bottom: 1px solid #e5e5e5;
}

.ui-accordion .ui-state-active{
	border: 0px solid #003eff;
	background: #eee;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
background:none;
border:0;
}


/* Suggestion menu elements */
ul[data-sa-theme="basic-blue"] > *,
ul[data-sa-theme="basic-blue"] > *.ui-state-focus,
ul[data-sa-theme="basic-blue"] > *:hover {
  padding: 3px 5px;
}
.ui-menu .ui-menu-item-wrapper,
.ui-autocomplete .ui-menu-item {
  padding: 3px 5px;
  display: block;
}

.ui-autocomplete {
  border-radius: 0px;
}
ul[data-sa-theme="basic-blue"] > div.ui-autocomplete-field-group {
    opacity: 1;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.8em;
    background-color: #eee;
    padding: 5px 6px;
    margin: 0px;
}

ul[data-sa-theme="basic-blue"] > *,
ul[data-sa-theme="basic-blue"] > *.ui-state-focus,
ul[data-sa-theme="basic-blue"] > *:hover {
  border-width: 0px;
}
ui-menu .ui-state-focus,
ui-menu .ui-state-active{
  margin:0px;
}


a.tweetthis, a[href*="twitter.com/intent/tweet"] {
    border-bottom: 0px;
}
.social-sharing-buttons a[href*="twitter.com/intent/tweet"]:after{
  display:none;
}

.uh-number{
  position:absolute;
  left: 0px;
  margin-top: -15px;
}

/* Charts */

.single-chart {
  width: 80%;
  justify-content: space-around ;
  margin: 0 auto;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 70%;
  max-height: 250px;
}
.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}
.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.circular-chart.blue .circle {
  stroke: #3c9ee5;
}
.percentage {
  fill: #666;
  font-size: 0.6em;
  font-weight:bold;
  text-anchor: middle;
}


/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {text-align:right; margin: 20px 0 50px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-size: 15px; border: 1px solid #EEEEEC; color: #343434; background-color: #fff; box-sizing:border-box; height:42px; padding: 0px 0.4em; display: inline-block; margin: 0; width:200px; vertical-align:middle;}
#mc_embed_signup label {font-family:"Roboto Condensed"; display:inline-block; font-size:30px;vertical-align: middle; padding-right:20px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; vertical-align:middle; letter-spacing: .03em; color: #fff; background-color: #ff671b; box-sizing:border-box; height:42px; line-height:42px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#0099D9; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
    #mc_embed_signup form {text-align:center;}
}
@media (min-width: 768px){
  .modal-dialog {
    width: 90%;
    margin: 30px auto;
  }
  .modal-content {
    width: 90%!important;
    margin: 30px auto;
  }
}
.text-shadow{
  text-shadow: 1px 2px 1px rgba(0,0,0,0.4)
}
.padding10{
  padding: 10px;
}
.padding25{
  padding: 25px;
}
.padding50{
  padding: 50px;
}

.border-h:after{
  border-bottom:1px solid #fff;
  content: "";
  display: block;
  padding: 5px;
}
.border-h:before{
  border-top:1px solid #fff;
  content: "";
  display: block;
  padding: 5px;
}
.headline--blue-bg {
    color: #fff;
    background: #0099D9;
    display: inline-block;
    padding: 0.4125rem 0.625rem;
    -webkit-box-shadow: 10px 0 0 #0099D9, -10px 0 0 #0099D9;
    box-shadow: 10px 0 0 #0099D9, -10px 0 0 #0099D9;
    padding: 0.1875rem 0;
    line-height: 1.3em;
}
.headline--orange-bg {
    color: #fff;
    background: #ff671b;
    display: inline-block;
    padding: 0.4125rem 0.625rem;
    -webkit-box-shadow: 10px 0 0 #ff671b, -10px 0 0 #ff671b;
    box-shadow: 10px 0 0 #ff671b, -10px 0 0 #ff671b;
    padding: 0.1875rem 0;
    line-height: 1.3em;
}
.circle-images img{
  border-radius:50%;
}
.rounded-images img{
  border-radius:10%;
}
.text-align-right img{
  float:right;
}
.text-align-left img{
  float:right;
}
.dark-grid{
  color:#fff;
}
.dark-grid .col-md-3{
  padding-left:5px;
  padding-right:5px;
}
.dark-grid .content-wrapper{
  position:relative;
}
.dark-grid img{
  width: 100%;
  margin:0px;
}
.dark-grid a{
  color:#fff;
}
.dark-grid .row div{

}
.dark-grid .row {
  margin-bottom:10px;
}
.dark-grid .row h3{
  background-color:rgba(0,0,0,0.5);
  margin:0px;
  padding:10px;
  position: absolute;
  bottom: 0;
  width:100%;
}
.dark-grid .row h3:hover{
  background-color:rgba(0,0,0,0.8);
  text-decoration:none;
}
.dark-grid .row h3 a:hover{
  text-decoration:none;
}

/* LEGACY STYLES */
 .wd-title-blue {
     background: #0081b8;
     color: #FFF;
     padding: 6px;
     margin-top: -11px !important;
}
 .wd-title-orange {
     background: #FF6600;
     color: #FFF;
     padding: 6px;
     margin-top: -11px !important;
}
 .wd-title-red {
     background: #ae1503;
     color: #FFF;
     padding: 6px;
     margin-top: -11px !important;
}
p.wd-title-blue, p.wd-title-orange, p.wd-title-red {
     color: #FFFFFF;
}
 .wd-bg-gray {
     background: #E6E9EC;
     padding: 5px;
}
 .wd-bg-blue {
     background: #E4F6FF;
     padding: 5px;
}
 .wd-bg-dark-blue {
     background: #0081b8;
     padding: 5px;
}
 .wd-bg-navy {
     background: #000080;
     padding: 5px;
}
 .wd-bg-orange {
     background: #FF6600;
     padding: 5px;
}
 .wd-bg-red {
     background: #ae1503;
     padding: 5px;
}
 .wd-bg-fucsia {
     background: #de4d88;
}
 .wd-bg-teal {
     background: #1f8e7c;
}
 .wd-bg-palegreen {
     background: #66cc66;
}
 .wd-bg-peachpuff {
     background: #ffdab9;
}
 .wd-bg-blueviolet {
     background: #666699;
}
 .wd-bg-lightblue {
     background: #add8e6;
}
 .wd-bg-mediumpurple {
     background: #9370db;
}
 .wd-bg-seagreen {
     background: #2e8b57;
}
 .wd-bg-mediumorchid {
     background: #ba55d3;
}
 .wd-white {
     color: #FFFFFF;
}
 .wd-blue {
     color: #258;
}
 .wd-red {
     color: #ae1503;
}
 .wd-white a {
     color: #FFFFFF;
}
ul.img-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


.content_feedback_link {
  margin: 0 25px 15px 0;
  position: fixed;
  padding:0;
  right: 0;
  bottom: 0;
  transform: rotate(0deg);
  font-size:110%;
  z-index:9999;
}
.content_feedback_link a {
  color: #fff;
  font-weight:bold;
  padding: 12px 30px 20px;
    background: #ff671b;
}
.content_feedback_link a:hover {
  background: #0099D9;
  text-decoration:none;
}
.content_feedback_link .ajax-progress-throbber .throbber {
  padding: 0 5px 0 !important;
}
.content_feedback_link .ajax-progress {
  padding: 11px 0 0 0 !important;
}


body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open.navbar-is-fixed-top {
   margin-top: 139px;
}
body.navbar-is-fixed-top {
  margin-top: 98px;
}
#block-goback{
  position: fixed;
  bottom: 10px;
  right: 100px;
  z-index: 99999;
}

/* Landing pages */
.wp-block-pullquote{
  display:block;
  margin:30px auto;
  width:70%;
}
.wp-block-pullquote blockquote:before{
  display:none;
}

/* 20200228 cambiojc: modificaion del ancho */



.two-cols,
.three-cols,
.four-cols,
.five-cols,
.six-cols,
.seven-cols,
.eight-cols,
.nine-cols {
  -webkit-perspective:1;
}
.two-cols {
  column-count:2;
  -moz-column-count:2;
  -webkit-column-count:2;
}
.three-cols {
  column-count:3;
  -moz-column-count:3;
  -webkit-column-count:3;
}
.four-cols {
  column-count:4;
  -moz-column-count:4;
  -webkit-column-count:4;
}
.five-cols {
  column-count:5;
  -moz-column-count:5;
  -webkit-column-count:5;
}
.six-cols {
  column-count:6;
  -moz-column-count:6;
  -webkit-column-count:6;
}
.seven-cols {
  column-count:7;
  -moz-column-count:7;
  -webkit-column-count:7;
}
.eight-cols {
  column-count:8;
  -moz-column-count:8;
  -webkit-column-count:8;
}
.nine-cols {
  column-count:9;
  -moz-column-count:9;
  -webkit-column-count:9;
}
.two-cols > *,
.three-cols > *,
.four-cols > *,
.five-cols > *,
.six-cols > *,
.seven-cols > *,
.eight-cols > *,
.nine-cols > * {
}

@media (max-width:768px) {
  .three-cols,
  .four-cols {
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
  }
  .five-cols,
  .six-cols {
    column-count:3;
    -moz-column-count:3;
    -webkit-column-count:3;
  }
  .seven-cols,
  .eight-cols,
  .nine-cols {
    column-count:4;
    -moz-column-count:4;
    -webkit-column-count:4;
  }
}
@media (max-width:480px) {
  .three-cols,
  .four-cols,
  .five-cols,
  .six-cols,
  .seven-cols,
  .eight-cols,
  .nine-cols {
    column-count:1;
    -moz-column-count:1;
    -webkit-column-count:1;
  }
}


/*.pre-donate-button {
    height: 0px;
}

@media (max-width:505px) {
    .pre-donate-button {
        height: 50px;
    }
}*/


/*Fix, stacks header with the dontate button*/

body.navbar-is-fixed-top {
    margin-top: 0;
}

.pre-donate-button {
    height: 0;
}

.navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#block-donate .more-button {
    margin: 10px 15px 5px 15px;
}

#block-searchtoggle,
.sf-accordion-toggle {
    margin-top: 0;
}

/*Makes any iframe with this tag responsive*/
.powerbi-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.powerbi-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.path-taxonomy .news-grid .file--mime-image-jpeg span.file-icon,
.path-taxonomy .news-grid .file--mime-image-jpeg span.file-size {
  display:none;
}
.path-taxonomy .news-grid .file--mime-image-jpeg span.file-link {
  font-size:18px;
}

/*Yonas Global CSS Layout*/
/*global paragraph font size*/

p {
  font-size: 18px;
}


/* story paragraph */
.page-node-type-story .page-header {
  text-align: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.page-node-type-story .field--type-text-long {
  max-width:1024px;
  margin-left:auto;
  margin-right:auto;
}

.page-node-type-story .field--type-text-long p{
  max-width:1024px;
  margin-left:auto;
  margin-right:auto;
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story>div.dialog-off-canvas-main-canvas>div.main-container.container.js-quickedit-main-content>div>section>div>article>div.content>div {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.page-node-type-story>div.dialog-off-canvas-main-canvas>div.main-container.container.js-quickedit-main-content>div>section>div>article>div.content>div>p {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1>div.form-group>div>div>div>div>div>div.contextual-region.paragraph.paragraph--type--bp-simple.paragraph--view-mode--default.paragraph--id--27120.paragraph--width--medium>div>div.field.field--name-bp-text.field--type-text-long.field--label-hidden.field--item.quickedit-field {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.page-node-type-story #block-views-block-paragraphs-block-1>div.form-group>div>div>div>div>div>div.contextual-region.paragraph.paragraph--type--bp-simple.paragraph--view-mode--default.paragraph--id--27120.paragraph--width--medium>div>div.field.field--name-bp-text.field--type-text-long.field--label-hidden.field--item.quickedit-field>p {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div > div > div > ol {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div.form-group > div > div > div > div > div > div > div > div.field.field--name-bp-text.field--type-text-long.field--label-hidden.field--item.quickedit-field > ol {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div > div > div > ol > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div.form-group > div > div > div > div > div > div > div > div.field.field--name-bp-text.field--type-text-long.field--label-hidden.field--item.quickedit-field > ol > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div > div > div > ul {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div.form-group > div > div > div > div > div > div > div > div.field.field--name-bp-text.field--type-text-long.field--label-hidden.field--item.quickedit-field > ul {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div > div > div > ul > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div.form-group > div > div > div > div > div > div > div > div.field.field--name-bp-text.field--type-text-long.field--label-hidden.field--item.quickedit-field > ul > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story>div.dialog-off-canvas-main-canvas>div.main-container.container.js-quickedit-main-content>div>section>div>article>div.content>div>blockquote {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div > div > div > blockquote {
  font-size: 24px;
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div > div > div > blockquote > p {
  font-size: 24px;
}

.page-node-type-story>div.dialog-off-canvas-main-canvas>div.main-container.container.js-quickedit-main-content>div>section>div>article>div.content>div>blockquote > p {
  font-size: 24px;
}

.page-node-type-story .paragraph.paragraph--width--narrow>.paragraph__column {
  float: none;
  width: unset;
  margin-left: 0;
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div.paragraph.paragraph--type--bp-columns.paragraph--view-mode--default.paragraph--id--25265.paragraph--width--wide.paragraph--color.paragraph--color--rgba-white-light > div > div > div > div > div > div.field.field--name-bp-text.field--type-text-long.field--label-hidden.field--item > ul > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div.form-group > div > div > div > div > div > div.contextual-region.paragraph.paragraph--type--bp-columns.paragraph--view-mode--default.paragraph--id--25265.paragraph--width--wide.paragraph--color.paragraph--color--rgba-white-light > div > div:nth-child(4) > div > div > div > div.field.field--name-bp-text.field--type-text-long.field--label-hidden.field--item.quickedit-field > ul > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-story #block-views-block-paragraphs-block-1 > div.form-group > div > div > div > div > div > div > div > div.field.field--name-bp-text.field--type-text-long.field--label-hidden.field--item.quickedit-field > blockquote {
  font-size: 24px;
  font-family: 'Roboto';
}

.page-node-type-story .paragraph>.paragraph__column p{
    margin: 0 0 20px 0;
}

.page-node-type-story .paragraph>.paragraph__column h2{
    padding: 0 0 5px 0;
}

.page-node-type-story .paragraph>.paragraph__column h3{
    padding: 0 0 5px 0;
}

.page-node-type-story .paragraph>.paragraph__column h4{
    padding: 5px 0 5px 0;
}

.page-node-type-story figcaption {
  margin-top: 15px;
}



/* note paragraph */
.page-node-type-note .page-header {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-type-note .field--name-body {
  font-size: 18px;
  font-family: 'Roboto';
  padding-bottom: 30px
}

.page-node-type-note > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > ol {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-note > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > ol > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-note > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > ul >li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-note > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

/* Documents paragraph */

.page-node-type-documents > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-type-documents > div > div.main-container.container.js-quickedit-main-content > div > section > div {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-type-documents .main-container .container .js-quickedit-main-content .region .region-content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-type-documents #block-views-block-documentos-document-view > div.form-group > div > div.view-content > div > div.views-field.views-field-body > div > p {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-documents #block-views-block-documentos-document-view > div.form-group > div > div.view-content > div > table > tbody > tr > td.views-field.views-field-field-documento-1 > span > a {
  padding: 20px 30px;
  background-color: #ff671b;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.page-node-type-documents #block-views-block-documentos-document-view > div.form-group > div > div.view-content > div > table > tbody > tr > td.views-field.views-field-field-image.views-align-left.views-field-field-documento-1.views-field-nothing > .pdfpreview > .pdfpreview-image-wrapper > img {
  border: solid 1px #ccc;
  margin-bottom: 20px;
}

.document-row {
  background-color: #fff !important;;
}

.document-row p {
  font-size: 18px;
  font-family: 'Roboto';
  margin: 0 0 20px 0;
}

.document-row td {
  border: none !important;;
}

.document-row img {
  padding: 0 0 20px 0;
}

.page-node-type-documents .page-header {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-type-documents #block-views-block-documentos-document-view {
  padding-bottom: 20px;
}

.page-node-type-documents #block-views-block-documentos-document-view > div.form-group > div > div.view-content > div > table > tbody > tr > td.views-field.views-field-body > ol > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-documents #block-views-block-documentos-document-view > div.form-group > div > div.view-content > div > table > tbody > tr > td.views-field.views-field-body > ul > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-documents #block-views-block-documentos-document-view > div > div > div > div > table > tbody > tr > td.views-field.views-field-body > h2 {
  padding: 0 0 5px 0;
}

.page-node-type-documents #block-views-block-documentos-document-view > div > div > div > div > table > tbody > tr > td.views-field.views-field-body > h3 {
  padding: 0 0 5px 0;
}

.page-node-type-documents #block-views-block-documentos-document-view > div > div > div > div > table > tbody > tr > td.views-field.views-field-body > h4 {
  padding: 5px 0 5px 0;
}

#views-exposed-form-documentos-page-1 #edit-created-wrapper {
  margin-top: 20px;
}

#views-exposed-form-documentos-page-2 #edit-created-wrapper {
  margin-top: 20px;
}


/* Basic page paragraph */

.page-node-type-page  > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div > p{
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-page #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div.paragraph.paragraph--type--bp-columns-two-uneven.paragraph--view-mode--default.paragraph--id--26528.paragraph--width--wide.paragraph--style--66-33 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-node-type-page #tab-26674 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-node-type-page #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div.paragraph.paragraph--type--bp-simple.paragraph--view-mode--default.paragraph--id--26544.paragraph--width--wide {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-node-type-page #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div.paragraph.paragraph--type--bp-simple.paragraph--view-mode--default.paragraph--id--26890.paragraph--width--wide {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-node-type-page #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div.paragraph.paragraph--type--bp-simple.paragraph--view-mode--default.paragraph--id--27039 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-node-type-page > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div > ol {
  font-size: 18px;
  font-family: 'Roboto';
 }

 .page-node-type-page > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div > ol > li {
  font-size: 18px;
  font-family: 'Roboto';
 }

 .page-node-type-page > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div > ul {
  font-size: 18px;
  font-family: 'Roboto';
 }

.page-node-type-page > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div > ul > li {
  font-size: 18px;
  font-family: 'Roboto';
  padding-bottom: 15px;
 }

 .page-node-type-page #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div > div > div > p {
  font-size: 18px;
  font-family: 'Roboto';
 }

 .page-node-type-page #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div > div > div > ol {
  font-size: 18px;
  font-family: 'Roboto';
 }

 .page-node-type-page #block-views-block-paragraphs-block-1 > div > div > div > div > div > div > div > div > div > ul {
  font-size: 18px;
  font-family: 'Roboto';
 }

 .page-node-type-page h1 {
    margin-bottom: 20px;
 }

 .page-node-type-page h2 {
    margin-bottom: 20px;
 }

 /* all page */

 .align-center {
    margin-bottom: 30px;
 }

/* Article page paragraph */
.page-node-type-article > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content {
  max-width: 1170px;
  padding: 0 20px;
}

.page-node-type-article > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item > p {
 font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item > ul {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article  > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > ul > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article  > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > ul > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article  > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > ul > li > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item > ul > li > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article  > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > ol {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item > ol {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article  > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > ol > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article  > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item > ol > li {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article  > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > ol > li > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article  > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item > ol > li > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.page-node-type-article > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-field-image.field--type-image.field--label-hidden.field--items.quickedit-field > div > img {
  padding: 0 15px 20px 0;
}

.page-node-type-article > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content {
  max-width: 1400px;
  padding: 0 20px;
}

.page-node-type-article #block-views-block-news-latest-news-inside-block {
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.page-node-type-article > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-field-image.field--type-image.field--label-hidden.field--items.quickedit-field > div > img {
  padding: 0 15px 20px 0;
}

.page-node-type-article > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field > blockquote > p {
  font-size: 24px;
}

.page-node-type-article > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item > blockquote > p {
  font-size: 24px;
}

.page-node-type-article > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
  padding-bottom: 15px;
}
.page-node-type-article > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > article > div.content > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item.quickedit-field {
  padding-bottom: 15px;
}

/* Events */
.page-node-type-eventos > div > div.main-container.container.js-quickedit-main-content > div > section > div > article > div > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item > p {
  font-size: 18px;
  font-family: 'Roboto';
}

/* taxonomy term */
.path-taxonomy > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content {
  max-width: 1400px;
  padding: 0 20px;
}

.path-taxonomy > div > div.main-container.container.js-quickedit-main-content > div > section > div > div > div.view-header > div > div > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.path-taxonomy > div > div.main-container.container.js-quickedit-main-content > div > section > div > div > div.view-header > div > div.field.field--name-description.field--type-text-long.field--label-hidden.field--item.quickedit-field > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.path-taxonomy > div > div.main-container.container.js-quickedit-main-content > div > section > div > div > div.view-header > div > div > div.row > div.col-sm-8 > div > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.path-taxonomy > div.dialog-off-canvas-main-canvas > div.main-container.container.js-quickedit-main-content > div > section > div > div > div.view-header > div > div.field.field--name-description.field--type-text-long.field--label-hidden.field--item.quickedit-field > div > div > div.col-md-8 > div > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.path-taxonomy > body > div > div.main-container.container.js-quickedit-main-content > div > section > div > div > div.view-header > div > div > div > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.path-taxonomy > div > div.main-container.container.js-quickedit-main-content > div > section > div > div > div.view-header > div > div > div > div > div.col-md-8 > div > p {
  font-size: 18px;
  font-family: 'Roboto';
}

.feed-icon {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(../images/feed.svg) no-repeat;
}

/* -- Youtube embed video -- */

.field--name-field-embed-youtube-title {
  display: block;
  font-size: 1.5rem;
  max-width: 500px;
  color: #fff;
  position: absolute;
  padding: 20px 50px;
  z-index: 1;
  text-align: left;
  top: 20%;
  text-transform: capitalize;
  text-shadow: 3px 3px rgb(0 0 0 / 59%);
}

.paragraph--type--embed-youtube .paragraph__column {
  padding-left: 0px;
  padding-right: 0px;
}

/* --- global Polina hover----*/
#polina a.more-button:hover {
 background-color: #0099D9;
 text-decoration:none;
}

/* -- GBO Pages -- */
.page-node-type-page .col-sm-12 .field--name-body ul li div span.file-icon,
.page-node-type-page .col-sm-12 .field--name-body ul li div span.file-size {
  display:none;
}

.page-node-type-page .col-sm-12 .field--name-body ul li div span.file-link {
  display:flex;
  font-size: 18px;
  font-weight: initial;
}

.page-node-type-page .col-sm-12 .field--name-body ul li div .file--mime-application-pdf {
  margin:0;
}

/*TOPIC LANDING PAGE*/
#views-exposed-form-health-topics-topics-page .button.js-form-submit {
  visibility: hidden;
}

html:lang(en) #views-exposed-form-health-topics-topics-page .button.js-form-submit::before {
  content: "Search";
  visibility: visible;
  padding: 9px 20px;
  background-color: #276092;
}

html:lang(es) #views-exposed-form-health-topics-topics-page .button.js-form-submit::before {
  content: "Buscar";
  visibility: visible;
  padding: 9px 20px;
  background-color: #276092;
}

html:lang(pt) #views-exposed-form-health-topics-topics-page .button.js-form-submit::before {
  content: "Procurar";
  visibility: visible;
  padding: 9px 20px;
  background-color: #276092;
}

html:lang(fr) #views-exposed-form-health-topics-topics-page .button.js-form-submit::before {
  content: "Chercher";
  visibility: visible;
  padding: 9px 20px;
  background-color: #276092;
}

#views-exposed-form-health-topics-topics-page .button.js-form-submit:hover::before {
  background-color: #ff671b !important;
}

/*DESKTOP*/
.path-frontpage .paragraph--type--xeno-hero .paragraph--type--bp-simple {
  margin-top:250px;
}

/*FRONTPAGE HERO SECTION*/
#block-frontpagevideo {
  background-color: #ff671b;
  height: 700px;
}
.paragraph--type--home-page-hero-texts {
  position: absolute;
  width: 26%;
  top:0;
  right: 0;
  padding: 0 10px;
}

.paragraph--type--home-page-hero-texts .field--name-field-title {
  font-size: 30px;
  color: #fff;
  padding-top: 30%;
  padding-bottom: 5px;
}

.paragraph--type--home-page-hero-texts .field--name-field-body {
  color: #fff;
  line-height: 31px;
  font-size: 19px;
}

.paragraph--type--home-page-hero-texts .field--name-field-link {
  padding-top: 20px;
}

.paragraph--type--home-page-hero-texts .field--name-field-link a {
  background-color: #fff;
  color: #ff671b;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  min-width: 160px;
  word-wrap: break-word;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 3px -2px rgb(0 0 0 / 10%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%);
  -moz-box-shadow: 0 3px 3px -2px rgba(0,0,0,0.1),0 3px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12);
  box-shadow: 0 3px 3px -2px rgb(0 0 0 / 10%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%);
}

#block-frontpagevideo > div > div > div > div.paragraph--type--xeno-hero__image:not([class*="col-"]) {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 700px;
  background-size: cover;
  z-index: 1;
}

#block-frontpagevideo .paragraph--type--xeno-hero {
  height: 700px;
}
/*END FRONTPAGE HERO SECTION*/

/*Apply Translation Button Overwrite*/
:lang(en) #views-exposed-form-taxonomy-term-page-5 #edit-submit-taxonomy-term,
:lang(es) #views-exposed-form-taxonomy-term-page-5 #edit-submit-taxonomy-term,
:lang(pt) #views-exposed-form-taxonomy-term-page-5 #edit-submit-taxonomy-term {
  visibility: hidden;
  position: relative;
}

#views-exposed-form-taxonomy-term-page-5 #edit-submit-taxonomy-term:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  border-color: #276092;
  border-radius: 0px;
  background-color: #276092;
  color: #fff;
  padding: 6.5px 12px;
}
:lang(en) #views-exposed-form-taxonomy-term-page-5 #edit-submit-taxonomy-term:after {
  content: "Apply";
}
:lang(es) #views-exposed-form-taxonomy-term-page-5 #edit-submit-taxonomy-term:after {
  content: "Aplicar";
}
:lang(pt) #views-exposed-form-taxonomy-term-page-5 #edit-submit-taxonomy-term:after {
  content: "Aplique";
}

/*VIDEO SECTION BLOCK*/
.video-block-banner-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.video-block-banner-button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px 15px;
}

.video-block-banner-content {
  position: absolute;
  bottom: 17px;
  margin: 0 5px 0 17px
}

.video-block-banner-date {
  color: #FFF;
  font-size: 0.7rem
}

.video-block-banner-description {
  left: 15px;
  color: #FFF;
  font-weight: bold;
  margin-right: 5px;
}

.video-block-banner-description span {
  background-color: #008dc9;
}

.video-block-banner-button {
  aspect-ratio: 1;
  cursor: pointer;
  transition: .5s;
}

.video-block-banner-button:hover {
  transform: scale(1.35);
}

/*CAMPAIGN PAGE With WALLPAPER*/
.page-node-type-campaign .main-container {
  background-color: #FFF;
}

.page-node-type-campaign.wallpaper-page .main-container,
.page-node-type-campaign.wallpaper-page .region-full-width-bottom {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.wallpaper-page .region-full-width-bottom {
  max-width: 1490px;
  background-color: #FFF !important;
  margin: 0 auto 10rem auto;
}

.page-node-type-campaign .view-id-paragraphs {
  margin-top: 0 !important;
}

.page-node-type-campaign .views-field-field-paragraph {
  margin-bottom: 0 !important;
}

.page-node-type-campaign .file-icon {
  display: none;
}

/*.page-node-type-campaign .file {
  background-image: url("/themes/paho/images/misc/file-placeholder.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 285px;
  background-color: transparent;
}*/

.page-node-type-campaign .pdfpreview-image-wrapper img {
  border: 1px solid #ccc;
}

.page-node-type-campaign .file-icon {
  display: none;
}

.page-node-type-campaign .file-link {
  text-align: center;
}

.page-node-type-campaign .file-link a {
  color: #FFF !important;
  background-color: #1E7FB8;
  font-size: 1rem;
}

/*.paragraph--type--campaign-toolkit-pdf.no-upload::before {
  background-image: url("/themes/paho/images/misc/pdf-placeholder.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 285px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px
}*/

/*
.paragraph--type--campaign-toolkit-microsoft-files.no-upload::before,
.paragraph--type--campaign-toolkit-microsoft-files.file-upload::before {
  background-image: url("/themes/paho/images/misc/file-placeholder.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 285px;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
}*/

.field--name-field-campaign-toolkit-filename {
  font-size:26px;
  font-weight:bold;
  font-family:Roboto Condensed;
}

.field--name-field-campaign-toolkit-microsoft .file a {
  display:none;
}

.page-node-type-campaign .field--name-field-campaign-toolkit-descripti {
  margin: 10px 0;
}

.page-node-type-campaign .file-size {
  display: none;
}

.page-node-type-campaign .field--name-field-campaign-toolkit-link {
  text-align: center !important;
  clear: both;
  padding: 15px;
  margin-bottom: 20px;
}

.page-node-type-campaign .field--name-field-campaign-toolkit-link a {
  padding: 17px 50px;
  background-color: #ff671c;
  color: #FFFFFF;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.page-node-type-campaign .field--name-field-campaign-toolkit-link a:hover {
  background-color: #337ab7;
}

.wallpaper-page .paragraph--type--bp-columns:has(.field--name-field-campaign-toolkit-link) {
  max-width: 1490px;
  padding: 0 20px;
  margin: 0 auto;
}

.page-node-type-campaign.wallpaper-page .paragraph--type--bp-columns:nth-of-type(odd) {
  background-color: #efeeec;
}

.page-node-type-campaign .paragraph--type--bp-columns .pdfpreview-image-wrapper img,
.page-node-type-campaign .paragraph--type--bp-columns span.file {
  margin: 0 auto
}

/*Home page APS*/

/*NavBar*/
.aps-home-navbar {
  padding-left: 2rem;
  background-color: #b8d9eb;
  overflow: hidden;
}
.aps-home-navbar a {
  float: left;
  font-size: 15px;
  color: #00293c;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.aps-home-navbar a i {
  padding-right: 5px;
}

.aps-home-dropdown {
  float: left;
  overflow: hidden;
}
.aps-home-dropdown .aps-home-dropdown-button {
  font-size: 15px;
  border: none;
  outline: none;
  color: #00293c;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.aps-home-dropdown .aps-home-dropdown-button i {
  padding-right: 5px;
}

.aps-home-navbar a:hover,
.aps-home-dropdown:hover .aps-home-dropdown-button {
  background-color: #a7cce1;
  color: #00293c;
}
.aps-home-dropdown-content {
  padding: 0px 10px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  font-size: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.aps-home-dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.aps-home-dropdown-content a:hover {
  background-color: #eee;
  color: #272727;
}
.aps-home-dropdown:hover .aps-home-dropdown-content {
  display: block;
}

.aps-home-dropdown-content .line-top {
  border-top: 1px solid #dadada;
}

.aps-home-navbar a.active {
  background-color: #00293c;
  color: white;
}

/*Introduction*/
.aps-home-introduction-content {
  padding: 50px 20px;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.aps-home-introduction-content .title {
  color: #333;
  line-height: 2rem;
  display: block;
  font-size: 26px;
}

.aps-home-introduction-button {
  background-color: #1e7fb8;
  color: white;
  padding: 15px;
  border-radius: 50px;
}

.aps-home-introduction-button i {
  margin-left: 3px;
}

.aps-home-introduction-button:hover {
  color: white;
  background-color: #1c73a6;
  text-decoration: none;
  cursor: pointer;
}

/*Source*/
.aps-home-source-content {
  padding: 0px 50px 50px;
}
.aps-home-source-line {
  height: 1px;
  width: 33px;
  margin-left: 0%;
  background-color: #373737;
}
.aps-home-source-content p {
  font-size: 12px;
}

/*Title domains*/
.aps-home-content-title {
  padding: 20px;
  margin-left: 15px;
}

.aps-home-content-title p {
  font-size: 24px;
  margin: 0px;
  padding: 0;
  line-height: 1.8rem;
}

.aps-home-title-line {
  height: 2px;
  width: 48px;
  margin: 5px 0px 0px 0px;
  background-color: #1e7fb8;
  display: block;
}

/*Cards domains*/
.aps-home-domain-subdomain-link {
  color: white;
  text-decoration: underline;
}
.aps-home-domain-line {
  margin-left: 0;
  margin-right: 0;
}
.aps-home-domain-subdomain-link:hover {
  color: #fa9e71;
  text-decoration: underline;
  cursor: pointer;
}
.aps-home-domain-card {
  margin: 2px 5px 10px;
  padding: 30px;
  height: 100%;
  background-color: #272727;
  color: white;
  border-radius: 20px;
  display: flex;
  flex-flow: column nowrap;
}
.aps-home-domain-title {
  color: #f9cfba;
  margin: 0px;
  font-size: 24px;
}
.aps-home-domain-icon {
  margin: 15px 0px;
  width: 5em;
}
.aps-home-domain-indicator {
  color: #b8d9eb;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 16px;
}
.aps-home-domain-subdomain {
  font-size: 16px;
  color: white;
  margin: 0px;
  padding: 0px;
}

.aps-home-domain-subdomain i {
  /**/
  color: #f9cfba;
}

.aps-home-domain-container-button {
  /**/
  padding: 15px 0px;
  margin-top: auto;
}

.aps-home-domain-button {
  background-color: #f49565;
  text-decoration: none;
  margin-top: 20px;
  color: #272727;
  padding: 15px;
  font-size: 16px;
  border-radius: 50px;
}

.aps-home-domain-button i {
  /**/
  margin-left: 3px;
}

.aps-home-domain-button:hover {
  color: #272727;
  background-color: #f5a57c;
  text-decoration: none;
  cursor: pointer;
}

/*Question Domains*/
.aps-home-question-title {
  margin: 20px;
}

.aps-home-question-title p {
  margin-bottom: 15px;
  font-size: 19px;
  display: block;
  line-height: 1.5rem;
}
.aps-home-question-container {
  padding: 20px;
}
.aps-home-question-subtitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.aps-home-question-subtitle i {
  color: #1e7fb8;
}
.aps-home-question-text {
  font-size: 16px;
}

/*Section video guide*/

.aps-home-guide-title p {
  font-size: 24px !important;
  line-height: 1.8rem;
}

.aps-home-guide-column {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 7px 9px 17px -1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 7px 9px 17px -1px rgba(0, 0, 0, 0.17);
  box-shadow: 7px 9px 17px -1px rgba(0, 0, 0, 0.17);
}

.aps-home-guide-column .text-content p {
  font-size: 16px !important;
}

.aps-home-guide-footer {
  margin: 30px 15px 0px;
  font-size: 14px;
}

.aps-home-guide-division-video {
  margin: 20px 15px;
}

.aps-home-guide-link {
  color: #1e7fb8;
  text-decoration: underline;
}

.aps-home-guide-container-button {
  padding: 15px 0px;
}

.aps-home-guide-container-button .aps-home-domain-button {
  margin-top: 20px;
}

/*Button back top*/
.aps-button-top {
  float: right;
  opacity: 0.3;
  top: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #263238;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(38, 50, 56, 0.5);
  box-shadow: 0 0 10px 0 rgba(38, 50, 56, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out, bottom 0.7s ease-in-out;
  transition: all 0.25s ease-in-out, bottom 0.7s ease-in-out;
}
.aps-button-top:hover {
  opacity: 1;
}
.aps-button-top a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

/*Dashboards*/

/*Tabs domains*/

.aps-dash-pills-domains {
  margin: 20px 0px;
  padding: 0;
}

.aps-dash-pills-domains > li > a {
  margin-right: 5px;
  padding: 15px 25px;
  color: black;
  background-color: #b8d9eb;
}
.aps-dash-pills-domains > li > .aps-dash-pills-dropdown > button {
  margin-right: 5px;
  padding: 15px 25px;
  color: black;
  background-color: #b8d9eb;
}
.aps-dash-pills-domains > li > a:hover {
  color: black;
  background-color: #96c3dc;
  text-decoration: none;
}
.aps-dash-pills-domains > li > a:focus {
  color: black;
  background-color: #f49565;
  text-decoration: none;
}
.aps-dash-pills-domains > li.active > a,
.aps-dash-pills-domains > li.active > a:focus {
  color: black;
  background-color: #f49565;
  text-decoration: none;
}
.aps-dash-pills-domains > li.active > a:hover {
  background-color: #e68a5c;
  color: black;
  text-decoration: none;
}
a .aps-dash-guide-link {
  color: #337ab7;
  text-decoration: underline;
  font-weight: 700;
}
a .aps-dash-guide-link:hover {
  color: #23527c;
}
.aps-dash-powerbi-content {
  position: relative;
  padding-bottom: 75%;
}
.aps-dash-powerbi-iframe {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aps-dash-pills-dropdown:hover > .aps-dash-pills-dropdown-content {
  display: block;
}

.aps-dash-pills-content p {
  font-size: 16px;
}

/*Tabs impact subdomain*/

.aps-dash-nav-pills-impact li p {
  padding: 0px;
}

.aps-dash-nav-pills-impact > li > a {
  display: flex;
  background-color: transparent;
  text-decoration: none;
}
.aps-dash-nav-pills-impact > li > a:hover {
  text-decoration: none;
}
.aps-dash-nav-pills-impact > li > a > .aps-dash-subdomain-number {
  background: #64a7d2;
  color: white;
  border-radius: 30px;
  width: 28px;
  height: 28px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  text-decoration: none;
}
.aps-dash-nav-pills-impact > li.active > a > .aps-dash-subdomain-number {
  background: #e68a5c;
}
.aps-dash-nav-pills-impact > li.active > a > p {
  color: #2a5056;
  font-weight: bold;
  text-decoration: none;
}
.aps-dash-nav-pills-impact > li.active > a {
  background-color: transparent;
  text-decoration: none;
}
.aps-dash-nav-pills-impact > li.active > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.aps-dash-nav-pills-impact > li.active > a:focus {
  background-color: transparent;
  text-decoration: none;
}

/*Guide Dash*/
.aps-dash-guide-title {
  font-size: 26px;
  line-height: 2rem;
  display: block;
}


/*DESKTOP*/
@media screen and (min-width:992px) and (max-width: 9999px) {
  /*body {background-color: lightblue;}*/
}

/*DESKTOP BROWSER ON SMALL MONITOR*/
@media screen and (min-width:991px) and (max-width: 1199px) {
  /*body {background-color: lightgreen;}*/
}

/*OVERWRITE TO VIDEOBACKGROUND BANNER BLOCK MODULE*/
@media screen and (max-device-width: 800px) {
  #bgvid {
    display: block;
  }
  .video-banner-wrapper video {
    height: auto !important;
  }
  .video-banner-wrapper {
    height: auto !important;
  }
}

/*MOBILE LANDSCAPE*/
@media screen and (min-width: 481px) and (max-width: 767px) {
  /*body {background-color: lightyellow;}*/
  #block-frontpagevideo,
  #block-frontpagevideo .paragraph--type--xeno-hero {
    height: auto;
    padding-bottom: 20px;
  }
  #block-frontpagevideo > div > div > div > div.paragraph--type--xeno-hero__image:not([class*="col-"]) {
    width: 100%;
    height: 253px;
    position: unset;
  }
  .paragraph--type--home-page-hero-texts {
    position: inherit;
    width: 100%;
    padding: 0;
  }
  .paragraph--type--home-page-hero-texts .field--name-field-title {
    padding-top: 20px;
  }
  #block-frontpagevideo .paragraph {
    padding: 0;
  }
  .field--name-field-embed-youtube-image img {
    display: none;
  }
  #views-bootstrap-events-events-page .row {
    display: inline-grid;
  }
}

/*TABLETS POTRAIT*/
@media screen and (min-width:768px) and (max-width: 991px) {
  /*body {background-color: blueviolet}*/
  #block-frontpagevideo,
  #block-frontpagevideo .paragraph--type--xeno-hero {
    height: auto;
    padding-bottom: 20px;
  }
  #block-frontpagevideo > div > div > div > div.paragraph--type--xeno-hero__image:not([class*="col-"]) {
    width: 100%;
    height: 383px;
    position: unset;
  }
  .paragraph--type--home-page-hero-texts {
    position: inherit;
    width: 100%;
    padding: 0;
  }
  .paragraph--type--home-page-hero-texts .field--name-field-title {
    padding-top: 20px;
  }
  #block-frontpagevideo .paragraph {
    padding: 0;
  }
  .field--name-field-embed-youtube-image img {
    display: none;
  }
}

/*TABLET LANDSCAPE*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /*body {background-color: lightgrey;}*/
  .field--name-field-embed-youtube-image img {
    display: none;
  }
}

/*MOBILE AND MEDIUM DISPLAY*/
@media screen and (min-width: 1px) and (max-width: 767px) {

.path-documents .documents-grid .panel-default {
  width:100%;
}
/*TABLE RESPONSIVE FOR DOCUMENTS START*/
.page-node-type-documents .block-views-blockdocumentos-document-view .table>tbody>tr>td {
  white-space: normal;
}

.page-node-type-documents .block-views-blockdocumentos-document-view .document-row img {
  padding: 0;
  margin: 0 auto;
}

.page-node-type-documents .block-views-blockdocumentos-document-view .file--application-pdf {
  margin: 0 auto;
}

.page-node-type-documents .block-views-blockdocumentos-document-view .document-view .views-field-field-image {
  width: 100%;
  margin: 15px auto 0 auto;
  text-align: center !important;
  float: none;
}

.page-node-type-documents .block-views-blockdocumentos-document-view .download-button {
  margin-top: 20px;
}

.page-node-type-documents .block-views-blockdocumentos-document-view .document-view .views-field-body {
  margin: 0 5px;
}

.page-node-type-documents .block-views-blockdocumentos-document-view .file>span.file-size {
  display: none;
}

.page-node-type-documents .block-views-blockdocumentos-document-view table td {
  display: block;
}
/*TABLE RESPONSIVE FOR DOCUMENTS END*/
}

/*ALL MOBILE PHONES PORTRAIT*/
@media screen and (min-width: 1px) and (max-width: 480px) {
  .highlighted {
    padding-top: 117px;
  }
  .main-container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .main-container .row {
    margin-top:0;
  }
  *[class*="paragraph--color"] {
    padding: 0 15px;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.9em;
  }
  /*Homepage Campaign Block*/
  .hm-campaign {
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .hm-campaign .views-field-created {
    margin-bottom:20px;
  }
  .hm-campaign div,
  .hm-campaign section {
    padding-left:0;
    padding-right:0;
  }
  #block-views-block-alertas-block-1 {
    margin-bottom:20px
  }
  .paragraph--id--31450 .field--name-field-title {
    font-family: "Roboto Condensed" !important;
    font-weight: 700 !important;
    font-size:1.9em !important;
    line-height:normal;
  }
  .paragraph--id--31450 .field--name-field-body h3{
    font-weight:normal !important;
    font-family: "Roboto Condensed" !important;
    font-size:1em !important;
  }
  .paragraph--id--41238 .paragraph--type--bp-columns__3col {
    padding-top:25px !important;
  }
  .paragraph--id--41238 .paragraph__column h3 {
    padding-bottom:25px;
  }
  .paragraph--id--41238 .paragraph__column h2,
  .paragraph--id--41238 .paragraph__column h3 {
    margin:0;
  }
  .paragraph--id--41238 .paragraph--type--bp-columns__3col {
    padding:0px 0 0px 0;
  }
  .paragraph--id--41238 .paragraph--type--bp-columns__3col .paragraph--id--41236,
  .paragraph--id--41238 .paragraph--type--bp-columns__3col .paragraph--id--43856 {
    border-bottom:1px solid #FFF;
    margin:0
  }
  .flexslider {
    margin-bottom: 0;
  }
  .flex-caption {
    font-size: 10px;
  }
  .navbar .logo {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  #block-donar .text-align-right {
    padding-bottom: 0 !important;
  }
  .container>.navbar-header .logo {
    padding: 10px 15px;
  }
  #views-bootstrap-alertas-block-1 {
    padding-top: 10px;
  }
  .documents-grid #views-bootstrap-alertas-block-1 .col {
    padding: 0;
  }
  .documents-grid .epidemiological-alert.col {
    margin: 0;
    padding: 0;
  }
  .fluid-width-video-wrapper {
    margin-bottom: 15px;
  }
  .paragraph--type--embed-youtube>div.paragraph__column>div.field--name-field-embed-youtube-title {
    display: none;
  }
  .paragraph--type--embed-youtube>div.paragraph__column>div.field--name-field-embed-youtube-video iframe {
    display: none;
  }
  .paragraph--type--embed-youtube>div.paragraph__column>div.field--name-field-embed-youtube-video {
    display: none;
  }
  #block-views-block-events-featured-event-block-1,
  #block-views-block-events-featured-event-block {
    padding:0px
  }

  /*TOP HERO IMAGE HOMEPAGE*/
  .path-frontpage #block-donar .text-align-right {
    padding-bottom: 0 !important;
  }
  #block-frontpagevideo .paragraph {
    padding: 0;
    margin: 0;
  }
  #block-frontpagevideo,
  #block-frontpagevideo .paragraph--type--xeno-hero {
    height: auto;
    padding-bottom: 20px;
    max-height: inherit;
    min-height: auto;
  }
  #block-frontpagevideo > div > div > div > div.paragraph--type--xeno-hero__image:not([class*="col-"]) {
    width: 100%;
    height: 195px;
    background-size: cover;
    overflow: hidden;
    position: unset;
    margin: 0;
    padding: 0;
  }
  .paragraph--type--xeno-hero__image {
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
  }
  .paragraph--type--home-page-hero-texts {
    position: inherit;
    width: 100%;
    padding: 0;
  }
  .paragraph--type--home-page-hero-texts .field--name-field-title {
    padding-top: 20px;
  }
  #block-frontpagevideo .paragraph {
    padding: 0;
  }
  .paragraph--type--xeno-hero__image h1 {
    display: none;
  }
  #block-frontpagedata .field--name-bp-header {
    margin-top: 30px;
  }
  #block-frontpagedata .paragraph.paragraph--type--bp-columns {
    padding: 0!important;
  }
  #block-keymessages .paragraph.paragraph--type--bp-columns {
    padding: 0!important;
  }
  #block-keymessages .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__5col{
    /*border: 1px dotted white;*/
    margin: 30px 0;
  }
  #block-frontpagedata .paragraph,
  #block-keymessages .paragraph {
    padding: 0 !important;
  }
  #block-frontpagevideo .field--type-text-long span {
    color: #ffffff;
  }
  #block-frontpagevideo .paragraph--color--rgba-black-light {
    background-color: transparent;
  }
  #block-frontpagevideo {
    height: fit-content;
  }
  #block-frontpagevideo h3 {
    margin-bottom: 10px;
  }
  #block-frontpagevideo h4 {
    color: #31708f;
  }
  .alert {
    margin-bottom: 0;
  }
  /*event bottom*/
  .events-grid .row {
    display: block;
  }
  .path-events #views-bootstrap-events-events-page .col {
    margin: 0 0 30px 0;
  }
  #block-views-block-events-block-1 .views-field-field-image,
  #block-views-block-events-block-2 .views-field-field-image {
    max-width:inherit;
  }
  #block-views-block-events-block-1 .col {
    margin-bottom: 20px;
  }

  #block-frontpagedata .paragraph--id--9332 {
    padding: 30px 30px;
  }
  .path-frontpage .block-views-blocknews-latest-news-block h2.block-title {
    padding: 20px 0 0 0 !important;
    margin-top: 0;
  }
  .news-grid .views-field-title a {
    font-size: 1.2rem;
    line-height: normal;
  }
  .news-grid .col {
    min-height: 162px;
    overflow: hidden;
    padding: 0;
  }
  .news-grid .row {
    margin: 0;
  }
  .news-grid .more-link {
    padding-bottom: 15px;
  }
  #block-directorscornerblock .paragraph {
    margin: 0;
    padding: 0;
  }
  #block-directorscornerblock .paragraph--id--3070 span {
    color: #333 !important;
  }
  .paragraph--id--30141 {
    text-align: center;
  }
  .paragraph--id--30141 .align-center {
    margin: 0;
  }
  #block-directorscornerblock p {
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
  }
  #block-directorscornerblock .more-button {
    text-align: center;
    margin: 0 0 30px 0;
  }
  #block-directorscornerblock .paragraph--type--bp-columns__2col img {
    padding:30px 0px 0 0;
  }
  #block-directorscornerblock .more-button {
    margin:0 !important;
  }
  #block-directorscornerblock .paragraph--id--30141 .paragraph__column h2 {
    padding:0;
    margin-left: 0;
  }
  #block-directorscornerblock .paragraph--id--30141 .paragraph__column .field--type-text-long {
    padding:10px 0 30px 0 !important;
  }
  #block-keymessages .paragraph--color {
    padding: 30px 0;
  }
  #block-frontpagedata .paragraph--type--bp-columns__4col,
  .page-node-type-page .paragraph--type--bp-columns__4col {
    padding: 0 !important;
  }
  #block-keymessages .paragraph--type--bp-columns__4col {
    padding: 40px 15px 0 15px;
  }
  #block-frontpagefeaturedstory .paragraph--color {
    padding: 30px 0 !important;
  }
  #block-frontpagefeaturedstory .paragraph--color .paragraph--type--bp-columns__2col {
    padding: 0 15px;
  }
  #block-frontpagefeaturedstory h2 {
    margin: 0 0 15px 0;
  }
  #views-bootstrap-events-featured-event-block-1 {
    min-height: auto;
    margin-bottom: 10px;
  }
  #views-bootstrap-events-featured-event-block-1 .views-field-field-image {
    float: none;
  }
  #views-bootstrap-events-featured-event-block-1 .field-content {
    display: inline-block;
    padding: 0;
  }
  #views-bootstrap-events-featured-event-block-1 .views-field-field-start-date div,
  #views-bootstrap-events-featured-event-block-1 .views-field-title span {
    padding: 0 20px 10px 20px;
  }
  #views-bootstrap-events-featured-event-block-1 .views-field {
    display: table-header-group;
  }
  #block-views-block-events-featured-event-block #views-bootstrap-events-featured-event-block {
    margin: 0;
  }
  .news-grid .view-content {
    background-color: transparent;
  }
  .news-grid .col {
    background-color: #EEEEEC;
  }
  .news-grid .col {
    padding-bottom: 20px;
  }
  .news-grid .views-field-field-image {
    display: contents !important;
  }
  /*topic pages*/
  .page-node-type-health-topic .paragraph {
    padding: 0 !important;
  }
  .page-node-type-health-topic .field--name-bp-header,
  .paragraph__column h2 {
    margin-left: 15px;
  }

  .page-node-type-page .field--name-bp-header,
  .paragraph__column h3 {
    margin-left: 15px;
  }

  .page-node-type-health-topic .paragraph--id--7113 {
    margin: 30px 0;
  }
  .page-node-type-health-topic .paragraph--type--bp-columns__2col,
  .page-node-type-health-topic .paragraph--type--bp-columns__3col,
  .page-node-type-health-topic .paragraph--type--bp-columns__4col,
  .page-node-type-health-topic .paragraph--type--bp-columns__5col {
    padding-left: 15px !important;
  }
  .page-node-type-health-topic .paragraph--bp-accordion-container .field--name-bp-text {
    padding: 0 15px;
  }
  .page-node-type-health-topic .health-topic.full .field--label {
    margin-top: 30px;
  }
  .page-node-type-health-topic .paragraph.paragraph--type--bp-card {
    padding: 0 !important;
  }
  .page-node-type-health-topic .paragraph.paragraph--type--bp-card .card-image {
    text-align: -webkit-center;
    background-color: #000;
  }
  .paragraph__column .bs_grid .content {
    margin-bottom: 30px;
  }
  /*.video-embed-field-provider-youtube iframe {
    padding-bottom: 30px;
  }*/
  .dark-grid .col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }
/*countries table page*/
table {
  width: 100% !important;
  border-collapse: collapse !important;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee !important;
}
th {
  background: #333 !important;
  color: white !important;
  font-weight: bold !important;
}
td, th {
  padding: 10px 6px !important;
  text-align: left !important;
}
.td1 {
  min-width:auto !important;
}
.page-header {
  margin: 0;
}
/*Subsite*/
.page-node-type-representation .block-views-blockvistas-oficina-hero-image-block {
  margin-bottom: 15px;
}
/*Subsite Vacunas-contra-covid-19 page*/
.page-node-type-representation .paragraph.paragraph--color+.paragraph>.paragraph__column {
  padding-top: 0;
}
.padding25 {
  padding-left:0;
  padding-right: 0;
}
.page-node-type-representation .breadcrumb {
  display: block;
}
.page-node-type-representation .paragraph--type--bp-columns__2col {
  padding-left: 0;
}
#block-views-block-vistas-oficina-country-social-media-block {
  position: unset;
  text-align: center;
  /*padding: 15px 0 20px 0; shows padding still if empty*/
}
#block-views-block-vistas-oficina-country-social-media-block .sm-icon {
  margin: 15px 5px 20px 5px;
}
.page-node-type-representation #block-views-block-vistas-oficina-block-2 {
  padding-bottom: 0;
}
.page-node-type-representation article img {
  padding: 0;
}
.page-node-type-representation .paragraph__column .field--name-bp-header {
  padding: 0 15px;
}
.page-node-type-representation  .region a.more-button {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.page-node-type-representation .paragraph>.paragraph__column {
  padding-left: 0;
  padding-right: 0;
}
/*Paragraph Carousel*/
/*.paragraph--type--bp-carousel {
  background-color: red !important;
}*/
/*Taxonomy Pages*/
.path-taxonomy .region.region-content {
  margin-top: 15px;
}
/*Destination Elimination*/
.dropdown {
  margin-bottom: 20px;
}
.dropdown .btn {
  white-space:normal;
}
.dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: none;
  width: 100%;
}
/*XENO Image responsive on mobile*/
.paragraph--type--xeno-hero {
  max-height: 218px;
  min-height: auto;
}
.paragraph {
  padding:0;
}
.field--name-bp-header {
  padding: 0 0 0 15px;
}
/*Ckeditor Grid New Module*/
.row.two-col .col-first,
.row.two-col .col-second,
.row.two-col .col-third,
.row.two-col .col-fourth,
.row.three-col .col-first,
.row.three-col .col-second,
.row.three-col .col-third,
.row.three-col .col-fourth{
  padding-left: 0;
  padding-right: 0;
}
/*HERO Title Over Image
.block-views-blockparagraphs-block-1 .paragraph--type--xeno-hero__image {
  background-size: cover !important;
}
.block-views-blockparagraphs-block-1 .field--name-field-title-over-hero-image {
  max-width: 300px;
  font-size: 15px;
}
.block-views-blockparagraphs-block-1 .field--name-field-title-over-hero-image h2 {
  font-size: 25px !important;
}
END HERO Title Over Image*/

}


/*Jorge overwriting bp_card*/
.paragraph__column .card-image h2 {
  margin:0;
}
.paragraph__column .card-title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  clear: both;
  font-size: 24px;
}

.paragraph.card {
  padding: 0px 0;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  overflow: hidden;
}

a .card {
  color: #111;
}

a:hover .card {
  text-decoration: none;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card--small-left .card-image {
  width: 50%;
  display: table-cell;
  border-radius: calc(0.25rem - 1px);
}

.card--small-left {
  display: table;
}

.card--small-left .card-body {
  width: 50%;
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 1.25rem;
  color: #111;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-image {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-image-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-image-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-image-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-image-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-image-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-image-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card .card-header {
  margin-bottom: -1px;
}
/*End of Jorge overwriting bp_card*/

/*Hide Event Title on Event Content Type Page*/
.page-node-type-eventos .event-img-wrapper .event-img-text .headline--blue-bg span {
  display:none;
}


@-moz-document url-prefix() {

  .path-frontpage .paragraph--id--22442 > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img {
    margin-left: auto;
    margin-right: auto;
  }

  .path-frontpage .paragraph--id--22445 > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img {
    margin-left: auto;
    margin-right: auto;
  }

  .path-frontpage .paragraph--id--22448 > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img {
    margin-left: auto;
    margin-right: auto;
  }

  .path-frontpage .paragraph--id--22451 > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph--id--22442 > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > img {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph--id--22445 > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > img {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph--id--22448 > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > img {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph--id--22451 > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > img {
    margin-left: auto;
    margin-right: auto;
  }

}

/* -- Story content type embed free tag, topic and subsite/country */

.page-node-type-story #block-freetagspublic {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.page-node-type-story #block-topic {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.page-node-type-story #block-subsitecountry {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.page-node-type-story .paragraph>.paragraph__column {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-node-type-story .paragraph {
    padding: 0;
  }
  .field--name-field-embed-youtube-image img {
    display: none;
  }
}

.y-play-icon {
  width: 60px;
}

#block-views-block-events-other-events-block .views-field-created {
  font-size: 85%;
  color: #999;
  position: relative;
  margin-top: 5px;
}

#block-views-block-documentos-documents-by-topic .view-header,
#block-views-block-documentos-block-1 .view-header,
#block-views-block-documentos-block-4 .view-header,
#block-views-block-mandates-by-topic .view-header,
#block-views-block-documentos-block-6 .view-header,
#block-views-block-documentos-block-9 .view-header,
#block-views-block-documentos-block-10 .view-header
{
  margin-top: -42px;
}

#block-views-block-events-block-3 .block-title, #block-views-block-events-block-1 .block-title {
  margin-bottom: 0;
}
#block-views-block-events-block-3 .view-header, #block-views-block-events-block-1 .view-header {
  margin-top: -38px;
}
#block-views-block-events-block-3 .more-link, #block-views-block-events-block-1 .more-link {
  margin-bottom: 20px;
}
#block-views-block-events-block-3 .view-header p, #block-views-block-events-block-1 .view-header p {
  font-size: 14px;
}


@media only screen and (max-width: 768px){
  .page-node-type-health-topic .more-link, .page-node-type-representation .more-link{
    float: left;
  }

  #block-views-block-documentos-documents-by-topic .view-header,
  #block-views-block-documentos-block-1 .view-header,
  #block-views-block-documentos-block-4 .view-header,
  #block-views-block-mandates-by-topic .view-header,
  #block-views-block-documentos-block-6 .view-header,
  #block-views-block-documentos-block-9 .view-header,
  #block-views-block-documentos-block-10 .view-header {
    margin-top: 0px;
    display: inline-block;
  }

  #block-views-block-events-block-3 .view-header, #block-views-block-events-block-1 .view-header {
    margin-top: 0px;
  }

}

/* Responsive menu design */
.resp-content-nav h4 {
  display: none;
}
#resp-menu-toggle {
  display: none;
}
.resp-contentmenu li {
  list-style-type: none;
}
.resp-contentmenu {
  overflow: hidden;
  background-color: #ffffff;
}
.resp-contentmenu a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}
.resp-contentmenu a:hover {
  background-color: #00c4b3;
  color: white;
}
.resp-contentmenu .active {
  background-color: #00c4b3;
  color: white;
}
.resp-menu-container {
  display: none !important;
}

@media (max-width: 768px) {
  .resp-content-nav h4 {
    display: block;
    vertical-align: center;
    text-align: center;
  }
  .resp-content-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #1e7fb8;
    color: #FFF;
    height: 40px;
    padding: 1em;
  }
  .resp-content-nav a {
    padding: 0px 0px;
  }
  .resp-contentmenu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 99;
  }
  .resp-contentmenu > li {
    margin: 0 1rem;
    overflow: hidden;
  }
  .resp-menu-container {
    display: block !important;
    height: 15px;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../images/bars-solid.png") no-repeat scroll 0 0 transparent;
  }
  #resp-menu-toggle {
    display: none;
  }
  .resp-menu-button,
  .resp-menu-button::before,
  .resp-menu-button::after {
    display: block;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  .resp-menu-button::before {
    content: '';
    margin-top: -8px;
  }
  .resp-menu-button::after {
    content: '';
    margin-top: 8px;
  }
  #resp-menu-toggle:checked + .resp-menu-container .resp-menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  #resp-menu-toggle:checked + .resp-menu-container .resp-menu-button {
    background: rgba(255, 255, 255, 0);
  }
  #resp-menu-toggle:checked + .resp-menu-container .resp-menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }

  .resp-contentmenu a {
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    color: black;
  }
  .resp-contentmenu a:hover {
    background-color: #00c4b3;
    color: white;
  }
  .resp-menu-container {
    display: flex;
  }
  .resp-contentmenu {
    position: absolute;
    top: 0;
    margin-top: 60px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  #resp-menu-toggle ~ .resp-contentmenu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #resp-menu-toggle:checked ~ .resp-contentmenu li {
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .resp-contentmenu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    background-color: white;
  }
  .resp-contentmenu > li:hover {
    color: white;
    background-color: #00c4b3;
    width: 100%;
    height: 100%;
  }
  .resp-contentmenu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .resp-contentmenu li {
    padding: 0px;
  }
  .resp-contentmenu li a {
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
  }
}

.esc-responsive-img img {
  width: auto !important;
  margin:0 auto !important;
}
