#wpadminbar,
.grecaptcha-badge {
	display: none !important;
}

html[lang="en-US"] {
	margin-top: 0 !important;
}

main {
	height: 100vh;
}

.headline-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: rgba( 0,0,0,0.5 );
	text-align: center;
	color: #fff;
}

.headline-banner h1 {
	font-weight: 500;
	margin: 0;
	padding: 25px 15px;
	font-size: 2.250em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



.group-cols:after { 
  content: ''; 
  visibility: hidden; 
  display: block; 
  height: 0; 
  clear: both;
}

.group-cols .col {
width:33.33%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	display: table;
}

.group-cols .col:nth-child(3) {

}

.group-cols .col .display-table-cell.bottom {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 170px;
}

.group-cols .col .content-wrapper {
	width: 415px;
	max-width:80%;
	margin: 0 auto;
	position: relative;
}

.group-cols .col .content-wrapper .logo-wrapper {
	height: 115px;
	border-bottom: 1px solid #fff;
}

.group-cols .col .content-wrapper .logo-wrapper img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height:auto;
}

.group-cols .col .content-wrapper .paragraph {
	text-align: center;
	position: absolute;
	top: -webkit-calc(100% + 50px);
	top: expression(100% + 50px);
	top: -moz-calc(100% + 50px);
	top: -o-calc(100% + 50px);
	top: calc(100% + 50px);
	left: 0;
	width: 100%;
	font-size: 1.625em;
	color: #fff;
	line-height: 1.5;
	opacity: 0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.group-cols .col:hover .content-wrapper .paragraph {
	top: -webkit-calc(100% + 20px);
	top: expression(100% + 20px);
	top: -moz-calc(100% + 20px);
	top: -o-calc(100% + 20px);
	top: calc(100% + 20px);
	opacity: 1;
}

.group-cols .col .content-wrapper .paragraph :first-child {
	margin-top: 0;
}

.group-cols .col .content-wrapper .paragraph :last-child {
	margin-bottom: 0;
}

.group-cols .col .content-wrapper .paragraph strong {
	font-weight: 500;
}



@media only all and ( min-width: 1023px ) {
.group-cols{display:flex;}
	.group-cols .col{display:flex;}
	.group-cols .col .display-table-cell.bottom{display:flex; max-width: 100%;     align-items: flex-end;}
}


@media only all and ( max-width: 1350px ) {
	
	.group-cols .col .content-wrapper {
		width: 300px;
	}
	
	.group-cols .col .content-wrapper .logo-wrapper img {
	
	}
	
	.group-cols .col .content-wrapper .logo-wrapper {
		height: 85px;
	}
	
}

@media only all and ( max-width: 1023px ) {
	
	.group-cols .col .content-wrapper {
		width: 250px;
	}
	
	.group-cols .col .content-wrapper .paragraph {
		font-size: 1.3em;
	}
	
}

@media only all and ( max-width: 850px ) {
	
	.group-cols .col .content-wrapper {
		width: 200px;
	}
	
	.group-cols .col .content-wrapper .logo-wrapper {
		height: 65px;
	}
	
	.group-cols .col .content-wrapper .logo-wrapper img {
	
	}
	
	.group-cols .col .content-wrapper .paragraph {
		font-size: 1.1em;
	}
	
}

@media only all and ( min-width: 701px ) {
	
	.group-cols .col.mobile {
		display: none;
	}
	
}

@media only all and ( max-width: 700px ) {
	
	.group-cols .col.desktop {
		display: none;
	}
	
	.group-cols .col,
	.group-cols .col:last-child {
		width: 100%;
	}


	.group-cols .col .content-wrapper {
		width: 415px;
	}

	.group-cols .col .content-wrapper .logo-wrapper {
		height: 115px;
	}

	.group-cols .col .content-wrapper .logo-wrapper img {
		max-height: 91px;
	}
	
	.group-cols .col .content-wrapper .paragraph {
		font-size: 1.625em;
		display: block;
		opacity: 1;
		top: -webkit-calc(100% + 20px);
		top: expression(100% + 20px);
		top: -moz-calc(100% + 20px);
		top: -o-calc(100% + 20px);
		top: calc(100% + 20px);
	}
	
}

@media only all and ( max-width: 450px ) {
	
	.headline-banner h1 {
		font-size: 1.5em;
	}
	
}

@media only all and ( max-width: 430px ) {
	
	.group-cols .col .content-wrapper {
		width: 300px;
	}
	
	.group-cols .col .content-wrapper .logo-wrapper {
		height: 85px;
	}
	
	.group-cols .col .content-wrapper .logo-wrapper img {

	}
	
	.group-cols .col .content-wrapper .paragraph {
		font-size: 1.3em;
	}
	
}