@import url(//fonts.googleapis.com/css?family=Exo:400,600);
@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/css?family=Lato);

body, html {
    font-size: 100%;
    margin: 0;
    padding: 0;
    background: #000;
}
body, html, #container {
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div, p {
    margin: 0;
    padding: 0;
}
p {
    color: #ffffff;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
a:hover, a:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
img {
    border: medium none;
}

.img-responsive {
    background-size: cover;
    height: auto;
    width: 100%;
}
.table {
    display: table;
    position: relative;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}
/*--On Scroll--*/
.toAnim {
    opacity: 0;
    filter: alpha(opacity=0);
    color: #eee;
    transition: opacity 1s ease 0s;
}
.toAnim.anim {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*--Hero-----------------------------------------*/
#hero {
	background-repeat: no-repeat;
	background-position: center top #fff;
	background-color: #fff;
	width: 100%;
	height: 100%;
	background-size: cover;
	margin: 0;
	padding: 0;
	position: relative;
}

/*--5 Step Form--*/
#hero #form-wrapper {
    background: rgba(0,0,0,.5);
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#hero #form-wrapper:after {
    content: "";
    clear: both;
    display: block;
}
#hero #form-wrapper > h2 {
    display: none;
}


/*---------------MEDIA QUERIES---------------*/
@media screen and (max-width: 1200px) {
    #hero #header .content {
        /*padding: 0 20px;*/
    }
    /*Members*/
    #row1 .content {
        padding: 0 20px;
    }
    #row1 #member {
        max-width: 700px;
    }
    #wld_badge_item_1, 
    #wld_badge_item_2, 
    #wld_badge_item_3, 
    #wld_badge_item_4 {
        height: 175px;
    }
    .wld_badge_item_name, .wld_badge_item_age {
        font-size: 15px;
    }
    #row2 .content {
        padding: 0 20px;
    }
    #row2 .content #pod {
        margin: 0 4%;
        width: 17%;
    }
    
    #footer .content {
        padding: 0 20px;
    }
}
/*--21.5" iMac - Smaller SignUp Form--*/
@media screen and (max-height: 1080px) {
    #hero #form-wrapper {
        background: rgba(0,0,0,.5);
        width: 100%;
        height: 315px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #form {
        padding: 30px 0 20px!important;
    }
    #form h2 {
        font-size: 35px!important;
    }
}
@media screen and (max-width: 950px) {
    #row2 .content #pod {
        float: none;
        margin: 0 auto 50px auto;
        width: 100%;
    }
    #row2 .content #pod img {
        margin-bottom: 22px;
    }
    #row2 .content #pod:nth-child(5) {
        margin-bottom: 0;
    }
    #row3 {
        padding: 100px 0;
    }
    #row3 > img, #row3 .content .right {
        display: none;
    }
    #row3 .content .left {
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
    #row3 .content .left h2, #row3 .content .left p {
        padding: 0 20px;
        text-align: center;
    }
}
/*--Laptops - Hidden SignUp Form--*/
@media screen and (max-height: 930px) {
    #hero .logo-container #main-logo {
        margin-bottom: 30px;
    }
}
@media screen and (max-height: 900px) {
    #hero #form-wrapper {
        background: rgba(0,0,0,.5);
        width: 100%;
        height: 25px;
        margin: 0 auto;
        padding: 23px 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 300ms ease-in-out 100ms;
        -moz-transition: all 300ms ease-in-out 100ms;
        -ms-transition: all 300ms ease-in-out 100ms;
        -o-transition: all 300ms ease-in-out 100ms;
        transition: all 300ms ease-in-out 100ms;
    }
    #hero #form-wrapper h2 {
        display: block;
        color: #fff;
        font-family: Oswald, sans-serif;
        font-size: 25px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
    #form {
        display: none;
    }
    #hero #form-wrapper:hover {
        background: rgba(0,0,0,.8);
        height: 415px;
        padding: 70px 0 0 0;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 300ms ease-in-out 100ms;
        -moz-transition: all 300ms ease-in-out 100ms;
        -ms-transition: all 300ms ease-in-out 100ms;
        -o-transition: all 300ms ease-in-out 100ms;
        transition: all 300ms ease-in-out 100ms;
    }
    #form h2 {
        font-size: 45px!important;
        margin-bottom: 18px!important;
    }
    #hero #form-wrapper:hover #form {
        display: block;
        animation: none;
    }
}
@media screen and (max-width: 800px) {
    #row1 #member {
        max-width: 600px;
    }
    #wld_badge_item_1, 
    #wld_badge_item_2, 
    #wld_badge_item_3, 
    #wld_badge_item_4 {
        height: 150px;
        width: 25%;
    }
}
@media screen and (max-width: 768px) {
    #hero #header .content .navigation {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    #hero #form, #hero .steps, .form-terms {
        display: none!important;
    }
    #hero #lbform {
        display: block;
    }
    #hero #form-wrapper {
        background: rgba(0,0,0,.5);
        padding: 5px 0;
        height: auto!important;
        transition: none;
    }
    #hero #form-wrapper h2 {
        display: none;
    }
    #hero #form-wrapper:hover {
        background: rgba(0,0,0,.5);
        transition: none;
        height: auto!important;
        padding: 5px 0;
    }

    #hero {
        height: auto;
    }
    #hero #form-wrapper, #hero #form-wrapper:hover {
        position: relative;
    }
    #hero #header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #hero #header .content #logo {
        margin: 15px auto 0 auto;
        float: none;
        background-size: 100% auto;
        width: 348px;
        height: 152px;
    }
    #hero #header .content .login {
        background: none;
        font-size: 25px;
        color: #eee;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        float: none;
        width: auto;
        border: 2px solid #eee;
        line-height: 22px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }
    #hero .logo-container {
        display: none;
    }
    /*Reduce Padding-top*/
    #row1, #row2, #row3, #row4 {
        padding: 50px 0;
    }

    #footer .content p {
        float: none;
        padding: 40px 0 0 0;
        margin: 0 auto;
        text-align: center;
    }
    #footer .content .navigation {
        float: none;
        padding: 0 0 30px 0;
        margin: 0 auto;
        width: 337px;
    }
    #footer .content .no-padding1 {
        padding-left: 0!important;
    }
    #footer .content .no-padding2 {
        padding-right: 0!important;
    }
    #footer .content #scrolltotop {
        float: none;
        margin: 20px auto;
    }
}
@media screen and (max-width: 650px) {
    #row1 #member {
        max-width: 400px;
    }
    #wld_badge_item_1, 
    #wld_badge_item_2, 
    #wld_badge_item_3, 
    #wld_badge_item_4 {
        height: 100px;
        width: 25%;
    }
}
@media screen and (max-width: 480px) {
    #row1 .content h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    #row1 #member {
        max-width: 260px;
    }
    #wld_badge_item_1, 
    #wld_badge_item_2, 
    #wld_badge_item_3, 
    #wld_badge_item_4 {
        height: 130px;
        width: 50%;
    }
}
@media screen and (max-width: 430px) {
    #row2 .content h2 {
        font-size: 25px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 385px) {
    #hero #header .content #logo {
        width: 100%;
        height: 150px;
    }
}
@media screen and (max-width: 375px) {
    #footer .content .navigation {
        width: auto;
        padding-left: 8%;
        padding-right: 8%;
    }
    #footer .content .navigation li a {
        font-size: 13px;
        padding: 0 4px;
    }
}
@media screen and (max-width: 365px) {
    #hero #header .content #logo {
        height: 140px;
    }
}
@media screen and (max-width: 362px) {
    #footer .content .navigation li a {
        padding: 0 3px;
    }
}
@media screen and (max-width: 354px) {
    #hero #header .content #logo {
        height: 136px;
    }
}
@media screen and (max-width: 352px) {
    #footer .content .navigation li a {
        font-size: 12px;
        padding: 0 4px;
    }
}
@media screen and (max-width: 340px) {
    #footer .content .navigation li a {
        padding: 0 3px;
    }
}
@media screen and (max-width: 334px) {
    #hero #header .content #logo {
        height: 130px;
    }
}
@media screen and (max-width: 330px) {
    #footer .content .navigation li a {
        padding: 0 2px;
        font-weight: normal;
    }
}
@media screen and (max-width: 320px) {
    #hero #header .content #logo {
        height: 125px;
    }
    #row2 .content h2 {
        font-size: 30px;
    }
    #row2 .content div h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
