html{
	background-color: white;
}

* {
	box-sizing: border-box;
}

body{
	margin:0;
	width: 100%;
	font-family: sans-serif, Tahoma, Verdana;	
overflow-x: hidden;
}

.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
}

.topnav a {
  float: left;
  font-size: 15px;
  color: black;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: gray;
  color: white;
}

.topnav a.event {
  float: left;
  display: none;
  color: black;
  text-align: center;
  padding: 8px 5px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a.event:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.event.active {
  background-color: gray;
  color: white;
}

.topnav a.helpdesk {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 8px 5px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a.helpdesk:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.helpdesk.active {
  background-color: gray;
  color: white;
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 4px;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 15px;
  border: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 15px;
  border: 0px solid #ccc;
  outline: none;
  color: black;
  padding: 7px 8px;
  background-color: inherit;
  font-family: inherit; 
  margin: 0; 
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.bodytext {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 100%;
	font-style: normal;
	color: #333333;
}

.bodytextcntr {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 100%;
	font-style: normal;
	text-align:center;
	color: #333333;
}

.bodytextjstf {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 100%;
	font-style: normal;
	text-align:justify;
	color: #333333;
}

.bodytextbold {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 100%;
	font-style: normal;
	text-align:justify;
	font-weight: bold;
	color: #333333;
}

.bodytextboldcntr {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 100%;
	font-style: normal;
	text-align:center;
	font-weight: bold;
	color: #333333;
}

.textboldcntr {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 100%;
	font-style: normal;
	text-align:center;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: -5px;
	color: #333333;
}

.bodytextsmall {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 80%;
	font-style: normal;
	color:#333333;
	text-align:justify;
}

.bodytextsmallcntr {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 90%;
	font-style: normal;
	color:#333333;
	text-align:center;
}

.headertextleft {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 110%;
	font-style: normal;
	text-align:Left;
	color:#333333;
}

.headertextcenter {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 110%;
	font-style: normal;
	text-align:center;
	color:#333333;
}

.headertextright {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 110%;
	font-style: normal;
	text-align:center;
	color:#333333;
}

.space15 {line-height:15px;}

.space10 {line-height:10px;}

.space8 {line-height:8px;}

.space5 {line-height:5px;}

.space2 {line-height:2px;}

.titleblack {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 100%;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	text-align: justify;
}

.titleblackcntr {
	font-family: sans-serif,Tahoma, Verdana;
	font-size: 120%;
	font-style: normal;
	color: #152365;
	font-weight: bold;
	text-align: center;
}

a:link  {
	color: #333333;
	text-decoration:none;
	outline:none;
}

a:visited {
	color: #333333;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:white;
	text-decoration:none;
	outline:none;
	background-color:#193B69;
}

a:active {
	color:#147bb6;
	text-decoration:none;
	outline:none;
}

a.two:link {
	color: #333333;
	text-decoration:none;
	outline:none;
}

a.two:visited {
	color: #333333;
	text-decoration:none;
	outline:none;
}

a.two:hover {
	color: yellow;
	text-decoration:none;
	outline:none;
	background-color:#193B69;
}


.row::after {
	content: "";
	clear: both;
	display: table;
}

.header {
 	background-color: white;
	color: black;
	padding: 0px;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	padding: 8px;
	margin-bottom: 8px;
	background-color: #33b5e5;
	color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
	background-color: #0099cc;
}

.aside {
	background-color: #33b5e5;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
	background-color: White;
	text-align: center;
	font-size: 10px;
	padding: 0px;
	font-size: 90%;
	padding: 0px;
	color: black;
	margin-top: -8px;
	margin-bottom: -6px;
}

.hairline {
	font-size: 50%;
	font-style: normal;
	text-align:center;
	margin-before: 0px;
	margin-after: 0px;
	margin-start:auto:
	margin-end:auto;
	overflow:hidden;
	border-style:insert;
	height: 7px;
	color: #e9e9e9;
	opacity:50%;
	display: block;
	border-color:transparent;
	transform:rotate(0deg);
	border:none;
}

.layout {
	padding: 0px;
	color: black;
	margin: auto;
}

@media only screen and (max-width: 600px) {
	.layout {
		background: None;
		max-width: none;
		font-size: 100%;
	}
  	.topnav .search-container {
    	float: left;
		width: 100%;

  	}
	.topnav a {
		float: left;
 	 	display: block;
		color: black;
		text-align: center;
		padding: 8px 8px;
		text-decoration: none;
		font-size: 15px;
	}
  	.topnav input[type=text] {
    	float: left;
    	display: block;
    	text-align: left;
    	width: 80%;
    	margin-top: 2px;
		margin-left: 5px;
    	padding: 4px;
		font-size: 15px;
	    border: 1px solid #ccc; 
		vertical-align:middle;
	}
  	.topnav input[type=submit] {
    	float: left;
		width: 16%;
  		margin: 3px;
   		padding: 4px;
	}
	.topnav a.event {
  		float: left;
  		display: block;
		color: black;
  		text-align: center;
  		padding: 8px 8px;
  		text-decoration: none;
  		font-size: 15px;
	}
	.topnav a.helpdesk {
  		float: left;
  		display: none;
		color: black;
  		text-align: center;
  		padding: 8px 8px;
  		text-decoration: none;
  		font-size: 15px;
	}

	.dropdown .dropbtn {
  		display: none;
	}

	.columnHC1 {
  		float: left;
		display: block;
  		width: 45%;
		height: 100%;
  		padding: 0px;
  		text-align: center;
  		color: black;
 	}

	.columnHC2 {
  		float: left;
		display: block;
  		width: 55%;
		height: 100%;
  		padding: 0px;
  		text-align: center;
  		color: black;
 	}

	.columnHC3 {
  		float: left;
		display: block;
  		width: 100%;
		height: 100%;
  		padding: 0px;
  		text-align: center;
  		color: black;
 	}

	.columnHC4 {
  		float: left;
		display: block;
  		width: 100%;
		height: 100%;
  		padding: 0px;
  		text-align: center;
  		color: black;
 	}

	.columnBL {
  		float: left;
		display: block;
  		width: 100%;
		height: 100%;
  		padding: 10px;
  		text-align: left;
  		color: black;
	}

  	.columnBR {
  		float: left;
		display: block;
  		width: 100%;
		height: 1000px;
  		padding: 15px;
  		text-align: right;
  		color: black;
		font-size: 110%;
	}

  	.columnBRn {
  		float: left;
		display: block;
  		width: 100%;
		height: 800px;
  		padding: 15px;
  		text-align: right;
  		color: black;
		font-size: 110%;
	}

	.columnC {
  		float: left;
  		width: 100%;
		height: 80px;
  		padding: 2px;
  		text-align: center;
  		color: black;
	}

	.subcolL {
  		float: left;
  		width: 100%;
		height: 100px;
  		padding: 0px;
  		text-align: right;
	}

	.subcolR {
  		float: left;
  		width: 100%;
		height: 100px;
  		padding: 0px;
  		text-align: left;
		font-size: 90%;
	}

	.subcol2L {
  		float: left;
  		width: 30%;
		height: 100%;
  		padding: 0px;
  		text-align: left;
	}

	.subcol2M {
  		float: left;
	  	width: 2%;
		height: 100%;
	  	padding: 0px;
  		text-align: left;
	}

	.subcol2R {
  		float: left;
	  	width: 68%;
		height: 100%;
	  	padding: 0px;
  		text-align: left;
	}

	.columnC1 {
  		float: left;
	  	width: 100%;
		height: 120px;
	  	padding: 2px;
  		text-align: center;
	  	color: black;
	}

	.columnC2 {
  		float: left;
	  	width: 100%;
		height: 100%;
	  	padding: 10px;
  		text-align: center;
	  	color: black;
	}

	.columnML {
  		float: left;
	  	width: 100%;
		height:100%;
	  	padding: 10px;
  		text-align: center;
	  	color: blue;
	}

	.columnMR {
  		float: left;
	  	width: 100%;
		height: 100%;
	  	padding: 20px;
  		text-align: left;
	  	color: black;
	}

	.columnSD {
  		float: left;
	  	width: 100%;
		height: 100%;
	  	padding: 3px;
  		text-align: center;
	  	color: black;
		font-size: 120%;
	}

	.mainD {
  		float: left;
	  	width: 100%;
		height: 100%;
	  	text-align: center;
		background-color: white;
		padding: 0px;
		color: black;
	}

	.outer-wrapper {
    	display: inline-block; 
	    margin: 0px;
    }

  	.frameHC1 {  
    	width: 150px;
	    height: 80px;
    	border: 0px solid black;
	    vertical-align: middle;
    	text-align: center;
	    display: table-cell;
  		border: 0px solid #ccc; 
    }

  	.frameHC2 {  
    	width: 160px;
	    height: 80px;
    	border: 0px solid black;
	    vertical-align: bottom;
    	text-align: center;
	    display: table-cell;
		border: 0px solid #ccc; 
    }  

  	.frameHC3 {  
    	width: 100%;
	    height: 30px;
    	border: 0px solid black;
	    vertical-align: bottom;
    	text-align: center;
	    display: table-cell;
		border: 0px solid #ccc; 
    } 

  	.frameHC4 {  
    	width: 100%;
	    height: 80px;
    	border: 0px solid black;
	    vertical-align: middle;
    	text-align: center;
	    display: table-cell;
		border: 0px solid #ccc; 
    } 

  	.colSL {
  		float: left;
  		width: 100%;
		height: 100%;
		padding: 10px;
		text-align: center;
		color: black;
 	}

  	.colSR {
  		float: left;
  		width: 100%;
		height: 100%;
		padding: 10px;
		text-align: center;
		color: black;
 	}
 
   .frameSL {
    	height: 100%;
    	width: 100%;
		border: 0px solid black;
  		padding: 5px;
		vertical-align: middle;
    	text-align: center;
    	display: table-cell;
	} 

	.container2 {
	 	float:left;
    	height: 100%;
	    width: 20%;
		border: 0px solid black;
	  	padding: 3px;
		vertical-align: middle;
	    text-align: center;
    	display: table-cell;
	} 

	.columnGen {
	  	width: 100%;
		height: 100%;
	  	padding: 10px;
  		color: black;
		font-size: 95%;
	}

	.spaceA {
		line-height:1px;
	}

  .columnEvent {
  	height: 45%;
  	}

  .eventFont {
  	font-size: 95%;
  	}
}

@media only screen and (min-width: 600px) {
  .layout {
	background: none;
	max-width: None;
 	font-size: 100%;
	}

	.topnav a {
		float: left;
 	 	display: block;
		color: black;
		text-align: center;
		padding: 8px 8px;
		text-decoration: none;
		font-size: 15px;
	}

  	.topnav .-container {
    	float: right;
	}

  	.topnav input[type=text] {
    	float: left;
    	display: block;
    	text-align: left;
    	width: 80%;
    	margin-top: 2px;
		margin-left: 5px;
    	padding: 4px;
		font-size: 15px;
	    border: 1px solid #ccc; 
		vertical-align:middle;
	}

  	.topnav input[type=submit] {
    	float: left;
		width: 16%;
  		margin: 3px;
		padding: 4px;
	}

	.topnav a.helpdesk {
  		float: left;
  		display: none;
		color: black;
  		text-align: center;
  		padding: 8px 8px;
  		text-decoration: none;
  		font-size: 15px;
	}

	.dropdown {
  		float: left;
  		overflow: hidden;	
	}

	.dropdown .dropbtn {
  		font-size: 15px;
  		border: 0px solid #ccc;
  		outline: none;
  		color: black;
  		padding: 7px 8px;
		background-color: inherit;
		font-family: inherit; 
  		margin: 0; 
		display: block;
	}

	.dropdown-content {
  		display: none;
  		position: absolute;
  		background-color: #f9f9f9;
  		min-width: 160px;
  		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  		z-index: 1;
	}

	.dropdown-content a {
  		float: none;
  		color: black;
  		padding: 8px 16px;
  		text-decoration: none;
  		display: block;
  		text-align: left;
	}

	.dropdown-content a:hover {
  		background-color: #ddd;
	}

	.dropdown:hover .dropdown-content {
  		display: block;
	}

	.show {display: none;}

	.columnHC1 {
  		float: left;
  		width: 30%;
		height: 100%;
  		padding: 5px;
  		text-align: Left;
  		color: black;
 	}

	.columnHC2 {
  		float: left;
  		width: 30%;
		height: 100%;
  		padding: 5px;
  		text-align: left;
  		color: black;
 	}

	.columnHC3 {
  		float: left;
  		width: 40%;
		height: 100%;
  		padding: 5px;
  		text-align: left;
  		color: black;
 	}

	.columnHC4 {
  		float: left;
  		width: 100%;
		height: 100%;
  		padding: 5px;
  		text-align: center;
  		color: black;
 	}

  .columnC {
  	float: left;
  	width: 100%;
	height: 75px;
  	padding: 2px;
  	text-align: center;
  	color: black;
	}

  .subcolL {
  	float: left;
  	width: 50%;
	height: 100px;
  	padding: 0px;
  	text-align: right;
	}

  .subcolR {
  	float: left;
  	width: 50%;
	height: 100px;
  	padding: 0px;
  	text-align: left;
	}

  .subcol2L {
  	float: left;
  	width: 30%;
	height: 100%;
  	padding: 0px;
  	text-align: left;
	}

  .subcol2M {
  	float: left;
  	width: 2%;
	height: 100%;
  	padding: 0px;
  	text-align: left;
	}

  .subcol2R {
  	float: left;
  	width: 68%;
	height: 100%;
  	padding: 0px;
  	text-align: left;
	}

  .columnC1 {
  	float: left;
  	width: 100%;
	height: 100%;
  	padding: 2px;
  	text-align: center;
  	color: black;
	}

  .columnBL {
  	float: left;
  	width: 100%;
	height: 100%;
  	padding: 5px;
  	text-align: left;
  	color: black;
	}

  .columnBR {
  	float: left;
  	width: 100%;
	height: 1876px;
  	padding: 5px;
  	text-align: right;
  	color: black;
	}

  .columnBRn {
  	float: left;
  	width: 100%;
	height: 500px;
  	padding: 5px;
  	text-align: right;
  	color: black;
	}

  .columnML {
  	float: left;
  	width: 30%;
	height: 700px;
  	padding: 5px;
  	text-align: center;
  	color: blue;
	}

  .columnMR {
  	float: left;
  	width: 70%;
	height: 100%;
  	padding: 10px;
  	text-align: left;
  	color: black;
	}

  .columnSD {
  	float: left;
  	width: 50%;
	height: 100%;
  	padding: 5px;
  	text-align: center;
  	color: black;
	font-size: 100%;
	}

   .mainD {
  	float: left;
  	width: 100%;
	height: 100%;
  	text-align: center;
	background-color: white;
	padding: 0px;
	color: black;
	}

  .outer-wrapper {
    display: inline-block; 
    margin: 0px;
    }

  .frameHC1 {  
    width: 150px;
    height: 80px;
    border: 0px solid black;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    }

  .frameHC2 {  
    width: 160px;
    height: 80px;
    border: 0px solid black;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    }

  .frameHC3 {  
    width: 100%;
    height: 80px;
    border: 0px solid black;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    }

  .frameHC4 {  
    width: 100%;
    height: 30px;
    border: 0px solid black;
    vertical-align: top;
    text-align: center;
    display: table-cell;
    }

  	.colSL {
  		float: left;
  		width: 100%;
		height: 100%;
		padding: 10px;
		text-align: center;
		color: black;
 	}

  	.colSR {
  		float: left;
  		width: 100%;
		height: 100%;
		padding: 10px;
		text-align: center;
		color: black;
 	}
 
   .frameSL {
    	height: 100%;
    	width: 100%;
		border: 0px solid black;
  		padding: 5px;
		vertical-align: middle;
    	text-align: center;
    	display: table-cell;
	} 

  .container2 {
 	float:left;
    height: 100%;
    width: 20%;
	border: 0px solid black;
  	padding: 3px;
	vertical-align: middle;
    text-align: center;
    display: table-cell;
	} 

  .columnGen {
  	width: 100%;
	height: 100%;
  	padding: 5px;
  	color: black;
	font-size: 95%;
	}

  .spaceA {line-height:1px;}

  .columnEvent {
  	height: 82%;
  	}
}

@media only screen and (min-width: 768px) {
 .layout {
	background: none;
	max-width: none;
 	font-size: 100%;
	}

	.topnav a {
		float: left;
 		color: black;
		text-align: center;
		padding: 8px 8px;
		text-decoration: none;
		font-size: 15px;
	}

  	.topnav .search-container {
    	float: right;
	}

  	.topnav input[type=text] {
    	float: left;
    	display: block;
    	text-align: left;
    	width: 80%;
    	margin: 2px;
		margin-left: 5px;
    	padding: 4px;
		font-size: 15px;
	    border: 1px solid #ccc; 
		vertical-align:middle;
	}

  	.topnav input[type=submit] {
    	float: left;
		width: 16%;
  		margin: 3px;
	}

	.topnav a.helpdesk {
  		float: left;
  		display: block;
		color: black;
  		text-align: center;
  		padding: 8px 8px;
  		text-decoration: none;
  		font-size: 15px;
    }

	.dropdown {
  		float: left;
  		overflow: hidden;	
	}

	.dropdown .dropbtn {
  		font-size: 15px;
  		border: 0px solid #ccc;
  		outline: none;
  		color: black;
  		padding: 7px 8px;
		background-color: inherit;
		font-family: inherit; 
  		margin: 0; 
		display: block;
	}

	.dropdown-content {
  		display: none;
  		position: absolute;
  		background-color: #f9f9f9;
  		min-width: 160px;
  		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  		z-index: 1;
	}

	.dropdown-content a {
  		float: none;
  		color: black;
  		padding: 8px 16px;
  		text-decoration: none;
  		display: block;
  		text-align: left;
	}

	.dropdown-content a:hover {
  		background-color: #ddd;
	}

	.dropdown:hover .dropdown-content {
  		display: block;
	}

	.columnHC1 {
  		float: left;
  		width: 18%;
		height: 100%;
  		padding: 5px;
  		text-align: Left;
  		color: black;
 	}

	.columnHC2 {
  		float: left;
  		width: 19%;
		height: 100%;
  		padding: 5px;
  		text-align: left;
  		color: black;
 	}

	.columnHC3 {
  		float: left;
  		width: 15%;
		height: 100%;
  		padding: 5px;
  		text-align: left;
  		color: black;
 	}

	.columnHC4 {
  		float: left;
  		width: 48%;
		height: 100%;
  		padding: 5px;
  		text-align: left;
  		color: black;
 	}

  .columnL {
  	float: left;
  	width: 55%;
	height: 100px;
  	padding: 5px;
  	text-align: left;
  	color: black;
	}

  .columnR {
  	float: left;
  	width: 45%;
	height: 100px;
  	padding: 5px;
  	text-align: right;
  	color: black;
	font-size: 90%;
	}

  .subcolL {
  	float: left;
  	width: 55%;
	height: 100px;
  	padding: 0px;
  	text-align: left;
	}

  .subcolR {
  	float: left;
  	width: 45%;
	height: 100px;
  	padding: 0px;
  	text-align: left;
	}

  .subcol2L {
  	float: left;
  	width: 30%;
	height: 100%;
  	padding: 0px;
  	text-align: left;
	}

  .subcol2M {
  	float: left;
  	width: 2%;
	height: 100%;
  	padding: 0px;
  	text-align: left;
	}

  .subcol2R {
  	float: left;
  	width: 68%;
	height: 100%;
  	padding: 0px;
  	text-align: left;
	}

  .columnBL {
  	float: left;
  	width: 72%;
	height: 100%;
  	padding: 8px;
  	text-align: left;
  	color: blue;
	}

  .columnBR {
  	float: left;
  	width: 28%;
	height: 1320px;
  	padding: 8px;
  	text-align: right;
  	color: black;
	}

  .columnBRn {
  	float: left;
  	width: 28%;
	height: 955px;
  	padding: 8px;
  	text-align: right;
  	color: black;
	}

  .columnML {
  	float: left;
  	width: 30%;
	height: 600px;
  	padding: 10px;
  	text-align: center;
  	color: blue;
	}

  .columnMR {
  	float: left;
  	width: 70%;
	height: 100%;
  	padding: 20px;
  	text-align: left;
  	color: black;
	}

  .columnSD {
  	float: left;
  	width: 33%;
	height: 100%;
  	padding: 5px;
  	text-align: center;
  	color: black;
	font-size: 85%;
	}

  .mainD {
  	float: left;
  	width: 100%;
	height: 100%;
  	text-align: center;
	background-color: white;
	padding: 0px;
	color: black;
	}

  .outer-wrapper {
   	display: inline-block; 
   	margin: 0px;
   	}

  .frameHC1 {  
   	width: 140px;
   	height: 80px;
	border: 0px solid black;
	vertical-align: middle;
   	text-align: center;
   	display: table-cell;
   	}

  .frameHC2 {  
   	width: 150px;
   	height: 80px;
	border: 0px solid black;
	vertical-align: middle;
   	text-align: center;
   	display: table-cell;
   	}  

  .frameHC3 {  
   	width: 80%;
   	height: 80px;
	border: 0px solid black;
	vertical-align: middle;
   	text-align: center;
   	display: table-cell;
   	}  

  .frameHC4 {  
   	width: 100%;
   	height: 80px;
	border: 0px solid black;
	vertical-align: top;
   	text-align: right;
   	display: table-cell;
   	}  

  .colSL {
  	float: left;
  	width: 60%;
	height: 210px;
	padding: 0px;
	text-align: center;
	color: black;
 	}

  .colSR {
  	float: left;
  	width: 40%;
	height: 210px;
	padding: 5px;
	text-align: center;
	color: black;
 	}
 
  .frameSL {
    height: 210px;
    width: 100%;
	border: 0px solid black;
  	padding: 20px;
	vertical-align: top;
    text-align: center;
    display: table-cell;
	} 
  
  .container {
 	float:left;
    height: 100%;
    width: 100%;
	border: 0px solid black;
  	padding: 2px;
	vertical-align: middle;
    text-align: center;
    display: table-cell;
	}

  .container2 {
 	float:left;
    height: 100%;
    width: 20%;
	border: 0px solid black;
  	padding: 3px;
	vertical-align: middle;
    text-align: center;
    display: table-cell;
	}

  .columnGen {
  	width: 100%;
	height: 100%;
  	padding: 5px;
  	color: black;
	font-size: 95%;
	}

  .spaceA {line-height:1px;}

  .columnEvent {
  	height: 82%;
  	}

} 

@media only screen and (min-width: 920px) {
  .layout {
	background: none;
	max-width: 900px;
 	font-size: 100%;
	}

	.columnHC1 {
  		float: left;
  		width: 18%;
		height: 100%;
  		padding: 5px;
  		text-align: Left;
  		color: black;
 	}

	.columnHC2 {
  		float: left;
  		width: 19%;
		height: 100%;
  		padding: 5px;
  		text-align: left;
  		color: black;
 	}

	.columnHC3 {
  		float: left;
  		width: 18%;
		height: 100%;
  		padding: 5px;
  		text-align: left;
  		color: black;
 	}

	.columnHC4 {
  		float: left;
  		width: 45%;
		height: 100%;
  		padding: 5px;
  		text-align: right;
  		color: black;
 	}

  .columnL {
  	float: left;
  	width: 55%;
	height: 100px;
  	padding: 5px;
  	text-align: left;
  	color: black;
	}

  .columnR {
  	float: left;
  	width: 45%;
	height: 100px;
  	padding: 5px;
  	text-align: right;
  	color: black;
	font-size: 90%;
	}

  .subcolL {
  	float: left;
  	width: 55%;
	height: 100px;
  	padding: 0px;
  	text-align: left;
	}

  .subcolR {
  	float: left;
  	width: 45%;
	height: 100px;
  	padding: 0px;
  	text-align: left;
	}

  .subcol2L {
  	float: left;
  	width: 30%;
	height: 100%;
  	padding: 0px;
  	text-align: left;
	}

  .subcol2M {
  	float: left;
  	width: 2%;
	height: 100%;
  	padding: 0px;
  	text-align: left;
	}

  .subcol2R {
  	float: left;
  	width: 68%;
	height: 100%;
  	padding: 0px;
  	text-align: left;
	}

  .columnBL {
  	float: left;
  	width: 75%;
	height: 100%;
  	padding: 10px;
  	text-align: left;
  	color: blue;
	}

  .columnBR {
  	float: left;
  	width: 25%;
	height: 1280px;
  	padding: 10px;
  	text-align: right;
  	color: black;
	}

  .columnBRn {
  	float: left;
  	width: 25%;
	height: 650px;
  	padding: 10px;
  	text-align: right;
  	color: black;
	font-size: 100%;
	}

  .columnML {
  	float: left;
  	width: 30%;
	height: 600px;
  	padding: 10px;
  	text-align: center;
  	color: blue;
	}

  .columnMR {
  	float: left;
  	width: 70%;
	height: 100%;
  	padding: 20px;
  	text-align: left;
  	color: black;
	}

  .columnSD {
  	float: left;
  	width: 25%;
 	height: 100%; 
  	padding: 5px;
  	text-align: center;
  	color: black;
 	font-size: 85%; 
	}

  .mainD {
  	float: left;
  	width: 100%;
	height: 100%;
  	text-align: center;
	background-color: white;
	padding: 0px;
	color: black;
	}

  .outer-wrapper {
   	display: block; 
   	margin: 0px;
   	}

  .frameHC1 {  
   	width: 150px;
   	height: 80px;
	border: 0px solid black;
	vertical-align: middle;
   	text-align: center;
   	display: table-cell;
   	}  

  .frameHC2 {  
   	width: 160px;
   	height: 80px;
	border: 0px solid black;
	vertical-align: middle;
   	text-align: center;
   	display: table-cell;
   	}

  .frameHC3 {  
   	width: 100%;
   	height: 80px;
	border: 0px solid black;
	vertical-align: middle;
   	text-align: center;
   	display: table-cell;
   	}

  .frameHC4 {  
   	width: 100%;
   	height: 80px;
	border: 0px solid black;
	vertical-align: top;
   	text-align: right;
   	display: table-cell;
   	}

  .colSL {
  	float: left;
  	width: 60%;
	height: 210px;
	padding: 5px;
	text-align: center;
	color: black;
 	}

  .colSR {
  	float: left;
  	width: 40%;
	height: 210px;
	padding: 0px;
	text-align: center;
	color: black;
 	}
 
  .frameSL {
    height: 210px;
    width: 100%;
	border: 0px solid black;
  	padding: 20px;
	vertical-align: top;
    text-align: center;
    display: table-cell;
	}

  .container2 {
 	float:left;
    height: 100%;
    width: 20%;
	border: 0px solid black;
  	padding: 3px;
	vertical-align: middle;
    text-align: center;
    display: table-cell;
	}

  .columnGen {
  	width: 100%;
	height: 100%;
  	padding: 5px;
  	color: black;
	font-size: 95%;
	}

  .spaceA {line-height:10px;}
  
  .columnEvent {
  	height: 85%;
  	}

} 

img {
	max-width: 100%;
   	max-height: 100%;
   	display: block;
   	margin: 0 auto;
}

#cse-search-results iframe {width: 100%;}

.button {
  	background-color: white;
  	border: none;
  	padding: 3px 3px;
  	margin: 1px 5px;
  	display: inline-block;
  	cursor: pointer;
}

.buttonA {
  	background-color: #152365;
  	border: none;
  	padding: 5px 5px;
  	margin: 1px 1px;
  	display: inline-block;
  	cursor: pointer;
	font-size: 15px;
}

.buttonB {
  	background-color: #265DB9;
  	border: none;
  	padding: 5px 5px;
  	margin: 1px 1px;
  	display: inline-block;
  	cursor: pointer;
	font-size: 15px;
}

.buttonC {
  	background-color: #4589CC;
  	border: none;
  	padding: 5px 5px;
  	margin: 1px 1px;
  	display: inline-block;
  	cursor: pointer;
	font-size: 15px;
}

.typeA {
  border-color: #193B69;
  border: 1px solid black;
  color: #193B69;
}

.typeA:hover {
  background-color: #193B69;
  color: white;
}

.typeB {
  border-color: white;
  border: 1px solid white;
  color: white;
}

.typeB:hover {
  background-color: #2196F3;
  color: white;
}

.typeC {
  border-color: white;
  border: 1px solid;
  color: white;
}

.typeC:hover {
  background-color:#112FB1;
  color: white;
}


.button1 {
  	background-color: #F4F4F4;
 	border: 1px solid gray;
  	color: white;
  	padding: 2px 22px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	margin: 2px 1px;
  	cursor: pointer;
}

.button2 {
  	background-color: #F4F4F4;
  	width: 100%;
  	border: 0px solid gray;
  	color: white;
  	padding: 2px 22px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	margin: 2px 1px;
  	cursor: pointer;
}

.button3 {
  	background-color: white;
  	width: 100%;
  	border: 0px solid gray;
  	color: white;
  	padding: 5px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	margin: 0px 0px;
  	cursor: pointer;
}

.button4 {
  	background-color: #F4F4F4;
  	width: 100%;
  	border: 0px solid gray;
  	color: white;
  	padding: 1px 5px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	margin: 0px 0px;
  	cursor: pointer;
}

.buttonRnd {
  background-color: #265DB9; 
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 0px 2px;
  cursor: pointer;
}

.Rad1 {border-radius: 2px;}
.Rad2 {border-radius: 4px;}
.Rad3 {border-radius: 8px;}
.Rad4 {border-radius: 12px;}
.Rad5 {border-radius: 50%;}


div.gallery {
  	margin: 0px;
  	border: 0px solid #ccc;
  	float: left;
  	width: 100%;
  	display: table-cell;
}

div.gallery img {
  	width: 100%;
  	height: auto;
}

.resizetext {
  	border: 0px gray solid;
  	width: 100%;
  	height: 25px;
  	background-color: aliceblue;
  	text-align: center;
  	align-items: center;
  	justify-content: center;
  	display: flex;
  	font-family: sans-serif;
}

#scrollBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 50%;
}

#scrollBtn:hover {
  background-color: #555;
}

a.btn:link {
  border: none;
  background-color: inherit;
  padding: 5px 15px;
  font-size: 16px;
  font-align: center;
  display: inline-block;
}

a.btn:hover, a.btn:active {
  background-color: #003469;
  color: white;
}

#fb {
  left: 0px;
  width: 32px;
  background: url('https://eltechs.com.ph/images/social-icons-sprite.png') 0 0;
}

#twit {
  left: 0px;
  width: 32px;
  background: url('https://eltechs.com.ph/images/social-icons-sprite.png') -32px 0px;
}

#yt {
  left: 0px;
  width: 32px;
  background: url('https://eltechs.com.ph/images/social-icons-sprite.png') -64px 0px;
}

#in {
  left: 0px;
  width: 32px;
  background: url('https://eltechs.com.ph/images/social-icons-sprite.png') -96px 0px;
}

#it {
  left: 0px;
  width: 32px;
  background: url('https://eltechs.com.ph/images/social-icons-sprite.png') -128px 0px;
}

.avatar {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.socialcontainer {
  position: relative;
  width: 100%;
  max-width: 32px;
  display: inline-block;

}

.fbOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: red;
  background: url('https://eltechs.com.ph/images/social-icons-sprite.png') 0 32px;
  border-radius: 50%;
}

.twitOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: red;
  background: url('https://eltechs.com.ph/images/social-icons-sprite.png') -32px 32px;
  border-radius: 50%;
}

.ytOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: red;
  background: url('https://eltechs.com.ph/images/social-icons-sprite.png') -64px 32px;
  border-radius: 50%;
}

.inOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: red;
  background: url('https://eltechs.com.ph/images/social-icons-sprite.png') -96px 32px;
  border-radius: 50%;
}

.itOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: red;
  background: url('https://eltechs.com.ph/images/social-icons-sprite.png') -128px 32px;
  border-radius: 50%;
}

.socialcontainer:hover .fbOverlay {
  opacity: 1;
}

.socialcontainer:hover .twitOverlay {
  opacity: 1;
}

.socialcontainer:hover .ytOverlay {
  opacity: 1;
}

.socialcontainer:hover .inOverlay {
  opacity: 1;
}

.socialcontainer:hover .itOverlay {
  opacity: 1;
}


iframe {
  width:100%;
  height: 100%;
  marginwidth:0;
  marginheight:0;
  border:none; 
}


