a.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
p.white,
span.white {
    color: #fff;
}

a.dark-blue,
h1.dark-blue,
h2.dark-blue,
h3.dark-blue,
h4.dark-blue,
h5.dark-blue,
p.dark-blue,
span.dark-blue {
    color: #07266d;
}

a.bright-blue,
h1.bright-blue,
h2.bright-blue,
h3.bright-blue,
h4.bright-blue,
h5.bright-blue,
p.bright-blue,
span.bright-blue {
    color: #0a8af2;
}

a.yellow,
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
p.yellow,
span.yellow {
    color: #ffa415;
}

.bar {
    font-family: "Barlow", sans-serif;
}

h1 {
    font-size: 70px;
    text-shadow: 0 3px 6px #000;
    font-weight: 800;
}

h1.main {
    font-size: 53px;
    font-weight: 400;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: "Barlow", sans-serif;
}

h2 {
    font-size: 40px;
    font-weight: 800;
}

@media screen and (max-width: 39.99875em) {
    h2 {
        font-size: 32px;
    }
}

.mainSec {
    padding: 40px 0;
}

p {
    font-size: 25px;
}

.btnDiv {
    margin: 60px 0 30px;
}

.btnDiv .orangeBtn {
    color: #fff;
    background: rgb(249, 181, 76);
    background: radial-gradient( circle, rgba(249, 181, 76, 1) 0%, rgba(255, 164, 21, 1) 100%);
    padding: 20px 60px;
    border-radius: 30px;
}

.orangeBtn:hover {
    cursor: pointer;
}

.link p {
    color: #0a8af2;
    font-size: 18px;
}

.link p a {
    color: #e37213;
    text-decoration: underline;
}

.map {
    background: #e3e3e3;
    padding: 300px 0;
    position: relative;
    margin-top: 60px;
}

.map .sunScore {
    position: relative;
    z-index: 2;
    margin-top: -300px;
}

.map #map {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.map .sunScore img {
    position: absolute;
    height: 190px;
    margin: 0 auto;
    top: -90px;
    left: 0;
    right: 0;
}

.map .sunScore p {
    position: absolute;
    color: #fff;
    font-size: 69px;
    top: -9px;
    line-height: 30px;
    left: 0;
    right: 0;
    z-index: 2;
}

.scoreCard .box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.31);
    border-radius: 35px;
    padding: 30px;
    margin: 15px 0 40px;
}

.scoreCard .box .title {
    font-size: 40px;
    color: #07266d;
    line-height: 48px;
    font-weight: 700;
}

.scoreCard .box .score {
    color: #ffa415;
    font-size: 116px;
    line-height: 139px;
    font-weight: 700;
}

.scoreCard .box .mainScore {
    font-size: 30px;
    line-height: 36px;
    color: #07266d;
    font-weight: 500;
}

.scoreCard .box .save {
    margin: 0;
    font-size: 34px;
    line-height: 41px;
    font-weight: 700;
    color: #07266d;
}

.scoreCard .box .components {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #0a8af2;
}

.scoreCard .box .hr {
    border-color: #0a8af2;
}

.header {
    background-image: url(http://www.icmcweb.com/email-image-hosting/elevation-solar/ESO-7%20Elevation%20Landing%20Page/es-header.png);
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    min-height: 512px;
}

.header h1 {
    padding-top: 10%;
}

.header p {
    color: #fefefe;
    font-size: 35px;
}

.header a {
    font-weight: 900;
    font-size: 18px;
}

.landing-page-form {
    background-image: url(http://www.icmcweb.com/email-image-hosting/elevation-solar/ESO-7%20Elevation%20Landing%20Page/es-small-orbs.png);
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 100px 0;
}

@media screen and (max-width: 39.99875em) {
    .landing-page-form {
        padding: 50px 15px;
    }
}

.landing-page-form p.bright-blue {
    margin-bottom: 30px;
}

.landing-page-form .form-wrapper {
    border-radius: 8px;
    box-shadow: 1px 1px 10px #909090;
    overflow: hidden;
    background: #fff;
    margin: 30px auto;
}

.landing-page-form .form-wrapper .form-container {
    padding: 30px 100px;
}

@media screen and (max-width: 39.99875em) {
    .landing-page-form .form-wrapper .form-container {
        padding: 30px 15px;
    }
}

.landing-page-form .form-wrapper .form-border {
    border-bottom: 1px solid #0a8af2;
}

.landing-page-form .form-wrapper:-ms-input-placeholder,
.landing-page-form .form-wrapper label,
.landing-page-form .form-wrapper select,
.landing-page-form .form-wrapper span {
    font-size: 18px;
    line-height: 1.2;
    color: #323232;
}

.landing-page-form .form-wrapper::placeholder,
.landing-page-form .form-wrapper label,
.landing-page-form .form-wrapper select,
.landing-page-form .form-wrapper span {
    font-size: 18px;
    line-height: 1.2;
    color: #323232;
}

.landing-page-form .form-wrapper span {
    margin: 3rem 0 5px;
    display: inline-block;
}

@media screen and (max-width: 39.99875em) {
    .landing-page-form .form-wrapper span {
        display: block;
    }
}

.landing-page-form .form-wrapper .radio-custom {
    opacity: 0;
    position: absolute;
}

.landing-page-form .form-wrapper .radio-custom,
.landing-page-form .form-wrapper .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.landing-page-form .form-wrapper .radio-custom-label {
    position: relative;
}

.landing-page-form .form-wrapper .radio-custom+.radio-custom-label:before {
    content: "";
    background: #fff;
    border: 1px solid #0a8af2;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
}

.landing-page-form .form-wrapper .radio-custom:checked+.radio-custom-label:before {
    background: #0a8af2;
    box-shadow: inset 0 0 0 4px #fff;
}

.landing-page-form .form-wrapper [type="color"],
.landing-page-form .form-wrapper [type="date"],
.landing-page-form .form-wrapper [type="datetime-local"],
.landing-page-form .form-wrapper [type="datetime"],
.landing-page-form .form-wrapper [type="email"],
.landing-page-form .form-wrapper [type="month"],
.landing-page-form .form-wrapper [type="number"],
.landing-page-form .form-wrapper [type="password"],
.landing-page-form .form-wrapper [type="search"],
.landing-page-form .form-wrapper [type="tel"],
.landing-page-form .form-wrapper [type="text"],
.landing-page-form .form-wrapper [type="time"],
.landing-page-form .form-wrapper [type="url"],
.landing-page-form .form-wrapper [type="week"],
.landing-page-form .form-wrapper select,
.landing-page-form .form-wrapper textarea {
    height: auto;
    border: 0;
    background-color: #fff;
    box-shadow: none;
    margin: 0;
    padding: 2.5rem 0 0.5rem;
    color: #323232;
}

.landing-page-form .form-wrapper select {
    padding: 0;
    margin-top: 2.5rem;
}

.landing-page-form .form-wrapper select option {
    color: #323232;
}

.landing-page-form .form-wrapper #proposalSub,
.landing-page-form .form-wrapper button {
    outline: 0;
    width: 100%;
    background: #ffa415;
    padding: 30px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.landing-page-form .form-wrapper #proposalSub:hover,
.landing-page-form .form-wrapper button:hover {
    background: #f29010;
}

.landing-page-form a.details {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    text-decoration: none;
}

.landing-page-form a.details:hover {
    text-decoration: underline;
}

@media screen and (max-width: 39.99875em) {
    .landing-page-form input.mobile-form-border,
    .landing-page-form select.mobile-form-border {
        border-bottom: 1px solid #0a8af2 !important;
    }
}

.landing-page-tabs {
    padding-bottom: 100px;
}

@media screen and (max-width: 39.99875em) {
    .landing-page-tabs #tabs-section {
        padding: 0 15px;
    }
}

.landing-page-tabs #tabs-section p.bright-blue {
    margin-bottom: 30px;
}

.landing-page-tabs .tabs {
    border: 0;
    background: #fff;
    margin-top: 40px;
}

.landing-page-tabs .tabs .tabs-title {
    width: 20%;
}

.landing-page-tabs .tabs .tabs-title>a {
    font-weight: 800;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #47aadd;
}

.landing-page-tabs .tabs .tabs-title>a[aria-selected="true"] {
    background: #f4f8fb;
    border-bottom: 2px solid #cadbe4;
}

.landing-page-tabs .tabs .tabs-title img {
    height: 100px;
}

@media screen and (max-width: 39.99875em) {
    .landing-page-tabs .tabs {
        display: none;
    }
}

.landing-page-tabs .tabs-content {
    box-shadow: 0 10px 20px 3px rgba(0, 0, 0, 0.15);
    border: 0;
}

.landing-page-tabs .tabs-content h3 {
    font-family: "Contrail One", cursive;
    font-size: 24px;
    color: #07266d;
    font-weight: 500;
}

.landing-page-tabs .tabs-content p {
    font-size: 18px;
}

.landing-page-tabs .tabs-content .tabs-panel {
    padding: 30px 0;
    background-image: url(http://www.icmcweb.com/email-image-hosting/elevation-solar/ESO-7%20Elevation%20Landing%20Page/es-bg.png);
}

@media screen and (max-width: 39.99875em) {
    .landing-page-tabs .tabs-content .tabs-panel {
        display: block;
        padding: 30px;
        margin-bottom: 30px;
        text-align: center;
        box-shadow: 0 0 10px #909090;
        max-height: 500px;
    }
}

@media screen and (max-width: 39.99875em) {
    .landing-page-tabs .tabs-content {
        box-shadow: none;
    }
}

.landing-page-tabs .tabs-content .next-tab img {
    display: block;
    margin: 0 auto;
}

.landing-page-tabs .tabs-content .next-tab.show-for-medium {
    margin-top: 50px;
    display: block;
}

.quotes {
    background-image: url(http://www.icmcweb.com/email-image-hosting/elevation-solar/ESO-7%20Elevation%20Landing%20Page/es-quotes.png);
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 75px 0;
}

.quotes h2 {
    margin-bottom: 0;
}

.testimonials {
    background-image: url(http://www.icmcweb.com/email-image-hosting/elevation-solar/ESO-7%20Elevation%20Landing%20Page/es-large-orbs.png);
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 100px 0;
    margin-bottom: 100px;
}

@media screen and (max-width: 39.99875em) {
    .testimonials {
        margin-bottom: 0;
        padding: 100px 0 0;
    }
}

.testimonials .testimonial {
    background: #fff;
    box-shadow: 0 0 10px #909090;
    border-radius: 35px;
    padding: 30px 25px;
    overflow: visible;
}

.testimonials .testimonial:first-of-type {
    margin-right: 15px;
}

@media screen and (max-width: 39.99875em) {
    .testimonials .testimonial:first-of-type {
        margin-bottom: 150px;
    }
}

.testimonials .testimonial:last-of-type {
    margin-left: 15px;
}

.testimonials .testimonial p {
    font-size: 18px;
    color: #07266d;
    font-weight: 500;
}

.testimonials .testimonial span {
    margin: 0 auto;
    font-weight: 500;
}

.testimonials .testimonial img {
    margin: -100px auto 25px;
}

.testimonials .testimonial.card {
    width: 50%;
}

@media screen and (max-width: 39.99875em) {
    .testimonials .testimonial.card {
        max-width: 100%;
    }
}

.testimonials .testimonial .card-divider {
    background: none;
}

.sun {
    padding: 50px 0 100px;
}

.footer {
    background-image: url(http://www.icmcweb.com/email-image-hosting/elevation-solar/ESO-7%20Elevation%20Landing%20Page/es-footer-bg.png), linear-gradient(90deg, #244796 0, #2386b7);
    // filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#244796", endColorstr="#2386b7", GradientType=1);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 35px 0 70px;
    color: #fff;
}

.footer.two {
    padding-top: 170px;
    // border-top-right-radius: 50%;
    // border-top-left-radius: 50%;
}

@media screen and (max-width: 39.99875em) {
    .footer .logo {
        padding-bottom: 30px;
    }
}

.footer .phone {
    color: #fbaf3b;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.05em;
    display: block;
    line-height: 1;
}

.footer .email a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.footer #social li {
    float: left;
    list-style-type: none;
    padding: 10px;
}

.footer #social li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 47px;
    width: 47px;
    background-color: #fff;
    color: #c6c6c6;
    transition: all 0.2s;
    border-radius: 100px;
    font-size: 1.5em;
}

.footer #social li a .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer #social li a .fa-instagram:before {
    content: "\f16d";
}

.footer #social li a .fa-facebook-f:before,
.footer #social li a .fa-facebook:before {
    content: "\f09a";
}

.footer #social li a .fa-google:before {
    content: "\f1a0";
}

.footer fieldset {
    border: 1px solid #47aadd;
    border-radius: 20px;
    padding: 5px 0 0;
    margin: 0 auto 20px;
    text-align: center;
}

.footer fieldset legend {
    display: block;
    font-family: "Contrail One", cursive;
    color: #47aadd;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 10px;
    width: auto;
}

.footer fieldset li {
    display: inline-block;
    border-right: 1px solid #47aadd;
    font-size: 1em;
    color: #fff;
    font-family: "Contrail One", cursive;
    padding: 10px;
    transition: all 0.2s;
}

.footer .licenses p {
    font-size: 18px;
}

.footer .copyright {
    margin-top: 75px;
}

.footer .copyright p {
    font-size: 12px;
    color: hsla(0, 0%, 100%, 0.5);
    margin-top: 0;
    // text-align: right;
}

@media screen and (max-width: 39.99875em) {
    .footer .small-text-center {
        text-align: center;
    }
    .footer .small-text-center img {
        margin: 0 auto;
    }
}

.savings {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}

.footLinks {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 31px;
}

.footLinks a {
    color: #fff;
    font-size: 16px;
    line-height: 31px;
}

.slickBtn {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    bottom: -37px;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.slickBtn.next {
    right: -20%;
}

.slickBtn.prev {
    transform: rotate(180deg);
    left: -20%;
}

.benefits {
    padding: 50px 0px;
}

.smallP {
    font-size: 18px;
    line-height: 25px;
}

.yelHR {
    border-color: #ffa415;
    margin: 30px 0px;
}

#partExperience {
    padding: 60px 0px;
    background-color: #e6e6e6;
}

.roundImg {
    max-width: 310px;
}


/* Small only */

@media screen and (max-width: 39.9375em) {}


/* Medium and up */

@media screen and (min-width: 40em) {}


/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {}


/* Large and up */

@media screen and (min-width: 64em) {
    .roundImg.twos {
        margin-top: -80px;
    }
}


/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.boxed {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.31);
    padding: 45px 30px;
    border-radius: 35px;
    position: relative;
}

.quote {
    color: rgb(7, 38, 109);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding-bottom: 40px;
}

.person {
    color: rgb(10, 138, 242);
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    position: absolute;
    margin: 0px auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999;
}