.groupBox.default-main-container {
	border-radius: 8px;
	background-color: #FFF;
}

.landing-color-new, .landingTilesSection.newLandingTilesSection {
  background-color: #F5F5F5;
}

.landingMainPageContainer {
	padding: 24px 0px 0px 0px;
}

.landingMainContentContainer .btn.btn-link {
    color: #0A58CA !important;
    white-space: nowrap;
    display: inline-flex;
    padding: 8px 16px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4.8px;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    margin: 0px !important;
}

.landingMainContentContainer .btn.btn-link:hover {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.landingBreadCrumbs {
    padding: 0px 8px;
}

.landingBreadCrumbs-divisor {
    padding: 0px 8px;
}

.landingBreadCrumbs-text-muted {
	color: #6a6c6e !important;
}

.btn.btn-link.landingBreadcrumb-btn-link {
	font-size: 16px !important;
	padding-top: 4px !important;
	padding-left:0px !important;
	padding-right:0px !important;
	text-decoration-line: underline !important;
	font-family: SourceSans3;
}

.landingScreenHeader {
    margin-top: 25px;

}

.landingScreenHeader .pageHeading{
	padding-top: 24px;
	padding-bottom: 24px;
	gap: 16px;
	display: flex; 
	flex-direction: column;
	justify-content: space-between; 
	width: 100%;
}

.landingScreenHeader H2{
	font-weight: 400;
	font-size: 48px;
	padding-left: 0px;
	line-height: 120%;
	color:#01384D;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
}

.landingScreenHeader .header-btn-secondary{
	height: 48px;
	width: 248px;
	display: flex !important;
	gap: 8px;
	justify-content: center;
	align-items: center;
	border-radius: 4.8px;
	white-space: nowrap;
	margin-left: auto;
}

.header-btn-secondary-label{
	font-size: 20px !important;
}

.pageHeadingButton {
	padding: 8px 16px;
}

.pageHeadingButton-mobile {
	display: none !important;
}

.landingBreadcrumbs {
	padding-top:24px; 
	padding-bottom:24px;
	margin-top:21px;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 150%;
	letter-spacing : 0;
}


.newLandingTilesSection {
	padding:24px 72px 0px 72px !important;
	display: flex;
}

.landingMainContentContainer {
	max-width: 100%; 
	padding:0px !important; 
	margin: 0px;
}

.pageHeadingTitle {
	padding: 0px;
	align-self: center;
	font-family: SourceSans3 !important;
}

.headerSection {
	display: flex; 
}

.headerDescription{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	font-family:SourceSans3;
}

.footer-layout-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0;
	vertical-align: middle;
}

/**Tablet**/
@media screen and (min-width:768px) and (max-width:1023px) {
	.landingMainPageContainer {
		padding: 0px;
	}
	
	.landingScreenHeader H2{
		font-weight: 700;
		font-size: 28px;
	}
	
	.header-btn-secondary{
		height: 38px !important;
		width: 202px !important;
	}
	
	.header-btn-secondary-label{
		font-size: 16px !important;
	}
	
	.landingBreadcrumbs{
		padding-bottom:12px;
		padding-top: 12px;
        margin-top: 33px;
	}
		
	.newLandingTilesSection {
		padding: 12px 12px 40px 12px !important;
	}
	
	.footer-layout-title {
		font-size: 16px;
	}
}

/**Mobile**/
@media only screen and (max-width: 767px){
	.landingMainPageContainer {
		padding: 0px;
	}
	
	.landingScreenHeader .header-btn-secondary{
		height: 48px;
		width: 100%;
		display: flex !important;
		gap: 8px;
		justify-content: center;
		align-items: center;
		border-radius: 4.8px;
		margin-top:16px;
		margin-bottom:16px;
		font-size: 16px !important;
	}
	
	.header-btn-secondary-label{
		font-size: 16px !important;
	}
	
	.landingScreenHeader H2{
		font-weight: 700;
		font-size: 24px;
	}
	
	.landingBreadcrumbs {
		padding-bottom:12px;
		padding-top: 12px;
        margin-top: 48px;
	}
	
	.pageHeadingButton {
		display: none;
	}

	.pageHeadingButton-mobile{
		display: block !important;
	}
	
	.newLandingTilesSection {
		padding: 12px 12px 40px 12px !important;
	}
	
	.headerSection{
		display: flex;
		flex-direction:column; 
	}
	
	.pageHeading{
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	
	.footer-layout-title {
		font-size: 16px;
	}
	
	
}