div.row.error-row {
  margin-bottom: 10px;
}
div.row.error-row > div {
  background-color: #ffa7a7;
  border: #ff0e0e;
  color: #ff0e0e;
  border-radius: 3px;
  padding: 3px;
  overflow: hidden;
  cursor: pointer;
}
form label {
  margin-top: 10px;
}
form h4 {
  margin: 0;
  padding-top: 10px;
}
form div.input-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
form div.input-container span.form-row-text {
  margin-top: 10px;
  display: block;
}
form div.input-container input.form-control,
form div.input-container select.form-control,
form div.input-container textarea.form-control {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
form div.input-container input.invalid,
form div.input-container select.invalid,
form div.input-container textarea.invalid {
  background: #ffe4e4;
}
form div.input-container input.valid,
form div.input-container select.valid,
form div.input-container textarea.valid {
  background: #e4ffe4;
}
form div.input-container input.other-input,
form div.input-container select.other-input,
form div.input-container textarea.other-input {
  display: none;
  margin-top: 10px;
}
form div.input-container div.row.invalid-message {
  height: 0;
  font-size: 12px;
  color: #ff4141;
  opacity: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
form div.input-container.invalid div.row.invalid-message {
  height: 18px;
  opacity: 1;
  overflow-y: hidden;
}
.spacer-row {
  margin-top: 10px;
}
.director-row:nth-last-of-type(1) .spacer-row {
  display: none;
}
div.row.director-row > div.row:nth-last-of-type(1) {
  margin-bottom: 0;
}
div.changed-address {
  display: none;
}
div.input-container p {
  margin-top: 10px;
}
.clear {
  clear: both;
}
form.register-form div.director-row {
  margin-bottom: 0;
}
.assessment-tool-info {
  margin-top: 10px;
}

.row.header {
  height: 200px;
}


.introducer-home-row {
  margin-top: 20px;
}
.introducer-home-row a.introducer-action {
  display: block;
  height: 100px;
}
.introducer-home-row a.introducer-action div.text {
  color: white;
  font-size: 17px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-container {
  width: 1170px;
  margin: 0 auto;
  max-width: 100%;
  font-family: 'Open Sans';
}
a.introducer-action {
  display: block;
  height: 100px;
}
a.introducer-action div.text {
  color: white;
  font-size: 17px;
}


div.terms-and-conditions ol {
  margin-bottom: 20px;
}
div.terms-and-conditions ol li {
  margin-bottom: 10px;
}
div.terms-and-conditions ol li .t-c-header {
  margin-bottom: 10px;
  display: block;
}

.switchingProvider input[type="radio"]{
    position: relative;
    top: 2px;
}
.switchingProvider label:nth-child(3){ margin-left: 15px; }
.switchingProvider{ margin-top: 17px; }
.switchingProvider .col-md-1{ float: left; }
.startschemeContainer{ display: none; }
#startscheme{
    margin-top: 15px;
}

.row.assessment-tool{ display: none; }