/* replaced <nobr> tags with <span class="nobr"> */

.nobr {
    white-space: nowrap;
}

div#footer {
    margin-top: 0;
    background: #1E1C11;
    height: 250px;
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    min-width: 0px;
}

#footer-container {
    margin: 0 auto;
}

#admin-content {
    padding: 3%;
}

.footer-column {
    float: left;
    display: inline-block; 
}

.footer-heading {
    font-size: 1vw;
    font-weight: bold;
    color: #fff;
    font-family: 'Libre Baskerville';
    margin: 0 0 5px;
}

.footer-link {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    padding-left: 0;
    font-size: 0.9vw;
}

#header {
    background: none;
}

#header-search {
    float: right;
    padding: 40 40 0 0px;
}

.search-container {
    border: 1px solid #adadad;
}

.search-container input[type=text] {
  padding: 6px;
  margin-top: 2px;
  font-size: 1em;
  border: none;
}


.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 4px;
  margin-right: 0px;
  background: #fff;
  font-size: 1em;
  border: none;
  cursor: pointer;
}

.search-container button:hover {
  background: #ccc;
}

#footer-branding {
    text-align: center;
    background: #1E1C11;
    width: 100%;
}

.footer-copyright {
    color: #fff;
    font-size: 13px;
    font-family: 'helvetica';
    margin: 8px 0px;
}

.header-link {
    float: right;
    padding: 15px;
    color: #005a96;
}
