﻿.form_con {
  padding-top: 5px;
}

.form_full_text {
  padding: 0px 15px;
}

.form_full_text_left {
}

.form_side_item_con {
  padding: 10px 15px;
}

.form_side_item_left {
  float: left;
  padding-right: 15px;
}

.form_side_item_right {
  float: left;
}

.office_local_out_con {
  margin: 25px 0px 35px 0px;
}

.office_local_con {
  background: #d8f3c4;
  padding-bottom: 7px;
}

.office_local_header {
  background: #2b9eb7;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 20px;
}

.office_local_header_arrow {
  margin: 0 auto;
  width: 15px;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #2b9db7 transparent transparent transparent;
}

.office_local_left_con {
  width: 47.5%;
  float: left;
  text-align: right;
}

.office_local_center_con {
  width: 5%;
  float: left;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}

.office_local_right {
  width: 47.5%;
  float: left;
}

.ol_button {
  background-color: #d8f3c4;
  display: inline-block;
  cursor: pointer;
  margin: 30px auto;
  padding: 10px 30px;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width:1024px) {
  .office_local_left_con, .office_local_center_con, .office_local_right {
    float: none;
    text-align: center;
    width: 100%;
  }

  .office_local_center_con {
    padding: 10px 0px;
  }
}

.office_local_con input[type=submit] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 5px 10px;
  background: #74bf0f;
  color: #ffffff;
}

.office_local_con #MainContent_MainBody_zipcode {
  border-radius: 5px;
  padding: 4px 5px;
  border-color: #cccccc;
  box-shadow: inset 2px 2px 3px rgba(0,0,0,0.08);
}

.labelText {
  font-weight: normal;
}

h1 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 600;
  font-size: 37px;
}

h2 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 27px !important;
}

h3 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 100;
}

h4 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 300;
  color: #26849A;
  margin-bottom: 20px;
  width: 80%;
}

  h4 span {
    font-weight: 600;
  }

  h4 a {
    text-decoration: underline;
  }

@media screen and (max-width:1024px) {
  h1, h3 {
    line-height: 1.0em !important;
    font-size: 27px;
  }

  h2 {
    font-size: 22px !important;
  }

  h1 {
    margin-top: 30px;
  }

  .office_local_out_con {
    margin: 5px 0px 15px 0px;
  }

  h4 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%;
  }

    h4 span {
      font-weight: 600;
      display: block;
      text-align: center;
      margin-top: 20px;
    }
}

