body {
  margin: 0;
}
.columns:before,
.columns:after {
  content: "";
  display: table;
}
.columns:after {
  clear: both;
}
.columns {
  overflow: hidden;
}
.column {
  float: left;
}
.right {
    float: right;
}
.right .header-link:first-of-type {
    padding-right: 8%;
}
.main-links{
    width: 100%;
}
.nine-tenths-column {
  width: 97.5%;
}
.six-sevenths-column {
  width: 83%;
}
.three-quarters-column {
  width: 75%;
}
.one-tenth-column {
  width: 2%;
}
.one-seventh-column {
  width: 15%;
}

.one-quarter-column {
  width: 20%;
  padding-top: 12px;
}

@media (min-width: 576px) {
  .one-quarter-column {
    width: 20%;
    padding-top: 0px;
  }
}

.one-half-column {
  width: 49%;
}
.two-thirds-column {
  width: 65%;
}
.one-third-input-column {
  width: 40%;
  /*min width accomodates required drop downs for residential real estate*/
  min-width: 106px;
}
.two-thirds-input-column {
  width: 50%;
}
/* End Columns */
.background-column {
  border-left: 3px solid #e1e1e1;
  border-bottom: 1px dotted #999;
  font-family: Roboto, HelveticaNeue, 'Helvetica Light', Arial, sans-serif;
}
@media (min-width: 1700px) {
  .center {
    width: 1700px;
  }
}
  .down {
    border-top: 5px solid #ffffff;
  }
  .fa.fa-bars {
    color: #ffffff;
    padding-top: 10px;
  }
  .header-arrow {
    margin-top: 20px;
    margin-left: 10px;
  }
  .header-image {
    margin-top: 10px;
    margin-left: 18px;
  }
  .header-image > img {
    border: 1px solid #666;
    border-radius: 4px;
    height: 23px;
    width: 23px;
  }
  .header-link {
    color: #fff;
    line-height: 47px;
    padding: 0 15px;
    text-decoration: none;
  }
  .loggedin-info {
    border-left: 1px solid #ffffff;
    padding-left: 3%;
  }
  .logo-header {
    text-align: center;
  }
  .main-links {
    margin-left: 25px;
  }
  .main-links-column {
    width: 55%;
  }
  .notice-number {
    margin-top: 15px;
  }
  .side-header {
    margin-right: 25px;
  }
  .upload-header {
	height: 53px;
    margin-top: 0 !important;
    font-size: 17px;
    left: 0;
    padding: 10px 40px 8px 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background-image: url('/static/images/header-banner.jpg');
    /*background: rgba(33, 33, 33, 0.5);*/
    background-position: -75px;
    font-family: Roboto, HelveticaNeue, 'Helvetica Light', Arial, sans-serif;
  }
  .up {
    border-bottom: 5px solid #ffffff;
  }
  .up-arrow {
    border-bottom: 5px solid #ffffff;
  }
  div.upload-header {
    overflow: visible;
  }
  @media (max-width: 1265px) {
    .header-link {
      padding: 0px 10px;
    }
    .main-links {
      padding-left: 10px;
    }
    .upload-header {
      padding: 8px 10px;
    }
  }
  @media (max-width: 1160px) {
    .main-links-column {
      width: 50%;
    }
    .header-link {
      padding: 0px 5px;
    }
  }
  @media (max-width: 1105px) {
    .main-links {
      font-size: 15px;
    }
    .upload-header {
      width: 1105px;
    }
  }

  @media (max-width: 576px) {
    .upload-header {
      height: 65px;
      background-size: cover;
      background-image: url('/static/images/header-banner.jpg');
      }
  }
