﻿#findclasshome {
  margin-bottom: 30px;
}
#findclasshome #findClassSubmit {
  margin-top: 6em;
}
.home .actions {
  float: none;
  display: flow;
}
.home .actions .actions-left {
  float: none;
  width: 100%;
}
.home .actions .actions-left .searchContainer {
  width: 99%;
}
.home .actions .actions-left .oneThird .oneThird-left {
  width: 65%;
}
.home .actions .actions-left .oneThird .oneThird-right {
  width: 35%;
}
.home .actions .actions-left .oneThird .oneThird-right img {
  max-width: 310px;
  max-height: 150px;
}
.home .actions .actions-right {
  float: none;
  width: 100%;
}
.home .actions .actions-right .oneThird-right img {
  margin-right: 1em;
}
@media screen and (max-width: 920px) {
  .home .actions .actions-left .oneThird .oneThird-right img {
    max-width: 230px;
    max-height: 110px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .home .actions .actions-left .oneThird {
    display: flow;
  }
  .home .actions .actions-left .oneThird .oneThird-left {
    width: 100%;
  }
  .home .actions .actions-left .oneThird .oneThird-right {
    width: 100%;
  }
  .home .actions .actions-left .oneThird .oneThird-right img {
    max-width: 230px;
    max-height: 110px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #findclasshome .searchContainer {
    margin-top: 0;
  }
}
@media screen and (max-width: 440px) {
  #findclasshome h3 {
    font-size: larger;
    margin-top: 0.5em;
  }
  #findclasshome .searchContainer {
    margin-top: -3em;
  }
  #findclasshome #findClassSubmit {
    margin-top: 4em;
  }
  .home .actions .actions-left .oneThird .oneThird-right img {
    display: none;
    max-width: 340px;
    max-height: 164px;
    margin-top: 15px;
    padding-right: 5px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 420px) {
  .home .actions .actions-left .oneThird .oneThird-right img {
    padding-right: 10px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 411px) {
  .home .actions .actions-left .oneThird .oneThird-right img {
    max-width: 300px;
    max-height: 144px;
  }
}