
body {
  background: white;
  font-family: Arial,sans-serif;
}
.container {
  max-width: 1200px;
  width:90%;
  margin: 0 auto;
  background-color: white;
  padding: 10px;
  overflow: hidden;
}
.row {
  overflow: hidden;
}


/* Header */
.header {
  width: 100%;
  height: 150px;
  margin-top:10px;
  border: 2px solid red;
  border-left:0px;
  border-right: 0px;
  background: black;
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.logo {
  float:left;
  width:25%;
  height: 180px;
}
.logo img {
  width:100%;
  max-width:400px;
  position: relative;
  top:40px;
  margin-top:-30px;
}
.header h1 {
  float: left;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 150px;
  color: white;
  width:50%;
}
.login {
  float:right;
  margin-top:18px;
  width:25%;
}
.btn-login {
  float: right;
  width:auto;
  font-size: 22px;
  color: white;
  padding: 10px 30px;
  margin-right: 10px;
  text-decoration: none;
  background: #6fb212;
}
.btn-login:hover {
  background: #99b900;
}
/* Sub Header */
.sub-header {
  width:100%;
  height: 42px;
}
.sub-header h2 {
  font-size: 22px;
    font-weight: bold;
  text-align: center;
  color: red;
  line-height: 42px;
}


/* Footer */
.footer {
  width: 100%;
  margin-top: 15px;
  min-height: 150px;
  background-color: black;
  padding: 20px;
  color: #fff;
  font-size: 12px;
}
.footer a {
  color: red;
  text-decoration: none;
}
.footer a:hover {
  color: white;
  text-decoration: underline;
}
.footer-container {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-logo {
  width:200px;
}
.footer-terms {
  float: left;
}
.footer-terms p {
  text-align: left;
  margin:5px 0px;
}
.footer-badges {
  float: right;
}
.footer-badges ul li {
  float: left;
  padding: 5px;
}



/* Photoblock */
.photoblock {
  position: relative;
}


/* Sign Up */
.sign-up {
  width: 30%;
  position: absolute;
  top:300px;
  left:50%;
  margin-left:-15%;
  padding: 10px;
  z-index: 200;
}
.hub_new_member_form {
  color: #fff;
  background-color: #ad9660;
  border-radius: 0px;
  border: none; 
  width: 100%; 
  z-index: 100; 
  padding: 10px; 
}
.hub_new_member_form a { 
  color: black;
}
.hub_new_member_form h3 {  
  color: black;
  background: none;
  font-weight: bold;
  font-size: 27px;
  text-transform: uppercase;
  text-align:center;
}
.hub_new_member_form .formrow {
  padding: 4px 0 3px 0;
  width: 100%;
  display: inline-block;
  border-top: none;
}
.hub_new_member_form #username_row {
  margin-bottom: 0px;
  text-align: left;
}
.hub_new_member_form .formrow label,
.hub_new_member_form p {
  color: black;
}
.hub_new_member_form .forminput {
  width:100%;
  margin:0px;
}
.hub_new_member_form #emailAddress {
  padding: 7px;
  font-size: 18px;
  width: 100%;
  margin: 0px;
}
.hub_new_member_form .formgroup {
  width: 45%;
}

.hub_new_member_form label {
  font-size: 13px;
  width: 73px;
  color: #ffffff;
}
.hub_new_member_form #submit_button_row .submit_button {
  width: 94%;
  border: none;
  font-size: 20px;
  font-weight: 900;
  height: 76px;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  background: red;
}
.hub_new_member_form #submit_button_row .submit_button:hover {
  background: #8f010f;
}

.hub_new_member_form .hublocationlink a {
    color: black;
    font-weight: bold;
}

@media only screen and (max-width: 1260px) {
  .sub-header h2 {
    font-size: 15px;
  }
  .container {
    width:100%;
  }
  .sign-up {
    top:200px;
    width:36%;
    margin-left:-18%;
  }
}
@media only screen and (max-width: 1060px) {
  .hub_new_member_form .formgroup {
    width: 55%;
  }
}
@media only screen and (max-width: 890px) {
  .header h1 {
    display: none;
  }
  .logo {
    width:48%;
  }
  .logo img {
    top: 0px;
    margin-top: 0px;
  }
  .login {
    width: 48%;
  }
  .sub-header {
    height: auto;
  }
  .sub-header h2 {
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    padding:10px;
  }
  .sign-up {
    width: 50%;
    margin-left: -25%;
  }
}

@media only screen and (max-width: 667px) {
  .header {
    height: auto;
  }
  .logo {
    float: none;
    width:100%;
    text-align: center;
  }
  .login {
    float: none;
    margin: 5px 0px;
    width: 100%;
  }
  .btn-login {
    float: none;
    width:80%;
    margin:0 auto;
    display: block;
    text-align: center;
    padding:10px 0px;
  }
  
  .sign-up {
    width: 100%;
    position: relative;
    top:0;
    left:0;
    margin-left:0px;
  }
  .footer,
  .footer-terms p {
    text-align: center;
  }
  .footer-terms,
  .footer-badges {
    float: none;
    width:100%;
  }
  .footer-badges ul li {
    width:33%;
  }
  .footer-badges ul li img {
    width:100%;
  }
}