@media (max-width: 768px) {
    .scrollfix { overflow: hidden!important; }
}

@media (min-width: 768px) {
    .cms-leftcolumn--wrapper { padding-top: 2rem; }
}

app-root > div > div.row.header { display: none; }

app-root > div > div.container > div.row.main > div.dropdown-section > div:not(:first-of-type) { display: none; }

app-root > div > div.container > div.row.main > div:not(:first-of-type) { display: none; }

app-root > div > div.container > div.row.main > div.dropdown-section > div.main-inner { margin-top: 20px!important; }

app-root > div > div.container > div.row.main > div.dropdown-section > div.row.main-inner > div.main-column { padding: 0px!important; }

app-root > div > div.container > div.row.main > div.dropdown-section > div.row.main-inner > div > app-empty-state-info { display: none; }

@media (min-width: 992px) {
	
	app-root > div > div.container > div.row.main > div.dropdown-section > div.row.main-inner > div.col-12.col-lg-5 { max-width: calc((( 100% - 15px ) / 12 ) * 7)!important; flex: 0 0 calc((( 100% - 15px ) / 12 ) * 7)!important;}

	app-root > div > div.container > div.row.main > div.dropdown-section > div.row.main-inner > div.col-12.col-lg-7 { max-width: calc((( 100% - 15px ) / 12 ) * 5)!important; flex: 0 0 calc((( 100% - 15px ) / 12 ) * 5)!important;}
	
	/*
	app-root > div > div.container > div.row.main > div.dropdown-section > div.row.main-inner > div.col-12.col-lg-5 { max-width: 100%!important; flex: 0 0 100%!important;}

	app-root > div > div.container > div.row.main > div.dropdown-section > div.row.main-inner > div.col-12.col-lg-7 { max-width: 100%!important; flex: 0 0 100%!important;}
	*/
}

div.sv-text-portlet-content > p > a { text-decoration: underline!important }

div.sv-text-portlet-content > p > a:hover { text-decoration: underline!important; text-decoration-thickness: 2px!important; }

app-root .loading-wrapper { display: none!important; }

h2.subheading { margin-left: unset; margin-right: unset; }