body{
    background: #fcfcfc url(../images/main-bg.jpg);
    background-position: top left;
    background-repeat: repeat;
    font: 15px/24px 'Open Sans', sans-serif;
    color:#4f4f4f;
    font-weight: 400;
}
h1 {
    font-size:30px;
    line-height: 1.2;
    font-weight: 700;
    color: #45c880;
    margin-bottom: 20px;
}
p{
    margin-bottom: 25px;
}
a{
    text-decoration: none;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header .brand-logo{
    padding-top: 26px;
    padding-bottom: 13px;
}

/* =Navigation
-------------------------------------------------------------- */
header .main-navigation{
    background-color: #77e0a6;
    text-align: left;
    min-height: 60px;
}
header .cute-12-tablet{
    padding-top: 0;
    padding-bottom: 0;
}

nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav#nav-main li {
    display: inline-block;
    background-image: url(../images/nav-sep.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 5px;
}
nav#nav-main li:last-child{
    background-image: none;
}
nav#nav-main a {
    padding: 18px 15px;
    display: block;
    color: #4f4f4f;
}

nav#nav-main a:hover {
    background-color: rgba(0,0,0,.1);
}
header .main-navigation{
    background-color: #77e0a6;
    text-align: left;
    position: relative;
    position: relative;
}

nav#nav-mobile {
  display: none; 
  padding-top: 60px;
}
nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #77e0a6; 
}
nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px rgba(0,0,0,.2); 
}
nav#nav-mobile li:last-child {
    border-bottom: none; 
}
nav#nav-mobile a {
    display: block;
    color: #4f4f4f;
    padding: 10px 30px; 
}
nav#nav-mobile a:hover {
    background-color: rgba(0,0,0,.2);
    color: #fff; 
}

#nav-trigger {
    display: none;
    text-align: center; 
    position: absolute;
}
#nav-trigger span {
    display: inline-block;
    padding: 18px 30px ;
    background-color: #77e0a6;
    color: white;
    cursor: pointer;
    text-transform: uppercase; 
}

#nav-trigger span:hover {
    background-color: rgba(0,0,0,.2;); 
}

/* =Navigation Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 900px) {
  #nav-trigger {
    display: inline-block; 
    }

    nav#nav-main {
        display: none; 
    }

    nav#nav-mobile {
        display: block; 
    } 
}

header form.search{
    background: #4f4f4f;
    border-radius: 3px;
    height: 34px;
    
    margin-top: 13px;
}
header form.search input{
    padding-left: 15px;
    background: transparent;
    border:transparent;
    color: #818181;
    line-height: 34px;
}

header form.search img{
    padding-right: 10px;
}

header form.search .btn{
    background: transparent;
    border:transparent;
}
.hero {
    background: url(../images//hero-bg.jpg) no-repeat;
    background-position: center center;
    height: auto;
    padding-bottom: 30px;
    background-size: cover;
    overflow: hidden;
    z-index: 99;
}

.hero-block{
  border: 2px solid;
  border-color: rgba(0,0,0,.2);
  border-radius: 5px;
  background-color: rgba(47, 237, 132,0.2);
  color: #fff;
  padding:20px;
}
.hero-content img{
    padding-top: 25px;
    padding-bottom: 15px;
}
.hero-block p span{
    font-weight: 600;

}
.hero-block p{
    margin-bottom: 15px;
}
.hero-block p.space{
    line-height: 30px;
}
.hero-block form.sign-up{
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    text-align: left;
    overflow: hidden;
}
.hero-block form.sign-up img{
    padding: 0;
    position: relative;
    left: 15px;
    top: 17px;
}
.hero-block form.sign-up .form-group {
  
  margin-bottom: 0;
  
}
.hero-block form.sign-up input{
    height: 46px;
    padding-left: 40px;
    padding-right: 200px;
    line-height: 46px;
    width: 100%;
    color: #444;
}

.hero-block form.sign-up .btn{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: 3px;
    right: 3px;
    background: #5eaed7;
    border:transparent;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    padding: 0 50px;
}
.intro-content p{
    font-weight: 600;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.intro-content.section-1{
    background: url(../images/logo-bg.png) no-repeat;
    background-position: left bottom;
    position: relative;
}

.intro-content.section-1 img{
    position: absolute;
    left: -130px;
    bottom: 0;
}

.intro-content h1{
    margin-top: 5px;
    letter-spacing: -1px;
}

.strength-intro, .fanboy-intro{
    margin-bottom: 50px;
}
.intro-content h4{
    font-size: 20px;
    font-weight: 700;
}

.intro-content.section-2{
    background: url(../images/logo-bg2.png) no-repeat;
    background-position: right bottom;
    position: relative;
}
.intro-content.section-2 img.intro-girl{
    position: absolute;
    right: -150px;
    bottom: 0;
}

.intro-content.section-2 section{
    position: relative;
    margin-left: 30px;
}
.intro-content.section-2 section img{
    position: absolute;
    top: 5px;
    left: -25px;
}
.intro-content.section-3{
    background: url(../images/logo-bg3.png) no-repeat;
    background-position: left bottom;
    position: relative;
}
.intro-content.section-3 img{
    position: absolute;
    left: -140px;
    bottom: 0;
}
ul, li{
    list-style:none;
}
.confidence-intro ul{
    margin-bottom: 50px;
    margin-left: 40px;
}
.confidence-intro ul li{
    list-style-image: url(../images/arrow.png);
    margin-bottom: 10px;
    line-height: 1;
    height: 28px;
}
.bottom-intro{
    padding-bottom: 50px;
}
footer{
    background: #4c4c4c;
}
footer p{
    margin: 0;
    color: #c9c9c9;
    font-size: 12px;
    line-height: 38px;
    font-weight: 600;
}

@media only screen and (min-width: 62em) {
    .hero-block .text-wrapper{
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media print {
      a[href]:after {
              content: none !important;
                }
            }
