/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#banner {
  position: relative;
  padding-top: 156px;
  padding-bottom: 100px;
  color: white; }
  @media screen and (min-width: 769px) {
    #banner {
      padding-top: 186px; } }
  @media screen and (min-width: 1025px) {
    #banner {
      padding-bottom: 138px; } }
  @media screen and (min-width: 1141px) {
    #banner {
      padding-top: 196px;
      padding-bottom: 100px; } }
  #banner h1 {
    position: relative;
    padding-bottom: 1.75rem; }
    #banner h1:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 4px;
      background-color: #7dd449;
      width: 62px;
      left: 0; }

#breadcrumb {
  background-color: #f3f3f3;
  padding: 12px 0; }
  #breadcrumb nav {
    line-height: normal; }
    #breadcrumb nav p {
      line-height: normal;
      font-family: "Vend Sans", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 !important;
      padding: 0 0;
      color: #7dd449; }
      #breadcrumb nav p a {
        color: #292828; }
        #breadcrumb nav p a:hover {
          color: #7dd449; }
      #breadcrumb nav p .breadcrumb-separator {
        padding: 0 8px; }
        #breadcrumb nav p .breadcrumb-separator i {
          color: #292828;
          line-height: normal;
          font-size: 10px; }

#owner {
  background-color: #f9f9f9;
  position: relative; }
  #owner .h4 {
    margin-bottom: 1rem; }
  #owner h2 {
    max-width: 615px; }
  #owner .left-steps-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 0; }
    @media screen and (min-width: 641px) {
      #owner .left-steps-img {
        bottom: -15px; } }
    @media screen and (min-width: 769px) {
      #owner .left-steps-img {
        position: absolute;
        right: 30%; } }
    @media screen and (min-width: 1025px) {
      #owner .left-steps-img {
        position: absolute;
        left: 0;
        right: 30%;
        bottom: -15px; } }
    @media screen and (min-width: 1141px) {
      #owner .left-steps-img {
        position: absolute;
        left: 0;
        right: 50%;
        bottom: -15px; } }
