/* CSS for 50K Bonus Banners */

#pageBannerTop .fiftyKdesktop {
    height: 152px;
    width: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

#pageBannerTop .fiftyKdesktop picture {
	position: absolute;
    width: 100%;
}

#pageBannerTop .fiftyKdesktop img {
    width: 100%;
}

#pageBannerTop .fiftyKmobile {
    display: none;
}
#pageBannerTop .quarterDiv {
    position: relative;
    text-align: center;
}
#pageBannerTop h2 {
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-family: 'us_army_regular', sans-serif;
}
#pageBannerTop h3 {
    font-size: 1rem;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-family: 'us_army_regular', sans-serif;
}
#pageBannerTop a.black-button {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 20px;
    font-family: 'us_army_regular', sans-serif;
    font-weight: 600;
}
#pageBannerTop a.black-button:hover {
    text-decoration: none;
}

#pageBannerTop a.mobile-black-button {
    font-size: 1.35rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 7px 33px;
    text-align: center;
    line-height: 1.2;
    font-family: 'us_army_regular', sans-serif;
}
#pageBannerTop a.mobile-black-button:hover {
    text-decoration: none;
}



@media only screen and (max-width: 1024px) {
    #pageBannerTop .fiftyKdesktop {
        display: none;
    }
    #pageBannerTop .fiftyKmobile {
        height: 152px;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #pageBannerTop .fiftyKmobile picture {
		position: absolute;
        width: 100%;
    }

    #pageBannerTop .fiftyKmobile img {
		width: 100%;
    }

    #pageBannerTop .fiftyKmobile .fullWidthRow {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding: 0 7%;
        z-index: 1;
    }
    #pageBannerTop .fiftyKmobile .fullWidthRow .halfDiv{
        display: flex;
    
    }
    #pageBannerTop .fiftyKmobile h2 {
        font-size: 2.75rem;
        text-transform: uppercase;
        color: #000;
    }
    #pageBannerTop .fiftyKmobile h3 {
        font-size: 1.15rem;
        line-height: 2;
        text-transform: uppercase;
        letter-spacing: .2rem;
        color: #000;
    }

    #pageBannerTop.spanishBanner .fiftyKmobile .fullWidthRow {
        padding: 0 5%;
    }
    #pageBannerTop.spanishBanner .fiftyKmobile h3 {
        white-space: normal;
        line-height: 1;
    }
  }

  @media only screen and (max-width: 844px) {
    #pageBannerTop.spanishBanner .fiftyKmobile h3 {
        letter-spacing: .021rem;
    }
  }

  @media only screen and (max-width: 780px) {
    #pageBannerTop .fiftyKmobile h2 {
        font-size: 2.5rem;
        font-weight: 500;
    }

    #pageBannerTop .fiftyKmobile h3 {
        font-size: 1rem;
		white-space: nowrap;
    }
  }

  @media only screen and (max-width: 730px) {
    #pageBannerTop .fiftyKmobile .fullWidthRow {
        padding: 0 5%;
    }
    #pageBannerTop .fiftyKmobile h2 {
        font-size: 2rem;
        line-height: 1.35;
    }
    #pageBannerTop .fiftyKmobile h3 {
        letter-spacing: .1rem;
        font-size: .9rem;
    }
    #pageBannerTop a.mobile-black-button {
        font-size: 1.1rem;
        padding: 7px 15px;
    }
  }
  @media only screen and (max-width: 690px) {
    #pageBannerTop .fiftyKmobile h3 {
        font-size: .65rem;
        letter-spacing: .08rem;
    }
  }

  @media only screen and (max-width: 590px) {
    #pageBannerTop .fiftyKmobile .fullWidthRow {
        padding: 0 4%;
    }
  }

  @media only screen and (max-width: 462px) {
    #pageBannerTop .fiftyKmobile h2 {
        line-height: 1;
        font-size: 1.75rem;
    }

    #pageBannerTop.spanishBanner .fiftyKmobile h2 {
        line-height: 1;
        font-size: 1.5rem;
        letter-spacing: .075rem;
    }
    #pageBannerTop.spanishBanner a.mobile-black-button {
        font-size: .45rem;
        padding: 7px 10px;
    }
  }

  @media only screen and (max-width: 424px) {
    #pageBannerTop .fiftyKmobile {
        height: 190px;
    }
    #pageBannerTop .fiftyKmobile .fullWidthRow {
        display: flex;
        flex-direction: row;
    }
    #pageBannerTop .fiftyKmobile h2 {
        line-height: 1;
        font-size: 1.5rem;
        width: 100%;
    }
    #pageBannerTop .fiftyKmobile h3 {
        font-size: .62rem;
        padding-top: 10px;
    }
    #pageBannerTop a.mobile-black-button {
        font-size: .7rem;
        padding: 7px 10px;
    }
    #pageBannerTop .fiftyKmobile {
        height: 110px;
    }
    #pageBannerTop.spanishBanner .fiftyKmobile {
        height: 115px;
    }
    #pageBannerTop.spanishBanner a.mobile-black-button {
        font-size: .45rem;
        padding: 7px 10px;
    }
    #pageBannerTop.spanishBanner .fiftyKmobile h2 {
        line-height: 1;
        font-size: 1.45rem;
        letter-spacing: .1rem;
    }
  }

  @media only screen and (max-width: 414px) {
    #pageBannerTop .fiftyKmobile h2 {
        line-height: 1;
        font-size: 1.45rem;
        letter-spacing: .09rem;
    }
    #pageBannerTop .fiftyKmobile h3 {
        font-size: .45rem;
        letter-spacing: .08rem;
    }
  }

  @media only screen and (max-width: 375px) {
    #pageBannerTop .fiftyKmobile h2 {
        font-size: 1.4rem;
        letter-spacing: .085rem;
    }
  }

  @media only screen and (max-width: 320px) {
    #pageBannerTop .fiftyKmobile h2 {
        font-size: 1.3rem;
        letter-spacing: .08rem;
    }
    #pageBannerTop .fiftyKmobile h3 {
        font-size: .4rem;
        letter-spacing: .07rem;
    }
    #pageBannerTop .fiftyKmobile {
        height: 115px;
    }
    #pageBannerTop.spanishBanner a.mobile-black-button {
        font-size: .375rem;
        padding: 7px 5px;
    }
    #pageBannerTop.spanishBanner .fiftyKmobile h2 {
        line-height: 1;
        font-size: 1.3rem;
        letter-spacing: .01rem;
    }
}
