/* Page Layout */

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background: white;
}
body > div{
    width: 100%;
    margin:0 auto;
    padding: 0;
}
.contentWrapper{
    max-width: 984px;
    margin: 0 auto;
}
.col-2{
    float: left;
    width: 48%;
    padding: 0 1%;
}
.col-3{
    float:left;
    width:29%;
    padding: 30px 2% 0 2%;
}
.col-6{
    float: left;
    width: 13%;
    height: 100%;
    margin: 0 1%;
}

/* Main Styles */

pre{
    font-family: 'Raleway', sans-serif;
    font-weight: inherit;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
b{
    font-weight: 600;
}
.light{
    font-weight: 100;
}
.hidden{
    display: none;
}
p{
    padding: 0;
    margin: 0;
}

/* Hero Slide */

#heroWrapper{
    background: url('/assets/images/common/hero_bg_2.png');
    background-repeat: repeat;
    padding-bottom: 20px;
}

#hero{
    height: 280px;
    padding-top: 20px;
}
#hero p{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: white;
}
#hero-p1{
    font-size: 40px;
    padding-top: 50px;
}
#hero-p2{
    font-size: 30px;
    padding-top: 20px;
}
#cta{
    margin-top: 30px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 30px;
}
#cta > pre{
    display: inline;
}
#signup-cta, #try-cta {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
}
#signup-cta{
    background: #109c55;
    border: solid 2px #109c55;
}
#signup-cta:hover{
    background-color: #15CA6E;
    border: solid 2px #15CA6E;
    cursor: pointer;
}
#try-cta{
    background: transparent;
    border: solid 2px white;
}
#try-cta:hover{
    background: white;
    color: #48a7d3;
    border: solid 2px white;
}

/* References */

#refs{
    width: 100%;
    height: 120px;
    background:rgba(255,255,255,0.8);
    color: #000;
}
#refs > div{
    margin: 0 auto;
    height: 100%;
}
#refs > div > p{
    float: left;
    margin: 0;
    padding-top: 10px;
    color: #778593;
    width: 10%;
    height: 100%;
    font-size: 14px;
}
#refs > div > div{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#client1{
    background-image: url("/assets/images/landing/brand1.png")
}
#client2{
    background-image: url("/assets/images/landing/brand2.png")
}
#client3{
    background-image: url("/assets/images/landing/brand3.png")
}
#client4{
    background-image: url("/assets/images/landing/brand4.png")
}
#client5{
    background-image: url("/assets/images/landing/brand5.png")
}
#client6{
    background-image: url("/assets/images/landing/brand6.png")
}

/* Features */

#arrow{
    height: 50px;
    display:block;
    background: url('/assets/images/landing/arrow_down_dark.png');
    background-repeat: no-repeat;
    background-position: center;
}
.fheader{
    padding: 20px 0 30px 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #666;
}
#features{
    width: 100%;
    background: white;
    color: #666;
    font-size: 15px;
}
.feature{
    height: 400px;
}
.feature .col-2 > img{
    width: 90%;
}
.featureHeader {
    width: 100%;
    height: 64px;
    margin-bottom: 10px;
}
.featureHeader > div:first-child{
    width: 64px;
    height: 64px;
    float: left;
}
.featureHeader > div:last-child{
    height: 64px;
    padding-left: 10px;
    float: left;
}
.featureHeader-title{
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
}
.featureHeader-subtitle{
    font-size: 17px;
}
.ft1{
    background: url('/assets/images/landing/f_bg_type1_light.png');
}
.ft2{
    background: url('/assets/images/landing/f_bg_type2_light.png');
}
.ftext{
    padding-top: 10px;
    font-size: 17px;
    line-height: 23px;
    text-align: justify;
    color: #888;
}
.fbtn{
    border-style: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding: 15px 10px;
    box-shadow: 1px 1px 5px 1px #cacaca;;
    border-radius: 12px;
    margin-top: 10px;
    float: left;
}
.fbtn:hover{
    background-color: #48a7d3!important;
    color: white!important;
    cursor: pointer;
}
#f1b{
    background: #ffa27b;
    color: white;
}
#f2b{
    background: #fcd669;
    color: #ce7c3a;
}
#f3b{
    background: #217ab7;
    color: white;
}
#f1 > div:first-child > img{
    margin-top: 20px;
}
#f1 .featureHeader{
    margin-top: 20px;
}
#moreFeatures > div:first-child > p{
    color: #24b47e;
}
.fsignup{
    margin-top: 40px;
    font-size: 25px;
    font-weight: 400;
    text-align: right;
}
#signup_newsletter{
    width:90%;
    padding: 0 5%;
}
#signup_newsletter div{
    width: 100%;
    height: 44px;
    display: block;
    padding-top: 30px;
}
#signup_newsletter > div input{
    float:left;
}

.input-join {
    background: white;
    height: 42px;
    width: 55%;
    border: solid 1px #cacaca;
    padding: 0 10px;
    margin: 0;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: #000;
}
#signup_newsletter input[type=submit]{
    width: 36%;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    padding: 10px 2%;
    color: #fff;
    background-color: #15CA6E;
    border: solid 2px #15CA6E;
    margin: 0;
    cursor: pointer;
}
#signup_newsletter input:last-child:hover{
    background: #109c55;
    border: solid 2px #109c55;
}
#moreFeatures > div:last-child{
    margin-top: 60px;
}
#moreFeatures > div:last-child > div{
    width: 100%;
    height: 64px;
    float: left;
    padding: 5px 0;
}
.morefeatures-img{
    height: 64px;
    width: 64px;
    float: left;
    margin-right: 10px;
}
#new_request{
    border-style: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding: 15px 10px;
    box-shadow: 1px 1px 5px 1px #cacaca;;
    border-radius: 12px;
    margin-top: 10px;
    float: right;
    background-color: #48a7d3;
    color: white;
}
#new_request:hover{
    background: #217ab7;
    cursor: pointer;
}

/* Testimonials */

body > div:last-child{
    background: white;
}
#stories{
    background: #45a6d1;
    height: 350px;
    margin-top: 50px;
}
#stories > div > div:first-child{
    font-size: 30px;
    font-weight: 200;
    text-align: right;
    padding-top: 23px;
    color: white;
}
#stories > div > div:nth-child(2),
#stories > div > div:nth-child(3){
    background: #45a6d1;
    padding-top: 0;
    margin-top: 30px;
}
#stories > div > div:nth-child(2){
    padding-left: 4%;
}
#stories > div > div:nth-child(3){
    padding-left: 0;
}
.testimonial-wrapper{
    height: 140px;
    width: 190px;
    padding: 30px;
    background: white;
}
.testimonial-wrapper > div:first-child{
    height: 100px;
    margin-bottom: 10px;
    overflow: hidden;
}
.testimonial{
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.testimonial-wrapper > div:last-child{
    width: 190px;
    height: 50px;
}
.test-img{
    height: 50px;
    width: 50px;
    float:left;
    margin-right: 20px;
    background: url('/assets/images/landing/face_testimonial.png');
}

.test-info{
    height: 50px;
    overflow: hidden;
    float: left;
    margin-top: 5px;
}
.test-info p{
    color: #45a6d1;
    font-size: 13px;
    line-height: 20px;
}
#stories > div > div:last-child{
    width: 100%;
    float: left;
    margin-top: 30px;
}
#try-it {
    width: 200px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    padding: 10px 2%;
    color: #fff;
    background-color: #15CA6E;
    border: solid 2px #15CA6E;
    margin: auto;
    font-weight: 500;
}
#try-it:hover{
    background: #109c55;
    border: solid 2px #109c55;
    cursor: pointer;
}

.try-it {
    width: 200px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    padding: 10px 2%;
    color: #fff;
    background-color: #15CA6E;
    border: solid 2px #15CA6E;
    margin: 0 auto;
}
.try-it:hover {
    background: #109c55;
    border: solid 2px #109c55;
    cursor: pointer;
}

.error {
    text-align: center;
    color: red;
    display: none;
    margin-bottom: 10px;
}

.join {
    text-transform: uppercase;
}