input.form-control, input.form-control:focus, select.form-control, select.form-control:focus,
input.form-check-input, input.form-check-input:focus {
  font-size: 14px;
  border: 0;
}

#signature {
  width: 100%;
  height: 240px;
  border: none;
  background-image: url('/partner/img/signature_canvas_background.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 30px;
}

#signature-clear {
  font-size: 16px;
  float: right;
  cursor: pointer;
}

.signup-background {
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}

.signup-background div.row {
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 850px) {
  .signup-background div.row {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

.signup-background div.form-group {
  padding-left: 5px;
  padding-right: 5px;
}

.page-background {
  padding-top: 30px;
}

#partner-header {
  margin-top: 1em;
}

#partner-header .logo {
  max-height: 100px;
  max-width: 300px;
}

.partner-page-title {
  font-size: 22px;
  font-weight: bolder;
  text-transform: uppercase;
}

.partner-page-sub-title {
  font-size: 20px;
  font-weight: 400;
  max-width: 35em;
  margin: auto;
}

.partner-page-privacy {
  color: black;
  font-weight: normal;
  font-style: italic;
}

.partner-page-label {
  font-size: 18px;
  color: grey;
  font-weight: bold;
}

.partner-page-subscript {
  color: black;
  font-weight: 400;
}

.sign-up a { padding-top: 15px !important; }
.sign-up button {
  color: black;
  padding: 8px 8px;
  font-weight: 800;
  border-width: 2px !important;
  text-transform: uppercase;
}

div.modal-body, div.alert {
  font-size: 16px;
}

div.modal-footer.explain {
  font-size: 16px;
  justify-content: flex-start;
}

div.modal-footer.explain p {
  margin-bottom: 0;
}

div.modal-footer.explain + div.modal-footer {
  border-top: 0;
  padding-top: 0;
}

div.project div.description {
  font-size: 14px;
}

div.project div.description div.name{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

div.project div.description span.value {
  font-weight: 700;
}

div.project div.description span.value.phase {
  text-transform: capitalize;
}

#help, #pay-by-check, #verified-secure {
  font-size: 16px;
  padding-left: 10em;
  padding-right: 10em;
}

@media (max-width: 850px) {
  #help, #verified-secure {
    padding-left: 0;
    padding-right: 0;
  }
}

#help .image, #verified-secure .image, #video-help .image {
  height: 50px;
  width: 50px;
}

.partner-page-privacy a, #verified-secure a, #agreement a {
  color: inherit;
  text-decoration: underline;
}

.signup-button {
  height: 40px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 20px 20px 20px 20px;
  margin: 0.5em;
  width: 100px;
}

a.signup-button {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding-top: 8px;
  position: relative;
  bottom: 2px;
}

.signup-button.primary, .signup-button.secondary {
  color: white;
  border: 0;
  text-transform: uppercase;
}

.signup-button.wide {
  width: 150px;
}

.signup-button.v-wide {
  width: 220px;
}

#save-and-continue {
  background-color: white;
  border-style: solid;
}

[type=checkbox].round {
  width: 2rem;
  height: 2rem;
  color: black;
  vertical-align: middle;
  appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: white;
  transition: background 300ms;
  cursor: pointer;
}

[type=checkbox].round::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-size: contain;
  box-shadow: none;
}

[type=checkbox].round:checked::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='grey'/%3E %3C/svg%3E");
}

[type=checkbox].round:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}

label.round {
  font-size: 16px;
  padding-left: 1.5em;
  padding-top: 1ex;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.arrow-steps {
  border-top: 2px solid transparent;
  overflow-x: hidden;
}

.arrow-steps .step {
  line-height: 1;
  font-size: 14px;
  text-align: center;
  color: white;
  margin: 0 3px;
  width: 19.47%;
  padding: 10px 10px 10px 10px;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}

body.three-steps .arrow-steps .step {
  width: 24.47%;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left-width: 17px;
  border-left-style: solid;
  z-index: 2;
}

.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}

.arrow-steps .step:first-child:before {
  border: none;
}

.arrow-steps .step:last-child:after {
  display: none;
}

.arrow-steps .step.current {
  color: white;
}

.arrow-steps .step.current:after {
  border-left-width: 17px;
  border-left-style: solid;
}

@media (max-width: 850px) {
  .arrow-steps .step {
    line-height: 1.4;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 0 10px 18px;
    width: 18.46%;
  }

  body.three-steps .arrow-steps .step {
    width: 23.4%;
  }
}

body.three-steps .arrow-steps .step.step4 {
  display: none;
}

input[type=file].hidden {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

label.for-hidden-file-input {
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}

#utility-bill-upload-label {
  width: 210px;
}

.upload-icon {
  display: inline-block;
  height: 30px;
  width: 30px;
}

.info-icon {
  display: inline-block;
  height: 15px;
  width: 15px;
}

.radio-label {
  font-size: 18px;
  color: darkgrey;
  margin-left: 2em;
}

.radio-label .text {
  margin-left: 0.5em;
}

input[type=radio] {
  appearance: none;
  border-radius: 50%;
  border-width: 9px; /* border corresponds to the native radio's 'dot' */
  border-style: solid;
  outline-width: 7px;
  outline-style: solid; /* outline corresponds to the native radio's 'background' */
}

#thankyou-footer {
  font-size: 18px;
}

#thankyou-footer .questions-section {
  font-weight: bold;
}

#thankyou-footer a {
  text-decoration: underline;
}
