

.hero {
    background: #6a90a3 url("../img/join/bg-pc.jpg") 50% 50% no-repeat;
    background-size: cover;
    height: auto
}

@media (min-width: 992px) {
    .hero {
        background:#6a90a3 url("../img/join/bg-pc.jpg") 50% 50% no-repeat;
        background-size: cover;/* height: 1300px !important
     */
    }
}

.hero .header-content h1,.hero .header-content h2,.hero .header-content p {
    color: #fff
}

.hero .header-content h1 {
    margin-bottom: 0
}

.hero .header-content .btn-primary {
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 10px
}

@media (max-width: 660px) {
    .hero .header-content .btn-primary {
        margin:10px 0;
        display: block
    }
}

.hero .header-content .btn-default {
    border-color: #fff;
    color: #fff;
    margin: 0 10px
}

@media (max-width: 660px) {
    .hero .header-content .btn-default {
        margin:10px 0;
        display: block
    }
}

.hero .header-content a {
    color: #fff;
    font-weight: 700
}

.hero .btn-primary-outline.white {
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff !important
}

.hero p.intro {
    margin: 20px 0
}

@media (min-width: 767px) {
    .hero p.intro {
        margin:40px 0
    }
}

.hero h4 {
    color: #fff
}

.hero .buckets {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 767px) {
    .hero .buckets {
        margin:50px 0 10px 0
    }
}

@media (min-width: 992px) {
    .hero .buckets {
        margin:100px 4% 20px 4%
    }
}

@media (min-width: 1200px) {
    .hero .buckets {
        margin:100px 12% 20px 12%
    }
}

.hero .buckets p {
    font-size: 14px;
    color: #2c2c2c
}

.hero .buckets h4 {
    font-weight: 500;
    margin: 15px 0 5px;
    color: #2c2c2c
}

@media (min-width: 992px) {
    .hero .buckets h4 {
        font-size:22px
    }
}

.hero .buckets .resource-meta {
    position: relative;
    height: 340px;
    padding: 20px 44px 60px
}

.hero .buckets .resource-meta .button {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    left: 0
}

@media (max-width: 767px) {
    .hero .buckets .resource-meta {
        height:auto
    }
}

.hero .buckets img {
    height: 80px;
    margin-top: 10px
}

.hero .buckets .btn {
    font-size: 12px
}

#form-float {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1003
}

#form-float #form-shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5)
}

#form-float #form-partnership {
    padding: 40px;
    border-radius: 6px;
    background-color: #fff;
    margin-top: 160px
}

#form-float #form-partnership form {
    padding-top: 20px
}

#form-float #form-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    background-color: #999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

#form-float #form-close:hover {
    background-color: #fff;
    color: #212121
}

.join-hide{
  display: none;
}
