.rc-gated-ajax {
	position: relative;
	display: flex;
	justify-content: center;
	
}
.rc-gated-ajax form {
	position: absolute;
	max-width: 100%;
	margin: 20px auto 0;
	z-index: 1;
	width: 480px;
	padding: 40px;
	background: #ffffff;
	color: #002855;
	user-select: auto; /* supported by Chrome and Opera */
   -webkit-user-select: auto; /* Safari */
   -khtml-user-select: auto; /* Konqueror HTML */
   -moz-user-select: auto; /* Firefox */
   -ms-user-select: auto; /* Internet Explorer/Edge */
   border-radius: 4px;
   overflow: hidden;
   box-shadow: 0px 5px 30px rgba(0,0,0,0.05);
}

.rc-gated-ajax form .form-field input {
    border: 0;
    border-radius: 2px;
    padding: 8px 20px;
    margin-bottom: 5px;
    font-weight: 400;
	width: 100%;
	background: #fafafa;
}
.ps-full-report {
	display: none;
}
.rc-gated-ajax form h3, .thank-you-wrap h3 {
	margin: 0 0 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #002855;
    border-bottom: 2px solid #f9f9f9;
    padding-bottom: 20px;
    text-align: center;

}
.rc-gated-ajax form > .loading-wrap {
	display: none;
}
.thank-you-wrap p {
	text-align: center;
}
.thank-you-wrap {
	
   box-shadow: 0px 5px 30px rgba(0,0,0,0.05);
	display: none;
	    position: absolute;
    max-width: 100%;
    margin: -40px auto 0;
    z-index: 1;
    width: 480px;
    padding: 40px;
    background: #ffffff;
    color: #002855;
    overflow: hidden;
}
.rc-gated-ajax.loading form > .loading-wrap {
	position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rc-gated-ajax.loading form > .loading-wrap img {
    display: block;
    width: 150px;
    z-index: 2;
}
.rc-gated-ajax form label {
	font-weight: 700;
    font-size: 16px;
    margin: 10px 0 4px;
}

.rc-gated-ajax form label.opt-in {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}
.rc-gated-ajax form .form-field input.opt-in-input {
	float: left;
    display: block;
    width: auto;
    margin-right: 10px;
}

.button-wrap {
	width: 100%;
	display: block;
	text-align: center;
}
.rc-gated-ajax form button {
	display: inline-block;
    background: #066FAC;
    color: #fff;
    border: 0;
    padding: 16px 20px;
    border-radius: 4px;
    margin-top: 18px;
	font-size: 22px;
    font-weight: 700;
    width: 100%;
}
.rc-gated-ajax form button:hover {
	background: #0684BC;
}
.rc-gated-ajax form button:active,
.rc-gated-ajax form button:focus {
	outline: 0;
    border: 0;
}
