* { 
    font-family: "Ubuntu", sans-serif;
}

body {
    color: #4A4A40 !important;
}

footer {
    background-color: #2d2d2d;
    color: #d1d1d1;
    box-shadow: 0 2px 5px rgba(2,2,2,.13);
    text-transform: none !important;
    padding: 30px !important;
}
footer a{
    font-size: 1em !important;
    padding: 0 !important;
    color: #d1d1d1 !important;
}

.home-masthead-container.home-panel-extra-padding {
    padding: 30px 0 0 0 !important;
}

@media (min-width: 992px){
    .home-masthead-image {
        max-height: 220px;
    }
}

.glyphicon{
    color: #3C3C3C;
}
.right-inner-addon span{
    right: 15px;
}
.btn-register, .btn-register:hover, .btn-register:active, .btn-register:focus{
    background-color: #F4940B !important;
    font-size: 1.75em;
    border-style: outset;
    border: #f9f9f9 1px solid;
    border-radius: 5px;
    outline-width: 0px;
    color: #f9f9f9;
    text-decoration: none;
    padding: 20px 30px;
    text-align: center;
    width: 100%;
}
.btn-verify, .btn-verify:hover, .btn-verify:active, .btn-verify:focus{
    background-color: #4267B2 !important;
    font-size: 1.75em;
    border-style: outset;
    border: #f9f9f9 1px solid;
    border-radius: 5px;
    outline-width: 0px;
    color: #f9f9f9;
    text-decoration: none;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
}
.facebook-icon-image{
    display: inline-block;
    height: 1em;
    width: auto;
    margin-top: -5px;
    margin-right: 5px;
}
.loading-pulse{
    margin: 8px auto !important;
}
.right-inner-addon span{
    right: 15px !important;
}
#register-text{
    font-weight: 500;
}
#verify-text{
    font-weight: 500;
}
.icon-image-block{
    display: inline-block;
    float: left;
    padding: 5px 0 !important;
    text-align: center;
}
.icon-image{
    height: auto;
    width: 100%;
    width: calc(100% - 7px);
    display: inline-block;
    max-width: 550px;
}
#registerForm{
    background-color: #1993D5;
    max-width: 600px;
    display: inline-block;
}
.lSPager.lSpg{
    margin-top: 35px !important;
}
.top-description{
    color: #f9f9f9;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    text-shadow: 0px 0px 10px #249FE2;
    display: block;
    text-align: left;
}
.top-description-bullet-block{
    float: left;
    padding: 5px 0;
}
.bullet-checkmark{
    height: 25px;
    margin-top: 5px;
}
.top-description-bullet-text{
    color: #f9f9f9;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 25px;
    text-shadow: 0px 0px 10px #249FE2;
    display: block;
    text-align: left;
    float: right;
    width: calc(100% - 50px);
}
.register-header{
    color: #f9f9f9;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 50px;
    padding: 0 15px;
}
.smaller-register-header{
    font-size: 30px;
}
.register-header-2{
    color: #f9f9f9;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size:24px;
    padding: 0 15px;
}
.top-description-block{
    padding: 7px;
    margin-bottom: 15px;
}
#registerForm{
    border: #f9f9f9 5px solid;
    border-radius: 10px;
    padding: 10px 0px;
}
.top-description-win-image{
    text-align: center;
}
.top-description-first-bullet-block{
    margin-top: 20px;
}
.top-description-last-bullet-block{
    margin-bottom: 20px;
}
#top-block-center-block{
    width: 650px !important;
    left: calc(50% - 325px) !important;
}
.register-form-block{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.register-video-block{
    display: inline-block;
    width: 100%;
    height: 100vmin;
    max-height: 80vw;
    position: relative;
    overflow: hidden;
}
#bgvid{
    max-width: none !important;
    max-height: 100vmin;
}
video{
    top: 0 !important;
    transform: translate(-50%, -0%) !important;
}
.bg-home-slogan-logo{
    margin: 0 !important;
}
#signup-block-top{
    overflow: hidden;
    display: block;
    position: relative;
}
.top-buffer{
    margin-top: 15px !important;
}
@media(min-width: 1200px){
    #signup-block-top{
        height: 100vh;
    }
    .register-form-block{
        width: 550px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(-0%, -50%);
    }
    .register-video-block{
        width: calc(100vw - 600px);
        position: absolute;
        left: 0;
        overflow: visible;
    }
    #bgvid{
        top:0;
        left: 50%;
        width: auto;
        height: 100%;
        transform: none;
        transform: translate(-50%, 0%);
    }
}
@media (min-width: 991px) {
    .icon-image{
        margin-top: 40px;
    }
    #signup-block-top:before {
        content: '';
        position: absolute;
        z-index: -1; /* push it to the background */
        top: 12px; /* position it off the top background */
        right: 0;
        bottom: 12px; /* position it off the bottom background */
        left: 0;
    }
    .top-description-block{
        margin-top: -15px;
    }
    .icon-image-top-block{
        display: none;
    }
}
@media (max-width: 1660px) {
    .top-description-win-image{
        text-align: right;
    }
}
@media (min-width: 991px){
}
@media (max-width: 990px) {
    .icon-image-top-block{
        display: inline-block !important;
    }
    .home-bg-logo{
        padding-top: 10px !important;
        margin-bottom: -40px !important;
    }
    #home-description-container{
        margin-top: 35px !important;
    }
    .top-description-block{
        padding: 7px 0px;
    }
    .top-description-win-image{
        text-align: center;
    }
    #top-block-center-block{
        width: 80vw !important;
        left: calc(50% - 40vw) !important;
    }
}
@media (max-width: 768px) {
    .top-description{
        font-size: 25px;
    }
    .bullet-checkmark{
        height: 20px;
    }
    .top-description-bullet-text{
        font-size: 20px;
        width: calc(100% - 40px);
    }
    #registerForm{
        padding: 5px 0px 15px 0px;
    }
    .top-description-win-image{
        display: none;
    }
    .top-description-first-bullet-block{
        margin-top: 5px;
    }
    .top-description-last-bullet-block{
        margin-bottom: 5px;
    }
}
@media (min-width: 481px){
    .icon-image-top-block{
        display: none;
    }
}
@media (max-width: 480px) {
    .top-description{
        font-size: 20px;
    }
    .bullet-checkmark{
        height: 16px;
    }
    .top-description-bullet-text{
        font-size: 16px;
        width: calc(100% - 32px);
    }
    .register-header{
        font-size: 40px;
    }
    .smaller-register-header{
        font-size: 24px;
    }
    .register-header-2{
        font-size: 20px;
    }
    .btn-register, .btn-register:hover, .btn-register:active, .btn-register:focus{
        font-size: 25px;
    }
    .btn-verify, .btn-verify:hover, .btn-verify:active, .btn-verify:focus{
        font-size: 25px;
    }
    .loading-pulse{
        margin: 5.5px auto !important;
    }
}