/*Lander CSS*/

#ppc-header {
    padding: 0;
    margin: 0;
    height: 690px;
    border-bottom: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section {
    background: rgba(255,255,255,.6);
    padding: 15px;
    text-align: center;
    margin-top: 10%;
}

.hero-section h1 {
    margin: .5em 0;
    font-weight: 700;
    color: #f7941d;
    text-shadow: 1px 0px 1px #2a0000;
    letter-spacing: .02em;
}

#ppc-content h2 {
    font-size: 36px;
}

#ppc-content h3 {
    font-weight: 700;
    font-size: 30px;
    margin-top: 1em;
    color: #4e6077;
}

a[href^=tel] {
    color: #f7941d;
    text-decoration: underline;
}

#ppc-content h4 {
    color: #334051;
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: italic;
    font-size: 26px;
    margin-top: .75em;
}

#ppc-content h4 span {
    color: #f7941d;
    font-style: normal;
    font-weight: 700;
}

.hero-section p,
#ppc-content p {
    line-height: 1.75em;
    font-size: 19px;
    margin-bottom: 1em;
}

.button {
    font-size: 15px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    width: 60%;
    display: block;
    margin: .5em auto 0;
}

.orange {
    background: #f7941d;
    color: #fff !important;
    box-shadow: 1px 1px 0 #FFA12A;
    transition: .35s all ease-in-out;
}

.orange:hover {
    background: #DE7B04;
    color: #fff;
    box-shadow: -1px -1px 0 #B75400;
}

.cta-box {
    padding: 10px;
    background: url('../images/dollar-sign.png') #334051 no-repeat;
    background-position: 2% 45%;
}

.cta-box h5 {
        text-align: center;
        font-size: 26px;
        color: #fff;
        font-weight: 700;
}

.cta-box p {
    text-align: center !important;
    color: #fff;
    font-size: 15px;
}

.cta-box .button {
    width: 40%;
}

.below-banner {
    background: #334051;
    padding: 40px 0;
}

.below-banner ul {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.below-banner li {
    display: inline-block;
}

.below-banner li:first-of-type {
    margin: 0 15px 0 0;
}

.below-banner li:last-of-type {
    margin: 0 0 0 15px;
}

.below-banner li:last-of-type:after {
    content: none;
}

.below-banner li:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    float: right;
    background: #fff;
    margin: 10px 15px 0 30px;
}

.special-offer-img {
    transition: .4s transform ease-in;
}

.special-offer-img:hover {
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
}

#gform_wrapper_2 .gform_heading {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background: #99a0a8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
}

#gform_wrapper_2 .gform_description {
    font-size: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75em;
}

#gform_wrapper_2 .gform_description span{
    font-weight: 600;
    font-size: 1.25em;
}

#gform_wrapper_2 .gform_body {
    background: #e3e5e8;
    padding: 20px 15px;
    margin: 0;
}

#gform_wrapper_2 .gform_footer {
    padding: 10px;
    background: #e3e5e8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0;
}

#gform_wrapper_2 input[type="text"],#gform_wrapper_2 input[type="email"], #gform_wrapper_2 input[type="number"], #gform_wrapper_2 textarea {
    background: #fff;
    border: 1px solid #afb0b3;
    box-shadow: initial;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
}

#gform_wrapper_2 label.gfield_label+div.ginput_container {
    margin-top: 0;
}

#gform_wrapper_2 .top_label .gfield_label {
    margin: 0;
    font-size: .75em;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #334051;
}

#gform_wrapper_2 .gform_footer input.button,
#gform_wrapper_2 .gform_wrapper .gform_footer input[type="submit"] {
    background: #f7941d;
    color: #fff !important;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    transition: .35s all ease-in-out;
    -webkit-appearance: none;
    margin-top: 0;
    margin-bottom: 10px;
}

#gform_wrapper_2 .gform_footer input.button:hover,
#gform_wrapper_2 .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #DE7B04;
    color: #fff;
}

#gform_wrapper_2 a[href^=tel] {
    color: #fff !important;
}

.yes-mobile {
    display: none;
}

@media screen and (max-width: 992px) {
    .hero-section {
        margin-top: 0;
    }
}

@media screen and (max-width: 782px){
    #ppc-header {
        padding-top: 200px;
    }
    
    .below-banner .container {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
        width: 782px;
    }
    
    .special-offer-img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    
    #ppc-content h3 {
        text-align: center !important;
    }
    
    .no-mobile {
        display: none;
    }
    
    .yes-mobile {
        display: block;
    }
}

@media screen and (max-width: 480px){
    .below-banner li {
        text-align: center;
        display: block;
        width: 100%;
    }
    
    .below-banner li:after {
        content: none;
    }
    
    #ppc-content h4 {
        text-align: center;
        line-height: 1.35em;
    }
    
    .hero-section {
        margin-top: 5%;
        background: rgba(255,255,255,.9);
    }
    
    #ppc-header {
        padding-top: 30px;
    }
    
    .alignleft, 
    img.alignleft {
        float: none;
        margin: 0 auto;
        display: block;
    }
    
    .hero-section h1, 
    #ppc-content h2, 
    #ppc-content h3 {
        text-align: center !important;
    }
    
    .cta-box .button {
        width:80%;
    }
    
    .below-banner {
        padding: 10px 0;
    }
    
    .below-banner li,
    .below-banner li:first-of-type,
    .below-banner li:last-of-type {
        padding: 10px 0;
        text-align: center !important;
        margin:0;
    }
}