  @charset "utf-8";
/* CSS Document */




	
	.header-spacer {
    	height: 133px;
	}
	
	/* Below (991px) */
	@media all and (max-width: 991px) {	
		.header-spacer {
			height: 30px;
		}
	}	
	
	
	
	.layer{
		margin-bottom:35px;	
	}	
	





		.requestcatalog a{
			font-size:30px;
			font-weight: bold;
			color:#5eb6e4;
		}
		.requestcatalog a:hover{
			color:#060033;
		}

		.button {
    		background: #002c5f;
    		border-left: solid 5px #002c5f;
		}
		
		.CEwhyACM{
			background-color:#4d4d4d;
			padding: 10px 15px 15px 15px;
			margin-top: 25px;
		}

		.CEwhyACM img{
			border-left: solid 5px #5eb6e4;
			width: 100%;
			margin-bottom:15px;	
		}
	
	.CEwhyACM .h5{
			color:#ffffff;
	}
		
	.CEwhyACM .lightblueboldtitle {
		color: #5eb6e4;
		font-weight: 700;
	}

	 .contactcards{
		 border:1px solid #ccc;
		 border-radius:0px;
		 background-color:#DCDCDC;
		 border-left: 6px solid #3fa9f5;
		 overflow:hidden;
		 padding-left:5px;
		 margin-bottom:10px;
		 min-height:230px;
	}

	 .stafftitle{
		 font-size: 20px;
	}

	 .stafftitle:hover {
		 color: #5b8f22;
		 font-weight: 700;
	}
			
	.degrees-text {
		font-size:12px;
	}		
		

	@media screen and (max-width: 575px) {

	.cecards {
		width: 331px;
		margin: 0 auto;
	}

	}

		 .cecards .card{
			margin:0px;
			border:none;
		}
		.cecards .card-title{
			color:#060033;
			font-weight: bold;
			font-size: 16px;
			text-align: center;
		}

		.cecards .card-title a{
			color:#002c5f;
		}

		.cecards .card-title a:hover{
			color:#69be28;
		}

		.cecards .card-body{
			padding:0;
		}
		.cecards .card-text{
			color:#4d4d4d;
			font-size:14px;
			font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
			text-align: center;
		}	



/ FOR COURSES /




.panel-CEacmmenu>.panel-heading {
	color: #4d4d4d;
	background-color: #ffffff;
	border-color: #4d4d4d;
}

.panel-title-CE {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
	color:#4d4d4d;
}	

		.panel-body ul{
			list-style-type: none;
            margin: 10px 0px 10px 10px;
            text-decoration: none;
			color:#060033;
		}
		.panel-body a{
			list-style-type: none;
            margin: 10px 0px 10px 10px;
            text-decoration: none;
			color:#002c5f;
		}
		.panel-body a:hover{
			list-style-type: none;
            margin: 10px 0px 10px 10px;
            text-decoration: none;
			color:#69be28;
		}


/ FOR SUBPAGE /


.ce-text-sessions{ 
color: #5b8f22;
font-family: arial,helvetica,sans-serif;
font-size: x-large;			
}

.ce-text-notice{
text-align: left;			
color: #5e6a71;
font-family: times new roman,times;
font-size: small;
}


.boottable table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.boottable td, .boottable th {
    border: 1px solid #a5acaf;
    text-align: left;
    padding: 8px;
}

.boottable tr:nth-child(even) {
    background-color: #dddddd;
	
}
		
	
th {
		color: #002c5f;
	}	
tr {
		color:#002C5F;
	}
		
	
table.center {
     width:100%; 
     margin:auto;
  }	
  table.centerSmall {
     width:50%; 
     margin:auto;
  }	
table.coachingStaff {
     width:50%; 
     margin:auto;
	padding-left: 3%;
  }

.loc{
	font-family: arial, helvetica, sans-serif; font-size: medium;
}






/* Key Dates **/

.keydates{
	background-color: #002C5F;
}

.keydates-green-text {
	color:#69be28; 
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.slider {
	width: 90%;
    margin: 10px auto;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: #4d4d4d;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}
	  
.keydates-wrapper{
	background-color: #002C5F;
	box-sizing: border-box;
}
		
.keydates-wrapper a {
	color: #69be28;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration:none;
	font-size: 16px;
	font-style: italic;
	}
	
.keydates-wrapper a:hover {
	color:#ccc;
	text-decoration:none;
	}
	  
.keydate-title-text {
	color:#3fa9f5; 
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}
	
.keydate-text-wrapper {
	color:#fff; 
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}	

	  
.slick-slide{
	margin:auto;
}  
	  
.divider {
    position: relative;
    width: 200px;    
}

.divider:after {
	
    position: absolute;
    top: 1em;
    left: 0;
    content: "";
    width: 200px;
    height: 0;
	 
    
}
.divider:before {
	
    content: "";
    position: absolute;
    left: 0;
    top: 1.5em;
    height: 7em;
    width: 1px;
    /* background: #060033; */
}

  		
.keydate-text{        
    font-size: 36px; 
    font-weight: bold;    
}

	
/* End Key Dates **/	








.acm-body-content{
	/* min-height:900px; */
}		

.acm-body-content h1{
    font-weight: 700;
	color: #060033;
}

.acm-body-content p{
	color: #4d4d4d;
}

	
/* Side Bar **/	

	.details .announcementtitle{
		font-weight:700;
	}
	
	.details .announcementtitle a{
		color: #002C5F;
	}
	
	.time{
		color: #002C5F;
	}
	
	.graytitle{
		color: #5E6A71;
	}
		

	aside{
		background:#f1f1f1;
		border:1px solid #ccc;
		border-radius:4px;
		margin:0 0 30px;
		overflow:hidden;
	}
	aside div.details{padding:10px 15px; background-color: #DCDCDC; }
	aside div.details h4{margin:0; color: #5B8F22;}
	aside div.details p{margin:5px 0 6px; color: #002C5F;}
	aside div.border-left{border-left:6px solid #3fa9f5!important;position:relative;}
	aside div.border-left img.bg{position:absolute;right:0;top:0;z-index:1;}
	aside div.border-left a{position:relative;z-index:2;}
	
	.content-right{
		text-align: right;
	}
	
	.acm-menu-spacer{
		margin-top: 20px;
	}

	.sidebar-img-link{
		margin: 0 0 0 7px;
	}						
						
	.sidebar-btn-link{
		margin: 0 0 0 10px;
	}	
	
	
	
/*---------- Sidebar Information ------------------------------------------------ */	
	
		
.sidebarthumbnail {
    position: relative;
	border-left: solid 6px #69be28;
	margin: 15px 0px 0px 0px;	
}

.sidebarcaption {
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
	max-width: 685px;
	height:50px;;
	background-color:rgba(0, 0, 0, 0.5);
	padding-left:15px;
	padding-top:1%;
}		
		
.sidebarcaption a{	
	color:#ffffff;
	font-weight: bold;
	display:block;
	font-size:28px; 
	text-decoration: none;	
}
		
.sidebarcaption a:hover{	
	text-decoration: none;
	color:#69BE28;			
}
		
		
.acm-sidebar ul{
	    list-style:none;	
		}

.acm-sidebar ul li{
		margin:0;
		}


.acm-sidebar ul li a{
		border:none;
		font-weight:bold;
		display:block;
		padding:10px 5px; 
		color: #3fa9f5;
		} 
		
.acm-sidebar ul li a:hover{
		color: #5B8F22;
		}	

	
.acm-sidebar ul li.visit > a{
		display:block;
		font-weight:bold;
		border-left: 6px solid #69be28;
		background-color: #5e6a71; 
		margin: 5px 0px 5px 0px;
		color: #fff;
		padding:10px 20px; 
		font-size:24px; 
		text-decoration: none;
		max-width: 695px;
		} 	
		
.acm-sidebar ul li.visit > a:hover{
		text-decoration: none;
		background-color: #a5acaf; 
		color: #060033;
		} 

	
.acm-sidebar ul li.info > a{
		display:block;
		font-weight: bold;
		border-left: 6px solid #69be28;
		padding:10px 20px; 
		font-size: 24px; 
		text-decoration: none;
		background-color: #002C5F;
		max-width: 695px;
		color: #fff;
		} 
			
.acm-sidebar ul li.info > a:hover{
		text-decoration: none;
		background-color: #a5acaf; 
		color: #060033;
		}  

	
.acm-sidebar ul li.apply > a{
		display:block;
		font-weight: bold;
		border-left: 6px solid #5E6A71; 
		background-color: #69BE28; 
		font-size: 26px; 
		text-decoration: none;
		max-width: 525px;
		width: 90%;
		padding: 15px;
		margin-top: 25px;
		color: #fff;
		}

.acm-sidebar ul li.apply > a:hover{	
		background-color: #3fa9f5; 
		color: #fff;
		}  

		
		
@media (max-width: 62em) {

	.acm-sidebar ul li.apply > a {
			max-width: 695px;
			width:100%;
	}


	
	
}	
	
/*---------- End Sidebar Information -------------------------------------------- */






@media (max-width: 62em) {

	.mayalsolike{
		display:none;
	}

}
		
	.mayalsolike-bottom{
		display:none;
		
	}

	.mayalsolike-bottom ul {
		list-style-type: none;
	}

	.mayalsolike-bottom ul li a{
		border:none;
		font-weight:bold;
		display:block;
		padding:10px 5px; 
		color: #3fa9f5;
	} 
		
	.mayalsolike-bottom ul li a:hover{
		color: #5B8F22;
	}

	
@media (max-width: 62em) {

	.mayalsolike-bottom{
		display: contents;
		
	}

}






/* Bullet List **/	

	.acmitemlist-blue ul, .acmitemlist-blue li {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	}

	.acmitemlist-blue li:before {
		content: "";
		border-color: transparent #5EB6E4;
		border-style: solid;
		border-width: 0.45em 0 0.45em 0.75em;
		display: block;
		height: 0;
		width: 0;
		left: -1.3em;
		top: 1.2em;
		position: relative;
	/*			
	  content: '\25b6';
	  font-weight: 400;
	  float: left;
	  font-size: 20px;
	  margin-left: -1.3em;
	  margin-top: -0.2em;
	  color: #5EB6E4;
	*/
	}
	
	.acmitemlist-grey ul, .acmitemlist-grey li {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	}
	
	.acmitemlist-grey li {
	  margin: 0.5em;
	  margin-left: 3em;
	  line-height: 20px;
	}
	
	.acmitemlist-grey li:before {
		content: "";
		border-color: transparent #A5ACAF;
		border-style: solid;
		border-width: 0.45em 0 0.45em 0.75em;
		display: block;
		height: 0;
		width: 0;
		left: -1.3em;
		top: 1.2em;
		position: relative;		
	/*		
	  content: '\25b6';
	  font-weight: 400;
	  float: left;
	  font-size: 20px;
	  margin-left: -1.3em;
	  margin-top: 0.0em;
	  color: #A5ACAF;
	*/
	}
	








/**** STICKY HEADER ***/


	@media screen and (min-width: 992px) {

			.sidebar-section {
			  position: absolute;
			  height: 100%;
			  width: 100%;
			}

			.acm-sidebar-wrapper {
			  position: absolute;
			  top: 0;
			  left: 0;
			  width: 100%;
			  height: 100%;
			}

			.acm-fixed-content {
			  position: -webkit-sticky;
			  position: sticky;
			  top: 0;
			}
		
	}






	