.landingFooterContainer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.landingMessage {
	min-height: 100vh;
}

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

.landingErrorPage {
	height: 100%;
}

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

.landingPageFooter p a {
	color: #FFFFFF;
	text-decoration: underline; 
}

.landingPageFooter p a:hover, .landingPageFooter p a:focus {
	font-weight: bold;
}

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

.landingTitlesFooter {
	font-weight: bold;
	font-size: 12px;
}

.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;
}

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

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

.landingFooterCollapse {
	display: flex;
	justify-content: space-evenly;
}

.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;
}

.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: 1%; /*BUG314663: modified max-height property from 687px to 750px, BUG317437: modified max-height*/
  transition: max-height 0.5s ease;
}

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

.mobileLinksFooter {
	padding-bottom:15px;
}

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

.languagesMobileFooter {
	text-align: center;
	font-size: 12px;
}

.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;
}

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

/* tablet */
@media screen and (min-width:768px) and (max-width: 1023.9px) {
	.landingPageFooter {
		min-height: 120px;
	}
	.landingTilesSection {
		margin-bottom: 26%;
	}
	.tabletLandingFooterLinks {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.tabletCopyFooterLandingLinks {
		display: flex;
		padding: 22px 0;
	}
	.landingFooterDividerTablet {
		display: flex;
		width: 724px;
		height: 0px;
		border: 2px solid #FFFFFF;
		transform: rotate(180deg);
	}
	.mobileLandingFooterLinks, .landingFooterDividerMobile {
		display: none;
	}
	.footer-col {
		width: 94%;
	}
	.tabletLandingLinks {
		justify-content: space-evenly;
		display: flex;
		width: 96%;
		padding-bottom: 20px;
	}
	div.tabletLandingFooterLinks {
	  transition: max-height 0.5s ease;
	  max-height: 0;
	  overflow: hidden;
	}
	div.tabletLandingFooterLinks.active {
	  max-height: 516px;
	  transition: max-height 0.5s ease;
	}
	
	#tabletCollapseFooter.active {
	  margin-bottom: 10px;
	}
	.landingPage {
		margin-bottom: 0 !important;
	}
	.mobileLinksFooter p {
		margin:9px 0;
		font-size:13px;
	}
	.languagesMobileFooter {
		text-align: center;
		font-size: 12px;
	}
	.mobileLinksFooter {
		padding-bottom:0;
	}
	.lineHeightLanguages {
		letter-spacing: -0.6px;
	}
	.landingFooterImg {
		display: inline-block;
		cursor: pointer;
		width: 20px;
	}
	.mobileLinksFooter {
		padding-bottom:0px;
	}
	.pageDiv404 {
	text-align: center;
	font-size: 16px;
	}
}

/* laptop */
@media screen and (min-width:1024px) {
	.landingPageFooter {
		min-height: 95px;
		left: 0;
	}
	.landingTitlesFooter {
		font-size: 13px;
	}
	.landingFooterLinks {
		display: flex;
		justify-content: space-evenly;
		flex-direction: row;
		text-align: left;
		padding: 0;
	}
	.landingFooterDivider {
		transform: rotate(180deg);
		height: 80%;
		display: flex;
		border-left: 2px solid #FFFFFF;
		margin-top: 13px;
	}
	.footer-col {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0;
	}
	.copyrightFooterLandingContainer {
		display: flex;
		padding-top: 30px;
		padding-left: 64px;
	}
	.copyFooterLanding {
		padding-right: 20px;
		font-size: 14px;
	}
	.landingPageFooter p {
		margin-top: 10px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.mobileCopyFooterLandingLinks, .mobileLandingFooterLinks,
	.landingFooterDividerMobile, .mobileLandingFooter,
	.tabletCopyFooterLandingLinks,
	.landingFooterDividerTablet {
		display: none;
	}
	.copyFooterLandingLinks {
		display: flex;
	}
	.desktopLandingFooter {
		display: flex;
		width: 30%;
	}
	.landingFooter-col {
		padding-left: 50px;
		float: right;
	}
	.languagesMobileFooter {
		text-align: center;
		font-size: 12px;
	}
	.mobileLinksFooter {
		padding-bottom: 0;
	}
	.mobileLinksFooter p {
		max-width: 200px;
        min-width: 100px;
        word-break: break-word;
        white-space: normal;
		font-size: 13px;
	}
}

@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%;
	}
}