@media screen and (max-width:767px){
    .main-header .head-area li a{
        font-size: 12px;
        padding: 7px 4px;
    }
    .main-header .main-header-links .menu-list{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .main-header .main-header-links .menu-list li a{
    font-size:12px;
    }
    .respo-table{
        max-width:100%;
        overflow-x:auto;
    }
    .fr-view-element {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .fr-view-element > * {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .fr-view-element table {
        margin-left: 0 !important;
    }
    .logo img {
        max-width: 100%;
    }

    .about-ads-image ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    /*

    .google-ad-common-mobile{
        display:block !important;
    }

    .google-ad-header{
        display:none !important;
    }

    */
}

.about-ads-image img {
    max-width: 100%;
}

footer p {
    font-size: 10px;
}

.main-blue-bg {
    background-color: #253746;
    color: white;
}

.main-blue-bg:hover {
    color: white;
}

.private-investor-modal{
    font-size: 11px !important;
}

.private-investor-modal .modal-dialog{
    max-width: 600px;
}

#filter-announcement {
    border: 2px solid #253746 !important;
    outline: none;
}

#filter-announcement:focus {
    box-shadow: none;
}

#filter-announcement::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #253746;
}

#filter-announcement::-moz-placeholder { /* Firefox 19+ */
    color: #253746;
}

#filter-announcement:-ms-input-placeholder { /* IE 10+ */
    color: #253746;
}

#filter-announcement:-moz-placeholder { /* Firefox 18- */
    color: #253746;
}

.directors-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
}

.directors-list ul li a {
    font-size: 13px;
    width: 100%;
    margin-top: 0;
}

.directors-list ul li span {
    font-size: 13px;
    width: 115px;
}

.art-board h2 { 
    font-size: 17px; 
    color: #253746; 
    margin: 0px; 
    font-family: "poppinssemibold"; 
    text-transform: capitalize;
}

.join-now-content img {
    margin-bottom:5px;
    display: block;
    max-width:90%;
}

.join-now-content .btn.join-now {
    border: solid 1px #009da5;
    padding: 5px 8px;
    margin-bottom:15px;
    background: #009da5;
    color: #fff;
    font-size: 15px;
    transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    border-radius: 0;
    min-width: 120px;
}

/* Tables */
.table-investegate{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 1rem!important;
    line-height:normal;
}

.table-investegate thead{
    background: #9b9ba1;
}

.table-investegate thead{
    background: #9b9ba1;
}

.table-investegate thead tr th{
    background: #9b9ba1;
    border: 0px;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.table-investegate tbody tr{
    background: #fff;
    border-bottom: solid 1px #ddd;
}

.table-investegate tbody tr td{
    border-top: 0px;
    padding: 7px 10px;
    font-size: 14px;
    color: #253746;
}

.table-investegate td .regulatory { 
    background-color: #212721;
    color: #ffffff;
    padding: 1px 2px; 
}

.table-investegate td .non-regulatory { 
    background-color: #919d9d; 
    color: #ffffff; 
    padding: 1px 2px; 
}

.table-investegate tbody tr td a{
    color: #253746;
    font-size: 14px;
}

.table-investegate tbody tr td a:hover, .common-table tbody tr th a:hover {
    text-decoration: underline !important; 
}

@media (max-width: 992px){
    .table-investegate thead {
        display:none;
    }

    .table-investegate tbody tr td, .table-investegate tbody tr th{
        display: block;
        width: 100%;
        text-align: left;
        line-height: 1.4;
    }

    .table-investegate tbody tr td .d-flex{
        justify-content: left;
    }
}
/* Table Sorting */
.dataTables_length{
    margin-top: 1rem!important;
    float: left;
}

.dataTables_filter{
    margin-top: 1rem!important;
    float: right;
}

.dataTables_filter label, .dataTables_length label{
    font-size: 14px;
}

.dataTables_length label select, .dataTables_filter label input{
    border: 2px solid #253746;
    background-color: #ffffff;
    padding: 0.25rem 0.75rem;
    height: 33px;
    border-radius: 3px;
}

/* Pagination */
.page-link{
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
    padding: 5px 7px;
    margin-left: -1px;
    line-height: 1.25;
}

.page-item.active .page-link{
    background-image: none;
    border: 1px solid transparent;
    color: #009da5 !important;
    background-color: transparent;
}

.page-item.disabled .page-link{
    background-color: transparent;
    border: 1px solid transparent;
}

.pagination{
    flex-wrap: wrap;
}

/* New Search */
.search-results{
    width: CALC(100% - 30px);
    position: relative;
    top:-5px;
    left: 15px;
    background-color: #fff;
    border: 2px solid #777;
    padding: 20px;
    color: black;
    z-index: 9999;
}

.search-results .search-company{
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 3px;
}

.search-results .search-company a{
    color: black;
}

.search-results .search-company a:hover{
    text-decoration: underline !important;
    color: black;
}

.search-results .search-company-announcements .search-company-announcement{
    font-size: 14px;
}

/*
.search-results .search-company a, .search-footer a{
  color: #253746;
}
*/

.search-results h5{
    border-bottom: 1px solid black;
    margin:5px 0px;
}

.search-footer h4{
    margin-bottom: 10px;
}

.search-footer a{
    color: black;
    font-size: 15px;
}

.search-footer a:hover{
    text-decoration: underline !important;
    color: black;
}

/*
.search-footer a:hover, .search-results .search-company a:hover{
  text-decoration: underline !important;
}
*/



@media only screen and (min-width: 768px) {    
    .mobile-only{
        display:none;
    }
}

/* Mobile styling */
@media only screen and (max-width: 767px) {
    .no-mobile{
        display:none;
    }
    
    .mobile-only{
        display:block;
    }

    .search-results h4{
        font-size: 16px;
    }

    .search-results h5{
        font-size: 14px;
    }

    .search-results{
        left: unset;
        width:unset;
        border:unset;
        border-top: 2px solid black;
    }
}

.btn.btn-adv-search{
    font-size: 1rem;
    color: #253746;
    /*
    height: 45px;
    margin-top: 24px;
    background-color: #253746;
    padding: 10px 15px;
    color:white;
    border-radius: 0;
    */
}

#closeSearch{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: none!important;
    border: none;
    font-size: 25px;
    margin: 5px;
}

.btn.btn-adv-search{
    text-decoration: underline !important;
}

.search-container{
    border: 2px solid #253746;
    padding: 15px;
    margin: 0 0 1rem;
}

.search-label{
    font-size: 17px !important;
    color: #253746 !important;
    margin-left: 10px;
}

.searchInput li:first-child{
    width: calc(100% - 40px);
}

div.search input#searchField,div.search ul.searchInput li a.go{
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
}
  
.art-board.py-3.news-window .fa{
    font: revert;
}