/*------------------------------------*\
  #LIVE SITE MODS
\*------------------------------------*/
/*!
* Modified Section/Element
*/
.header {
    border-bottom: 1px solid rgba(231, 231, 231, 1);
}

.header-contact {
    background: transparent;
    padding: 0;
}

.header-contact-inner {
    background: rgba(6, 55, 102, 1);
    padding: 10px 0;
    position: relative;
}

.header-phone:nth-of-type(1) {
    margin-right: 0;
}

.header-contact-pay-now {
    padding: 8px 0;
    position: relative;
}

.header-contact-pay-now-link {
    background-color: #4A90E2;
    border: 1px solid #4A90E2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    color: rgba(255, 255, 255, 1.0);
    display: inline-block;
    font-size: 14px;
    font-family: Trebuchet MS;
    font-weight: normal;
    padding: 7px 16px;
    text-decoration: none;
    transition-duration: 0.5s;
}

.header-contact-pay-now-link:active,
.header-contact-pay-now-link:focus,
.header-contact-pay-now-link:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.header-phone a .company-location {
    text-transform: uppercase;
}

.cycle-1-wrapper .banner {
    top: 255px;
}

.home .xs-wrapper {
    top: 570px;
}
.header-phone span.company-call {
    font-size: 1.3em;
}
.header-phone a .company-location {
    font-size: 20px;
}
.after-before-img {
width: 25% !important;
}
.content-section h2{
    margin-top: 0;
}
.content-section .margin-bottom{
    margin-bottom: 3em;
}
/*------------------------------------*\
  #PAGE SPECIFIC STYLES
\*------------------------------------*/


/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/
@media (min-width: 768px) {
    .header {
    padding: 0 0 10px 0;
}
    .header {
        border-bottom: none;
    }

    .header-contact-pay-now {
        text-align: right;
    }

    .cycle-1-wrapper .banner {
        top: 0;
    }

    .home .xs-wrapper {
        top: 0;
    }

    .header-contact-inner {
        width: 360px;
        margin-left: auto;
    }
    .aire-logo{
    float: right;
    margin: 0 0 1em 0;
    width: 25%;
}
}

@media (max-width: 991px) {
    .content-section ul{
        margin-bottom: 0;
    }
    .content-section p.small{
        margin-top: 1em;
    }
}
@media (min-width: 992px) {


.float-left-content{
    float: left;
    width: 70%;
    margin: 0 1em 1em 0;
}
}

@media (min-width: 1200px) {
    .header-contact-inner {
        margin-right: 60px;
        padding: 0;
    }

    .header-contact-paypal {
        padding: 0;
    }
    .header-contact {
        height: 60px;
    }
    .header-contact {
        margin-bottom: 15px;
    }
    .header-company-logo {
        margin-top: 6px;
    }
}


@media (min-width: 1500px) {
    .header-contact-inner {
        margin-right: 0;
    }

    .header-contact-pay-now {
        position: absolute;
        right: -150px; 
    }
}