
/* ===============================*/
/*   HERO TEXT*/
/*================================ */

/*.container-fluid{*/
/*    position:relative;*/
/*    display:flex;*/
/*    align-items:center;*/
/*    justify-content:center;*/
/*    height:20px;*/
/*    overflow:hidden;*/
/*}*/

/*#bg-text{*/
/*    position:absolute;*/
/*    top:50%;*/
/*    left:50%;*/
/*    transform:translate(-50%,-50%);*/
/*    width:100%;*/
/*    text-align:center;*/
/*    z-index:2;*/
/*}*/

/*#bg-text p{*/
/*    color:#fff;*/
/*    font-size:40px;*/
/*    font-weight:600;*/
/*    letter-spacing:2px;*/
/*    text-transform:uppercase;*/
/*    text-shadow:0 4px 15px rgba(0,0,0,0.5);*/
/*    margin:0;*/
/*}*/

/* Mobile */

/*@media (max-width:768px){*/

/*#bg-text p{*/
/*    font-size:28px;*/
/*    padding:0 15px;*/
/*    line-height:1.4;*/
/*}*/

/*.container-fluid{*/
/*    height:280px;*/
/*}*/

/*}*/


/*.container{*/
/*    width:100%;*/
/*    max-width:1200px;*/

/*    margin:0 auto !important;*/
/*    padding:0 15px;*/
/*}*/

/*.row{*/
/*    margin-left:0 !important;*/
/*    margin-right:0 !important;*/
/*}*/

/*.col-md-12{*/
/*    padding-left:0;*/
/*    padding-right:0;*/
/*}*/


/*.table td:last-child{*/
/*    text-align:center;*/
/*}*/
/*  .............................................................. */
/* .table td:last-child a{ */
/*    display:inline-flex;*/
/*    align-items:center;*/
/*    justify-content:center;*/
/*    width:220px;*/
/*    height:45px;*/
/*    border-radius:8px;*/
/*    background:#0d6efd;*/
/*    color:#fff !important;*/
/*    font-size:14px;*/
/*    font-weight:600;*/
/*    text-decoration:none;*/
/*    transition:.3s;*/
/*}  */
/*    * .table td:last-child a:hover{*/
/*    background:#ff9800;*/
/*    transform:translateY(-2px);*/
/*} .....................................................................*/
 





/* Mandatory Public Disclosure Links */

/*.table td:last-child a{*/
/*    display:inline;*/
/*    background:none !important;*/
/*   color:#0d6efd;*/
     /*color:#0056d6; */
/*    padding:0;*/
/*    border:none;*/
/*    border-radius:0;*/
/*    text-decoration:none;*/
/*    font-size:15px;*/
/*    font-weight:600;*/
/*    box-shadow:none !important;*/
/*    transition:.3s;*/
/*}*/

/*............................table td:last-child a:hover{*/
/*    color:#ff6600;*/
/*    text-decoration:underline;*/
/*    background:none !important;*/
/*    transform:none;*/
/*}....................................*/


/*.table td:last-child{*/
/*    text-align:center;*/
/*}*/

/*.....................................table td:last-child a{*/
/*    display:inline-flex;*/
/*    align-items:center;*/
/*    justify-content:center;*/
/*    width:220px;*/
/*    height:45px;*/
/*    border-radius:8px;*/
/*    background:#0d6efd;*/
/*    color:#fff !important;*/
/*    font-size:14px;*/
/*    font-weight:600;*/
/*    text-decoration:none;*/
/*    transition:.3s;*/
/*}*/

/*.table td:last-child a:hover{*/
/*    background:#ff9800;*/
/*    transform:translateY(-2px);*/
/*}*/
/*................................................................................*/


/*.table td:last-child a{*/
/*    display:inline-block;*/
/*    min-width:220px;*/
/*    padding:10px 15px;*/
/*    text-align:center;*/
/*    background:#ffffff;*/
/*    color:#0056d6 !important;*/
    /*border:2px solid #0056d6; */
    /*border-radius:6px;*/
/*    text-decoration:none;*/
/*    font-size:14px;*/
/*    font-weight:600;*/
/*    transition:.3s;*/
/*}*/

/*.................................................table td:last-child a:hover{*/
/*    background:#0056d6;*/
/*    color:#0056d6 !important;*/
/*    color:#ffffff !important;*/
/*    border-color:#0056d6;*/
/*}..............................................*/



/*.table{*/
/*    width:100%;*/
/*    border-collapse:collapse;*/
/*    border-radius:12px;*/
/*    overflow:hidden;*/
/*    background:#fff;*/
/*    box-shadow:0 10px 25px rgba(0,0,0,.08);*/
/*}*/

/*.table td{*/
/*    padding:15px;*/
/*    vertical-align:middle;*/
/*}*/

/*.red_cell{*/
/*    background:#0d6efd;*/
/*    color:#fff;*/
/*    font-weight:600;*/
/*}*/

/*.white_cell:nth-child(even){*/
/*    background:#f8f9fa;*/
/*}*/

/*..................................white_cell:hover{*/
/*    background:#eef6ff;*/
/*    background:#001F54;*/
/*}.....................................*/


/*.heading{*/
/*    text-align:center;*/
/*    font-size:34px;*/
/*    color:#0d6efd;*/
/*    font-weight:700;*/
/*    margin-bottom:35px;*/
/*}*/


/*.heading{*/
/*    text-align:center;*/
/*    font-size:34px;*/
/*    color:#0d6efd;*/
/*    font-weight:700;*/
/*    margin-bottom:35px;*/
/*}*/



/*.heading{*/
/*    text-align:center;*/
/*    font-size:34px;*/
/*    color:#0d6efd;*/
/*    font-weight:700;*/
/*    margin-bottom:35px;*/
/*}*/



/*@media(max-width:768px){*/

/*.table td:last-child a{*/
/*    width:170px;*/
/*    height:38px;*/
/*    font-size:12px;*/
/*}*/

/*.table{*/
/*    display:block;*/
/*    overflow-x:auto;*/
/*}*/

/*}*/




































/* ===============================*/
/*   HERO TEXT*/
/*=============================== */

.container-fluid{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    height:20px;
    overflow:hidden;
}

#bg-text{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    text-align:center;
    z-index:2;
}

#bg-text p{
    color:#fff;
    font-size:40px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    text-shadow:0 4px 15px rgba(0,0,0,.5);
    margin:0;
}

/* ===============================*/
/*   LAYOUT*/
/*=============================== */

.container{
    width:100%;
    max-width:1200px;
    margin:0 auto !important;
    padding:0 15px;
}

.row{
    margin-left:0 !important;
    margin-right:0 !important;
}

.col-md-12{
    padding-left:0;
    padding-right:0;
}

/* ===============================*/
/*   TABLE*/
/*=============================== */

.table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.table td{
    padding:15px;
    vertical-align:middle;
}

.table td:last-child{
    text-align:center;
}

/* ===============================*/
/*   RED HEADER ROW*/
/*=============================== */

.red_cell{
    /*background:#0d6efd;*/
    color:#ffffff;
    font-weight:600;
}

.red_cell td{
    color:#ffffff;
}

/* ===============================*/
/*   WHITE ROW*/
/*=============================== */

.white_cell{
    background:#ffffff;
}

.white_cell:nth-child(even){
    background:#f8f9fa;
}

/* ===============================*/
/*   PDF LINKS*/
/*=============================== */

/* WHITE ROW LINK */

.white_cell td:last-child a{
    display:inline-block;
    min-width:220px;
    padding:10px 15px;
    /*background:#ffffff;*/
    color:#0d6efd !important;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}



 /*RED ROW LINK */

.red_cell td:last-child a{
    display:inline-block;
    min-width:220px;
    padding:10px 15px;
    /*background:#0d6efd;*/
    color:#ffffff !important;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.red_cell td:last-child a:hover{

}

/* ===============================*/
/*   HEADING*/
/*=============================== */

.heading{
    text-align:center;
    font-size:34px;
    color:#0d6efd;
    font-weight:700;
    margin-bottom:35px;
}

/* ===============================*/
/*   MOBILE*/
/*=============================== */

@media(max-width:768px){

#bg-text p{
    font-size:28px;
}

.container-fluid{
    height:280px;
}

.table{
    display:block;
    overflow-x:auto;
}

.table td:last-child a{
    min-width:170px;
    font-size:12px;
    padding:8px 12px;
}

}

