@charset "utf-8";
/* CSS Document */
#faqSection0Container,
#faqSection1Container,
#faqSection2Container,
#faqSection3Container,
#faqSection4Container{
	display: none;
}
#cookies,
#resetPassword,
#contentAccessLevels,
#noAccessContent,
#switchOrganization{
	border: 2px solid transparent;
}
#cookies:hover, #cookies:focus-within,
#resetPassword:hover, #resetPassword:focus-within,
#contentAccessLevels:hover, #contentAccessLevels:focus-within,
#noAccessContent:hover, #noAccessContent:focus-within,
#switchOrganization:hover, #switchOrganization:focus-within{
	cursor: pointer;
	border-color: #305a30;
}
.containerWidth100 .cardDetailsCotnainer{
	justify-content: flex-start;
}
.contactBlickelMessage{
	margin-bottom: 13px;
}
.contactButton{
	margin-left: 33.33%;
}

/* responsive screen code */
@media only screen and (min-width: 1500px) {
/* Extra large devices (large laptops and desktops, 1500px and up) */	
}
@media only screen and (max-width: 1499px) {
/* Extra large devices (large laptops and desktops, 1200px and up) */	
}
@media only screen and (max-width: 1199px) {
/* Large devices (laptops/desktops, 992px and up) */
}
@media only screen and (max-width: 991px) {
/* Medium devices (landscape tablets, 768px and up) */
	.contactButton{
		width: 66.66%;
		margin-left: 16.66%;
	}	
} 
@media only screen and (max-width: 767px) {
/* Small devices (portrait tablets and large phones, 600px and up) */
}
@media only screen and (max-width: 600px) {
/* Extra small devices (phones, 600px and down) */
	.contactButton{
		width: 100%;
		margin: 0;
	}
}
@media only screen and (max-width: 400px) {
/* Super Extra small devices (phones, 400px and down) */
}