.entry-content {
  max-width: 100%;
}

.content.ngp-content {
  max-width: 950px;
  margin:0 auto;
}

#fy18_funding .at-form label {
  margin-bottom: 1rem;
}

#fy18_funding .at input[type="text"], #fy18_funding .at input[type="email"], #fy18_funding .at input[type="tel"] {
  background-color: rgba(255,255,255, 0.1);
  font-family: inherit;
  border-style: solid;
  border-width: 3px;
  border-color: #c4cfdd;
  color: rgba(0, 0, 0, 0.65);
  font-size: inherit;
  margin: 0;
  height: 3.3125rem;
  border-radius: 5px;
}

 #fy18_funding .at textarea {
   font-family: inherit;
   font-size: 0.875rem;
   font-weight: 400;
   line-height: 1.3rem;
 }

#fy18_funding .at select {
  background-position: 100% center;
  background-size: auto 15%;
  border-width: 3px;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.45);
  border-radius: 5px;
  height: 3.3125rem;
  margin-bottom: 0;
}

#fy18_funding .at fieldset {
  border: none;
}

#fy18_funding .at fieldset legend {
  color: #394357;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.125rem;
  margin: 0 0.625rem;
  padding-bottom: 0;
  padding-top: 24px;
  border: 0
}

/* Adds white space above FastAction section */
#fy18_funding .FastAction.at-markup {
  margin-bottom: -1px
}

#fy18_funding .ngp-form {
  max-width: 100%;
}

/* Position of form sections */
#fy18_funding fieldset.ContactInformation {
  width: 40%;
  float: left;
}

#fy18_funding fieldset.AdvocacyFields {
  width: 60%;
  float: right;
  margin: 50px 0 90px;
  padding-bottom: 3rem;
  background-color: #fafafa;
  border-radius: 7px;
  font-size: .85rem;
}

#fy18_funding fieldset.AdvocacyFields .Subject {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Width of form sections */
#fy18_funding .at .at-fieldset {
  min-width: 40% ;
}

#fy18_funding .at-form-submit {
  padding: 0.625rem;
  float: left;
}

/* Adds whitespace between header body and forms */
#fy18_funding .HeaderHtml {
  margin-bottom: 4rem;
}

/****************************************************************
*****************************************************************
   Media Queries: Breakpoints 480px, 600px, 768px, 1024px
*****************************************************************
****************************************************************/

@media screen and (max-width:640px) {
  #fy18_funding fieldset.ContactInformation {
    width: 100%;
    float: none;
  }

  #fy18_funding fieldset.AdvocacyFields {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  #fy18_funding .at-form-submit .at-submit {
    width: 100%;
    margin: 0 auto;
  }
  #fy18_funding .at-form-submit {
    float: none;
  }
}

@media screen and (min-width:600px) {

}

@media (min-width:768px) {
  #fy18_funding .content.ngp-content {
    max-width:950px;
  }


  #fy18_funding body .at.ngp-form {
    float:none;
    margin-top:50px;
    margin-bottom:100px;
    min-width:500px;
  }
}
