/* 
This is the section css for
General Education Program 
*/


/* ***** GLOBAL ***** */
#home-content .noList { list-style: none; margin-left: 0; }
#home-content h4 { margin-top: 20px; margin-bottom: 10px; }

/* ***** DEFAULT ***** */
#home-content .homepage .grid9 { padding-right: 2em; }
#home-content .greyGrid { background-color: #eee; padding: 10px; margin-bottom: 20px; font-size: .95em; }
#home-content .greyGrid h3:first-child, #home-content .greyGrid h4:first-child { margin-top: 3px; }

/* ***** COMMITTEES ***** */
#home-content .committees .grid6:nth-child(1) { padding-right: 10px; }
#home-content .committees .grid6:nth-child(2) { padding-left: 10px; }

/* ***** GEN ED ***** */
#home-content .gened { width: 100%; padding: 10px; }

/* ***** MEETING DATES ***** */
#home-content .meetingDates .grid6:nth-child(1) { padding-right: 10px; }
#home-content .meetingDates .grid6:nth-child(2) { padding-left: 10px; }

/* ***** PROPOSALS ***** */
#home-content .policies ul li { margin-bottom: 15px; }
#home-content .policies ul ul { margin-left: 40px !important; }

/* ***** PROPOSAL TABLE ***** */
#home-content .proposalTable{width: 100%; border-collapse: collapse; text-align: center;}
#home-content .proposalTable th{background-color: #763775; color: #FFF; border: 1px solid #ccc;}
#home-content .proposalTable td{padding: 5px; border: 1px solid #ccc; width: 25%; vertical-align: top;}
#home-content .proposalTable ul{list-style-type: none; margin-left: 0;}



#home-content .grid3{
	padding-right: 20px;
}

#home-content .grid4{
	padding-right: 20px;
}
/***************************************************************************************************/
/*****THIS IS A NEW SECTION THAT WAS ADDED JUST FOR THE GEN ED PAGE - PUT ALL NEW CSS IN HERE******/

/* side menu */
#home-content .sideLinks{
    margin-top: 10px;
    padding-right: 20px;
}
#home-content .sideLinks .grid12{
    margin: 0;
}
#home-content .sideLinks a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #575757;
    font-weight: bold;
    padding-left: 13px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
    font-size: .9em;
    padding: 5px 10px 3px 30px;
    border-left: 0;
    font-weight: bold;
    text-indent: -10px;
    line-height: 20px;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
    content: "\203A"; 
    padding-right: 5px; 
    position: relative;
    top: -1px;
    color: #763775;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .sideLinks .grid12 a:hover{
    color: #763775;
    border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
    color: #763775;
    border-left: 3px solid #763775;
}
#home-content .inactive{
    display: none;
}
#home-content .active{
    display: block;
}
#home-content .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}


/**buttons on genEd page**/
#home-content .grid6{
	padding-right:10px;
}

/*distributive area buttons*/
/*PURPLE BUTTONS*/
#home-content .btns .matchBtn{
	padding: 20px 20px 20px 20px;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top:20px;
}
#home-content .tileBuilderSnippet .grid3 a{
	text-decoration: none;
}
#home-content .btns .matchBtn{
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
	transition: all .2s ease-in-out;
}
#home-content .btns .matchBtn:hover{
	transform: scale(1.02);
}
#home-content .btns .matchImg{
	font-size: 3.4em;
	line-height: 1em;
	font-weight: bold;
	position: relative;
	transition: all .2s ease-in-out;
}
#home-content .btns .matchImg:hover{
	transform: scale(1.02);
}
#home-content .btns .purpleBtn{
	background-color:#763775;
}


/*********************************THE GEN ED SECTION ENDS HERE***************************************/

/** pathways certificates **/
#home-content .pathways .grid4{
	margin-bottom: 10px;
}


@media only screen and (max-width:768px) {
	#home-content .homepage .grid9 { padding-right: 0; }
	
	#home-content .committees .grid6:nth-child(1) { padding-right: 0; }
	#home-content .committees .grid6:nth-child(2) { padding-left: 0; }
	
	#home-content .meetingDates .grid6:nth-child(1) { padding-right: 0; }
	#home-content .meetingDates .grid6:nth-child(2) { padding-left: 0; }
	
	#home-content .pathways .tileBuilderSnippet > div.grid4{
		width: 100%;
	}
}

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

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr{display: block;}
    /* Hide table headers (but not display: none;, for accessibility) */
    #home-content .proposalTable thead tr{position: absolute; top: -9999px; left: -9999px;}
    #home-content .proposalTable tr{border: 1px solid #ccc;}
    /* Behave  like a "row" */
    #home-content .proposalTable td{ border: none; border-bottom: 1px solid #C1C1C1; position: relative; padding-left: 0; padding-top: 30px; width: 100%;}
    /* Now like a table header */
    #home-content .proposalTable td:before{content: attr(data-label); width: 100%; background-color: #763775; color: #FFF; position: absolute; top: 0px; left: 0; font-weight: bold;}
}