#class-locator-results_description {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}
#class-locator-results_description h2 {
  color: #fd4f57;
  font-style: normal;
}
#class-locator-results_description.campaign-results-description {
  padding: 200px auto;
}
#class-locator-results_description.campaign-results-description-show {
  display: block;
}

.content.constrain {
  max-width: 100%;
}
.content.constrain.jp-content {
  max-width: 1020px;
}

.landing-page-locator .btn {
  background: #fd4f57 !important;
  color: #fff;
}

.main-body > h1,
.main-body > p:first-of-type {
  background-color: #32b8bf;
  padding: 0 8%;
  margin: 0px;
  position: relative;
  color: white;
  text-align: center;
}
@media (min-width: 1300px) {
  .main-body > h1,
  .main-body > p:first-of-type {
    padding: 0 17%;
  }
}
@media (min-width: 1800px) {
  .main-body > h1,
  .main-body > p:first-of-type {
    padding: 0 26%;
  }
}
@media (min-width: 2400px) {
  .main-body > h1,
  .main-body > p:first-of-type {
    padding: 0 32%;
  }
}
.main-body h1 {
  line-height: 1.5;
  padding-top: 60px;
  padding-bottom: 30px;
}
.main-body p {
  font-size: 16px;
  line-height: 26px;
}
.main-body p:first-of-type {
  padding-bottom: 60px;
}
.main-body .cf {
  background-color: #fff;
  max-width: 1020px;
  margin: 60px auto;
  display: table;
}
.main-body .legend.class-locator-table,
.main-body form.boxed {
  position: relative;
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 0px;
}
.main-body .legend.class-locator-table .field-container,
.main-body form.boxed .field-container {
  background-color: #FFEFED;
  width: 100%;
  padding-right: 30px;
  display: table;
}
.main-body .legend.class-locator-table .field-container:first-of-type,
.main-body form.boxed .field-container:first-of-type {
  position: relative;
  padding-top: 40px;
}
.main-body .legend.class-locator-table .field-container:first-of-type:before,
.main-body form.boxed .field-container:first-of-type:before {
  font-family: "Graphik-Bold";
  position: absolute;
  display: inline-block;
  top: 45px;
  left: 50%;
  font-size: 24px;
  line-height: 30px;
  transform: translate(-50%, -50%);
}
.main-body .legend.class-locator-table .field-container:last-of-type,
.main-body form.boxed .field-container:last-of-type {
  padding-bottom: 100px;
}
.main-body .legend.class-locator-table .field-container select, .main-body .legend.class-locator-table .field-container input,
.main-body form.boxed .field-container select,
.main-body form.boxed .field-container input {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 0px;
  color: #4a4a4a;
  display: table-cell;
}
.main-body .legend.class-locator-table label,
.main-body form.boxed label {
  width: 50%;
  padding: 0 0 0 30px;
  font-size: 16px;
  display: table-cell;
}
.main-body .legend.class-locator-table label input[type=checkbox],
.main-body form.boxed label input[type=checkbox] {
  width: 32px;
  height: auto;
}
.main-body .legend.class-locator-table input.btn,
.main-body form.boxed input.btn {
  position: absolute;
  background-color: #FD4F57;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -10px;
}
.main-body form.boxed {
  background-color: #fff;
  padding-right: 30px !important;
}
.main-body .legend.class-locator-table {
  padding-top: 8px;
  padding-left: 30px !important;
}
.main-body .legend.class-locator-table .family-span {
  background-color: #E1D2F0;
}
.main-body .legend.class-locator-table .school-span {
  background-color: #C8F0D7;
}
.main-body .legend.class-locator-table .within-therapy {
  background-color: #DCEAFF;
}
.main-body .legend.class-locator-table .generations {
  background-color: #ffada6;
}
.main-body .legend.class-locator-table .online {
  background-color: #fee4a8;
}
.main-body .legend.class-locator-table .family-span,
.main-body .legend.class-locator-table .school-span,
.main-body .legend.class-locator-table .within-therapy,
.main-body .legend.class-locator-table .generations,
.main-body .legend.class-locator-table .online {
  color: #4a4a4a;
  padding: 6px;
}
.main-body .legend.class-locator-table p {
  padding: 0px;
}
.main-body label.bold.always-show {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  background-color: #FFEFED !important;
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  text-align: left !important;
  padding-top: 30px !important;
  padding-left: 30px;
}

.class-locator-table {
  max-width: 1020px;
  margin: 0 auto;
  table-layout: fixed;
  font-size: 16px;
  line-height: 26px;
}
.class-locator-table th, .class-locator-table td {
  padding: 10px 25px;
  vertical-align: top;
}
.class-locator-table thead {
  background: #FD4F57;
}
.class-locator-table th {
  padding: 5px 25px;
}
.class-locator-table th:first-child {
  width: 40%;
}
.class-locator-table th:nth-child(2) {
  width: 17.5%;
}
.class-locator-table th:nth-child(3) {
  width: 25%;
}
.class-locator-table th:last-child {
  width: 17.5%;
}
.class-locator-table td {
  border: 1px solid #Fd4f57;
  border-top: 0;
  border-bottom: 0;
}
.class-locator-table td:first-child {
  border-left: 0;
}
.class-locator-table td:last-child {
  border-right: 0;
}
.class-locator-table td.select {
  text-align: center;
  vertical-align: middle;
}
.class-locator-table td.select label {
  display: none;
}
.class-locator-table td.select .select-center {
  margin: 0px;
}
.class-locator-table tbody {
  line-height: 2;
}
.class-locator-table tbody tr:nth-child(even) {
  background-color: #FFEFED;
}
.class-locator-table .location .family-span {
  background-color: #E1D2F0;
}
.class-locator-table .location .school-span {
  background-color: #C8F0D7;
}
.class-locator-table .location .within-therapy {
  background-color: #DCEAFF;
}
.class-locator-table .location .generations {
  background-color: #ffada6;
}
.class-locator-table .location .online {
  background-color: #fee4a8;
}
.class-locator-table .location .family-span,
.class-locator-table .location .school-span,
.class-locator-table .location .within-therapy,
.class-locator-table .location .generations,
.class-locator-table .location .online {
  padding: 6px;
}

form.boxed.contact-center-form {
  position: relative;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 60px auto;
  padding-right: 0px !important;
}
form.boxed.contact-center-form .field-container {
  padding: 10px 25px 10px 0px;
}
form.boxed.contact-center-form .field-container:last-of-type {
  padding-bottom: 115px;
}
form.boxed.contact-center-form input, form.boxed.contact-center-form select, form.boxed.contact-center-form textarea {
  margin: 0px;
  padding-left: 8px;
  background: white;
  border: 0;
}
form.boxed.contact-center-form input[type=submit].btn {
  padding: 3px 20px;
}

.btn.open-form-btn {
  color: white;
  background-color: #FD4F57;
  display: block;
  width: 300px;
  margin: 60px auto;
}

@media (min-width: 1020px) {
  .main-body .cf {
    padding: 0px !important;
  }
}
@media (max-width: 1019px) {
  .body-wrapper {
    padding: 0px;
  }
  .main-body .cf {
    margin: 30px auto;
  }
  .main-body form.boxed {
    padding-right: 15px !important;
  }
  .main-body .legend.class-locator-table {
    padding-left: 15px !important;
  }
  form.boxed.contact-center-form {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 900px) {
  .main-body form.boxed {
    padding-right: 15px;
  }
  .main-body .legend.class-locator-table {
    padding-left: 15px;
  }
}
@media (min-width: 720px) {
  .main-body .cf {
    padding: 0px 30px;
  }
}
@media (max-width: 719px) {
  .main-body h1 {
    font-size: 32px;
  }
  .main-body .cf {
    margin: 0px auto 10px auto;
  }
  .main-body form.boxed,
  .main-body .legend.class-locator-table {
    display: table-row;
    padding: 0px !important;
  }
  .main-body form.boxed {
    text-align: center;
  }
  .main-body form.boxed .field-container {
    text-align: left;
  }
  .main-body form.boxed input[value="Find Classes"].btn {
    position: relative;
    left: auto;
    bottom: 76px;
    transform: none;
    display: inline-block;
  }
  .main-body form.boxed input[value=Submit].btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: 30px;
    transform: none;
    display: inline-block;
  }
  form.boxed.contact-center-form {
    display: table;
    margin-bottom: 0px !important;
  }
  .class-locator-table tr:nth-child(odd) {
    border-right: 1px solid #fd4f57;
    border-left: 1px solid #fd4f57;
  }
  .class-locator-table td {
    border: 0;
  }
  .class-locator-table td.select {
    text-align: left;
  }
  .class-locator-table td.select label {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 16px;
  }
}
@media (min-width: 600px) and (max-width: 719px) {
  .main-body .legend.class-locator-table {
    padding: 0px 30px !important;
    display: block;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .main-body h1 {
    font-size: 24px;
  }
  .main-body .cf {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .main-body form.boxed,
  .main-body .class-locator-table {
    display: block;
    width: 100%;
  }
  .main-body form.boxed .field-container,
  .main-body .class-locator-table .field-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-body form.boxed .field-container label,
  .main-body form.boxed .field-container input, .main-body form.boxed .field-container select, .main-body form.boxed .field-container textarea,
  .main-body .class-locator-table .field-container label,
  .main-body .class-locator-table .field-container input,
  .main-body .class-locator-table .field-container select,
  .main-body .class-locator-table .field-container textarea {
    display: table-row;
  }
  .main-body form.boxed .field-container label.accepted_privacy_policy,
  .main-body .class-locator-table .field-container label.accepted_privacy_policy {
    padding-left: 0 !important;
    padding-top: 10px !important;
    line-height: 24px;
  }
  .main-body form.boxed .field-container label.accepted_privacy_policy input[type=checkbox],
  .main-body .class-locator-table .field-container label.accepted_privacy_policy input[type=checkbox] {
    padding-left: 0;
  }
  .main-body form.boxed input[type=submit].btn,
  .main-body .class-locator-table input[type=submit].btn {
    position: absolute;
    background-color: #FD4F57;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -10px;
  }
  .main-body form.boxed p:last-child,
  .main-body .class-locator-table p:last-child {
    margin-bottom: 0px;
  }
  .main-body form.boxed:not(.contact-center-form) {
    margin-top: 0px;
  }
  .main-body .legend.class-locator-table {
    display: block;
    width: 100%;
    padding: 30px !important;
    border: 0;
  }
  .main-body .class-locator-table {
    border: 0 !important;
  }
  .main-body .class-locator-table tbody {
    display: block;
  }
  .main-body .class-locator-table tbody tr {
    width: 100%;
    display: block;
    max-width: none;
    border: 0;
  }
  .main-body .class-locator-table tr:nth-child(odd) {
    border-right: 0;
    border-left: 0;
  }
  .main-body .class-locator-table tr:first-child .location {
    padding-top: 0px !important;
  }
  .main-body .class-locator-table td.location, .main-body .class-locator-table td.phone, .main-body .class-locator-table td.distance, .main-body .class-locator-table td.select {
    padding: 0px 30px;
  }
  .main-body .class-locator-table td.location {
    padding-top: 30px;
  }
  .main-body .class-locator-table td.select {
    text-align: left;
    padding-bottom: 30px;
  }
  form.boxed.contact-center-form .field-container input, form.boxed.contact-center-form .field-container select, form.boxed.contact-center-form .field-container textarea {
    margin-top: 16px;
  }
  .btn.open-form-btn {
    margin: 30px auto 30px auto;
  }
  form.boxed .field-container:last-of-type {
    padding-bottom: 82px !important;
  }
  form.boxed input[type=submit].btn {
    bottom: 11px !important;
  }
  form.boxed.contact-center-form:last-of-type .field-container:last-of-type {
    padding-bottom: 100px !important;
  }
  form.boxed:last-of-type input[type=submit].btn {
    position: absolute !important;
    bottom: 0px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-bottom: 30px !important;
    margin-left: 0px;
  }
}
.header-bg-img {
  /* background-image: url("http://placehold.it/1020x597") !important; */
}

.table-container, form.boxed.contact-center-form {
  display: none;
}