@font-face{
		font-family: MuseoLight;
		src: url('Museo-100.otf');
	}
@font-face{
		font-family: MuseoBold;
		src: url('Museo-700.otf');
	}
@font-face{
		font-family: Helvetica;
		src: url('Helvetica.dfont');
	}

/*Media Queries
@media only screen and (min-width: 320px) {
	#vp{
	font-family: MuseoLight; 
	color: #EB3C24; 
	font-size: 100%; 
	}
	.downsize{
		height: 50%; 
		width: 50%; 
	}
	.littlebit{
	padding: none;  
	}
}
@media only screen and (min-width: 480px) {
	#vp{
	font-family: MuseoLight; 
	color: #EB3C24; 
	font-size: 150%; 
	}
}
@media only screen and (min-width: 768px) {
	#vp{
	font-family: MuseoLight; 
	color: #EB3C24; 
	font-size: 200%; 
	}
}
@media only screen and (min-width: 1024px) {

.carousel{
	width: 100%; 
	height: 100%; 
}
*/
.carousel-caption {
	display: inline-block;
	top:0;
	left: 0; 
	padding-left: 5%; 
	padding-top: 5%; 
	bottom: auto; 
	text-align: left;
	position: absolute;

}

/* Declare heights because of positioning of img element */

.slider-head{
	font-family: MuseoBold; 
	color: white; 
	
}
.slider-sub{
	font-family: MuseoLight; 
	color: white;
}

#ML{
	font-family: MuseoLight; 
	color: white; 
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
height: 370px;
width: 960px;
line-height: 1;
width: 100%; // Add this
}

.partners{
	margin-top: 3%;  
	border-style: solid; 
	border-width: 3px; 
	border-color: #7C7C7C; 
	padding-bottom: 7px; 
	padding-top: 5px;
	margin-bottom: 3%;  
}

.merit-logo{
	margin-top: 5px; 
	margin-bottom: 10px; 

}

/*Valued Partners of Merit*/
#vp{
	font-family: MuseoLight; 
	color: #EB3C24; 
	
}

img.sm{
 	display: inline-block;
 	margin-left: auto; 
 	margin-right: auto;  
 	max-width:70%;
	max-height:70%; 
	vertical-align: middle;
}

#parahead{
	font-family: MuseoLight; 
	color: #0069A6; 
	font-size: 250%
}

.underline{
	height: 1px; 
	width: 100%;
	margin-left: auto;
    margin-right: auto; 
	background-color: #7C7C7C; 
	margin-bottom: 10px; 
}
.underline-part{
	height: 1px; 
	width: 100%; 
	background-color: #7C7C7C; 
}

#connect{
	font-family: MuseoLight; 
	font-size: 150%;  
	color: white; 
	text-align: center;
	margin-top: 1%; 
}
.littlebit{
	padding-right: 2%; 
	padding-left: 4%; 
	padding-bottom: 2%; 
	padding-top: 2%; 
}
.littlebitless{ 
	padding-left: 5%; 
	padding-bottom: 2%; 
	padding-top: 2%; 
}

.btn-danger{
	background-color: #EB3C24; /*Merit Red*/
	font-family: MuseoLight; 
	border-color: none; 
}
.btn:focus {
  outline: none;
}

.gradient{
	min-width: 278px; 

	height: 106px;   
	background-image: url('gradient.png');
	  
}

i{
	color: white; 
}
.button-center{
	position: relative;
    top: 50%;
    transform: translateY(-50%);   
}

.vertical-center{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.nh{
	clear: both; 
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.element {
  .center-block();
}

.partnership{
	font-family: Helvetica; 
	font-size: 12pt; 
	padding-top: 16px; 
	color: #4D4D4D; 
}
.logo-list img {width:100%;height:auto;}
.logo-list li {padding-bottom:1%}
.left{
	float: left;
}

.center{
	
	clear: both; 
}
.right{
	
	clear: both; 
}
.footer{
	margin-top: 20px; 
	margin-bottom: 20px; 
}
.calpad{
	padding-top: -5px; 
}



