/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: -5px;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    padding-top: 36%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: block; }

  .banner-title {
    font-size: 26px;
    left: 45px;
    max-width: 175px;
    top: 100px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 34px;
    left: 45px;
    max-width: 230px;
    top: 130px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    font-size: 44px;
    left: 45px;
    max-width: 300px;
    top: 150px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .contact-us-table td:first-child {
    width: 8%; }
  .contact-us-table th {
    color: #007078;
    display: block;
    text-transform: uppercase; }
  .contact-us-table span.glyphicon {
    color: #007078;
    font-size: 14px; }
  .contact-us-table .td-lastchild {
    padding-bottom: 20px; }

  .contact-us-form label {
    font-weight: 300;
    margin-top: 10px; }
  .contact-us-form select {
    width: 100%; }
  .contact-us-form input {
    background: #F2F2F2;
    border: none;
    border-radius: 0;
    height: 30px;
    width: 100%; }
  .contact-us-form textarea {
    height: 100px;
    width: 100%; }

  .learn-more {
    color: #00AE41;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    text-decoration: none !important;
    text-transform: uppercase; }

  a.call {
    color: #00AE41;
    font-size: 14px;
    text-decoration: underline !important; }

  .contact-us-table span.glyphicon {
    margin-right: 15px; }

  th.contact-us-subtitle {
    font-size: 14px;
    text-transform: none; }

  .contact-us-link {
    color: #00ae41 !important;
    font-size: 14px;
    text-decoration: underline !important; } }
@media only screen and (min-width: 768px) {
  span.call-hide {
    color: #333;
    font-size: 14px; }

  .contact-us-table span.glyphicon {
    font-size: 22px;
    margin-right: 0px; }

  th.contact-us-subtitle {
    font-size: 16px;
    font-weight: 700; }

  .contact-us-link {
    font-size: 16px; } }
@media only screen and (min-width: 992px) {
  .pr-30 {
    padding-right: 30px !important; }

  .first-name-form,
  .last-name-form,
  .zip-code-form,
  .phone-form {
    display: inline-block !important; }

  .first-name-form,
  .last-name-form {
    width: 49.5% !important; }

  .zip-code-form {
    width: 34.5%; }

  .phone-form {
    width: 64.5%; } }

/*# sourceMappingURL=contact-us.css.map */
