﻿.widget-locationFinder {
  background: #EDED95;
  padding: 120px 60px 20px;
  margin-top: 25px; }
  .widget-locationFinder:before {
    font-family: FontAwesome;
    font-size: 135px;
    position: absolute;
    top: -30px;
    left: 0;
    color: #6D8C24;
    content: "\f041";
    width: 100%; }
  .widget-locationFinder:after {
    position: absolute;
    top: 25%;
    left: 0;
    content: "";
    height: 50%;
    border-left: 1px solid #777777; }
  .widget-locationFinder h4 {
    margin-top: 0;
    font-size: 40px;
    font-family: "trajan-pro-3"; }
  .widget-locationFinder p {
    margin: 0;
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    white-space: normal; }
  .widget-locationFinder form {
    height: 142px;
    line-height: 142px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px; }
  .widget-locationFinder input {
    width: 375px;
    height: 65px;
    padding: 10px;
    vertical-align: middle;
    line-height: 22px; }
  .widget-locationFinder button {
    width: 85px;
    height: 65px;
    position: relative;
    left: -6px;
    background: #6D8C24;
    border: none;
    vertical-align: middle; }
    .widget-locationFinder button:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f002";
      color: #8db52e;
      position: absolute;
      font-size: 23px;
      line-height: 65px;
      top: 0;
      width: 85px;
      left: 0; }
    .widget-locationFinder button:hover {
      background: #8db52e; }
      .widget-locationFinder button:hover:after {
        color: #6D8C24; }

@media (max-width: 1250px) {
  .widget-locationFinder input {
    width: 275px; } }

@media (max-width: 992px) {
  .widget-locationFinder {
    margin-top: 0;
    border-top: 1px solid #777; }
    .widget-locationFinder:before {
      top: -50px; } }

@media (max-width: 525px) {
  .widget-locationFinder {
    padding-right: 15px;
    padding-left: 15px; }
    .widget-locationFinder form {
      width: 100%; }
      .widget-locationFinder form input {
        width: 70%; }
      .widget-locationFinder form button {
        width: 10%; }
        .widget-locationFinder form button:after {
          width: 100%; } }

/*# sourceMappingURL=locationFinderWidget.css.map */