/* ==========================================================
   BIG FISH PRODUCT SUPPORT CENTRE
========================================================== */

.bfps-panel{

    background:#111;

    border:2px solid #9CC400;

    border-radius:12px;

    padding:35px;

    margin:40px 0;

    color:#fff;

    text-align:center;

}

.bfps-panel h2{

    color:#9CC400;

    margin:0 0 12px;

    font-size:30px;

}

.bfps-panel h3{

    margin:0 0 20px;

    font-size:24px;

    color:#fff;

}

.bfps-intro{

    max-width:700px;

    margin:0 auto 25px;

    line-height:1.7;

}

.bfps-list{

    list-style:none;

    padding:0;

    margin:25px auto 35px;

    max-width:420px;

    text-align:left;

}

.bfps-list li{

    padding:8px 0;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.bfps-button{

    display:inline-block;

    background:#9CC400;

    color:#111;

    font-weight:700;

    border:none;

    border-radius:8px;

    padding:15px 40px;

    cursor:pointer;

    transition:.25s;

}

.bfps-button:hover{

    background:#B8E600;

    transform:translateY(-2px);

}

.bfps-form{

    display:none;

    margin-top:35px;

}

@media(max-width:768px){

.bfps-panel{

    padding:25px;

}

.bfps-panel h2{

    font-size:24px;

}

.bfps-panel h3{

    font-size:20px;

}

}