/* 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;
    }
}

.pbt {
	position:fixed;
  	left:50%;
  	top:50%;
  	width:90%;
  	transform:translate(-50%,-50%);
  	filter: brightness(100%);
  	height:80vh;
  	display:block !important;
}
.pbt h2 {
	font-size:34px !important;
}
.pbt h3 {
	font-size:13px !important;
}

.pbt img {
	display:none;
}

.pbt .quarterDiv:nth-of-type(1) h3 {
	font-size:34px !important;
  line-height:34px !important;
}


.pbt .quarterDiv:nth-of-type(3) h3:nth-of-type(1), #pageBannerTop .quarterDiv:nth-of-type(2) h3:nth-of-type(1) {
	display:none
}



.bodyDull {
	filter: brightness(50%);
}

.pbt .fiftyKdesktop {
	display:flex !important;
  	flex-direction:column !important;
  height:100% !important;
  background-image:url("/content/dam/goarmy/50K_Bonus_Banners/50k-desktop-bg.jpg");
  background-size:cover;
}

.pbt .fiftyKmobile {
	display:none !important;
}


.xButton {
	position:absolute;
  	top:20px;
  	right:20px;
  	border: 1px solid black;
  	color:black;
  	border-radius:50%;
  	width:20px;
  	height:20px;
  	display:grid;
  	place-items:center;
  	cursor:pointer;
}

 .pbt .black-button {
 	position:relative;
 	bottom:60px;
 }
@media screen and (min-width: 704px) {
.pbt h2 {
	font-size:40px !important;
}
.pbt h3 {
	font-size:13px !important;
} 
}



@media screen and (min-width: 1004px) {
  .pbt {
  	width:50%;
  	height:300px;
}
.pbt h2 {
	font-size:48px !important;
}
.pbt h3 {
	font-size:18px !important;
}
  
.pbt .fiftyKdesktop {
	display:flex !important;
  	flex-direction:row !important;
}
  
.pbt .quarterDiv{
  	transform:translateY(-30px)
  }
  
.pbt .quarterDiv:nth-of-type(1) h3 {
	font-size:18px !important;
  	line-height:2 !important;
}
  
.pbt .quarterDiv:nth-of-type(3) h3:nth-of-type(1), #pageBannerTop .quarterDiv:nth-of-type(2) h3:nth-of-type(1) {
	display:unset
}
   .pbt .black-button {
 	bottom:40px;
 }
  
}
