<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">fieldset, img {
  border: 0;
}

:focus {
  outline: 0;
}

body, html {
  height: 100%;
}

body {
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  font-size-adjust: none;
  line-height: 20px;
  color: #515560;
  background: #2e3139;
}

.content-text p {
  font-family: Georgia,Times,'Times New Roman',serif;
  font-size: 22px;
  line-height: 32px;
  color: #333;
  -webkit-font-smoothing: antialiased;;
}

h2, h3, h4, h5, h6 {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
}

ol {
  list-style-position: inside;
}

ol li {
  line-height: 190%;
}

header {
  width: 100%;
  padding-bottom: 15px;
  /*background-color: #3f0282;
  background-image: url('../img/header-bg.jpg');
  background-repeat: repeat-x;*/

  background: #353167;
  background: -moz-linear-gradient(-45deg,#353167 0%,#4a3b8f 100%);
  /* background: -webkit-linear-gradient(-45deg,#353167 0%,#4a3b8f 100%); */
  background:      linear-gradient(135deg,#353167 0%,#4a3b8f 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353167 ',endColorstr='#4a3b8f ',GradientType=1);
}

input {
  border-radius: 0 !important;
}

.no-padding {
  padding: 0;
}

.wrapper {
  width: 100%;
  height: 400px;
  position: relative;
}

.content {
  display: none;
}

.hero-video-wrapper {
  margin-top: 12px;
}

.hero-video-wrapper video {
  width: 100%;
}

.hero-video-wrapper img {
  width: 100%;
}

/*.hero-video {
  height: 400px;
}*/

.post-date-img img {
  width: 32px;
}

.published-date {
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  padding-left: 5px;
  color: #666;
}

.media-reference-wrapper {
  margin-top: 35px;
}

.media-reference-text h6 {
  font-family: Lato;
  font-size: 14px;
  letter-spacing: 2px;
  color: #7e6f9c;
}

.media-reference-image img {
  /*width: 564px;*/
  width: 76%;
}

.linebreak hr {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  color: D7D7D7;
}

.content-text p:nth-child(6) {
  border-left: solid 3px #7e6f9c;
}

.post-date-text {
  font-family: Lato;
  font-size: 16px;
  margin-top: 21px;
  color: #666;
}

.availableInfo-strong-text {
  margin-bottom: 40px;
}

.availableInfo {
  margin-top: 27px;
  margin-bottom: 27px;
  /*padding: 15px;*/
  margin-left: 0;
  border-radius: 5px;
}

.availableInfo  p {
  font-family: Lato;
  font-size: 30px;
  color: #7e6f9c !important;
}

.availableInfo ul {
  padding-left: 21px;
}

.availableInfo ul li {
  font-family: Georgia,Times,'Times New Roman',serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 45px;
  color: #0a0a0a;
}

.availableInfo ol {
  padding-left: 0;
}

.availableInfo ol li {
  font-family: Georgia,Times,'Times New Roman',serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 45px;
  color: #0a0a0a;
}

/* bg2 Content Styles*/
.bg2-wrap {
  margin: 0;
  padding: 20px 5px;
  background: #fafafa;
}

.bg2-wrap img {
  /*width: 307px;*/
  width: 100%;
}

.bg2-left-wrap {
  margin-top: 18px;
}

.bg2-left-wrap h6 {
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  color: #666;
}

.bg2-right-wrap {
  padding-right: 6px;
  padding-left: 31px;
}

.bg2-top-text h6 {
  font-family: Georgia;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  color: #333;
}

.bg2-bottom-text h6 {
  font-family: Georgia;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #151515;
}

.bg2-bottom-text h6 span {
  font-weight: 700;
  color: #333;
}

.searchbar-wrapper {
  padding-right: 0;
  padding-left: 0;
}

/* testimonial styling */
.testimonial-wrapper {
  padding-top: 23px;
  background-color: #f3f3f3;
}

.testimonial-top-grey p {
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  color: #666 !important;
}

.testimonial-top-purple h4 {
  font-family: Lato;
  font-size: 30px;
  line-height: 42px;
  margin-top: 0;
  letter-spacing: 0;
  color: #7e6f9c;
}

.testimonial-top-grey-text, .testimonial-top-grey-quote {
  padding: 0;
}

.testimonial-top-grey-quote {
  text-align: right;
}

.testimonial-top-grey-quote img {
  width: 48%;
}

.testimonial-top-right {
  text-align: right;
}


.testimonial-mid-text h5 {
  font-family: Gerogia;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  color: #333;
}

.testimonial-bottom-img, .testimonial-bottom-text {
  display: inline-block;
  vertical-align: middle;
}

.testimonial-bottom img {
  width: 60px;
}

.testimonial-bottom-text {
  margin-left: 6px;
}

.testimonial-bottom-text h5 {
  font-family: Lato;
  font-size: 18px;
  color: #60ab41;
}

.testimonial-bottom-text h6 {
  font-family: Lato;
  font-size: 16px;
  color: #333;
}

.active-content {
  display: block;
}

#hidden-banner, #hidden-readmore {
  display: none;
}

.hidden {
  display: none;
  visibility: hidden;
}

.green {
  color: #5cb85c;
}

.search.stuck .green {
  color: #0fca0f;
}

#main_container {
  width: 100%;
  height: auto!important;
  min-height: 100%;
  background: #fff;
}

.container {
  max-width: 1170px;
}

.bv-logo-main {
  padding-bottom: 20px;
  float: right;
}

@media(max-width:990px) {
  .bv-logo-main {
    padding-bottom: 10px !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  img.bv-logo-main {
    width: 170px;
  }
  .searchbar h3 {
    text-align: center;
  }
}

.searchbarWrapper {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 47px;
  color: #fff;
  background: #353167;
  background: -moz-linear-gradient(-45deg,#353167 0%,#4a3b8f 100%);
  background:      linear-gradient(135deg,#353167 0%,#4a3b8f 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353167 ',endColorstr='#4a3b8f ',GradientType=1);
}

.searchWrapper h2 {
  font-size: 32px;
}

.searchWrapper h3 {
  font-size: 17px;
}

.list-unstyled {
  padding-left: 15px;
}

#footer {
  clear: both;
  padding: 0;
  background-color: #000;
}

.content-text {
  /*font-family: arial;*/
  font-family: Georgia;
}

.content-text a {
  text-decoration: underline !important;
}

#footer a {
  color: #fff;
}

#footer_search .container, .search .container {
  padding-top: 8px;
  padding-bottom: 8px;
}

#footer_search .panel, .search .panel {
  margin-bottom: 0;
}

#footer li {
  font-size: 12px;
  line-height: 18px;
  margin: 9px 0 4px;
  color: #fff;
}

.footer-title {
  line-height: 32px;
  margin-bottom: 6px;
  color: #515560;
  border-bottom: 1px solid #515560;
}

.disclaimer {
  padding: 20px 0 0;
  color: #fff;
  background-color: #2e3139;
}

.disclaimer a {
  color: #fff;
}

.icons-social {
  margin: 4px auto;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left center;
}

.icons-bv {
  background-image: url(../img/icon1.png);
}

.icons-fb {
  background-image: url(../img/icon2.png);
}

.icons-tw {
  background-image: url(../img/icon3.png);
}

.icons-go {
  background-image: url(../img/icon4.png);
}

.icons-pi {
  background-image: url(../img/icon5.png);
}

.icons-li {
  background-image: url(../img/icon6.png);
}

.searchbar .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.searchbar .panel {
  margin-bottom: 0;
}

.searchbar button {
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  border-radius: 0 3px 3px 0;
  background: #6dac45;
}

.searchbar button:hover, #searchbar button:focus {
  border: none;
  border-bottom: 3px solid #398439;
  background: #72c83c;
}

.searchbar h3 {
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 8px;
}

header .searchbar h3 {
  color: #fff;
}

header .has-error .form-control {
  border-color: #ff0;
}

.searchbarWrapper .searchbar .with-errors {
  color: #ff0;
  height: 20px;
  margin: 0;
}

header .searchbar .with-errors {
  color: #ff0;
  margin: 0;
}
.search {
  z-index: 1000;
  clear: both;
  width: 100%;
  margin: 15px 0;
  border: 1px solid #c1c0c2;
  border-radius: 4px;
  background: #fff;
}
select {
  border-radius: 0 !important;
}
.searchbar input, .searchbar select {
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
  border: none;
  border-left: 1px #dedfe2 solid;
  border-radius: 0 !important;
  box-shadow: none;
}
.searchbar select {
  padding: 10px \9;
}

@media (-webkit-min-device-pixel-ratio:0) {
  .searchbar select {
    background-image: url('//frcdn.beenverified.com/assets/img/3b5861418b05608c5e9c28af2275db3d.png');
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
  }
}
.searchbar input:focus, .searchbar select:focus {
  border: 1px solid #4198d6;
}

.stuck {
  position: fixed;
  top: -20px;
  left: 0;
  border-color: #c1c0c2;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: #eee;
  box-shadow: 0 4px 3px rgba(92,184,92,0.1);
}

.search img {
  width: auto;
  max-width: 100%;
}

.search.stuck img {
  display: block;
}

.searchbar-logo {
  display: none;
}

.search.stuck .searchbar-logo {
  display: block;
}

.form-inline br, .search.stuck .form-inline br, .search.stuck br {
  display: none;
}

.search.stuck .left_wrap input#inputFirstName {
  clear: both;
}

#inputEmail.form-control, #phone-number.form-control {
  width: 100%;
}

.search.stuck #inputEmail.form-control, .search.stuck #phone-number.form-control {
  width: 260px;
}

.city_wrap input.form-control {
  width: 100px;
}

.age_wrap input.form-control {
  width: 50px;
}

.top_content {
  clear: both;
  padding-top: 25px;
}

.top_content strong {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
}

.top_content ul {
  padding: 12px 0;
  list-style: none;
}

.top_content ul li {
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
}

.top_content ul li:first-child {
  padding: 0;
}

.top_content ul li img {
  vertical-align: middle;
}

.bg2-wrap {
  border: 2px solid #d7d7d7;
}



#footer_search button, .search button {
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  padding-right: 44px;
  padding-left: 44px;
}

.search h3 {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin: 2px 0 5px;
  color: #000;
}


.banner {
  width: 100%;
  margin: 0 0 20px;
}

.banner img {
  width: 100%;
}

.main {
  position: relative;
  padding-top: 10px;
  padding-bottom: 55px;
}

#main-header {
  font-family: Lato, Helvetica;
  font-size: 38px;
  font-weight: bolder !important;
  line-height: 42px;
  line-height: 110%;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 0;
}


div.row.sponsered {
  margin-top: 10px;
  margin-bottom: 17px;
  text-align: center;
  color: #000;
}

.tags {
  width: 100%;
}

.tags p {
  font-size: 12px;
  color: #515560;
}

.tags ul {
  padding-left: 0;
  list-style: none;
}

.tags ul li {
  font-family: 'Open Sans',sans-serif;
  font-size: 11px;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 5px;
  padding: 0 8px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
}


.tags ul li:first-child {
  border: 0;
}

.left_details p {
  /*line-height: 1.4em;*/
  line-height: 32px;
  color: #333;
}

.left_details p a {
  color: #6aa843;
}

.left_details p img {
  margin: 20px 0;
}

.left_details span a {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  color: #6aa843;
}

.left_details p .btn {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  text-decoration: none;
  color: #fff;
  background: #5cb85c;
}

.left_details p .btn:hover {
  background: #70cc70;
}

ul.tabs {
  float: left;
  width: 100%;
  margin: 30px 0 4px;
  padding-bottom: 8px;
  list-style: none;
  border-bottom: 1px solid #8c8e94;
}


ul.tabs li {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  line-height: 31px;
  position: relative;
  float: left;
  margin-right: 40px;
  cursor: pointer;
  color: #abb0bd;
}

ul.tabs li.active, ul.tabs li:hover {
  color: #515560;
}

.tab_container {
  float: left;
  clear: both;
  width: 100%;
  border: 1px solid #999;
  border-top: 0;
  background: #fff;
}

.tab_content {
  display: none;
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.cutomer_feedback {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 3%;
  background: #f0f0f0;
}

.cutomer_feedback h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #515560;
}

.cutomer_feedback h5 {
  font-family: 'Open Sans',sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #abb0bd;
}


.rating {
  padding: 10px 0 5px;
}

.rating a {
  margin-right: 7px;
}

.rating a img {
  float: none!important;
  margin: 0!important;
  padding: 0;
  border: 0;
  background: 0;
}

.cutomer_feedback img {
  float: right;
  margin: 0 0 10px 45px;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.cutomer_feedback p {
  font-size: 13px;
  line-height: 17px;
  color: #515560;
}

.cutomer_feedback .testimonial {
  margin-top: 10px;
}

.show {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  clear: both;
  padding: 10px 0;
  color: #6aa843;
}

.show:hover {
  color: #6aa843;
}

.cutomer_feedback.right img {
  float: left;
  margin: 0 25px 10px 0;
}

.cutomer_feedback.right h4, .cutomer_feedback.right h5, .cutomer_feedback.right .testimonial {
  text-align: right;
}

#tab1 .article {
  float: left;
  width: 100%;
  margin-top: 24px;
  list-style: none;
}


#tab1 .article li {
  float: left;
  width: 32%;
  height: 230px;
  margin-left: 2%;
  padding: 1%;
  border-radius: 5px;
  padding-left: 0px;
}

#tab1 .article li:first-child {
  margin: 0;
}

#tab1 .article li h4 {
  font: 14px/18px 'Open Sans',sans-serif;
  color: #515560;
}

#tab1 .article li p {
  font-size: 12px;
  line-height: 16px;
  color: #515560;
}

#tab1 .article li img {
  max-width: 100%;
}

.right-sidebar {
  display: none;
}

.right-sidebar .graph_box {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  clear: both;
  padding: 13px;
  border-radius: 4px;
  background: #f0f0f0;
}

.right-sidebar .graph_box img {
  max-width: 100%;
}

.right-sidebar .serach_box {
  padding: 18px 0;
  text-align: center;
}

.right-sidebar .serach_box img {
  max-width: 100%;
}


.right-sidebar h3 {
  font-size: 14px;
  margin-bottom: 12px;
  border-bottom: 1px solid #8c8e94;
}

.right-sidebar h3 a {
  line-height: 27px;
  display: inline-block;
  padding: 0 17px;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px 3px 0 0;
  background: #515560;
}

.right-sidebar article {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 12px;
}

p.quote {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 18px 0;
  padding-right: 45px;
  padding-left: 45px;
}

p.indent {
  font-size: 16px;
  line-height: 35px;
  margin: 18px 25px;
}

p.reason {
  font-size: 16px;
  line-height: 35px;
  margin: 18px 0;
}

.advertisement {
  font-size: 14px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #fff;
}

/*.advertisement1 {
  font-size: 12px;

  margin-bottom: 15px;
  padding: 8px 8px;

  text-align: center;

  color: #fff !important;
  background-color: #000;
}*/

#footer div.container div.row.advertisement {
  font-size: 20px;
  line-height: 32px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  background-color: #000;
}

.right-sidebar article img {
  max-width: 100%;
}


.right-sidebar article h4 {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 14px 10px 10px;
  color: #333;
  background: #fff;
  background: rgba(255,255,255,0.8);
}

.right-sidebar article h4 a {
  color: #333;
}

.right-sidebar article p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 10px;
  color: #333;
}

.right-sidebar article .read_more {
  font-size: 12px;
  line-height: 27px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  color: #fff;
  background: #2a2d33;
}

.right-sidebar article:last-of-type {
  margin-bottom: 40px;
}

.right-sidebar .list_details {
  padding: 12px;
  list-style: none;
}

.right-sidebar .list_details li {
  font-size: 14px;
  padding-bottom: 10px;
  color: #515560;
}

.right-sidebar .list_details li a {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #515560;
}

.left_details p img {
  display: inline-block;
  max-width: 100%;
}

.share_this {
  position: absolute;
  z-index: 10;
  top: 46px;
  left: 0;
  float: left;
  width: 60px;
  padding-bottom: 360px;
}


.stButton .stFb, .stButton .stMainServices, .stButton .stTwbutton {
  height: auto!important;
}

.stButton .stBubble_count {
  height: 42px!important;
}

.hidden_text {
  display: none;
  clear: both;
}

.right-sidebar .serach_box {
  padding-top: 0;
}

.right-sidebar {
  top: 40px;
  margin-top: 0;
}

.navbar-default .navbar-nav &gt; li &gt; a {
  color: #b8bac0;
}

.left_details p .btn:hover, .left_details p a, .right-sidebar article .read_more:hover, .right-sidebar h3 a:hover, .tags ul li a {
  text-decoration: none;
}

.left_details p a:hover {
  text-decoration: underline;
}

.right-sidebar h3 a {
  cursor: auto;
}

.article h4 a {
  color: #333;
}

:placeholder {
  opacity: 1!important;
  color: #000!important;
}

.bottom-btn {
  font-size: 16px;
  padding: 12px 26px;
}

.btn-default {
  text-shadow: 0 1px 0 #357935;
}

.left_wrap, .right_wrap, .st_wrap, .btn_wrap {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.share_this.fixed {
  position: fixed;
  top: 46px;
  left: 46px;
}

input.error {
  -webkit-box-shadow: 0 4px 1px -1px #EF2742;
  -moz-box-shadow: 0 4px 1px -1px #EF2742;
  -ms-box-shadow: 0 4px 1px -1px #EF2742;
  -o-box-shadow: 0 4px 1px -1px #EF2742;
  box-shadow: 0 4px 1px -1px #EF2742;
  background-color: #FFEAED;
}

label.error {
  width: 100%;
  margin: 5px 0px;
  color: #ef2742;
  font-weight: normal;
  text-align: left;
}

@media(min-width:1800px) {
  .share_this.fixed {
    position: fixed;
    top: 105px;
    left: 17.5%;
  }
}
@media(min-width: 1200px) {
  header .container {
    width: 1200px;
    max-width: 1200px;
  }
}

@media(min-width:1200px) and (max-width:1500px) {
  .share_this.fixed {
    position: fixed;
    top: 46px;
    left: 46px;
  }
}

@media(min-width:1500px) and (max-width:1800px) {
  .share_this.fixed {
    position: fixed;
    left: 11%;
  }
}

@media(max-width:1200px) {
  .main {
    /*padding-top: 160px;*/
  }
}

@media(max-width: 991px) {
  .searchbar-wrapper {
    margin-top: 31px;
  }
  .testimonial-wrapper {
    padding-bottom: 23px;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .searchbarWrapper {
    margin-top: 35px;
  }
  .navbar-nav &gt; li &gt; a {
    font-size: 11px!important;
    padding: 20px 8px 30px;
  }

  .top_content ul {
    text-align: center;
  }

  #inputEmail.form-control, #phone-number.form-control {
    width: 568px;
  }

  .search.stuck #inputEmail.form-control, .search.stuck #phone-number.form-control {
    width: 595px;
  }

  #footer_search button, .search button {
    padding: 6px 10px;
  }

  .main {
    /*padding-top: 224px;*/
    padding-bottom: 3px;
  }

  div.col-sm-8.left_details {
    /* width: 100%; */
  }

  .navbar-nav, .right-sidebar {
    display: none;
  }

  a.navbar-brand {
    padding-bottom: 10px;
  }

  #footer_search button, .search button {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    padding-right: 30px;
    padding-left: 30px;
  }

  ul.article {
    padding-bottom: 15px;
  }

  .tags {
    display: none;
  }
}

@media(max-width: 530px) {
  .published-date {
    line-height: 19px !important;
    padding-left: 29px;
  }
}


@media(max-width: 437px) {
  .published-date {
    margin-top: -5px;
  }
}
@media(max-width:767px) {
  header .searchbar .with-errors {
    height: 20px;
  }
  img.bv-logo-main {
    width: 150px;
  }
  .media-reference-image img {
    width: 90%;
  }
  .linebreak hr {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .left_wrap {
    padding-left: 15px;
  }
  .right_wrap {
    padding-right: 15px;
  }
  .btn_wrap {
    padding: 11px 15px 0 15px;
  }
  .searchbar button {
    border-radius: 3px;
  }
  .st_wrap {
    padding-left: 15px;
  }

  #searchbar .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #tab1 .article {
    float: left;
    width: 100%;
    margin-top: 4px;
    list-style: none;
  }

  p.quote {
    font-size: 20px;
    line-height: 30px;
  }

  ul.article {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-group input {
    width: 100%!important;
    margin-bottom: 2px;
  }

  .form-control {
    margin-bottom: 10px;
  }

  .navbar-default .navbar-nav &gt; li &gt; a {
    float: none;
  }

  .right-sidebar article {
    text-align: center;
  }

  #tab2 .article li h4 {
    font-size: 13px;
  }

  #tab1 .article li {
    height: 160px;
  }

  #tab1 .article li p, .right-sidebar {
    display: none;
  }

  .main {
    /*padding-top: 417px;*/
  }

  .navbar-default .navbar-nav &gt; li &gt; a {
    padding: 10px;
    border: none!important;
  }

  .navbar-nav {
    margin: 0;
  }

  .share_this {
    display: none !important;
    text-align: center;
  }

  .top_content ul {
    text-align: center;
  }

  .stButton {
    width: 54px;
  }

  .stwrapper.stwrapper5x {
    left: 0!important;
    max-width: 100%!important;
    margin: 0!important;
  }

  .qsbMselectNoBorder .oAuthLinkNarrow {
    width: 100%!important;
  }

  .qsbMpad5 {
    width: 60%!important;
  }

  #outerContainer, #stLframe.stframe5x {
    max-width: 100%!important;
  }

  .col-sm-8 {
    clear: both;
  }

  a.navbar-brand {
    padding-left: 10px;
  }

  button.navbar-toggle {
    margin-top: 28px;
  }

  .tags {
    display: none;
  }

  div.col-sm-8.left_details {
    width: 100%;
  }
  .searchbar button, .searchbar select, .searchbar input, .searchbar .btn-search {
    height: 60px;
    margin-top: 6px;
  }
}

@media(max-width: 330px) {
  .published-date {
    width: 74%;
  }
  .media-reference-wrapper {
    margin-top: 15px;
  }
}

@media(max-width:479px) {
  .testimonial-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .testimonial-top-grey-text p {
    font-size: 14px !important;
  }
  .testimonial-top-purple h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .testimonial-mid-text h5 {
    font-size: 20px;
  }
  .availableInfo p {
    font-size: 26px !important;
  }
  .availableInfo ul li {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
  }
  .availableInfo ol li {
    font-size: 20px;
    line-height: 35px;
  }
  .availableInfo-strong-text {
    font-size: 22px !important;
    margin-bottom: 40px;
  }
  .post-date-text {
    font-size: 14px !important;
    margin-top: 0;
  }
  .left_details p {
    font-size: 18px;
  }
  .published-date {
    font-size: 15px !important;
  }
  .bg2-top-text h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .bg2-bottom-text h6 span, .bg2-bottom-text h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .searchbar {
    text-align: center;
  }
  .bv-logo-main {
    display: block;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }


  .advertisement {
    font-size: 11px;
    margin-bottom: 4px;
  }
  p.quote {
    font-size: 20px;
    line-height: 29px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .main {
    position: relative;
    /*padding-top: 419px;*/
    padding-bottom: 5px;
  }

  .search.stuck .container {
    padding-bottom: 10px;
  }

  .search h3 {
    font-size: 11px!important;
    line-height: 16px!important;
  }

  .search .form-group {
    display: inline-block;
    width: 47%;
  }

  .search .form-inline br {
    display: block;
  }

  .search button {
    padding-right: 37px!important;
    padding-left: 37px!important;
  }

  .search.stuck button {
    padding-right: 44px;
    padding-left: 44px;
  }

  .left_details h1 {
    font-family: arial,helvetica;
    font-size: 30px !important;
    font-weight: 400;
    line-height: 30px;
    padding-top: 6px !important;
    padding-top: 6px;
  }

  .tags ul li {
    margin: 0 5px 5px 0;
  }

  ul.tabs li {
    margin-right: 16px;
  }

  #tab1 .article li h4 {
    font-size: 11px;
    line-height: 13px;
  }

  #tab1 .article li p {
    font-size: 10px;
    line-height: 14px;
  }

  #tab1 .article li {
    min-height: 40px;
  }

  #searchbar h3 {
    font-size: 14px;
    margin: 15px 8px;
    text-align: center;
  }
}

/* Embed banner */

#BV-banner #ad button {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 12px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

#BV-banner #ad button:active {
  font-size: 11px;
}

#BV-banner #ad {
  display: block;
  overflow: hidden;
  width: 726px;
  height: 88px;
     -moz-user-select: -moz-none;
   -khtml-user-select:      none;
  -webkit-user-select:      none;
      -ms-user-select:      none;
          user-select:      none;
  color: #363636;
  font-family: Lato, Helvetica;
}
#BV-banner {
  position: relative;
  display: block;
  width: 726px;
  height: 88px;
  background-color: #fff;
  background-image: url('//frcdn.beenverified.com/assets/img/40aefbf7ae78defe7a26044615f545c6.png');
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
  border: #b7b7b7 1px solid;
}
#BV-banner #ad .headline {
  text-align: left;
  position: absolute;
  left: 10px;
  top: 27px;
  color: #363636;
  font-size: 17px;
  font-weight: bold;
}
#BV-banner #ad form {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#BV-banner #ad label {
  position: absolute;
  top: 20px;
}

#BV-banner #ad label[for='fn'] {
  left: 210px;
}
#BV-banner #ad label[for='ln'] {
  left: 303px;
}
#BV-banner #ad label[for='city'] {
  left: 399px;
}
#BV-banner #ad label[for='state'] {
  left: 492px;
}
#BV-banner #ad .text_input {
  background: white;
  border: #c8c8c8 1px solid;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font: 12px Arial, Helvetica, Sans-Serif;
  line-height: 25px;
  padding: 0 5px;
  position: absolute;
  width: 90px;
  height: 35px;
  top: 43px;
  border-radius: 3px !important;
}
#BV-banner #ad .select_box {
  background: white;
  border: #c8c8c8 1px solid;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font: 12px Arial, Helvetica, Sans-Serif;
  height: 35px;
  padding: 4px 5px;
  position: absolute;
  bottom: 5px;
  width: 90px;
  top: 43px;
  *height: 28px;
  *padding: 3px 5px;
  *width: 100px;
  border-radius: 3px;
}
#BV-banner #ad .text_input#fn {
  left: 210px;
}
#fn:focus, #ln:focus, #state:focus {
  box-shadow: 0 0 5px rgba(108, 159, 241, 1);
  padding: 3px 0 3px 3px;
  border: 2px solid rgba(108, 159, 241, 1);
  outline-offset: -2px;
}

/*#BV-banner #ad .highlight {
  box-shadow: 0 0 5px rgba(108, 159, 241, 1);
  padding: 3px 0 3px 3px;
  border: 2px solid rgba(108, 159, 241, 1);
  outline-offset: -2px;
}*/

#BV-banner #ad .text_input#ln {
  left: 303px;
}
#BV-banner #ad .text_input#city {
  left: 399px;
}
#BV-banner #ad .select_box#state {
  left: 492px;
}
#BV-banner #ad .buttons {
  position: absolute;
  bottom: 8px;
  right: 22px;
}
#BV-banner #ad .button {
  height: 35px;
  width: 118px;
  background-color: #22ac24;
  border-radius: 4px;
  border-bottom: 3px solid #06910d;
  font-size: 14px;
}

#BV-banner #ad .button:hover, #BV-banner #ad .button:active, #BV-banner #ad .button:focus {
  height: 35px;
  width: 118px;
  background-color: #2fc731;
  border-radius: 4px;
  border-bottom: 3px solid #11a218;
  -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}

#promoBanner {
  width: 728px;
  height: 90px;
  background: url('//frcdn.beenverified.com/assets/img/2dc59a9e29b254cf43c6050c42c2e31b.gif') no-repeat;
  cursor: pointer;
  margin-bottom: 15px;
}

@media(max-width:1200px) {
  #BV-banner {
    height: 240px;
    width: 400px;
  }
  #BV-banner #ad label[for='fn'] {
    left: 15px;
    top: 85px;
  }
  #BV-banner #ad label[for='ln'] {
    left: 108px;
    top: 85px;
  }
  #BV-banner #ad label[for='state'] {
    left: 294px;
    top: 85px;
  }
  #BV-banner #ad label[for='city'] {
    left : 201px;
    top: 85px;
  }
  #BV-banner #ad .text_input#fn {
    left: 15px;
    top: 110px;
  }
  #BV-banner #ad .text_input#ln {
    left: 108px;
    top: 110px;
  }
  #BV-banner #ad .text_input#city {
    left: 201px;
    top: 110px;
  }
  #BV-banner #ad .select_box#state {
    left: 294px;
    top: 110px;
  }
  #BV-banner #ad .buttons {
    left: 15px;
    top: 160px;
  }
  #promoBanner {
    width: 300px;
    height: 250px;
    background: url('//frcdn.beenverified.com/assets/img/3b8141b495dfe8dd3093e18ab63ce309.gif') no-repeat;
    cursor: pointer;
    margin-bottom: 15px;
  }
}

@media(max-width:768px) {
  #BV-banner {
    height: 400px;
    width: 260px;
  }
  #BV-banner #ad label[for='fn'] {
    left: 15px;
    top: 80px;
  }
  #BV-banner #ad label[for='ln'] {
    left: 15px;
    top: 145px;
  }
  #BV-banner #ad label[for='city'] {
    left: 15px;
    top: 210px;
  }
  #BV-banner #ad label[for='state'] {
    left: 15px;
    top: 275px;
  }
  #BV-banner #ad .text_input#fn {
    left: 15px;
    top: 100px;
  }
  #BV-banner #ad .text_input#ln {
    left: 15px;
    top: 165px;
  }
  #BV-banner #ad .text_input#city {
    left: 15px;
    top: 230px;
  }
  #BV-banner #ad .select_box#state {
    left: 15px;
    top: 295px;
  }
  #BV-banner #ad .buttons {
    left: 15px;
    top: 340px;
  }
  #BV-banner #ad .text_input {
    width: 180px;
  }
  #BV-banner #ad .select_box {
    width: 180px;
  }
}

.AccessibilityIcon {
  color: #fff !important;
}
</pre></body></html>