/* styles for browsers smaller than 1440px; */
@media (max-width: 1440px) {
  .hidden {
    visibility: hidden;
  }
}

/* styles for browsers larger than 1440px; */
@media (min-width: 1441px) {
  .hidden {
    visibility: visible;
  }
}


h1, h2, h3, h4, h5, h6 .wumsHead{
	font-family: 'Anton', 'Barlow Condensed', 'Fira Sans Extra Condensed';
}


.wumsFooterMenu{
	font-size:20px;
	text-decoration; none;
}

.colorTextYellow {
	color: #f0fb39;
}

.backgroundTurquoise {
	background-color: #4bb6c6;
}


.footerOrig{
	font-size: 13px;
}


.functionCyrcle{
	color: #f0fb39;
	background: #4bb6c6;
	border: 0px;
	font-weight: bold;
}



.topLogo {
	/*
	font-size: 60px;
	color: #4bb6c6;
	font-weight: bold;
	font-family: 'Anton', sans-serif;
	*/
}


.footerLogo {
	font-size: 60px;
	color: #4bb6c6;
	font-weight: bold;
	font-family: 'Anton', 'Barlow Condensed', 'Fira Sans Extra Condensed';
}

/* vertical-align: text-bottom; */
.topLogo img{
	height: 50px;
	/* vertical-align: sub; */
}


.footerLogo img{
	height: 60px;
}


.offset-top-50 {
  margin-top: 50px;
}


.alert-classic-danger {
	border-left-color: #f54b0f;
}

.alert-classic-lg {
	padding-top: 23px;
	padding-bottom: 28px;
	border-left-width: 4px;
}

.alert-classic {
	padding: 17px 22px 17px;
	margin-top: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	text-align: left;
	background-color: #f5f5f5;
}


.alert_displayOff
{
	visibility: hidden;
	display: none;
}

.alert_displayOn
{
	visibility: visible;
	display: block;
}




.video-container{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 425px;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}