<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document for It Matters section only  */

/* begin home page CSS */

.bullying-banner {
	background-color:#3E72E3;
	color:white;
	margin:0;/* margins must be zeroed out on background color rows */
	padding:0;
	
}

.banner-container.row {
	height:160px;
	margin-bottom:0;
	padding-bottom:0;
}

.banner-images {
	position: relative;
	background-position:right;
	background-repeat:no-repeat;
	-webkit-background-size: auto !important;
	   -moz-background-size: auto !important;
		 -o-background-size: auto !important;
			background-size: auto !important;
     margin:0;
     padding:0;
}

.banner-images img{
	position: relative;
	margin:0;
	height: 100%;
	
}


.tagline {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:40px;
}


.banner-container h2 {

	margin:0;
	padding-top:20px;
	color:#ffffff;
	cursor:pointer;
	
}

.bullying-large-banner-p{
	font-size:38px;
	line-height:38px;
}

@media (max-width:1024px){
	.bullying-large-banner-p{
		font-size:25px;
		line-height:25px;
	}
	
	.banner-container h2 {

		font-size: 2.3em;

	}
}








</pre></body></html>