@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

*, *:before, *:after {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
/* Background image set in index.html file in <div id="bg"> */
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.mobile-only {
    display: none;
}
.desktop-only {
    display: block;
}
.wrapper {
    z-index: 1;
    position: relative;
    height: 100%;
}
body {
    background: url(../images/background-desktop.jpg) top left no-repeat fixed;
    background-size: 100%;
    background-color: #fff;
}

.container {
    width:980px;
    margin: 0 auto;
    overflow:hidden;
}
h2.section-one {
    text-align: left;
}
h2.section-two {
    text-align: center;
}
h2.section-three {
    text-align: left;
}
p.section-one {
    text-align: left;
}
p.section-two {
    text-align: center;
}
p.section-three {
    text-align: left;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.show-mobile,
.mobile-login {
    display: none;
}
.header {
    z-index: 1;
    width: 100%;
    height: 100px;     
}
.header-container {
    overflow: hidden;
    padding: 0 5%;
    width: 100%;
    margin-top:5px;
    margin: auto;
}
.logo {
    float: left;
    width:50%;
    max-width: 400px;
}
.logo img {
    margin-top: 10px;
}
.logo-bot {
    float: left;
    width:50%;
    max-width: 400px;
}
.logo-bot img {
    margin-top: 10px;
}
.login {
    float: right;
    width:50%;
    text-align: right;
    padding-top:20px;
}
.btn-login {
    background: url(../images/buttons.png) top center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54b4b', endColorstr='#000000',GradientType=0 );
    border-radius: 3px;
    display: inline-block;
    color: #F5F7F4;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 23px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #131313;
}
.btn-login:hover {
    background:#f54b4b;
}
.btn-login:active {
    position:relative;
    top:1px;
}
.login h1{
    color:#fff;
    font-size: 20px;
}

.banner {
    padding-bottom: 30px;
}

.banner-content {
    width:50%;
    margin-bottom: 3%;
}
.banner-content h1 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.banner-content h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.tagline {
    position: relative;
    top: 20px;
    margin-bottom: 30px;
}
.tagline span {
    color: #195201;
    text-decoration: none;
    font-size: 25px;
    text-align: center;
    width: 270px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -5px;
    font-family: 'Roboto', sans-serif;
    /* text-shadow: #000 0px 1px 3px; */
    text-decoration: none;
}
.tagline span:hover{
    color: #e40022;
}
.tagline a{
        text-decoration: none;
}
.hubp-form-container {
    width: 373px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid hsla(0, 0%, 100%, 0);
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
    padding: 2px;
}
.hubp-form-wrapper {
    height: 170px;
}
#hubp-form {
    margin-top: 0px;
}
#hubp-form label {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 8px 0px;
    display: block;
    margin-bottom: 10px;
    text-transform: none;
}
#hubp-form input {
    width: 300px;
    background: #fff;
    box-shadow: 0px 0px 0px 2px transparent;
    color: #212121;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.hubp-steps-ind div {
    background: rgba(255, 255, 255, 0.87);
    color: #fff;
    text-align: center;
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}
.hubp-steps-ind .hubp-ind-active {
    background: url(../images/buttons.png) top center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54b4b', endColorstr='#000000',GradientType=0 );
    color: #e63a3a;
}
.hubp-form-container .hubp-terms {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}
.hubp-form-container .hubp-terms a {
    color: #f54b4b;
    text-decoration: underline;
}

.hubp-btn {
    cursor: pointer;
    float: left;
    display: block;
    margin: 7px 10px;
    width: 160px;
    border: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    padding: 14px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.87);
    color: #444;
    /* box-shadow: 0 6px #444; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    box-shadow: 0 3px #444 !important;
}

.hubp-btn:hover {
    top: 2px;
}
.hubp-btn.hubp-active:hover{
    top:0px;
}
.hubp-btn.hubp-active, .hubp-btn.error-border.hubp-active {
    color: #fff;
    background: url(../images/buttons.png) top center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54b4b', endColorstr='#000000',GradientType=0 );
    box-shadow: 0 0 #000000;
}

.hubp-btn:focus {
    outline: none;
}

.hubp-btn.error-border {
    border:none !important;

    background: #D69D97;
    color:#C53535;
    box-shadow: 0 6px #823E37;
}
#hubp-form input.error-border {
    border:none !important;

    background: #D69D97;
    color:#C53535;
}
.hubp-submit-container .hubp-submit {
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: inherit;
    background: url(../images/buttons2.png) top center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54b4b', endColorstr='#000000',GradientType=0 );
    cursor: pointer;
    padding: 15px 60px;
    display: inline-block;
    margin: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    /* box-shadow: 0 6px #9E1414; */
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius: 5px 5px;
    box-shadow: 0 3px #444
}
.hubp-submit-container .hubp-submit:hover {
    top: 2px;
}
.hubp-submit-container .hubp-submit:active {
    box-shadow: 0 0 #9E1414;
    top: 6px;
}
.hubp-submit-container .hubp-submit:focus {
    outline: none;
    border-bottom-width: 0px;
    transition: all .1s ease-in-out;
}

.photo_block {
    width: 80%;
    margin: 0 auto;
    background: transparent;
    margin-bottom: 3%;
    margin-top: -15px;
}

.section {
    background: rgba(255, 255, 255, 0.85);
    height: auto;
    padding:30px 0px;
}
.section.alternate {
    background: #fff;
}
.section .image {
    max-width:450px;
}
.section .content-right {
    max-width: 450px;
}
.section h2 {
    color: #f54b4b;
    font-size: 30px;
    line-height: 44px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
}
.section.alternate h2 {
    color: #f54b4b;
    text-align: center;
}
.section p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin:15px 0px;
    word-spacing: 0.1em;
    letter-spacing: 0.1pt;
    color: #000;
}
.section a{
    color: #f54b4b;
}
.section a:hover{
    color: #e4bc5b
}
#facebook-logon-section p {
    color: #fff;
}
.member{
    display: none;
    width:50%;
}
.member p{
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0px;
    width: 373px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    font-family: "Roboto", serif;
    top:-10px;
}
.member a{
    color: #f54b4b;
}
.member a:hover{
    color: #206b00;
}
/* Footer */
.footer {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 17px;
}
.footer-content {
    width:50%;
    float: right;
    text-align: right;
}
.footer-content ul {
    width:100%;
    overflow: hidden;
    text-align: right;
    margin-bottom: 10px;
}
.footer-content ul li {
    float: left;
    width:33%;
    padding-left:20px;
}
.footer-content ul li img {
    width:99%;
}
.footer-content p {
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer a {
    color: #f54b4b;
}

@media (max-width: 980px) {
    .banner-content {
    width:100%;
    margin-bottom: 3%;
}
.member{
    width:100%;
}
    #bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
    .container {
        width:100%;
        padding:0 10px;
    }
    .photo_block {
        width:90%;
    }
    .section{
        display: none;
    }
    .section.alternate{
        display: block;
    }
    .section p{
        padding-left: 10px;
        padding-right:10px;
    }


}
@media (max-width: 768px) {
    #bg img {
        width: 100%;
        margin-right: 17%;
    } 
}
@media (max-width: 736px) {
        .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }

 }

@media (max-width: 800px){
        body {
        background: url(../images/background-800px.jpg) top left no-repeat fixed;
    }
        .member p{
        width: 100%;
        color: #fff;
        background: none;
        top: -5px;
    }
    #bg img {
        width: 65%;
        margin-right: 17%;
        margin-top: 5%;
    } 
        .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }

    .header {
        height: auto;
        padding-bottom: 0px;  
    }
    .header-container {
    padding: 0%;

    }
    .logo {
        float: none;
        margin:10px 5%;
        width:90%;
    }
    .logo img{
        width: 100%;
        margin-top: 6px;
    }
    .logo-bot {
        float: none;
        margin:10px 5%;
        width:90%;
    }
    .logo-bot img{
        width: 100%;
        margin-top: -10px;
    }
    .header .login {
        display: block;
        margin-top: -4%;
        margin-bottom: 10px;
    }
    .banner {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .login {
        display: none;
        width:100%;
        overflow: hidden;
        padding-top: 0px;
    }
    .btn-login {
        display: none;
    }
    .member{
        display: block;
        width:100%;
    }

    .banner-content h1 {
        font-size: 19px;
        padding-top: 10px;
        margin-top: 0px;
    }
    .photo_block {
        margin-top: 10px;
    }
    .footer {
        height: auto;
        padding:10px 0px;
    }
    .footer-content {
        float: none;
        width:100%;
    }
    .footer-content p {
        text-align: center;
        margin-bottom: 10px;
    }
     .tagline {
        display: none;
    }
}

@media (max-width: 639px) {
    #bg img {
        width: 65%;
        margin-right: 17%;
        margin-top: 5%;
    } 
        .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }

    .header {
        height: auto;
        padding-bottom: 0px;  
    }
    .header-container {
    padding: 0%;

    }
    .logo {
        float: none;
        margin:10px 5%;
        width:90%;
    }
    .logo img{
        width: 100%;
        margin-top: 6px;
    }
    .logo-bot {
        float: none;
        margin:10px 5%;
        width:90%;
    }
    .logo-bot img{
        width: 100%;
        margin-top: -10px;
    }
    .header .login {
        display: block;
        margin-top: -4%;
        margin-bottom: 10px;
    }
    .banner {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .login {
        display: none;
        width:100%;
        overflow: hidden;
        padding-top: 0px;
    }
    .btn-login {
        display: none;
    }
    .member{
        display: block;
        width:100%;
    }

    .banner-content h1 {
        font-size: 19px;
        padding-top: 10px;
        margin-top: 0px;
    }
    .photo_block {
        margin-top: 10px;
    }
    .footer {
        height: auto;
        padding:10px 0px;
    }
    .footer-content {
        float: none;
        width:100%;
    }
    .footer-content p {
        text-align: center;
        margin-bottom: 10px;
    }
     .tagline {
        display: none;
    }
}

@media (max-width: 500px) {
        body {
        background: url(../images/background-500px.jpg) top left no-repeat fixed;
    }
        .member p{
        width: 100%;
        color: #fff;
        background: none;
        top: -5px;
    }
}
   @media (max-width: 414px) {
          #bg img {
        width: 65%;
        margin-right: 17%;
        margin-top: 36%;
    } 
        .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }

}

@media (max-width: 400px) {
    .banner-content {
        padding-bottom: 15px;
    }
    .form-wrapper {
        height: 150px;
    }
    .hubp-btn {
        width:138px;
        margin: 7px 4px;
        font-size: 14px;
        
   }
}