@charset "UTF-8";
@font-face {
  font-family: 'League Spartan';
  src: url("../../fonts/leaguespartan-bold.eot");
  src: url("../../fonts/leaguespartan-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/leaguespartan-bold.woff2") format("woff2"), url("../../fonts/leaguespartan-bold.woff") format("woff"), url("../../fonts/leaguespartan-bold.ttf") format("truetype"), url("../../fonts/leaguespartan-bold.svg#league_spartanbold") format("svg");
  font-weight: bold;
  font-style: normal; }
body {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  font-family: Arial, Verdana; }

#wrapper {
  background: #f8f3e2;
  width: 100%;
  margin: 0px;
  padding: 0; }
  #wrapper.nav-open {
    background-position: 0px 300px !important; }

#container {
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
  padding-top: 20px;
  display: block;
  text-align: center; }
  @media screen and (min-width: 59.375em) {
    #container {
      text-align: left; } }

#header {
  background: #3e526a;
  margin-top: 80px;
  display: block;
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: bold;
  color: #fff; }
  #header span {
    color: #e0c785; }
  @media screen and (min-width: 59.375em) {
    #header {
      margin-top: 120px; } }

#masthead {
  height: 120px; }
  @media screen and (min-width: 40em) {
    #masthead {
      height: 150px; } }
  #masthead .mastheadContent {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    margin: auto;
    font-size: 20px; }
    #masthead .mastheadContent span {
      display: block; }
    @media screen and (min-width: 40em) {
      #masthead .mastheadContent {
        font-size: 28px; }
        #masthead .mastheadContent span {
          display: block; } }
    @media screen and (min-width: 48em) {
      #masthead .mastheadContent {
        font-size: 38px; } }
    @media screen and (min-width: 59.375em) {
      #masthead .mastheadContent {
        max-width: 900px;
        padding-left: 210px;
        width: 90%;
        text-align: left;
        box-sizing: border-box; } }

#assistance_line {
  background: #000;
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 40px;
  padding-top: 12px; }
  @media screen and (min-width: 30em) {
    #assistance_line {
      padding-top: 9px; } }
  #assistance_line #assistance {
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    width: 98%;
    color: #ffffff;
    max-width: 890px;
    margin: 3px auto 0;
    padding-right: 20px; }
    @media screen and (min-width: 30em) {
      #assistance_line #assistance {
        font-size: 13px;
        text-align: right; } }
    #assistance_line #assistance span {
      color: #a9b6cc;
      font-weight: bold; }

#logo {
  width: 98px;
  text-indent: -10000px;
  position: fixed;
  z-index: 4;
  left: 10px;
  top: 5px;
  background: url(../../images/logo.svg) no-repeat !important;
  -webkit-transition: all .5s;
  transition: all .5s; }
  @media screen and (min-width: 59.375em) {
    #logo {
      width: 140px; } }
  @media screen and (min-width: 1050px) {
    #logo {
      left: 50%;
      margin-left: -500px; } }
  #logo.nav_open {
    top: -200px;
    -webkit-transition: all .5s;
    transition: all .5s; }

#tagline {
  width: 167px !important;
  height: 51px !important;
  text-indent: -10000px;
  position: absolute;
  top: 81px;
  margin-left: 680px;
  background: url(../../images/tagline.png) !important; }

h1 {
  color: #3d526b;
  font-family: 'League Spartan';
  font-size: 15px; }
  @media screen and (min-width: 40em) {
    h1 {
      font-size: 18px; } }
  @media screen and (min-width: 48em) {
    h1 {
      font-size: 20px; } }

h2 {
  font-size: 18px;
  font-weight: normal;
  color: #3d526b; }

h3 {
  font-size: 16px;
  font-weight: normal;
  color: #3d526b; }

h4 {
  font-size: 16px;
  font-weight: normal;
  color: #3d526b;
  margin: 0px; }

a {
  color: #5e84b2;
  text-decoration: none; }
  a:hover {
    color: #3d526b;
    text-decoration: none; }

ul {
  list-style: none;
  line-height: 22px;
  padding: 0 30px 0 0;
  margin: 0; }
  ul:last-child {
    padding: 0; }
  ul.arrows li {
    background: url(../../images/arrow.svg) left center no-repeat;
    background-size: 15px;
    padding: 3px 20px; }

li {
  border-bottom: 1px dotted #c0c0c0; }

ol li {
  padding: 10px 0px;
  margin: 0px; }

.small_padding {
  padding: 0px;
  margin: 0px; }

#main_list {
  font-size: 19px;
  color: #343434;
  list-style: none;
  list-style-image: none;
  padding-left: 0px;
  margin-left: 0px;
  max-width: 400px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 59.375em) {
    #main_list {
      max-width: 350px;
      margin: 0; } }
  #main_list li {
    border-bottom: 1px dotted #a6a398;
    max-width: 400px;
    width: 100%;
    background: url(../../images/arrow.svg) left center no-repeat;
    background-size: 22px;
    padding: 10px 0px 10px 30px; }
    @media screen and (min-width: 40em) {
      #main_list li {
        background: none;
        text-align: center;
        padding: 10px 0px 10px 0px; } }
    @media screen and (min-width: 59.375em) {
      #main_list li {
        text-align: left;
        background: url(../../images/arrow.svg) left center no-repeat;
        background-size: 22px;
        padding: 10px 0px 10px 30px; } }

#content {
  padding-bottom: 20px; }

#content_left {
  display: inline-block;
  padding-right: 0;
  vertical-align: top;
  width: 80%;
  text-align: left; }
  @media screen and (min-width: 40em) {
    #content_left {
      width: 40%;
      padding-right: 20px; } }
  @media screen and (min-width: 48em) {
    #content_left {
      width: 53%; } }
  @media screen and (min-width: 59.375em) {
    #content_left {
      max-width: 580px;
      width: 100%; } }

#index #content_left {
  margin-top: 0px; }

#bigright #content_left {
  display: block;
  padding-right: 0px;
  width: 100%; }
  #bigright #content_left .copy {
    margin: auto;
    width: 90%; }
    @media screen and (min-width: 30em) {
      #bigright #content_left .copy {
        width: 80%; } }
    @media screen and (min-width: 650px) {
      #bigright #content_left .copy {
        width: 600px; } }
    @media screen and (min-width: 59.375em) {
      #bigright #content_left .copy {
        width: 100%; } }
  @media screen and (min-width: 59.375em) {
    #bigright #content_left {
      padding-right: 20px;
      width: 270px;
      display: inline-block; } }

.copy {
  font-size: 14px;
  line-height: 18px; }

#button_free_move {
  width: 273px;
  display: block;
  margin: 20px auto 60px;
  padding: 7px 10px 10px;
  border: none;
  background: #000;
  border: 4px solid #dad8cb;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  box-shadow: inset 0px 0px 25px #000;
  vertical-align: middle; }
  @media screen and (min-width: 59.375em) {
    #button_free_move {
      margin: 20px 0 0px; } }
  #button_free_move:hover {
    background: #fff;
    box-shadow: none;
    color: #000; }
    #button_free_move:hover .simple_arrow {
      -webkit-filter: brightness(0);
              filter: brightness(0); }
  #button_free_move .the_button {
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px; }
  #button_free_move span {
    font-weight: bold; }
  #button_free_move:before, #button_free_move:after {
    content: "\00a0 ";
    width: 10px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #d6be7a;
    border-bottom: 1px solid #d6be7a; }

#content_right {
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  margin-left: -10px;
  width: 85%; }
  @media screen and (min-width: 40em) {
    #content_right {
      width: 286px; } }

#bigright #content_right {
  padding: 0px;
  display: block;
  width: 90%;
  margin: 70px auto; }
  @media screen and (min-width: 30em) {
    #bigright #content_right {
      width: 80%; } }
  @media screen and (min-width: 40em) {
    #bigright #content_right {
      width: 100%; } }
  @media screen and (min-width: 59.375em) {
    #bigright #content_right {
      width: 601px;
      margin: 30px auto;
      display: inline-block; } }

.clear {
  clear: both; }

.to_left {
  float: left; }

.last_item {
  border: none !important; }

.we_work_list {
  list-style: none !important;
  line-height: 18px;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 20px 0px; }
  @media screen and (min-width: 59.375em) {
    .we_work_list {
      width: 550px; } }
  .we_work_list li {
    padding: 20px 0px;
    background: none; }
    .we_work_list li div {
      margin-left: 50px; }

.numbers {
  line-height: 35px;
  font-size: 45px;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #b8aa83; }

.inline {
  display: inline !important;
  margin-left: 20px; }

.inline_select {
  margin: 0px 0px 0px 10px !important;
  display: inline !important; }

.small {
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
  color: #505050;
  display: block;
  margin: 4px 0px 0px 0px; }

.normal_text {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  color: #505050;
  display: block;
  width: 90%; }

.big_form .disclaimer {
  padding: 10px;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  width: 88%; }
  @media screen and (min-width: 40em) {
    .big_form .disclaimer {
      width: 506px; } }
  .big_form .disclaimer input {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 25px;
    border: none; }
  .big_form .disclaimer span {
    margin-left: 30px; }

.long_input {
  margin-right: 110px !important; }

.line {
  clear: both;
  display: block;
  border-bottom: 1px dotted #c0c0c0;
  margin-bottom: 10px;
  height: 20px;
  width: 88%; }
  @media screen and (min-width: 40em) {
    .line {
      width: 100%;
      max-width: 505px; } }

@media screen and (min-width: 40em) {
  .side_form .line {
    max-width: 210px; } }

.linkslist {
  margin-left: 50px; }

.links_heading {
  margin: 20px 0px -10px 0px; }

.noborder {
  border: none !important; }

.standout {
  color: #000000;
  font-style: italic;
  text-decoration: underline; }

.to_top {
  border-bottom: 1px dotted #c0c0c0;
  font-size: 11px; }
  .to_top a {
    display: block;
    width: 81px;
    height: 30px;
    background: url(../../images/totop.gif) no-repeat;
    text-indent: -10000px !important;
    margin: -10px 0px 0px 500px;
    padding-bottom: 10px; }

.faq_list {
  margin-bottom: 40px; }

.hidden {
  display: none !important; }

#map_image {
  width: 100%; }

.contact-paragraph {
  border-bottom: 1px dotted #a6a398;
  padding: 20px 0;
  max-width: 540px; }

.phone {
  white-space: nowrap; }

.to_center {
  text-align: center; }
  @media screen and (min-width: 30em) {
    .to_center {
      text-align: left; } }

#index #wrapper {
  width: 100%;
  margin: 0px;
  padding: 30px 0 0 0; }
#index #header {
  background: url(../../images/mast.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 81px; }
#index #masthead {
  margin-top: 81px;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  height: 350px; }
  @media screen and (min-width: 40em) {
    #index #masthead {
      height: 470px; } }
  @media screen and (min-width: 40em) {
    #index #masthead {
      max-width: 600px;
      font-size: 38px; } }
  @media screen and (min-width: 59.375em) {
    #index #masthead {
      max-width: 900px;
      font-size: 48px; } }
  #index #masthead span {
    color: #e0c785;
    display: block; }
  #index #masthead .mContent {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 300px;
    margin: auto; }
    @media screen and (min-width: 30em) {
      #index #masthead .mContent {
        width: 90%; } }
#index #summary {
  width: 100%;
  padding: 60px 0; }
  #index #summary .summary_content {
    max-width: 900px;
    width: 80%;
    margin: auto;
    text-align: center; }
  #index #summary .summary_left {
    font-family: 'League Spartan';
    font-size: 28px;
    /*line-height: 34px;*/
    display: block;
    width: 100%;
    padding-bottom: 20px; }
    #index #summary .summary_left span {
      display: block; }
  #index #summary .summary_right {
    font-size: 15px;
    line-height: 25px;
    display: block;
    width: 100%; }
  @media screen and (min-width: 59.375em) {
    #index #summary .summary_content {
      max-width: 900px;
      width: 100%;
      margin: auto;
      text-align: left; }
    #index #summary .summary_left {
      font-size: 38px;
      line-height: 44px;
      display: inline-block;
      width: 48%;
      padding-bottom: 0px; }
    #index #summary .summary_right {
      font-size: 18px;
      line-height: 30px;
      display: inline-block;
      width: 48%; } }
#index #container {
  text-align: center; }
  @media screen and (min-width: 59.375em) {
    #index #container {
      text-align: left; } }
#index #content_left {
  max-width: 400px;
  width: 80%;
  margin: auto;
  display: block;
  text-align: left; }
  @media screen and (min-width: 59.375em) {
    #index #content_left {
      display: inline-block; } }
  #index #content_left h1 {
    text-align: left; }
    @media screen and (min-width: 40em) {
      #index #content_left h1 {
        text-align: center; } }
    @media screen and (min-width: 59.375em) {
      #index #content_left h1 {
        text-align: left; } }
#index #content_right {
  margin: auto;
  text-align: left;
  background: #fff url(../../images/badge_looking_for.svg) no-repeat;
  background-position: center 30px;
  background-size: 130px auto;
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 5px #f2eed3, inset 0px 0px 35px #f7f3e4;
  padding: 140px 25px 25px 25px;
  display: inline-block;
  margin-top: 0px;
  width: 80%; }
  @media screen and (min-width: 30em) {
    #index #content_right {
      width: 411px;
      /*      height: 330px;*/
      background-position: 30px 30px;
      padding: 25px; } }

#main_nav_container {
  background: #fff;
  height: 40px;
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 41px;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden; }
  @media screen and (min-width: 59.375em) {
    #main_nav_container {
      overflow: visible;
      height: 80px; } }
  #main_nav_container.nav_open {
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    top: 0px;
    overflow: auto; }
    #main_nav_container.nav_open #main_nav {
      display: block; }
    #main_nav_container.nav_open #hamburger {
      top: 25px; }

#main_nav {
  display: none;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-family: 'League Spartan';
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 13px auto;
  max-width: 200px; }
  #main_nav li {
    padding: 10px;
    border-bottom: 1px dotted #505050;
    text-align: center;
    background: none; }
    #main_nav li a {
      display: block;
      color: #000;
      text-decoration: none; }
      #main_nav li a:hover {
        color: #e2c981; }
      #main_nav li a span {
        color: #a9b6cc; }
      #main_nav li a:hover span {
        color: #ab9a6b; }
    #main_nav li:last-child {
      border: none; }
  @media screen and (min-width: 59.375em) {
    #main_nav {
      display: block;
      margin: 3px auto 0;
      max-width: 900px;
      width: 100%;
      text-align: right; }
      #main_nav li {
        display: inline-block;
        margin: 0px;
        border: none !important;
        padding: 25px 10px 10px 0px; }
        #main_nav li a {
          vertical-align: middle; }
          #main_nav li a:before {
            content: "\00a0 ";
            width: 4px;
            height: 4px;
            background: #e0c785;
            float: left;
            display: block;
            vertical-align: middle;
            margin: 7px 10px 0 0;
            border-radius: 5px; }
      #main_nav .first {
        padding-left: 0px !important; }
        #main_nav .first a:before {
          content: "";
          display: none; } }

#subnav {
  display: block;
  font-size: 11px;
  color: #555;
  padding: 0px 0 0px 0; }
  @media screen and (min-width: 59.375em) {
    #subnav {
      padding: 10px 0 10px 0;
      position: absolute;
      top: 49px;
      font-size: 12px;
      color: #000;
      list-style: none;
      background: #fff;
      padding: 15px 0 10px 0;
      margin-left: -15px;
      display: none;
      width: 150px;
      text-align: left; } }
  #subnav li {
    clear: both;
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #ccc; }
    #subnav li a:before {
      content: "";
      display: none; }
    #subnav li:last-child {
      border: none; }

#hamburger {
  width: 20px;
  height: 25px;
  position: fixed;
  right: 20px;
  top: 55px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block; }
  @media screen and (min-width: 59.375em) {
    #hamburger {
      display: none; } }

#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#hamburger span:nth-child(1) {
  top: 0px; }

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 5px; }

#hamburger span:nth-child(4) {
  top: 10px; }

#hamburger.open span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%; }

#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#hamburger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%; }

#main_form {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3d526b;
  padding-top: 10px; }
  #main_form h3 {
    font-size: 1px;
    text-indent: -10000px; }
  #main_form input, #main_form select, #main_form textarea {
    display: block;
    width: 100%;
    border: 1px solid #c0c0c0;
    padding: 3px; }
    @media screen and (min-width: 30em) {
      #main_form input, #main_form select, #main_form textarea {
        width: 108px; } }
  #main_form input {
    width: 100%; }
    @media screen and (min-width: 30em) {
      #main_form input {
        width: 100px; } }
  #main_form textarea {
    width: 100%;
    max-width: 370px;
    height: 50px; }
  #main_form .shifted {
    display: block; }
    @media screen and (min-width: 30em) {
      #main_form .shifted {
        margin-left: 180px; }
        #main_form .shifted .form_block {
          padding: 0; } }
    #main_form .shifted input {
      display: block;
      margin-bottom: 7px;
      width: 100%; }
      @media screen and (min-width: 30em) {
        #main_form .shifted input {
          width: 200px; } }
    #main_form .shifted select {
      display: block;
      margin-bottom: 7px;
      width: 200px;
      width: 210px; }
  #main_form .minmax {
    display: block;
    clear: both;
    margin-top: 5px; }
    #main_form .minmax input {
      width: 80px; }
      @media screen and (min-width: 30em) {
        #main_form .minmax input {
          width: 60px;
          margin-right: 18px; } }
    #main_form .minmax label {
      float: left;
      margin-top: 4px;
      margin-right: 5px;
      color: #505050;
      text-transform: none;
      font-weight: normal; }
    #main_form .minmax .minmax_first {
      float: left; }
    #main_form .minmax .minmax_second {
      float: right;
      text-align: right; }
  #main_form .small {
    margin: 10px 0px 10px 11px; }
  #main_form .long {
    width: 234px; }

#main_form_button, .side_form_button, .big_form_button {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }
  #main_form_button button, .side_form_button button, .big_form_button button {
    padding: 7px 10px 10px;
    border: none;
    background: #000;
    border: 4px solid #dad8cb;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: inset 0px 0px 25px #000;
    cursor: pointer;
    vertical-align: middle;
    margin: 20px 0 0 0; }
    #main_form_button button:hover, .side_form_button button:hover, .big_form_button button:hover {
      background: #fff;
      box-shadow: none;
      color: #000; }
      #main_form_button button:hover .simple_arrow, .side_form_button button:hover .simple_arrow, .big_form_button button:hover .simple_arrow {
        -webkit-filter: brightness(0);
                filter: brightness(0); }
    #main_form_button button .the_button, .side_form_button button .the_button, .big_form_button button .the_button {
      vertical-align: middle;
      display: inline-block;
      padding: 0 10px; }
    #main_form_button button span, .side_form_button button span, .big_form_button button span {
      font-weight: bold; }
    #main_form_button button:before, #main_form_button button:after, .side_form_button button:before, .side_form_button button:after, .big_form_button button:before, .big_form_button button:after {
      content: "\00a0 ";
      width: 10px;
      height: 3px;
      display: inline-block;
      vertical-align: middle;
      border-top: 1px solid #d6be7a;
      border-bottom: 1px solid #d6be7a; }

.side_form_button {
  margin-left: -30px; }

.form_line {
  display: block; }

.form_block {
  float: none;
  display: block;
  padding: 8px 15px 0px 11px; }
  @media screen and (min-width: 30em) {
    .form_block {
      float: left; } }
  .form_block.spaced {
    padding-top: 20px; }
  .form_block.full_width {
    width: 100%;
    max-width: 370px; }

/* @end */
/* @group Side Form */
.side_form {
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 5px #f2eed3, inset 0px 0px 35px #f7f3e4;
  background: #fff;
  padding: 0px 0px 25px 0px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3d526b;
  text-align: left;
  width: 100%;
  margin-top: 60px; }
  @media screen and (min-width: 40em) {
    .side_form {
      width: 286px;
      margin-top: 20px; } }
  .side_form .badge {
    width: 130px;
    margin: -30px auto 0;
    display: block; }
  .side_form h3 {
    font-size: 1px;
    text-indent: -10000px; }
  .side_form form {
    padding: 20px 0 0 37px; }
  .side_form input, .side_form textarea {
    display: block;
    border: 1px solid #c0c0c0;
    padding: 3px;
    width: 87%; }
    @media screen and (min-width: 40em) {
      .side_form input, .side_form textarea {
        width: 87px; } }
  .side_form textarea {
    width: 85%;
    height: 50px; }
    @media screen and (min-width: 30em) {
      .side_form textarea {
        max-width: 370px; } }
  .side_form select {
    display: block;
    border: 1px solid #c0c0c0;
    padding: 3px;
    width: 87%; }
    @media screen and (min-width: 40em) {
      .side_form select {
        width: 95px; } }
  .side_form .form_block {
    display: block;
    float: none;
    padding: 10px 0 5px 0; }
    @media screen and (min-width: 40em) {
      .side_form .form_block {
        float: left;
        padding: 10px 20px 5px 0px; } }
  .side_form .long {
    width: 87%; }
    @media screen and (min-width: 40em) {
      .side_form .long {
        width: 200px; } }
  .side_form .shifted input {
    display: block;
    margin-bottom: 8px;
    width: 87%; }
    @media screen and (min-width: 40em) {
      .side_form .shifted input {
        width: 200px; } }
  .side_form .shifted select {
    display: block;
    margin-bottom: 8px;
    width: 200px;
    width: 210px; }
  .side_form .minmax {
    display: block;
    clear: both;
    margin-top: 5px;
    width: 87%; }
    @media screen and (min-width: 40em) {
      .side_form .minmax {
        width: 225px; } }
    .side_form .minmax input {
      float: left;
      margin-right: 0px;
      width: 100%; }
      @media screen and (min-width: 40em) {
        .side_form .minmax input {
          margin-right: 18px;
          width: 60px; } }
    .side_form .minmax label {
      float: left;
      margin-top: 4px;
      margin-right: 5px;
      color: #505050;
      text-transform: none;
      font-weight: normal; }
    .side_form .minmax .minmax_first {
      float: left;
      padding: 0;
      width: 43%; }
      @media screen and (min-width: 40em) {
        .side_form .minmax .minmax_first {
          width: auto; } }
    .side_form .minmax .minmax_second {
      display: block;
      float: right;
      text-align: right;
      width: 43%; }
      @media screen and (min-width: 40em) {
        .side_form .minmax .minmax_second {
          width: auto; } }

.side_form_button input {
  width: 212px;
  height: 45px;
  padding: 0px;
  border: none;
  margin: 20px 0px 0px 0px; }

/* @end */
.big_form {
  max-width: 540px;
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 5px #f2eed3, inset 0px 0px 35px #f7f3e4;
  background: #fff;
  padding: 0px 0px 25px 40px;
  margin: auto;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3d526b;
  text-align: left; }
  .big_form .badge {
    width: 130px;
    margin: -30px auto 0;
    display: block;
    padding-right: 34px; }
  .big_form input, .big_form select {
    display: block;
    border: 1px solid #c0c0c0;
    padding: 3px;
    width: 90%; }
    @media screen and (min-width: 40em) {
      .big_form input, .big_form select {
        width: 235px; } }
  .big_form textarea {
    display: block;
    height: 70px;
    border: 1px solid #c0c0c0;
    padding: 3px;
    width: 90%; }
    @media screen and (min-width: 40em) {
      .big_form textarea {
        width: 498px; } }
  .big_form select {
    width: 95px;
    margin-right: 155px; }
    @media screen and (min-width: 40em) {
      .big_form select.full-size {
        width: 235px; } }
  .big_form .form_block {
    float: none;
    padding: 10px 20px 5px 0px; }
    @media screen and (min-width: 40em) {
      .big_form .form_block {
        float: left; } }

#title_next_home {
  background: url(../../images/bigform_looking.jpg); }

#title_rebate {
  background: url(../../images/bigform_rebate.jpg); }

#title_move {
  background: url(../../images/bigform_move.jpg); }

.big_form_button {
  margin-left: -30px; }
  .big_form_button input {
    width: 212px;
    height: 45px;
    padding-top: 20px;
    border: none;
    margin-left: 160px; }

#form_dog_weight.disabled,
#form_dog_breed.disabled {
  opacity: .3; }

.side_form #form_dog_weight.disabled,
.side_form #form_dog_breed.disabled {
  display: none; }

#please_explain {
  display: none; }
  #please_explain.show {
    display: block; }

#footer {
  max-width: 900px;
  width: 100%;
  margin: 20px auto;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  color: #a0a0a0;
  height: auto;
  vertical-align: middle;
  text-align: center; }
  @media screen and (min-width: 59.375em) {
    #footer {
      height: 100px; } }
  #footer h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3d526b;
    margin: 0px;
    padding: 0px; }
  #footer a {
    font-size: 12px;
    color: #ac9250;
    text-decoration: none; }
    #footer a:hover {
      font-size: 12px;
      color: #ac9250;
      text-decoration: underline; }
  #footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #footer ul li {
      line-height: 18px; }
  @media screen and (min-width: 59.375em) {
    #footer {
      text-align: left; } }

#footerBBB {
  width: 170px;
  display: none;
  vertical-align: middle;
  margin: auto; }
  @media screen and (min-width: 59.375em) {
    #footerBBB {
      display: none; } }

#footer_left {
  text-align: left;
  width: 300px;
  display: block;
  vertical-align: middle;
  margin: 30px auto 80px; }
  @media screen and (min-width: 30em) {
    #footer_left {
      width: 360px; } }
  @media screen and (min-width: 59.375em) {
    #footer_left {
      width: 330px;
      display: inline-block;
      margin: auto; } }

#footer_right {
  text-align: left;
  width: 300px;
  display: block;
  vertical-align: middle;
  margin: auto; }
  @media screen and (min-width: 30em) {
    #footer_right {
      width: 360px; } }
  @media screen and (min-width: 59.375em) {
    #footer_right {
      display: inline-block;
      padding-left: 40px;
      width: auto; } }

#footer_address {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px dotted #c0c0c0; }
  #footer_address .the_address {
    display: inline-block;
    vertical-align: middle; }
  #footer_address .social {
    text-align: right;
    float: right;
    display: inline-block;
    vertical-align: middle; }
    #footer_address .social img {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      border-radius: 3px;
      border: none; }

#footer_email {
  padding: 10px 30px 0px 0px;
  float: left; }

#footer_phone {
  border-left: 1px dotted #c0c0c0;
  padding: 10px 0px 0px 20px;
  float: left; }

#footer_links_left {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  width: 120px; }
  @media screen and (min-width: 30em) {
    #footer_links_left {
      width: auto; } }

#footer_links_right {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px dotted #c0c0c0;
  width: 120px; }
  @media screen and (min-width: 30em) {
    #footer_links_right {
      width: auto; } }

#footer_go_to_top, #footer_eho {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 40px; }
  #footer_go_to_top a, #footer_eho a {
    display: block;
    width: 73px;
    height: 70px;
    background: url(../../images/eho.svg) no-repeat;
    text-indent: -10000px; }
  @media screen and (max-width: 30em) {
    #footer_go_to_top, #footer_eho {
      display: block;
      padding: 10px 0; }
      #footer_go_to_top a, #footer_eho a {
        margin: auto; } }

.footer_link {
  color: #ac9250; }
  .footer_link:hover {
    color: #fff; }

.copyright {
  background: #000;
  color: #a0a0a0;
  display: block;
  float: none; }
  .copyright .content {
    max-width: 900px;
    width: 100%;
    font-size: 11px;
    margin: auto;
    text-align: left;
    box-sizing: border-box;
    padding: 15px 20px 20px; }
    @media screen and (min-width: 59.375em) {
      .copyright .content {
        padding: 15px 0px; } }
    .copyright .content a {
      font-size: 11px !important; }
    .copyright .content .txt {
      display: inline-block;
      text-align: left;
      width: 69%;
      float: left;
      box-sizing: border-box;
      vertical-align: middle;
      padding: 10px 0 0 0; }
      @media screen and (max-width: 40em) {
        .copyright .content .txt {
          width: 100%;
          text-align: center;
          display: block;
          float: none; } }
    .copyright .content .social {
      width: 30%;
      box-sizing: border-box;
      text-align: right;
      vertical-align: middle;
      display: inline-block; }
      @media screen and (max-width: 40em) {
        .copyright .content .social {
          display: block;
          text-align: center;
          width: 100%;
          padding: 0 0 0px; } }
      .copyright .content .social img {
        height: 40px;
        width: 40px;
        display: inline-block;
        border: none; }
      .copyright .content .social a {
        display: inline-block;
        padding: 0 5px; }
        .copyright .content .social a:last-child {
          padding: 0 0 0 5px; }

.IDXBanner {
  display: none !important;
  width: 100%;
  background: #f8f3e3;
  text-align: center;
  overflow: auto;
  padding-top: 50px; }
  @media screen and (min-width: 40em) {
    .IDXBanner {
      padding-top: 100px;
      display: none !important; } }
  .IDXBanner.with_links {
    background: #e9e5d7;
    padding-top: 30px; }
  .IDXBanner .content {
    background: #dfdac8;
    display: block;
    padding: 1px 0 50px 0; }
  .IDXBanner .locator_badge {
    width: 130px;
    padding: 30px 0;
    display: block;
    margin: -60px auto 0; }
  .IDXBanner .txt {
    display: block;
    text-align: center; }
    .IDXBanner .txt h1 {
      margin: 0;
      padding: 0 20px 40px;
      color: #000;
      max-width: 500px;
      margin: auto; }
  .IDXBanner .find_button {
    display: block;
    cursor: pointer;
    padding: 7px 10px 10px;
    border: none;
    width: 250px;
    margin: auto;
    background: #000;
    border: 4px solid #bfbeb3;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: inset 0px 0px 25px #000;
    vertical-align: middle; }
    .IDXBanner .find_button:hover {
      background: #fff;
      box-shadow: none;
      color: #000; }
      .IDXBanner .find_button:hover .simple_arrow {
        -webkit-filter: brightness(0);
                filter: brightness(0); }
    .IDXBanner .find_button #idx_button {
      vertical-align: middle;
      display: inline-block;
      padding: 0 10px; }
    .IDXBanner .find_button span {
      font-weight: bold; }
    .IDXBanner .find_button:before, .IDXBanner .find_button:after {
      content: "\00a0 ";
      width: 10px;
      height: 3px;
      display: inline-block;
      vertical-align: middle;
      border-top: 1px solid #d6be7a;
      border-bottom: 1px solid #d6be7a; }

#IDXLocator {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 0;
  border-bottom: 1px solid #c0c0c0;
  box-sizing: border-box;
  padding: 30px; }
  #IDXLocator .the_frame {
    background: #fff;
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overflow: scroll; }
  #IDXLocator.open {
    display: block; }
  #IDXLocator #close_button {
    position: fixed;
    z-index: 1000;
    right: 15px;
    top: 15px;
    cursor: pointer; }
    #IDXLocator #close_button img {
      width: 30px;
      height: 30px;
      background: #000;
      border-radius: 30px;
      border: 2px solid #fff; }

.simple_arrow {
  width: 5px;
  margin-left: 5px; }

.linksBanner {
  width: 100%;
  box-sizing: border-box;
  background: #f8f3e3;
  text-align: center;
  overflow: auto;
  padding-top: 80px; }
  @media screen and (min-width: 40em) {
    .linksBanner {
      padding-top: 100px; } }
  .linksBanner .content {
    background: #e9e5d7;
    display: block;
    padding: 30px 0; }
    @media screen and (min-width: 59.375em) {
      .linksBanner .content {
        padding: 60px 0 60px 0; } }
  .linksBanner .the_banners {
    max-width: 1000px;
    margin: auto; }
  .linksBanner .locator_badge {
    width: 130px;
    padding: 30px 0;
    display: block;
    margin: -60px auto 0; }
  .linksBanner .banner {
    display: inline-block;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%; }
    .linksBanner .banner:last-child {
      padding-right: 0;
      border: none; }
    .linksBanner .banner:first-child {
      padding-left: 0;
      border-bottom: 1px dotted #a6a398; }
    @media screen and (min-width: 59.375em) {
      .linksBanner .banner {
        border-right: 1px dotted #a6a398;
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 400px;
        vertical-align: middle; }
        .linksBanner .banner:last-child {
          padding-right: 0;
          border: none; }
        .linksBanner .banner:first-child {
          padding-left: 0;
          border-bottom: none; } }
    .linksBanner .banner h1 {
      margin: 0;
      padding: 0px 0px 30px 0;
      color: #3d526b;
      max-width: 500px;
      margin: auto; }
    .linksBanner .banner li {
      padding: 10px;
      max-width: 400px;
      width: 80%;
      margin: auto; }
      .linksBanner .banner li:last-child {
        border: none; }
  .linksBanner .cta_button {
    display: block;
    cursor: pointer;
    padding: 7px 10px 10px;
    border: none;
    width: 250px;
    margin: auto;
    background: #000;
    border: 4px solid #bfbeb3;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: inset 0px 0px 25px #000;
    vertical-align: middle; }
    .linksBanner .cta_button:hover {
      background: #fff;
      box-shadow: none;
      color: #000; }
      .linksBanner .cta_button:hover .simple_arrow {
        -webkit-filter: brightness(0);
                filter: brightness(0); }
    .linksBanner .cta_button #links_button {
      vertical-align: middle;
      display: inline-block;
      padding: 0 10px; }
    .linksBanner .cta_button span {
      font-weight: bold; }
    .linksBanner .cta_button:before, .linksBanner .cta_button:after {
      content: "\00a0 ";
      width: 10px;
      height: 3px;
      display: inline-block;
      vertical-align: middle;
      border-top: 1px solid #d6be7a;
      border-bottom: 1px solid #d6be7a; }

.simple_arrow_a {
  width: 7px;
  margin-left: 5px; }

.people_block {
  margin-top: 30px;
  border-bottom: 1px dotted #a6a398;
  padding-bottom: 30px;
  max-width: 540px; }
  .people_block:last-child {
    border: none; }
  .people_block .left_block {
    display: block;
    width: 128px;
    margin: auto;
    margin-bottom: 30px;
    vertical-align: top;
    text-align: center; }
    .people_block .left_block .photo {
      width: 100%;
      min-width: 128px;
      border-radius: 10px;
      border: 5px solid #fff;
      box-shadow: 0px 0px 5px #f2eed3;
      background: #fff;
      padding: 0px 0px 0px 0px; }
    @media screen and (min-width: 30em) {
      .people_block .left_block {
        display: inline-block;
        margin: 0;
        margin-right: 30px;
        margin-bottom: 20px; } }
    @media screen and (min-width: 48em) {
      .people_block .left_block {
        margin: 0;
        margin-right: 30px;
        margin-bottom: 0; } }
  .people_block .right_block {
    display: block;
    max-width: 370px;
    width: 100%;
    vertical-align: top;
    text-align: center; }
    .people_block .right_block .name {
      color: #3d526b;
      font-family: 'League Spartan';
      font-size: 15px; }
    .people_block .right_block .title {
      font-size: 12px; }
    .people_block .right_block .description {
      margin-top: 20px; }
    @media screen and (min-width: 30em) {
      .people_block .right_block {
        display: inline-block;
        margin: 10px 0px 0 0;
        text-align: left;
        width: 50%; } }
    @media screen and (min-width: 40em) {
      .people_block .right_block {
        width: 100%; } }
    @media screen and (min-width: 48em) {
      .people_block .right_block {
        width: 60%; } }
    @media screen and (min-width: 59.375em) {
      .people_block .right_block {
        width: 100%; } }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #3d526b;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #dfdac8;
    box-shadow: inset 0 1px 3px none;
    border-radius: 3px; }
  .is-disabled .pika-button, .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #e2c981;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

#map_container {
  position: absolute;
  z-index: 1;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 300px;
  top: -1000px;
  left: -1000px; }
  #map_container #map {
    width: 300px;
    height: 300px;
    border-radius: 10px; }
  #map_container .legend {
    text-transform: none;
    font-weight: normal;
    color: #000;
    padding: 10px;
    margin-top: 20px;
    text-align: center; }
    #map_container .legend .map_done {
      background: #000;
      color: #fff;
      padding: 5px 10px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      width: 100px;
      margin: 20px auto 10px;
      border-radius: 5px;
      border: 4px solid #dad8cb;
      cursor: pointer; }

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