*.underline span:after {
  display: none; }

h1, h2, h3 {
  color: #212529; }
  h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong {
    color: #f9b773;
    font-size: 1.3em; }

h3 {
  text-transform: none !important; }

header.main-header {
  position: absolute;
  background-color: transparent;
  border: 0 !important; }
  header.main-header.compact {
    height: 70px; }
    header.main-header.compact .logo-ea {
      width: 180px !important;
      margin: 7px 0; }
  @media screen and (min-width: 992px) {
    header.main-header .container .btn.donate {
      display: none; } }
  header.main-header .container .share-toolbar {
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-right: 0;
    margin-right: 0; }
    header.main-header .container .share-toolbar:before {
      display: none; }
    header.main-header .container .share-toolbar p {
      display: none; }
    @media screen and (min-width: 992px) {
      header.main-header .container .share-toolbar .btn {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        background-color: transparent !important;
        -webkit-box-shadow: none;
        box-shadow: none; } }
  header.main-header .container .btn {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  header.main-header .container svg path, header.main-header .container svg g {
    fill: #FFF; }

.floating-cta {
  background-color: #0b7f69; }

main {
  overflow: hidden; }

section {
  position: relative;
  color: #212529;
  text-align: center; }
  section.cover {
    margin-bottom: 90px;
    overflow: visible; }
    @media screen and (max-width: 992px) {
      section.cover {
        height: 380px;
        min-height: 380px; } }
    @media screen and (max-width: 768px) {
      section.cover {
        margin-bottom: 120px; } }
    section.cover:before {
      content: '';
      background: #fff;
      position: absolute;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
      transform: rotate(6deg);
      width: 200%;
      left: -50%;
      top: calc(88% + 20px);
      height: 150px; }
      @media screen and (max-width: 768px) {
        section.cover:before {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
          background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
          /* IE6-9 */
          position: absolute;
          width: 100%;
          height: 70px;
          top: 0;
          left: 0;
          opacity: .5; } }
    section.cover:after {
      content: '';
      background: url("../img/settimanaveg/edge-top-white.png") repeat-x;
      position: absolute;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
      transform: rotate(6deg);
      width: 200%;
      left: -50%;
      top: 88%;
      height: 150px; }
      @media screen and (max-width: 768px) {
        section.cover:after {
          width: 100%;
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          left: 0;
          top: calc(100% - 19px);
          height: 20px; } }
    section.cover .container {
      position: relative;
      z-index: 2;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto auto -140px auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      section.cover .container .cover-logo {
        width: 45%;
        max-width: 450px; }
        @media screen and (max-width: 768px) {
          section.cover .container .cover-logo {
            width: 90%;
            margin: 0 auto; } }
        section.cover .container .cover-logo svg g, section.cover .container .cover-logo svg path {
          fill: #0b7f69; }
        section.cover .container .cover-logo svg #logo-portion-2 g, section.cover .container .cover-logo svg #logo-portion-2 path {
          fill: #f9b773; }
      @media screen and (max-width: 768px) {
        section.cover .container .text {
          display: none; } }
  section.subscribe-newsletter {
    background-color: #0b7f69;
    color: #fff;
    padding: 4em 0 3em;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      section.subscribe-newsletter {
        padding: 0; } }
    section.subscribe-newsletter [class*='bg'] {
      background-repeat: no-repeat;
      background-position: center;
      background-size: 460px auto;
      position: absolute;
      width: 50%;
      height: 100%;
      top: 0; }
    section.subscribe-newsletter .bg1 {
      background-image: url("../img/settimanaveg/settimanaveg-icons-bg-1.png");
      background-position: left center;
      left: 0;
      margin: 0;
      z-index: 0; }
      @media screen and (max-width: 1600px) {
        section.subscribe-newsletter .bg1 {
          margin: 0 0 0 -10vw; } }
      @media screen and (max-width: 1200px) {
        section.subscribe-newsletter .bg1 {
          margin: 0 0 0 -20vw; } }
      @media screen and (max-width: 992px) {
        section.subscribe-newsletter .bg1 {
          margin: 0 0 0 -30vw; } }
      @media screen and (max-width: 768px) {
        section.subscribe-newsletter .bg1 {
          background-image: url("../img/settimanaveg/settimanaveg-icons-bg-3.png");
          background-repeat: repeat-x;
          background-position: -10px center;
          background-size: 170% auto;
          position: relative;
          width: 100%;
          height: 120px;
          top: 0;
          left: 0;
          margin: 0 0 10px 0; } }
    section.subscribe-newsletter .bg2 {
      background-image: url("../img/settimanaveg/settimanaveg-icons-bg-2.png");
      background-position: right center;
      right: 0;
      margin: 0;
      z-index: 0; }
      @media screen and (max-width: 1600px) {
        section.subscribe-newsletter .bg2 {
          margin: 0 -10vw 0 0; } }
      @media screen and (max-width: 1200px) {
        section.subscribe-newsletter .bg2 {
          margin: 0 -20vw 0 0; } }
      @media screen and (max-width: 992px) {
        section.subscribe-newsletter .bg2 {
          margin: 0 -30vw 0 0; } }
      @media screen and (max-width: 768px) {
        section.subscribe-newsletter .bg2 {
          background-image: url("../img/settimanaveg/settimanaveg-icons-bg-3.png");
          background-repeat: repeat-x;
          background-position: 80% bottom;
          background-size: 130% auto;
          position: relative;
          width: 100%;
          height: 100px;
          top: 0;
          left: 0;
          margin: 0; } }
    section.subscribe-newsletter:before {
      content: '';
      background: url("../img/settimanaveg/edge-top-white.png") repeat-x;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      width: 100%;
      top: -1px;
      left: 0;
      height: 21px;
      z-index: 1; }
    section.subscribe-newsletter:after {
      content: '';
      background: url("../img/settimanaveg/edge-top-white.png") repeat-x;
      position: absolute;
      width: 100%;
      bottom: -1px;
      left: 0;
      height: 21px;
      z-index: 1; }
    section.subscribe-newsletter h2 {
      color: #fff !important;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        section.subscribe-newsletter h2 {
          font-size: 1.5em; } }
      section.subscribe-newsletter h2 strong {
        color: #fff; }
      section.subscribe-newsletter h2 em {
        color: #f9b773;
        font-style: normal; }
    section.subscribe-newsletter p {
      margin: .8em 0 .5em;
      line-height: 1.4em;
      font-size: 1.6em;
      font-weight: 200; }
    section.subscribe-newsletter .description {
      margin-bottom: 1em;
      font-size: 1.2em;
      line-height: 1.2em; }
    section.subscribe-newsletter form .input-container input {
      height: 50px;
      border-radius: 5px;
      font-size: 18px; }
    section.subscribe-newsletter form .input-container input[type='checkbox'] + label {
      opacity: 1; }
    section.subscribe-newsletter form .input-container input[type='checkbox'] + label:before {
      background-color: #fff; }
    section.subscribe-newsletter form .radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        section.subscribe-newsletter form .radio {
          margin: 1em 0; } }
      section.subscribe-newsletter form .radio input {
        display: none; }
      section.subscribe-newsletter form .radio input[type="radio"] + label {
        font-family: 'Museo Sans', Tahoma, Arial, sans-serif;
        background: #FFF;
        border: 3px solid transparent;
        white-space: nowrap;
        padding: .5em;
        color: #212529;
        font-size: 18px;
        width: 35.3%;
        margin: 0 2px;
        border-radius: 5px;
        text-align: center;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      section.subscribe-newsletter form .radio input[type="radio"]:nth-child(2) + label {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2; }
      section.subscribe-newsletter form .radio input[type="radio"] + label:before {
        content: 'r';
        font-family: 'essereanimali';
        color: #0b7f69;
        display: inline-block;
        font-weight: bold;
        margin: 0 .2em 0 0;
        opacity: 0;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        vertical-align: middle;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        max-width: 0; }
      section.subscribe-newsletter form .radio input[type="radio"]:checked + label {
        color: #000;
        background: #FFF; }
      section.subscribe-newsletter form .radio input[type="radio"]:checked + label:before {
        max-width: 2em;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  @media screen and (max-width: 992px) {
    section.boxes-section {
      overflow: hidden; } }
  @media screen and (max-width: 992px) {
    section.boxes-section .boxes {
      margin: 0; } }
  section.boxes-section .boxes .info-box {
    overflow: visible !important; }
    section.boxes-section .boxes .info-box:before {
      content: '';
      background-color: #fff;
      width: 100%;
      height: 120%;
      position: absolute;
      top: -10%;
      left: 0; }
    @media screen and (max-width: 992px) {
      section.boxes-section .boxes .info-box:before {
        width: 120%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -10%; } }
    section.boxes-section .boxes .info-box h3 {
      font-weight: normal; }
  section.share .share-btns .share-btn-container {
    width: 150px; }
    @media screen and (max-width: 992px) {
      section.share .share-btns .share-btn-container {
        width: 100px; } }
    section.share .share-btns .share-btn-container .share-btn {
      background-color: #0b7f69; }
      @media screen and (min-width: 992px) {
        section.share .share-btns .share-btn-container .share-btn {
          width: 8rem;
          height: 8rem;
          font-size: 50px; } }
  section.columns-section:nth-child(-n+5) .column {
    background: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.columns-section:nth-child(-n+5) .column .column-cover {
      background-color: transparent;
      margin: 0 auto;
      max-width: 200px;
      width: 100%; }
      section.columns-section:nth-child(-n+5) .column .column-cover .bg {
        background-repeat: no-repeat;
        background-size: contain; }
    section.columns-section:nth-child(-n+5) .column > .text {
      padding: 0 20px 20px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background: #ffff;
      background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
      background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
      background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
      background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); }
  section.columns-section:nth-child(n+7) .column h3 {
    margin: 0 20px 0.2em; }
  section.columns-section:nth-child(n+7) .column .column-cover {
    max-width: 250px;
    margin: 0 auto 10px;
    background-color: transparent;
    overflow: visible; }
    section.columns-section:nth-child(n+7) .column .column-cover .bg {
      border-radius: 50%;
      -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 47px 20px -40px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 47px 20px -40px; }
  section.columns-section:nth-child(n+7) .column .text p {
    text-transform: uppercase; }
  section.section-alterned-img-text .single-section {
    min-height: 300px;
    margin: 0 15px 0 !important; }
    section.section-alterned-img-text .single-section .half.picture {
      min-height: 30vh;
      background-size: contain;
      background-position: center center;
      border: 0 !important; }
      @media screen and (min-width: 992px) {
        section.section-alterned-img-text .single-section .half.picture {
          margin: 15px; } }
      section.section-alterned-img-text .single-section .half.picture:after {
        padding-top: 50%; }
    @media screen and (min-width: 992px) {
      section.section-alterned-img-text .single-section .half.details {
        margin: 0px 0 20px 0; } }
  section.donation h2 {
    color: #fff; }
  section.donation .btn {
    color: #fff !important; }
  section.sign-petition .btn.big {
    background-color: #0b7f69;
    color: #fff !important; }
    section.sign-petition .btn.big:hover {
      background-color: #075042;
      color: #fff !important; }
