@charset "UTF-8";
/* CSS Document */

.DigitalCitizenshipBtns .margin-left-for-cards {
    margin-right: 0;
}


.DigitalCitizenshipBtns  .card {
	background: white;
	margin-bottom: 1em;
	
}

.DigitalCitizenshipBtns .card a {
	color: black;
	text-decoration: none;
text-align: center;
font-family: 'Open Sans', sans-serif;
	   border: 1px solid #bbb;
   /* box-shadow: 0 8px 6px -6px rgba(170,170,170,1);
	-webkit-box-shadow: 0 8px 6px -6 rgba(170,170,170,1);*/
	width:100%;
	padding-top: 150px;
	display: block;

}
.DigitalCitizenshipBtns  .card a:hover {
	box-shadow: 3px 3px 8px hsl(0, 0%, 70%);
	color:#fff;
}

.DigitalCitizenshipBtns  .card-content {
	padding: 0em 1.4em 1.4em;
}

.DigitalCitizenshipBtns .card-content h2 {
	margin-top: 0;
	margin-bottom: .5em;
	font-weight: normal;
	
}

.DigitalCitizenshipBtns  .card-content p {
	font-size: 100%;
}


.DC-Copyright a {
	background: #ffffff url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Copyright-BTN-home.png) no-repeat center -1px;

	} 
	
	
.DC-Copyright a:hover {
	background:#222222 url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Copyright-BTN-home.png) no-repeat center -1px;	
} 


.DC-Defamation a {
	background: #ffffff url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Defamation-BTN-home.png) no-repeat center -1px;

	} 

.DC-Defamation a:hover {
	background:#222222 url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Defamation-BTN-home.png) no-repeat center -1px;
	
	} 
	
	
.DC-DigitalDivide a {
	background: #ffffff url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-DigitalDivide-BTN-home.png) no-repeat center -1px;

	} 

.DC-DigitalDivide a:hover {
	background:#222222 url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-DigitalDivide-BTN-home.png) no-repeat center -1px;
	
	} 
	.DC-FakeNews a {
	background: #ffffff url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-FakeNews-BTN-home.png) no-repeat center -1px;

	} 

.DC-FakeNews a:hover {
	background:#222222 url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-FakeNews-BTN-home.png) no-repeat center -1px;
	
	} 
	.DC-Harrassment a {
	background: #ffffff url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Harrasment-BTN-home.png) no-repeat center -1px;

	} 

.DC-Harrassment a:hover {
	background:#222222 url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Harrasment-BTN-home.png) no-repeat center -1px;
	
	} 
	.DC-Health a {
	background: #ffffff url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Health-BTN-home.png) no-repeat center -1px;

	} 

.DC-Health a:hover {
	background:#222222 url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Health-BTN-home.png) no-repeat center -1px;
	
	} 
	.DC-NetNeutrality a {
	background: #ffffff url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-NetNeutrality-BTN-home.png) no-repeat center -1px;

	} 

.DC-NetNeutrality a:hover {
	background:#222222 url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-NetNeutrality-BTN-home.png) no-repeat center -1px;
	
	} 
	.DC-Privacy a {
	background: #ffffff url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Privacy-BTN-home.png) no-repeat center -1px;

	} 

.DC-Privacy a:hover {
	background:#222222 url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Privacy-BTN-home.png) no-repeat center -1px;
	
	} 
	.DC-Security a {
	background: #ffffff url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Security-BTN-home.png) no-repeat center -1px;

	} 

.DC-Security a:hover {
	background:#222222 url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-Security-BTN-home.png) no-repeat center -1px;
	
	} 
	

	.DC-SocialMedia a {
	background: #ffffff url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-SocilaMedia-BTN-home.png) no-repeat center -1px;

	} 

.DC-SocialMedia a:hover {
	background:#222222 url(https://libapps-ca.s3.amazonaws.com/customers/4393/images/DC-SocilaMedia-BTN-home.png) no-repeat center -1px;
	
	} 
	
	
	@media screen and (min-width: 40em) {
.DigitalCitizenshipBtns .cards { display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
}

.DigitalCitizenshipBtns .card {
	/*flex: 0 1 calc(50% - .5em);*/
	display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
	width: calc(50% - .5em);
	margin-bottom:1em;
	
}
		.DigitalCitizenshipBtns .margin-left-for-cards {
    margin-right: 0;
}


}

/*@media screen and (min-width: 48em) {


.DigitalCitizenshipBtns .cards { 	
margin-top: inherit;
justify-content:flex-start;

}

.DigitalCitizenshipBtns .card {
	margin-bottom:1em;
	width: calc(25% - .5em);	
	 
	}

.DigitalCitizenshipBtns .margin-left-for-cards {
    margin-right: 0.5em;
}

}*/

@media screen and (min-width: 71em) {


.DigitalCitizenshipBtns .cards { 	
margin-top: inherit;
}

.DigitalCitizenshipBtns .card {
	/*flex: 0 1 calc(33% - .5em);*/
	width: calc(33% - .5em);	
	 
	}
	
/*	.DigitalCitizenshipBtns .margin-left-for-cards {
    margin-right: 0.5em;}*/



}