@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.grecaptcha-badge {display:none;}

#mobileFooter {position:fixed; height:70px; z-index:99; padding:5px 0 0; width:100%; background:#fff; bottom:0; border-top:2px solid #ddd; }
#mobileFooter {font-family:'Lato',open sans,sans-serif; font-size:27px; font-weight:600;}
#mobileFooter small {font-size:50%; display:block;}
#mobileFooter a {color:#fff;}
#mobileFooter .container {
	width:87%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	 justify-content: space-between;
	align-items: normal;
	align-content: normal;
}
#mobileFooter .container > .left{
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
#mobileFooter .container > .center{
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
#mobileFooter .container > .right{
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

#mobileFooter .rectangle {
	border-radius: 3px;
    width: 110px;
    height: 48px;
    padding: 0px 8px;
    border: 0px;
	background:none;
	color:#fff;
	line-height:1em;
	
}
#mobileFooter .left.rectangle {background:#00b6fd; text-align:left;}
#mobileFooter .left.rectangle.opened {background-color:#6c757d;}
#mobileFooter .center.rectangle {background:#03a84e; text-align:center;}
#mobileFooter .center.rectangle.opened {background-color:#6c757d;}

#mobileFooter .rectangle-sm {width:70px; text-align:center; line-height:.7em;}
#mobileFooter i {font-size:20px;}

#mobileFooter .minified-wrapper {
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  height:47px;
}
#mobileFooter .minified-wrapper > div {
	display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
} 
#mobileFooter .minified-wrapper > div > * { display:block;}


#menu-info {
	position: fixed;
    width: 96%;
	margin:0 2%;
    background: #fff;
    z-index: 10;
    bottom: 52px;
    padding: 8px 10px 20px;
	border:2px solid #ddd;
	border-top:3px solid #30b1ea;
	border-radius:7px 7px 0 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
#menu-info p {font-size:12px; font-weight:300;}
#menu-info strong {font-size:15px; display:block; font-weight:500;}

#menu-info.subhead {transition:none; -webkit-transition:none;}
#menu-info.subhead li {width:100%; margin:0; text-align:left;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 15px;
    padding: 4px 0;
    margin: 4px 0;
    position: relative;
	}
#menu-info.subhead li:last-child {
	border-bottom:none;
}
#menu-info.subhead li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    right: 1%;
    position: absolute;
	top:10%;
	background:none;
	color:#444;
}

#footer-info {float:none; text-align:center;}
@media (max-width:575.98px) {
	#cookie-law-info-bar {font-size:12px; margin-bottom:70px;}
	#cookie-law-info-bar .cookie-text {clear:both; display:block;}
	#footer-info {padding-bottom:70px; font-size:15px;}
	#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {margin-bottom:0 !important;}
}

