
.lglogo {
	width:40%;
	margin-left:20px;
	margin-top:50px;
}

.side-menu ul
{
margin:0px;
padding:0px;
list-style-type:none;
-webkit-backface-visibility: hidden; backface-visibility: hidden;  
margin-top:30px;
float:left;
}
.var_nav
{
position:relative;
background:#000; 
zoom: 1;
background: rgba(254, 254, 254, 0.2);
width:300px;
height:50px;
margin-bottom:15px;
border:1px solid #fff;
border-left:0px;
}

.var_nav_join
{
position:relative;

width:300px;
height:50px;
margin-bottom:15px;
color:#d91b1f;
}

.link_bg
{
 width:0px;
 height:50px;
 position:absolute;
 background:#d91b1f;
 color:#fff;
 z-index:2;
}
.link_bg i
{
 position:relative;
}
.link_title
{
position:absolute;
width:100%;
z-index:3;
color:#fff;

}
.link_title:hover .icon
{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);  
}
.var_nav:hover .link_bg
{
width:100%;
background:#d91b1f;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;  
}
.var_nav:hover a
{
font-weight:bold;
color:#fff;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out; 
-o-transition:all .5s ease-in-out; 
-ms-transition:all .5s ease-in-out;
 transition:all .5s ease-in-out;  
}
.icon
{
position:relative;
width:30px;
height:50px;
text-align:center;
color:#fff;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out; 
-o-transition:all .5s ease-in-out; 
-ms-transition:all .5s ease-in-out;   
float:left;
transition:all .5s ease-in-out;   
float:left;  
}
.icon i{top:22px;position:relative;}
.side-menu ul li a{
display:block;
position:absolute;
float:left;
font-family: helveticaneue;
color:#fff;
text-decoration:none;
width:100%;
height:50px;
text-align:right;

}
.side-menu ul li a span
{
margin-top:10px;
margin-right:10px;
display:block;
}

.side-menu ul li a.join {
 color:#d91b1f;
 font-weight:bold;
}

.bblogo {
  position: fixed;
  bottom: 0;
  right: 0;	
  padding:10px;
}

.bblogo img {
	width: 60px;
}



@font-face { font-family: 'neosansstd'; src: url('/src/neo_sans_light.eot'); src: url('/src/neo_sans_light.eot?#iefix') format('embedded-opentype'), url('/src/neo_sans_light.svg#Neo Sans Light') format('svg'), url('/src/neo_sans_light.woff') format('woff'), url('/src/neo_sans_light.ttf') format('truetype'); font-weight: normal; font-style: normal;}


#container {
	width:65%;
	float:left;
	background:#fff;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	margin-top:30px;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; /* future proofing */
-khtml-border-radius: 6px; /* for old Konqueror browsers */
padding:6px;
margin-left:40px;
  min-height:500px;
  min-width:300px;
  margin-bottom:20px;
  font-family: neosansstd;
  font-size:80%;

}

#container h2{
	margin:10px;
	color:#d91b1f;
	font-family: neosansstd;
}

#container p {
	margin:10px;
}

#container img {
	width:90%;
}

#container img.noresize {
	width:auto;
}

#container img.sponsor {
	width:auto;
	margin:20px;
}

#container .social {
	margin:0 auto;
	text-align:center;
	display: flex;
	flex-direction: column;
}
#container .social img {
	max-width: 200px;
}

#container .social a {
	color: 	#d91b1f;
	margin-right:20px;
	margin-right:20px;
}

#container .social a:visited {
	color: 	#d91b1f;
	margin-right:20px;
	margin-right:20px;
}

#container .social a:hover {
	color:#333;
}


#msgsent { 
	width:90%;
	font-weight:bold;
	color:#0c0;
	width:90%;
	margin:0 auto;
	padding-bottom:10px;
}

#msgerror { 
	width:90%;
	color:#c00;
	font-weight:bold;
	width:90%;
	margin:0 auto;
	padding-bottom:10px;
}


ul.education-tabs {
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
	display: flex;
	flex-direction: column;
}


ul.education-tabs li {
    display: inline-block;
    margin: 30px;
    margin-bottom: 1rem;
}

ul.education-tabs li:last-of-type {
	margin: 10px;
}

ul.education-tabs li a{
font-family: helveticaneue;
color:#000;
text-decoration:none;
width:100%;
height:50px;
text-align:right;
font-size:120%;
border:1px solid #ccc;
padding:10px 20px;
	display: inline-flex;
	max-width: fit-content;
	align-items: center;
	text-align: center;
}

ul.education-tabs li a:hover {
	background: 	#d91b1f;
	color:#fff;
}

@media screen and (min-width: 870px) {
	ul.education-tabs {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	ul.education-tabs li {
		margin: 10px;
		width: 45%;
		align-self: flex-end;
	}

	ul.education-tabs li.wider-tab {
		margin: 10px;
		width: 45%;
		align-self: flex-end;
	}
	
	ul.education-tabs li a{
		width:100%;
	}
	
}
@media only screen and (min-width: 1024px) {
	ul.education-tabs {
		row-gap: 20px;
	}
	ul.education-tabs li {
		margin: 0;
		width: 33.33%;
		max-width: 33.33%;
		align-self: flex-end;
	}

	ul.education-tabs li.wider-tab {
		width: 50%;
		flex: 0 0 50%;
	}

}


.tab {
	width:90%;
	margin:0 auto;
	margin-top:40px;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .bblogo{ display: none; }
  #container { margin-left:0px;width:92%;}
}

.aboutPics {
	
}

@media screen and (min-width: 40em) {
	.aboutPics img {
		width: 48% !important;
	}
}