html, body {
	margin: 0;
	padding: 0;
}

/*base H1 CSS*/
h1{
	color: #FFFFFF;
	font-family: Bookman Old Style;
	font-size: 30pt;
	font-weight: bold;
	margin: 0 0;
}

/*base h2 CSS*/
h2{
	color: #FFFFFF;
	font-family: Bookman Old Style;
	font-size: 20pt;
	font-weight: bold;
}

/*base paragraph CSS*/
p{
	color: #ffffff;
	font-size: 15pt;
	font-family: arial, verdana;
}

/*Text on red background class name CSS*/
.red_back{
	color: #ffffff;
}

.li_red_back{
	color:#ffffff;
	font-family: arial, verdana;
	font-size: 15pt;
}

.li_red_back2{
	color:#ffffff;
	font-family: arial, verdana;
	font-size: 12pt;
	text-align: left;
}

/*Text on white background class name CSS*/
.white_back{
	color: #000000;
}

.li_white_back{
	color: #000000;
	font-family: arial, verdana;
	font-size: 15pt;
}

/*Text on collapsible menu white background class name CSS*/
.collapse_white_back{
	color: #C4262E;
}

/*start of login header CSSS*/
.loginheader{
	background-color: #C4262E;
	height: 92px;
	width: 100%;
	position: fixed;
	top: 0px;
	margin: 0 0 50px 0;
	overflow: hidden;
	padding: 0 20px 0 0;
}

.login {
	font-weight: bold;
	float: right;
	margin: 15px 10px;
}
/**/
.general_button {
    background-color: #c4262e;
    border: none;
	border-radius: 20px;
    color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.general_button_white {
    background-color: #FFFFFF;
    border: none;
	border-radius: 20px;
    color: #c4262e;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
/**/


.button {
    background-color: #FFFFFF; 
	border: none;
	border-radius: 8px;
    color: #000000;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 8px 2px;
    cursor: pointer;
	float: right;
	font-family: arial, verdana;
	font-weight: bold;
	height: 40px ;
	font-size: 12pt;
}

.button:hover {
	background-color:#ACC0C6;
	color:#000000;
}
/*end of login header CSS*/

/*beginning of links that are part of a list*/
#link_list li{
	color:#ffffff;
}

#link_list a{
	color:#ffffff;
	font-family: arial, verdana;
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
	width: 25%;
}
/*Ending of links that are part of a list*/

/*Start header CSS*/
.header {
    /*background-image: url("Images/TUNNEL_HEADER_IMAGE_2_opacity.jpg"); MAY OR MAY NOT DELETE THIS */
	background-color: #FFFFFF;
	background-size: cover;
	text-align: center;
	margin: 0 auto;
	margin-left: 20px;
	overflow: hidden;
	margin-top: 130px;
}

/* Start of navigation CSS the header*/
#nav {
	width: 1200px;
	margin: 0 auto;
	list-style: none;
}

#nav li {
	float: left;
	font-family: arial, verdana;
	font-weight: bold;
}

#nav a {
	display:block;
	text-align:center;
	width: 165px; /* fixed width */
	text-decoration:none; 
}
/*End of navigation CSS in header*/

/* dropdown menu CSS */

li a, .dropbtn {
    display: inline-block;
    color: #000000;
    text-align: center;
	width: 165px; 
    padding: 10px 0px;
    text-decoration: none;
}

li.dropdown {
    display: inline-block;
	width:165px;
}

/* drop down full menu background color */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #acc0c6;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* drop down menu text color */

.dropdown-content a {
    color: #000000;
	font-size: 16px;
    text-decoration: none;
    display: block;
}

/* drop down menu text hover  color */
.dropdown-content a:hover {
	color: #93E4FA;
}

/* background of drop down link */

.dropdown-content a:hover {
	background-color: #999999;
	min-width: 165px;
	max-width: 180px;
}

.dropdown:hover .dropdown-content {
    display: block;
}
/* End of header CSS*/

/* Start of the image below the navigation CSS. image will be different for ever page*/
.sourcecontainer{
	height: 600px;
	background-color: #333333;
	background-size:cover;
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	position: center;
}

.sourcecontent{
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: center;
}

/*beginning of table css for the "For Students" page*/
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
/*Ending of table css for the "For Students" page*/

/*SLIDESHOW BEGINNING*/
* {
	box-sizing: border-box;
	}
	
body {
	font-family: Verdana, sans-serif;
	}
	
.mySlides {
	display: none;
	}
	
img {
	vertical-align: middle;
	}

/* Slideshow container */
.slideshow-container {
  background-size:cover;
  position: relative;
  margin: auto;
  max-height: 600px;
  overflow: hidden;
  position: center;
}

.slideshow-container-new-int{
  background-size:cover;
  position: relative;
  margin: auto;
  max-height: 1430px;
  overflow: hidden;
  position: center;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 30pt;
  font-weight: bold;
  text-shadow: 3px 3px #000000;
  padding: 8px 12px;float
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 9pt;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px 10px 0px;
  background-color: #C4262E;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from  {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*SLIDESHOW ENDING*/

/*
.homecontainer{
	height: 600px;
	background-image: url("../images/cropped_students.jpg");
	background-size:cover;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: center;
}

.homecontent{
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: center;
}
*/

.ep_experiencecontainer{
	height: 600px;
	background-image: url("../images/ep_experience.jpg");
	background-color: #ACC0C6;
	background-size:cover;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: center;
}

.ep_experiencecontent{
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: center;
}

.student_workcontainer{
	height: 600px;
	background-image: url("../images/student_work_space/student_work_banner.jpg");
	background-color: #ACC0C6;
	background-size:cover;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: center;
}

.student_workcontent{
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: center;
}

 .showstuicon{
 	margin-right: 10px;
 	margin-left: 0px;
	float: left;
 }

.sp19showcase_container{
	height: 600px;
	background-image: url("../images/sp2019_showcase/sp19shwcase_banner.jpg");
	background-color: #c4262e;
	background-size:cover;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: center;
}

.sp19showcase_content{
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: center;
}

.showstuinfo{
	background-color: #c4262e;
	width: 280px;
	margin-left: 300px;
	margin-top: 0px;
	padding: 0 auto;
	position: center;
}

.facultycontainer{
	height: 600px;
	background-image: url("../images/cropped_faculty.jpg");
	/*background-color: #ACC0C6;*/
	background-size:cover;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: center;
}

.facultycontent{
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: center;
}

.supportcontainer{
	height: 600px;
	background-image: url("../Images/support.png");
	background-color: #ACC0C6;
	background-size:cover;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: center;
}

.supportcontent{
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: center;
}

.contactcontainer{
	height: 600px;
	background-image:url("../Images/7_CONTACTS1.jpg");
	background-color: #ACC0C6;
	background-size:cover;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: center;
}

.contactcontent{
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: center;
}
/*End of the image below the navigation CSS*/


/*Beginning of maincontent of page CSS*/
.container1{
	height: 100%; /* should be 100%; if image is in background*/
	background-color:#c4262e;
	/*background-image: url("../Images/cars_lights_school.png");
	background-size: cover;*/
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	position: center;
	overflow: hidden;
}

.content1{
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: center;
}

.support_col1{
	margin: 0 auto;
	margin-left: 20px;
	padding: 5px;
	width: 550px;
	height: 100%;
	float: left;
}

.support_col2{
	margin: 0 auto;
	margin-left: 40px;
	padding: 5px;
	width: 550px;
	height: 100%;
	float: left;
}

.container2{
	height: 100%; /* should be 100%; if image is in background*/
	background-color:#ffffff;
	/*background-image: url("../Images/cars_lights_school.png");
	background-size: cover;*/
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	position: center;
	overflow: hidden;
}

.content2{
	width: 1200px;
	margin: 0 auto;
	margin-bottom:0px;
	padding: 0 auto;
	position: center;
}


.studenteps_content


.video{
    margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}


.studenteps{
}


/*beginning of consultant bio CSS*/
.con_container{
	/*background-color:#333333;*/
	width: 1200px;
	height: 425px;
	margin: 0 auto;
}

.con_pic{
	background-color: #c4262e;
	width: 310px;
	height: 398px;
	padding: 5px 5px;
	margin: 0 auto;
	margin-left: 5px;
	float: left;
}

.con_info{
	background-color: #ffffff;
	border-color: #c4262e;
	width: 875px;
	height:415px;
	padding: 0px 15px;
	margin: 0 auto;
	margin-left: 0px;
	float: left;
}

/*ending of consultant bio CSS*/


.container3{
	height: 100%; /* should be 100% to include all content in this container*/
	background-color:#c4262e;
	/*background-image: url("../Images/cars_lights_school.png");
	background-size: cover;*/
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	position: center;
	overflow: hidden;
}

/*beginning of content in container 3 CSS*/
.content3{
	width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: center;
}

.createcol{
	height: 100%;
	width: 250px;
	float: left;
	margin: 0 auto;
	margin-left: 45px;
	padding: 5px 0px;
}

.createicon{
	margin-left: 40px;
}

.editcol{
	height: 100%;
	width: 250px;
	float: left;
	margin: 0 auto;
	margin-left: 45px;
	padding: 5px 0px;
}

.editicon{
	margin-left: 40px;
}


.publishcol{
	height: 100%;
	width: 250px;
	float: left;
	margin: 0 auto;
	margin-left: 45px;
	padding: 5px 0px;
}

.publishicon{
	margin-left: 45px;
}

.sharecol{
	height: 100%;
	width: 250px;
	float: left;
	margin: 0 auto;
	margin-left: 40px;
	padding: 5px 0px;
}

.shareicon{
	margin-left: 40px;
}
/*end of content in container 3 CSS*/


/*beginning of collapsible content on "For Faculty" page*/
.accordion {
    background-color: #eee;
    color: #000000;
	font-size: 15pt;
	font-family: arial, verdana;
	font-weight: bold;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
} 
/*End of Collapsible content on "For Faculty" page*/


.container4{
	height: 100%; /* should be 100%; to include all content in this container*/
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	position: center;
	overflow: hidden;
	
}

.content4{
	width: 1200px;
	margin: 0 auto;
	position: center;
	padding: 5px 5px;
}
/* beginning of content in container 4*/
 .c447col{
 	/*background-color:#333333;*/
	height: 100%;
	width: 350px;
	float: left;
	margin: 0 auto;
	margin-left: 25px;
	padding: 5px 10px;
 }
 
 .c447icon{
 	margin-left: 80px;
 }
 
 .b121col{
 	/*background-color:#333333;*/
	height: 100%;
	width: 350px;
	float: left;
	margin: 0 auto;
	margin-left: 25px;
	padding: 5px 10px;
 }
 
 .b121icon{
 	margin-left: 80px;
 }
 
 
.mb57col{
	/*background-color:#333333;*/
	height: 100%;
	width: 350px;
	float: left;
	margin: 0 auto;
	margin-left: 25px;
	padding: 5px 10px;
}

.mb57icon{
	margin-left: 80px;
}

/* end of content in container 4*/



/*beginning of content in container 5*/
.container5{
	height: 100%; /* should be 100%; to include all content in this container*/
	background-color: #C4262E;
	width: 100%;
	margin: 0 auto;
	position: center;
	overflow: hidden;
}

.content5{
	width: 1200px;
	margin: 0 auto;
	position: center;
	padding: 5px 5px;
}

.container6{
	height: 100%; /* should be 100%; to include all content in this container*/
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	position: center;
	overflow: hidden;
}

.content6{
	width: 1200px;
	margin: 0 auto;
	position: center;
	padding: 5px 5px;
}
/*end of content in container 5*/


/*End of maincontent of page CSS*/

/*beginning of the footer CSS*/
.footercontainer {
	background-color: #333333;
    height: 220px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    position: center;
}

.footercontent{
	width: 1200px;
	margin: 0 auto;
	position: center;
	padding: 5px 5px;
}

.footercontainer2 {
	background-color: #333333;
    height: 250px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    position: center;
}

.footercontent2 {
	width: 1200px;
	margin: 0 auto;
	position: center;
	padding: 5px 5px;
}

.footercol1 {
   /*background-color: green;*/
    height: 150px;
    width: 325px;
    float: left;
	margin: 10px 0px 0px 0px;
    padding: 5px 5px;
}

.footercol2 {
   /*background-color: red;*/
    height: 150px;
    width: 385px;
    float: left;
	margin: 10px 0px 0px 75px;
    padding: 5px 5px;
}

.footercol3 {
    /*background-color: green;*/
    height: 150px;
    width: 280px;
    float: left;
	margin: 10px 0px 0px 100px;
    padding: 5px 5px;
}

.assess_contact{
	/*background-color: green;*/
    height: 150px;
    width: 510px;
    float: left;
	margin: 10px 0px 0px 70px;
    padding: 5px 5px;
}

.footercol4{
	/*background-color: #f2af00;*/
	height: 100%;
    width: 380px;
    float: left;
	margin: 0px 0px 0px 0px;
    padding: 5px 5px;
}

.footercol5{
	/*background-color: green;*/
	height: 100%;
    width: 370px;
    float: left;
	margin: 0px 0px 0px 20px;
    padding: 5px 5px;
}

.footercol6{
	/*background-color: red;*/
	height: 100%;
    width:160px;
    float: left;
	margin: 0px 0px 0px 25px;
    padding: 5px 5px;
}

.footercol7{
	/*background-color: green;*/
	height: 100%;
    width:220px;
    float: left;
	margin: 30px 0px 0px 15px;
}

.footertitle {
	text-align: left;
}


/*beginning of internal/external  links*/
a:link{
	color: black;
}

a:visited{
	color: black;
}

a:hover{
	color: black;
}

a:active{
	color: black;
}
/*end of internal/external  links*/


/*beginning of navigation in footer CSS*/
#nav2 {
	/*background-color:#c4262e;*/
	list-style: none;
	padding: 2px 0px 0px 0px;
}

#nav2 li a {
    display:block;
	font-size: 12pt;
	font-family: arial, verdana;
	width: 350px;
	display:block;
	color: #ffffff;
	text-align: left;
	width: 100%;
	padding: 0px;
	text-decoration:none; 
}

/*
#nav2 a {
	
	color: #ffffff;
	text-align: left;
	width: 100%;
	text-decoration:none; 
} */
/*end of navigation in footer CSS*/

/*end of the footer CSS*/


/* beginning of first content are in ep_experience page*/
.advisecol{
	height: 100%;
	width: 250px;
	float: left;
	margin: 0 auto;
	margin-left: 45px;
	margin-top:60px;
	padding: 5px 0px;
 }
 
 .adviseicon{
 	margin-left: 40px;
 }
 
 .stucolred{
 	height: 100%;
	background-color:#c4262e;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 320px;
	float: left;
	margin: 0 auto;
	margin-left: 60px;
	margin-top:30px;
	margin-bottom:30px;
	padding: 10px 10px;
 }
 
  .stucolwhite{
 	height: 100%;
	background-color:#FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 320px;
	float: left;
	margin: 0 auto;
	margin-left: 60px;
	margin-top:30px;
	margin-bottom:30px;
	padding: 10px 10px;
 }
 
 .stuicon{
 	margin-left: 0px;
 }
 
 .showcasecolwhite{
 	height: 100%;
	background-color:#FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 590px;
	float: left;
	margin: 0 auto;
	margin-left: 5px;
	margin-top:30px;
	margin-bottom:30px;
	padding: 5px 5px;
 }
 
 .selfcol{
	height: 100%;
	width: 250px;
	float: left;
	margin: 0 auto;
	margin-left: 45px;
	margin-top:60px;
	padding: 5px 0px;
 }
 
 .selficon{
 	margin-left: 40px;
 }
 
 .journeycol{
 	height: 100%;
	width: 250px;
	float: left;
	margin: 0 auto;
	margin-left: 45px;
	margin-top:60px;
	padding: 5px 0px;
 }
 
 .journeyicon{
 	margin-left: 40px;
 }
 
.careercol{
	height: 100%;
	width: 250px;
	float: left;
	margin: 0 auto;
	margin-left: 45px;
	margin-top:60px;
	padding: 5px 0px;
}

.careericon{
	margin-left: 40px;
}
/* beginning of first content area in ep_experience page*/

/* beginning of second content area in ep_experience page*/
.blocktext{
	margin:  0 auto;
	width: 1100px;
	/*background-color: #ffffff;*/
	height: 1150px;
	padding: 50px 10px;
	margin-bottom: 50px;
}

.imgexp1{
	float: left;
	margin-right:15px;
}
/* Ending of second content are in ep_experience page*/


/*beginning of logos and social media CSS*/

.insta, .face{
	float: left;
	margin: 0px 20px 0px 0px;
}
/*ending of logos and social media CSS*/


/*beginning of the copyright CSS*/
.copycontainer{
	background-color: #333333;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.copyright{
	width: 100%;
	text-align: center;
	
}
/*end of the copyright CSS*/























