/* *********************************
	
	Offset Form Landing Page Styles	
	
   ********************************* */


/* useful universals */

html {
	scroll-behavior: smooth;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.pageCenter {
	float:none !important;
	max-width:1200px;
	margin: 0 auto 0 !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.halfPadded {
	padding: 10px 20px;
}

/* header - which is to say logo */
.lpLogo {
	padding: 10px 0;
	/*max-width: 180px;*/
}
@media(max-width:640px){
	.lpLogo {
		padding: 15px 0 0;
		float:none !important;
		margin: 0 auto 0 !important;
	}
}

.offsetContentBlockTwo {
	min-height: 350px;
}
.centeredImage {
	text-align:center;
}
.centeredImage img {
	max-width:350px !important;
	height: auto !important;
}

@media(max-width:768px){
	.offsetContentBlockTwo {
		min-height: none;
		height: auto;
	}
	.centeredImage img {
		float:none;
		margin: 10px auto 30px;
	}
}

/* other buttons */
.lpButton {
    background-color: #ff8921 !important;
    background-image: none !important;
    border: 0px solid #f58220 !important;
    border-radius: 5px !important;
    box-shadow: 0 0 #000 inset !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 20px !important;
    float:none!important;
    font-weight: 900!important;
    height: auto !important;
    line-height: 25px !important;
    margin: 35px 0 25px!important;
    padding: 14px 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    /*text-shadow: 2px 1px #78797B !important;*/
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    position:relative;
    z-index:1;
    max-width: 250px;
}
 .lpButton:hover {
    background:#0000bf!important;
}

.lpPageHeading h2 {
	font-size:36px;
	font-weight:600;
	color:#0000bf;
	letter-spacing: 3px;
  margin-top:70px;
}


.iconList {
	font-size: 20px;
}
.iconList p {
	padding: 10px 20px;
}
.iconList img {
  max-width:150px !important;
}

.narrowMiddle {
	padding: 10px 140px;
}	
@media(max-width:1024px) {
	.narrowMiddle {
		padding: 10px 40px;
	}	
  
  .lpPageHeading h2{margin-top:220px;}
}
@media(max-width:480px) {
	.narrowMiddle {
		padding: 10px 20px;
	}	
  .lpPageHeading h2{margin-top:0px;}
}