/* Mass Shootings page */
.share-a li {
	position: relative;	
}

.share-a li i {
	font-size: 21px;
	float: left;
	left: 13px;
	top: 12px;
	display: inline-block;
	line-height: 38px;
}



.page-template-template-mass-shootings {
	
	padding-bottom: 0;	
	width: 100%;
}

.page-template-template-mass-shootings .search-wrapper {
	overflow: hidden;
}

.mass-shootings-page {
	text-align: center;
}

.mass-shootings-page article .header {
	text-align: center;
}

.mass-shootings-page article .footer {
	text-align: left;	
}

.slides .header span {
	font-weight: bold;
	font-size: 19px;
}

body {
	background-color: transparent !important;
}
.share-a { position: relative; padding: 40px 0; background: #1e252d; color: #fff; }
 .share-a .container { padding: 0 10px; width: 100% !important; }
  .share-a p { margin: 0 0 20px; font-size: 20px; }
   .share-a p span { display: block; }
  .share-a ul { list-style: none; margin: -20px -10px 0; padding: 0; font-size: 0; letter-spacing: -1em; }
   .share-a li { display: inline-block; border: 1px solid transparent; border-width: 20px 10px 0; color: #fff; font: 14px/38px "Open Sans",sans-serif; letter-spacing: 0; vertical-align: top; text-transform: uppercase; }
    .share-a li a { display: block; min-width: 170px; height: 46px; padding: 0 10px; border: 3px solid #fff; color: #fff !important; text-decoration: none !important; }
    .share-a li.download a { min-width: 220px; }
   

    /* .share-a li a:before { float: left; content: ''; width: 24px; height: 20px; margin: 10px 5px 0 0; background: url(../images/share-a-icons-a.png) 50% 0 no-repeat; }
     .share-a li.twitter a:before { background-position: 50% -20px; }
     .share-a li.download a:before { background-position: 50% -40px; }
	*/

@media screen and (min-width: 600px) {
 .share-a li a:hover { opacity: 0.9; border-color: #ec3029; background-color: #ec3029; text-decoration: none; }
}
@media screen and (max-width: 599px) {
.share-a { padding: 20px 0; }
 .share-a p { font-size: 15px; }
  .share-a p span { display: inline; }
 .share-a ul { margin: -10px -5px 0; }
  .share-a li { border-width: 10px 5px 0; /*font-size: 14px; line-height: 32px;*/ display: block; margin-top: 10px;}
   .share-a li a { min-width: 0; /*height: 36px;*/ }
   .share-a li.download a { min-width: 0; }
    .share-a li a:before { margin: 5px 5px 0 -8px; -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }
    .share-a li a.active { opacity: 0.9; border-color: #ec3029; background-color: #ec3029; text-decoration: none; }
}

.anim-a {
	padding: 40px 0;
}


.mass-shootings-page nav a em {
	color: #222;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.mass-shootings-page nav a:visited, html nav a:hover {
	text-decoration: none;
}

.anim-a h1 {
	margin: 0 0 20px;
	padding: 0 15px;
	color: #1c2332;
	font: 36px/1 "VinylOT-Regular",Helvetica,Arial,sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

.anim-a h1 a {
	color: #1c2332;
	font: 36px/1 "VinylOT-Regular",Helvetica,Arial,sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}
.anim-a h1 a:hover {
	text-decoration: none;
	color: #ec3029;
}

.copy-after .wrapper p {
	line-height: 20px;
}

@media screen and (max-width: 599px)
{
	.anim-a h1 {
		font-size: 30px;
	}

	.copy-after .wrapper p {
		line-height: 18px;
	}
}




.copy-after .wrapper p {
	text-align: left;
}

svg .label.fat tspan {
	font-weight: 400;
}

.petition h2 {
	margin-top: 41px;
}

.copy-link-message {
	display: none;
	position: absolute;
	color: #005286;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	top: 50px;
	width: 100%;
	text-align: center;
	font-weight: 600;
}

.petition aside.mobile {
	display: none;
}


/* Responsive form fields for last slide */
@media screen and (max-width: 599px) {
	.petition form {
		width: 100%;
	}

	.petition h2 {
		padding-left: 0;
		text-align: center;
		margin-bottom: 10px;
	}

	.petition aside {
		display: none;
	}

	.petition aside.mobile {
		display: block;
		float: none;
		text-align: center;
	}

	.petition [type="text"], .petition [type="email"], .petition [type="tel"], .petition [type="number"] {
		float: none;
		width: 100%;
	}

	.petition .half + .half {
		float: none;
	}

	#petition-form fieldset{
		padding: 10px;
		margin-top: 0;
	}

	.petition label.checkbox span span {
		display: block;
		margin-top: 15px;
	}
	.petition .submit {
		margin-top: 50px;
	}

	.petition label.checkbox {
		margin: 10px;
	}
}

.branding .container {
	width: 100%;
}

@media screen and (max-width: 380px) {
	.copy-after .value {
		font-size: 55px;
	}

	.svg-container.petition-slide {
		height: 280px;
	}

}

.mass-shootings-page .copy-before p p {
	display: block;
}

.hidden {
	display: none;
	visibility: hidden;

}

.page-template-template-mass-shootings .svg-container .not-visible {
	
	display: none;
}

@media screen and (max-width: 599px) {
	.page-template-template-mass-shootings .svg-container  {
		/*height: 460px;*/
	}

}

/* @media screen and (max-width: 599px) { */
	.page-template-template-mass-shootings .svg-container > nav >.replay {
		display: none !important;
	}

/*}*/
