/*
 * @file
 * Presentational styles for Drupal stark theme layout.
 *
 * It is left empty for testing purposes.
 *
 * @see https://www.drupal.org/project/drupal/issues/2349711
 */

@font-face {
  font-family: 'DDinBold';
  src: url('fonts/D-DIN-Bold.otf');
}
@font-face {
  font-family: 'DDin';
  src: url('fonts/D-DIN.otf');
}
@font-face {
	font-family: 'DDinCondensedBold';
    src: url('fonts/D-DINCondensed-Bold.otf');
}
@font-face {
	font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'RobotoLight';
    src: url('fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
	font-family: 'RobotoCondensed';
    src: url('fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf');
}
/* Font Face D-Din font */

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

@font-face {
  font-family: 'DDin-Condensed';
  src: url('fonts/D-DINCondensed.eot');
  src: url('fonts/D-DINCondensed.eot?#iefix') format('embedded-opentype'),
      url('fonts/D-DINCondensed.woff2') format('woff2'),
      url('fonts/D-DINCondensed.woff') format('woff'),
      url('fonts/D-DINCondensed.ttf') format('truetype'),
      url('fonts/D-DINCondensed.svg#D-DINCondensed') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'DDin';
  src: url('fonts/D-DINCondensed_1.eot');
  src: url('fonts/D-DINCondensed_1.eot?#iefix') format('embedded-opentype'),
      url('fonts/D-DINCondensed_1.woff2') format('woff2'),
      url('fonts/D-DINCondensed_1.woff') format('woff'),
      url('fonts/D-DINCondensed_1.ttf') format('truetype'),
      url('fonts/D-DINCondensed_1.svg#D-DINCondensed') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'DDin';
  src: url('fonts/D-DIN-Bold.eot');
  src: url('fonts/D-DIN-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/D-DIN-Bold.woff2') format('woff2'),
      url('fonts/D-DIN-Bold.woff') format('woff'),
      url('fonts/D-DIN-Bold.ttf') format('truetype'),
      url('fonts/D-DIN-Bold.svg#D-DIN-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DDinCondensedBold';
  src: url('fonts/D-DINCondensed-Bold.otf');
  font-weight: bold;
  font-style: normal;
}

/* All */
body {
	background: #fff !important;
}
p {
	margin: 0;
}
 /*** Header ***/
#header {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(0,69,148,1);
  background: -moz-linear-gradient(left, rgba(0,69,148,1) 0%, rgba(0,129,199,1) 49%, rgba(0,169,173,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,69,148,1)), color-stop(49%, rgba(0,129,199,1)), color-stop(100%, rgba(0,169,173,1)));
  background: -webkit-linear-gradient(left, rgba(0,69,148,1) 0%, rgba(0,129,199,1) 49%, rgba(0,169,173,1) 100%);
  background: -o-linear-gradient(left, rgba(0,69,148,1) 0%, rgba(0,129,199,1) 49%, rgba(0,169,173,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,69,148,1) 0%, rgba(0,129,199,1) 49%, rgba(0,169,173,1) 100%);
  background: linear-gradient(to right, rgba(0,69,148,1) 0%, rgba(0,129,199,1) 49%, rgba(0,169,173,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004594', endColorstr='#3da7ab', GradientType=1 );
  transform-origin: top left;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  font-family: 'DDIN';
}
/*
div#block-h2vtheme-branding {
  float: left;
  font-weight: normal;
  margin-left: 2%;
}
*/
div#block-h2vtheme-branding {
	float: left;
	font-weight: normal;
	margin-left: 1em;
	min-width: 15em;
	margin-top: 1em;
	height: 5em;
	/*margin-bottom: 2em;*/
}
div#block-h2vtheme-branding .site-branding__name{
	display: none;
}
div#block-h2vtheme-page-title {
  display: none;
}

.main-content .section {
  padding: 0 !important;
}
.layout-main {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

/*** User menu ***/
nav#block-h2vtheme-account-menu{
  float: right;
  color: #fff;
}
nav#block-h2vtheme-account-menu ul {
  border: 1px solid;
  border-radius: 20px;
  list-style: none;
}
nav#block-h2vtheme-account-menu input{
  background: none;
  color: #fff;
  font-size: 1em;
  border: 1px solid;
  border-radius: 40px;
  padding: 0.3em 3em;
  cursor: pointer
}
nav#block-h2vtheme-account-menu a{
	color: #fff;
  font-family: 'DDIN';
  font-weight: 900;
}

/*** Main menu ***/
nav#block-h2vtheme-main-menu{
  display: block;
  clear: both;
  margin: 0 auto;
}

nav#block-h2vtheme-main-menu li{
  display: inline-block;
  color: #fff;
  padding: 0 2em;
  padding-left: 0;
  text-transform: uppercase;
  text-shadow: none;
}

nav#block-h2vtheme-main-menu li a{
  color: #fff;
  text-decoration: none;
  font-family: 'DDIN';
  background: transparent;
  text-shadow: none;
  font-weight: bold;
  font-size: 1.1em;
}

nav#block-h2vtheme-main-menu li a:hover{
  color: #ffed00
}

/*** Content: Basic Page ***/
body{
  font-family: 'DDIN';
}

.content{
  font-size: 1.2em;
}

.content .layout--onecol h1, .content .group-header h1{
  font-family: 'DDIN';
  font-weight: bold;
  font-size: 2.5em;
  color: #0081c7;
  line-height: 1.3;
  text-align: center;
}

.content .layout--onecol h2 {
  color: #3b3838;
  font-size: 1.5em;
  font-family: 'DDIN';
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.content .layout--onecol h3{
  color: #3b3838;
  margin-top: 0.5em;
  font-size: 2em;
  font-family: 'DDIN';
  font-weight: bold;
  margin-bottom: 0.5em;
}
.Main-page-content h2 {
    font-size: 2em ;
}
.Main-page-content .coltxt p {
    font-size: .9em !important;
}
/*** Subfooter ***/

.Main-page-content .coltxt .cita i {
    border: 0;
}
.Main-page-content .coltxt .cita {
    font-size: 1em !important;
    font-weight: bold;
    color: #0081c7;
    position: absolute;
    bottom: 7%;
    width: 30%;
    border: 0 !important;
}
.Main-page-content  .coltxt hr {
    margin-top: 3em;
    width: 100%;
    padding: 0 !important;
    min-width: 100%;
}
/*for all pages :)*/
.field.field--name-node-title.field--type-ds.field--label-hidden.field__item h1 {
    text-align: center;
}
/*for all pages*/

/*for home page*/
.path-frontpage #block-h2vtheme-content div.field.field--name-node-title h1 {
  display: none;
}
.home-text-container h1{
  text-align: left !important;
}
.grid-container.container .home-text-container:nth-child(2) h1{
  width: 400px;
}
.view-map-home div.field.field--name-node-title h1 {
  margin-left: .3em;
}
/*for home page*/

/*** Footer ***/
/*** Subfooter ***/
div#block-h2vtheme-subfooter {
	clear: both;
	width: 100%;
	margin: 0em auto 0em auto;
	font-family: 'DDIN';

}
.footer-left{
  float: left;
  margin: 1em;
}
.footer-left p{
  margin: 1em;
}
.footer-right{
  float: right;
}
.footer-right ul li{
  float: left;
  margin: 1em;
  color: #3da7ab;
}
.foot-left{
  width: 200px;
  float: left;
  margin-left: 2em;
  padding: 2em 0;
  padding-bottom: 0.5em;
}
.foot-left img{
  vertical-align: middle;
}
.foot-right{
  vertical-align: middle;
  position: relative;
  margin-top: 2em;
  float: left;
  margin-left: 1em;
  font-family: 'DDIN';
  font-size: 1.1em;

}
.foot-left > p {

	color: initial;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1.1em !important;
	    margin-bottom: 0;
		font-family: 'DDin';
    margin-left: 5em;
}
.foot-right ul {
    list-style: none !important;
}
footer {
  margin: 0;
  background-color: #000f22;
  color: #fff;
  clear: both;
  width: 100%;
  float: left;
}
.site-footer {
  background: #000f22;
}

/****  FOOTER LINKS START ****/
footer.site-footer {
    background-color: #ffffff !important;
}
.site-footer__bottom{
    border: none !important;
    margin-top: 0 !important;
}
.site-footer__bottom .menu-item a {
    border: none !important;
    color:#49a7a7 !important;
    font-family: 'DDIN' !important;
    transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}
.site-footer__bottom .menu-item a:hover {
  transform: scale(1.05 ,1.05);
  transition: all .2s ease-out;
}
.site-footer__bottom .menu-item a::before{
    content: "• " !important;
}
nav#block-h2vtheme-footer {
    display: table !important;
}
li.menu-item {
    display: inline !important;
}
.site-footer__bottom .region {
    margin: 5px 0 !important;
}


/*** FOOTER QUERY 700< BEGIN ***/

@media only screen  and (max-width: 700px) {

  nav#block-h2vtheme-footer {
      display: table !important;
      float: none !important;
      margin: 0 auto !important;
  }

  li.menu-item {
      display: inline !important;
  }

}
/*** FOOTER QUERY 700< END ***/


/****  FOOTER LINKS END ****/


/*** PARTNERS CSS BEGIN ***/

.partners-description p > img {
    margin-right: 20px;
    float: left;
    /* margin-bottom: 0px; */

}
.partners-description p a {
   border: none;
}
.partners-description > h2 + p {
	border-top: 1px solid cornflowerblue;
	padding-top: 20px;
	margin: 0;
	text-align: justify;
	margin-bottom: 5px;
}
.partners-description h2 {
    margin: 5px 0 !important;
    /* padding: 0; */
}

@media only screen  and (max-width: 700px) {

  .partners-description p > img {
      float: none;
      margin-right: 20px;
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;

      /* margin-bottom: 0px; */

  }
  .partners-description h2+p+p > a > img {
    transform: scale(1.2);
    padding: 10px;
  }

}
/*** PARTNERS CSS END ***/

/*** Slider Start ***/


/*.views-field.views-field-title .field-content {
    visibility: hidden;
    display: none;
}*/
.views-field.views-field-field-link {
	position: absolute;
	color: #fff;
}
.views-field.views-field-field-link .field-content a {
	position: relative;
	margin: 1em 0em 0em 2em;
	color: #fff;
	text-decoration: none !important;
	border: none;
	font-size: 3em;
	font-weight: 700;
	transition: all .2s ease-out;
	display: block;
}
.views-field.views-field-field-link .field-content a:hover {
  color: #0081c7;
}

div#views_slideshow_cycle_teaser_section_slider_home-block_1 {
    margin: 0 auto;
}

/*** Slider End **/

/*--------------- NUEVOS ESTILOS ----------------- */
.ds-2col-stacked-fluid > .group-left {
  float: left;
  width: 48%;
}
.ds-2col-stacked-fluid > .group-right {
  float: right;
  width: 48%;
}

.page-node-type-questionnaire-chapter-1 #block-h2vtheme-content {
    padding: 0;
}
#block-h2vtheme-content, #block-views-block-map-home-block-1 {
  margin-left: auto;
  margin-right: auto;
  padding: 0px 4% 0px 4% !important;
  }

/* #block-h2vtheme-subfooter .content {
	margin: 0 auto;
	padding: 0em 130px;
} */
.group-right {
  margin-bottom: 2em !important;
}
.foot-left {
    float: left;
    width: auto !important;
    padding: 0px !important;
    margin: 0px !important;
}
.foot-left img {
    vertical-align: middle;
    width: 120px !important;
	object-fit: contain;
}
.foot-right {
    float: right;
	top: 10px;
    padding: 0px !important;
    margin: 0px !important;
}
.foot-right p {
    font-weight: 300 !important;
    padding: 20px 0px 0 20px !important;
    font-size: 0.9em;
    color: #777;
}
.foot-right ul {
    list-style: none;
}
.foot-right ul li a:hover {
    border-bottom: 2px solid;
}
.foot-left img:nth-child(2) {
    width: 120px;
    margin: 0 1em;
}
#block-h2vtheme-branding a:nth-child(1) img {
    width: 310px !important;
    padding-top: 0px;
}
#block-h2vtheme-branding a:nth-child(2) img {
    width: auto !important;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 4px;
}
.region-secondary-menu .menu {
    font-size: 0.9em;
}
#page .ui-widget {
  font-family: 'DDIN';
}
input,
textarea,
select {
  font-family: 'DDIN';
}
.node-form label,
.node-form .description,
.node-form .form-wrapper .label {
  font-family: 'DDIN';
}
.comment-form label {
  font-family: 'DDIN';
}
input.form-submit:hover, input.form-submit:focus {
	background: #0082cb;
}
.button:hover, .button:active, .button:focus {
	color: #fff;
}
.button {
	display: inline-block;
	padding: 0.5em 1.2em;
	color: #ffffff;
	border: none !important;
	border-radius: 0.84em;
  background-color: #0082cb;
  background-image: none;
  font-family: 'DDIN';
	font-size: 1.2em;
	font-weight: normal;
  line-height: normal;
  font-weight: 900;
}
.button:hover {
  color: #ffed00;
}
#edit-actions {
	margin-top: 2em;
  margin-bottom: 3em;
}
.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 {
	border: none !important;
	background: #0082cb;
	color: #ffffff !important;
}
summary {
	color: #003579;
	background: #a2dfe0;
	text-shadow: none;
  font-size: 1.1em;
  padding-bottom: 0.5em;
  padding-top: 0.4em;

}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color: #fff;
}
.node-form .form-wrapper {
	margin-bottom: 0.84em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: 'DDIN';
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsHeader}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsHeader}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsHeader}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsHeader}*/;
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsHeader}*/;
}
.form-composite > legend, .label {
	font-size: inherit;
	font-weight: normal;
}
label {
	font-weight: normal;
}
.form-textarea-wrapper textarea {
  height: 3.8em;
}
div.separator-line{
    border-bottom: 1px solid #dadada;
    height: 0px;
}
.horizontal-tabs .horizontal-tab-button a:hover {
	background-color: #a2dfe0;
}
.horizontal-tabs ul.horizontal-tabs-list li a {
  color: #333;
  }
.horizontal-tab-button.selected a {
	color: #fff;
}
.horizontal-tabs .horizontal-tab-button {
	background: #def0f0;
	border-right: 1px solid #bcd7d7;
}
.horizontal-tabs .horizontal-tabs-list {
	background-color: #def0f0;
}
.horizontal-tab-button.selected {
	background-color: #a2dfe0;
}

tbody div {
  margin-left: 0px !important;

}

/*Survey styles*/

/* Margin left for common survey divs */
div[class*='field--name-field-apply']{
  margin-left: 2em;
}
div[class*='field--name-field-bool']{
  margin-left: 2em;
}
div[class*='field--name-field-bool']{
  margin-left: 2em;
}
div[class*='field--name-field-ch1-subb3']{
  margin-left: 2em;
}
div[class*='field--name-field-ch1subblock1-']{
  margin-left: 2em;
}
div[class*='field--name-field-benefits']{
  margin-left: 2em;
}
div[class*='field--name-field-please-explain']{
  margin-left: 2em;
}

/* Margin left for particular survey divs */
.field--name-field-to-what-app-text {
  margin-left: 2em;
}
.wich_applications_ch1_base_block {
  margin-left: 2em;
}
.field--name-field-gensets {
  margin-left: 2em;
}
.field--name-field-non-chp-stationary-power {
  margin-left: 2em;
}
.field--name-field-chp-s {
  margin-left: 2em;
}
.field--name-field-at-what-value {
  margin-left: 2em;
}
.field--name-field-ch3-q2-when {
  margin-left: 2em;
}
.field--name-field-special-lan-please-explain {
  margin-left: 2em;
}
.field--name-field-free-access-please-explain {
  margin-left: 2em;
}
.field--name-field-free-parkin-please-explain {
  margin-left: 2em;
}
.field--name-field-free-access-please-explain {
  margin-left: 2em;
}
.field--name-field-other-please-explain {
  margin-left: 2em;
}
.field--name-field-ch-5-q-1-industries-cover {
  margin-left: 2em;
}
.field--name-field-ch-5-q-1-cover {
  margin-left: 2em;
}
.field--name-field-ch-5-q-1-subsidy-value {
  margin-left: 2em;
}
.field--name-field-ch-5-q-1-ref-par-ch4-sub-2 {
  margin-left: 2em;
}
.field--name-field-ch-5-q-2-applies-to {
  margin-left: 2em;
}
.field--name-field-ch-5-q-3-value {
  margin-left: 2em;
}
.field--name-field-ch-5-q-3-explain-1 {
  margin-left: 2em;
}
.field--name-field-ch-5-q-3-apply-to {
  margin-left: 2em;
}
.field--name-field-ch-5-q-3-explain-2 {
  margin-left: 2em;
}
.field--name-field-ch-5-q-1-industries-cover {
  margin-left: 2em;
}
.field--name-field-ch3-1-please-explain {
  margin-left: 2em;
}
.field--name-field-ch3-1-links-to-sources {
  margin-left: 2em;
}
.field--name-field-does-it-apply-to {
  margin-left: 2em;
}
.field--name-field-what-is-the-value-eur-mwh {
  margin-left: 2em;
}
.field--name-field-does-it-apply-to {
  margin-left: 2em;
}
.field--name-field-how-much-content-renewable {
  margin-left: 2em;
}
.field--name-field-ch4-bl3-does-it-apply-to {
  margin-left: 2em;
}
.field--name-field-value-of-the-subsidy {
  margin-left: 2em;
}
.field--name-field-exemption-applies-to {
  margin-left: 2em;
}
.field--name-field-subquotas-renewable-hydrog {
  margin-left: 2em;
}
.field--name-field-under-what-conditions {
  margin-left: 2em;
}
.field--name-field-why-not {
  margin-left: 2em;
}
.field--name-field-do-the-exemptions-reductio {
  margin-left: 2em;
}
.field--name-field-ch4-q8-exemptions-reductio {
  margin-left: 2em;
}
.field--name-field-what-is-the-share-of-costs {
  margin-left: 2em;
}
.field--name-field-ch4-q9-does-it-apply-to {
  margin-left: 2em;
}
.field--name-field-what-is-the-value-of-the-s {
  margin-left: 2em;
}
.field--name-field-ch4-q10-do-they-apply-to {
  margin-left: 2em;
}
.field--name-field-ch4-bl9-please-explain {
  margin-left: 2em;
}
.field--name-field-ch4-q11-please-explain {
  margin-left: 2em;
}
.field--name-field-ch4-q12-what-is-the-value {
  margin-left: 2em;
}
.field--name-field-ch-5-op-1-share {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-1-explain {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-2-share-1 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-2-share-2 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-2-share-3 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-2-share-4 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-2-share-5 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-5-explain {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-6-how-much-1 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-6-how-much-2 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-6-how-much-3 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-6-how-much-4 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-6-explain-1 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-6-explain-2 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-6-explain-3 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-6-explain-4 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-7-addit-1 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-7-addit-2 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-7-cond-3 {
  margin-left: 2em;
}
.field--name-field-ch4-op-q2-does-it-cover {
  margin-left: 2em;
}
.field--name-field-ch4-op-q2-please-explain {
  margin-left: 2em;
}
#field-zero-low-emission-zones-0-subform-field-free-text-add-more-wrapper {
  margin-left: 2em;
}
#field-other-pol-rep-conv-stat-fu-0-subform-field-free-text-add-more-wrapper {
  margin-left: 2em;
}
#field-other-pol-replac-convent-0-subform-field-free-text-add-more-wrapper {
  margin-left: 2em;
}
#field-policies-support-develop-h-0-subform-field-free-text-add-more-wrapper {
  margin-left: 2em;
}
#edit-field-zero-low-noise-zones-0-subform-field-free-text-wrapper {
  margin-left: 2em;
}
#field-ch2-other-policies-sup-rep-0-subform-field-free-text-add-more-wrapper {
  margin-left: 2em;
}
#edit-field-ch4-op-q5-in-case-of-renew-0-subform-field-ch4-op-q5-total-amount-wrapper {
  margin-left: 2em;
}
.field--name-field-ch-4-op-q-6-reduction-co2 {
  margin-left: 2em;
}
.field--name-field-ch4-op-6-please-explain {
  margin-left: 2em;
}
.field--name-field-ch4-op-6-provide-a-ref {
  margin-left: 2em;
}
.field--name-field-ch4-op-q1-limit-h2 {
  margin-left: 2em;
}
.field--name-field-ch-4-op-q-7-ref-ch-4-sub-2 {
  margin-left: 2em;
}
.field--name-field-ch-4-op-7-hydrogen-targets {
  margin-left: 2em;
}
.field--name-field-ch-4-op-q-7-interim-target {
  margin-left: 2em;
}
.field--name-field-ch-4-op-q-8-value {
  margin-left: 2em;
}
.field--name-field-ch-4-op-q-8-please-explain {
  margin-left: 2em;
}
.field--name-field-ch-4-op-q-9-value {
  margin-left: 2em;
}
.field--name-field-ch-4-op-q-9-explain {
  margin-left: 2em;
}
.field--name-field-ch4-block-21-ref-ch4-sub-2 {
  margin-left: 2em;
}
.field--name-field-ch4-block-21-ref-ch4-sub-2 {
  margin-left: 2em;
}
.field--name-field-is-support-linked-to-the-a {
  margin-left: 2em;
}
.field--name-field-support-excluding-fuel-cel {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-8-subq-text {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-8-in-2020 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-8-in-2030 {
  margin-left: 2em;
}
.field--name-field-ch-5-op-q-9-12-explain {
  margin-left: 2em;
}
.field--name-field-ch-6-q-1-value {
  margin-left: 2em;
}
.field--name-field-ch-6-q-1-explain-2 {
  margin-left: 2em;
}
.field--name-field-ch-6-q-2-explain {
  margin-left: 2em;
}
.field--name-field-ch-6-q-2-refferences {
  margin-left: 2em;
}
.field--name-field-ch-6-q-3-average-price {
  margin-left: 2em;
}
.field--name-field-ch-6-q-3-ref-ch-4-sub-2 {
  margin-left: 2em;
}
.field--name-field-ch-6-q-4-value {
  margin-left: 2em;
}
.field--name-field-ch-6-q-4-ref-ch-4-subb-2 {
  margin-left: 2em;
}
.field--name-field-ch-6-q-1-explain-1 {
  margin-left: 2em;
}
.field--name-field-ch-6-q-1-refferences {
  margin-left: 2em;
}
.field--name-field-is-there-taxation-of-h2-as {
	margin-left: 2em;
}

/* Clear margin left for particular survey divs */
.field--name-field-ch-5-q2-ref-par-ch1subb-2 {
  margin-left: none;
}
.field--name-field-ch-5-q2-ref-par-ch1subb-2 {
  margin-left: none;
}
.field--name-field-ch-5-q-1-main-question {
  margin-left: none !important;
}
.field--name-field-ch-5-q-2-main-question {
  margin-left: none !important;
}
.field--name-field-ch-5-q-3-main-question {
  margin-left: none !important;
}
.field--name-field-ch1subblock1-explanation {
  margin-left: none !important;
}
.field--name-field-ch1subblock1-reference {
  margin-left: none !important;
}
.field--name-field-ch1subblock1-link-legal {
  margin-left: none !important;
}

#node-survey-edit-form .field-multiple-drag {
  display: none;
}
#node-survey-edit-form .tabledrag-toggle-weight {
  display: none;
}
#node-survey-edit-form tr {
  background: none;
}
#node-survey-edit-form table tr th {
  background: none;
  font-size: 1.1em;
  color: #333333;
  padding: 4px 0px;
}
#node-survey-edit-form thead > tr {
	border-bottom: none;
}
.js .field--widget-entity-reference-paragraphs td {
	padding: 0px 0px 10px 0px;
}
.draggable.odd {
	border-bottom: none;
}

/* Styles from Tables form survey*/
table {
  font-family: 'DDIN';
	font-size: normal;
}
.paragraph-bullet::after {
	display: none;
}
tr.odd {
	background: #e3f5f6;
}
tr td, tr th {
	border: none;
}
table tr th {
	background: #003579;
}
.paragraphs-badge {
	background: #1eaeb0;
}
.field--widget-paragraphs td {
	padding: 20px 20px 8px 0px;
}
.details-description {
  margin-bottom: 2em;
}


/* Tooltips styles */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #0082cb;
  color: #0082cb;
  margin-left: 5px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #0082cb;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 29%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0082cb transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  font-size: 0.9em;
}

/* Icon warning for not filled fields on survey */
.form-required::after {
	display: none;
}
fieldset.error legend::before {
	display: inline-block;
	width: 24px;
	height: 24px;
	content: "";
	background-image: url(images/warning.svg);
	background-repeat: no-repeat;
	margin-bottom: -4px;
	margin-right: 6px;
}

/*Survey Wait Message with Spinner */
 .lds-spinner {
     color: official;
     display: inline-block;
     position: relative;
     width: 64px;
     height: 64px;
 }
.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.saving_message_bkgrnd {
    font-family: 'DDIN';
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(54, 86, 100, 0.3);
    width: 290px;
    height: 160px;
    border-radius: 20px;
    border: 2px solid #b7c0c4;
}
.saving_message_box {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
    text-align: center;
}


/****************************************/
/* ----------- MENUS ------------------ */
/****************************************/

#header{
	z-index: 500;
	overflow: initial !important;
}

/** Main menu **/
ul#superfish-main{
  display: block;
  clear: both;
  margin: 0;
}

ul#superfish-main li{
  display: inline-block;
  color: #00a9ad;
  padding: 0 2em;
  padding-left: 0;
  text-transform: uppercase;
  text-shadow: none;
}

ul#superfish-main li a{
  color: #00b3e3;
  text-decoration: none;
  font-family: 'DDIN';
  background: transparent;
  text-shadow: none;
  font-weight: bold;
  font-size: 1.1em;
	padding: 20px;
border-bottom: 0;
}
ul#superfish-main li a:hover{
  border-bottom: 2px solid #00b3e3;
  padding-bottom: 6px;
  -webkit-transition: border-color 0.6s ease;
  transition: border-color 0.6s ease;

}


/* ---------------Superfish------------------- */
ul#superfish-main li ul a {
    color: #00a9ad;
}

/*breadcrumbs*/
nav.breadcrumb {
    text-align: left;
}
.breadcrumb li:nth-child(n+2):before {
    content: " | " !important;
}


/*submenus css*/

div#block-viewdatabytopicsubmenu {
    text-align: center;
}
div#block-viewdatabytopicsubmenu ul#superfish-view-data-by-topic-submenu {
    display: inline-block;
}
ul#superfish-view-data-by-topic-submenu {
    float: none;
}
div#block-patentssubmenu {
    text-align: center;
}
div#block-patentssubmenu ul#superfish-patents-submenu {
    display: inline-block;
}
ul#superfish-patents-submenu {
    float: none;
}

div#block-viewdatabytopicparent {
  text-align: center;
}
dck-viewdatabytopicparent ul#superfish-menu--home-lateral {
  display: inline-block;
}
urfish-menu--home-lateral {
  float: none;
}


/* ----- BEGIN STYLES FOR CHANGE FOR MOCKUP2  ------ */
#header {
  background-color: #fff !important;
  background: #fff !important;
}

#block-h2vtheme-account-menu .menu-item a {
	background: rgba(0,66,152,1);
	background: -moz-linear-gradient(left, rgba(0,66,152,1) 0%, rgba(0,130,203,1) 49%, rgba(0,169,173,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,66,152,1)), color-stop(49%, rgba(0,130,203,1)), color-stop(100%, rgba(0,169,173,1)));
	background: -webkit-linear-gradient(left, rgba(0,66,152,1) 0%, rgba(0,130,203,1) 49%, rgba(0,169,173,1) 100%);
	background: -o-linear-gradient(left, rgba(0,66,152,1) 0%, rgba(0,130,203,1) 49%, rgba(0,169,173,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,66,152,1) 0%, rgba(0,130,203,1) 49%, rgba(0,169,173,1) 100%);
	background: linear-gradient(to right, rgba(0,66,152,1) 0%, rgba(0,130,203,1) 49%, rgba(0,169,173,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004298', endColorstr='#00a9ad', GradientType=1 );
  border-radius: 12px;
  border: none;
  width:72px;
  text-align: center;
}
nav#block-h2vtheme-main-menu li {
	padding: 0;
}
nav#block-h2vtheme-main-menu li a {
	color: #00a9ad;
	padding: 20px;
}
nav#block-h2vtheme-main-menu li a:hover {
  color: #333333;
  background-color: #f3f3f3;
}
/*
#page {
  background-image: url(images/bg_site_main_wrapper.jpg) !important;
  background-position: center 140px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
*/
#main-wrapper {
  margin: 0em auto;
}
nav#block-h2vtheme-main-menu {
	margin: 0 !important;
}
.region-secondary-menu {
	display: block;
  margin: 0 auto 0 auto;
}
.region-header {
  margin: 0 auto 0 auto;
  padding: 0.5em 2em 0;
}
.layout-container {
  /*max-width: none;*/
}
/*
#header .layout-container::after {
	border-bottom: solid 1px #e7e7e7;
	display: block;
	height: 1px;
	transform: translate(-50%, -58px);
	width: 300%;
}
*/
.region-primary-menu {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0 2% 0 2%;
}
.site-branding__logo {
	margin-bottom: 0.5em;
}
.region-primary-menu .menu a {
  padding: none;
  margin: 0px 0px 0px 0px !important;
	text-decoration: none !important;
	border-radius: revert !important;
	text-shadow: none !important;
}
.clearfix.region.region-header {
  display: flex;
  justify-content: space-between;
  /*
  margin: 0em 130px 0em 130px;
  width: calc(100% - 260px);
  */
}
.site-footer .layout-container {
	padding: 0 !important;
}
.site-footer .content {
	color: #333333;
	font-size: 1em;
}
.site-footer {
	background: #000f22;
}
.site-footer__bottom .menu-item a {
	color: #0081c7 !important;
}
nav#block-h2vtheme-footer {
	width: 90%;
	margin: 0em auto 0em auto;
	padding: 10px 0px 10px 0px;
}
.site-footer__bottom .menu-item:last-child a {
	float: right;
	padding-right: 20px;
}
ul#superfish-main li {
  padding: 0em;
  margin-right: 20px;
}
ul#superfish-main li a {
	padding: 0.5em;
}
#block-h2vtheme-views-block-slider-home-block-1 .content {
  margin-top: 0px;
}
.field--name-node-title h1 {
  margin:0;
}
ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul {
	left: 0;
	top: 3.5em;
}
.field--type-text-with-summary h2 {
  text-align: left;
}
.site-footer__bottom .region {
	margin: 0 !important;
}
footer.site-footer {
	padding: 0 !important;
}
ul.sf-menu.sf-style-blue li, ul.sf-menu.sf-style-blue.sf-navbar {
	background: #004298;
}
ul.sf-menu.sf-style-blue a:hover, ul.sf-menu.sf-style-blue span.nolink:hover {
	background: #004298;
	color: #fff;
}
ul.sf-menu.sf-style-blue {
  float: left;
  margin-bottom: 1em;
  padding: 0;
}
ul.sf-menu.sf-style-blue.sf-navbar {
  width: 100%;
}
ul.sf-menu.sf-style-blue ul {
  margin: 0;
  padding: 0;
}
ul.sf-menu.sf-style-blue a,
ul.sf-menu.sf-style-blue a:visited,
ul.sf-menu.sf-style-blue span.nolink {
  border: 0 none;
  color: #ffffff;
  padding: 0.75em 1em;
}
ul.sf-menu.sf-style-blue a.sf-with-ul,
ul.sf-menu.sf-style-blue span.nolink.sf-with-ul {
  padding-right: 2.25em;
}
ul.sf-menu.sf-style-blue.rtl a.sf-with-ul,
ul.sf-menu.sf-style-blue.rtl span.nolink.sf-with-ul {
  padding-left: 2.25em;
  padding-right: 1em;
}
ul.sf-menu.sf-style-blue span.sf-description {
  color: #ffffff;
  display: block;
  font-size: smaller;
  line-height: 1.5;
  margin: 0.25em 0 0 0;
  padding: 0;
}
ul.sf-menu.sf-style-blue li,
ul.sf-menu.sf-style-blue.sf-navbar {
  background: #00a9ad;
}
ul.sf-menu.sf-style-blue li li,
ul.sf-menu.sf-style-blue.sf-navbar > li > ul {
  background: #00a9ad;
}
ul.sf-menu.sf-style-blue li li li {
  background: #00a9ad;
}
ul.sf-menu.sf-style-blue li:hover,
ul.sf-menu.sf-style-blue li.sfHover,
ul.sf-menu.sf-style-blue a.is-active,
ul.sf-menu.sf-style-blue a:focus,
ul.sf-menu.sf-style-blue a:hover,
ul.sf-menu.sf-style-blue span.nolink:hover {
  background: #87d1d3;
  color: #333333;
  outline: 0;
}
.sf-menu.sf-style-blue.sf-navbar li ul {
  background: #0082cb;
}
div.sf-accordion-toggle.sf-style-blue a {
  background: #00a9ad;
  color: #fff;
}
div.sf-accordion-toggle.sf-style-blue a.sf-expanded,
ul.sf-menu.sf-style-blue.sf-accordion li.sf-expanded {
  background: #0082cb;
}
.tableauPlaceholder {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
footer.site-footer {
	margin-top: 0px;
}
.path-frontpage .layout-main {
    margin-bottom: 0px !important;
}
#page {
	padding-bottom: 20px;
}
/*
.region-secondary-menu {
	display: block;
	width: 128px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	padding-top: 20px;
}
*/
.region-secondary-menu {
	display: block;
	width: 128px;
	float: right;
	padding-top: 20px;
	margin-right: 2%;
}
/*
#header .layout-container {
  width: 1149px;
  margin: 0 auto 0 auto;
}

#header .layout-container {
	width: 80%;
	margin: 0 10% 0 10%;
}


@media (max-width : 1400px) {
  #header .layout-container {
    width: 96%;
    margin: 0 2% 0 2%;
  }
}
*/

.breadcrumb {
  font-family: 'DDIN';
}
.sf-accordion-toggle {
  text-align: right;
  padding-bottom: 20px;
}
#superfish-main-toggle span {
  text-transform: uppercase;
  color: #0082cb;
  font-weight: 900;
  padding-left: 22px;
}
#superfish-main-toggle::before {
	content: "";
	position: absolute;
	width: 1em;
	height: 0.125em;
	border-top: 0.375em double #0082cb;
  border-bottom: 0.125em solid #0082cb;
  transform: translate(0px, 8px);
}
.views-slideshow-controls-bottom {
	margin-bottom: 35px;
}
.block-superfishview-data-by-topic-submenu {
  margin-top: 30px;
}
/*
#views_slideshow_cycle_teaser_section_slider_home-block_1 {
	position: relative !important;
	width: 100% !important;
	margin: 0em;
	height: 100% !important;
	display: block !important;
	float: left !important;
}
div[id^="views_slideshow_cycle_div_slider_home-block"] {
  width: 98% !important;
	margin: 3% auto 0 auto;
}
*/
#views_slideshow_cycle_teaser_section_slider_home-block_1 {
	width: 100% !important ;
}
div[id^="views_slideshow_cycle_div_slider_home-block"] {
  width: 100% !important;
  margin: 0em auto 0 auto;
  height: auto !important;
}
.views-slideshow-controls-bottom {
  display: none;
  /*
	margin-bottom: 35px;
	position: relative;
	margin: 0 auto 0 auto;
	display: block;
	width: 140px;
	height: 32px;
  margin-top: 43px;
  */
}
.region-primary-menu .menu li {
text-align: center;
}
.region-primary-menu .menu a {
  background: rgba(0, 130, 203, 0.7);
	font-size: 1.2em;
	color: #ffffff;
}
.region-primary-menu .menu a:hover {
  background: rgba(0, 169, 173, 0.7);
	font-size: 1.2em;
	color: #ffffff;
}
ul.menu a.is-active {
  color: #fff;
}
.region-primary-menu .menu a:hover, .region-primary-menu .menu a:focus {
  background: rgba(0, 169, 173, 0.7);
	font-size: 1.2em;
	color: #ffee00;
}
ul.sf-menu.sf-horizontal.sf-shadow ul {
  padding-right: 7px;
}
#block-h2vtheme-footer .content {
display: flex;
flex-flow: row-reverse;
}
/*
.field--name-node-title h1 {
	margin-top: 1em;
}
*/


/*Media Queries*/

@media (max-width : 1350px) {
  #block-euflag {
    display: none !important;
  }
  .section_left {
    min-width: 250px;
  }
  .section_right {
    width: calc(100% - 250px - 7em) !important;
    float: right;
    margin-right: 2em;
  }

}

@media (max-width : 1200px) {
  /*
#header .layout-container {
  width: 90%;
}
*/
.views-slideshow-controls-bottom {
	margin-top: 0px;
}
#block-h2vtheme-subfooter .content {
  width: 90%;
  margin: 20px auto 0px auto;
}
.foot-right p {
	padding: 10px 0px 15px 0px !important;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.views-slideshow-controls-bottom {
  margin-top: 20px;
}
#block-h2vtheme-footer {
  width: 90%;
  margin: 20px auto 0px auto;
}
}

/*Cambio de menu normal a responsive*/

@media (max-width : 767px) {
  #header .layout-container::after {
  display: none;
  }
  #block-h2vtheme-account-menu .menu-item a {
    background: none !important;
    border-radius: 12px;
    border: solid 1px #0082cb;
    width: 72px;
    text-align: center;
    color: #0082cb;
    font-size: 0.9em;
    padding: 8px;
  }
  .field--name-node-title h1 {
    margin-bottom: 0.7em;
    padding-top: 0.5em;
  }

  }

  @media (max-width : 725px) {
  .region-header .block:not(.site-branding) {
    margin: 3em 0em 1em 0em;
    font-size: 1em;
  }
}



  @media (max-width : 535px) {
    .region-secondary-menu {
      width: 100% !important;
      text-align: center;
    }
    nav#block-h2vtheme-account-menu {
      float: none;
      color: #fff;
      width: 115px;
      margin: 0px auto 20px auto;
    }
    .region-header {
      width: 100%;
    }
    div#block-h2vtheme-branding {
      font-weight: normal;
      float: none;
      clear: both;
      margin: 0px auto 0px auto;
      width: auto;
    }
    .sf-accordion-toggle {
      text-align: center;
      padding-bottom: 20px;
    }
  }



@media (max-width : 850px) {
div[id^="views_slideshow_cycle_div_slider_home-block"] {
	padding-top: 3%;
}
}

/* ----- END STYLES FOR CHANGE FOR MOCKUP2 ------ */


/* ---------- BEGIN MEDIA QUERIES --------------- */

/* Todo a partir de 1024 px --- */
@media (max-width : 1024px) {
  .ds-2col-stacked-fluid > .group-left {
      float: none;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2em;
  }
  .ds-2col-stacked-fluid > .group-right {
      float: none;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2em;
  }
  #block-h2vtheme-branding img {
      width: 200px !important;
  }
}

/* FIX responsive elementos pie --- */
@media (max-width : 1105px) {
  .foot-left {
      float: none;
      width: 100% !important;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }
  .foot-right {
     display: flex;
	float:left;
    align-items: center;
    justify-content: center;
		}
  }
}
@media (max-width: 900px) and (min-width: 461px) {
.region-primary-menu .menu-item, body:not(:target) .region-primary-menu .menu-item {
    float: left;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0 1px;
    padding: 0 1px;
    list-style: none;
  }
}
@media (max-width: 525px) and (min-width: 461px) {
}
/* ---------- END MEDIA QUERIES --------------- */


/* CAMBIOS 28-11-2019 */

/* Breadcrumb*/
.region-breadcrumb {
	padding: 0 !important;
}

nav.breadcrumb {
	text-align: left;
	width: 92%;
	padding: 40px 4% 0 4%;
}
@media (max-width : 1600px) {
  nav.breadcrumb {
    text-align: left;
    width: 96%;
    padding: 20px 2% 0 2%;
  }
  }
@media (max-width : 1400px) {
  nav.breadcrumb {
    text-align: left;
    width: 96%;
    padding: 20px 2% 0 2%;
  }
}

.breadcrumb a {
	color: #00b3e3;

    font-weight: 700;
    border-bottom: none;
    text-decoration: underline;
    font-size: .8em !important;
}
.breadcrumb a:hover {
	color: #ffed00;
}
.breadcrumb li:nth-child(n+2)::before {
  content: " > " !important;
  margin: 0px 4px 0px 4px;
}
.breadcrumb ol li:last-child a {
    font-weight: 600;
    color: #1c1b1b;
    text-decoration: none;
}

/* Layout menu */
.main-content {
  display: block;
	margin-left: auto;
  margin-right: auto;
}
.main-content .section:nth-child(2n) {
	padding: 0px !important;
	float: left !important;
}
.tableauPlaceholder {
	width: 100% !important;
}
.tableauViz {
	width: 100% !important;
}
.menu--home-lateral {
	margin-top: 4em;
}
.menu--home-lateral h2 {
  margin: 0px;
}
.menu--home-lateral .content {
  margin: 0px;
}
/*#block-lateralhydrogenvalleys {<---- it doesn't work in fecho so...
  border-bottom: solid 2px #444;
  font-weight: bold;
  font-size: 1.3em;
}*/

/* Menu database Level 1 */
/*

ul, ol {
	padding: 0;
	list-style: none;
}
ul.acorh li a {
display: block;
color: #00a9ad;
border-bottom: 1px solid #000;
border-top: 1px solid #666;
text-decoration: none;
box-sizing: border-box;
padding: 10px 10px 10px 15px ;
font-size: 0.84em;
color: #3da7ab;
background-color: #fff;
border-bottom: 1px solid #d0d0d0;
border-top: none;
font-weight: bold;
}
ul.acorh li ul {
max-height: 0;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
transition: .3s all ease-in;
}
ul.acorh li li a {
padding: 10px 10px 10px 40px;
font-size: 0.84em;
border: 0;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
padding-left: 30px;
background-color: #f3f3f3 !important;

}
ul.acorc li li:last-child a {
border-bottom: 0;
}
ul.acorh li:hover ul {
max-height: 1000px;
transition: .3s all ease-in;
}
ul.acorh li a:hover {
  background-color: #e3e3e3;
  color: #0081c7;
}
ul.acorh li li a.is-active {
	background-color: #e3e3e3 !important;
	color: #0081c7 !important;
}
ul.acorh li a.is-active {
	background-color: #e3e3e3;
	color: #0081c7;
}

/* Menu Database Level 2 */
/*

ul.acorhs,
ul.acorhs * {
margin: 0;
padding: 0;
border: 0;
}
ul.acorhs {
margin: 10px auto;
padding: 0;
list-style: none;
width: 100%;
}
ul.acorhs li {
list-style: none;
}
ul.acorhs li a {
display: block;
padding: 10px 10px 10px 20px;
background: #ccc;
border-bottom: 1px solid #000;
border-top: 1px solid #666;
text-decoration: none;
box-sizing: border-box;
font-size: 0.84em;
color: #535d5e !important;

}
ul.acorhs li ul {
max-height: 0;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
transition: .3s all ease-in;
}
ul.acorhs li li a {
padding: 10px 10px 10px 40px;
background: #e3e3e3;
border: 0;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
}
ul.acorhs li li:last-child a {
border-bottom: 0;
}
ul.acorhs li:hover ul {
max-height: 1000px;
transition: .3s all ease-in;
}
ul.acorhs li a:hover {
  background-color: #e3e3e3 !important;
  color: #0081c7 !important;
}
ul.acorhs li a.is-active{
	background-color: #e3e3e3;
	color: #0081c7;
}
ul.acorhs li li a.is-active{
	background-color: #e3e3e3;
	color: #0081c7;
}





/* Database Left Menu */
.section_left {
	width: 20%;
	float: left;
	margin-right: 0em;
	margin-left: 0em;
}
.section_right {
 width: 80% !important;
    float: left;
    margin-right: 0em;
    background: #f5f5f5;
}
ul, ol {
	padding: 0em;
	list-style: none;
}
ul.acorhs {
  padding: 0em;
}
ul.acorh li a {
	display: block;
	color: #00a9ad;
	border-bottom: 1px solid #000;
	border-top: 1px solid #666;
	text-decoration: none;
	box-sizing: border-box;
	padding: 10px 10px 10px 15px;
	font-size: 0.929em;
	color: #0081c7;
	background-color: #f1f8ff;
	border-bottom: 1px solid #d0d0d0;
	border-top: none;
	font-weight: bold;
}
ul.acorh li li a {
padding: 10px 10px 10px 40px;
font-size: 0.84em;
border: 0;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
padding-left: 30px;
background-color: #ffffff !important;
color: #9b9b9b;
}
ul.acorh li li a:hover {
  background-color: #dbeefd;
  color: #9b9b9b !important;
}
ul.acorc li li:last-child a {
border-bottom: 0;
}
ul.acorh li a:hover {
  background-color: #dbeefd !important;
  color: #0081c7;
}
ul.acorh li li a.is-active {
  background-color: #dbeefd !important;
  color: #0081c7 !important;
}
ul.acorh li a.is-active {
  background-color: #dbeefd;
  color: #0081c7;
}




/* *********************************************************************************************

How to Create CSS3 + jQuery Accordion Menu [Tutorial]
"How to Create CSS3 + jQuery Accordion Menu" that was specially made for DesignModo by our friend Valeriu Timbuc.

Links:
http://vtimbuc.net/
https://twitter.com/vtimbuc
http://designmodo.com/futurico
http://vladimirkudinov.com
http://rockablethemes.com

********************************************************************************************* */

/* Reset */

.acorh,
.acorh ul,
.acorh li,
.acorh a,
.acorh span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.acorh li {
	list-style: none;
}

/* Layout & Style */

.acorh li > a {
	display: block;
	position: relative;
}

.acorh > li:hover > a,
.acorh > li:target > a,
.acorh > li > a.active {
	background-image: url(../img/active.png) repeat-x;
}

.acorh li > a span {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 10px;
	margin-right: 10px;

}

.acorh > li:hover > a span,
.acorh > li:target > a span,
.acorh > li > a.active span {
	color: #fdfdfd;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: #3e5706;
}

/* Images */

.acorh > li > a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 24px;
  height: 24px;
  margin: 4px 8px;
  background-repeat: no-repeat;
  background-image: url(../img/icons.png);
  background-position: 0px 0px;
}

.acorh li.files > a:before { background-position: 0px 0px; }
.acorh li.files:hover > a:before,
.acorh li.files:target > a:before,
.acorh li.files > a.active:before { background-position: 0px -24px; }

.acorh li.mail > a:before { background-position: -24px 0px; }
.acorh li.mail:hover > a:before,
.acorh li.mail:target > a:before,
.acorh li.mail > a.active:before { background-position: -24px -24px; }

.acorh li.cloud > a:before { background-position: -48px 0px; }
.acorh li.cloud:hover > a:before,
.acorh li.cloud:target > a:before,
.acorh li.cloud > a.active:before { background-position: -48px -24px; }

.acorh li.sign > a:before { background-position: -72px 0px; }
.acorh li.sign:hover > a:before,
.acorh li.sign:target > a:before,
.acorh li.sign > a.active:before { background-position: -72px -24px; }

/* Sub Menu */

.acorhs li a {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);

	background: #e5e5e5;
	border-bottom: 1px solid #c9c9c9;

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.acorhs li:hover a { background: #dbeefd; }

.acorhs li:last-child a { border: none; }

.acorhs li > a span {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: 1px solid #c9c9c9;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.acorhs em {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	color: #a6a6a6;
	font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

.acorh li > .acorhs {
	display: none;
}

.acorh li:target > .acorhs {
	display: block;
}
.acorhs li ul li a {
  padding-left: 60px;
}





/* Partners and H2V sections */
.field--type-text-with-summary p {
  text-align: left;
}
.field--type-text-with-summary ul {
  list-style-type: disc;
}
.text-align-center {
  text-align: center !important;
}

/* Hide horizontal scroll */
html {
  overflow-x: hidden;
}

/* About Us Section images */
.aboutimg {
  float: left;
}
.aboutimg img {
	width: 192px !important;
	height: 132px !important;
	border: solid 1px #fff;
	margin-right: 25px;
}
.aboutimg img:hover {
	border: solid 1px #0081c7;
}
.partners-description h2 {
	clear: both;
}
.partners-description .text-align-center {
	clear: both;
}

/* Forms Standars and EU Policies */
.view-id-eupolicies {
	padding-left: 3em;
}
#block-givefeedback {
	padding-left: 3em;
}
form[id^="views-exposed"][id$="page-1"] {
  width: 100%;
}
/*
form[id^="views-exposed"][id$="page-1"] > .form--inline.clearfix {
	padding: 2em 2em 0em 2em;
	background-color: #e5edf5;
  border: solid 1px #e1e1e1;
  margin-bottom: 2em;
  margin-top: 3em;
}
*/
form[id^="views-exposed"][id$="page-1"] > .form--inline.clearfix > div:nth-child(1) {
	width: 100%;
}
form[id^="views-exposed"][id$="page-1"] label {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  font-weight: 700;
}
#edit-populate {
	color: #0082cf;
	border: 1px solid #ccc;
	width: 100%;
	font-size: 1.2em;
	padding: 0.5em;
}
#edit-term-node-tid-depth-shs-0-0 {
  width: 100%;
	padding: 13px 5px 12px 5px;
	margin-top: 2px;
  border: solid 1px #ccc;
  font-family: 'DDIN';
  color: #0082cf;
}
#edit-term-node-tid-depth-shs-0-1 {
  width: 100%;
	padding: 13px 5px 12px 5px;
	margin-top: 2px;
  border: solid 1px #ccc;
  font-family: 'DDIN';
  color: #0082cf;
}
#edit-term-node-tid-depth-shs-0-2 {
  width: 100%;
	padding: 13px 5px 12px 5px;
	margin-top: 2px;
  border: solid 1px #ccc;
  font-family: 'DDIN';
  color: #0082cf;
}
.view-standards > .view-content > .item-list > ul > li {
	padding: 2em;
	border-bottom: solid 1px #b9b9b9;
}
.view-standards > .view-content > .item-list > ul > li:nth-child(2n+2)  {
  background-color: #fbfbfb;
}
.view-standards > .view-content > .item-list > ul > li:nth-child(2n+1)  {
  background-color: #f5f5f5;
}
.simple-popup-views-global {
	font-size: 1.1em;
}
.form-item-term-node-tid-depth {
	width: 100%;
}
.shs-widget-container:nth-child(1) {
  width: 30%;
  margin-right: 3%;
}
.shs-widget-container:nth-child(2) {
  width: 30%;
  margin-right: 3%;
}
.shs-widget-container:nth-child(3) {
  width: 33%;
}
.pager {
	margin-top: 1.5em;
}
.pager .pager__items {
  font-family: 'DDIN';
  color: #0082cf;
  font-size: 1.2em;
}
.pager__items > li > a {
	border-bottom: none;
	font-size: 1.2em;
	font-weight: 900;
}
.spv-inside-popup {
	position: relative;
	border: 1px solid #b9b9b9;
	box-shadow: 0px 0px 15px 2px #b7b7b7;
	top: 0;
	left: 25%;
	width: 50%;
	padding: 1em;
	margin: 1em 0em 0.5em 0em;
	background-color: #fff;
}
.spv-popup-content {
	position: fixed;
	top: 0;
	left: 0;
	background: #545454;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}
.spv-popup-content:hover {
  text-decoration: none;
}
/*
.spv-popup-content {
	position: relative;
	border: 1px solid #b9b9b9;
	box-shadow: 0px 0px 15px 2px #b7b7b7;
	top: -2.5em !important;
	left: 6em;
	width: 66%;
	padding: 1em;
	margin: 1em 0em 0.5em 0em;
}
*/
.spv-popup-link a {
  font-size: 1.2em;
  border-bottom: none;
  text-decoration: none;
}
.spv_close {
  position: relative;
	cursor: pointer;
	padding: 0px 12px 3px 12px;
	color: #fff;
	top: 5%;
	left: 76%;
	border-radius: 5px;
	background: rgb(0, 113, 191);
	font-size: 1.2em;
	width: 0.4em;
	z-index: 99;
}
.spv-popup-link {
  cursor: pointer;
  margin-bottom: 0.5em;
}
/*
.spv_close {
	cursor: pointer;
	padding: 0px 12px 3px 12px;
	color: #fff;
	position: absolute;
	top: -8px;
	right: -8px;
	border-radius: 5px;
	background: rgb(0, 113, 191);
	font-size: 1.2em;
}
*/
.spv-popup-link:hover {
  text-decoration: underline;
}
.spv-popup-link a:hover {
  text-decoration: none !important;
  border-bottom: none;
}
/*
.standard-status-label {
  font-weight: 700;
}
.standard-affiliation-label {
  font-weight: 700;
}
.standard-status-field {
  font-weight: 700;
}
.standard-affiliation-field {
  font-weight: 700;
}
*/
.st-description-label {
  font-weight: 700;
}
.st-legal-dir-label {
  font-weight: 700;
}
.st-legal-man-label {
  font-weight: 700;
}
.st-citation-label {
  font-weight: 700;
}
.st-tcscope-label {
  font-weight: 700;
}

/* Education and training*/
#block-educationandtraining h2,#block-eupolicies h2, #block-standardviewblock h2{
  font-family: 'DDIN';
	font-weight: bold;
	font-size: 42px;
	color: #004494;
	line-height: 1.3;
  text-align: center;
  margin-bottom: 0.5em;
}
#block-educationandtraining ,#block-eupolicies, #block-financialsupport h2, .title-standars h1, #block-standardviewblock h2{
  padding: 0px 4% 0px 4%;
}
.field--type-text-with-summary {
	margin-bottom: 2em;
}
#views-exposed-form-education-and-training-paragraphs-page-1 .form-item {
	margin-top: 0em;
	width: calc(50% - 1em);
	float: left;
	margin-right: 2em;
}
.form-item-field-location-taxonomy-target-id {
	margin-right: 0em !important;
}

#edit-field-location-taxonomy-target-id {
	color: #0082cf;
	border: 1px solid #ccc;
	width: 100%;
	font-size: 1.2em;
	padding: 0.5em;
}
#views-exposed-form-education-and-training-paragraphs-page-1 #edit-type-1 {
	width: 100%;
	padding: 13px 5px 12px 5px;
	margin-top: 2px;
	border: solid 1px #ccc;
	font-family: 'DDIN';
	color: #0082cf;
}
#views-exposed-form-education-and-training-paragraphs-page-1 #edit-combine {
	width: 100%;
	padding: 13px 5px 12px 5px;
	margin-top: 2px;
	border: solid 1px #ccc;
	font-family: 'DDIN';
	color: #0082cf;
}
#views-exposed-form-education-and-training-paragraphs-page-1 .form-type-textfield {
	width: 100%;
	padding-top: 2.5em;
	float: left;
	margin-right: 0em !important;
}
.view-education-and-training-paragraphs > .view-content > .item-list > ul > li {
	padding: 2em;
	border-bottom: solid 1px #b9b9b9;
}
.view-education-and-training-paragraphs > .view-content > .item-list > ul > li:nth-child(2n+2)  {
  background-color: #fbfbfb;
}
.view-education-and-training-paragraphs > .view-content > .item-list > ul > li:nth-child(2n+1)  {
  background-color: #f5f5f5;
}
.views-field-field-qh2o-name-of {
  font-size: 1.1;
  font-weight: 700;
}



/* Main page */
.Main-page-content .left {
	float: left;
	width: 46% !important;
	text-align: justify;
}
.Main-page-content .right {
	width: 46% !important;
	padding: 0% 2% 0% 2%;
}
.left img {
  margin-top: 2em;
}
#twitter-widget-0 {
	width: 100% !important;
}
.image-style-slider {
  width: 100%;
}

/* Search header */
#block-searchbox {
	position: absolute;
	right: 0;
	margin: 0;
	margin-top: 0.5em;
}
ul#superfish-main {
	display: block;
	clear: both;
	margin: 1.5em 0em 0em 0em;
	float: right;
}
#header .layout-container::after {
  display:none;
}
#header {
  display: block;
}
/*
.highlighted {
	background-color: #fff;
}
*/
.field--type-text-with-summary {
  margin-bottom: 0em;
}
#block-searchbox .form-submit {
  display: none;
	border: none;
	background-color: #0082cb;
	color: #ffffff;
	font-size: 1em;
	margin-left: 0.5em;
	padding: 0.3em 0.5em 0.3em 0.5em;
	border-radius: 4px;
}
#block-searchbox .form-submit:hover {
  color: #ffee00;
}
.views-field-nothing .field-content h3 a {
	font-size: 1.2em;
	font-weight: 700;
	border-bottom: none;
}
.view-id-searchview .view-content .views-row {
	border-bottom: solid 2px #c8c8c8;
	padding: 0.3em 0em 1.5em 0em;
}
#search_api_views_fulltext {
	border-bottom: solid 1px #333;
	-webkit-transition: width .35s ease-in-out;
	transition: width .35s ease-in-out;
	/*border-top: none;*/
	/*border-right: none;*/
	/*border-left: none;*/
	/*border-bottom: solid 1px #e6e6e6;*/
  	border: none;
	background-image: url(/h2v/themes/h2vTheme/resources/search-icon.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	background-size: 30px;
	padding-left: 2em;
	width: 16em;
	margin: 1.5em 0em 0em 0em;
	padding: 0.5em 0em 0.5em 2em;
	font-size: 1em;
}
#search_api_views_fulltext:focus {
  border-top: none;
  border-right: none;
  border-left: none;
  /*border-bottom: solid 1px #0082cb;*/
  /*color: #0082cb;*/
  outline: none;
}
/*
.views-element-container::before {
	content: "Search results:";
	font-weight: 700;
	font-size: 1.5em;
	display: block;
	width: 100%;
	border-bottom: solid 2px #3b3b3b;
	margin: 1em 0em 1em 0em;
}
*/



/* Give Feedback fixed on right bottom */

#block-givefeedback h2{
  display: none;
}
#block-givefeedback {
	transform: rotate(270deg);
	right: -2.3%;
	position: fixed;
	bottom: 3.5em;
	background-color: #0082cb;
	border-radius: 1em;
	padding: 0em 1em 1em 1em;
	opacity: .7;
  z-index: 1000;
}
#block-givefeedback a {
  color: #ffffff;
  opacity: 1;
  border-bottom: none;
  font-weight: 700;
}
#block-givefeedback a:hover {
  color: #ffed00;
  opacity: 1;
  border-bottom: none;
}
i {
  border: solid #0081c7;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2.5px;
  margin-top: 0.3em;
}
.arrowmenudown {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  float: right;

}

/* Database search results */
.views-label {
  float: left;
  margin-right: 0.5em;
  font-weight: 700;
}
/*
>>> Starts with standard and ends with label
div[class^="standard"][class$="label"] {
  float: left;
  font-weight: 700;
}
*/

/* Header after changes new mockups */

.block-superfish {
  float: left;
  width: auto !important;
}
.region-header .block {
  float: left;
}
#block-euflag {
	display: block;
	height: 4em;
	width: 8em;
	margin-top: 1em;
  margin: 3em 0em 0em 0em;
  font-weight:600;
}
#block-euflag img {
	height: 4em;
	object-fit: contain;
	margin-top: -0.5em;
}
/*
.region-header .block:not(.site-branding) {
	margin: auto;
}
*/
#views_slideshow_cycle_teaser_section_slider_home-block_1 {
	height: auto !important;
}
/*.views_slideshow_cycle_slide {
  position: relative !important;
}*/
/*
.layout--onecol .layout__region {
	width: calc(100% - 6em);
	padding: 0em 6em;
	margin-top: 2em;
}
*/
.layout-no-sidebars .main-content {
	margin: 0em auto;
	float: none;
}
nav.breadcrumb {
	text-align: left;
	padding: 1em 0em 1em 4em;
	    background-color: #fff;
    color: #00b3e3;
	width: calc(100% - 4em);
}
.content .layout--onecol h1, .content .group-header h1 {
	margin: 1em 0em 1em 0em;
	text-align: center;
}

.page-node-type-observatory-page #content {
  width:100%;
}
.page-node-type-tableau-page #main-wrapper {
  width: 100%;
  margin: 0em auto 0em auto;
}
.page-node-type-contact #main-wrapper {
	margin: 0em 130px 0em 130px;
  width: calc(100% - 260px);
}
/*
.highlighted {
	background-color: #fff;
	display: block;
	position: absolute;
	height: 300px;
	left: 15px;
	top: -195px;
}
*/
#block-h2vtheme-views-block-slider-home-block-1 {
	margin-top: -101px;
}

/*Slider cambios ruth*/
.views-field.views-field-field-link .field-content a {
  position: relative;
  margin: 0px;
  color: #fff;
  text-decoration: none !important;
  font-size: 1.2em !important;
  border: none;
  font-size: 3em;
  font-weight: 700;
  transition: all .2s ease-out;
  display: block;
   border-radius: 0.7em;
  padding: 0.5em 1em;
  background-color: #0071b3;
}
.views-field.views-field-field-link .field-content a:hover {
  color: #ffed00;
}

.views-field.views-field-field-slide-text, .views-field.views-field-field-slide-title {
    position: absolute;
    color: #fff;
    position: relative;
}
.views-field.views-field-field-slide-title {
    font-size: 3em;
    top: 2.5em;
    left: 2em;
    font-weight: 700;
}
.views-field.views-field-field-slide-text {
    font-size: 1.5em;
    top: 5em;
    left: 4em;
}
.views-field.views-field-field-link {
	left: 6em;
	bottom: 10%;
}
.views_slideshow_cycle_slide {
 height: 662.153px !important;
 /*position: relative !important;*/
}
#views_slideshow_cycle_main_slider_home-block_1_2{
  height: max-content;
    position: relative;
}
#views_slideshow_cycle_teaser_section_slider_home-block_1{
  height: max-content;
    position: relative;
}
/*
.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > div > div {
	width: 40% !important;
	float: left !important;
  margin-left: 5% !important;
  padding: 0em !important;
  min-width: none !important;
  margin-bottom: 2em;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > div > div {
	width: 30% !important;
	margin-top: 2em;
	margin-left: 0em !important;
	margin-right: 3%;
}
*/
.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item > div > div > p > img {
	max-width: 100%;
	height: auto;
	width: 100%;
	object-fit: contain;
}
.Main-page-content .left {
  width: 50% !important;
}


@media only screen
and (min-device-width: 1000px)
{
  .policyandrcs_page{
    margin-left:5%;
  }
  .patentsandpubli_page{
    width:90% !important;
    margin-left:5% !important;
  }
}

.Main-page-content .left {
  width: 66% !important;
}
.Main-page-content .right {
  width: 30% !important;
  min-width: 180px;
}

.Main-page-content .coltxt {
  width:45%;
  float:left;
  padding: 1% 2%;
  min-width: 200px;
}


.page-node-type-tableau-page #block-h2vtheme-content {
  padding: 0px !important;
}

@media only screen
and (min-device-width: 1500px)
{
  #block-h2vtheme-views-block-slider-home-block-1 .view-content{
   height: 628px !important;
  }
}
@media only screen
and (max-device-width: 1500px)
and (min-device-width: 1100px)
{
  #block-h2vtheme-views-block-slider-home-block-1 .view-content{
    height: 500px !important;
  }
}
@media only screen
and (max-device-width: 1100px)
{
  #block-h2vtheme-views-block-slider-home-block-1 .view-content{
    height: 378px !important;
  }
}
/*
#header .highlighted{
  display:none;
}
*/
.map {
  width: 100%;
  height:400px;
}

/*--------------------home-------------------*/
.name.navbar-brand{
  display: none;
}
.slider-revolution {
    object-fit: cover;
    max-height: 650px;
    height: 650px;
}

.tp-mask-wrap {
    position: relative;
    z-index: 9999;
}

.tp-caption__button {
    border-radius: 50px;
    background-color: #00a6dd;
    border: 0 !important;
    text-transform: capitalize !important;
    font-family: 'Titillium web', sans-serif;
    color: #fff !important;
    margin-top: 0.5em !important;
}

.tp-caption__title a,
.tp-caption__text {
    font-family: 'Titillium web', sans-serif;
}

.tp-caption__title a {
    pointer-events: none;
    cursor: default;
}

.tp-caption__button:hover {
    background-color: #069ad7 !important;
}

.tparrows {
    display: none !important;
}
/*-----------image------------*/
.slider-revolution video {
    /*display:none;*/
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-revolution-wrapper {
    height: calc(100vh - 135px);
}

.forcefullwidth_wrapper_tp_banner {
    height: calc(100vh - 135px) !important;
}

.main-slideshow-block {
    height: 100% !important;
}

.slider-revolution .view-head-content {
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 10%;
}

.slider-revolution .view-head-caption {
    position: relative !important;
    bottom: 0;
    padding: 80px 0;
}

.slider-revolution .view-head-caption h1 {
    padding-top: 0px !important;
    font-size: 3.5em;
    padding-right: 30%;
    color: #fff !important;
    margin: 0;
}

.slider-revolution .view-head-caption h2 {
    font-size: 32px;
    padding-right: 200px;
}
/*-----------image------------*/

.slider-revolution .view-head-caption {
    position: absolute;
    color: #fff;
    bottom: 346px;
}

.slider-revolution .views-field.views-field-field-subtitulo-cabecera .field-content {
       text-align: initial;
    font-size: 1.5em;
    width: 65%;
	    margin-top: 0.3em;
    line-height: normal;
}

/*@media screen and (min-width: 1441px) and (max-width: 1600px) {*/
  /*Header*/
  .view-head-caption {
    position: absolute;
    color: #fff;
    bottom: 148px;
    z-index: 9999;
    left: 1%;
  }
  .slider-revolution .view-head-caption {
    position: absolute;
    bottom: 369px;
  }
  .texto-header-home {
    margin-top: -5em !important;
    margin-left: 8em;
  }
  .views-field.views-field-field-subtitulo-cabecera h2 {
    text-align: left;
    margin: 0.5em 0;
  }
  .menu_inycom .navbar-nav {
    float: right;
  }
  .logo {
    margin-left: 6em;
  }
  .tp-caption--transparent-background {
    left: -23%;
  }
  .pattern {
    height: 73.8%;
  }
  .overlay-profile {
    top: 40px;
  }
  .descripcion-profile {
    font-size: 1.2em !important;
  }
  .registro-eventos h2 {
    white-space: normal;
  }
  .cabecera-eventos img {
    object-fit: cover;
    height: 500px;
    width: 100%;
  }
  .slider-revolution .view-head-caption {
    bottom: 0px;
  }
  .slider-revolution {
    max-height: 590px;
  }
  .post_detail ol {
    width: 85%;
  }
/*}*/

/*******----------our mission and who this platform is designed for...----------*******/
.grid-container{
  max-width: unset !important;
}

.grid__col-12.grid__col-xs-12.grid__col-sm-6.grid__col-md-6.grid__col-lg-6{
  display: inline;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  vertical-align: top;
  padding: 2em 2em;
}
/*******----------our mission and who this platform is designed for...----------*******/


/***----------so that the whole page looks bigger in zoom %75 for example...*/
@media (min-width: 1920px){
	.layout-container, .tp-revslider-mainul{
	    max-width: 1490px !important;
    	width: 1490px !important;
	}
}
/***----------so that the whole page looks bigger in zoom %75 for example...*/
/*--------------------home-------------------*/

/*------------menu----------*/
div.sf-accordion-toggle.sf-style-blue a {
  background: #00a9ad;
  color: #fff;
}
div.sf-accordion-toggle.sf-style-blue a.sf-expanded,
ul.sf-menu.sf-style-blue.sf-accordion li.sf-expanded {
  background: #0082cb;
}
/*------------menu----------*/

.site-footer .content a, .site-footer .content a.is-active {
  color: #00a6dd !important;
  text-decoration: none;
      border-bottom: 1px solid;
}
.site-footer .content li{
  float:left;
  padding-left: 10px;
}
.floatleft{
  float:left;
}



/* -------------- Prueba francho - cuestionarios ------*/

div.empty_field_warning label:before, div.empty_field_warning div.quest_markup:before, div.empty_field_warning h4.label:before, div.empty_field_warning span.fieldset-legend:before{

content: "";
display: block;
background: url("https://upload.wikimedia.org/wikipedia/commons/3/3b/OOjs_UI_icon_alert-warning.svg") no-repeat;
width: 20px;
height: 20px;
float: left;
margin: 0 6px 0 0;

}


div.empty_field_warning fieldset label:before{

content: "";
background: none

}

.questionnaire_subquestion_1 {
    margin-left: 50px;
}

.questionnaire_subquestion_2 {
    margin-left: 100px;
}

.questionnaire_subquestion_3 {
    margin-left: 150px;
}

.questionnaire_question {
    margin-top: 50px;
    /* background-color: beige; */
    /* padding: 10px; */
}


/* -------------- fin Prueba francho - cuestionarios ------*/

#block-h2vtheme-local-tasks {
    clear: both;
    padding-top: 2em;
}
.loginpageright .foot-left {
    margin-top: .4em !important;
    float: none;
		max-width: 100% !important;
	min-width: 100%
}
.view-user-chapters .view-content {
    position: relative !important;
    z-index: 100000000 !important;
}

.ui-dialog .ui-icon,
.ui-dialog .ui-state-hover .ui-icon,
.ui-dialog .ui-state-focus .ui-icon,
.ui-dialog .ui-button:hover .ui-icon,
.ui-dialog .ui-button:focus .ui-icon {
  background-image: url('/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_555555_256x240.png');
}
