  @charset "UTF-8";
body {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 0;
	font-family: helvetica, arial, verdana, sans-serif;
	color:#222;
	font-weight:lighter;
	font-size: 1em;
}


hr {border-bottom:4px solid #eaaa00;border-top:0;}

.container {
    background: #fff;
    margin: 0 auto;
	min-width:1000px;
}


.collegeName {
	display:none;

}







/* removed specialty menu css */

.alumni-menu {
     background: #eee none repeat scroll 0% 0%;
     height: 1.6em;
     margin: 0px auto;
     padding: 0px;
     text-align: center;
     width: 100%;
	 min-width:1000px;
	border-bottom:2px solid #eaaa00;	
}


.alumni-menu ul {
     margin: 0px;
  padding:.1em 0;
}

.alumni-menu a {
     color: #862633;
     text-decoration: none;
}

.alumni-menu a:hover {
     text-decoration: underline;
}

.alumni-list li {
     display: inline;
     font-family: geneva,tahoma,sans-serif;
     font-size: 1em;
     list-style-type: none;
     padding: 0px 26px;
}




/* needs cleanup conflicts with menu list */

ol li {
	font-size: 0.88em;
	font-size: 0.88em;
  letter-spacing: 0;
  line-height: 200%;
  color:#646469;
	opacity: 1;

}


img {
	border:0;
}
img a {
	border:0;
}


.editOne {
	width:98%;
	max-width:1200px;
	box-sizing:border-box;
	margin: 0 auto 20px auto;
	padding:0 10px;
	
}

.editTwo {
    margin: 0 auto;
	width:100%;
	padding: 0;
	box-sizing:border-box;
	
}

.editThree { }



.editOne a {
    color:#600;
	/*text-decoration: none;*/
}

.editOne a:hover {color: #600; text-decoration: underline;}


.editOne p {
	font-size: 0.98em;
  letter-spacing: 0;
  line-height: 200%;
  color:#434347;
	opacity: 1;
	line-height:180%;
}

.editOne p strong {
  	color:#444;

}


/* check to see if necessary */
.editOne .infoWrapper {width: 100%;display: block;box-sizing: border-box;padding-right:0;}
.collegeNews {display:none;}


/* */

/* the following items may not be necessary */
		.alumImg img {width:330px;float:right;margin:0 0 0 20px;display:block;}
		.galleryImg img {width:330px;float:left;margin:0 20px 0 0;display:block;}
		.collegePhotoButtons {min-height: 350px;}
/* */

.inPageBanner img {width: 100%;display: block;clear: both;padding: 30px 0;}
.inPageBanner img:hover {opacity:.84;}


.editTwoWrapper {text-align:left;width:100%; max-width:1200px;padding:10px;min-height: 180px;margin: 0 auto;box-sizing: border-box;}

.editTwo p {
	font-size: 0.98em;
  letter-spacing: 0;
    color:#434347;
	opacity: 1;
	text-decoration:none;
	line-height:180%;
}

.editTwo a {
    color:#600;
}

.editTwo a:hover {color: #600; text-decoration: underline;}


.editTwo p strong {
   /* font-weight:500;*/
    color:#444;
}

.editTwo a {text-decoration: none;}


/* tag line */

#tagline a {}
		
#tagline a:hover {text-decoration:underline;}

/* button addition */
	/* gray and maroon button classes */

.editOne .maroonButton {
	color: #fff;
    margin: 20px auto;
    text-align: center;
    font-weight: normal;
    background-color:#862633;
	border-radius: 16px;
	font-size: 1.6em;
	max-width:74%;
	min-width:240px;
	padding: 18px 34px;	
	box-sizing:border-box;
	display:table;
	text-decoration:none;	
}

.editOne .maroonButton:hover {background-color:#333;color:#fff;text-decoration:none;}
.editOne .maroonButton strong {color: #fff;}
		
.editOne .grayButton {
    color: #fff;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    background-color: #57575c;
	border-radius: 16px;
	font-size: 1.6em;
	max-width: 74%; 
	min-width:240px;
	padding: 18px 34px;
	box-sizing:border-box;
	display:table;
	text-decoration:none;
}
.editOne .grayButton:hover {background-color:#333;color:#fff;text-decoration:none;}
.editOne .grayButton strong {color: #fff;}		
		


.editOne .maroonButtonLeft {
	color: #fff;
	margin: 20px 20px 20px 0;    
	text-align: center;
    font-weight: bold;
    background-color:#862633;
	border-radius: 16px;
	font-size: 1.6em;
	max-width:74%;
	min-width:240px;
	padding: 18px 34px;	
	box-sizing:border-box;
	display:table;
	text-decoration:none;
	float: left;

}

.editOne .maroonButtonLeft:hover {background-color:#333;color:#fff;text-decoration:none;}
.editOne .maroonButtonLeft strong {color: #fff;}
		
.editOne .grayButtonLeft {
    color: #fff;
    margin: 20px 20px 20px 0;
    text-align: center;
    font-weight: bold;
    background-color: #57575c;
	border-radius: 16px;
	font-size: 1.6em;
	max-width: 74%; 
	min-width:240px;
	padding: 18px 34px;
	box-sizing:border-box;
	display:table;
	text-decoration:none;
	float: left;

}
.editOne .grayButtonLeft:hover {background-color:#333;color:#fff;text-decoration:none;}
.editOne .grayButtonLeft strong {color: #fff;}		




.editOne .maroonButtonRight {
	color: #fff;
	margin: 20px 0px 20px 20px;    
	text-align: center;
    font-weight: bold;
    background-color:#862633;
	border-radius: 16px;
	font-size: 1.6em;
	max-width:74%;
	min-width:240px;
	padding: 18px 34px;	
	box-sizing:border-box;
	display:table;
	text-decoration:none;
	float: right;

}

.editOne .maroonButtonRight:hover {background-color:#333;color:#fff;text-decoration:none;}
.editOne .maroonButtonRight strong {color: #fff;}
		
.editOne .grayButtonRight {
    color: #fff;
    margin: 20px 0px 20px 20px;
    text-align: center;
    font-weight: bold;
    background-color: #57575c;
	border-radius: 16px;
	font-size: 1.6em;
	max-width: 74%; 
	min-width:240px;
	padding: 18px 34px;
	box-sizing:border-box;
	display:table;
	text-decoration:none;
	float: right;

}
.editOne .grayButtonRight:hover {background-color:#333;color:#fff;text-decoration:none;}
.editOne .grayButtonRight strong {color: #fff;}		




/*editTwo*/

.editTwo .maroonButton {
	color: #fff;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    background-color:#862633;
	border-radius: 16px;
	font-size: 1.6em;
	max-width:74%;
	min-width:240px;
	padding: 18px 34px;	
	box-sizing:border-box;
	display:table;
	text-decoration:none;	
}

.editTwo .maroonButton:hover {background-color:#333;color:#fff;text-decoration:none;}
.editTwo .maroonButton strong {color: #fff;}
		
.editTwo .grayButton {
    color: #fff;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    background-color: #57575c;
	border-radius: 16px;
	font-size: 1.6em;
	max-width: 74%; 
	min-width:240px;
	padding: 18px 34px;
	box-sizing:border-box;
	display:table;
	text-decoration:none;
}
.editTwo .grayButton:hover {background-color:#333;color:#fff;text-decoration:none;}
.editTwo .grayButton strong {color: #fff;}		
		


.editTwo .maroonButtonLeft {
	color: #fff;
	margin: 20px 20px 20px 0;    
	text-align: center;
    font-weight: bold;
    background-color:#862633;
	border-radius: 16px;
	font-size: 1.6em;
	max-width:74%;
	min-width:240px;
	padding: 18px 34px;	
	box-sizing:border-box;
	display:table;
	text-decoration:none;
	float: left;

}

.editTwo .maroonButtonLeft:hover {background-color:#333;color:#fff;text-decoration:none;}
.editTwo .maroonButtonLeft strong {color: #fff;}
		
.editTwo .grayButtonLeft {
    color: #fff;
    margin: 20px 20px 20px 0;
    text-align: center;
    font-weight: bold;
    background-color: #57575c;
	border-radius: 16px;
	font-size: 1.6em;
	max-width: 74%; 
	min-width:240px;
	padding: 18px 34px;
	box-sizing:border-box;
	display:table;
	text-decoration:none;
	float: left;

}
.editTwo .grayButtonLeft:hover {background-color:#333;color:#fff;text-decoration:none;}
.editTwo .grayButtonLeft strong {color: #fff;}		




.editTwo .maroonButtonRight {
	color: #fff;
	margin: 20px 0px 20px 20px;    
	text-align: center;
    font-weight: bold;
    background-color:#862633;
	border-radius: 16px;
	font-size: 1.6em;
	max-width:74%;
	min-width:240px;
	padding: 18px 34px;	
	box-sizing:border-box;
	display:table;
	text-decoration:none;
	float: right;

}

.editTwo .maroonButtonRight:hover {background-color:#333;color:#fff;text-decoration:none;}
.editTwo .maroonButtonRight strong {color: #fff;}
		
.editTwo .grayButtonRight {
    color: #fff;
    margin: 20px 0px 20px 20px;
    text-align: center;
    font-weight: bold;
    background-color: #57575c;
	border-radius: 16px;
	font-size: 1.6em;
	max-width: 74%; 
	min-width:240px;
	padding: 18px 34px;
	box-sizing:border-box;
	display:table;
	text-decoration:none;
	float: right;

}
.editTwo .grayButtonRight:hover {background-color:#333;color:#fff;text-decoration:none;}
.editTwo .grayButtonRight strong {color: #fff;}		

	

/* button addition ends */


.contactBox {
	width:100%;
	background-color:#d0cecd;
	min-height:180px;
	display:block;
	border-top:1px solid #600;
	display:none;
}

.localTopnav {background-color: #862633;text-align:center;border-bottom:18px solid #64656a;border-top:4px solid #ccc;}
.localTopnav img {margin:0 auto;width:100%;max-width:600px;}

	.primaryImg img {width:100%;height:auto;}
	.angleBackground {background-image: url(/_resources/images/special-item/fff-angle.png);background-repeat: no-repeat;background-position: left top;background-size: 30%;background-color: #eee; display: block; width: 100%;}


#gray-button {
     background: #646469 none repeat scroll 0% 0%;
     border-radius: 10px;
     color: #fff;
     display: table;
     font-size: 1.6em;
     font-weight: bold;
     margin: 20px auto;
     padding: 30px 20px;
	letter-spacing:1px;
}
#gray-button {
     color: #fff;
     text-decoration: none;
}

#gray-button:hover {
     background: #660000 none repeat scroll 0% 0%;
     color: #fff;
     text-decoration: none;
}

#gray-button:visited {
     color: #fff;
}

/* for display and specific pages */


.displayTable {display:table;}
		




/* alternative h1 class*/
#altstyle {
	font-size: 2em;
	margin: 0;
	font-weight:normal;
	color: #333;
}
/*-- --*/


.container h1{
	font-size: 2.4em;
    color: #862633;
    margin: .4em 0 0 0;
    font-weight: lighter;
	font-family: Times,Times New Roman,Palatino,serif;

}


.container h2 {
	font-size: 2em;
	color: #862633;
	margin: .8em 0 .6em 0;
	font-weight:lighter;
	letter-spacing:-.04em;
	font-family: Times,Times New Roman,Palatino,serif;
	line-height: 1em;
}


.container h3{
	font-size: 1.8em;
	color: #434347;
	margin: .8em 0 .6em 0;
	font-weight:lighter;
	letter-spacing: -.03em;
	font-family: Times,Times New Roman,Palatino,serif;
}


.container h4{
	font-size: 1.3em;
	color: #333;
	margin: .8em 0 .6em 0;
	font-weight:lighter;
	letter-spacing:-.02em;
}

.container h5 {
	font-size: 1em;
	color: #000;
	margin: .7em 0 .5em 0;
	font-weight:bold;
	letter-spacing: -.01em;
}
.container h6 {
	font-size: .8em;
	color: #000;
	margin: .6em 0 .4em 0;
	font-weight:bold;
}


.container .home_content {
    margin: 0;
	width:100%; 
}
.container .feature_content {
    margin: 0 auto;
	width: 100%;
}
.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
#apply-button {
  color: #fff;
  padding: 20px;
  background-color: #600;
  text-align: center;
  text-decoration: none;
  display: block;
  max-width:320px;
  margin: 40px auto 0 auto;
	box-shadow: 4px 4px 6px #555;
}
#apply-button:hover {
  color: #fff;
  opacity: .5;
background-color:#000;
  text-decoration: none;
}
#apply-button:visited {
  color: #fff;
}

  /*mobile only menu*/

#mobile-nav-menu {margin-bottom:60px;}
#mobile-nav-menu input {font-size:16px;}

.navMenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #862633;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
	z-index:999;
	opacity:1;
}

.navMenu a {
    padding: 8px 8px 8px 0;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    display: block;
    transition: 0.3s;

}
.navMenu ul {padding:0;margin:0;list-style:none;}
.navMenu li a {text-align:left;width:100%;padding:10px 10px 10px 40px;display:block;}	   
.navMenu a:hover{color: #fff;background-color:#300;}

.navMenu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 500px) {
  .navMenu {padding-top: 15px;}
  .navMenu a {font-size: 18px;}
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd; 
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}

.panel p {margin:0;padding:20px;}
   
#mobile-nav-menu #m-cse-search-box {text-align:left;padding:20px 0 0 40px;}	   
	   
.mobile {display:none;}	   
	   
.widthScale60 {width:60%;height:auto;}
.widthScale100 {width:100%;height:auto;}		   


		/* toggle css begins here */	
.toggleWrapper {display:inline-block;text-align:left;padding:0;width:100%;box-sizing: border-box;}
.toggleTitle {margin: 0;padding:14px 8px 14px 60px;display:inline-block;font-size:1.6em;font-weight:lighter;color:#000;}
.toggleTitle:hover {color:#862633;}
.toggleTitle:active {color:#600;}
	
.editOne .toggleContent {display: none;color:#000;padding:10px 60px;font-weight:lighter;font-size: 1.1em;line-height: 140%;}
.editOne .toggleContent p {margin:0;}/*removed width percentage and top and bottom padding to reduce jump*/
.editOne .toggleContent a {color:#862633;text-decoration:none;}
.editOne .toggleContent a:hover {color:#862633;text-decoration:underline;}

.toggleButton {font-weight: lighter; padding: 0;cursor: pointer;display:inline-block;margin:10px 0;width:100%;max-width:80%;background-image:url(/_resources/images/special-item/right-arrow-large.png);background-repeat: no-repeat;background-size:5%;}
		
		
		
		
.toggleButtonOpen {font-weight: lighter; padding: 0;cursor: pointer;background:unset;background-image:url(/_resources/images/special-item/up-arrow-large.png);background-repeat: no-repeat;background-size:5%;}
	
/*.toggleButton:before {content:url(/_resources/css/right-arrow.png);border:0px solid #eee;padding:2px 8px 0 0;letter-spacing: 0;font-size:20px;color:#862633;width:}	
.toggleButtonOpen:before {content:url(/_resources/css/up-arrow.png);border:0px solid #ccc;font-size:20px;}*/


/* specialty menu */
.gold-menu {
     background-color: #eaaa00;
     min-height: 2em;
     margin: 0px auto;
	padding:4px 0;
     text-align: center;
     width: 100%;
	 min-width:1000px;
}


.gold-menu ul {
     margin: 0px;
  padding:.2em 0;
}

.gold-menu a {
	color: #862633;
     text-decoration: none;
}

.gold-menu a:hover {
    text-decoration: none;
	color: #000;
}

.gold-menu-items li {
     display: inline;
     font-size: 1.4em;
     list-style-type: none;
     padding: 0px 1.8em;
	font-weight:bold;
		color:#862633;
}
/* specialty menu ends */


















	   
	   


/* starts media queries */

@media screen and (min-width: 1000px) {
	.container {min-width:1000px;}
	
}








@media screen and (max-width: 999px) {
	.container {min-width:100%;}
	.nav_header_bg {max-width:999px;min-width:auto;}
	.persistent_header {width:769px;margin:0 auto;padding:4px 0 0 0;}
	#persistent-nav-menu-wrapper-hover {margin:0 auto;}
	#persistent-nav-menu-wrapper-hover .nav-col-1 {margin:0;width:128px;padding:0 0 0 8px;box-sizing:border-box;}
	#persistent-nav-menu-wrapper-hover .nav-col-2 {margin:0;width:120px;padding:0 0 0 8px;box-sizing:border-box;}
	#persistent-nav-menu-wrapper-hover .nav-col-3 {margin:0;width:100px;padding:0 0 0 8px;box-sizing:border-box;}
	#persistent-nav-menu-wrapper-hover .nav-col-4 {margin:0;width:110px;padding:0 0 0 8px;box-sizing:border-box;}
	#persistent-nav-menu-wrapper-hover .nav-col-5 {margin:0;width:120px;padding:0 0 0 8px;box-sizing:border-box;}
	#persistent-nav-menu-wrapper-hover .nav-col-6 {margin:0;width:110px;padding:0 0 0 8px;box-sizing:border-box;}
	#persistent-nav-menu ul {padding:0;font-size:.8em;}
	#persistent-nav-rolldown {width:auto;padding:0;margin:8px 0 0 0;}
	#eulm {padding:0;position:absolute;right:20px;}
	
	
	.header_bg {min-width:auto;width:100%;}
	.header_bg .header {width:auto;}/*check if not right*/
	.header_bg #logo-mark {margin:0 auto;display:block;}
	.header .bannerblock {margin:-80px 6px 0 0; }
	
	/* local menu */
	
.alumni-menu {display:block;min-width:100%;width:100%;height:auto;padding:.25em 0;}
	.alumni-menu .alumni-list {width:100%;display:inline;}
	.alumni-menu .alumni-list li {display:inline;width:100%;padding:0 .5em;}

	

	/*.editOne, .editTwo {width:100%;}*/
	

	
	.slider-wrapper {width:100%;padding-left:0;}

	.footer-content {width:100%;}
	.footer {padding:10px 0;}
	.footer-menu1 {width:14%;}
	.footer-menu2 {width:14%;}
	.footer-menu3 {width:14%;}
	.footer-menu4 {width:14%;}
	.footer-logo img {margin:0 auto;display:block;padding:0 4px;}
	.footer-bottom {padding:10px 0;width:100%;}
	
	
	/* specialty menu */
	.gold-menu {display:block;min-width:100%;width:100%;height:auto;padding:.25em 0;}
	.gold-menu .gold-menu-items {width:100%;display:inline;}
	.gold-menu .gold-menu-items li {display:inline;width:100%;padding:0 .7em;}
}
	
	
	
	
@media screen and (max-width: 992px) {

	.toggleWrapper {padding:0 0 0 2%;}
	.toggleWrapper .toggleTitle {padding: 0 8px 14px 60px;}
}	
	

	
@media screen and (max-width: 768px) {
	
	
	body {min-width:300px;}
	
	.mobile {display:inline;}	 
	
	.nav_header_bg {display:none;}
	.header_bg {height:80px;min-height:80px;min-width:100%;width:100%;}
	.header_bg .header {width:auto;padding:3px 100px 0 100px;box-sizing:border-box;}
	.header_bg #logo-mark {margin: 0 auto;display:block;height:74px;width:auto;}
	.header .bannerblock {display:none} /*these items need to be added to the mobile menu*/

	.container {max-width:768px;width:100%;}
	
	/* local menu */
.alumni-menu {padding:0;display:block;height:auto;min-width:100%;width:100%;}
	.alumni-menu  .alumni-list {width:100%;display:inline;}
	.alumni-menu  .alumni-list li {display:block;width:100%;border-top:1px solid #fff;margin:0;padding:6px 0;}
	.alumni-menu  a {width:100%;padding:0;display:block;}
	

	
	.widthScale60 {width:60%;height:auto;}
	
	.editOne {margin: 0;}
	.editOne .infoWrapper {width: 100%;display: block;}
	.editOne .resourcesBlock {width: 100%;display: block;background-color: #d3d3d3;padding: 4px 20px;border-top: 12px solid #eaaa00;}
	
	
	.editTwoWrapper {min-height: 100px;}
	
		/* the following two may not be necessary */
	.alumImg img {width:330px;float:none;margin:0 auto 20px auto;}
		.galleryImg img {width:330px;float:none;margin:0 auto 20px auto;}

	
	.footer {width:100%;}
	.footer-content {width:80%;font-size:110%;}
	.footer-menu1 {width:100%;padding: 0;margin:0;display:block;text-align: center;vertical-align:top;border:0;}
	.footer-menu2 {width: 100%;padding: 0;margin:0;display:block;text-align: center;vertical-align:top;border:0;}
	.footer-menu3 {width: 100%;padding: 0;margin:0;display:block;text-align: center;vertical-align:top;border:0;}
	.footer-menu4 {width: 100%;padding: 0;margin:0;display:block;text-align: center;vertical-align:top;border:0;}
	.footer-logo {width:100%; display:block;}
	.footer-logo img {margin:0 auto;display:block;border-top:1px solid #aaa;border-bottom:1px solid #aaa;padding:10px 0;}
	
	
	.toggleWrapper .toggleTitle {padding: 0 8px 14px 40px;}
	.editOne .toggleContent {padding:10px 40px;}
	
	/* specialty menu */
	.gold-menu {padding:0;display:block;height:auto;min-width:100%;width:100%;}
	.gold-menu  .gold-menu-items {width:100%;display:inline;}
	.gold-menu  .gold-menu-items li {display:block;width:100%;border-top:1px solid #fff;margin:0;padding:6px 0;}
	.gold-menu  a {width:100%;padding:0;display:block;text-decoration:none;}

	
}

@media screen and (max-width: 576px) {
.toggleWrapper .toggleTitle {
    padding: 2px 8px 14px 30px;}
}
	
@media screen and (max-width: 460px) {
		
			.toggleButton {max-width:none;background-size:6%;}
	.toggleContent {padding:10px 0;}
}
	


/* ends intial media queries */



/* added three up images for linking images with hover */

.thirdsLinks 
		{
    width: 33%;
    height: auto;
    margin: 0;
	padding:8px;
	box-sizing:border-box;
		
}
	.thirdsLinks:hover 
		{
    opacity:.8;	
}	
	@media screen and (max-width: 768px) {
		.thirdsLinks {width: 100%;height: auto;margin: 0 auto;}
}


/* added three up images no hover */

.thirds {width: 33%;height: auto;margin: 0;}
		
		
hr {width: 99%;margin-left:0;}		

@media screen and (max-width: 768px) {
		.thirds {width: 100%;height: auto;margin: 10px auto;}
}








