#uc-emergency {
	 display: none;
}
h1 {
	font-size: 36px;
}
h2 {
	 margin-top: 35px;
}

h3 {
	 margin-top: 35px;
	 font-size: 21px;
}

/* === RESOURCES BAR ====== */

#resources {
	background-color: #eee;	
	padding: 15px 15px 5px 15px;
	margin: 25px 0 35px 0;
}
#resources .audience {
	display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   line-height: 2rem;
}
#resources .title {
	color: #6b6b6b;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 20px;
}
#resources .link {
	text-decoration: underline;
	margin-right: 20px;
}	

@media (max-width: 960px) {
	.sidebar-section {
		 padding-left: 20px !important;
	}
}
@media (max-width: 767px) {
	#resources .title {
		width: 100%;
	}
}
@media (max-width: 530px) {
	 .title-header-large {
		 line-height: 1.25em;
	}
}
@media (max-width: 480px) {
	 .title-header-large {
		 display: none;
	}
	 .title-header-short {
		 line-height: 1.25em;
	}
}

/* === RESPONSIVE VIDEO ====== */

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    padding: 25px 0 30px 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}