.landingHeader {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

/* .iowaBlockDesktop { */
/* 		display: flex; */
/*    		align-items: center; */
/* } */

.landingBanners {
	padding-top: 70px;
}

.landingHeaderNavbar {
    background: #01384D;
    height: 70px;
}

.landingHeaderNavbar>.container-fluid>.navbar-collapse>ul>li>a {
	font-size: 14px;	
}

.landingHeaderSignin {
	border-radius: 10px;
    padding: 10px 20px !important;
    margin-left: 15px !important;
    font-size: 14px;
}

.landingHeaderLogin {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
}

.landingBorderLeft {
	border-left: 2.5px solid white;
}

.landingItems>.dropdown-toggle::after {
    transform: scale(1.5);
    color: white !important;
}

.landingDropdownPosition {
	position: absolute !important;
	padding: 15px;
	margin-left: -29px !important;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2) !important;
    border: none;
}

.landingItems>.dropdown-menu.show {
	padding: 15px;
    border-radius: 15px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	border: none;
}

.landingItems>ul>li>.dropdown-item {
	margin-bottom: 5px;
    font-weight: 700;
    color: #202020 !important;
    font-size: 14px;
}

.landingItems>ul>li>.dropdown-item:active, .landingItems>ul>li>.dropdown-item:hover {
	background-color: #CAFAE4;
}

.languageHeaderDropdown {
	padding: 0px;
    background: none;
    border: none;
    -webkit-text-fill-color: white;
    font-size: 14px !important;
}

.landingHamburguerLine {
	margin-bottom: 0;
}

.landingMarginRight {
	margin-right: 15px;
}

.landingHeaderNavbar>.container-fluid>.navbar-collapse>>ul>form>li>select>option {
	-webkit-text-fill-color: black;
}

.landingHeaderNavbar>.navbar-light .navbar-nav .nav-link > option {
    color: rgba(0,0,0,.55) !important;
}

.landingDropdown {
	display: flex;
    align-items: center;
}

.landingCollapse > div > form > div > a {
	color: #202020;
}

#landingLanguage > span {
	font-size: 14px;
	color: #FFFFFF !important;
}

.landingCollapse > div > form > div > i, #landingLanguage #translationIcon {
	display: none;
}

.showMobileDropdown {
	display: none;
}

.desktopMenuDropdown .arLabel {
	margin-left: 5px;
	color: #202020 !important;
	font-size: 14px !important;
	font-weight: 700;
}
	
.desktopMenuDropdown .arDropdownMenu {
	display: flex;
}
	
.desktopMenuDropdown .arDropdownOptions {
	width: 80%;
	margin-left: 12%;
	color: #202020 !important;
	font-size: 14px;
}

.arBlock {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.arBlock .authRepMessage {
	font-size: 14px;
}

.desktopLogo {
	display: none
}

#translationIcon {
   	display: none;
    filter: invert(1) brightness(2);
}
    
.landingBtnContainer {
	display: flex;
	background: #00E0CA;
	border-radius: 24px;
	justify-content: flex-end;
	align-items: center;
	width: 80px;
    height: 40px;
	margin-right: 15px;
	margin-left: 0;
}

.landingBtnContainer:hover {
	background: #14FFE8;
}
    
.landingSocialIcon {
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background: #EAEAEA;
	display: flex;
	margin-left: 5px;
}

.landingBtnContainer>.navbar-toggler .line {
	width: 19px;
    float: left;
	height: 2px;
    background-color: #01384D;
	margin-bottom: 5px;
}
	
.landingBtnContainer>button {
	display: grid;
}
	
.landingBorderRight {
	border-right: 2.5px solid white;
}

.landingBtnContainer>.navbar-toggler {
	border: none;
}

#landingUsername {
	font-size: 12px;
	font-weight: 700;
	margin: auto;
	letter-spacing: 1px;
    color: #202020;
    text-transform: uppercase;
}



#landingAccountIcon {
	display: none;
}

#myAccountName {
	width: 25px;
	height: 25px;
	background: #EAEAEA;
	border-radius: 15px;
	margin-bottom: -6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
    color: #202020;
    padding-left: 1px;
    text-transform: uppercase;
    text-align:center;
}

.hideMobileName {
	margin-left: 8px;
	min-width: fit-content;
	font-size: 16px;
}
#landingARMenuClosed {
	width: 16px;
}

.landingAuthUser {
	padding-left: 10px;
	padding-right: 20px;
}

.dropdown-toggle::after {
    display: none;
}
    
.rtoate180 {
  transform: rotate(180deg);
}

#logInHeader:hover, #signUpHeader:hover{
	background-color: #5FE2BE;
}

.iowaBlockDesktop {
		display: flex;
   		align-items: center;
   		width: 100px;	/*width property added for PBI312900*/
}

/* Added css to align text to left in hamburger menu */
.landingHeadingEmailAddress{
	text-align: left;
}

/* old mobile */
@media screen and (max-width: 325px) {}

/* xs mobile */
@media screen and (max-width: 475px) {}

/* mobile */
@media screen and (max-width: 767.9px) {
	.mobileLogo {
		margin-left: 0 !important;
    	margin-right: 0;
	}
	
	.landingHeaderNavbar {
		height: 85px;
	}
	
	.landingBanners {
		padding-top: 85px;
	}
	.landingHeaderNavbar>.container-fluid>.navbar-brand,
	.landingHeaderNavbar>.container-fluid>.arBlockMobile>.navbar-brand {
		margin-left: 10px !important;
	}
	
    .landingBtnContainer>  .navbar-toggler {
	    width: 45px;
	    border: none;
	}
	
	#landingLanguage>.navbar-nav {
		margin: 0px;
	}
	
	.showMobileDropdown>li>.nav-link {
		color: #202020 !important;
	}
	
	.arBlockMobile {
		width: 236px;
	}
	
	.landingHeaderNavbar>.container-fluid>.navbar-toggler .line {
		width: 100%;
	    float: left;
	    height: 2px;
	    background-color: #fff;
	    margin-bottom: 5px;
	}
	
	.landingHeaderNavbar>.container-fluid>.navbar-collapse {
		position: absolute;
	    top: 100%;
	    background: white;
	    right: 0px;
	    left: 0px;
	    padding-bottom: 100vh;
    }
	
	.landingItems > .dropdown-menu.show {
    	border: none;
		padding: 0px;
		margin: 0px 0px 0px 23px;
		box-shadow: none;
	}
	
	.landingHeaderLogin {
		margin-top: 10px;
		margin-left: 0;
		color: #202020 !important;
	}
	
	.landingHeaderSignin {
		color: #202020 !important;
		margin-left: 0px !important;
		border: none;
		background: transparent;
		padding: 0px;
	}
	
	.landingCollapse > div > form > div > i, #landingLanguage > i {
    	display: inline-block;
	margin-right: 15px;
    }
    
    .landingCollapse > div > form > div {
    	display: flex;
    	align-items: baseline;
    	margin-left: 10%;
    	margin-bottom: 10px; 
    } 
    
    .landingBorderLeft {
    	border-left: none;
    }
    
    .landingDropdown {
    	flex-direction: column;
    	padding: 20px;
    }

	.landingCollapse > div > form {
		width: 100%;
		flex-direction: column;
	}
	
	.landingCollapse > div > form > hr {
		border-bottom: 2px solid #202020;
	    opacity: 1;
	    width: 81%;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.landingCollapse > div > ul {
		width: 100%;
		margin-left: 24%;
	}
	
	#landingLanguage > span {
	    margin-left: 12px;
	    color: #202020 !important
	}
	
    .landingItems> .dropdown-toggle::after {
	    transform: scale(1.5);
	    color: black !important;
	}
	
	.showMobileDropdown {
		display: inline-flex;
	}
	
	.showDesktopDropdown, .showTabletDropdown {
		display: none;
	}
	.desktopMenuDropdown #authDesktopMenu {
		display: none;
	}
	
	.desktopMenuDropdown .arDropdownMenu {
	    margin-left: -9px;
	}
	
	.desktopMenuDropdown .arLabel {
	    margin-left: 15px;
	    color: #202020 !important;
		font-size: 14px !important;
		font-weight: 700;
	}
	
	.desktopMenuDropdown .arDropdownOptions {
		margin-left: 25px;
	}
	
	.arDivider {
		display: block;
	}
	
	.arBlock #tabletMobileMenu {
		width: 45px;
    	border: none;
    	position: absolute;
	    top: 30px;
	    right: 20px;
	}
	
	.arBlock .line {
		width: 100%;
	    float: left;
	    height: 2px;
	    background-color: #fff;
	    margin-bottom: 5px;
	}
	
	.arBlock .authRepMessage {
	    max-width: 260px;
	    text-align: start;
	    margin-left: 10px;
	    margin-right: 0;
	}
	
	.hideMobileName {
		display: none;
	}
	
	.landingBtnContainer {
	    justify-content: flex-start;
	    margin-right: 12px;
	}
	
	.landingBorderRight {
		margin-left: 0%;
	}
	
	.landingBtnContainer > button {
		margin-right: -45px;
		margin-top: 6px;
	}
	
	.landingDivider {
		width: 75%;
		border-bottom: 2px solid #202020;
		opacity: 1;
	 }
	 
	 .arBlock .landingBorderRight {
	 	display: none;
	 }
	 .landingItems>ul>li>.dropdown-item.active, .landingItems>ul>li>.dropdown-item:active,
	 .landingItems>ul>li>.dropdown-item:active>a
	 {
	 	background-color: #CAFAE4;
	 	color: black !important;
	 }
}

a#english-lang-item:hover, a#spanish-lang-item:hover
	 {
	 	background-color: #5FE2BE !important;
	 }

/* tablet */
@media screen and (min-width:768px) and (max-width:1024px) {
	
	.landingHeaderNavbar>.container-fluid>.navbar-brand,
	.landingHeaderNavbar>.container-fluid>.arBlockMobile>.navbar-brand {
		margin-left: 19px !important;
	}
	
    .landingHeaderNavbar>.container-fluid>.navbar-toggler {
	    width: 45px;
	    border: none;
	}
	
	.landingHeaderNavbar>.navbar-light .navbar-nav .nav-link {
    	color: rgba(0,0,0,.55) !important;
	}
	
	#landingLanguage>.navbar-nav {
		padding-left: none;
		margin: 0px;
    	padding: 0px;
	}
	
	.landingHeaderNavbar>.container-fluid>.navbar-toggler .line {
	    width: 100%;
	    float: left;
	    height: 2px;
	    background-color: #fff;
	    margin-bottom: 5px;
	}
	
	.landingDropdown {
		display: flex;
	    flex-direction: column;
	    margin: 10px;
    	padding: 30px 30px 20px 40px;
    }
    
	.landingHeaderNavbar>.container-fluid>.navbar-collapse {
		background: white;
	    position: absolute;
	    right: 4%;
	    top: 80%;
	    border-radius: 15px;
	    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	}
	
	.landingBorderLeft {
		border-left: none;
	    flex-direction: column;
	    width: 100%;
	}
	
	.landingHeaderSignin {
		padding: 0px !important;
		margin-left: 2px !important;
	    background: transparent;
	    border-radius: 4px;
	    border: none;
	    font-size: 14px;
	    text-align: start;
	    color: #202020 !important;
	 }
	   
	 .landingDivider {
		width: 100%;
		border-bottom: 2px solid #202020;
		opacity: 1;
		margin: 15px 0;
	 }
	 
	 .languageHeaderDropdown {
		-webkit-text-fill-color: black;
		color: black !important;
	    font-size: 14px !important;
	 }
	 
	 .arDropdownMenu {
	 	display: flex;
	 }
	    
	 .landingHeaderLogin {
		padding: 0 0 10px 0 !important;
	    color: #202020 !important;
	    font-size: 14px;
	    text-align: start;
	}

	.landingOptions {
		background: black;
	}
	
    .landingCollapse > div > form {
        display: flex;
    }
    
    #landingLanguage > span {
	    font-weight: 700;
	    color: #FFFFFF;
	    font-size: 14px;
    }   
    
    .landingHeaderNavbar>.container-fluid>.navbar-collapse>div>ul>form>li>select>option{
		background: transparent;
	    font-weight: 700;
    }
    
    .tabletLoginIcon {
        margin-right: 10px;
    }
        
  	.landingItems > .dropdown-menu.show {
  		padding: 0 0 0 20px !important;
  		border: none !important;
  		box-shadow: none;
  	}
  	
    
	.landingDropdown > img {
        display: inline-block;
		cursor: pointer;
	    height: 20px;
	    width: 40px;
    }
    .showTabletDropdown #landingLanguage {
    	padding-right: 0px;
    }
    
    .landingCollapse > div > form > div > i, #landingLanguage > i {
    	display: inline-table;
	    margin-right: 10px;
    }
    
    .showMobileDropdown, .hideLanguageForm, .tabletDivider {
    	display: none;
    }
    
    .showTabletDropdown {
    	border-right: 2px solid #FFFFFF;
	    display: block;
	    position: absolute;
	    top: 15px;
	    right: 40px;
    }
    
    .landingBorderRight {
		margin-left: 0%;
	} 
	
	.landingHeaderLogin {
		margin-left: 0px !important;
	}
	
	.landingHeadingMessages {
		margin-left: 4px !important;
	} 
	
	.landingBtnContainer {
		margin-right: 20px;
	}
    
    .desktopMenuDropdown #authDesktopMenu, .arDivider {
		display: none;
	}
	
	.desktopMenuDropdown .arLabel {
    	margin-left: 13px;
	}
	
	.desktopMenuDropdown .arDropdownOptions {
		margin-left: 32px;
	}
	
	.arBlock #tabletMobileMenu {
		width: 45px;
    	border: none;
    	position: absolute;
	    top: 23px;
	    right: 20px;
	}
	
	.arBlock .line {
		width: 100%;
	    float: left;
	    height: 2px;
	    background-color: #fff;
	    margin-bottom: 5px;
	}
	
	.arBlock .authRepMessage {
	    max-width: 180px;
    	text-align: start;
    	margin-left: 0px;
    	position: absolute;
    	left: 165px;
    	font-size: 12px;
    	margin-bottom: 16px;
	}
	
	.landingUnauthMenu .landingMarginLeft {
		position: fixed;
	    right: 70px;
	    top: 0px;
	}
	
	.landingUnauthMenu  .landingItems .dropdown-menu.show {
		margin-left: -45px !important;
	}
	
} 

/* laptop */
@media screen and (min-width:1025px) {
	.landingBorderRight {
	    margin-left: 20% !important;
	}
	
	.desktopMenuDropdown .authedNavBar {
    	display: block !important;
	}
	
	.desktopMenuDropdown .authedCollapse:not(.show) {
	    display: none !important;
	}
	
	.desktopMenuDropdown #tabletMobileMenu {
		display: none;	
	} 
	
	.desktopMenuDropdown #authDesktopMenu {
		display: inline-block !important;
		color: #ffffff;
		border: none;
		width: 85px;
	}
	
	.desktopMenuDropdown .landingHeaderNavbar>.navbar-light .navbar-nav .nav-link {
    	color: rgba(0,0,0,.55) !important;
	}
	
	.desktopMenuDropdown #landingLanguage>.navbar-nav, #authRepFormMenu>.navbar-nav {
		padding-left: none;
		margin: 0px;
    	padding: 0px;
	} 
	
	.desktopMenuDropdown .landingDesktopDropdown {
		display: flex;
	    flex-direction: column;
	    padding: 15px;
    }
    
	.desktopMenuDropdown .landingHeaderNavbar>.container-fluid>.navbar-collapse {
		background: white;
	    position: absolute;
	    right: 4%;
	    top: 85%;
	    border-radius: 15px;
	    padding: 35px;
	    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	} 
	
	.desktopMenuDropdown .landingDropdown {
		display: block;
	}
	
	.desktopMenuDropdown .landingBorderLeft {
		border-left: none;
	    flex-direction: column;
	    width: 100%;
	}
	
	.desktopMenuDropdown .landingHeaderSignin {
		padding: 2px 0px !important;
		margin-left: 2px !important;
		border-radius: 4px;
	    background: transparent;
	    border: none;
	    font-size: 14px;
	    text-align: start;
	    color: #202020 !important;
	 }
	   
	 .desktopMenuDropdown .landingDivider {
		width: 100%;
		border-bottom: 2px solid #202020;
		margin: 15px 0;
	 } 
	 
	 .desktopMenuDropdown .languageHeaderDropdown {
		-webkit-text-fill-color: black;
		color: black !important;
	    font-size: 14px !important;
	 }
	    
	 .desktopMenuDropdown .landingHeaderLogin {
		padding: 0 0 10px 0 !important;
	    color: #202020 !important;
	    font-size: 14px;
	    text-align: start;
	}	

	.desktopMenuDropdown .landingOptions {
		background: black;
	}
	
    .desktopMenuDropdown .landingCollapse > div > form {
        display: flex;
    }
    
    .desktopMenuDropdown #landingLanguage > span {
	    font-weight: 700;
	    color: #202020;
	    font-size: 14px;
    }   
    
    .desktopMenuDropdown .landingHeaderNavbar>.container-fluid>.navbar-collapse>div>ul>form>li>select>option{
		background: transparent;
	    font-weight: 700;
    }
    
    .desktopMenuDropdown .tabletLoginIcon {
        margin-right: 10px;
    }
        
  	.desktopMenuDropdown .landingItems > .dropdown-menu.show {
  		padding: 0 0 0 28px !important;
  		border: none !important;
  		box-shadow: none;
  	} 
  	
    
	.desktopMenuDropdown .landingDropdown > img {
        display: inline-block;
		cursor: pointer;
	    height: 20px;
	    width: 40px;
    }  
    
    .landingCollapse > div > form > div > i, #landingLanguage > #translationIcon {
		display: none;
	}
	
	.desktopMenuDropdown .landingCollapse > div > form > div > i, .desktopMenuDropdown #landingLanguage > i, .arDropdownMenu i {
    	display: inline-block;
	    margin-right: 10px;
    }
	
	.desktopMenuDropdown .showDesktopDropdown {
    	display: inline-block;
    }
    
    .showTabletDropdown {
    	display: block;
    	position: absolute;
    	right: -40px;
    	bottom: -15px;
    	border-right: 2px solid #FFFFFF;
    }
    
    .desktopMenuDropdown .navbar-expand-lg .navbar-nav .dropdown-menu {
    	position: inherit;
    }
    
    .desktopMenuDropdown .navbar-expand-lg .navbar-nav {
    	flex-direction: column;
    }
    
    .desktopMenuDropdown .dropdown-menu .fw-bold, .desktopMenuDropdown label, .desktopMenuDropdown li a span {
    	color:  #202020 !important;
    	font-size: 14px !important;
    	font-weight: 700 !important;
    }
	
	.desktopLogo {
		display: block;
    	font-size: 24px !important;
    	margin-left: 15px !important;
	}
	
	.mobileLogo {
		margin-left: 15px !important;
		display: none;
	}
	
	.arBlock .authRepMessage {
	    font-size: 12px;
    	max-width: 160px;
    	position: absolute;
    	left: 387px;
    	text-align: end;
	}
	
	.arDivider {
		display: none;
	}
	
	.landingDropdownPosition {
		position: absolute;
	} 
	
	.landingMarginLeft {
		border-right: 2.5px solid white;
	}
	
	.landingUnauthMenu .landingMarginLeft{
		right: 180px;
    	position: fixed;
	}
	
	.landingUnauthMenu .showDesktopDropdown {
		display: none;
	}
	
}

img#landingLanguageMenuClosedMobile{
	filter:contrast(0) saturate(100%) brightness(0) !important;
}
	
img#translationIconMobile{
		filter:contrast(0) saturate(100%) brightness(0) !important;
	}

/* PBI-317663 changes start */
@media screen and (min-device-width:768px) and (max-device-width:1366px) and (pointer: coarse)
	{
	.hideTabletName {
		display: none;
	}
}
/* PBI-317663 changes end */
