
/*==============================

    Header Incentive Styles

==============================*/


#header-incentive, #header.scrolling #header-incentive, .scrolling #top-apply {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}
#header-incentive {
    background: rgba(255,130,0, .8);
    height: 1000px;
    overflow: hidden;
    /*display: none!important;*/
    max-height: 45px;
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    position: absolute;
    bottom: -45px;
    width: 100%;
}

header.scrolling #header-incentive {
    opacity: 1;
}
body.index #header-incentive {
    display: block!important
}
#header.scrolling #header-incentive {
    max-height: 45px;
}
#header-incentive a, #header-incentive p {
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin-bottom: 0;
    padding-top: 0px;
    letter-spacing: .02em;
    font-family: 'Gotham Medium','oswald', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}
#header-incentive a.button {
    padding: 8px 10px 5px;
    margin-left: .5em;
    display: inline-block;
    position: relative;
    top: -2px;
    font-weight: 400;
    font-size: 1rem
}
#header-incentive .fi-die-one {
    font-size: .675rem;
    padding-left: 5px;
    padding-right: 5px
}
@media only screen and (max-width:722px) {

    #header.scrolling #header-incentive {
        max-height: 20px;
    }
    #header #header-incentive {
        opacity: 1 !important;
        max-height: 40px;
        bottom: -20px;
    }
    #header-incentive a, #header-incentive p {
        line-height: 15px;
        padding-top: 0;
    }
    #header #header-incentive p a{
		font-size: .575rem;
    }
}