/**
 * @tableofcontents
 *
 * 1. top bar
 * 2. share feedback
 * 3. user list
 */

/* @section 1. top bar */

section#cntrib-top {
    min-height: 560px;
    background: url("../../img/contributor/title-bg.jpg") no-repeat center top #0E192B;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    background-size: cover;
}

section#cntrib-top h1 {
    color: #fcfcfc;
    font-size: 48px;
    line-height: 56px;
    margin: 175px 0 25px 0;
}

section#cntrib-top h1 > span {
    color: #fcfcfc;
    font-size: inherit;
}

section#cntrib-top p {    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 35px 0;
}

#cntrib-top .wt-signup-wrapper {
    margin-top: 0;
}


/* @section 2. user list */

section#cntrib-user {
    color: #3a3a3a;
    background: #ffffff;
    padding: 60px 0 0 0;
}

div#cntrib-user_title {
    text-align: center;
}

div#cntrib-user_title h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 2px;
    color: #333c4e;
}

div#cntrib-user_title p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 60px 0;
}

div.cntrib-user_content {
    margin-bottom: 0px;
    padding: 0px;
}

.cntrib-user_slide {
    text-align: center;
    height: 270px;
    padding: 12px 0 0 0;
    border-width: 0px;
}

div.cntrib-user_content .item {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 60px;
}

.cntrib-user_slide:hover {
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.cntrib-user_slide h4 {
    font-size: 20px;
    margin: 10px 0 4px 0;
}

.cntrib-user_slide span {
    font-size: 14px;
    color: #009ffa;
}

.contrib-user_pic {
    float: none;
    width: 202px;
    padding: 10px;
    border: 10px solid #f9f9f9;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.cntrib-user_info {
    font-size: 12px;
    line-height: 17px;
}

.cntrib-user_info h5 {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 5px 0 0 0;
}

.cntrib-user_info p {
    margin: 0 0 5px 0;
}

.cntrib-user_info p:nth-child(2) {
    border-bottom: 1px dashed #c7c7c7;
    padding-bottom: 8px;
    margin-bottom: 7px;
}

.cntrib-user_content .popover {
    max-width: 425px !important;
}

.cntrib-user_content .popover.bottom {
    margin-top: -20px;
}

.cntrib-user_content .popover-content {
    padding: 0 6px;
}

.contrib-user_pic div {
    float: left;
    width: 100%;
    height: 162px;
    background-image: url("../../img/contributor/user_picture.jpg");
    background-repeat: no-repeat;
}

.contrib-user_jesse {
    background-position: center -16px;
}

.contrib-user_candace {
    background-position: center -263px;
}

.contrib-user_daniel {
    background-position: center -509px;
}

.contrib-user_ed {
    background-position: center -754px;
}

.contrib-user_aaron {
    background-position: center -1000px;
}

.contrib-user_lavi {
    background-position: center -1241px;
}

.contrib-user_adam{
    background-position: center -1487px;
}

.contrib-user_kim {
    background-position: center -1710px;
}

.contrib-user_matt {
    background-position: center -1952px;
}

.cntrib-user_content .carousel-indicators .active {
    background: #5fb37b;
}


/* @section 3. share feedback */

section#cntrib-share {
    background: #fcfcfc;
    padding: 20px 0 40px 0;
    text-align: center;
}

section#cntrib-share h2 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 44px;
}

section#cntrib-share h2 > span
{
    color: #333c4e;
    font-size: inherit;
}

section#cntrib-share .cw-glb-btn{
    min-width: 240px;
    border: 1px solid #2ecc71;
    background: transparent;
    margin: 0 5px;
    line-height: 46px;
    font-size: 18px;
    color: #2ecc71;
    float: right;
}

section#cntrib-share .cw-glb-btn:hover, section#cntrib-share .cw-glb-btn:focus, section#cntrib-share .cw-glb-btn:active
{
    background: #2ecc71;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.cntrib-feed-btn .cw-glb-btn
{
    float: left !important;
}


/* @reset styling for small screen size */

@media (max-width: 767px) {

    section#cntrib-top h1 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 120px;
    }

    section#cntrib-top p {
        font-size: 18px;
        line-height: 26px;
    }

    div#cntrib-user_title h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    div#cntrib-user_title p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .cntrib-user_content .popover {
        width: 275px !important;
        max-width: 275px !important;
    }

    .cntrib-user_slide:hover {
        -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .3);
        -o-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .3);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .3);
    }


    div.cntrib-user_content {
        padding-bottom: 30px;
    }

    div#cntrib-user_list {
        padding: 0;
        border: 0px;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    div.cntrib-user_content .item {
        border: 0px;
        margin-bottom: 20px;
    }

    .cntrib-user_content .carousel-control.left, .cntrib-user_content .carousel-control.right {
        top: -76px;
    }

    section#cntrib-share h2 {
        font-size: 30px;
    }

    section#cntrib-share .cw-glb-btn
    {
        float: none !important;
    }

    .cntrib-feed-btn
    {
        margin-top: 20px;
    }

    section#cntrib-user
    {
        padding-top: 40px;
    }

    .cntrib-user_slide
    {
        height: 280px;
    }
}

@media (max-width: 500px) {

    #cntrib-top .cw-glb-btn
    {
        width: 100%;
    }

    section#cntrib-share .cw-glb-btn
    {
        min-width: 100%;
        text-transform: uppercase;
    }

    div#cntrib-user_title h2, section#cntrib-share h2{
        font-size: 28px;
        line-height: 36px;
    }

    section#cntrib-top h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

}
