

  .mobile {
	float: left;
	width: 100%;
	text-align: center;
	display: none;
  }
  #may-newsletter {
	float: left;
	width: 100%;
	margin-bottom: 50px;
  }

  #info-banner {
	background: url('/Images/HomeSC/2025/4/stay-informed/banner-top.jpg') no-repeat center top / cover;
	color: #fff;
	padding: 8% 10px 2%;
	animation: greyIn 2s;
	background-size: 100%;
	margin-top: 20px;
  }
  #info-banner h1 {
	font-family: 'Bebas Neue',sans-serif;
	color: #333;
	font-size: 60px;
	line-height: .9em;
	text-transform: uppercase;
	margin: 17px 0 0;
	font-weight: 400;
  }
  #info-banner p {
	color: #333;
	font-size: 22px;
	margin: 10px 0 40px;
	font-family: 'Quasimoda',sans-serif;
	font-weight: 300;
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
  }
  .margin_left {
	margin-left: 40%;
	text-align: center;
  }
  #wrap.container {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
  }

  p {
	font-size: 18px;
  }

  p.required {
	color: #000;
	text-align: right;
	font-weight: 300;
  }

  #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;
  }
  @media screen and (min-width: 1600px) {
	#info-banner {
	  padding: 8% 10px 6%;
	}

  }

  @media screen and (max-width: 1200px) {
	#info-banner {
	  padding: 3% 10px 7%;
	}
	#info-banner h1 {
	  font-size: 40px;
	}
	#info-banner p {
	  font-size: 20px;
	  max-width: 620px;
	}
  }

  @media screen and (max-width: 1180px) {
	.margin_left {
	  margin-left: 23%;
	}
  }

  @media screen and (max-width: 1024px) {
	.margin_left {
	  margin-left: 23%;
	  width: 94%;
	}
	#info-banner p {
	  font-size: 18px;
	}
  }

  @media screen and (max-width: 992px) {
	.margin_left {
	  width: 82%;
	}
  }

  @media screen and (max-width: 824px) {
	#info-banner {
	  padding: 3% 10px 3%;
	}
	.margin_left {
	  width: 75%;
	}

  }

  @media screen and (max-width: 1100px) {
	#info-banner {
	  display: none;
	}
	.mobile {
	  display: block;
	}
	.stay-informed h1{
	  font-family: 'Bebas Neue',sans-serif;
	  color: #333;
	  font-size: 36px;
	  text-transform: uppercase;
	  margin:0;
	  font-weight: 400;
	}
	.stay-informed p{
	  color: #333;
	  font-size: 18px;
	  margin: 10px 0 20px;
	  font-family: 'Quasimoda',sans-serif;
	  font-weight: 300;
	}
	.mobile .img-responsive {
	  display: inherit;
	  margin-left: auto;
	  margin-right: auto;
	  max-width: 500px;
	  width: 100%;
	}
  }

  @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;
	}
	.stay-informed h1 {
	  font-size: 30px;
	}
  }


