/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  font-family: "Roboto", sans-serif;
  background: #222222;
  color: #222222;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 500px) {
  html,
body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  html,
body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  html,
body {
    font-size: 20px;
  }
}

h1 {
  font-size: 4.2rem;
  line-height: 1;
}

h2 {
  font-size: 2.8rem;
  line-height: 1.1;
}

h3 {
  font-size: 2.2rem;
  line-height: 1.2;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
  color: #e87511;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

.page-wrap {
  background: #e9e9e9;
}

header {
  background: #222222;
  background-image: linear-gradient(134deg, #3A383A 0%, #2D2B2D 100%);
  color: white;
  padding: 80px 40px;
}
@media screen and (min-width: 720px) {
  header {
    padding: 80px 80px;
  }
}
@media screen and (min-width: 1000px) {
  header {
    padding: 80px 120px;
  }
}
header h1 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 720px) {
  header h1 {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 60%;
  }
}
header .lead {
  width: 100%;
  color: #8e8e8e;
  margin-bottom: 80px;
}
@media screen and (min-width: 720px) {
  header .lead {
    width: 85%;
  }
}
@media screen and (min-width: 1000px) {
  header .lead {
    width: 75%;
  }
}

footer {
  background: #262626;
}
footer .upcoming-auctions {
  background-image: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.33);
  border-radius: 25px;
  margin: 0 30px;
  margin-top: 160px;
  padding: 30px 30px 30px 30px;
  color: white;
  position: relative;
  top: -50px;
}
@media screen and (min-width: 500px) {
  footer .upcoming-auctions {
    margin: 0 40px;
    margin-top: 160px;
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (min-width: 720px) {
  footer .upcoming-auctions {
    margin: 0 80px;
    margin-top: 160px;
    padding: 40px 270px 40px 50px;
  }
}
@media screen and (min-width: 1000px) {
  footer .upcoming-auctions {
    margin: 0 120px;
    margin-top: 160px;
    padding: 40px 415px 40px 75px;
  }
}
@media screen and (min-width: 1600px) {
  footer .upcoming-auctions {
    margin: 0 120px;
    margin-top: 160px;
    padding: 40px 505px 40px 75px;
  }
}
footer .upcoming-auctions h2 {
  margin-bottom: 10px;
}
footer .upcoming-auctions p {
  margin-bottom: 30px;
}
footer .upcoming-auctions .button {
  background: rgba(255, 255, 255, 0.73);
  color: #e87511;
}
footer .upcoming-auctions .button:hover {
  background: rgba(255, 255, 255, 0.83);
}
footer .upcoming-auctions .upcoming-auctions-image {
  position: absolute;
  top: -90px;
  right: 0;
  display: none;
}
@media screen and (min-width: 500px) {
  footer .upcoming-auctions .upcoming-auctions-image {
    display: none;
    top: 25px;
  }
}
@media screen and (min-width: 720px) {
  footer .upcoming-auctions .upcoming-auctions-image {
    display: block;
    top: 25px;
  }
}
@media screen and (min-width: 1000px) {
  footer .upcoming-auctions .upcoming-auctions-image {
    display: block;
    top: -30px;
  }
}
@media screen and (min-width: 1600px) {
  footer .upcoming-auctions .upcoming-auctions-image {
    display: block;
    top: -90px;
  }
}
footer .upcoming-auctions .upcoming-auctions-image img {
  width: 607px;
}
@media screen and (min-width: 720px) {
  footer .upcoming-auctions .upcoming-auctions-image img {
    width: 350px;
  }
}
@media screen and (min-width: 1000px) {
  footer .upcoming-auctions .upcoming-auctions-image img {
    width: 500px;
  }
}
@media screen and (min-width: 1600px) {
  footer .upcoming-auctions .upcoming-auctions-image img {
    width: 607px;
  }
}
footer nav {
  background: #222222;
  color: white;
  padding: 50px 30px;
  font-weight: 300;
  font-size: 0.8rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 60px;
}
@media screen and (min-width: 500px) {
  footer nav {
    grid-template-columns: 1fr 1fr;
    padding: 50px 40px;
  }
}
@media screen and (min-width: 720px) {
  footer nav {
    grid-template-columns: auto 1fr auto;
    padding: 50px 80px;
  }
}
@media screen and (min-width: 920px) {
  footer nav {
    grid-template-columns: auto auto 1fr auto;
  }
}
@media screen and (min-width: 1000px) {
  footer nav {
    grid-template-columns: auto auto 1fr auto;
    padding: 50px 120px;
  }
}
@media screen and (min-width: 1600px) {
  footer nav {
    grid-template-columns: auto auto 1fr auto;
  }
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav ul li {
  margin: 0;
  padding: 0;
}
footer nav .title {
  font-weight: 700;
  font-size: 1rem;
  padding-top: 22px;
}
footer nav .contact {
  border-top: 1px solid #2d2d2d;
  padding-top: 0px;
  border-left: none;
  padding-left: 0px;
  margin-top: 30px;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media screen and (min-width: 500px) {
  footer nav .contact {
    border-top: 1px solid #2d2d2d;
    padding-top: 0px;
    border-left: none;
    padding-left: 0px;
    margin-top: 30px;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 720px) {
  footer nav .contact {
    border-left: 1px solid #2d2d2d;
    padding-left: 20px;
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
    grid-column-start: 3;
    grid-column-end: 4;
  }
}
@media screen and (min-width: 920px) {
  footer nav .contact {
    grid-column-start: 4;
    grid-column-end: 5;
  }
}
@media screen and (min-width: 920px) {
  footer nav .contact {
    grid-column-start: 4;
    grid-column-end: 5;
  }
}
footer nav .contact a {
  color: #e87511;
}
footer nav .contact a:hover {
  color: #f1903c;
  text-decoration: none;
}
footer nav .parent-nav {
  padding-right: 0px;
  grid-column-start: 1;
  grid-column-end: 2;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 500px) {
  footer nav .parent-nav {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 720px) {
  footer nav .parent-nav {
    padding-right: 0px;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 920px) {
  footer nav .parent-nav {
    padding-right: 40px;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-template-columns: 1fr;
    display: block;
  }
}
footer nav .parent-nav li {
  padding-left: 0px;
}
@media screen and (min-width: 500px) {
  footer nav .parent-nav li {
    padding-left: 0px;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
  }
}
@media screen and (min-width: 720px) {
  footer nav .parent-nav li {
    padding-left: 0px;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
  }
}
@media screen and (min-width: 920px) {
  footer nav .parent-nav li {
    padding-left: 52px;
    border: none;
  }
}
footer nav .parent-nav li a {
  color: #4e4e4e;
}
footer nav .parent-nav li a:hover {
  color: white;
  text-decoration: none;
}
footer nav .parent-nav .logo {
  padding-left: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 500px) {
  footer nav .parent-nav .logo {
    border: none;
    padding-bottom: 20px;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media screen and (min-width: 720px) {
  footer nav .parent-nav .logo {
    border: none;
    padding-bottom: 20px;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media screen and (min-width: 920px) {
  footer nav .parent-nav .logo {
    padding-bottom: 6px;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
footer nav .inspections-nav a,
footer nav .appraisals-nav a {
  color: white;
}
footer nav .inspections-nav a:visited,
footer nav .appraisals-nav a:visited {
  color: rgba(255, 255, 255, 0.5);
}
footer nav .inspections-nav a:active, footer nav .inspections-nav a:hover,
footer nav .appraisals-nav a:active,
footer nav .appraisals-nav a:hover {
  text-decoration: none;
  color: #e87511;
}

.top-menu {
  background: #2d2c2d;
  padding: 20px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  min-height: 91px;
}
@media screen and (min-width: 720px) {
  .top-menu {
    padding: 20px 80px;
  }
}
@media screen and (min-width: 1000px) {
  .top-menu {
    padding: 20px 120px;
  }
}
.top-menu .logo {
  margin-right: 20px;
}
.top-menu .navigation-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 500px) {
  .top-menu .navigation-container {
    grid-template-columns: 1fr auto;
  }
}
.top-menu .navigation-container .mobile-navigation {
  color: white;
  padding: 12px 20px;
  border-left: 1px solid #383838;
}
@media screen and (min-width: 1000px) {
  .top-menu .navigation-container .mobile-navigation {
    display: none;
  }
}
.top-menu .navigation-container nav {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1000px) {
  .top-menu .navigation-container nav {
    grid-template-columns: 1fr auto;
  }
}
.top-menu .navigation-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  display: none;
}
@media screen and (min-width: 1000px) {
  .top-menu .navigation-container nav ul {
    display: flex;
  }
}
.top-menu .navigation-container nav ul li {
  margin: 0;
  padding: 0;
}
.top-menu .navigation-container nav ul li a {
  padding: 12px 20px;
  display: inline-block;
  color: white;
  position: relative;
}
.top-menu .navigation-container nav ul li a::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #e87511;
  background-image: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  left: calc(0% + 20px);
  right: calc(100% - 20px);
  bottom: 10px;
  transition: all ease-in-out 0.2s;
}
.top-menu .navigation-container nav ul li a.active, .top-menu .navigation-container nav ul li a:hover {
  text-decoration: none;
  color: #e87511;
}
.top-menu .navigation-container nav ul li a.active::after, .top-menu .navigation-container nav ul li a:hover::after {
  background: #e87511;
  background-image: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  right: calc(0% + 20px);
}
.top-menu .navigation-container nav .login-button {
  display: none;
}
@media screen and (min-width: 500px) {
  .top-menu .navigation-container nav .login-button {
    display: block;
  }
}
.top-menu .navigation-container.open nav {
  /*@media screen and (max-width: layout.$screen-sm) {
      display: flex;
      flex-flow: column;
      align-items: normal;

      ul {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 20px;
          grid-row-gap: 0px;
          padding: 0;

          li {
              a {
                  margin: 0 0px;
              }
          }
      }

      .login-button {
          display: block;
          margin-top: 10px;
          margin-bottom: 40px;
      }
  }*/
}
@media screen and (max-width: 1000px) {
  .top-menu .navigation-container.open nav {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    position: absolute;
    top: 91px;
    left: 0;
    right: 0;
    background: #2d2c2d;
    border-top: 1px solid #383838;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 720px) {
  .top-menu .navigation-container.open nav {
    padding: 0px 80px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1000px) {
  .top-menu .navigation-container.open nav {
    padding: 0px 120px;
  }
}
@media screen and (max-width: 1000px) {
  .top-menu .navigation-container.open nav ul {
    display: flex;
    margin: 0 -20px;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .top-menu .navigation-container.open nav .login-button {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 30px 20px 10px 20px;
  background: white;
  width: calc(100% - 0px);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.075);
  font-size: 1rem;
}
input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=password]:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
  padding: 20px;
}
input[type=text]:placeholder-shown + label,
input[type=email]:placeholder-shown + label,
input[type=password]:placeholder-shown + label,
select:placeholder-shown + label,
textarea:placeholder-shown + label {
  opacity: 0;
  transform: translateY(-29%);
}
input[type=text] + label,
input[type=email] + label,
input[type=password] + label,
select + label,
textarea + label {
  position: absolute;
  top: 0;
  left: 15px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1), transform 0.2s ease-out;
  opacity: 0.73;
  background: white;
  padding: 0 5px;
  transform: translateY(70%);
  font-size: 0.7rem;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:hover,
input[type=password]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: none;
  border: 1px solid #dfdfdf;
}
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=password]:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  border: 1px solid linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  -webkit-text-fill-color: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 1rem;
}
input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  border: 1px solid linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  -webkit-text-fill-color: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}
input[type=text]:-webkit-autofill::first-line,
input[type=email]:-webkit-autofill::first-line,
input[type=password]:-webkit-autofill::first-line,
select:-webkit-autofill::first-line,
textarea:-webkit-autofill::first-line {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
input[type=text].error,
input[type=email].error,
input[type=password].error,
select.error,
textarea.error {
  border-color: #a90419;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

label {
  display: block;
  margin-bottom: 5px;
}

.form-row {
  margin: 10px 0px;
  position: relative;
}

.form-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
}
@media screen and (min-width: 500px) {
  .form-layout.two-col {
    grid-template-columns: 1fr 1fr;
  }
}

.form-section {
  margin-top: 50px;
}

.form-error {
  display: none;
  background: #cb4f64;
  color: white;
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
  padding: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.form-error.show {
  display: block;
}

.form-note {
  text-align: right;
  display: block;
  font-size: 0.8rem;
  padding: 5px;
  padding-left: 45px;
  background: #ebebeb;
  color: #c5c5c5;
  margin-top: 5px;
  border-radius: 5px;
  position: relative;
}
.form-note::after {
  content: "Note:";
  position: absolute;
  top: 8px;
  left: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
}

a.button,
button.button {
  display: inline-block;
  background: #e87511;
  background-image: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  color: white;
  padding: 12px 32px;
  border: none;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.34);
  border-radius: 20px;
  transition: transform ease-in-out 0.1s, background ease-in-out 0.1s;
}
a:hover.button,
button:hover.button {
  text-decoration: none;
  transform: translateY(-3px);
  background: #ef8224;
  background-image: linear-gradient(-47deg, #f3784d 0%, #ef8224 100%);
}

.section {
  padding: 60px 40px;
}
@media screen and (min-width: 720px) {
  .section {
    padding: 60px 80px;
  }
}
@media screen and (min-width: 1000px) {
  .section {
    padding: 60px 120px;
  }
}
.section h2 {
  text-align: center;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 720px) {
  .section h2 {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  .section h2 {
    width: 60%;
  }
}
.section.sub-heading {
  background: #d5d5d5;
}
.section.sub-heading h3 {
  margin-bottom: 30px;
}

.map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  margin: -100px 0px;
}
@media screen and (min-width: 1000px) {
  .map-container {
    flex-direction: row;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1600px) {
  .map-container {
    margin: 0 -80px;
  }
}
.map-container .callout-card {
  background: #e87511;
  background-image: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  color: white;
  padding: 20px 35px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  border-radius: 20px;
  margin-top: 110px;
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.09), 0 14px 40px 0 rgba(0, 0, 0, 0.09);
}
.map-container .callout-card:first-child {
  transform: translate(0px, -100px);
}
@media screen and (min-width: 1000px) {
  .map-container .callout-card:first-child {
    transform: translate(30px, 0px);
  }
}
@media screen and (min-width: 1600px) {
  .map-container .callout-card {
    font-size: 3rem;
  }
}
.map-container .callout-card small {
  display: block;
  font-weight: 300;
  font-size: 1.2rem;
}
.map-container .callout-card small strong {
  font-weight: 700;
}
.map-container .map img {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .map-container .map img {
    width: 621px;
  }
}

.band {
  list-style: none;
  padding: 0;
  margin: 0 -40px;
}
@media screen and (min-width: 720px) {
  .band {
    margin: 0 -80px;
  }
}
@media screen and (min-width: 1000px) {
  .band {
    margin: 0 -120px;
  }
}
.band .band-item {
  position: relative;
  z-index: 10;
  margin: 24px 0;
  padding: 70px 40px;
  color: #222222;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .band .band-item {
    padding: 70px 80px;
  }
}
@media screen and (min-width: 1000px) {
  .band .band-item {
    padding: 70px 120px;
  }
}
.band .band-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: rgba(232, 117, 17, 0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewY(-0.75deg);
}
.band .band-item::after {
  content: "";
  position: absolute;
  z-index: -2;
  background: rgba(232, 117, 17, 0);
  top: -8px;
  right: 0;
  bottom: -8px;
  left: 0;
  transform: skewY(-0.5deg);
}
.band .band-item h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.band .band-item p {
  margin-bottom: 30px;
  padding: 0 0%;
  color: #9c9c9c;
}
@media screen and (min-width: 720px) {
  .band .band-item p {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1000px) {
  .band .band-item p {
    padding: 0 20%;
  }
}
.band .band-item.orange {
  color: white;
}
.band .band-item.orange::before {
  background: #e87511;
  background-image: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
}
.band .band-item.orange::after {
  background: #e87511;
  background-image: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  opacity: 0.23;
}
.band .band-item.orange p {
  color: #fbe3ce;
}
.band .band-item.white {
  color: #222222;
}
.band .band-item.white::before {
  background: white;
}
.band .band-item.white::after {
  background: rgba(255, 255, 255, 0.3);
}
.band .band-item.white p {
  color: #9c9c9c;
}
.band .band-item.overlap {
  margin-top: -28px;
}
.band .band-item.stack-left {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 60px;
  margin: 100px 0;
  padding: 70px 10%;
  justify-items: center;
}
@media screen and (min-width: 720px) {
  .band .band-item.stack-left {
    grid-template-columns: 1fr;
    padding: 70px 20%;
  }
}
@media screen and (min-width: 1000px) {
  .band .band-item.stack-left {
    grid-template-columns: 1fr 1fr;
    padding: 70px 120px;
  }
}
.band .band-item.stack-left .info h3 {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .band .band-item.stack-left .info h3 {
    text-align: left;
  }
}
.band .band-item.stack-left .info p {
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .band .band-item.stack-left .info p {
    text-align: left;
  }
}
.band .band-item.single {
  margin-bottom: 70px;
}
.band .band-item .band {
  margin-top: 100px;
}
.band.small .band-item {
  padding: 0;
}
.band .cards .card p {
  padding: 0;
}

.cards {
  list-style: none;
  padding: 0;
}
.cards .card {
  margin: 0;
  color: white;
  background: #e87511;
  background-image: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  box-shadow: 0 14px 40px rgba(34, 34, 34, 0.2);
  border-radius: 8px;
  text-align: center;
  display: grid;
  grid-template-rows: auto 1fr;
}
.cards .card .card-top {
  padding: 25px 40px;
  display: grid;
  justify-items: center;
  align-items: self-end;
}
@media screen and (min-width: 1000px) {
  .cards .card .card-top {
    padding: 35px 50px;
  }
}
.cards .card .card-top .icon {
  display: grid;
}
.cards .card .card-bottom {
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 1000px) {
  .cards .card .card-bottom {
    padding: 35px 50px;
  }
}
.cards .card .card-bottom p {
  margin: 0;
  color: white;
  text-align: left;
}
.cards .card .card-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
.cards .card .card-bottom ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.cards .card .card-bottom .appraisal-logos {
  margin-top: 30px;
}
.cards .card i {
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.cards.two-up {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (min-width: 720px) {
  .cards.two-up {
    grid-template-columns: 1fr 1fr;
  }
}
.cards.three-up {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.cards.three-up .card-top h3 {
  font-size: 1.8rem;
  text-align: left;
}
.cards.small {
  width: 80%;
  margin: 0 auto;
  margin-bottom: -270px;
  transform: translateY(-130px);
}
@media screen and (min-width: 720px) {
  .cards.small {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  .cards.small {
    width: 60%;
  }
}
.cards.small .card-top {
  height: 176px;
}
.cards.small .card-top img {
  width: 117px;
  margin: auto;
}
.cards.small .card-bottom {
  padding: 35px 30px;
}
.cards.small .card-bottom p {
  text-align: center;
  padding: 0;
}
.cards.hang {
  margin-bottom: -140px;
}
.cards.contact-cards .contact-item {
  color: white;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.cards.contact-cards .contact-item:hover {
  text-decoration: none;
}
.cards.contact-cards .contact-item i {
  padding: 20px 30px;
  margin: 0;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.25);
}
.cards.contact-cards .card {
  background-image: linear-gradient(-47deg, #F26939 0%, #E87511 100%);
  transition: transform ease-in-out 0.15s, background-image ease-in-out 0.15s;
}
.cards.contact-cards .card:hover {
  background-image: linear-gradient(-47deg, #f3784d 0%, #ef8224 100%);
  border-radius: 8px;
  transform: translateY(-5px);
}

.signin-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  width: 100vw;
}
.signin-container header {
  display: grid;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 10;
}
.signin-container header::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #222222;
  background-image: linear-gradient(134deg, #3A383A 0%, #2D2B2D 100%);
  top: 0;
  right: -15px;
  bottom: 0;
  left: 0;
  transform: skewX(-1.25deg);
}
.signin-container header::after {
  content: "";
  position: absolute;
  z-index: -2;
  background: #222222;
  background-image: linear-gradient(134deg, #3A383A 0%, #2D2B2D 100%);
  opacity: 0.23;
  top: 0;
  right: -30px;
  bottom: 0;
  left: 0;
  transform: skewX(-0.75deg);
}
.signin-container header .logo {
  margin-bottom: 50vh;
}
.signin-container header .logo img {
  width: 25vw;
}
.signin-container .signin-form {
  display: grid;
  align-content: center;
}
.signin-container .section {
  text-align: center;
  display: grid;
  align-items: center;
}
.signin-container .section h2 {
  width: 100%;
  font-size: 2rem;
}
.signin-container .section .button {
  margin-top: 50px;
}

.ipad-screen {
  margin: 0px 0px;
  margin-bottom: -150px;
}
@media screen and (min-width: 1000px) {
  .ipad-screen {
    margin: -50px 0px;
  }
}
@media screen and (min-width: 1120px) {
  .ipad-screen {
    margin: -90px 0px;
  }
}
@media screen and (min-width: 1350px) {
  .ipad-screen {
    margin: -160px 0px;
  }
}
.ipad-screen img {
  width: 612px;
}
@media screen and (min-width: 500px) {
  .ipad-screen img {
    width: 400px;
  }
}
@media screen and (min-width: 1000px) {
  .ipad-screen img {
    width: 612px;
  }
}
/*# sourceMappingURL=style.css.map */
