body {
	font-family: 'Open Sans' , serif;
	color:#333;
}

/****** Cover ********/
#video-bg {
    position: fixed; 
    bottom: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height:100%;
    z-index: -100;
    background: transparent no-repeat;
    background-size: cover;
    top: 101px;
}
.homepage-cover-wrapper{
	-moz-osx-font-smoothing:auto;
	font-smooth: auto;
	-webkit-font-smoothing: auto;
}
.homepage-cover-wrapper {
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	height: auto;
	width: 100%;
	display: inline-block;
	background-position: bottom;
	padding-top: 150px;
}
.homepage-cover-wrapper, .main-branding-photo, body, html {
	height: auto;
}
.chief-brand-message {
	max-width: 1300px;
	margin: auto;
	float: none;
	text-align: center;
	padding-top: 100px;
    padding-bottom: 700px;
}
.chief-brand-message-inner {
	position: relative;
}
.chief-brand-message .font2{
	font-size:30
	px;
	font-family: 'Roboto Slab' , serif;
	font-weight: bold;
}


.chief-brand-message-inner h1 {
    font-weight: bold;
	color: #314d64;
	font-family: 'Roboto Slab' , serif;
	text-shadow: 3px 3px #fff;
}

.chief-brand-message h2{
	font-size: 60px;
	color: #314d64;
	text-shadow: 3px 3px #fff;
	font-family: 'Roboto Slab' , serif;
	font-weight: 700;
	margin-bottom:25px;
	margin-top:0px;
}
.chief-brand-message small {
    font-size: 25px;
    color: #314d64;
    text-shadow: 1px 1px #fff;
    display: block;
    padding-bottom: 30px;
    font-weight:700;
}
.homepage-cover-wrapper .btn-lg{
	background:#bc204b;
	padding: 15px 50px;
	border:1px solid #bc204b;
	color:#fff;
}

.homepage-cover-wrapper .btn-lg:hover, .homepage-cover-wrapper .btn-lg:active, .homepage-cover-wrapper .btn-lg:focus {
	background:#fff;
	color:#bc204b;
}
/******* Styles for the down arrow ***********/

.down-arrow{
	padding-top:60px;
}

/****** Overall Panels ********/
.home-panels{
	-moz-osx-font-smoothing:auto;
	font-smooth: auto;
	-webkit-font-smoothing: auto;
}
.panel {
	box-shadow: none;
}
.home-panels {
	position: relative;
	overflow: hidden;
	font-family: 'Open Sans' , serif;
}
.home-panels .panel {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	padding: 50px 0;
}
.home-panels main h2 {
	font-weight: 600;
	font-size: 36px;
	font-family: 'Roboto Slab' , serif;
}
.home-panels main p {
	font-weight: 300;
	font-size: 22px;
	color: #333333;
}
/****** Panel 1 ********/

.panel1 {
	text-align: center;
	background: #fff;
}
.panel1 h2 {
	color:#314d64;
	padding-bottom: 10px;
	margin-top: 0px;
	font-weight:bold;
}
.panel1 h2 span {
	color:#bc204b;
}
.panel1 .btn-row a{
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
}
.panel1 .btn-lg p{
		font-size: 12px;
		color: #fff;
		margin:auto;
		font-weight:600;
}
.panel1 .btn-lg {
	background: #314d64 none repeat scroll 0 0;
	font-size: 12px;
	color: #fff;
	border: 1px solid #314d64;
	width: 100%;
	padding: 15px 15px;
	margin-top: 40px;
	height:165px;
}
/*no icon fix */
.panel1 div.bottom .btn-lg {
    display: flex;
}

.panel1 .btn-lg:hover, .panel1 .btn-lg:active, .panel1 .btn-lg:focus {
	background: #333;
}
.panel1 .btn-lg img{
	padding-bottom:15px;
	}
/****** Panel 2 ********/

.panel2 {
	text-align: center;
	background: #fff url("../jpg/panel2_bg.jpg") no-repeat 100% 0%;
	background-size: cover;
}
.panel2 h2 {
	color: #314d64;
	padding-bottom: 10px;
	margin-top:0px;
	font-weight:bold;
}

.panel2 .btn-lg {
	background: #bc204b none repeat scroll 0 0;
	font-size: 16px;
	font-weight:600;
	color: #fff;
	border: 1px solid #bc204b;
	padding: 15px 15px;
	margin: 20px 0px;
	width:100%;
}
.panel2 .btn-lg:hover, .panel2 .btn-lg:active, .panel2 .btn-lg:focus {
	background: #fff;
	color:#bc204b;
}
.panel2 .white-bg {
	background-color: #fff !important;
	padding: 35px 40px;
	border-radius:20px;
}
.panel2 img {
	padding-bottom:15px;
}
/****** Panel 3 ********/

.panel3 {
	text-align: left;
	background: #fff;
}
.panel3 h2 {
	color: #bc204b;
	font-size: 36px;
	font-weight:bold;
} 
.panel3 h2 span{
	color:#314d64;
}

.panel3 .btn-lg {
	display:inline-block;
	width: 250px;
	margin: 20px 0px;
	background:transparent;
	border:1px solid #314d64;
	color:#314d64;
	font-weight: 600;
}
.panel3 .btn-lg:hover, .panel3 .btn-lg:active, .panel3 .btn-lg:focus {
	background: #314d64;
	color:#fff;
}
.panel3 .quote-bg p{
	color:#fff;
}
.panel3 .quote-bg img{
	display:inline-block;
	position: absolute;
	top: 20px;
	left: 175px;
}
.panel3 .quote-bg{
	background:#314d64;	
	color:#fff;
	margin-top:55px;
	padding:40px;	
	border-radius:10px;
	
}
.panel3 .portrait{
	width:100%;
}
/****** Panel 4 ********/
.panel4 {
	text-align: left;
}
.panel4 h2 {
	color: #314d64;
} 
.panel4 h2 span{
	color:#bc204b;
}
.panel4 .flex{
 	display: flex;
 	flex-direction: column;
 	justify-content: center;
	border-left:5px solid #314d64;
	height:50px;
}
.panel4 h3{
	font-size:20px;
	color:#bc204b;
	font-weight:600;
	padding-left:10px;
	margin-bottom: 0;
	margin-top: 0;
}
.panel4 .bottom p{
	margin-top:20px;
	font-size:20px;
}

.panel4 .bottom{
	margin-top:15px;
}
/****** Panel 5 ********/
.panel5 h2 {
	color:#bc204b;
} 
.panel5 h2 span{
	color:#314d64;
}
.panel5 small {
    font-size: 20px;
    color: #333;
    font-weight: 200;
    padding: 0px 0px 0px 10px;

}

.panel5 .logo i {
	color:var(--nittany-navy)
}

.panel5 .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px;
}
.panel5 h3{
	color:#bc204b;	
	font-size:20px;
}
.panel5 p{
	font-size:20px;
}

/****** Media Queries ********/

@media (max-width: 1200px) {}
@media (max-width: 1600px) {}
@media (max-width: 1500px) {}
@media (max-width: 1400px) {}
@media (max-width: 1300px) {}
@media (min-width: 1200px) {}
@media (max-width: 1200px) {
	.panel1 .btn-lg p {
    	font-size: 10px;
    }
}
@media (min-width: 991px) {}
@media (max-width: 991px) {
	.chief-brand-message {
		padding-top:100px;
		padding-bottom: 600px;
	}
	.chief-brand-message h2{
		font-size:40px;
		
	}
	.panel1 .btn-lg p {
    font-size: 16px;
    }
	.panel3 {
		text-align: center;
	}
	.panel3 .quote-bg img{
		display:none;
	}
	.panel3 .portrait{
		width:auto;
	}
	.panel5 .text-left {
		text-align: center;
	}
	.panel5 .logo {
		justify-content: center;
	}
	.panel5 .logo:last-child {
		margin-bottom:50px;
	}
}
@media (min-width: 767px) {}
@media (max-width: 767px) {
	.chief-brand-message {
	   	padding-top: 70px;
	   	padding-bottom: 300px;
	}
}
@media (max-width: 670px) {}
@media (max-width: 566px) {
	.panel3 .btn-lg {
		width:100%;
	}
	.chief-brand-message h2{
		font-size:40px;
	}
	.chief-brand-message .font2{
		font-size:30px;
	}
}
@media (max-width: 480px) {}
@media (max-width: 320px) {}
