
  
  #form-section p, .information p, .information ul li {
    color: #000;
    font-size: 19px;
    font-weight: 300;
    line-height: 24px;
    font-family: Quasimoda;
}
  .information h3{
   font-size: 30px;
  }
  
  .phone-number {
  white-space: nowrap;
  display: inline-block;
}
  
  a.bttn-green {
	display: inline-block;
	background-color: #70b840;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 1.25em 15px 1.25em 15px;
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
  }
  .information {
	float: left;
  }
  .information h2 {
	text-align: center;
	color: #81b553;
  }
  .information ul li {
	margin-bottom: 10px;
  }

  html {
	scroll-behavior: smooth;
  }

  #signup {
	background-image: url('/Images/HomeSC/images/save/white-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	padding: 50px;
	text-align: center;
  }

  #signup h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 3.5rem;
	font-weight: 900;
	color: #81b553;
	text-transform: uppercase;
  }

  #signup p {
	font-size: 1.75rem; 
  }

  #form-section {
	background-color: #fff;
	padding: 60px 0;
	float: left;
	width: 100%;
  }

  #form-section h1  {
	color: #81b553;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
	font-size: 3.5rem;
	margin-top: 0;
	margin-bottom: 30px;
  }

  #form-section p  {
	margin: 0 0 15px;
  }

  #form-section form {
	max-width: 800px;
	margin: auto;
	padding-bottom: 40px;
  }

  #form-section input:not([type='checkbox']) {
	width: 100%;
	height: 40px;
	border: 2px solid #bbbbbb;
	border-radius: 8px;
	margin: 10px;
	padding-left: 10px;
  }

  #form-section input[type='checkbox'] {
	width: 20px;
	height: 20px;
	border: 2px solid #bbbbbb;
  }

  #form-section label {
	text-align: left;
	font-weight: 400;
  }

  #erase-button {
	color: #777777;
	cursor: pointer;
	margin-right: 50px;
  }

  #submit-button {
	width: 200px;
	padding: 1.25em 15px 1.25em 15px;
	background-color: #81b553;
	color: white;
	border: none;
	margin-top: 10px;
	border-radius: 50px;
	font-size: 13px;
  }

  #form-disclaimer {
	text-align: left; 
	margin-top: 25px;
  }
  p#form-disclaimer{
   font-size: 14px;
  }
  input[type="checkbox"] {
	margin: 0 10px;
	min-width: 20px;
  }

  .flex {
	display: flex;
	margin: 5px 0;
  }
  @media (max-width: 767px) {
	#form-section {
	  padding: 30px 0;
	}
	#form-section input:not([type="checkbox"]) {
	  margin: 0 0 20px;
	}
	#form-section form {
	  padding-bottom: 20px;
	}
  }
