body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: 'Noto Sans', sans-serif;
}
body a{
  font-family: 'Noto Sans', sans-serif;
}
main {
  flex: 1 0 auto;
}
.ed-main {
    width: 100%;
    margin-bottom: 0;
    display: flex;
}    
.ed-main-wrap {
    display: flex;
	width: 100%;
	margin-bottom: 0;
}  

.ed-footer{
	padding-top:0;
	padding-bottom:0;
}
.ebs-menu1{
	margin-left:350px;
}
.ebs-panel{
	margin-top:10px;
	margin-bottom:0;
}

.ebs-list-wrap .collection-item{
	padding: 7px 20px;
}
.card blockquote{
	font-size:13px;
	font-family: 'Roboto', sans-serif;
}
@media (max-width: 1248px) {
  .brand-logo {font-size:1.5rem !important; }
  .ebs-menu1 {margin-left: 215px;}
}
@media (max-width: 1115px) {
  nav ul a {padding: 0 7px;font-size: 0.9rem;}
}
.registerform{
	max-width: 600px;
    margin: 30px auto;
    display: block;
    float: none !important;
}
.searchform{
	margin: auto 0;
    position: relative;
    display: inline-block;
    float: none !important;
}
#logo-container{
	left:0;
}
@media only screen and (max-width: 992px){
	nav .brand-logo {
		left: 50% !important;
	}
}
.collection .collection-item.active {
    background-color: #2196f3;
    color: #fff !important;
}
#dropdown3{
	width: auto !important;
}
.grecaptcha-badge{
	opacity: 0.5;
}
.grecaptcha-badge:hover{
	opacity: 1;
}
.ugnp-item{
	font-size: 17px;
}
.ebs-slider{
	margin-bottom: -3px;
    margin-top: 10px;
}
.carousel-item{
	cursor:default;
}
.ebs-logo-wrap{
	display: inline-block;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30pc;
    text-align: right;
	margin-top: 2px;
}
.ebs-logotext-wrap{
	display: block;
    float: right;
    margin-left: 10px;
}
@media only screen and (max-width: 1340px){
	.ebs-logo-wrap {
		display:none !important;
	}
	.ebs-menu1{
		margin-left:300px;
	}
}
.footertable td{
    padding: 0px 5px;
}
.collection .collection-item:last-child{
   /* display: none !important;*/
}