/*Hub*/
.Hub_Catagories {
	height: 75%;
	width: 150px;
}
.E_Hub_Selection {
	position: absolute;
	display: block;
	margin: 0 auto;
	font-size: 25px;
	width: 250px;
	top:20px;
	left: 30px;
	/*background-color: #1979b5;*/
}
.E_Hub_Selection_Image {
 object-fit: cover;
 width: 100%;
 height: 100%;
}


/*Program Info*/
.EducationPage_Side_Div {
	display: block;
	position: fixed;
	float: left;
	width: 22%;
	left:0;
	overflow: hidden;
	height: calc(100% - var(--Menu-Height));
	top:0;
	margin-top: var(--Menu-Height);
	z-index: 90;
}

.E_SideImage {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	right: 0;
	top: 0;
	object-position: 100% 0%
}

.E_Grid_Base {
	position: relative;
	display: inline-block;
	word-wrap: normal;
	padding: 10px;
	outline: white;
	outline-width: .5px;
	outline-style: solid;
}

.E_Grid_Row {
	width: 100%;
	height: content;	
	display: flex;
	outline: white;
	outline-width: 1.5px;
	outline-style: solid;
}

.E_Grid_Column_1 {
	width: 20%;
	/*background-color: blue;*/
}

.E_Grid_Column_2 {
	width: 40%;
	/*background-color: green;*/
}

.E_Grid_Column_3 {
	width: 40%;
	/*background-color: purple;*/
}

table { 
	    width: 750px; 
	    border-collapse: collapse; 
	    margin:50px auto;
	    }

	th { 
	    background: #005f88; 
	    color: white; 
	    font-weight: bold; 
	    }

	td, th { 
	    padding: 10px; 
	    border: 1px solid #ccc; 
	    text-align: left; 
	    /*font-size: 10px;*/
	    }

	.labels tr td {
	    background-color: #2cc16a;
	    font-weight: bold;
	    color: #fff;
	}

	.label tr td label {
	    display: block;
	}


	[data-toggle="toggle"] {
	    display: none;
	}