/* Scss Document */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Scss Document */
#top-info {
  padding: 5px 0;
  background: #40739e; }
  #top-info .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #top-info .content .top-info p {
      color: #fff;
      font-size: 16px; }

header {
  background: #fff;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.3);
  z-index: 50000; }
  header #inner-header {
    padding: 5px 0; }
    header #inner-header #inner-header-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header #inner-header #inner-header-content #logo img {
        max-width: 270px; }
    header #inner-header #contact-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      header #inner-header #contact-info .content {
        margin: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header #inner-header #contact-info .content i {
          font-size: 36px;
          margin: 5px;
          color: #fff;
          background: #40739e;
          padding: 10px;
          border-radius: 5px; }
        header #inner-header #contact-info .content .content-right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          header #inner-header #contact-info .content .content-right p {
            color: #252523;
            line-height: 1.2; }
            header #inner-header #contact-info .content .content-right p:nth-of-type(2) {
              color: #40739e;
              font-family: "Open Sans", sans-serif;
              font-size: 17px;
              font-weight: 700; }

#nav-wrap {
  background: #40739e; }

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1px; }
  nav .header-item {
    padding: 20px 15px;
    margin: -1px 15px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: "Fira Sans", sans-serif; }
    nav .header-item p {
      color: #fff;
      text-transform: uppercase;
      font-size: 17px;
      letter-spacing: 1px;
      font-weight: 700; }
    nav .header-item:hover {
      cursor: pointer;
      background: #fbc531; }
      nav .header-item:hover > p, nav .header-item:hover a > p {
        color: #252523; }
    nav .header-item .dropDown {
      position: absolute;
      top: calc(100% - 5px);
      left: 0;
      z-index: 500;
      display: block;
      visibility: hidden; }
    nav .header-item:hover > .dropDown {
      background: #fff;
      color: #40739e;
      visibility: visible;
      -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.6);
      width: 100%; }
      nav .header-item:hover > .dropDown a {
        display: block;
        padding: 15px 10px;
        position: relative;
        text-transform: capitalize;
        border-bottom: 1px solid #252523; }
        nav .header-item:hover > .dropDown a:last-of-type {
          border-bottom: none; }
        nav .header-item:hover > .dropDown a:hover {
          background: #40739e;
          color: #fff; }

#menuBtn {
  display: none; }

@media all and (max-width: 767px) {
  #top-info .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  header {
    position: relative; }
    header #inner-header #inner-header-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      header #inner-header #inner-header-content #contact-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header #inner-header #inner-header-content #contact-info .content {
          margin: 5px; }
          header #inner-header #inner-header-content #contact-info .content i {
            font-size: 16px;
            margin: 5px;
            color: #fff;
            background: #40739e;
            padding: 10px;
            border-radius: 5px; }
          header #inner-header #inner-header-content #contact-info .content .content-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            header #inner-header #inner-header-content #contact-info .content .content-right p {
              color: #252523;
              line-height: 1.2; }
              header #inner-header #inner-header-content #contact-info .content .content-right p:nth-of-type(2) {
                color: #40739e;
                font-family: "Open Sans", sans-serif;
                font-size: 14px;
                font-weight: 700; }

  #nav-wrap {
    position: relative; }

  nav {
    display: none; }

  #menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #40739e;
    font-size: 28px;
    margin-bottom: 10px; }

  nav.active {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 0;
    width: 100%;
    background: #184b76;
    top: 100%;
    right: 0;
    z-index: 6000000;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation: mobile-nav .15s linear;
    animation: mobile-nav .15s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0;
    position: absolute;
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5); }
    nav.active .header-item {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 25px 0;
      width: auto;
      margin: 5px;
      text-align: center;
      width: 100%; }
      nav.active .header-item#logo {
        display: none; }
      nav.active .header-item p, nav.active .header-item a > p {
        color: #fff; }
      nav.active .header-item .dropDown {
        display: none; }
      nav.active .header-item:hover {
        background: #fbc531; }
        nav.active .header-item:hover p, nav.active .header-item:hover a > p {
          color: #252523; } }
@-webkit-keyframes mobile-nav {
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes mobile-nav {
  100% {
    -webkit-transform: none;
    transform: none; } }
footer {
  background: #fbc531; }
  footer #inner-footer {
    padding: 40px 0; }
    footer #inner-footer #inner-footer-contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      footer #inner-footer #inner-footer-contents #inner-footer-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px; }
        footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list {
          margin: 0 55px; }
          footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list li {
            color: #252523;
            line-height: 1.4;
            font-weight: 700;
            font-size: 18px; }
            footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list li a {
              color: inherit; }
              footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list li a:hover {
                color: #0e416c; }
            footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list li i {
              margin-right: 5px; }
            footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list li:first-of-type {
              text-transform: uppercase;
              font-size: 21px; }

@media all and (max-width: 1175px) {
  footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list {
    margin: 0 10px; } }
@media all and (max-width: 1115px) {
  footer #inner-footer {
    padding: 20px 0; }
    footer #inner-footer #inner-footer-contents {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
@media all and (max-width: 767px) {
  footer #inner-footer #inner-footer-contents #inner-footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    footer #inner-footer #inner-footer-contents #inner-footer-left ul.footer-list {
      margin: 5px 0; } }
#directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2rem;
  color: #fff; }
  #directions ul.direction-list {
    margin: 0 20px; }
    #directions ul.direction-list li {
      line-height: 1.3;
      max-width: 45ch;
      position: relative; }
      #directions ul.direction-list li:before {
        content: "\f192";
        font-family: "FontAwesome";
        margin-right: 2.5px; }
      #directions ul.direction-list li:nth-of-type(1) {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2.5px; }
        #directions ul.direction-list li:nth-of-type(1):before {
          display: none; }

@media all and (max-width: 885px) {
  #directions {
    flex-direction: column; }
    #directions ul.direction-list {
      margin: 20px; } }
#contact-sec-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  #contact-sec-wrap .contact-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 2rem auto;
    color: #fff; }
    #contact-sec-wrap .contact-info h1 {
      margin-bottom: 15px;
      font-size: 24px;
      letter-spacing: 1px;
      font-weight: 700;
      color: #fbc531; }
    #contact-sec-wrap .contact-info p {
      line-height: 1.7;
      margin-bottom: 15px; }
    #contact-sec-wrap .contact-info img {
      max-width: 429px; }
  #contact-sec-wrap .form-section {
    display: flex;
    flex-direction: column;
    flex: 1.5; }
  #contact-sec-wrap .cForm {
    width: 80%;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    color: #252523;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 400px; }
    #contact-sec-wrap .cForm.contact-form {
      background: #4d4d4b;
      min-height: 0;
      width: 90%; }
    #contact-sec-wrap .cForm.sell-c-form {
      width: 80%;
      background: #fbc531; }
    #contact-sec-wrap .cForm #form-top-call h1 {
      margin: 0 0 30px;
      font-size: 21px;
      text-align: center;
      font-weight: 700; }
  #contact-sec-wrap .cForm.cForm-contact-page {
    width: 65%;
    margin: 1rem;
    padding: 0;
    background: none;
    color: #252523; }
  #contact-sec-wrap .cForm input, #contact-sec-wrap .cForm textarea {
    border: 1px inset #252523;
    border-radius: .25rem;
    padding: .35rem;
    max-width: 65ch; }
  #contact-sec-wrap .cForm textarea {
    margin-top: .25rem;
    min-height: 5rem;
    height: auto; }
  #contact-sec-wrap .cForm input:focus, #contact-sec-wrap .cForm textarea:focus {
    border: 1px solid #252523; }
  #contact-sec-wrap .cForm .flex, #contact-sec-wrap .cForm textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    outline: none;
    resize: none; }
  #contact-sec-wrap .cForm input[type="submit"], #contact-sec-wrap .cForm input[type="reset"] {
    background: #40739e;
    border: 2px solid #eee;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    color: #fff;
    font-size: 21px;
    padding: 1rem; }
  #contact-sec-wrap .cForm input[type="submit"]:hover, #contact-sec-wrap .cForm input[type="reset"]:hover {
    background: #252523; }
  #contact-sec-wrap .cForm ul .reqFields, #contact-sec-wrap .cForm .hiddenInput {
    /* Fields are hidden anyway, but never hurts to overdo it a little... */
    display: none; }
  #contact-sec-wrap .cForm ul.formStructure {
    display: block;
    margin: auto; }
  #contact-sec-wrap .cForm li.sectionLabel {
    display: block;
    font-weight: 700;
    margin: 10px;
    font-size: 21px;
    font-family: "Open Sans", sans-serif; }
  #contact-sec-wrap .cForm li.blockInput {
    display: block;
    margin: 0 0 1rem 0;
    max-width: 40ch; }
  #contact-sec-wrap .cForm li.inlineInput {
    display: inline-block;
    margin: 0 .75rem .75rem 0; }
  #contact-sec-wrap .cForm .detailSection {
    background: #fff;
    color: #252523;
    border: 2px solid #252523;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin: 2rem 0;
    padding: 10px; }
  #contact-sec-wrap .cForm label, #contact-sec-wrap .cForm .label {
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  #contact-sec-wrap .cForm .note {
    margin: 1em 0; }
  #contact-sec-wrap #contact-sec-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    #contact-sec-wrap #contact-sec-wrap #contact-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 25px 20px; }
      #contact-sec-wrap #contact-sec-wrap #contact-info p {
        color: #252523;
        line-height: 1.2;
        margin: 10px;
        font-size: 21px; }
      #contact-sec-wrap #contact-sec-wrap #contact-info img {
        max-width: 444px;
        width: 100%;
        margin: 0 10px; }
    #contact-sec-wrap #contact-sec-wrap .form-section {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      width: 100%; }

@media all and (max-width: 900px) {
  #contact-sec-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #contact-sec-wrap #contact-info, #contact-sec-wrap .form-section {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 90%; }

  .cForm {
    min-width: 80%;
    margin: 1rem 0; }
    .cForm.sell-c-form {
      margin: 1rem 0 1rem -2rem;
      width: 100%; }

  #forms-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #forms-wrap .form-section {
      margin: 20px 0; }

  .other-hero #top-call h1 {
    font-size: 28px; }

  .contact-main {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .contact-main #contact-about, .contact-main #company-info {
      margin: 1rem; } }
/* Scss Document */
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500; }

.modal {
  background-color: #fff;
  color: #000;
  display: block;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 520; }

.modal h1 {
  font-weight: 700;
  margin-bottom: 1rem; }

.modalX {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: .5rem;
  right: .75rem; }

.modal a {
  text-decoration: none; }

.modal a:hover, .modal a:active {
  text-decoration: underline; }

.modalX:hover {
  cursor: pointer; }

.modal ul.sheets {
  margin-left: 40px;
  list-style-type: disc; }

#cutSheetsBox {
  width: 260px;
  height: 11em;
  margin-left: -150px;
  margin-top: -100px; }

body {
  font-family: "Ubuntu", sans-serif;
  position: relative;
  overflow-x: hidden;
  background: #184b76; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: inherit; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 35px; }

#hero {
  background-image: url("../graphics/row.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply; }
  #hero.sell-hero {
    background-image: url("../graphics/contract.jpg"); }
  #hero.locate-hero {
    background-image: url("../graphics/lot.JPG"); }
  #hero.contact-hero {
    background-image: url("../graphics/contact.jpg"); }
  #hero #top-call {
    padding: 1rem 0 10rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #hero #top-call .top-call-content h1 {
      margin: 15px;
      font-size: 44px;
      font-weight: 700; }
    #hero #top-call .top-call-content p {
      line-height: 1.3;
      max-width: 44ch;
      font-size: 18px;
      margin: 15px; }
    #hero #top-call .top-call-content #srchBtn {
      max-width: 140px;
      padding: 15px 30px;
      text-align: center;
      background: #fbc531;
      color: #043762;
      margin: 15px;
      font-weight: 700;
      display: inline-block; }
      #hero #top-call .top-call-content #srchBtn:hover {
        background: #40739e;
        color: #fff; }

#first-call {
  padding: 1rem 0;
  margin: 2rem 0;
  text-align: center;
  border-top: 3px dashed #fbc531;
  border-bottom: 3px dashed #fbc531; }
  #first-call h1 {
    margin: 15px;
    font-size: 42px;
    font-weight: 700;
    color: #fff; }
  #first-call p {
    line-height: 1.4;
    max-width: 88ch;
    margin: 5px auto 15px;
    display: inline-block;
    color: #fff;
    font-size: 22px; }

main {
  background: #fff;
  padding: 20px; }
  main .lr-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    main .lr-wrap .left-info {
      margin: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      main .lr-wrap .left-info h1 {
        font-weight: 700;
        color: #40739e;
        font-size: 36px;
        max-width: 10ch;
        margin: 10px;
        font-style: italic; }
      main .lr-wrap .left-info p {
        line-height: 1.7;
        margin: 10px;
        color: #252523;
        font-size: 17px;
        max-width: 66ch; }
        main .lr-wrap .left-info p#map-call {
          font-weight: 700;
          font-size: 3.5vw;
          line-height: 1.2;
          color: #366994; }
    main .lr-wrap ul.fader {
      min-height: 350px;
      margin: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
      flex: 1.5;
      z-index: 500;
      position: relative; }
      main .lr-wrap ul.fader li {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
        opacity: 0; }
        main .lr-wrap ul.fader li:nth-of-type(1) {
          background-image: url("../graphics/4.JPG");
          -webkit-animation: fader 15s infinite both;
          animation: fader 15s infinite both; }
        main .lr-wrap ul.fader li:nth-of-type(2) {
          background-image: url("../graphics/1.JPG");
          -webkit-animation: fader 15s 5s infinite both;
          animation: fader 15s 5s infinite both; }
        main .lr-wrap ul.fader li:nth-of-type(3) {
          background-image: url("../graphics/row.jpg");
          -webkit-animation: fader 15s 10s infinite both;
          animation: fader 15s 10s infinite both; }
    main .lr-wrap #map-wrap {
      width: 100%; }
      main .lr-wrap #map-wrap iframe {
        width: 100%;
        min-height: 300px; }

@-webkit-keyframes fader {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@keyframes fader {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
.service-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3rem 0 1rem; }
  .service-section .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .service-section .service-list i {
      font-size: 32px;
      height: 70px;
      width: 70px;
      background: #fbc531;
      color: #184b76;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 5px 0; }
    .service-section .service-list h1 {
      font-size: 28px;
      margin: 5px 0;
      line-height: 1.1;
      color: #fbc531;
      font-weight: 700; }
    .service-section .service-list p {
      font-family: "Open Sans", sans-serif;
      max-width: 40ch;
      margin: 5px 0;
      line-height: 1.2;
      color: #fff; }

#quote {
  background: #fff;
  color: #40739e;
  text-align: center;
  padding: 20px;
  font-size: 23px;
  margin: 30px 0 60px; }
  #quote span {
    color: #0e416c; }

@media all and (max-width: 767px) {
  #hero #top-call h1 {
    font-size: 24px; }
  #hero #top-call p {
    font-size: 17px; }

  #first-call h1 {
    font-size: 28px; }
  #first-call p {
    font-size: 17px; }

  main .lr-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    main .lr-wrap .left-info {
      width: 100%;
      margin: 10px; }
    main .lr-wrap ul.fader {
      width: 100%;
      margin: 10px; }
    main .lr-wrap #map-wrap {
      width: 100%; }

  #quote {
    line-height: 1.5; }

  .service-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .service-section .service-list {
      margin: 10px 0; } }

/*# sourceMappingURL=main.css.map */
