/**
* CSS Styles for the UBS Citizenlink
*
* @package CITIZENLINK
* @subpackage UBS
* @platform MOBILE
* @customer Eastern Adams County Metro District
* @site UTILITY
* @author PR
* @since 04/03/2024
*/

@import url(https://fonts.googleapis.com/css?family=Oswald);

body
{
	background: white !important;
	font-family: Oswald,sans-serif;

}


#mHeaderContainer
{
	top: -65px;
	left: -0px;
	position: relative;
	width:100%;
	height:100px;
	color: white;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
		
	background-color: #333333;
	
}

#mTitleText
{
	position: relative;
	top: 0px;
	font-size: 18px;
}

@media ( min-width: 50em ) {

#mTitleText
{
	font-size: 32px;
}

}
#mHeaderSubText, #mHeaderText
{
	font-family: Oswald,sans-serif;
	font-size: 24px;
	position:relative;

	text-align: center;
	
}

#landing-page-text tbody.adg-custom-format
{
    background: white;
}

#landing-page-text .lang-group-visible
{
    display: block;
}

#landing-page-text .lang-group-hidden
{
    display: none;
}

#landing-page-text .lang-group-button
{
    text-align: right;
    width: 100%;
}

