@font-face {
  font-family: "oas";
  src: url("static/oas.woff");
  format("woff");
}

.footer {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.35em;
  -webkit-font-smoothing: antialiased;
  
  width: 100%;
  display: table-row;
  height: 1px;
}

.envelope-symbol-wrapper {
  position: relative;
  width: 0;
  height: 0;
}

.envelope-symbol {
  position: absolute;
  left:0.5em;
  top: 0.5em;
  font-family: oas;
  font-size: 17px;
}

.footer ul {
  margin-bottom: 10px;
  list-style: none;
}

.footer li {
  line-height: 1.4em;
  font-size: 0.9em;
}

.footer a, .footer a:visited {
  text-decoration: none;
  color: #dddddd;
}

.footer a:hover {
  text-decoration: underline;
  color: #dddddd;
}

.footer ul, .footer-signup {
  vertical-align: top;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-nav {
  clear: both;
  color: #dddddd;
  background-color: #333333;
  padding: 10px 10px 20px 10px;
}

.footer-copyright {
  background-color: #444444;
  color: #999999;
  padding: 8px;
  border-top-color: #999999;
  border-top-width: 1px;
  border-top-style: solid;
  font-size: 0.8em;
}

.footer-signup {
  color: #ffffff;
}

.footer-input-group {
  margin: 0 0 30px 0;
  padding: 0;
  display: table;
}

.footer-input-group .email-address {
  height: 36px;
  vertical-align: top;
  background: #444444;
  border-color: #888888;
  color: #dddddd;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-radius: 5px 0px 0px 5px;
  font-size: 16px;
  padding: 8px;
  margin-top: 0px;
  margin-right: 0px;
  text-indent: 24px;
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Not good to assign a fixed width, but workarounds evade me. */
  width: 275px;
}

.footer-input-group .submit {
  height: 36px; 
  vertical-align: top;
  background-color: rgb(255,204,0);
  color: #444444;
  border-radius: 0px 5px 5px 0px;
  padding: 0px 30px 0px 30px;
  font-size: 14px;
  font-weight: bold;
  margin-left: -1px;
  white-space: nowrap;
  border-width: 0;
  outline: 0;
  text-align: left;
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-input-group button:hover {
  background-color: rgb(222, 178, 0);
}

/* We have advanced so much that now 'color' has to be specified 4 times. */
::-webkit-input-placeholder {
   color: #dddddd;
}

:-moz-placeholder { /* Firefox 18- */
   color: #dddddd;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #dddddd;  
}

:-ms-input-placeholder {  
   color: #dddddd;  
}

@media screen and (max-width: 768px) {
  .footer-input-group .email-address {
    border-width: 1px; 
    border-radius: 5px;
  }
}