/* Position footer to bottom of page */
body {display:flex;min-height:100vh;flex-direction:column;}
#content {flex-grow:1;}

/* Loading element background */
.tld {background-color: #f5c01a;}

/* Background images */
.bgimg {
	background-position: center;
	background-size: cover;
}

/* */
.staticFiller {width:100%;height:20px;}

/* WOW */
/*.wow {
	visibility: hidden;
}*/

/* Bootstrap */
@media only screen and (min-width:768px) {
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}
}
@media only screen and (max-width:768px) {
	.row-eq-height .bgimg {
		min-height: calc(90vh);
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.modal-full  .modal-dialog {
	width: auto;
}
.modal-1024  .modal-dialog {
	max-width: 1024px;
	width: auto;
}

/* Recaptcha */
.grecaptcha-badge {
	z-index: 1;
}