@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Source+Sans+Pro:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');
@import url("css/cagov.core.css");
@import url("css/colorscheme-CDFW.css");
@import url("css/skin.css");
@import url("css/container.css");
@import url("css/modules.css");
@import url("css/system.css");
@import url("css/custom.css");


/* Hide Admin Elements when persona bar 9.0 and up */
.hideAdmin {
	position: fixed;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: maroon;
	z-index: 999999;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.hideAdmin:before {
	content: 'H';
	color: #FFF;
}
/* evoq 7 */
body#Body.clearPreview #Form {
	margin: 0 !important;
}
.clearPreview #ControlBar_ControlPanel {
	display: none;
}
.TitleContentpane .dnnFormMessage.dnnFormInfo,
.clearPreview .TitleContentpane .dnnFormMessage.dnnFormInfo {
	display: none;
}
/* evoq 9 and up */
body#Body.clearPreview {
	margin: 0 !important;
}
.clearPreview .personalBarContainer {
	display: none !important;
}
.clearPreview .personalBarContainer ~ .siteWrapper #dnnMegaMenu {
	margin: 0 !important;
}
/* some space for the footer on edit mode */
.dnnEditState .personalBarContainer ~ .siteWrapper {
	margin-bottom: 90px;
}

.changeTheme {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.changeTheme select {
	margin: 5px;
	opacity: 0.5;
}
.changeTheme select:hover {
	opacity: 1;
}









