div.programContainer {
    width:100%;
    overflow:hidden;
    transition: all 1s ease;
}
#main .bug-bounty-list thead th {
    font-size:16px !important;
}
.filterText {
    width: 90%;
    display: inline-block;
}
.filterSymbol {
    width: 5%;
    display: inline-block;
    font-size: 20px;
}
.filterSymbol .up{
    display:none;
}
.contract {
    max-height:49px;
    overflow:hidden !important;
}
.expand {
    overflow:visible !important;
    max-height:240px;
}
div.control-group .left-group, div.control-group .right-group {
    width:50%;
}
div.filterTitle {
    text-align: center;
    width: 100%;
    font-size: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding: 8px 0px 5px 0px;
    background-color: #5C83C2;
    font-weight: 700;
    color: white;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    height:49px;
}
#program-search {
    width: 100%;
    background: #fff;
    border-radius: 0;
    border: none;
    font-size: 1.125rem;
    padding: 0 12px;
}
#program-search:focus {
    outline:none
}
.control-group {
    width:100%;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    display:inline-block;
}
.control {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 55px;
    cursor: pointer;
    background-color: white;
    padding-top:10px;
    padding-bottom:10px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 25px;
    height: 25px;
    background: #e6e6e6;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
/* Checked state */
.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}
/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}
/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}
/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}
/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}
/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 6px;
    left: 9px;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
.bbtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.bbtooltip.tooltiptext.full, .bbtooltip.tooltiptext.half {
    visibility: hidden;
    width: 145px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.safeharbor-full:hover .tooltiptext.full {
    visibility: visible;
}
.safeharbor-half:hover .tooltiptext.half {
    visibility: visible;
}
.main .page-header {
    margin-top:7rem;
}
.bug-bounty-list table {
    width:100%;
}
div.searchContainer {
    margin-top:40px;
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
}
div.searchContainer div.filter div.left-group, div.searchContainer div.filter div.right-group, div.searchContainer div.search, div.searchContainer div.filter {
    display:inline-block;
}
div.searchContainer div.search {
    margin-right: 2rem;
    width: 60%;
    padding: 10px 63px 10px 12px;
    border: 0.5px solid #999999
}
div.searchContainer div.filter {
    width: 35%;
    float:right;
}
table tbody, table tfoot, table thead {
    border: 0px solid #fff;
}
table .head {
    color:#5C83C2;
    font-weight:bold;
    line-height:1.5;
}
table .head th {
    font-weight:bold;
}
.program-Name a {
    color: #555;
}
#main-content {
    margin-top: 4rem;
}
table {
    border-collapse:collapse;
    margin-bottom:6rem;
    margin-top:2rem;
}
table tr {
    line-height: 3.5;
}
table tr th {
    border-bottom: 1px solid #d6d6d6;
    font-weight:normal;
}
table tr th:nth-child(1) {
    width:25%;
    text-align:left;
    padding-left:2rem;
}
table tr.head th:not(:first-child) {
    font-size:16px;
    padding-top:25px;
    padding-bottom:20px;
    }
table tr th:not(:first-child) {
    width:13%;
    text-align:center;
}
table tr th:nth-child(6) a{
    width: 32px;
    display: block;
    height: 32px;
    margin: auto;
}
table tr th:nth-child(6).no a{
    display:none;
}
table tr:last-child th, table tbody tr:last-child{
    border-bottom: 0px solid #d6d6d6;
}
.yes {
    background-repeat: no-repeat;
    -webkit-mask: url(../svg/bb-icon-check.svg) no-repeat 50% 50%;
    background-color: #eb5f2b;
    -webkit-mask-size: 23%;
}
.email {
    background-repeat: no-repeat;
    -webkit-mask: url(../svg/bb-icon-mail.svg) no-repeat 50% 50%;
    background-color: #eb5f2b;
    -webkit-mask-size: 23%;
}
.website {
    background-repeat: no-repeat;
    -webkit-mask: url(../svg/bb-icon-globe.svg) no-repeat 50% 50%;
    background-color: #eb5f2b;
    -webkit-mask-size: 25%;
}
.safeharbor-full {
    background:url('../png/safeharbor.png');
    background-repeat: no-repeat;
    background-position: center;
}
.safeharbor-half {
    background:url('../jpg/logo-outline.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:32px;
}
.no {
    background-repeat: no-repeat;
    background-position: center;
}
.acknowledge{
    text-align:center;
    margin:2rem;
}
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg td{text-align:left;vertical-align:top}
@media (min-width: 481px) and (max-width: 768px) {
    div.searchContainer div.filter {
        width:45%;
    }
    div.searchContainer div.search {
        width:50%;
    }
    table tbody th {
        padding: 1rem 0rem 1rem 0rem;
    }
    table tr th:nth-child(1) {
        padding-left: 1rem;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    table tr th:nth-child(2),table tr th:nth-child(4), table tr th:nth-child(5) {
        display:none;
    }
    div.search {
        padding-bottom:2rem;
    }
    #main-content {
        margin-top:0rem !important;
    }
    div.control-group {
        padding:20px 15px 15px 30px;
    }
    div.searchContainer {
        text-align:center;
    }
    table tr th:not(:first-child) {
        background-size:15px;
        font-size:12px !important;
    }
    table tbody th, table .head th {
        padding:0;
        font-size:10px;
    }
    table tr th:nth-child(1) {
        padding-left:1rem;
        width:20%;
    }
    label {
        font-size:12px;
    }
    div.filterTitle {
        font-size:16px;
    }
    table tr th:nth-child(2), table tr th:nth-child(3), table tr th:nth-child(4), table tr th:nth-child(5), table tr th:nth-child(6){

    }
    th.program-Name:after {
        content: "\A";
        white-space: pre;
    }
    .main .page-header {
        margin-top:0rem;
    }
    div.searchContainer div.search {
        margin-right: 0rem;
        width: 90%;
    }
    div.searchContainer div.filter {
        width:90%;
        display:none;
    }
    .CTA-Container {
        display:none !important;
    }
    #drift-widget-container {
        display:none !important;
    }
}
