
/* promo banner ---------------------------------------------------------- */

    .promo-banner{
        margin-bottom: 20px;
        padding: 20px;
        position: relative;
        background-color: #fff;
    }

    .promo-banner p{
        margin-bottom: 0;
        font-size: 14px;
    }

    .promo-banner p span{
        display: block;
        padding-top: 10px;
    }

    .promo-banner h2{
        color: #6699CC;
        margin-bottom: 5px;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .promo-banner p.heading-two{
        color: #505050;
        display: block;
        margin-bottom: 5px;
    }

    .promo-banner .cta-wrapper{
        padding: 10px 0 0 20px;
    }

    .promo-banner .btn{
        font-size: 15px;
        margin: 15px 0 0 0;
    }

/* promo banner ---------------------------------------------------- [END] */

/* promo banner mobile --------------------------------------------------- */

.promo-mobile-banner{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.promo-mobile-banner img{
    width: 100%;
    margin-bottom: 20px;
}

.promo-mobile-col{
    width: 50%;
    float: left;
}

.inset.pad-left{
    padding-left: 10px;
}

.inset.pad-right{
    padding-right: 10px;
}

/* promo banner mobile --------------------------------------------- [END] */

/* accordion ------------------------------------------------------------- */

.accordion-group{
    border: 0;
    margin-bottom: 0;
}

.accordion-toggle{
    background-color: #5e9cd3;
    color: #fff;
    background-image: url('../images/home/promo-arrows.gif');
    background-repeat: no-repeat;
    background-position: right top;
}

.accordion-toggle:hover,
.accordion-toggle:focus{
    color: #fff;
}

.accordion-toggle.collapsed{
    background-color: #ececec;
    color: #638bb6;
    background-position: right bottom;
}

.accordion-toggle.collapsed:hover,
.accordion-toggle.collapsed:focus{
    color: #638bb6;
}

.accordion-heading a{
    font-size: 17px;
}

.accordion-inner{
    border-top: 0;
    padding: 0;
}

.accordion .promo-banner{
    margin-bottom: 0;
}

/* accordion ------------------------------------------------------- [END] */



/* media queries --------------------------------------------------------- */

/* /////////////////////////////////////////////////////////////////////// */
/* LARGE DESKTOP ///////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (min-width: 1200px) {

    }

/* /////////////////////////////////////////////////////////////////////// */
/* LARGE DESKTOP /////////////////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////// */
/* SMALL DESKTOP ///////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (min-width: 768px) and (max-width: 979px) {

        .banner-logo{
            display: none !important;
        }

        .banner-image{
            float: none !important;
            width: 100% !important;
        }

        .banner-image img{
            width: 100%;
        }

    }

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL DESKTOP /////////////////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */

 

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL TABLET & MOBILE ///////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (max-width: 767px) {

    }

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL TABLET & MOBILE /////////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////// */
/* SMALL DESKTOP & MOBILE COMBINED /////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (max-width: 979px) {
        
    }

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL DESKTOP & MOBILE COMBINED ///////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////// */
/* LANDSCAPE PHONES AND DOWN ///////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (max-width: 480px) {
        
    }

/* /////////////////////////////////////////////////////////////////////// */
/* LANDSCAPE PHONES AND DOWN /////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////// */
/* mobile only background images ///////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (max-width: 600px) {
        
    }

/* /////////////////////////////////////////////////////////////////////// */
/* mobile only background images /////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */



/* media queries --------------------------------------------------- [END] */
