/*
Specific css for AEM pages (common pages)
*/


#cookieDiv > .u-bgcolor-alpha-dark{
	background-color:rgb(65,64,66) !important;
}

#flashWarning{
	display: none;
}

#cookieDiv div h4{
	font-size: 16px;
}

#cookieDiv div p{
	font-size: 14px;
}

#cookieDiv div p a{
	font-size: 14px;
}

/* applet specific*/

@media (max-width: 768px) {
	.applet-secure{
		margin:0;
	}

	#cookieDiv div h4{
		font-size: 14px;
	}

	#cookieDiv div p{
		font-size: 12px;
	}

	#cookieDiv div p a{
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.applet-secure{
		margin:0 10% 0 10%;
	}

	.c-alert--cookie {
		max-height: 80px
	}
}

@media (max-width: 32.5em){
	.c-alert--cookie__title-responsive {
		font-size: 14px !important;
	}
}

/*
Cookie reformat
*/

.c-alert--cookie {
	/*max-height: 120px*/
}

.u-bgcolor-alpha-base {
	background-color: #FFF;
	color:#AAA;
}

#cookieDiv div p a:hover{
	color:#DC241C;
}

#cookieDiv div button{
	font-size: 14px;
	font-weight: normal !important;
	color:#AAA;
	border-color: #AAA;
	border-width: 1px;
}

#cookieDiv div button:hover{
	color:#DC241F;
	border-color: #DC241F;
}

#cookieDiv .c-icon.c-icon--info-large {
	background-size: 35px;
	background-position: center center;
}

#cookieDiv > p {
	margin-bottom: 0 !important;
}

/* quick temporary fixes*/

/* FAQ quick restyling */
.faq-title{
	font-size: 18px;

}

