



  #wrap.container {
	width: 90%;
	max-width: 800px;
	margin: 40px auto 20px;
  }

  p {
	font-size: 18px;
  }

  p.required {
	color: #c9021b;
	text-align: right;
  }

  #may-newsletter-submit {
	font-size: 18px;
	padding: 8px 60px 8px;
	border-radius: 30px;
	text-align: center;
	background: #164b8e;
	border: 0;
	text-transform: uppercase;
  }

  #may-newsletter-submit:hover {
	background-color: #264a89;
  }
  .method-1 .mb-3 {
	float: left;
	padding-right: 10px;
}
  .method-1 .form-check {
	float: left;
	padding-right: 10px;
}
  .method-1 label {
	font-weight: 400;
}
  .form-group.row label {
	font-weight: 400;
}
.method-1.mobile-view-left {
    margin-top: 10px;
}

  #disclaimer p {
    font-size: 14px;
    line-height: 16px;
}
  #disclaimer {
    margin-top:30px;
}
  @media screen and (max-width: 767px) {
#wrap.container {
	margin: 0px auto 20px;
  }
	.right-top {
    padding-top: 15px;
}
}
 @media screen and (max-width: 575px) {
.mobile-view-left {
	width: 100%;
}
.mobile-view-right {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 40px;
    width: 100%;
}
.method-1.mobile-view-left .mb-3 {
    width: 100%;
}
.method-1.mobile-view-left {
    margin-top: 0px;
    margin-bottom: 15px;
}
 }
  

