/* TEXT STYLES */

/* HOME: Programs */

.home .content-section .container-program {
	width: 100%;
	margin: 0;
	padding: 2% 4%;
	background-color: rgba(255,255,255,0.6);
}

.programs {
	width: 100%;
	margin: 0;
	padding: 0;
}

.home .content-section .container-program h2,
.programs h2 {
	font-size: 50px;
	line-height: 60px;
	color: #273890;
	text-transform: uppercase;
}

.programs .frame {
	width: 100%;
	margin: 0 0 4% 0;
	padding: 4% 4% 2% 4%;
	border: 1px solid rbga(32, 32, 32, 0.2);
}

.programs .frame .text-area {
	padding: 4% 2%;
	margin: 0 0 4% 0;
}

.programs .frame .text-area p {
	font-size: 20px;
	line-height: 28px;
	color: #292929;
	padding-bottom: 2%;
}

/* LEAD page */

.color-blue {color: #4171CC}
.color-teal {color: #03989E}
.color-purple {color: #6056BE}

.general .content-section .container .StateConference h1 {
	font-size: 80px;
	line-height: 90px;
	font-weight: 700;
	color: #4171CC;
	letter-spacing: normal;
}

.general .content-section .container .StateConference p span.subtitle1 {
	font-family: Helvetica, sans-serif;
	font-size: 42px;
	line-height: 52px;
	color: #03989E;
	letter-spacing: 0.2em;
}

.general .content-section .container .StateConference p span.subtitle2 {
	font-size: 44px;
	line-height: 54px;
	color: #6056BE;
}

.general .content-section .container .StateConference p span.subtitle3 {
	font-family: Helvetica, sans-serif;
	font-size: 21px;
	line-height: 31px;
	color: #03989E;
	letter-spacing: 0.2em;
}

.general .content-section .container .StateConference p.body {
	font-family: sans-serif;
	font-size: 34px;
	line-height: 44px;
	color: #292929;
}

.general .content-section .container .StateConference p.footer {
	font-family: sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #292929;
}


