/**
 * Based on Galaxy's theme-responsive.css media queries. Similar to Bootstrap, except:
 *   - We're using Sass
 *   - Their large is our x-large
 *   - We add a different large
 *
 * See: http://getbootstrap.com/css/#grid-media-queries
 */
/**
 X-large. Desktops.
 */
/**
 Large. Laptops.
 */
/**
 Medium. Tablets, small laptops.
 */
/**
 Small. Tablets.
 */
/**
 X-small. Phones.
 */
/**
 Extra x-small. Real phones.
 */
/**
 Extra extra x-small. iPhone 4s.
 */
/**
 * Devices
 */
/**
 * Mixin library
 */
/**
 * Inheritable top shadow for bright green bg
 */
.am-box-shadow-top-bright-green-bg {
  box-shadow: inset 0 10px 8px -8px #395318; }

.am-box-shadow-bottom-bright-green-bg {
  box-shadow: inset 0 -10px 8px -8px #395318; }

.am-diffuse-top-shadow-green-bg {
  box-shadow: inset 0px 20px 40px -15px #395318; }

.am-diffuse-top-shadow-clear-bg {
  box-shadow: inset 0px 45px 40px -40px #4e4e4e; }

/**
 * Inheritable shadows for white bg
 */
.am-box-shadow-top-white-bg {
  box-shadow: inset 0 10px 8px -8px #777777; }

.am-box-shadow-bottom-white-bg {
  box-shadow: inset 0 -10px 8px -8px #777777; }

section.am-more-info .am-content {
  padding: 3em;
  font-size: 1.25em; }
section.am-more-info p {
  text-align: center; }
section.am-more-info p:last-child {
  margin-bottom: 0; }

.am-page-form form .am-how-hear p:first-child, .am-page-form form .am-how-hear label:first-child {
  display: block;
  margin-top: 2em;
  margin-bottom: .5em; }

.am-captcha-message {
  text-align: center;
  margin-top: 2em;
  padding-left: 7.5vw;
  padding-right: 7.5vw; }

.am-captcha {
  margin-left: auto;
  margin-right: auto;
  width: 304px; }

/* Remove link to this page */
.am-contact-us-button {
  display: none !important; }

/*# sourceMappingURL=contact-us.css.map */
