.landingFooterContainer {
	padding: 40px 72px;
	background-color: #0E3F75;
}

.landingMessage {
	min-height: 100vh;
    background-color: #f5f5f5;
}

.landingPageFooter {
	text-align: left;
	color: #FFFFFF;
	background: #FFFFFF;
	float: left;
	width: 100%;
	left: 0;
}

.landingErrorPage {
	height: 100%;
}

.landingPageFooter p {
	margin-left: 0;
	color: #FFFFFF;
}

.landingPageFooter p a {
    display: block;
	color: #FFFFFF;
	text-decoration: underline; 
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    letter-spacing: 0;
    font-family: SourceSans3;
}

.landingPageFooter p a:hover, .landingPageFooter p a:focus {
	color: #0A58CA;
}

.footer-col {
	text-align: left;
	width: 82%;
    padding: 20px 0 0;
}

.landingTitlesFooter {
	font-size: 20px !important;
	font-weight: 600;
	line-height: 120%;
	font-family:SourceSans3;
}

.landingFooterDividerMobile {
	display: flex;
	width: 250px;
	height: 0px;
	border: 2px solid #FFFFFF;
	transform: rotate(180deg);
}

.containerLine-landing-footer {
	width: 5%;
	flex-direction: row;
	display: flex;
}

.line-landing-footer {
	height: 100px;
	border-left: 2px solid #494949;
	display: flex;
	padding: 0;
	float: left;
}

.footer-colLenguagesLanding {
	text-align: left;
	float: left;
	flex-direction: row;
}

.footerLenguagesLanding {
	text-align: left;
	justify-content: space-evenly;
	display: flex;
	flex-direction: row;
}

.lineHeightLanguages {
	line-height: 2.5;
}

.accesibilityAndTerms {
	padding-left: 20px;
	padding-right: 20px;
}

.copyFooterLanding {
	text-align: center;
	padding: 0;
	font-size: 12px;
	gap: 24px;
}

.landingFooterLinks, .landingFooterLinks,
.copyFooterLandingLinks, .landingFooterDivider,
.tabletCopyFooterLandingLinks, .landingFooterDividerTablet,
.tabletLandingFooterLinks{
	display: none;
}

.mobileLandingFooter {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

.landingFooterCollapse {
	display: flex;
    justify-content: center;
	align-items: center;
	gap: 8px;
}

.landingFooterCollapseBtn:focus  {
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	background: none;
	color: #FFFFFF;
	width: 188px;
	padding: 11px 61px;
	height: 40px;
    outline-offset: 2px;
    border-color: #266CDE;
    border-width: 4px
}

.mobileLandingBtnTitle {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.mobileCopyFooterLandingLinks {
	display: flex;
	justify-content: center;
	padding: 16px 0;
	font-size: 12px;
}

.mobileLandingFooterLinks {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

.mobileLandingLinks {
	padding-bottom: 8px; 
}

div.mobileLandingFooterLinks {
  transition: max-height 0.5s ease;
  max-height: 0;
  overflow: hidden;
}

div.mobileLandingFooterLinks.active {
  max-height: 687px;
  transition: max-height 0.5s ease;
}

#mobileCollapseFooter.active {
  margin-bottom: 10px;
}

.mobileLinksFooter {
	gap: 12px;
	padding-bottom:15px;
	width: 100%;
	display:flex;
	flex-direction: column;
}

.mobileLinksFooter p {
	margin:5px 0;
	font-size:14px;
}

.languagesMobileFooter {
	text-align: center;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 150%;
}

.footer-col-mobile {
	width:267px;
	padding-top: 20px;
}
.pageDiv404 {
	text-align: center;
	font-size: 16px;
}
.errorInstruction1 {
	font-size: 50px;
}
.errorInstruction2 {
	display: inline-block;
    word-wrap: break-word;
    width: 398px;
    margin-bottom: 20px;
}
.errorNumber {
	font-size: 200px;
	margin-bottom: -40px;
}
.floatNone {
	float:none;
}
.error404Btn{
	background-color: #17838C;
    border: 2px solid #17838C !important;
}
.error404Btn:hover{
	background-color: #17838C;
    border: 2px solid #17838C !important;
}

.rowLanguages {
	display: flex;
	padding: 8px 0px;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 12px;
	align-self: stretch;
	flex-wrap: wrap;
}


/* mobile */
@media screen and (max-width: 767.9px) {
	.landingPageFooter {
		font-size: 14px;
	}
	.landingPage {
		margin-bottom: 0 !important;
	}
	
	.copyrightFooterLandingContainer {
		display: flex;
		justify-content:center;
		gap: 8px;
	}
	.copyFooterLanding {
		gap: 8px;
	}
	.pageDiv404 {	
		padding-top: 10%;
		font-size: 10px;
	}
	.errorInstruction1 {
		font-size: 30px;
	}
	.errorInstruction2 {	
        width: 250px;
	}
	.errorNumber {
		font-size: 100px;
	}
}

.landingPageFooter {
	min-height: 120px;
}
.landingTilesSection {
	margin-bottom: 26%;
}
.tabletLandingFooterLinks {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tabletCopyFooterLandingLinks {
	display: flex;
	padding: 22px 0;
	gap: 24px;
}
.landingFooterDividerTablet {
	display: flex;
	width: 720px;
	height: 0px;
	border: 1px solid #FFFFFF;
	transform: rotate(180deg);
}
.mobileLandingFooterLinks, .landingFooterDividerMobile {
	display: none;
}
.footer-col {
	width: 94%;
}
.tabletLandingLinks {
	justify-content: space-between;
	display: flex;
	width: 100%;
	padding-bottom: 20px;
	gap:24px;
	align-items: normal !important;
	margin:0px;
}
div.tabletLandingFooterLinks {
  transition: max-height 0.5s ease;
  overflow: hidden;
}
div.tabletLandingFooterLinks.active {
  transition: max-height 0.5s ease;
}

#tabletCollapseFooter.active {
  margin-bottom: 0px;
}
.landingPage {
	margin-bottom: 0 !important;
}
.mobileLinksFooter p {
	font-size:13px;
}
.languagesMobileFooter {
	text-align: center;
	font-weight: 400;
	font-size: 16px !important;
	line-height: 150%;
}
.mobileLinksFooter {
	padding-bottom:0;
}
.lineHeightLanguages {
	letter-spacing: -0.6px;
}
.landingFooterImg {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height:20px;
	vertical-align: middle;
}
.mobileLinksFooter {
	padding-bottom:0px;
}


/* tablet */
@media screen and (min-width:768px) and (max-width: 1023.9px) {
	.landingFooterDividerTablet {
		display: flex;
		width: 720px;
		height: 0px;
		border: 1px solid #FFFFFF;
		transform: rotate(180deg);
	}
	.pageDiv404 {
	text-align: center;
	font-size: 16px;
	}
	.landingFooterContainer {
	padding: 40px 12px;
	}
	.copyFooterLandingTabletDisplay {
	display: none;
	}
	.mobileLinksFooter {
	flex: 1 1 calc(33.333% - 24px);
	}
}

@media screen and (max-width: 767.9px) {
	.landingFooterDividerTablet {
		display: flex;
		width: 351px;
		height: 0px;
		border: 1px solid #FFFFFF;
		transform: rotate(180deg);
	}
	.landingFooterDividerTabletMobile{
		display: flex;
		width: 351px;
		height: 0px;
		border: 1px solid #FFFFFF;
		transform: rotate(180deg);
	}
	.pageDiv404 {
	text-align: center;
	font-size: 16px;
	}
	.landingFooterContainer {
	padding: 40px 12px;
	}
	.tabletCopyFooterLandingLinks {
	
    align-items: center;
    gap: 8px;
	}
	.copyFooterLandingTabletDisplay {
	display: none;
	}
	.mobileLinksFooter {
	flex: 1 1 100%;
	}
	.lineHeightLanguages {
		text-align: left;
	}	
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.landingPageFooter {
		height: 100px;
	}
	.landingPageFooter p {
		margin-top: 0;
	}
	.pageDiv404{
		padding-top: 2%;
	}
}

.landingPageFooterLinks, .accesibilityAndTerms, .copyFooterLanding {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 150% !important;
}

@media screen and (min-width: 1023.9px) {

.newCopyFooterLandingDisplay {
	display: none;
}
