.ngp-form {
	max-width: inherit;
	width: 100%;
	color: #545456;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #FBFBFB;
}

.at-inner {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #FBFBFB;
	color: #545456;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
}

header.at-title {
	/* text-transform: uppercase; */
	color: #E84923;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
	width: 65%;
	margin: 0 auto;
	font-size: 2.5rem;
  border-bottom: none;
	padding: 45px 0;
  line-height: 3.3rem;
}

.at-markup.HeaderHtml {
	width: 50%;
	float: left;
	background-color: #FBFBFB;
}

.ngp-form form,
.at-markup.FooterHtml {
	float: right;
	width: 47%;
	background-color: #FBFBFB;
}

.description span,
.at textarea,
.at * {
  font-size: 14px;
  line-height: 22px;
	color: #545456;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.at u {
  font-size: 1rem;
  color: inherit;
}

.at label,
.at .at-steps li {
	color: #545456;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.at label {
	font-size: 1rem;
}

.at .at-steps {
  background: #FBFBFB;
  border-top: none;
  border-bottom: none;
}

.at fieldset,
.at-form-submit {
	background: #fbfbfb
}

.at-markup {
	margin-bottom: 0;
}

.at i {
  font-style: inherit;
  font-size: 1.0rem;
  line-height: 1.5;
  color: #545456;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
}

.at .btn-at-primary {
	background-color: #E84923;
	-moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.at .btn-at-primary:hover {
	background-color: transparent;
	border: 2px solid #E84923;
	color:#E84923
}

.at .btn-at-link {
  background-color: transparent;
  border-color: #e84923;
  color: #e84923;
  outline: 0;
}

.at .btn-at-link:hover {
  background-color: #E84923;
  border-color: #e84923;
  color: #fff;
  outline: 0;
}

.at a {
	font-size: inherit;
}

.at .at-step.active {
  border-bottom-color: #E84923;
}

.at-form-submit .at-submit,
.at .at-secondary-submit {
  float: none;
  margin-bottom: 10px;
}


.at .error small.error {
	background: #E84923;
}

.at .error select:required, .at .error textarea:required, .at .error input[type="text"]:required, .at .error input[type="password"]:required, .at .error input[type="date"]:required, .at .error input[type="datetime"]:required, .at .error input[type="datetime-local"]:required, .at .error input[type="month"]:required, .at .error input[type="week"]:required, .at .error input[type="email"]:required, .at .error input[type="number"]:required, .at .error input[type="search"]:required, .at .error input[type="tel"]:required, .at .error input[type="time"]:required, .at .error input[type="url"]:required, .at .error input[type="color"]:required, textarea.at .error input:required {
	color: #E84923;
  border-color: #E84923;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.at input[type="text"], .at input[type="password"], .at input[type="date"], .at input[type="datetime"], .at input[type="datetime-local"], .at input[type="month"], .at input[type="week"], .at input[type="email"], .at input[type="number"], .at input[type="search"], .at input[type="tel"], .at input[type="time"], .at input[type="url"], .at input[type="color"], .at textarea {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
    height: 58px;
    padding: 6px 10px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 8px;
    font-size: 16px;
}

:required {
	border-bottom: 3px solid #E84923 !important;
}

.at select {
	background-position: 100% center;
	background-repeat: no-repeat;
  background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #c4cfdd;
	padding: 0.5rem 1.25rem 0.5rem 0.5rem;
	font-size: 0.875rem;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: rgba(0,0,0,0.75);
	line-height: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	height: 58px;
	font-size: 16px;
	font-weight: 300;
	margin-top: 8px;
}

.at label.error {
	color: #E84923;
}

.at label small {
	font-size: 10px;
}

.at .at-step.valid>*:before {
  background: #c4cfdd;
}

@media (max-width: 1200px) {
	.at .at-step a:before, .at .at-step b:before {
    -webkit-transform: translateY(-100%) translateX(-50%);
    -moz-transform: translateY(-100%) translateX(-50%);
    -ms-transform: translateY(-100%) translateX(-50%);
    -o-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    left: 50%;
    right: auto;
	}
	.at .at-step a, .at .at-step b {
    padding: 30px 0 0;
    font-size: 0.75rem;
	}
}

@media (max-width: 991px){
	.at-markup.HeaderHtml,
	.ngp-form  form,
	.at-markup.FooterHtml {
		float: none;
		width: 100%;
	}
}

@media (max-width: 650px){
	header.at-title {
		width: 85%;
		font-size: 2rem;
	}
}

u { text-decoration:  none }

.at-markup.HeaderHtml p strong,
.at-markup.HeaderHtml p strong span {
	text-decoration: none;
	font-weight: 600;
}

h1 {
	margin-bottom: 32px;
}

.at-recurring {
	margin-top: 50px;
}

.at-recurring label {
	color: #e94924;
	font-weight: 500;
  margin-left: 12px;
}

.at form .label-amount input+.label-otheramount-prefix {
	top: 12px;
	left: 0
}

.join-form-every-action .at input[type="number"] {
	padding: 6px 25px;
}
