@charset "UTF-8";
/* CSS Document */

.about img{
	
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.area select{
	
	display: none;
	
}

.program-body select{
	
	display: block;
	font-family: Verdana, andes_bookbook, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: -0.05em;
	background-color: rgba(1,1,1,0);
	width: 100%;
	color: rgba(0,0,0,.3);
	border: 1px solid rgba(0,0,0,.3);
	margin-bottom: .2em;
	font-weight: bold;
	padding: .6em;
	border-radius: 3px;

}

span.area{
	
	/*width: 63.133%;*/
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	/*padding-left: 36.867%;*/
	padding-top: .6em;
	padding-bottom: .5em;
	text-transform: uppercase;
	text-align: center;
	
}

span.area-alt{
	width: 84%;
	padding-left: 16%;
	text-align: left;
	
}

h2.area{
	
	text-transform: uppercase;
	font-size: 1.5em;
	
}

h3.area{
	
	text-transform: none;
	font-size: 4.8em;
	letter-spacing: 0em;
	line-height: 1em;
	padding-bottom: .1em;
	width: 90%;
	
}

.closer{
	
	width: 68%;
	padding-top: 4em;
	padding-bottom: 4em;
	padding-right: 16%;
	padding-left: 16%;
	text-align: center;
	
}


.cover{
	
	background-repeat: no-repeat;
	background-size: cover;
	height: 25em;
	position: relative;
	background-color:black;
	
}

.cover-covid{
	
	background-repeat: no-repeat;
	background-size: cover;
	height: 10em;
	position: relative;
	background-color:black;
	
}

div.events-body, div.program-body{
	
	background-color: white;

}

.events-body{
	
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: center;
	
}

.events-body img{
	
	text-align: center;
	align-content: center;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 2em;
		
}

.events-body h2{
	
	color: #F7941D;
	font-size: 2em;
}

.events-body p{
	
	padding-bottom: 1em;
	line-height: 1.5em;
	
}

.events-body section{
	
	margin-left: 16%;
	width: 70%;
	text-align: left;
	vertical-align: top;
	
}

p.hook{
	
	font-family: andesextrabold, Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	line-height: 1.2em;
	padding-bottom: .5em;
	
}

.program-body{
	
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: center;
	
}

.program-body a{
	
	text-decoration: underline;
	text-decoration-style: dashed;
	text-underline-position: under;
	color: rgba(150,150,150,1.00);
	
}

.program-body h2{
	
	color: #eb4e2d;
	font-size: 2em;
}

.program-body p{
	
	padding-bottom: 1em;
	line-height: 1.5em;
	
}

.program-body li{
	
	line-height: 1.5em;
	
}

.program-body ul{
	
	padding-bottom: 1em;
}

.program-body nav h3{
	
	padding-left: 5%;
	font-size: 1em;
}

.program-body nav li{
	
	padding-top: .8em;
	padding-bottom: .8em;
	padding-left: 5%;
	list-style: none;
	text-decoration: none;
	font-family: andes_bookbook, Helvetica, Arial, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-weight: bold;
	color: rgba(150,150,150,1.00);
	transition: background-color 0.2s ease, color 0.2s ease;
	
	
}

.program-body nav a{
	
	text-decoration: none;

}

.program-body nav, div.space{
	
	display: inline-block;
	width: 19.95%;
	text-align: left;
	vertical-align: top;
	margin-right: .917%;
	max-width: 300px;
	
}

.program-body section, .title-container{
	
	width: 47.29%;
	text-align: left;
	vertical-align: top;
	max-width: 700px;
	display: inline-block;
	
}

.program-body section li{
	
	color: rgba(60,60,60,1.00);
	font-family: andes_bookbook, Helvetica, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: .01em;
	margin-left: 5%;
	
}

.program-footer{
	
	padding-top: 2em;
	padding-bottom: 1em;
	text-align: center;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	
}

.program-footer h3{
	
	color: #fff;
	
}

.program-footer ul{
	padding-top: .3em;
}

.program-footer li{
	
	list-style-type: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .1em;
	margin-left: .6em;
	margin-right: .6em;
	margin-top: .3em;
	transition: color 0.3s ease;

}

.program-footer li:hover{
	
	color: #fff;

}

div.right-sidebar{
	
	display: inline-block;
	width: 10%;
	text-align: left;
	vertical-align: top;
	margin-left: .917%;
	max-width: 300px;
	
}

img.right-sidebar{
	
	width: 100%;
	margin-top:.5em; 
	margin-bottom: 1em;

}

.table{
	
	display: table;
	table-layout: fixed;
	width: 100%;
	
}

.cell-two, .cell-three{
	
	display: table-cell;

}

.cell-three h3{
	
	color: #fff;
	font-size: 5em;
	letter-spacing: normal;
	text-transform: none;
	line-height: 1.1em;
	
}

.cell-three h4{
	
	color: #fff;
	font-size: 2em;
	line-height: .8em;
	
}

.stats{
	
	display: table;
	table-layout: fixed;
	width: 100%;
	
}

.left{
	
	border-right: solid #fff 3px;
	padding-right: 1%;
	
}

.right{
	
	border-left: solid #fff 3px;
	padding-left: 1%;
	
}

.right-large{
	
	border-left: solid #fff 3px;
	padding-left: 1%;
	
}

.right h3{
	
	padding-top: .2em;
	padding-bottom: .2em;
	font-size: 2.5em;
	line-height: 1.1em;
	
}

.right-large h3{
	
	padding-top: .2em;
	padding-bottom: .2em;
	line-height: 1.1em;
	
}

div.action{
	
	padding-top: 3em;
	text-align: center;

}

a.action{
	
	margin-right: .5%;
	margin-left: .5%;
	
}

.video{
	
	width: 100%;
	vertical-align: top;
	padding:0 !important;
	
}

.video-page{
	
	margin-top: 1em;
	margin-bottom: 2em;
	
}

section.quote{
	
	vertical-align: middle;
	width: auto;

	
}

.quote h3{
	
	text-align: right;
	padding-left: 40%;
	padding-right: 5%;
	margin-top: 1em;
}

.quote p{
	
	color: #fff;
	text-align: right;
	font-size: 2.5em;
	padding-left: 40%;
	padding-right: 5%;
	line-height: 1em;
	
	
}

.quote p b{
	
	color: #fff;
	text-align: right;
	font-family: andesextrabold, Helvetica, Arial, sans-serif;
	font-weight: normal;
	
	
}

.no-nav{
	
	padding-left: 20.867%;
	width: 68.157%;
	
}

.center {
	
	padding-left: 6%;
	padding-top: .5em;
	padding-bottom: .5em;
	position: static;
	
}

.two-column{
	
	width: 48%;
	vertical-align: top;
	
}

.two-column-left{
	
	margin-right: 2%;
	width: 48%;
	vertical-align: top;
	
}

h1.white-text, h2.white-text, h3.white-text, h4.white-text, p.white-text{
	
	color: #fff;
	
}

a.white:hover{
	
	background-color: #fff;
	border: 1px #fff solid;
}

section#terri{
	
	margin: none;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0em;
	display: table;
	table-layout: fixed;
	width: 100%;
	
}

/*img, div.terri{
	
	display: table-cell;
	width: auto;
	vertical-align: middle;

	
}*/

div.terri-image{
	
	background-image: url("../assets/images/legacy/Terri-Cruz.jpg");
	background-position: 50% 35%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 31%;
	display: table-cell;
	vertical-align: middle;
	
}

img{
	
	width: 100%
	
}

div.terri{
	
	padding-left: 3%; 
	padding-right: 6%;
	background-color: #eb4e2d;
	padding-bottom: 2em;
	padding-top: 2em;

}

#terri h2{
	
	color: white;
	font-size: 3em;
	letter-spacing: 0em;
	border-bottom: 1px white solid;
	padding-bottom: .3em;
	margin-bottom: .5em;
	text-transform: none;
	
}

#terri p{
	
	margin-bottom: 1em;
}

@media screen and (max-width: 1331px){
	
	h2.area{
	
		font-size: 1.4em;
	
	}
	
	span.area-alt{
	width: 94%;
	padding-left: 6%;
	text-align: left;
	
	}
	
	h3.area{
	
		font-size: 4em;
	
	}
	
	h3.smaller{
	
		font-size: 3em;
	
	}
	
	.quote p, .quote h3{

		padding-left: 29%;

	}
	
	.closer{
	
		width: 88%;
		padding-right: 6%;
		padding-left: 6%;

	}
	
	.events-body section{
	
		display: block;
		width: 100%;
		margin-left: 0%;

	}
	
	.events-body{
		
		width: 88%;
		padding-right: 6%;
		padding-left: 6%;
		
	}
	
	#terri h2{
	
	font-size: 2em;
	padding-bottom: .3em;
	margin-bottom: .5em;
	
}

.terri li{
	
	font-size: 1.25em;
	
}

	}

@media screen and (max-width: 1071px){

	h2.area{
		
		font-size: 1.3em;
	}
	
	h3.area{
	
		font-size: 3.6em;
	
	}
	
	h3.smaller{
	
		font-size: 2.7em;
	
	}
	
	.closer{
	
		width: 94%;
		padding-right: 3%;
		padding-left: 3%;

	}
	
	.quote p, .quote h3{

		padding-left: 15%;

	}
	
	.quote p {
	
		font-size: 2em;
		
	}

	

	}

@media screen and (max-width: 908px){
	
	span.area{
		
		padding-left: 16%;
		width: 84%;
		text-align: left;
		
	}
	
	span.area-alt{
	width: 94%;
	padding-left: 6%;
	text-align: left;
	
	}
	
	h2.area{
		
		display: none;
		
	}
	
	.area select{
		
		display: block;
		font-family: andes_bookbook, Helvetica, Arial, sans-serif;
		font-size: 1em;
		letter-spacing: .125em;
		background-color: rgba(1,1,1,0);
		width: 16em;
		color: #eb4e2d;
		border: 1px solid rgba(255,255,255,.2);
		margin-bottom: .2em;
		font-weight: bold;
		padding: .5em;
	
	}
	
	.cell-two{
		
		display: block;
		
	}
	
	.cover{
	
	height: 15em;
	
	}	

	
	p.hook {
	
		font-size: 2em;
		
	}
	
	.program-body{
		
		width: 68%;
		padding-right: 16%;
		padding-left: 16%;
		
	}
	
	
	
	.program-body nav, div.space{
	
		display: none;

	}
	
	.program-body section{
	
		display: block;
		width: 100%;
		margin-left: 0%;

	}
	
	.program-footer li{
	
	font-size: 1em;

	}
	
	.program-footer li:hover{
	
	color: #fff;

	}

	
	.quote p, .quote h3{

		text-align: left;
		padding-left: 16%;
		padding-right: 16%;

	}
	
	section.quote{
	
		padding-top: 4em;
		padding-bottom: 4em;
	
	}
	
	header nav.black a{
	
		color: #fff;

	}
	
	.title-container{
		
		width: 100%;
	}
	
	#terri h2{
	
	font-size: 1.5em;
	
}

	}

@media screen and (max-width: 749px){
	
	div.action{
	
	padding-top: 1em;

	}
	
	a.action{
		
		display: inline-block;
		margin-bottom: 1em
		
	}
	
	h3.area{
	
		font-size: 3em;
	
	}
	
	h3.smaller{
	
		font-size: 2.5em;
	
	}
	
	.cell-three{
		
		display: block;
		
	}
	
	.cell-three h3{
	
	font-size: 4em;
	line-height: 1em;
	margin-bottom: 0em;
	padding-bottom: 0em;
	
	}
	
	.closer{
	
	padding-top: 3em;
	padding-bottom: 3em;
	
	}
	
	.right h3{
	
	padding-top: 0em;
	padding-bottom: 0em;
	font-size: 2em;
	line-height: 1.1em;
	
	}
	
	.right-large h3{
	
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 1.1em;
	
	}
	
	p.hook, .quote p{
	
		font-size: 1.5em;

	}
	
	.left{
		
		border-right: none;
		border-bottom: solid #fff 3px;
		padding-bottom: 2em;
		width: 40%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0%;
		padding-left: 0%;
		
	}
	
	.middle{
	
		padding-top: 2em;
		padding-bottom: 2em;
		margin-left: auto;
		margin-right: auto;
		
	}
	
	.right{
		
		border-left: none;
		border-top: solid #fff 3px;
		padding-top: 2em;
		padding-bottom: 1em;
		width: 40%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		padding-left: 0;
		
		
	}
	
	.right-large{
		
		border-left: none;
		border-top: solid #fff 3px;
		padding-top: 2em;
		padding-bottom: 1em;
		width: 40%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		padding-left: 0;
		
		
	}
	
	.two-column{
		
		display: block;
		width: 100%;
	}
	
	.two-column-left{
		
		display: block;
		width: 100%;
		margin-right: none;
	}

	#contact p, #contact h3, #contact h4{
		
		text-align: center;
	}
	
	#contact h3{
		
		padding-bottom: .8em;
	}

	}

@media screen and (max-width: 539px){
	
	span.area{
		
		padding-left: 6%;
		width: 94%; 
		
	}
	
	span.clear{
		
		padding-left: 16%;
		width: 84%;
		
	}
	
	
	h3.area{
	
		font-size: 2.5em;
	
	}
	
	.cell-three h3{
	
	font-size: 3em;
	line-height: 1em;
	
	}
	
	.closer{
	
	padding-top: 2em;
	padding-bottom: 2em;
	
	}
	
	.right h3{
	
	padding-top: 0em;
	padding-bottom: 0em;
	font-size: 2em;
	line-height: 1.1em;
	
	}
	
	.right-large h3{
	
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 1.1em;
	
	}
	
	.left{
		
		width: 50%;
		padding-bottom: 1em;
		
	}
	
	.middle{
		
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	.right{
		
		width: 50%;
		padding-top: 1em;
		
	}
	
	.right-large{
		
		width: 50%;
		padding-top: 1em;
		
	}
	
	.program-body, .events-body{
		
		width: 88%;
		padding-right: 6%;
		padding-left: 6%;
		
	}
	
	.program-footer li{
	
	display: block;

	}
	
	.events-body section, .program-body section{
		
		margin: none;
		padding: none;

	}

	.quote p,  .quote h3{

		padding-left: 6%;
		padding-right: 6%;

	}	
	
	div.terri-image{
		display: none;
	}
	
	.terri h2{
		text-align: center;
	}
	
	.terri ul{
		text-align: center;
	}
	
	.terri li{
		
		display: inline-block;
		padding-left: 1em;
		padding-right: 1em;
		
	}

}
