  #introBanner {
  position: relative;
  /* min-height: 760px; */
  height: 500px;
  overflow: hidden;
  /* margin-bottom: 50px; */
  /* background: #333; */
  background: #333 url('../images/langsdorf-banner.jpg') no-repeat center center;
  /* background-attachment: fixed; */
  background-size: cover;
  padding: 0 !important;
  text-align: center;
}

/* #introBanner article.fixed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  text-align: center;
  font-size: 1.8em;
} */

#introBanner h1 {
  margin: 0;
}

#introBanner h1,
#introBanner p {
  color: white;
}

/* #introBanner .tint {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .6);
} */

/* #introBanner img.banner {
  position: absolute;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  margin: auto;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: none;
} */

section#body article {
  background: white;
  padding: 2em 2.5em;
  top: -80px;
  z-index: 2;
  position: relative;
  box-shadow: 10px 8px 10px rgba(74, 74, 74, 0.04);
}

body.landing {
  background-color: #f1f1f1;
}


.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

section#body li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 25%;
  box-sizing: border-box;
}

section#body ul {
/*  display: flex;*/
  text-align: center;
}

section:not(#body):not(#masthead) {
  padding: 3em 0;
}

@media screen and (max-width: 750px) {
	section#body ul {
		display: block;
	}
	section#body li {
		width: 48%;
		margin: 10px 0;
	}
}

/*-----HERO BANNER-----*/
.hero {
	width:100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: fixed;
}

.hero article {
	width:44%;
	padding:3%;
	margin: 6% auto;
	background-color: rgba(0, 0, 0, 0.8);
	color:#fff !important;
}

@media screen and (max-width: 750px) {
	.hero article {
		width: 90%;
	}
}


.hero article h2,
.hero article h3,
.hero article p,
.hero article li,
.hero article a {
  color:#fff !important;
}

#share {
  background: url('/insiders/_resources/images/pollak-banner.jpg') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

#become {
  background: url('/insiders/_resources/images/titans-banner.jpg') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

section#share form {
  max-width: none;
  margin: 10px 0;
}

section#share form input[type=submit] {
  padding: 15px 0;
  line-height: 1;
  font-family: "Lora",Georgia,Times,serif;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 6px;
  border-bottom: 3px solid #032545;
}

section#share form input[type=submit]:hover {
  border-bottom: 3px solid #084b8a;
}

#become {
	text-align: center;
}

#benefits li {
  padding: 0;
  margin: 0 0 10px 20px;
  list-style: none;
  position: relative;
}

#benefits li:before {
  content: url('/insiders/_resources/images/icons/blue/arrow-right.svg');
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 0;
}

#benefits {
	padding-top: 0;
	margin-top: -80px;
}

section#body li img {
  display: block;
  margin: 0 auto 10px auto;
  width: 40%;
}

main .form-style-2 legend {
	font-family: "Libre Franklin",sans-serif;
	color: white;
}

main .form-style-2 fieldset {
	padding: 0;
  border: none;
  clear: both;
}

.float_right,
.float_left {
	width: 48%;
	box-sizing: border-box;
}

em {
  font-style: italic;
}

span.required {
  color: #db472b;
}

.error {
    color: #db472b !important;
}

#cblAffiliation {
    font-size: 1.125em;
    width: 100%;
    color: #fff;
}

    #cblAffiliation td {
        border: none;
        padding: 0;
    }

    #cblAffiliation label {
        float: left;
    }

    #cblAffiliation input[type=checkbox] {
        float: left;
        margin-right: 2%;
    }

main .form-style-2 input[type=text]::-webkit-input-placeholder,main .form-style-2 input[type=date]::-webkit-input-placeholder,main .form-style-2 input[type=datetime]::-webkit-input-placeholder,main .form-style-2 input[type=tel]::-webkit-input-placeholder,main .form-style-2 input[type=email]::-webkit-input-placeholder,main .form-style-2 input[type=number]::-webkit-input-placeholder,main .form-style-2 input[type=search]::-webkit-input-placeholder,main .form-style-2 input[type=time]::-webkit-input-placeholder,main .form-style-2 input[type=url]::-webkit-input-placeholder,main .form-style-2 textarea::-webkit-input-placeholder,main .form-style-2 select::-webkit-input-placeholder {
  color: #446C81
}

main .form-style-2 input[type=text]::-moz-placeholder,main .form-style-2 input[type=date]::-moz-placeholder,main .form-style-2 input[type=datetime]::-moz-placeholder,main .form-style-2 input[type=tel]::-moz-placeholder,main .form-style-2 input[type=email]::-moz-placeholder,main .form-style-2 input[type=number]::-moz-placeholder,main .form-style-2 input[type=search]::-moz-placeholder,main .form-style-2 input[type=time]::-moz-placeholder,main .form-style-2 input[type=url]::-moz-placeholder,main .form-style-2 textarea::-moz-placeholder,main .form-style-2 select::-moz-placeholder {
  color: #446C81
}

main .form-style-2 input[type=text]:-ms-input-placeholder,main .form-style-2 input[type=date]:-ms-input-placeholder,main .form-style-2 input[type=datetime]:-ms-input-placeholder,main .form-style-2 input[type=tel]:-ms-input-placeholder,main .form-style-2 input[type=email]:-ms-input-placeholder,main .form-style-2 input[type=number]:-ms-input-placeholder,main .form-style-2 input[type=search]:-ms-input-placeholder,main .form-style-2 input[type=time]:-ms-input-placeholder,main .form-style-2 input[type=url]:-ms-input-placeholder,main .form-style-2 textarea:-ms-input-placeholder,main .form-style-2 select:-ms-input-placeholder {
  color: #446C81
}

main .form-style-2 input[type=text]:-moz-placeholder,main .form-style-2 input[type=date]:-moz-placeholder,main .form-style-2 input[type=datetime]:-moz-placeholder,main .form-style-2 input[type=tel]:-moz-placeholder,main .form-style-2 input[type=email]:-moz-placeholder,main .form-style-2 input[type=number]:-moz-placeholder,main .form-style-2 input[type=search]:-moz-placeholder,main .form-style-2 input[type=time]:-moz-placeholder,main .form-style-2 input[type=url]:-moz-placeholder,main .form-style-2 textarea:-moz-placeholder,main .form-style-2 select:-moz-placeholder {
  color: #446C81
}