@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=PT+Serif');
body {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    line-height: 1.6em;
}

#tooltip{
  position: relative;
  display: inline-block;
}

#tooltiptext {
  visibility: hidden;
}

#tooltip #tooltiptext {
    visibility: hidden;
    width: 420px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    font-size: 12pt;
    margin-right: 60px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    right: 20px;
}

#tooltip:hover #tooltiptext {
    visibility: visible;
}

.subFont {
    font-family: 'PT Serif', serif;
}

.full {
    width: 100%;
    float: left;
}

p,
ul,
ol,
li,
span {
    font-size: 18pt;
    line-height: 1.6em;
}

.margTop80 {
    margin-top: 80px
}

.logo {
    width: 140px;
}

.startLower {
    padding-top: 67px;
}

.lightColor {
    color: #f2f2f2;
}

nav.navbar.navbar-toggleable-md.navbar-light.bg-faded {
    background: #ffffff;
    border-bottom: 3px solid #88c645;
}

.nav-link {
    color: #455b69;
}

a.nav-link.specialGreenBg {
    background: #88c545;
    color: #fff;
    transition: 0.2s all;
    font-size: 1em
}

a.nav-link.specialGreenBg:hover {
    background: #63922f;
}

h1.mainHome {
    font-size: 3.5em;
    margin-top: 80px;
}

.borderBotLight {
    border-bottom: 1px solid #e6e6e6;
}

.sectionPadding {
    padding: 60px 0;
}

.greyBg {
    background: #f2f2f2;
}

.blueBg {
    /*    background: #324b5a;*/
    background: rgba(59, 84, 97, 1);
    background: -moz-linear-gradient(-45deg, rgba(59, 84, 97, 1) 0%, rgba(59, 84, 97, 1) 41%, rgba(19, 25, 51, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(59, 84, 97, 1)), color-stop(41%, rgba(59, 84, 97, 1)), color-stop(100%, rgba(19, 25, 51, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(59, 84, 97, 1) 0%, rgba(59, 84, 97, 1) 41%, rgba(19, 25, 51, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(59, 84, 97, 1) 0%, rgba(59, 84, 97, 1) 41%, rgba(19, 25, 51, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(59, 84, 97, 1) 0%, rgba(59, 84, 97, 1) 41%, rgba(19, 25, 51, 1) 100%);
    background: linear-gradient(135deg, rgba(59, 84, 97, 1) 0%, rgba(59, 84, 97, 1) 41%, rgba(19, 25, 51, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3b5461', endColorstr='#131933', GradientType=1);
}

.lightHeader {
    color: #f2f2f2;
    text-align: center;
}

span.number {
    color: #fff;
    float: left;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    border: 1px solid #88c545;
    border-radius: 100%;
    line-height: 35px;
    background: #88c545;
}

.whyItems p {
    width: 90%;
    float: right;
    font-size: 1.2em;
    /*    color: #f2f2f2;*/
}

.padBotLg {
    padding-bottom: 45px;
}

.padBotMd {
    padding-bottom: 25px;
}

.centered {
    text-align: center;
}

h4.centered {
    font-size: 1.4em;
}

.reason h4 {
    color: #f2f2f2;
}

.reason i {
    color: #88c545;
    font-size: 3em;
    text-align: center;
    display: block;
    margin-bottom: 12px;
}

.greenBg {
    background: #88c545;
}

.signUpBtnWhite {
    background: #f2f2f2;
    color: #3b3b3b;
    width: 200px;
    display: block;
    text-align: center;
    font-size: 1.7em;
    padding: 10px 0;
    margin: 20px auto 0 auto;
    transition: 0.2s all;
}

.signUpBtnWhite:hover {
    text-decoration: none;
    color: #f2f2f2;
    background: #456522;
}

.carpMemberBtn {
    background: #f2f2f2;
    color: #3b3b3b;
    width: 420px;
    display: block;
    text-align: center;
    font-size: 1.7em;
    padding: 10px 0;
    margin: 20px auto 0 auto;
    transition: 0.2s all;
}

.carpMemberBtn:hover {
    text-decoration: none;
    color: #f2f2f2;
    background: #88c545;
}

.signUpBtnSmall {
    background: #88c545;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
    transition: 0.2s all;
    font-size: 1.5em;
}

.signUpBtnSmall:hover {
    background: #63922f;
    color: #fff;
    text-decoration: none;
}

.sliderJoin {
    background: #88c545;
    color: #fff;
    padding: 10px 10px;
    margin-top: 10px;
    display: block;
    width: 180px;
    text-align: center;
    transition: 0.2s all;
    font-size: 1.3em;
}

.sliderJoin:hover {
    background: #63922f;
    color: #fff;
    text-decoration: none;
}

span.smallest {
    font-size: 0.7em;
}

p.verAlign {
    margin: 20px 0;
}

.qa {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 12px;
}

.question {
    font-size: 1.3em;
    font-weight: bold;
}

.darkGreyBg {
    background: #3b3b3b;
    color: #f2f2f2 !important;
}

.darkGreyBg p a {
    color: #f2f2f2;
}

span.important {
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 6px;
    display: block;
}

.carousel-caption {
    bottom: 38%;
}

h3.num {
  font-size: 2rem;
  font-weight: bold;
  color: #88c645;
}

.aWhyItem {
    float: left;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.aWhyItem p {
    font-size: 1.4em;
}

table tr {
    text-align: center;
}

.centerMarg {
    display: block;
    margin: 0 auto;
}

span.price {
    display: block;
    font-size: 2em;
    color: #3b5460;
}

tr.highlightedBg {
    background: #88c545 !important;
}

.specialBtn {
    border: 2px solid green;
}

table tr td:first-child {
    text-align: left;
}

.moreQs {
    text-align: center;
    background: #3b3b3b;
    padding: 12px 18px;
    color: #fff;
    margin: 0 auto;
    display: block;
    font-size: 1.3em;
    transition: 0.2s all;
}

.moreQs:hover {
    text-decoration: none;
    color: #fff;
    background: #151414;
}

.sideCarouselCaption {
    float: right;
    right: 0;
    left: auto;
    width: 56%;
    height: 100%;
    /*    background: #3b5460;*/
    bottom: 0;
    background: rgba(59, 84, 97, 1);
    background: -moz-linear-gradient(-45deg, rgba(59, 84, 97, 1) 0%, rgba(59, 84, 97, 1) 41%, rgba(19, 25, 51, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(59, 84, 97, 1)), color-stop(41%, rgba(59, 84, 97, 1)), color-stop(100%, rgba(19, 25, 51, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(59, 84, 97, 1) 0%, rgba(59, 84, 97, 1) 41%, rgba(19, 25, 51, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(59, 84, 97, 1) 0%, rgba(59, 84, 97, 1) 41%, rgba(19, 25, 51, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(59, 84, 97, 1) 0%, rgba(59, 84, 97, 1) 41%, rgba(19, 25, 51, 1) 100%);
    background: linear-gradient(135deg, rgba(59, 84, 97, 1) 0%, rgba(59, 84, 97, 1) 41%, rgba(19, 25, 51, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3b5461', endColorstr='#131933', GradientType=1);
}

.carouselCaptionInner {
    top: 24%;
    position: relative;
    width: 60%;
    text-align: left;
    left: 10%;
}

.carouselCaptionInner p {
    font-size: 1.2em;
}

.carpStuff {
    list-style: none;
    text-align: center;
}

ol.carpSteps {
    text-align: center;
    list-style-position: inside;
}

.aFAQ {
    float: left;
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid #88c645;
    padding-bottom: 20px;
}

.aQuestion {
    font-size: 1.8em;
    color: #344a5a;
    font-weight: bold;
}

.aAnswer {
    font-size: 1.3em;
}

span.num {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #87c644;
    border-radius: 100%;
    padding-top: 2px;
    color: #fff;
    margin: 20px auto 20px auto;
}

.steps {
    text-align: center;
}

footer.darkGreyBg {
    background: #3b3b3b;
}

footer a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: underline;
}

.margBot60 {
    margin-bottom: 60px;
}

.numbers {
    color: #3b3b3b;
    text-align: center;
}

.blueBgAllWhite {
    color: #fff;
}

.values i {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 30pt;
}

.carouselCaptionInner h1 {
    font-size: 2.5em;
}

@media (max-width: 1400px) {
    .carouselCaptionInner {
        top: 17%;
    }
    .carouselCaptionInner h1 {
        font-size: 2.1em;
    }
    .carouselCaptionInner p {
        font-size: 1.1em;
    }
}

@media (max-width: 1200px) {
    .carouselCaptionInner {
        top: 24%;
        position: relative;
        width: 70%;
        text-align: left;
        left: 6%;
    }
    .carouselCaptionInner h1 {
        font-size: 1.8em;
    }
    .carouselCaptionInner p {
        font-size: .9em;
    }
    .sliderJoin {
        padding: 5px 5px;
        margin-top: 10px;
        width: 150px;
        font-size: 1.1em;
    }
}

@media (max-width: 992px) {
    .carousel {
        position: relative;
        top: 80px;
        margin-bottom: 80px;
    }
    .sideCarouselCaption {
        width: 100%;
    }
    .carouselCaptionInner {
        top: 7%;
        width: 80%;
    }
    .carouselCaptionInner h1 {
        font-size: 2em;
    }
    .carouselCaptionInner p {
        font-size: 1.1em;
    }
    .whyItems p {
        width: 80%;
    }
}


@media (max-width: 767px) {
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 400px;
    }
    .sideCarouselCaption {
        width: 100%;
        height: 400px;
        top: 0px;
    }
    .carouselCaptionInner {
        top: 7%;
        width: 75%;
        margin: 0 auto;
        left: 0;
    }
    .col-md-3.reason {
        margin-bottom: 40px;
    }
    .carpStuff {
        padding: 0;
    }

}

@media (max-width: 508px) {
    li.nav-item {
        font-size: 1em;
    }
    .nav-link {
        color: #455b69;
        padding: 4px 8px;
    }
    .carouselCaptionInner {
        top: 13%;
    }
    .carouselCaptionInner p {
        font-size: .9em;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 550px;
    }
    .sideCarouselCaption {
        width: 100%;
        height: 550px;
        top: 0px;
    }

}
