body {
    background: #ffdfd3 !important;
    min-height: 100vh;
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}

.welcome-offer{
	font-size: 22px;
}

.star-ratings-sprite {
    background: url("img/rate-star.png") repeat-x;
        background-position-x: 0%;
        background-position-y: 0%;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    width: 125px;
    background-position: 0 -23px;
    opacity: 1;
}

.rating {
    background: url("img/rate-star.png") repeat-x;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: 0 0;
    float: left;
    height: 21px;
    display: block;
}

@media only screen and (min-width: 768px) {	
.width20{
	width: 20%
}

.width40{
	width: 40%
}
}

span.terms {
    display: block;
    font-size: 12px;
    color: #006994;
    margin: 3px 0;
}

.similar-sites {
	background-color: #006994 !important;
	border-color: #006994 !important;
	color: #fff !important;
	width: 100%;
}

.similar-sites:hover {
	background-color: #cc338b !important;
	border-color: #cc338b !important;
	color: #fff;
}

.visit-site {
	background-color: #006994 !important;
	border-color: #006994 !important;
	color: #fff !important;
	width: 100%;
}

.visit-site:hover {
	background-color: #cc338b !important;
	border-color: #cc338b !important;
	color: #fff;
}

.read-more{
	font-soze: 10px;
	color: #006994;
}

.bsl-jumbo p {
    color: #cc338b;
    text-shadow: -2px 0 #006994, 0 2px #006994, 2px 0 #006994, 0 -2px #006994;
    font-size: 34px;
    text-align: center;
    margin: 0 auto 30px auto;
	margin-top: 20px;
}

#hph1 .jumbotron {
    padding: 10px;
    background-color: rgba(255,255,255,.75);
}

.bsl-header {
	background: rgba(255,255,255,.75);
}

.similar-sites-inner p {
	font-size: 1.5rem;
	color: #006994;
}

.similar-sites-inner li {
	font-size: 1.5rem;
	color: #006994;
}

.similar-sites-inner h3 {
	color: #cc338b;
	font-weight: bold;
	font-size: 2.5rem;
}

.similar-sites-inner h4 {
	color: #cc338b;
	font-weight: bold;
	font-size: 2rem;
}

.bs-card {
	width: 100%;
	color: #006994;
	background: rgba(255,255,255,.75) !important;
}

.site-review p {
	font-size: 1.5rem;
	color: #006994;
}

.site-review h3 {
	color: #cc338b;
	font-weight: bold;
	font-size: 2.5rem;
}

.tbody-bsl {
	background-color: rgba(255,255,255,.75);
}

.td-bsl {
	border-top: none !important; 
	text-align: center;
}

.td-bsl-r {
	border-top: none !important; 
}

.progress-bsl {
	height:15px;
	background-color:transparent;
	border:1px solid #cc338b;"
}

.progress-bar-bsl{
	width:70%;
	height:15px;
	background-color:#cc338b !important;
}

.bsl-card-img-top {
	width: 100%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(270deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.bsl-list {
 list-style: none;
}

#cookit{position:fixed;width:100%;bottom:0;padding:.6rem 2rem;display:flex;z-index:999}#cookit #cookit-container{margin:auto;width:1200px;display:flex;align-items:center;flex-wrap:wrap}#cookit #cookit-container>*{margin:.4rem}#cookit #cookit-container p{line-height:1.4rem}#cookit #cookit-container a{text-decoration:none}#cookit #cookit-container a:hover{opacity:.9}#cookit #cookit-container #cookit-button{padding:.5rem 1rem;margin-left:auto}
