﻿body {
    width: 1300px;
    font-family: mr-eaves-modern, sans-serif;
}
.col-centered {
    margin: 0 auto;
    float: none;
}

.remove-padding {
    padding: 0;
}

.pad-rt-0 {
    padding-right: 0;
}

.marg-bt-5 {
    margin-bottom: 5px;
}

.width20 {
    width: 20%;
}

.padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}

h1 {
    margin-left: 50px;
    margin-top: 50px;
    color: #4E4E4E;
    font-size: 4.75em;
    line-height: 1em;
}

.header p {
    text-align: right;
    color: #4E4E4E;
    margin-right: 40px;
    margin-top: 10px;
    font-size: 1.5em;
    line-height: 1em;
}

.wrapper {
    max-width: 1300px;
}

body {
    max-width: 1300px;
}

.header {
    background-image: url(img/header.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 10px 0;
    box-shadow: 0px 3px 11px #ccc;
    z-index: 1;
}

.neg-margin {
    margin-left: -20px;
    margin-top: 20px;
}

.cta {
    color: #F04E25 !important;
    font-size: 3em !important;
    font-weight: 600;
}

.hero {
    background-image: url(img/hero.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.heating {
    color: #F05026;
}

.cooling {
    color: #17479D;
}

.hero .left img {
    float: right;
    margin-top: 90px;
}

#HeroForm .top {
    margin-top: 20px;
}

form#HeroForm {
    background-image: url(img/form-bkgd.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding-bottom: 22px;
    margin-top: 60px;
}

#HeroForm h2 {
    padding-top: 20px;
    font-size: 2.75em;
    line-height: .9em;
}

.step1 p:nth-child(2) {
    font-size: 1.5em;
}

.phone-cta {
    font-size: 2em;
    font-weight: 600;
    color: #273A90;
    margin-top: 29px;
}

#postGroup .phone-cta {
    margin-top: 13px;
    top: 1px;
}

.form-control {
    border: 0;
    border-radius: 0;
    text-align: center;
    font-size: 1.5em;
    color: #000;
}

button, button:hover {
    color: transparent !important;
}

form input::placeholder {
    color: #000;
}

form button {
    background-image: url(img/step-1-btn.png) !important;
    color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 20px 0;
    padding-bottom: 17px !important;
    background-color: transparent;
}

.terms {
    text-align: left;
    font-size: .6em;
}

.terms span {
    font-size: 1.25em;
    line-height: 1em;
}

form a, form a:hover {
    color: #fff;
    text-decoration: underline;
}

.step2 h3 {
    padding-top: 17px;
}

.step2, .step3, .step4 {
    display: none;
}

.banner {
    background-image: linear-gradient(#d2effb, #e7f6fd);
    padding: 20px 0;
}

.banner img {
    margin: 0 auto;
}

.hvac-bkgd h2 {
    color: transparent;
    margin-top: -20px;
}

.hvac-bkgd {
    background-image: url(img/technician-bkgd.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: -2px;
    padding: 0px 50px 42px;
}

.headers .right img {
    width: 65%;
    float: right;
}

.align-right {
    text-align: right;
}

hr {
    width: 35%;
    border-top: 3px solid #17479D;
    margin-top: 5px;
}

.align-left hr {
    float: left;
    margin-right: 65%;
}

.align-right hr {
    float: right;
    margin-left: 65%;
}

.headers h3 {
    color: #102246;
    font-size: 2.25em;
    line-height: 1em;
}

.hvac-bkgd p {
    font-size: 1.5em;
    color: #4E4E4E;
    line-height: 1.25em;
}

.cta-bkgd {
    background-image: url(img/cta-bkgd.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    color: #fff;
}

.cta-bkgd h2 {
    font-size: 2.25em;
}

.cta-bkgd button {
    background-image: url(img/popup-btn.png);
    margin-bottom: 20px;
    background-repeat: no-repeat;
    min-height: 42px;
    color: transparent;
    border: 0;
    background-size: 100% auto;
    background-color: transparent;
}

.appliances h2 {
    color: transparent;
}

.furnace {
    background-image: url(img/furnace.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.ac {
    background-image: url(img/air-conditioning.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.fsr {
    background-size: cover;
    background-image: url(img/full-system-replacement.jpg);
    background-repeat: no-repeat;
}

.fan-coils {
    background-image: url(img/foil-coils.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ductless {
    background-image: url(img/ductless-system.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.heat-pump {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(img/heat-pump.jpg);
}

.appliances-height {
    height: 321px;
    margin-bottom: 20px;
}

.appliance-container h4 {
    text-align: center;
    font-size: 1.75em;
    color: #4E4E4E;
    padding-top: 10px;
}

.footer {
    text-align: center;
}

.footer p {
    margin-top: 30px;
}

.footer a:focus, .footer a:hover, .footer a {
    color: #000;
}

.footer a:last-child {
    padding-left: 20px;
}

.popupform {
    background-image: url(img/popup-form.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

#myModal .modal-body {
    padding: 0;
}

#myModal .modal-header {
    padding: 0;
    border-bottom: 0px;
}

#popupForm {
    color: #fff;
}

#popupForm h3 {
    text-align: center;
    font-size: 2.1em;
    line-height: 1.1em;
}

#poppostGroup button {
    display:block;
    margin-top: 5px;
    height: 60px;
}

#myModal input, #myModal input::placeholder {
    color: #102246 !important;
    font-size: 1.1em;
}

#popupForm .top .right {
    margin-top: 30px;
    right: -60px;
}

#popupForm .top .left {
    left: 30px;
}

.thank-you p {
    font-size: 1.25em;
    line-height: 1.5em;
}

.thank-you p:first-child {
    padding-top: 70px;
}

.thank-you hr {
    border-top: 1px solid #fff;
    width: 100%;
    margin-bottom: 10px;
}

.thank-you form#HeroForm {
    padding-bottom: 30px;
}

.thank-you {
    padding-bottom: 157px;
}

.footer img {
    margin-top: -1px;
}