/***
# DESIGNED & DEVELOPED by
Raphael Ble -- Web Designer - Front End Developer -- www.shakeup-dathings.com
***/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;display=swap");
/*.hide-content-geoblocking {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
}*/
/*.hide-overlay-geoblocking {
	display: none !important;
}*/
/*#overlay-geoblocking {
	display: block;
	text-align: center;
	width: 100%;
	font-size: .6em;
	margin-top: 13%;
	position: absolute;
	z-index: 0;
	
	
	h1 {
		color: #205583 !important;
		font-weight: 400;
	}
	
	hr {
		width: 30%;
		margin: 1em auto;
	}
	
	span {
		font-size: .7em;
		display: block;
		margin-top: 2%;
	}
}

#euronews-logo-overlay-geoblocking {
	width: 15%;
	fill: #205583;
}*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .browserupgrade-ie10 {
    display: block !important;
    visibility: visible !important; }

  #body-preloader {
    display: none !important; }

  body {
    overflow: hidden; } }
.browserupgrade {
  background: white;
  color: #005587;
  display: block;
  text-align: center;
  width: 70%;
  height: auto;
  font-size: 1.5em;
  padding: 20% 15%;
  position: absolute;
  z-index: 101; }
  .browserupgrade a {
    color: #61a50d; }

.browserupgrade-ie10 {
  display: none;
  visibility: hidden; }

/*#top-advertising {
    position: relative;
    z-index: 98;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
    background: #e3e3e3;
    width: 100%;
	padding: 1em 0;
	
	span {
		font-size: .7em;
		color: #bbb;
		top: -0.5em;
		position: relative;
		display: block;
	}
}

.billboard-advertising {
	width: 970px;
	height: 250px;
	background: #fff;
	font-size: 3em;
	@include vertical-center;
	
	.desktop-txt {
		display: block;
	}
	
	.tablet-txt {
		display: none;
	}
	
	@include MQ-bp-medium-tablet {
		width: 300px;
		height: 250px;
		
		.tablet-txt {
			display: block;
		}
		.desktop-txt {
			display: none;
		}
	}
}*/
.get-back-section, .get-back-section--top, .get-back-section--bottom {
  background: #000;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  text-transform: uppercase;
  position: sticky;
  z-index: 99;
  width: 100%; }
  @media only screen and (max-width: 620px) {
    .get-back-section, .get-back-section--top, .get-back-section--bottom {
      flex-direction: column;
      justify-content: center; } }
  .get-back-section a, .get-back-section--top a, .get-back-section--bottom a, .get-back-section a:visited, .get-back-section--top a:visited, .get-back-section--bottom a:visited {
    color: #fff;
    font-size: .81rem;
    padding: .85em 0;
    text-decoration: none; }
    @media only screen and (max-width: 1280px) {
      .get-back-section a, .get-back-section--top a, .get-back-section--bottom a, .get-back-section a:visited, .get-back-section--top a:visited, .get-back-section--bottom a:visited {
        padding: .9em .6em;
        font-size: .75em; } }
    @media only screen and (max-width: 1024px) {
      .get-back-section a, .get-back-section--top a, .get-back-section--bottom a, .get-back-section a:visited, .get-back-section--top a:visited, .get-back-section--bottom a:visited {
        font-size: .65em; } }
    @media only screen and (max-width: 620px) {
      .get-back-section a, .get-back-section--top a, .get-back-section--bottom a, .get-back-section a:visited, .get-back-section--top a:visited, .get-back-section--bottom a:visited {
        width: 97%;
        text-align: center; } }
  .get-back-section .sponsored, .get-back-section--top .sponsored, .get-back-section--bottom .sponsored {
    background: #5d8a1d;
    color: #ffffff;
    padding: .85em 1em;
    position: relative;
    margin-left: auto; }
  .get-back-section--top {
    top: 0; }
  .get-back-section--bottom {
    bottom: 0;
    position: relative; }
    @media only screen and (max-width: 620px) {
      .get-back-section--bottom {
        flex-direction: column-reverse; } }

.get-back-section .header-logo, .get-back-section--top .header-logo, .get-back-section--bottom .header-logo {
  width: 6.5rem;
  margin: -0.2em 0.8em 0;
  fill: #fff; }
  @media only screen and (max-width: 1280px) {
    .get-back-section .header-logo, .get-back-section--top .header-logo, .get-back-section--bottom .header-logo {
      width: 5.5rem; } }

.get-back::before {
  content: "<";
  padding: 1.1em .5em 0.85em 0; }

.sponsored span {
  font-weight: bold; }

.get-back-section--top .sponsored::after {
  content: "";
  background: #5d8a1d;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 8%;
  transform: rotate(45deg);
  z-index: -1;
  margin-top: -0.2em; }
  @media only screen and (max-width: 620px) {
    .get-back-section--top .sponsored::after {
      width: 15px;
      height: 15px;
      right: 50%; } }

.get-back-section--bottom .sponsored::after {
  content: "";
  background: #5d8a1d;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 8%;
  transform: rotate(45deg);
  z-index: -1;
  bottom: 2em; }
  @media only screen and (max-width: 620px) {
    .get-back-section--bottom .sponsored::after {
      width: 15px;
      height: 15px;
      right: 50%; } }

.wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none; }
  .wrapper--header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    background-image: url("https://www.euronews.com/partnercontent/iberdrola/renewables/img/bg-header-1@2x.jpg");
    background-color: white;
    background-size: 101%;
    height: 33.4vw;
    max-height: 750px;
    padding: 3% 0;
    z-index: 97;
    border-bottom: 0.75vw solid #f28f00;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .wrapper--header {
        background-size: cover;
        height: 42vw; } }
  .wrapper--video {
    background-color: #f1f7e9;
    background-image: url("https://www.euronews.com/partnercontent/iberdrola/renewables/img/bg-video.svg");
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    max-height: 886px;
    display: block;
    padding: 3em 0 4em 0; }
  .wrapper--explainers {
    background: none;
    margin-top: 0; }
  .wrapper--footer-visuals {
    background: #61a50d url("https://www.euronews.com/partnercontent/iberdrola/renewables/img/bg-footer-socials@2x.jpg") no-repeat center center;
    background-size: cover;
    border-top: 0.75vw solid #61a50d;
    height: 31.3vw;
    margin: 0;
    padding: 0; }
  .wrapper--article {
    height: auto;
    background: white; }
    .wrapper--article .wrapper-min, .wrapper--article .wrapper-max {
      padding: 5% 0 0 0; }

.wrapper-max {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 66vw; }
  @media only screen and (max-width: 768px) {
    .wrapper-max {
      width: 75.5%; } }

.video-wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 71.4%; }
  @media only screen and (max-width: 768px) {
    .video-wrapper {
      width: 90% !important; } }

.full-width-wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none;
  width: 100%; }

.wrapper-min {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  width: 59.5%; }
  @media only screen and (max-width: 1280px) {
    .wrapper-min {
      width: 65.5%; } }
  @media only screen and (max-width: 1024px) {
    .wrapper-min {
      width: 70.5%; } }
  @media only screen and (max-width: 768px) {
    .wrapper-min {
      width: 75.5%; } }

.wrapper-slideshow-video {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  width: 83.8%; }
  @media only screen and (max-width: 768px) {
    .wrapper-slideshow-video {
      width: 100%; } }

.align-top {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.align-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.column-content {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: nowrap; }

body {
  background: #ffffff;
  font-family: "Lato", sans-serif;
  color: #61a50d;
  overflow: hidden; }

a {
  color: #61a50d; }
  a:hover {
    color: #f28f00; }
  a:visited {
    color: #61a50d; }
  a:active, a:focus, a:visited {
    outline: none; }

h1 {
  font-size: 4em;
  color: #61a50d; }

h2 {
  font-size: clamp(1.6rem, 4vw, 3.6rem);
  font-family: "Lato", sans-serif;
  color: #61a50d;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 2% 0;
  text-transform: uppercase;
  text-align: center; }

#header-section span {
  font-family: "Lato", sans-serif;
  color: #2c373f;
  font-size: 0.8vw;
  letter-spacing: 0;
  margin: 0 0 1.5em;
  font-weight: 500; }
  @media only screen and (max-width: 1024px) {
    #header-section span {
      font-size: 1vw;
      margin: 0 0 1em; } }
  @media only screen and (max-width: 768px) {
    #header-section span {
      font-size: 1.5vw; } }
  @media only screen and (max-width: 420px) {
    #header-section span {
      font-size: 2vw; } }
#header-section .wrapper-max {
  height: 85%; }

#main-logo {
  position: relative;
  width: 100%;
  z-index: 1;
  	/*@include MQ-bp-medium-tablet {
  		//top: 2em;
      	//margin-bottom: 0;
  		width: 85%;
  	}
  	
  	@include MQ-bp-big-mobile {
  		//margin-top: 0.4em;
  		//top: .9em;
  	}*/ }

/*#video-bg {
	z-index: 0;
	position: absolute;
	width: 100.6vw;
}*/
.logo-partner-wrapper {
  width: 100%;
  z-index: 1; }
  .logo-partner-wrapper #partner-logo {
    text-align: center;
    width: 23%; }
    @media only screen and (max-width: 1024px) {
      .logo-partner-wrapper #partner-logo {
        width: 25%; } }
    @media only screen and (max-width: 420px) {
      .logo-partner-wrapper #partner-logo {
        width: 32%; } }

#video-section {
  text-align: center; }
  #video-section h2 {
    font-size: clamp(0.6rem, 3vw, 2.6rem);
    margin: 0 auto .7em;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600; }

.slick {
  width: 83.3%; }

.slick-dots li {
  margin: .3em; }
  @media only screen and (max-width: 768px) {
    .slick-dots li {
      margin: .2em; } }

.slick-dots li {
  width: 1.2vw;
  height: 1.2vw; }
  @media only screen and (max-width: 768px) {
    .slick-dots li {
      width: 1.6vw;
      height: 1.6vw; } }
  @media only screen and (max-width: 420px) {
    .slick-dots li {
      width: 2.2vw;
      height: 2.2vw; } }

.slick-dots li.slick-active button::before {
  opacity: 1; }

.slick-dots li button::before {
  font-size: 1.2vw; }

.slick-dots li button {
  width: 100%;
  height: 100%; }

.slick-dots {
  bottom: -2.5vw;
  visibility: hidden; }

.slick-dotted.slick-slider {
  margin-bottom: 3%; }

.slick-dots li button::before {
  opacity: 1;
  color: #61a50d; }

.slick-dots li.slick-active button::before {
  color: #f28f00; }

.slick button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.slick .slide-arrow {
  position: absolute;
  bottom: 13vw;
  z-index: 1; }

.slick .prev-arrow {
  width: 4vw;
  height: 7.7vw;
  display: block;
  left: -10%;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .slick .prev-arrow {
      bottom: 19vw; } }
  .slick .prev-arrow:hover > img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(25%) saturate(6082%) hue-rotate(6deg) brightness(100%) contrast(103%); }

.slick .next-arrow {
  width: 4vw;
  height: 7.7vw;
  display: block;
  right: -10%;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .slick .next-arrow {
      bottom: 19vw; } }
  .slick .next-arrow:hover > img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(25%) saturate(6082%) hue-rotate(6deg) brightness(100%) contrast(103%); }

#explainers-section, .slick-slider-related {
  text-align: center; }
  #explainers-section .wrapper-max, .slick-slider-related .wrapper-max {
    padding: 0 0 2.5em 0; }
  #explainers-section h1, .slick-slider-related h1 {
    font-size: clamp(1.6rem, 4vw, 3.6rem);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 0;
    min-width: 41.5%;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0.67em 0 0.5em 0;
    /*&::before {
    	@include line-before-h1(20vw);
    }
    
    &::after {
    	@include line-after-h1(20vw);
    }*/ }
  #explainers-section .card-container, .slick-slider-related .card-container {
    width: 100%;
    border-top: #f28f00 0.35vw solid;
    padding-top: 6%;
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 1024px) {
      #explainers-section .card-container, .slick-slider-related .card-container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-content: center; } }
  #explainers-section .card, .slick-slider-related .card {
    width: 48%;
    text-align: left;
    margin: 0 0 4em 0;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    #explainers-section .card:nth-child(4n+4), .slick-slider-related .card:nth-child(4n+4) {
      margin-right: 0; }
    @media only screen and (max-width: 1280px) {
      #explainers-section .card, .slick-slider-related .card {
        font-size: 95%; } }
    @media only screen and (max-width: 1024px) {
      #explainers-section .card, .slick-slider-related .card {
        width: 70%;
        text-align: center;
        background: #ffffff;
        margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      #explainers-section .card, .slick-slider-related .card {
        font-size: 90%;
        width: 80%; } }
    @media only screen and (max-width: 620px) {
      #explainers-section .card, .slick-slider-related .card {
        font-size: 79%;
        width: 100%; } }
    @media only screen and (max-width: 420px) {
      #explainers-section .card, .slick-slider-related .card {
        font-size: 70%; } }
    #explainers-section .card h3, .slick-slider-related .card h3 {
      font-size: clamp(1.1rem, 2.45vw, 1.5rem);
      line-height: 1.35;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
      margin: .9em auto .7em auto;
      flex-grow: 1; }
      @media only screen and (max-width: 1024px) {
        #explainers-section .card h3, .slick-slider-related .card h3 {
          width: 95%; } }
      #explainers-section .card h3 a, .slick-slider-related .card h3 a {
        color: #61a50d;
        transition: color 0.3s ease-out;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
        #explainers-section .card h3 a:hover, .slick-slider-related .card h3 a:hover {
          color: #f28f00; }
    #explainers-section .card p, .slick-slider-related .card p {
      font-family: "Lato", sans-serif;
      font-size: clamp(0.9rem, 2.45vw, 1rem);
      color: #2c373f;
      margin: 0 auto 1.2em;
      line-height: 1.35;
      font-weight: 300;
      letter-spacing: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
      @media only screen and (max-width: 1024px) {
        #explainers-section .card p, .slick-slider-related .card p {
          width: 95%; } }
    #explainers-section .card .img-article-link, .slick-slider-related .card .img-article-link {
      background: #f28f00;
      display: block;
      overflow: hidden;
      width: 100%;
      height: auto; }
      #explainers-section .card .img-article-link img, .slick-slider-related .card .img-article-link img {
        transform: scale(1.01);
        transition: all .5s ease-out; }
      #explainers-section .card .img-article-link:hover img, .slick-slider-related .card .img-article-link:hover img {
        transform: scale(1.2);
        opacity: .4;
        transition: all 3s ease-out; }
    #explainers-section .card .cta-article, .slick-slider-related .card .cta-article {
      background: #61a50d;
      width: 98.6%;
      display: inline-block;
      color: white;
      text-align: center;
      font-size: 1.25em;
      padding: 0.5em;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0;
      position: relative;
      transition: background .7s;
      transition: color .3s ease-out .3s; }
      @media only screen and (max-width: 1024px) {
        #explainers-section .card .cta-article, .slick-slider-related .card .cta-article {
          width: 96%; } }
      #explainers-section .card .cta-article:hover, .slick-slider-related .card .cta-article:hover {
        cursor: pointer;
        color: #ffffff;
        transition: all .3s ease-out .3s; }
      #explainers-section .card .cta-article .background-1, .slick-slider-related .card .cta-article .background-1 {
        background: #2c373f;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        margin: -0.5em;
        z-index: 0;
        bottom: -80%;
        transition: all .25s ease-out .3s; }
      #explainers-section .card .cta-article .background-2, .slick-slider-related .card .cta-article .background-2 {
        background: #f28f00;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        margin: -0.5em;
        z-index: 1;
        right: 0.5em;
        bottom: -80%;
        transition: all .45s ease-out 0s; }
      #explainers-section .card .cta-article .cta-text, .slick-slider-related .card .cta-article .cta-text {
        position: relative;
        z-index: 2; }
      #explainers-section .card .cta-article:hover .background-1, .slick-slider-related .card .cta-article:hover .background-1 {
        bottom: 10px;
        transition: all .5s ease-out 0s; }
      #explainers-section .card .cta-article:hover .background-2, .slick-slider-related .card .cta-article:hover .background-2 {
        bottom: 10px;
        transition: all .7s ease-out .25s; }
    #explainers-section .card--coming-soon::after, .slick-slider-related .card--coming-soon::after {
      content: "Coming soon";
      background: #e2e2e2;
      font-family: "Lato", sans-serif;
      color: #ffffff;
      text-transform: uppercase;
      position: absolute;
      font-size: clamp(1.2rem, 2.5vw, 1.4rem);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%; }
    #explainers-section .card--coming-soon h3, #explainers-section .card--coming-soon p, #explainers-section .card--coming-soon .cta-article, #explainers-section .card--coming-soon a, #explainers-section .card--coming-soon img, .slick-slider-related .card--coming-soon h3, .slick-slider-related .card--coming-soon p, .slick-slider-related .card--coming-soon .cta-article, .slick-slider-related .card--coming-soon a, .slick-slider-related .card--coming-soon img {
      visibility: hidden; }

#infographic-section .infographic-1 {
  border-top: #f28f00 0.35vw solid;
  padding-top: 6%; }

.left {
  float: left;
  margin: 0 2.5em 2.5em 0; }
  @media only screen and (max-width: 768px) {
    .left {
      margin: 0 1.5em 1.5em 0; } }
  @media only screen and (max-width: 620px) {
    .left {
      margin: 0.8em 0 2em 0; } }

.right {
  float: right;
  margin: 0 0 2.5em 2.5em; }
  @media only screen and (max-width: 768px) {
    .right {
      margin: 0 0 1.5em 1.5em; } }
  @media only screen and (max-width: 620px) {
    .right {
      margin: 0.8em 0 2em 0; } }

.full-width {
  width: 100% !important;
  margin: 0 0 2.5em 0; }
  @media only screen and (max-width: 768px) {
    .full-width {
      margin: 0 0 1.5em 0; } }
  @media only screen and (max-width: 620px) {
    .full-width {
      margin: 2em 0; } }

.embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .embed iframe, .embed object, .embed embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 100;
  /* makes sure it stays on top */ }

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -65px;
  clear: both; }

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.preloader_inner {
  text-align: center;
  font-size: 1.5em; }

.show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease; }

.sp.sp-slices {
  border-radius: 0;
  border-top: 18px #f28f00 solid;
  border-left: 18px #61a50d solid;
  border-bottom: 18px white solid;
  border-right: 18px #61a50d solid;
  border-radius: 100px;
  -webkit-animation: spSlices 1s infinite linear;
  animation: spSlices 1s infinite linear; }

@-webkit-keyframes spSlices {
  0% {
    border-top: 18px #f28f00 solid;
    border-right: 18px #61a50d solid;
    border-bottom: 18px white solid;
    border-left: 18px #61a50d solid; }
  25% {
    border-top: 18px white solid;
    border-right: 18px #f28f00 solid;
    border-bottom: 18px #61a50d solid;
    border-left: 18px white solid; }
  50% {
    border-top: 18px white solid;
    border-right: 18px white solid;
    border-bottom: 18px #f28f00 solid;
    border-left: 18px #61a50d solid; }
  75% {
    border-top: 18px #61a50d solid;
    border-right: 18px white solid;
    border-bottom: 18px white solid;
    border-left: 18px #f28f00 solid; }
  100% {
    border-top: 18px #f28f00 solid;
    border-right: 18px #61a50d solid;
    border-bottom: 18px white solid;
    border-left: 18px #61a50d solid; } }
@keyframes spSlices {
  0% {
    border-top: 18px #f28f00 solid;
    border-right: 18px #61a50d solid;
    border-bottom: 18px white solid;
    border-left: 18px #61a50d solid; }
  25% {
    border-top: 18px white solid;
    border-right: 18px #f28f00 solid;
    border-bottom: 18px #61a50d solid;
    border-left: 18px white solid; }
  50% {
    border-top: 18px white solid;
    border-right: 18px white solid;
    border-bottom: 18px #f28f00 solid;
    border-left: 18px #61a50d solid; }
  75% {
    border-top: 18px #61a50d solid;
    border-right: 18px white solid;
    border-bottom: 18px white solid;
    border-left: 18px #f28f00 solid; }
  100% {
    border-top: 18px #f28f00 solid;
    border-right: 18px #61a50d solid;
    border-bottom: 18px white solid;
    border-left: 18px #61a50d solid; } }
