section#helping .container{
  padding-bottom: 60px;
}

section#helping .content{
    width: 35%;
}
section#helping .content .column{
    width: 100%;
}
section#helping .side-img{
    width: 65%;
}
#content section#helping .side-img .img{
    width: auto;
    margin-right: 80px;
}


section#quotes{
    background: #e3e3e3;
}
section#quotes .container{
    padding-top: 22%;
    padding-bottom: 0;
}


section#quotes .quote{
    position: absolute;
    opacity: 0;
}
section#quotes .quote:before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
section#quotes .quote span{
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-family: 'HelveticaNeue65';
    width: 100%;
    padding: 0 11%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
section#quotes .quote .tail{
    position: absolute;
    left: 12%;
    bottom: 0;
    width: 23%;
}

section#quotes .quote.animated span{
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0.75s;
       -moz-transition: all 0.5s ease-out 0.75s;
         -o-transition: all 0.5s ease-out 0.75s;
            transition: all 0.5s ease-out 0.75s;
}
section#quotes .quote.animate span{
    opacity: 1;
}

section#quotes .quote#quote1.animate{
    -webkit-animation: appear 1s forwards;
       -moz-animation: appear 1s forwards;
         -o-animation: appear 1s forwards;
            animation: appear 1s forwards;
}
section#quotes .quote#quote2.animate{
    -webkit-animation: appear 1s forwards 0.5s;
       -moz-animation: appear 1s forwards 0.5s;
         -o-animation: appear 1s forwards 0.5s;
            animation: appear 1s forwards 0.5s;
}
section#quotes .quote#quote3.animate{
    -webkit-animation: appear 1s forwards 1s;
       -moz-animation: appear 1s forwards 1s;
         -o-animation: appear 1s forwards 1s;
            animation: appear 1s forwards 1s;
}

@-webkit-keyframes appear {
  0%   { opacity: 0; }
  50%  {
        opacity: 1;
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);

   }
  100% { opacity: 1; }
}
@-moz-keyframes appear {
  0%   { opacity: 0; }
  50%  { opacity: 1;
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
        }
  100% { opacity: 1; }
}
@-o-keyframes appear {
  0%   { opacity: 0; }
  50%  { opacity: 1;
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
        }
  100% { opacity: 1; }
}
@keyframes appear {
  0%   { opacity: 0; }
  50%  { opacity: 1;
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
        }
  100% { opacity: 1; }
}

section#quotes .quote#quote1{
    left: 50px;
    top: -2%;
    width: 44%;
    height: 41%;
}
section#quotes .quote#quote1:before{
    background: #faa73f;
}

section#quotes .quote#quote2{
    right: 50px;
    top: 5%;
    width: 44%;
    height: 41%;
}
section#quotes .quote#quote2:before{
    background: #717171;
}

section#quotes .quote#quote3{
    left: 28%;
    top: 37%;
    width: 30%;
    height: 27%;
}
section#quotes .quote#quote3 span{
    padding: 0 15%;
}
section#quotes .quote#quote3:before{
    background: #ffc66e;
}




section#regenerate-main .regenerate{
    position: relative;
    z-index: 1;
    background: #faa73f;
    color: #fff;
    padding: 35px 30px 30px;
    margin:  0 20px;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.3);
       -moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.3);
            box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.3);
}
section#regenerate-main .regenerate:after{
    content: '';
    display: block;
    clear: both;
}
section#regenerate-main .content{
    width: 70%;
}
section#regenerate-main .highlight{
    width: 30%;
    position: relative;
    font-size: 28px;
    line-height: 34px;
    font-family: 'HelveticaNeue65';
}
section#regenerate-main .highlight span{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}
section#regenerate-main .highlight a,
section#regenerate-main .highlight a:active,
section#regenerate-main .highlight a:focus,
section#regenerate-main .highlight a:visited{
    color: #fff;
    text-decoration: underline;
}
section#regenerate-main .highlight a:hover{
    color: #ec5f32;
}
section#regenerate-main h2:before{
    background: #fff;
}
section#regenerate-main .r .column{
    padding-right: 50px;
}



/* Responsive ----------------------------------------------------------*/

@media (max-width: 1500px){
    section#quotes .quote span{
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 1400px){
    section#quotes .quote span{
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 1300px){
    section#quotes .quote span{
        font-size: 21px;
        line-height: 26px;
    }
}



@media (max-width: 1200px){
    section#helping .content,
    section#helping .side-img{
        width: 50%;
    }
    section#quotes .quote span{
        font-size: 19px;
        line-height: 24px;
    }
    section#quotes .container{
        padding-top: 25%;
    }
    section#quotes .quote#quote1{
        left: 40px;
        height: 38%;
    }
    section#quotes .quote#quote2{
        right: 40px;
        top: 7%;
        height: 38%;
    }
    section#quotes .quote#quote3{
        top: 41%;
        height: 25%;
    }
}


@media (max-width: 1100px){
    section#quotes .container {
        padding-top: 25%;
    }
    section#quotes .quote span{
        font-size: 18px;
        line-height: 22px;
        padding: 0 12%;
    }
}


@media (max-width: 1000px){
    section#quotes .container {
        padding-top: 30%;
    }
    section#quotes .quote span{
        font-size: 17px;
        line-height: 21px;
    }
}

@media (max-width: 980px){
    section#regenerate-main .highlight {
      margin: 0;
    }
}

@media (max-width: 900px){
    section#quotes .container {
        padding-top: 40%;
    }
    section#quotes .quote span{
        font-size: 15px;
        line-height: 19px;
        padding: 0 13%;
    }
}


@media (max-width: 850px){
    section#helping .content,
    section#helping .side-img{
        width: 100%;
    }
    #content section#helping .side-img .img{
        margin-left: 30px;
    }
}

@media (max-width: 800px){

    section#quotes .quote span{
        font-size: 15px;
        line-height: 17px;
        padding: 0 15%;
    }
    section#quotes .quote#quote1{
        left: 30px;
        height: 41%;
    }
    section#quotes .quote#quote2{
        right: 30px;
        top: 4%;
        height: 41%;
    }
    section#quotes .quote#quote3{
        height: 25%;
        top: 41%;
    }


    section#regenerate-main .regenerate{
        margin: 0;
    }
    section#regenerate-main .content{
        width: 100%;
    }
    section#regenerate-main .r h2{
        margin: 0;
    }
    section#regenerate-main .r .column{
        padding: 0;
    }
    section#regenerate-main .highlight{
        width: 100%;
        font-size: 26px;
    }
    section#regenerate-main .highlight span{
        position: static;
    }
}


@media (max-width: 700px){
    section#quotes .quote span {
        font-size: 14px;
        line-height: 16px;
    }
    section#regenerate-main .highlight{
        font-size: 24px;
        line-height: 28px;
    }
}


@media (max-width: 650px){
    section#quotes .quote span{
        line-height: 15px;
    }
}


@media (max-width: 600px){
    section#quotes .container {
        padding-top: 90%;
    }
    section#quotes .quote#quote1{
        width: 80%;
        left: 10%;
        height: 24%;
    }
    #content section#helping .side-img .img{
        margin-right: 70px;
    }
    section#quotes .quote#quote2{
        width: 70%;
        left: 15%;
        top: 24%;
        height: 24%;
    }
    section#quotes .quote#quote3{
        top: 50%;
        width: 60%;
        height: 20%;
        left: 20%;
    }
    section#regenerate-main .highlight {
        font-size: 22px;
          line-height: 26px;
    }
}


@media (max-width: 550px){
    section#quotes .quote#quote1{
        height: 25%;
    }
    section#quotes .quote#quote2{
        height: 25%;
    }
    section#quotes .quote span {
        font-size: 13px;
    }
}


@media (max-width: 500px){
    #content section#helping .side-img .img{
        margin-right: 60px;
    }
    section#quotes .container {
        padding-top: 100%;
    }
    section#quotes .quote span {
        line-height: 14px;
    }
    section#quotes .quote#quote1{
        width: 90%;
        left: 5%;
        height: 27%;
    }
    section#quotes .quote#quote2{
        width: 85%;
        left: 7%;
        top: 27%;
        height: 27%;
    }
    section#quotes .quote#quote3{
        top: 56%;
    }
    section#regenerate-main .highlight {
        font-size: 20px;
        line-height: 24px;
    }
    #content section#helping .side-img .img{
        margin-left: 0;
    }
}


@media (max-width: 450px){
    section#quotes .container {
        padding-top: 120%;
    }
    section#quotes .quote#quote1{
        height: 28%;
    }
    section#quotes .quote#quote2{
        height: 28%;
        top: 28%;
    }
    section#quotes .quote#quote3{
        height: 23%;
        top: 58%;
    }
}


@media (max-width: 400px){
    section#quotes .container {
        padding-top: 135%;
    }
    #content section#helping .side-img .img {
        margin-right: 40px;
    }
    section#regenerate-main .highlight {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 350px){
    section#quotes .quote span {
        font-size: 12px;
        line-height: 13px;
    }
    #content .side-img .img{
        height: 300px;
    }
}