﻿/* general */

/* for chrome */
h1, h2, h3, h4, h5, h6 {
    -webkit-text-stroke-width: 0.21px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

.section {
    padding: 100px 0 80px;
}

@media (max-width: 768px) {
    .section {
        padding: 40px 0 60px;
    }
}

.title {
    margin-bottom: 30px;
}

.title + .subtitle {
    margin-top: -20px;
}

.subtitle {
    color: #888;
}

img.thumbnail {
    border: 6px solid #fff;
    padding: 0;
    border-radius: 0;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.white-text{
    color:white;
}
.blue-text{
    color:#00bdfe;
}
/* feature */

.hero {
    margin-top: -50px;
    color: white;
    height:550px;
}

.hero .title img {
    display: block;
    margin: auto;
}

.hero .title .image-title {
    margin-bottom: 35px;
}

#hero-banner {
    background: url('/Media/Default/banner/homeuse-hero-img%20.png') no-repeat center top;
    background-size: cover;
}

.hero-body {
    margin-top: 60px;
}

#hero-btn {
    border: 2px solid #ffffff;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: center;
    height: 60px;
    width: 300px;
    font-size: 24px;
    color:white;
}

#back-to-school {
    /*background: url('/Themes/RHAtHome/Styles/home-use-banner6.jpg') no-repeat center top;*/
    background: url('https://www.readinghorizons.com/themes/rh2015/styles/images/chalkboard-background.jpg') no-repeat center top;
    background-size: cover;
}

.carousel-control.right, .carousel-control.left{
    background-image: none;
}
.carousel-control{
    width:6%;
}
/*
    Summer Sale Banner
*/
/*.summer-image{
    width:100%;
}
.summer-banner{
    width:120%;
    position:relative;
    vertical-align:top;
    top:50%;
    transform:translateY(-25%);
    right:10%
}
@media(min-width:500px){
    #summer-sale{
        background: url('/Media/Default/Images/summer-sale-background-1.png') no-repeat center top;
        background-size:cover;
    }
}

@media(min-width:992px){
    #summer-space{
        padding:75px 0;
    }
     #summer-sale{
        height:690px;
    }
}*/
#summer-link{
    width:100%;
    height:690px;
    display:block;
    position:absolute;
}
#summer-sale{
    background-image:  url('/Media/Default/Images/orange-banner.png'), url('/Media/Default/Images/home-use-banner4-background.jpg');
    background-size: 200px, cover;
    background-position: right bottom, top center;
    background-repeat:no-repeat, no-repeat;
    padding-top:180px;
   
}
#summer-sale h1{
    font-family:'Open Sans', 'Verdana', 'sans-serif';
    font-weight:900;

}
#summer-subtitle{
    font-size: 25px;
    padding-left:12%;
    font-weight:bold;
}
#summer-bullet-points li{
    color:white;
    font-size:18px;
}
#summer-bullet-points{
    padding-left:20%;
}
@media(min-width:768px){
    #summer-sale{
        background-size:300px, cover;
    }
}
@media(min-width:992px){
     #summer-sale{
         height:690px;
         background-size:400px, cover;
         }
 }


#bts-image-small {
    display: none;
}

#bts-image-large {
    display: block;
}

.bts-image {
    width: 100%;
}

.fa-chevron-right {
    margin-top: 300px;
}

.fa-chevron-left {
    margin-top: 300px;
}

@media (max-width: 768px) {
    .feature .title .image-title {
        width: 100%;
    }

    #back-to-school {
        height: 100%;
    }
}

.feature .title .image-subtitle {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .feature .title .image-subtitle {
        width: 100%;
    }

    #back-to-school {
        height: 690px;
    }

    #bts-image-small {
        display: block;
    }

    #bts-image-large {
        display: none;
    }

}

@media (max-width: 1200px) {
    .bts-image {
        width: 100%;
    }
}

.feature .play-btn-wrap {
    margin: 0 auto 40px;
    text-align: center;
}



/* expectations */

.expectations {
    position: relative;
}

.expectations .mom-and-son,
.expectations .mom-and-son-transparent {
    position: absolute;
    bottom: 0;
    margin-left: -210px;
    z-index: -50;
}

.expectations .subtitle {
    margin-bottom: 30px;
}

.expectations h3 {
    margin-bottom: 30px;
}

.expectations .bullets {
    list-style: none;
    padding-left: 55px;
    margin-bottom: 30px;
}

.expectations .bullets li {
    margin-bottom: 20px;
}

.expectations .bullets li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f05d";
    font-size: 45px;
    position: absolute;
    left: 15px;
    color: #5E9732;
}

/* interest */

.interest.section {
}

.interest {
    border-top: 1px solid #d6d6d6;
    background-color: #f9f9f9;
}

.alignment {
    margin:0 15% 0 25%;
}

.interest h1 {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 40px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .interest h1 {
        margin-top: 10px;
        display: block;
        text-align: center;
    }
}

.icon {
    height: 80px;
    width: 80px;
}

.icon-text {
    font-size:14px;
}

.interest .options {
    /*float:none;*/
    margin-bottom: 0;
    align-self:center;
}

@media (max-width: 992px) {
    .interest .options {
        float: none;
        text-align: center;
    }
}

.interest .options li {
    display: inline-block;
    text-align: center;
    width: 120px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.interest .options li .icon {
    margin-bottom: 10px;
}

/* seamless */

.seamless {
    background: #50bd96 url('/Media/Default/Images/home/seamless-bg.jpg') no-repeat center bottom;
    color: #fff;
    text-align: center;
}

.seamless .solutions {
    margin-bottom: 20px;
}

.seamless .solutions h4 {
    margin-bottom: 20px;
}

.seamless .solutions a {
    color: #193E39;
    font-size: 18px;
}

.seamless .solutions li:nth-child(n+1) {
    margin: 0 15px;
}

/* any age */

.any-age {
    background: url('/Media/Default/Images/home/never-to-late-bg.jpg') no-repeat center bottom;
    text-align: center;
}

@media(max-width: 992px) {
    .any-age {
        background: none;
    }
}

.any-age .title {
    font-size: 44px;
}

.any-age h4 {
    margin-bottom: 5px;
}

/* questions */

.faq {
    background-color: #7f84c2;
    color: #fff;
}

.faq .questions {
    margin-bottom: 60px;
}

.faq .questions li {
    padding-left: 90px;
    position: relative;
    padding-bottom: 20px;
}

.faq .questions li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f059";
    color: #4f55a5;
    position: absolute;
    left: 0;
    font-size: 70px;
}

.faq .questions .question-toggle {
    font-size: 28px;
    cursor: pointer;
    line-height: 1.2em;
    margin-top: 35px;
    margin-bottom: 20px;
}

.faq .question-answer {
    margin-bottom: 20px;
}


/* testimonials */

.testimonial {
    margin-bottom: 20px;
}

.testimonial-content {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    padding: 40px 40px 50px 80px;
    background-color: #0093d0;
    border-radius: 10px;
    margin-bottom: 35px;
    line-height: 1.55em;
    position: relative;
}

.testimonial-content:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f10d";
    position: absolute;
    margin-left: -40px;
    margin-top: 6px;
    font-size: 30px;
}

.testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 38px;
    border-width: 25px 14px 0;
    border-style: solid;
    border-color: #0093d0 transparent;
    display: block;
    width: 0;
}

.testimonial.red .testimonial-content {
    background-color: #FF5240;
}

.testimonial.red .testimonial-content:after {
    border-color: #FF5240 transparent;
}

.testimonial.green .testimonial-content {
    background-color: #5E9732;
}

.testimonial.green .testimonial-content:after {
    border-color: #5E9732 transparent;
}

.testimonial-author img {
    margin-left: 15px;
    margin-right: 10px;
}

.testimonial-author span {
    font-style: italic;
    overflow: hidden;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .testimonial-author img {
        float: left;
    }
}

/* cta start trial */

#start-trial {
    background-color: #DBEFF1;
    border-top: 1px solid #CADEE0;
    padding: 50px 0 50px;
    text-align: center;
}

#start-trial h1 {
    font-size: 42px;
    position: relative;
    margin-top: 0;
}

@media (min-width: 991px) {
    .trial-form-fset {
        width: 170px !important;
    }
    #trial-btn-fset{
        width: 175px;
    }
}

/* Trial Form Submit */

#trial-bait {
    color: #22B5B7;
    margin-bottom: 5px;
    font-size: 24px;
}

#trial-bait2 {
    font-size: 16px;
    color: #BBBBBA;
}

#FullName {
    margin-bottom:20px;
    width: 100%;
    height:50px;
}

#Email, #FirstName, #LastName {
    margin-bottom:20px;
    height: 50px;
}

#Password {
    margin-bottom:20px;
    height: 50px;
}

.TrialSetupForm2 {
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 30px 30px 75px 30px;
}

.tool-tip {
    padding-bottom:10px;
}

#btn-start-trial {
    padding: 17px 50px 17px 50px;
}
