* { 
  Box-sizing: Border-box;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #353535;
}

body {
  width: 100%;
  text-align: center;
  background: #dcdcdc;
  padding-top: 3em;
}

/* HELPER CLASSES */

.bold {
  font-weight: bold;
}

.pop {
  font-size: 11px;
}

.clean-link {
  text-decoration: none;
}

.lblue {
  color: #6cc0e5;
}

/**** SEEK BANNER ****/
#banner {
  height: auto;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
}

#seek-logo {
  max-width: 100%;
}
/**** SOCIAL ICONS ****/
#social {
  height: 80px;
  background: #dcdcdc;
  padding-top: 1em;
}

.social-icons {
  height: 23px;
  padding-right: 0.75em;
  border: none;
}

#copyright {
  font-size: 10px;
  margin: 5px 0;
}

#whois {
  height: auto;
  background: #353535;
  position: relative;
  overflow: auto; 
}

#whois-text {
  color: #fff;
  padding: 1em 0.5em;
}

#form-text-input {
  border: none;
  width:200px;
  border-radius: 1px;
  height: 30px;
  margin-right: 12px;
}

#btn-submit {
  border-radius: 3px;
  height: 30px;
  width: 70px;
  border: none;
  font-size: 12px;
}

/**** CONTACT & DOCUMENTS ***/

#contact, #documents {
  margin: 0 auto;
  width: 70%;
  height: 200px;
  position: relative;
  padding: 1em;
  text-align: left;
}

/* CONTACT */
#contact {
  background: #fff;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.content-title {
  margin-bottom: 0.5em;
}

.content-paratext {
  font-size: 10px;
}

#abuse-link {
  color: #6cc0e5;
  position: absolute;
  bottom: 10px;
}

/* DOCUMENTS */
#documents {
  background: #fff;
}

.doc-download {
  font-size: 10px;
}

.doc-img {
  position: absolute;
  height: 15px;
  margin-top: 4px;
}

.link-line {
  padding-left: 20px;
  line-height: 25px;
}

#ari-reg-power {
  position: absolute;
  bottom: 10px;
}

/**** Media Queries ****/

@media (min-width: 429px) {
  #seek-logo {
    max-width: 100%;
  }
}


@media (min-width: 450px) {

  #contact, #documents {
    display: inline-block;
    vertical-align: top;
    height: 200px;
    width: 220px;
    margin: 1.2em 0.6em;
  }

}
