.banner2 .banner-background {
	background-color: #287DA6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

#about-list {
	margin-top: 30px;
}

#about-list li {
	list-style: none;
	font-weight: bold;
	margin: 10px 0;
}

#about-list li[data-target] {
	cursor: pointer;
}

.about-section {
	display: none;
}

.about-intro, .about-content {
	font-size: 1.2em;
	padding: 20px 0;
	color: #565656;
}

.about-title1 {
	margin-top: 10px;
	font-size: 1.4em;
	color: #565656;
}

.about-title2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #9D2933;
	font-family: Isaosa-Regular
}

.about-title3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Isaosa-Regular
}

.about-intro-img {
	background-color: #287DA6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.hr1 {
	margin: 10px 0;
}

.about-content ul {
	padding-left: 20px;
}

.about-section p {
	margin: 2px 0;
}

.about-section a {
	color: #565656;
	text-decoration: none;
}

.about-section a:hover {
	color: #363636;
}

@media screen and (min-width: 1200px) { 

	.about-intro, .about-content {
		font-size: 1.3em;
	}

}
