*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
    text-align: left;
    background: #EAEAEA url(../img/bg.jpg) repeat-x scroll 0 0;
    color: #484747;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
:focus {
  outline: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1 {
  font-size: 23px;
  font-weight: 400;
  margin: 5px 0;
}
h2 {
  font-size: 10pt;
  margin: 0;
  padding: 0;
}
h3 {
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 12px;
  padding: 0;
}
h4 {
  color: #3E81B4;
  font-size: 8pt;
  padding: 0;
}
a, .linkdetail a:active, .linkdetail a:link, .linkdetail a:visited, .linkdetail a:hover {
    color: #0D3469;
    text-decoration: none;
}
.mt-15{
  margin-top: 15px;
}
.home-text-block::after, .form-container::after, #formContainer2::after, .formRow::after, .body-cont-wrap::after{
  content: '';
  display: block;
  clear: both;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto, .form-col-1, .form-col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}

.home-text-block::after,
.form-container::after,
#formContainer2::after, 
.centercontainer::after, 
.centercontainerright::after,
.formPage td::after {
    content: "";
    display: block;
    clear: both;
}
/* Navigation Styles */
/* Header */
.header {
    position: relative;
    width: 100%;
    padding: 10px 0  3px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    min-height: 46px;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.31);
    animation: smoothScroll 1s forwards;
    z-index: 999;
  }
  @keyframes smoothScroll {
      0% {
          transform: translateY(-40px);
      }
      100% {
          transform: translateY(0px);
      }
  }
  .header-logo {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
  }
    .header-logo img{
    width: 100%;
    max-width: 240px;
}
  /* Mobile menu */
  #menu-icon {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    margin-left: auto;
  }
  #menu-icon:hover {
    opacity: 0.85;
    text-decoration: none;
    border: none;
  }
  
  .navbar {
    
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
  }
  .navbar .menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .navbar .menu li {
    list-style-type: none;
    display: block;
    margin: 0;
  }
  .navbar .menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
.navbar .menu li a:hover, .navbar .menu li a.active{
    color:#fdc11e!important;
    text-decoration:none!important;
}
.overlay{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.8);
    z-index: 99;
  }
 
  .menu-header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 15px;
    padding: 15px;
    background: #092e63;
    color: #fff;
  }
  #close-menu{
    color: #fff;
  }
  
  .menu-header-left{
      margin-right: auto;
  }
  .menu-header-left img{
      max-width: 180px;
      display: block;
  }
  .menu-header-right{
    margin-left: auto;
  }
  .hamburger {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 19px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    border-top: 3px solid #fff;
}
.close {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.close:after {
    content: '';
    height: 30px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 14px;
}

.close:before {
    content: '';
    height:30px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 14px;
}  

  .body-container{
      background: #fff;
      padding:0 15px 35px;
  }
  .body-toparea {
    height: 45px;
    margin: 0 -14px;
  }
  .body-toparea h1{
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    margin-left: 6px;
    font-weight: 400;
  }
  .body-toparea h3{
    font-size: 23px;
    margin: 0;
    font-weight: 400;
  }
  .flex-container {
    display: flex;
    flex-direction: row;
  }
  
  ul.social-media-list {
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 0px;
    display: flex;
}
ul.social-media-list li {
    display: inline-block;
    margin: 3px;
}
ul.social-media-list li a{
    display: inline-block;
}
ul.social-media-list iframe{
    width: 70px !important;
}
.home_sprite {
    background-image: url(../img/home-sprite.png);
    background-repeat: no-repeat;
}
.bbb-logo {
    background-position: -0px -0px;
    width: 84px;
    height: 32px;
    cursor: pointer;
}
.ss_fb {
    background-position: -0px -36px;
    width: 22px;
    height: 22px;
}
.ss_twitter {
    background-position: -0px -62px;
    width: 22px;
    height: 22px;
}

.home-text-block{
    padding: 10px 0 0;
}
.form-container{
    border: 5px solid #003366;
    width:100%;
    background: #fff;
    padding: 15px 10px 5px;
}
.formRow form {
  display: inline-block;
  width: 100%;
  max-width: 204px;
}
.form-title{
    color: #003366;
    font-size: 20px;
    margin-bottom: 10px;
}
.form-contant-bottom{
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-contant-left, .form-contant-right{
    position: relative;
    width: 100%;
    min-height: 1px;
}
.form-contant-left{
    text-align: left;
    margin-bottom: 10px;
}
select.select, select.select1{
    background: #fff;
    border: 1px solid #0D3469;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 3px;
    width:100%;
    max-width: 204px;
}
.form-contant-right{
    font-size: 12px;
}
.premium-box-container{
    border: 5px solid #003366;
    width:100%;
    background: #fff;
    margin-top: 10px;
    padding: 15px 10px 5px;
}
.premium-title{
    color: #003366;
    font-size: 20px;
    margin-bottom: 10px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.premium-contant-title{
    color: #003366;
    font-size: 15px;
    margin-bottom: 0px;
}
.premium-contant-title a{
    /* color: #003366; */
    text-decoration: underline!important; 
}
.premium-contant-list p {
    padding: 0;
    margin: 0;
}
.premium-contant-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:0;
    list-style-type: none;
    max-width: 95%;
    margin: 10px auto 0 auto;
    padding: 0;
}
.premium-contant-list li{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0px;
}

.footer {
        clear: both;
        color: #484747;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        width: 100%;
}
    .breadcrumb-full{
      margin-left: -15px;
      margin-right: -15px;
      border-top: 1px solid #93a9c6;
    }
    .breadcrumb-full nav{
      padding: 5px 5px 14px 15px;
    }
    
    .breadcrumb {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding:0px;
      margin: 0;
      list-style: none;
      border-radius: 0;
    }
    
    .breadcrumb-item + .breadcrumb-item {
      padding-left: 0.5rem;
      font-size: 12px;
    }
    .breadcrumb-item a{
      color: #0D3469 !important;
      font-size: 12px;
    }
    .breadcrumb-item.active a{
      font-weight: bold;
    }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "";
      background-position: 0px -159px;
      width: 23px;
      height: 7px;
      background-image: url(../img/home-sprite.png);
      background-repeat: no-repeat;
    }
    
    .breadcrumb-item + .breadcrumb-item:hover::before {
      text-decoration: underline;
    }
    
    .breadcrumb-item + .breadcrumb-item:hover::before {
      text-decoration: none;
    }
    
    .breadcrumb-item.active {
      color: #6c757d;
    }
    

.body-cont-wrap {
	padding-top: 10px;
}
.left-col{
  width: 100%;
  float: left; 
  margin-bottom: 30px;
}
  .right-col{
    position: relative;
    width: 100%;
    float: left; 
  }
  .left-form-box {
    background-color: #B4C6DD;
    padding: 0px;
    margin-bottom: 20px;
  }
  .left-form-box ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .left-form-box ul li{
    display: block;
    margin-bottom: 7px;
  }
  .left-form-box ul li:last-child{
    margin-bottom:0;
  }
  .left-form-box ul li select{
    background: #fff;
    border: 1px solid #0D3469;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 3px;
    width: 100%;
    max-width: 100%;
}

input[type="text"], textarea{
  border: 1px solid #0D3469;
  color: #000;
  font-size: 14px;
  padding: 3px 5px;
  width: 100%;
  max-width: 325px;
}
input[type="text"]{
  height: 28px;
  line-height: 28px;
}
.left-btm-box{
  margin: 0;
}
.left-btm-box h4 a{
  font-size:16px;
  font-weight: bold;
  color: #0D3469;
}
.left-btm-box ul{
  margin: 15px 0;
  padding: 0 0 10px 0;
  list-style-type: none;
  border-bottom: 1px solid #444;
}
.left-btm-box ul li{
  display: block;
  margin-bottom: 5px;
}
.left-btm-box ul li a{
  color: #0D3469;
}


.bd-right-headline{
    font-size: 23px;
    font-weight: 400;
    margin:0 0 15px 0;
}
.right-container h3 {
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 12px;
  padding: 0;
}

.content-list li{
  margin-bottom:15px;
}

.link {
  font-size: 18px;
  padding-bottom: 5px;
  padding-top: 12px;
}

.most-popular, .records{
margin-top: 15px;
}
.most-popular .block, .records .block{
  margin-bottom: 15px;
}
.most-popular .block a, .records .block a{
  font-size: 18px;
  padding-bottom: 5px;
  padding-top: 12px;
  color: #0D3469!important;
}
.most-popular .block p, .records .block p{
  margin: 0;
}

.state-census{
padding:15px 0;
}

.centercontainer, .centercontainerright {
  background-color: #FFF;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.center1{
  width: 100%;
  max-width: 928px;
  /* overflow: hidden;
  max-width: 785px; */
  margin: auto;
}
.home-text-block, .form-container, #formContainer2{
  width: 100%;
  max-width: 810px;
  margin: auto;
}
.body-cont-wrap ul{
  flex: 100%;
margin-top: 0;
}

.contact-form-container {
  background: #B4C6DD;
  color: #0D3469;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}
.form-group {
  margin-bottom: 10px;
}
.contact-form .form-col-1, .contact-form .form-col-2 {
  padding-right:10px;
  padding-bottom: 10px;
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
span.req {
  color: #CA0002;
  font-weight: 700;
  margin-left: 3px;
}
.form-control{
  border: 1px solid #0D3469;
  color: #000;
  font-size: 13px;
  padding: 4px;
  display: block;
  width: 100%;
}
.contact-form input[type="text"]{
  max-width: 194px;
}
.contact-form textarea{
  max-width: 282px;
}
.btn{
  background-color: #0D3469;
  border: 1px solid #DDE0E2;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  font-size: 13px;
  padding: 3px;
  border-radius: 0;
}
.contact-form .small{
  color: #909090;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.contact-form{
  max-width: 100%;
  margin: 50px auto;
}
.contact-form .textarea{
  width: 100%;
  border: 1px solid #0D3469;
}
.contact-addtess{
  width: 100%;
  border-top: 1px solid #D9D9D9;
  padding: 15px;
  margin-right: -15px;
  margin-left: -15px;
}

.searchResultGrid table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
.searchResultGrid table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding:0;
}
.searchResultGrid table tr:nth-child(even) {background: #eee} 
.searchResultGrid table tr:nth-child(odd) {background: #fff}
.searchResultGrid table th{
  font-weight: bold;
  font-size: 13px;
}
.searchResultGrid table th:last-child{
  text-indent: -999em;
}
.searchResultGrid table th, .searchResultGrid table td {
  padding:10px 8px;
  text-align: left;
}

.searchResultGrid table td img {
  text-align: center;
}
.viewDetailsBtn {
  border: 0;
  color: #fff;
  display: block;
  min-width: 100px;
  cursor: pointer;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 10px;
  background: #81b44c;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.viewDetailsBtn:hover{
  background: #638a3a;
  color: #fff;
}
.tableContentList {
  margin: 0;
  padding: 0;
}
.tableContentList li {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
}
.tableContentList li::before{
  content: "";
  width: 4px;
  height: 4px;
  background:#003366;
  position: absolute;
  top:5px;
  left: 0;
  border-radius: 10px;
}
.tableContentList li a{
  text-decoration: none;
  color: #003366;
}
.tableContentList li a:hover{
  text-decoration: underline;
}

.profileMayIncludeList{
  display:table;
  border-collapse: collapse;
  border-spacing: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.profileMayIncludeList li{
 display: table-row;
}
.profileMayIncludeList li span {
  display: table-cell;
  padding:2px 0;
}
.profileMayIncludeList li img{
  margin-left: 5px;
  width: 12px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
}
.card-header {
  padding:10px 15px;
  margin-bottom: 0;
  background-color:#3967a3;
  color: #fff;
  display: flex;
  align-items: center;
}
.card-header h2{
  font-size: 18px;
  font-weight: bold;
  margin:0 auto 0 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding:15px;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.col5{
  position: relative;
  width: 100%;
  padding-left:5px;
  padding-right: 5px;
}
.col-container{
  margin-bottom:15px;
}
.searchFormBanner .form-control{
  border-radius: 2px;
}
.searchBtn {
  border: 0;
  color: #FFFFFF;
  display: block;
  width: 100%;
  cursor: pointer;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 10px;
  background: #81b44c;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.searchBtn:hover{
  background: #638a3a;
  color: #fff;
}
.noLabel{
  display: none;
}
.paginationWrap {
  display: block;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  justify-content: center!important;
}
.pagination li a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003366;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination li a:hover, .pagination li.active a{
  background: #003366;
  color: #fff;
}
.pagination li.disabled a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #dee2e6;
}

.btnSearchMobile {
  display: inline-block;
}
.btnSearchMobile a {
  color: #FFF;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  background: #003366;
  margin-bottom: 5px;
  text-decoration: none;
  display:flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.btnSearchMobile a img{
  margin-left: 10px;

}
.btnSearchMobile a:hover{
  background: #fec226;
}

.radio_button ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.radio_button ul li{
  display:inline-block;
  margin:0 10px 10px 0;
}
.radio_button ul li:last-child{
  margin-right: 0;
}
.radio_button ul li input[type="radio"]{
    margin: 0 5px 0;
    float: left;
}
.radio_button ul li label{
  margin: 0;
  font-size: 12px;
}


span.title {
  background: #B4C6DD none repeat scroll 0 0;
  color: #0D3469;
  font-size: 16px;
  padding: 8px 8px 0 10px;
  display:inline-block;
  /* margin-left: -15px; */
}
.formRow{
  float: left;
  width: 100%;
  clear: both;
}
.uscategory, .usstate, .usnational, .international, .uszipcode, .uscity{
  float: left;
  padding-right: 10px;
  width: 50%;
  text-align: center;
}
.uscategory form, .usstate form, .usnational form, .international form, .uszipcode form, .uscity form{
 position: relative;
}
.formRow form{
  display: inline-block;
}
/* .countyformdiv{
  width: 204px;
} */
.form-contant-right{
  float: left;
  padding-right: 10px;
  width: 50%;
  margin-right: 0px;
  text-align: left;
}
.uscity{
  margin-right: 0;
}
.uscounty{
  width: 100%;
  float: left;
  padding-right: 10px;
}
.uscounty form, .uscounty span{
  float: left;
  margin-right: 10px;
  display: block;
  width: 25%;
}
.uscounty form:last-child{
  margin-right: 0;
}
.uscounty span{
  margin-top: 5px;
  width: 30px;
  text-align: center;
}
.uscounty form select.select{
  max-width: 100%;
}
#ajax_response, #ajax_response1, #ajax_response2, #ajax_response3, #ajax_response4 {
  background: #FFF;
  border: 1px solid #8789E7;
  display: none;
  padding: 1px;
  position: absolute;
  top: auto;
  min-width: 285px !important;
}
#countySearchForm #ajax_response2{
  margin-top: 0 !important;
}
/* Fixed Banner start */
.fixBannerWrap{
  float: left;
  width: 100%;
}
.fixBannerCard {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  margin: 15px auto;
}
.fixBannerCard-header {
  padding:5px 15px;
  margin-bottom: 0;
  background-color:#3967a3;
  color: #fff;
  display: flex;
  align-items: center;
}
.fixBannerCard-header h2{
  font-size: 16px;
  font-weight: bold;
 /*  margin:0 auto 0 0; */
  margin: auto;
}
.fixBannerCard-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding:15px;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.m-auto{
  margin-left: auto;
  margin-right: auto;
}
.fixBannerFormRow {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.fixBannerFormCol{
  position: relative;
  width: 100%;
  padding-left:5px;
  padding-right: 5px;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  align-self: flex-end;
}
.fixBannerFormCol input[type="text"] {
  max-width: 100%;
}
.fixBannerCard label{
  margin: 0;
}
.FixbannerSearchBtn {
  border: 0;
  color: #FFFFFF;
  display: block;
  width: 100%;
  cursor: pointer;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 10px;
  /* background: #81b44c; */
  /* background: linear-gradient(to bottom, #98d5f1 0%,#6cb6d8 50%,#55a2c3 50%,#5495b1 100%); */
  background: url(../img/blue_tile.jpg) repeat-x center center;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
/* .FixbannerSearchBtn:hover{
  background: #638a3a;
  color: #fff;
} */
.fixBannerBtnWrap{
    margin-top:16px;
}
.FormControl, select{
  display: block;
  width: 100%;
  color: #000;
  background: #fff;
  border: 1px solid #0D3469;
  font-size: 14px;
  padding: 3px;
  height: 28px;
  box-sizing: border-box;
}
.FormControl::placeholder{
  color: #000;
  opacity: 1;
}

/* Fixed Banner End */

@media (min-width: 576px) {
  .fixBannerCard{
    /* max-width: 500px; */
    max-width: 690px;
    margin: 10px auto;
  }
  
}
@media only screen and (max-width : 575px) {
  .fixBannerFormCol{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 10px;
  }
  .fixBannerFormCol:last-child{
      margin-bottom: 0px;
    }
    .fixBannerCard label{
      display: block;
    }
    .fixBannerBtnWrap{
      margin-top: 0px;
    }
}
@media only screen and (max-width : 425px) {
.fixBannerFormCol {
 flex-basis: initial;
 flex: 0 0 100%;
 margin-bottom: 10px;
}
.fixBannerFormCol:last-child {
  margin-bottom: 0;
}
.fixBannerBtnWrap {
  margin-top: 0px;
}
}
.banner-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
}
.banner-card-header {
  padding:5px 15px;
  margin-bottom: 0;
  background-color:#3967a3;
  color: #fff;
  display: flex;
  align-items: center;
}
.banner-card-header h2{
  font-size: 16px;
  font-weight: bold;
  margin:0 auto 0 0;
}
.fixBannerCard-header .beenVerified img {
  display: block;
}
.banner-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding:15px;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.banner-form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.bannerFormCol{
  position: relative;
  width: 100%;
  padding-left:5px;
  padding-right: 5px;
}
.bannerFormCol{
  margin-bottom:15px;
}
.bannerSearchBtn {
  border: 0;
  color: #FFFFFF;
  display: block;
  width: 100%;
  cursor: pointer;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 10px;
  background: #003366;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.bannerSearchBtn:hover{
  background: #fdc11e;
  color: #000;
}
.noLabel{
  display: none;
}
.bannerFormControl{
  border: 1px solid #0D3469;
  color:#000;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  padding: 3px;
  border-radius: 2px;
  width: 100%;
  display: block;
}
.videoContainer{
  overflow: hidden;
  margin-top: 30px;
}
.videoContent h3{
  font-size:20px;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.videoThumbnail{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.videoThumbnail .item{
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}

/* State page */
#main_title{
  margin: -10px 0 0 0;
  display: block;
}
.right-col #main_title{
  font-weight: normal;
}
#categories{
  width: auto !important;
  margin-bottom: 16px;
}
#categories td{
  padding: 5px;
}
/* #categories h2{
  font-size: 16px;
}
#categories h2 a:hover{
  text-decoration: underline;
} */


.box_dropdown{
    margin-bottom: 16px;
}
.box_middle_dropdown {
    background-color: #B4C6DD;
    padding: 20px;
}
.boxpopcats_dropdown {
    border: 0px solid #B4C6DD;
    border-top: 0;
    color: #27538D;
    font-size: 13px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    /* height: 31px; */
    /* border-bottom: 1px solid #999999;
    border-left: 1px solid #999999; */
    width: 100%;
}
ul.tabs::after{
  content: "";
  display: table;
  clear: both;
}
ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;    
    /* min-height: 31px;
    line-height: 31px;
    border: 1px solid #999999;
    overflow: hidden;*/
    border-left: none;
    font-weight: bold;
    background: #EEEEEE;
    position: relative;
    word-wrap: break-word;
    margin-right: 1px;
    padding: 7px 15px;
    margin-top: 1px;
    transition: all 0.5s;
    
}
ul.tabs li:hover, ul.tabs li.active {
    background: #3967a3;
    border-bottom: 0px solid #FFFFFF;
    color: #fff;
}
.tab_container {
    border: 1px solid #999999;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 10px;
}
.tab_content {
    padding: 20px;
    border-top: 1px solid #999999;
}
.tab_content>h3 {
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 12px;
    padding: 0;
}
#linksCensus{   
    float: left;
    width: 100%;
}
.mainPaging, .navig {
  width: 100%;
  font-weight: 600;
  clear: both;
}
.mainPaging .pagingLinks{
  margin-left: auto;
  float: right;
}
.mainPaging .pagingLinks a{
  padding:3px;
  color: #3967a3;
  display: inline-block;
}
/* #Poplinks{
  padding: 30px 0;
} */
#Poplinks > table, #links table{
  /* margin-bottom: 15px; */
  width: 100%;
}
#Poplinks > table:last-child, #links table:last-child{
  margin-bottom: 0;
}
.tab_content #Poplinks > table td, #links table{
  padding: 0 !important;
}
.tab_content #Poplinks > table td span.link{
  font-size: 18px;
  padding-bottom: 0;
  padding-top: 0;
}
.tab_content #Poplinks > table td p{
  margin-top: 3px !important;
}
.right-col>table{
  width: 100% !important;
}
.right-col>table>td{
  padding: 5px;
}
.right-col>table td:last-child{
  padding-left: 0;
}
.right-col>table.tabl_canada td:last-child{
  padding-left: 5px;
}

p:empty{
  display: none;
}
p[value="&nbsp;"]{
  display: none;
}
p:blank {
  display: none;
}
/* 
.demo-canvas>div:nth-child(1){
  width: 100% !important;
  max-width: 600px;
}
.demo-canvas>div:nth-child(2){
  width: 100% !important;
  height: 150px !important;
  margin: 15px 0 0 !important;
} */

#formcontainer, #formContainer {
  background: #B4C6DD;
  color: #0D3469;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.advanceSearchForm{
  margin-left:-15px;
  margin-right:-15px;
}

.advanceSearchForm td .countyformdiv{
  width: 100%;
  max-width: 204px;
}
.formpage td, .formPage td {
  vertical-align: middle;
  padding: 5px; 
  word-break: break-word;
}
#formContainer .formPage td select{
  max-width: 194px;
}
#formContainer .formPage td select{
  max-width:204px;
}
table.formpage, table.formPage {
  margin: 0 auto;
}
.buttons {
  border-top: 1px solid #D9D9D9;
  text-align: center;
}

table.formPage .smallDesc input.text, table.formPage .smallDesc select{
  max-width: 194px;
}
table.formPage td.label{
  text-align: right;
}

/* #formContainer .countyformdiv{
  width: 100%;
} */
#formContainer form{
  margin: 0;
  padding: 0;
}
.countyformdiv{
  float: left;
  /* margin-right: 3px; */
  width: 204px;
}
/* #formContainer .ss-sprites.gray-button{
float: right;
} */
.gray-button {
    background-position: -907px -37px;
    width: 13px;
    height: 20px;
    cursor: pointer!important;
    float: left;
}
.formPage p{
  margin: 13px 0;
}
.small, .small a {
  color: #909090;
  font-size: 18px;
  margin: 0 ;
  padding: 0;
  text-decoration: none;
}
.field p.small{
  margin-top: 0 !important;
}
textarea.text{
  max-width: 282px;
}
.tab_content>div{
  width: 100% !important;
}

/* Free Criminal Records Search Guide  */
#page-form{
  width: 100%;
  max-width: 868px;
  margin: 0 auto;
}
.crimainl-guide {
  font-family: Arial, Helvetica, sans-serif;
  color: #003366!important;
  font-size: 14px;
}
.crimainl-guide a{
  text-decoration: underline;
}
.style99 {
  color: #003366!important;
  font-weight: bold!important;
}
.style98 {
  font-family: Arial, Helvetica, sans-serif;
  color: #003366!important;
}
.crimainl-guide li {
  padding: 5px 0 5px 0;
}

#page-form .crimainl-guide table table{
  width: 100% !important;
  max-width: 776px !important;
}

.label, .paging-links, .paging-info {
  text-align: right;
}
td {
  padding: 5px;
}
.criminal-table {
  font-size: 14px;
  color: #000;
}
.crimainl-guide .style100 {
  font-size: 32px;
}
.crimainl-guide strong {
  font-size: 15px;
}
input.limit_field {
  width: 57px;
  border: 0;
  height: 15px;
}

.vidSection{
  background: #B4C6DD;
  margin-top: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
}
  /*  VIDEO PLAYER CONTAINER
  ############################### */
.vidWrap {
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
  background: #fff;
}
.vid-container {
  position: relative;
  /* padding-bottom: 52%; */
  padding-top: 0px;
}
.vid-container 
.vid-container iframe,
.vid-container object,
.vid-container embed {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: auto;
}
#vid_frame {
  width: 100%;
}
/*  VIDEOS PLAYLIST
############################### */

.vid-list-container {
  width: 92%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-bottom: 10px;
}
.vidListWrap{
  margin-left: -10px;
  margin-right: -10px;
}
.vid-list {
  width: 1344px;
  position: relative;
  top: 0;
  left: 0;
}

.vid-item {
  display: block;
  width: 168px;
  min-height: 148px;
  float: left;
  margin: 0;
  padding: 10px;
}
.thumb {
  /*position: relative;*/
  overflow: hidden;
  height: 84px;
}
.thumb img {
  width: 100%;
  position: relative;
  top: -13px;
}
.vid-item .desc {
  color: #21A1D2;
  font-size: 15px;
  margin-top: 5px;
}
.vid-item:hover {
  background: #eee;
  cursor: pointer;
}
.arrows {
  position: relative;
  width: 100%;
}
.arrows img {
  width: 18px;
  display: block;
}
.arrow-left {
  color: #fff;
  position: absolute;
  background: #777;
  padding: 15px;
  left: -25px;
  top: -130px;
  z-index: 99;
  cursor: pointer;
}
.arrow-right {
  color: #fff;
  position: absolute;
  background: #777;
  padding: 15px;
  right: -25px;
  top: -130px;
  z-index: 99;
  cursor: pointer;
}
.arrow-left:hover {
  background: #CC181E;
}
.arrow-right:hover {
  background: #CC181E;
}
#county_census {
  word-break: break-word;
}
   


/* Start Media Query =================  */

@media (max-width:319px) {
  .searchResultGrid table td:before {
    width:100%;
    float: none;
    margin-bottom: 5px;
  }
  .searchResultGrid table td div{
    padding-left: 0;
    width: 100%;
    float: none;
    padding-top: 10px;
  }
}
@media (min-width: 320px) {
  .vid-list-container{
    max-width: 256px;
  }
}
@media (min-width: 375px) {
  .vid-list-container{
    max-width: 285px;
  }
}
@media (min-width:400px) {
  .header-logo img{
      width: 100%;
      max-width: 293px;
  }
  .banner-card-header .beenVerified img {
    max-width: unset;
  }
}
@media (min-width:425px) {
.vid-list-container{
  max-width: 360px;
}
}
@media (max-width:425px) {
  .banner-card-header h2{
    font-size: 14px;
  }
  .banner-card-header .beenVerified img {
    max-width: 60px;
  }
  .right-col>table td{
    display: block;
  }
  ul.tabs li{
    padding-left: 9px;
    padding-right: 9px;
    width: 100%;
    
  }
  table.tabl_canada td, .right-col>table.tabl_canada td:last-child{
    padding: 5px 0;
  }
}
@media (min-width:426px) {
  table.tabl_canada {
    margin-bottom: 26px;
  }
}
@media (min-width: 576px){
  .col-sm-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-6{
-webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.form-col-1{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }
  .form-col-2{
    -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
    }
  .contact-form label{
    text-align: right;
  }
  .videoThumbnail .item{
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .vid-list-container{
    max-width: 500px;
  }
}
@media (max-width:600px) {
  .formpage td, .formPage td, table.formPage td.label{
    display: block;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .buttons:last-child{
    border: 0;
  }
  .uscategory, .usstate, .usnational, .international, .uszipcode, .uscity {
      float: left;
      padding-right: 0;
      width:100%;
      text-align: left;
      margin-bottom: 10px;
  }
  .uscounty form, .uscounty span {
      float: none;
      padding-right: 0;
      display: block;
      margin-bottom: 10px;
      width: 100%;
      text-align: left;
    }
    .formRow form select.select {
      width: 100%;
      max-width: 100%;
    }
    .formRow form {
      display: block;
      max-width: 100%;
    }
    input[type="text"], select, #formContainer .formPage td select, #formContainer .formPage td input[type="text"]{
      max-width: 100%;
    }
    #formContainer {
      padding-left: 10px;
      padding-right: 10px;
    }
    .countyformdiv {
      width: 100%;
    }
    .form-contant-right{
      float: left;
      width: 100%;
    }
    table td:last-child{
      padding-left: 0;
      padding-right: 0;
    }
    #page-form .crimainl-guide table table th{
      width: 100%;
      display: block;
    }
}
@media (min-width: 601px) {
  .advanceSearchForm td{
    width: 25%;
  }
}
@media (max-width: 640px) {
  .body-toparea.flex-container{
    display: block;
  }
  table#categories td{
    display: block;
    width: 100%;
  }
}
@media (max-width:767px) {
  .searchFormBanner{
    display: none;
  }
  .menu{
    background: #3664a0;
    width: 280px;
    display: block;
    height: 100vh;
    top: 0;
    left:-300px;
    position: fixed;
    transition: left 0.1s;
    overflow-y: auto;
    z-index: 100 !important;
  }
  .menu.expand{
      left: 0;
  }
  .menu li{
    padding:0 15px ;
    border-bottom: 1px solid rgba(255,255,255,0.6)
  }
  .menu li a{
    padding: 10px 0;
  }
  #categories td{
    display: block;
    width: 50%;
    float: left;
  }
  select.select1{
      max-width: 100%;
  }
  #container{
    max-width: 100%;
    float: left;
  }
  .demo-canvas>div:nth-child(1){
    width: 100% !important;
  }
  input[type="text"]{
    max-width: 100%;
  }
  .tblArtStyle1{
    width: 100%;
  }
  .freePublicRecordsTable{
    width: 100% !important;
    max-width: 100%;
    height: unset !important;
  }
  .freePublicRecordsTable td{
    display: block;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
  .freePublicRecordsTable ul{
    margin: 0;
  }
  #categories td{
    padding-left: 0;
    padding-right: 0;
  }
  .caption {
    margin-top: 40px;
  }
  .vid-list-container{
    
    padding-bottom: 20px;
  }
  .arrows {
    position: relative;
    margin: 0 auto;
    width: 96px;
  }
  .arrow-left {
    left: 0;
    top: -17px;
  }
  .arrow-right {
    right: 0;
    top: -17px;
  }
  #formContainer td .countyformdiv{
    width: 100%;
    max-width: 100%;
  }
  #categories1 td{
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media (max-width: 768px){
  .arrow-left{
    left: -7px;
  }
  .arrow-right{
    right: -7px;
  }
  #categories td{
    padding: 0;
  }
  .adjacentCountyRecTable td{
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .adjacentCountyRecTable tr:last-child td:first-child{
    height: 0px;
    padding: 0;
  }       
}
@media (min-width: 768px){
   
  .container {
    max-width: 95%;
  }
  .bannerFormCol {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .noLabel{
      text-indent: -999em;
      display: block
  }
  .bannerFormCol {
     margin-bottom: 0;
  }
  .premium-contant-list li{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      /* flex: 0 0 50%; */
      /* max-width: 50%; */
  }
	.col5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    /* max-width:20%; */
	max-width:14%;
  }
  .col-container{
    margin-bottom: 0;
  }
  .noLabel{
    text-indent: -999em;
    display: block
  }
  .btnSearchMobile {
    display: none;
  }
  .searchFormBanner{
    display: block;
  }
  .left-col{
    float: left;
    width: 259px;
  }
  .right-col{
    width: calc(100% - 260px);
    float: right;
    padding-left: 22px;
  }
  .right-container {
    padding-left: 20px;
  }
  #container{
    max-width: 600px;
    width: 100%;
    /* float: right; */
    margin: 0 auto;
  }
  .form-contant-left, .form-contant-right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .form-contant-left{
    text-align: center;
    margin-bottom: 0px;
  }
  .left-col #formContainer2{
    margin: 0 auto;
    border: 5px solid #003366;
    padding-top: 5px;
    margin-top: 10px;
  }
  .menu-header{
    display: none;
}
.header-logo img{
    width: 100%;
    max-width:180px;
}

.header-logo, .navbar {
  display: inline-block;
}

/* Mobile menu icon */
#menu-icon {
  display: none;
}
.navbar {
    margin-left: auto;
    max-height: none;
    margin-top: -1px;
}

.navbar .menu li {
  list-style-type: none;
  text-align: center;
  margin: 0 0 0 17px;
  float: left;
}
.navbar .menu li a {
  display: block;
  color: #fff;
  border-bottom: 0;
}

.freePublicRecordsTable{
  width: 100% !important;
  max-width: 616px;
}
.freePublicRecordsTable td{
  width: 33.333%;
  vertical-align: top;
}
.vid-list-container{
  max-width: 626px;
}
}
@media (min-width:800px) {
  .header-logo img{
    width: 100%;
    max-width: 200px;
  }
}
@media (min-width:900px) {
  .header-logo img{
    width: 100%;
    max-width: 293px;
  }
}
@media (max-width:991px) {
  .searchResultGrid table {
    border: 0;
  }
  .searchResultGrid table thead {
    display: none;
  }
  .searchResultGrid table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    float: left;
    width: 100%;
  }
  .searchResultGrid table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 13px;
    text-align: left;
    float: left;
    width: 100%;
  }
  .searchResultGrid table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    /* position: relative;
    left:-95px; */
    word-break: break-word;
    max-width: 30%;
  }
  .viewDetailsCol:before{
    display: none;
  }
  .searchResultGrid table td div{
    float: right;
    width: 70%;
    padding-left: 10px;
  }
  table td:last-child {
    border-bottom: 0;
    /* padding: 5px; */
  }
  #categories td{
    display: block;
    width:50%;
    float: left;
    padding: 0;
  }

  table.crimainl-guide, table.crimainl-guide table{
    width: 100%;
  }

}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
  .searchResultGrid table th{
    background: #3967a3;
    color: #fff;
  }
  .vid-list-container{
    max-width: 92%;
  }
}

@media (max-width:375px) {
  .banner-card-header h2{
    font-size: 11px;
  }
  .banner-card-header .beenVerified img{
   max-width: 50px;
  }
  #categories td{
    display: block;
    width: 100%;
    float: none;
  }
 
}
