/*
	============================================================================================================================================
															PAGES
	============================================================================================================================================
*/
[class*="adboard"] {
  background-color: transparent !important;
  display: table;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: LOGIN */
/*---------------------------------------------------------------------------------------------*/
.vertical-offset-100 {
  padding-top: 100px;
}

.container.topspacer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.loader-spacer {
  margin-bottom: 25px;
  margin-top: 25px;
}

.btn-spacer-top {
  margin-top: 20px;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: LISTING */
/*---------------------------------------------------------------------------------------------*/
.table-md-listings {
  background-color: #FFF;
}

.table-md-listings [class*="column-md-listings"] {
  padding: 0;
}

.table-md-listings .column-md-listings-1 {
  border-right: 1px solid #efefef;
}

.filter-wrap .filter-main {
  border-top: 1px dashed #E9E9E9;
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
}

.filter-wrap .filter-main .filter-label {
  color: #888;
  font-weight: 600;
}

.filter-wrap .checkbox-main > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.table-sm-filter-head [class*="column-sm-filter-head-"] {
  vertical-align: middle;
}

.table-sm-filter-head .column-sm-filter-head-1 {
  color: #25a8e2;
  font-size: 170%;
}

.table-sm-filter-head .column-sm-filter-head-1 strong {
  font-weight: 800;
}

.table-sm-filter-head .column-sm-filter-head-2 {
  text-align: right;
}

.hpi-badge-full {
  background: transparent url("/assets/img/listings/hpi-badge.png") repeat scroll 0 0/cover;
  color: #0fa8e3;
  font-size: 17px;
  font-weight: bold;
  height: 50px;
  text-align: center;
  width: 50px;
  padding-top: 10px;
  display: inline-block;
}

.hpi-badge {
  background-color: #0fa8e3;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bolder;
  height: 19px;
  margin-left: 4px;
  padding-top: 1px;
  text-align: center;
  width: 37px;
}

.listing-logo-size {
  max-width: 180px;
}

.listingpage-head {
  background: #0fa8e3 none repeat scroll 0 0;
}

.listingpage-overlay {
  background-color: rgba(47, 167, 222, 0.9);
  min-height: 300px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.listingpage-banner {
  min-height: 300px;
}

.listingpage-bannerholder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
}

.listingpage-content {
  padding-bottom: 25px;
}

.listingpage-banner h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  padding-top: 40px;
  text-align: left;
}

.listingpage-submenu .fa {
  margin-right: 5px;
}

.rating .fa {
  font-size: 22px;
}

.rating-num {
  margin-top: 0px;
  font-size: 54px;
}

/*.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; }
.rating-desc .col-md-3 {padding-right: 0px;}
.sr-only { margin-left: 5px;overflow: visible;clip: auto; }
*/
.listing-head {
  min-height: 220px;
}

.listing-logo {
  background-color: #ccc;
  /*margin-left: -15px;
    padding-bottom: 30px;
    padding-top: 30px;*/
}

.listing-profile {
  padding-top: 24px;
  min-height: 280px;
}

.listing-profile h2 {
  color: #666;
  font-weight: normal;
  margin-bottom: 22px;
}

.listing-profile p {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
}

.blue-icon {
  color: #0fa8e3;
  margin-right: 6px;
}

.red-icon {
  margin-right: 6px;
  color: #ff0000;
}

.orange-icon {
  margin-right: 6px;
  color: #ff8c00;
}

.lightorange-icon {
  margin-right: 6px;
  color: #FFCF41;
}

.lightgreen-icon {
  margin-right: 6px;
  color: #3BC483;
}

.green-icon {
  margin-right: 6px;
  color: #008000;
}

.blue-icon-lg {
  color: #0fa8e3;
  font-size: 22px;
  margin: 0;
}

.red-icon-lg {
  color: #ff0000;
  font-size: 22px;
  padding-top: 4px;
}

.hpi-icon {
  font-size: 55px;
  margin-left: 10px;
}

.rating-summary-outer {
  background-color: #0fa8e3;
  border-radius: 4px 4px 0px 0px;
  padding: 10px;
  padding-top: 18px;
  color: #fff;
  font-size: 36px;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  max-width: 360px;
}

.widget-sep {
  border-left: 1px solid #efefef;
  height: 120px;
  margin-left: -15px;
}

.rating-summary-subtotal {
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.rating-summary-total > span {
  font-size: 20px;
}

.breakdown-title {
  font-size: 12px;
  margin-bottom: 4px;
}

.rating-summary-totalstars {
  font-size: 26px;
}

.rating-summary-breakdown {
  background-color: #fff;
  border-radius: 0;
  height: 220px;
  padding: 10px;
  font-size: 14px;
  max-width: 360px;
}

.rating-hpi-holder {
  background-color: #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 10px;
  text-align: center;
  min-height: 240px;
}

.reviews-lastyr {
  font-size: 12px;
  margin-bottom: 12px;
  margin-left: 0px;
}

.progress-bar-success-dashboard {
  background-color: #0FA8E3 !important;
  background-image: none;
  font-family: 'Source Sans Pro', Geneva, Verdana, sans-serif;
}

.progress-bar {
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.15) inset !important;
}

.progress-dashboard {
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
  color: #666;
  font-family: "Source Sans Pro",Geneva,Verdana,sans-serif;
  font-size: 11px;
  font-weight: 300;
  height: 13px;
  line-height: 15px;
  margin-bottom: 15px !important;
  overflow: hidden;
  text-indent: 5px;
}

.review-totals > span {
  float: left;
  font-family: "Source Sans Pro",Geneva,Verdana,sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-right: 0px;
  width: 130px;
}

.star1 {
  color: #ff0000 !important;
}

.star2 {
  color: #ff8c00 !important;
}

.star3 {
  color: #FFCF41 !important;
}

.star4 {
  color: #3BC483 !important;
}

.star5 {
  color: #008000 !important;
}

.listing-widget-tab > li {
  float: left;
  margin-bottom: 0;
  border-bottom: 1px solid #efefef !important;
  background-color: #efefef !important;
}

.listing-widget-tab .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
  font-size: 10px;
  /* border: none !important; */
}

.listing-widget-tab > li, .listing-widget-tab > li > a:hover {
  color: #555;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  /* border-top: 3px solid #418bca; */
  border-bottom-color: transparent;
  cursor: default;
  font-size: 11px;
}

.listing-widget-tab > li.active > a, .listing-widget-tab > li.active > a:hover {
  color: #555;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  /* border-top: 3px solid #418bca; */
  border-bottom-color: transparent;
  cursor: default;
  /* margin-top: -2px; */
  font-size: 11px;
  padding: 7px 15px 0px 15px;
}

.listing-widget-tab > li > a {
  position: relative;
  display: block;
  padding: 6px 10px;
}

.listing-widget-tab > li.active {
  /* border-left: 1px solid #efefef; */
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #ffffff !important;
}

.row.featured-reviws {
  margin-bottom: 5px;
}

.sponsored {
  margin-left: 20px;
  background-color: #f4bb82 !important;
}

ul.nav.listing-widget-tab {
  margin-bottom: 15px;
}

.response-widget-left {
  font-size: 13px;
  margin-bottom: 12px;
  margin-left: 10px;
}

.response-widget-right {
  font-size: 13px;
  margin-bottom: 12px;
  margin-left: 10px;
}

.widget-footer {
  background-color: #efefef;
  border-radius: 0;
  height: 40px;
  padding: 10px;
  font-size: 10px;
  max-width: 360px;
}

.widget-hold {
  max-width: 100px;
  display: block;
  margin: -2px;
  padding: 0 0;
  float: right;
}

.widget-hold img {
  width: 100%;
  max-width: 100%;
}

.widget-hold-sml {
  max-width: 100px;
  display: block;
  padding: 0 0;
}

.widget-hold-sml img {
  width: 100%;
  max-width: 100%;
}

a.widget-link {
  color: #ffffff !important;
}

.hpi-value {
  color: #4db9e9;
  font-size: 37px;
  font-weight: 600;
  left: 38px;
  /* margin: 0 9px; */
  position: absolute;
  /* right: 0; */
  text-align: center;
  top: 30px;
  transition: all 0.2s linear 0s;
  /* width: 145px; */
  max-width: 145px !important;
}

.hpi-bg {
  max-width: 130px;
  /* margin-bottom: 10px; */
  background-color: #ffffff;
}

.widget-footer-logo {
  margin-top: 5px;
  margin-left: 15px;
}

img.event-image {
  margin-bottom: 20px;
}

.tbl-listing-head {
  background-color: #FFF;
  min-height: 240px;
}

.tbl-listing-head [class*="col-listing-"] {
  vertical-align: top;
}

.col-listing-1 {
  width: 22%;
  max-width: 180px;
}

.col-listing-2 {
  padding: 20px 15px 15px 20px;
}

.col-listing-3 {
  background-color: #F7F7F7;
  width: 230px;
}

.listing-menu {
  margin: 0;
  padding: 0;
}

.listing-menu li {
  border-top: 1px solid #F0F0F0;
}

.listing-menu li:first-child {
  border-top: none;
}

.listing-menu a, .listing-menu a:visited {
  display: block;
  padding: 10px 5px 10px 40px;
}

.listing-menu [class*="ico-listing-menu"]:before {
  color: #B7B8B9;
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  left: 10px;
  text-align: center;
}

.listing-menu .ico-listing-menu-write:before {
  content: '\f040';
}

.listing-menu .ico-listing-menu-follow:before {
  content: '\f02e';
}

.listing-menu .ico-listing-menu-recommend:before {
  content: '\f045';
}

.listing-menu .ico-listing-menu-contact:before {
  content: '\f095';
}

.listing-menu .ico-listing-menu-direction:before {
  content: '\f041';
}

.table-sm-listing-head {
  background-color: #FFF;
  width: auto;
}

.column-sm-listing-head:first-child {
  vertical-align: middle;
}

.listingpage-content h2 {
  color: white;
}

.listingpage-submenu {
  background-color: #ffffff !important;
  color: #666 !important;
  min-height: 35px;
  line-height: 35px;
}

.listingpage-submenu .btn-like {
  color: #fff !important;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  padding: 0 6px;
}

.listingpage-submenu .btn-like:hover {
  color: #efefef !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
}

.left-push {
  margin-left: 10px;
}

.white-bg {
  background-color: #fff;
  margin-left: 15px;
  width: 96.2%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#map {
  width: 100%;
  height: 400px;
}

.follow-logo-size {
  max-width: 115px;
  text-align: center;
}

.follow-name {
  font-size: 12px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 15px;
  padding-top: 6px;
}

.follow-padding {
  margin-top: 15px;
  min-height: 160px;
}

.avatar-text {
  text-align: center;
  font-size: 12px;
}

.share-spacer {
  float: left;
  line-height: 100%;
}

.grey-bg {
  background-color: #E0E0E0;
}

.white-bg > p {
  color: #666;
  font-size: 15px;
  font-weight: 300;
}

.thin-text > p {
  font-weight: 300 !important;
  color: #666;
  font-size: 15px;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: INDUSTRY */
/*---------------------------------------------------------------------------------------------*/
.table-sm-head-industry {
  min-height: 100px;
}

.table-sm-head-industry h2 {
  margin: 0;
  font-weight: 700;
}

.table-sm-head-industry strong {
  font-weight: 700;
}

.table-sm-head-industry [class*="column-sm-head-industry"] {
  vertical-align: middle;
  padding: 0;
}

.industry-card {
  background-color: #FFF;
  padding: 15px;
  font-size: 12px;
  margin: 0 0 15px 0;
  height: 257px;
}

.industry-card .industry-title {
  font-weight: 700;
}

.industry-card .rating {
  border: 1px solid #ccc;
  border-width: 1px 0;
  padding: 8px 0;
}

.industry-card .list-top {
  padding: 10px 0 5px;
}

.industry-card .list-top h5 {
  font-weight: 700;
  margin: 0 0 5px;
}

.industry-card .list-top ol {
  margin: 0;
  padding: 0px 0px 0px 12px;
}

.industry-card a, .industry-card a:visited, .industry-card a:focus {
  color: #25a8e2;
}

.industry-listing .listing {
  background-color: #FAFAFA;
  padding: 15px;
  margin: 15px 0;
}

.industry-listing .table-sm-head-corporate {
  min-height: 50px;
}

.industry-listing .table-sm-head-corporate [class*="column-sm-head-corporate"] {
  vertical-align: middle;
  text-align: center;
}

.industry-listing .table-sm-head-corporate .column-sm-head-corporate-brand {
  background-color: #FAFAFA;
  width: 50px;
}

.industry-listing .table-sm-head-corporate .column-sm-head-corporate-main {
  text-align: left;
}

.industry-listing .table-sm-business {
  width: auto;
  margin: 0;
}

.industry-listing .table-sm-business [class*="column-sm-business"] {
  border-left: 1px solid #efefef;
  min-width: 110px;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.industry-listing .table-sm-business [class*="column-sm-business"]:first-child {
  border-left: 0px solid #efefef;
}

.industry-listing .table-sm-business [class*="column-sm-business"] .value {
  font-size: 18px;
  font-weight: 700;
}

.industry-listing .table-sm-business [class*="column-sm-business"] .description {
  font-size: 10px;
}

.industry-listing .table-sm-business .column-sm-business {
  text-align: left;
  width: 50%;
}

.industry-listing .table-sm-business .column-sm-business .business-title {
  color: #777;
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
}

.industry-listing .table-sm-business .column-sm-business .business-category {
  font-size: 10px;
}

.industry-listing .table-sm-business .column-sm-business .business-rating {
  padding: 5px 0 0 0;
}

.industry-listing .table-sm-business .table-sm-rating .column-sm-rating-2 {
  font-size: 10px;
}

.industry-listing .table-sm-business .table-sm-rating .column-sm-rating-2 .review-total {
  color: #777;
}

.industry-listing .table-sm-business .column-sm-business-hpi .hpi-rating {
  color: #ff9400;
  font-size: 10px;
}

.industry-listing .table-sm-business .column-sm-business-more {
  padding: 0 0 0 20px;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: SEARCH */
/*---------------------------------------------------------------------------------------------*/
.table-search {
  background-color: #FFF;
  border-radius: 8px;
}

.table-search [class*="col-search-"] {
  vertical-align: middle;
}

.col-search-1 {
  background-color: #0FA8E3;
  border-radius: 8px 0 0 8px;
  color: #FFF;
  text-align: center;
  padding: 15px 0 20px;
  width: 257px;
}

.col-search-2 {
  padding: 20px;
}

.col-search-1 .search-result-count {
  font-size: 450%;
  font-weight: 900;
  line-height: 100%;
}

.col-search-1 .search-result-found {
  font-size: 200%;
  font-weight: 700;
}

.col-search-1 .search-result-small {
  font-size: 110%;
}

.col-search-1 .search-result-small i {
  font-size: 70%;
}

.table-search .form-tbl [class*="form-col-"] {
  margin: 0 0 15px 0;
}

.searchpage-head {
  background: #0fa8e3 none repeat scroll 0 0;
}

.searchpage-overlay {
  background-color: rgba(47, 167, 222, 0.9);
  min-height: 175px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.searchpage-banner {
  min-height: 175px;
}

.searchpage-banner h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  padding-top: 40px;
  text-align: left;
}

.searchpage-banner h1 span {
  font-size: 18px;
  font-weight: 100;
}

.searchpage-banner h2 {
  color: #fff;
  font-weight: 100;
  font-size: 24px;
}

.livechat-link {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 12px;
  height: 55px;
}

.livechat-img {
  width: 45px;
  float: left;
}

.livechat-name {
  width: 150px;
  float: left;
  font-size: 12px;
  overflow: hidden;
}

.livechat-name span {
  font-size: 10px;
}

.livechat-type {
  width: 60px;
  float: right;
  font-size: 11px;
  color: #999999;
  padding: 6px;
  background-color: #efefef;
  margin-right: 8px;
  text-align: center;
  border-radius: 4px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 15px;
  border-radius: 4px;
  /* width: 100% !important; */
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0FA8E3;
  border-color: #0FA8E3;
}

.well-search {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 30px;
  margin-top: 15px;
  min-height: 20px;
  padding: 19px;
  text-align: left;
  font-size: 14px;
}

.table-sm-head-search {
  min-height: 100px;
}

.table-sm-head-search h2 {
  margin: 0;
  font-weight: 400;
}

.table-sm-head-search strong {
  font-weight: 700;
}

.table-sm-head-search [class*="column-sm-head-search"] {
  vertical-align: middle;
  padding: 0;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: COMPARE */
/*---------------------------------------------------------------------------------------------*/
.panel-rules > .panel-heading {
  background-color: #0FA8E3;
  border-color: #0FA8E3;
  color: #fff;
  height: 55px;
  line-height: 55px;
}

.panel-body {
  padding: 15px;
  min-height: 180px;
}

.panel-rules h3 {
  font-size: 19px;
  font-weight: 400;
  margin-top: 7px;
}

.benchmark-holder > span {
  border-bottom: 1px solid #efefef;
  float: left;
  font-family: "Source Sans Pro",Geneva,Verdana,sans-serif;
  font-size: 13px;
  line-height: 5px;
  padding-bottom: 7px;
  width: 185px;
  text-align: left;
}

.progress-bar {
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.15) inset !important;
}

.progress-bar-active-org {
  background-color: #fc8453 !important;
  background-image: none;
  font-family: "Source Sans Pro",Geneva,Verdana,sans-serif;
}

.progress-values {
  color: #fc8453;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0;
  padding-left: 10px;
  text-align: left;
}

.progress {
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
  color: #666;
  font-family: "Source Sans Pro",Geneva,Verdana,sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 13px;
  line-height: 13px;
  margin-bottom: 20px !important;
  overflow: hidden;
  text-indent: 5px;
  text-align: left;
}

.progress-bar-success {
  background-color: #f2dfda !important;
  background-image: none;
  font-family: 'Source Sans Pro', Geneva, Verdana, sans-serif;
}

/*  TABLE : comparison */
/*------------------------------------*/
.table-xs-compare {
  background-color: #f9f9f9;
}

[class*="column-xs-compare"] ul {
  background-color: #efefef;
  font-weight: 300;
  margin: 0;
  padding: 0 5px 0 0;
  color: #666;
}

[class*="column-xs-compare"] li {
  line-height: 50px;
  border-bottom: 1px dashed #efefef;
}

[class*="column-xs-compare"] li:not(.lh):not(.lf) {
  background-color: #fff;
  border-right: 1px dashed #efefef;
}

[class*="column-xs-compare"] .lh {
  background-color: #efefef;
  border-right: 1px dashed #efefef;
  height: 140px;
  padding-top: 12px;
}

[class*="column-xs-compare"] .lf {
  background-color: #0FA8E3;
  border: medium none;
  height: 60px;
  padding-top: 10px;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 -19px 17px -21px rgba(90, 90, 90, 0.2) inset;
}

.column-xs-compare .lh {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  border-radius: 7px 7px 0 0;
  box-shadow: 0 -19px 17px -21px rgba(90, 90, 90, 0.2) inset;
}

.column-xs-compare-desc {
  font-weight: 300;
  width: 30%;
}

.column-xs-compare-desc li:not(.lh):not(.lf) {
  background-color: #ffffff;
  text-align: left;
  padding-left: 25px;
}

.column-xs-compare-desc .lf {
  background-color: #0FA8E3;
  height: 60px;
}

.column-xs-compare-desc .lf {
  height: 60px;
  background-color: #efefef;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 transparent inset;
}

[class*="btn-compare"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

.breakdown {
  height: 170px;
}

.compare-review-height {
  height: 30px;
  text-align: left;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.compare-review-spacer {
  float: left;
  height: 30px;
  padding-left: 0px;
  padding-right: 15px;
  text-align: right;
  width: 115px;
}

.breakdown-convert {
  height: 145px;
}

.compare-conversion-height {
  height: 30px;
  text-align: left;
}

.compare-conversion-height-det {
  height: 30px;
  text-align: left;
  text-indent: 26px;
  font-weight: 100;
}

.compare-conversion-height-center {
  height: 30px;
  text-align: center;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: REVIEW */
/*---------------------------------------------------------------------------------------------*/
.table-xs-rev-splash {
  background-image: url(/assets/img/2016/bg-review.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #FFF;
}

.table-xs-rev-splash .column-xs-splash {
  background-color: rgba(63, 169, 245, 0.1);
  vertical-align: middle;
  height: 250px;
  padding: 2rem 0;
}

.table-xs-rev-splash .rs-title {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 130%;
  margin: 0 0 20px 0;
}

.table-xs-rev-splash .rs-content {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 130%;
}

.table-xs-rev-splash .lp-value {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 40px;
  margin: 0 10px;
  text-align: center;
}

.table-xs-rev-splash .lp-value:before {
  content: url(/assets/img/2016/icon/shield-lp.svg);
  display: inline-block;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: -5px;
  left: 0;
}

.hp-step-main {
  background-color: #FFF;
  padding: 2.5rem 2.5rem 1.5rem;
}

.hp-step-main .table-md-step [class*="column-md-step"] {
  font-weight: 700;
  height: 55px;
  padding-left: 70px;
  position: relative;
  vertical-align: middle;
}

.hp-step-main .table-md-step [class*="column-md-step"] span {
  display: inline-block;
  float: right;
  margin: 0 6%;
  padding: 9px 0;
  width: 45%;
  position: relative;
}

.hp-step-main .table-md-step [class*="column-md-step"] span:before {
  content: '';
  border-top: 1px dashed #666;
  display: block;
  width: 100%;
  height: 1px;
}

.hp-step-main .table-md-step [class*="column-md-step"] span:after {
  content: '\f0da';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0px;
  left: 101%;
}

.hp-step-main .table-md-step .column-md-step-1:before {
  content: '1';
}

.hp-step-main .table-md-step .column-md-step-2:before {
  content: '2';
}

.hp-step-main .table-md-step .column-md-step-3 {
  width: 210px;
}

.hp-step-main .table-md-step .column-md-step-3:before {
  content: '3';
}

.hp-step-main .table-md-step [class*="step-"]:before {
  background-color: rgba(63, 169, 245, 0.3);
  border-radius: 50%;
  color: #FFF;
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  width: 55px;
  height: 55px;
  text-align: center;
  padding: 0px 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.hp-step-main .table-md-step [class*="step-"]:after {
  content: 'STEP';
  color: rgba(63, 169, 245, 0.3);
  position: absolute;
  width: auto;
  top: -1.5rem;
  left: .7rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.hp-step-main .table-md-step .step-1:before {
  background-color: #39b54a;
}

.hp-step-main .table-md-step .step-1:after {
  color: #39b54a;
}

.review-form-card .row {
  margin-right: -30px;
  margin-left: -30px;
}

.review-form-card [class*="col-xs-"], .review-form-card [class*="col-sm-"], .review-form-card [class*="col-md-"], .review-form-card [class*="col-lg-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.review-form-card .rfc-title {
  color: #3fa9f5;
  background-color: rgba(63, 169, 245, 0.3);
  display: inline-block;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 20px;
  margin: 0;
}

.review-form-card .rfc-main {
  background-color: #FFF;
  min-height: 90px;
  padding: 1.5rem 2.5rem;
}

.review-form-card .rfc-tip {
  background-color: rgba(63, 169, 245, 0.3);
  color: #FFF;
  font-size: 95%;
  min-height: 90px;
  padding: 15px;
  position: relative;
}

.review-form-card .rfc-tip:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 18px solid rgba(63, 169, 245, 0.3);
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 1rem;
  right: 100%;
}

.review-form-card .rfc-tip h4 {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2rem;
}

.review-form-card .rfc-tip .tip-title {
  margin-top: 0;
  padding: 0 0 0 20px;
  position: relative;
}

.review-form-card .rfc-tip .tip-title:before {
  color: #FFF;
  content: '\f05a';
  font-family: 'FontAwesome';
  position: absolute;
  top: 1px;
  left: 0;
}

.review-form-card .rfc-button-group {
  margin-top: 30px;
  text-align: right;
}

.review-thanks {
  text-align: center;
}

.review-thanks .rt-message {
  color: #39b54a;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 0 0 115px;
  position: relative;
  width: auto;
}

.review-thanks .rt-message:before {
  background-color: #39b54a;
  border-radius: 50%;
  color: #FFF;
  content: '\f00c';
  display: block;
  font-family: 'FontAwesome';
  font-size: 3rem;
  font-weight: 700;
  width: 85px;
  height: 85px;
  text-align: center;
  padding: 9px 10px;
  position: absolute;
  top: -17px;
  left: 0;
}

.review-thanks .rt-review {
  max-width: 500px;
  margin: 0 auto;
}

.review-thanks .rt-button-group {
  margin: 0 -15px;
}

.review-thanks .rt-button-group [class*="btns-"] {
  margin: 0 15px;
}

.other-reviews-main {
  background-color: #FFF;
  padding: 50px 15px;
}

.other-reviews-main h2 {
  font-size: 240%;
  margin: 0;
  text-align: center;
}

.other-reviews-main .or-content .reviewed-card {
  margin-top: 30px;
}

.reviewpage-head {
  background: #0fa8e3 none repeat scroll 0 0;
}

.reviewpage-overlay {
  background-color: rgba(77, 77, 77, 0.85) !important;
  min-height: 115px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.reviewpage-banner {
  min-height: 115px;
}

.reviewpage-bannerholder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
}

.reviewpage-content {
  padding-bottom: 25px;
}

.reviewpage-banner h1 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  padding-top: 40px;
  text-align: center;
}

.review-image {
  max-width: 380px;
  width: 100%;
}

.review-section-spacer {
  margin-bottom: 35px;
}

.review-section-head {
  background-color: #0FA8E3;
  height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.review-section-head span {
  line-height: 45px;
  padding-left: 10px;
}

.review-section-head::before {
  border-color: #0FA8E3 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: " ";
  height: 0;
  left: 43px;
  position: absolute;
  top: 45px;
  width: 0;
}

.review-supercharge-head {
  background-color: #FF9400;
  height: 45px;
  color: #fff;
  font-size: 16px;
}

.review-supercharge-head span {
  line-height: 45px;
  padding-left: 10px;
}

.review-supercharge-head::before {
  border-color: #FF9400 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: " ";
  height: 0;
  left: 43px;
  position: absolute;
  top: 45px;
  width: 0;
}

.review-author-head {
  background-color: #3BC483;
  height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.review-author-head span {
  line-height: 45px;
  padding-left: 10px;
}

.review-author-head::before {
  border-color: #3BC483 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: " ";
  height: 0;
  left: 43px;
  position: absolute;
  top: 45px;
  width: 0;
}

.review-hpi-display {
  background-color: #3298bd;
  padding: 11px;
}

.review-section-details {
  background-color: #fff;
  color: #999;
  min-height: 100px;
  padding: 15px 10px;
}

.review-section-item {
  border-bottom: 1px dotted #999;
  font-size: 13px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: normal;
  color: #666;
}

.review-section-bold {
  border-bottom: 1px dotted #999;
  color: #0fa8e3;
  font-size: 13px;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dcf1f9;
}

.review-section-item-last {
  color: #666;
  font-size: 13px;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.review-section-item-subsection {
  border-bottom: 1px dotted #999;
  border-top: 2px solid #0fa8e3;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 40px;
}

.logo-image {
  max-width: 115px;
}

.page-review-title-col-1, .page-review-title-col-2 {
  vertical-align: top;
}

.page-review-title-col-1 {
  width: 55px;
}

.page-review-title-col-2 {
  padding-left: 20px;
}

.page-review-title-image {
  min-height: 55px;
  margin: 0 0 5px 0;
}

.page-review-title {
  color: #0fa8e3;
  font-family: "Source Sans Pro",Geneva,Verdana,sans-serif;
  font-weight: 300;
  line-height: 76%;
}

.page-review-title .title-label {
  color: #666;
}

.page-review-title .title-label-link {
  color: #0FA8E3;
}

.page-review-subline {
  font-size: 90%;
}

.page-review-subline:before {
  color: #0FA8E3;
  content: '\f007';
  display: block;
  float: left;
  font-family: 'FontAwesome';
  font-size: 120%;
  margin: -3px 0 0 0;
  padding: 0 10px 0 0;
}

.page-review-post {
  background-color: #FFF;
  position: relative;
}

.page-review-post:before {
  content: '';
  border-color: transparent transparent #FFF transparent;
  border-style: solid;
  border-width: 0 10px 10px;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 70px;
}

.page-review-post .page-review-content {
  padding: 15px 15px 15px 65px;
  position: relative;
  text-align: justify;
  min-height: 215px;
}

.page-review-post .page-review-content:before, .page-review-post .page-review-content:after {
  color: #E8E8E8;
  display: block;
  font-family: 'FontAwesome';
  font-size: 380%;
  line-height: 90%;
  position: absolute;
}

.page-review-post .page-review-content:before {
  content: '\f10d';
  top: 10px;
  left: -3px;
}

.page-review-post .page-review-content:after {
  content: '\f10e';
  bottom: 10px;
  right: -3px;
}

/* to overide the default post footer styling */
.page-review-post .review-post-footer {
  height: 40px;
}

.page-review-post .review-post-footer [class^="-ico-"] {
  margin: 0 0 0 30px !important;
  position: relative;
}

.page-review-post .review-post-footer [class^="-ico-"]::before {
  color: #0fa8e3;
  font-family: "FontAwesome";
  font-size: 180%;
  height: 15px;
  left: -27px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.2s linear 0s;
  width: 15px;
}

.review-comment {
  /* margin-left: -7px;  */
  /* margin-right: -7px; */
}

.review-org-name {
  color: #0FA8E3 !important;
}

.review-comment .review-comment-image {
  min-height: 70px;
}

.review-comment .post-date {
  color: #888;
  font-size: 10px;
}

.review-comment .post-time {
  color: #B8B8B8;
  font-size: 10px;
  font-style: italic;
  margin: 0 0 15px 0;
}

.review-comment .page-review-copy {
  background: #FFF;
  min-height: 160px;
  padding: 15px 20px;
  text-align: left !important;
}

.review-comment .page-review-copy h5 {
  color: #0fa8e3;
  position: relative;
  font-weight: normal;
}

.review-comment .page-review-copy [class*="ico-respond-company-"]:before {
  position: absolute;
  top: 2px;
  left: 0px;
}

.private-msg-head {
  color: #666 !important;
  position: relative;
}

.review-comment-col-2:before {
  content: '';
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 20px;
  left: 0;
}

[class*="review-comment-private-col-"]:before {
  content: '';
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  top: 20px;
}

.review-comment-private-col-2:before {
  border-color: transparent #e0e2e0 transparent transparent;
  border-width: 15px 15px 15px 0;
  left: 0;
}

.comment-right .review-comment-col-1 {
  left: 83.33333333%;
}

.comment-right .review-comment-col-2 {
  right: 16.66666667%;
}

.comment-right .review-comment-col-2:before {
  content: '';
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  width: 0;
  height: 0;
  position: absolute;
  top: 20px;
  left: initial;
  right: 0px;
}

.comment-right .review-comment-private-col-2 {
  right: 16.66666667%;
}

.comment-right .review-comment-private-col-2:before {
  border-color: transparent transparent transparent #e0e2e0;
  border-width: 15px 0 15px 15px;
  left: auto;
  right: 0;
}

.comment-right [class*="ico-respond-company-"]:before {
  display: none;
}

.review-comment-notification {
  background-color: #ccdfe8;
  color: #666;
  margin-bottom: 30px;
  padding: 20px 20px 7px;
  text-align: center;
  width: 82.5%;
  margin-left: 17.5%;
}

[class*="review-rate-"] {
  color: #00B56F;
  display: inline-block;
  font-size: 170%;
  margin: 0 10px 0 5px;
  position: relative;
}

.review-rate-1 {
  color: #E1050B;
}

.review-rate-2 {
  color: #F3773C;
}

.review-rate-3 {
  color: #F0A226;
}

.review-rate-4 {
  color: #3BC382;
}

.review-rate-5 {
  color: #008000;
}

.review-rate-1 .review-rate-value {
  border: 1px solid #E1050B;
  color: #E1050B;
}

.review-rate-2 .review-rate-value {
  border: 1px solid #F3773C;
  color: #F3773C;
}

.review-rate-3 .review-rate-value {
  border: 1px solid #F0A226;
  color: #F0A226;
}

.review-rate-4 .review-rate-value {
  border: 1px solid #3BC382;
  color: #3BC382;
}

.review-rate-5 .review-rate-value {
  border: 1px solid #008000;
  color: #008000;
}

.review-rate-value {
  background-color: rgba(250, 250, 250, 0.8);
  border-radius: 50%;
  bottom: -7px;
  display: block;
  font-size: 60%;
  height: 20px;
  line-height: 18px;
  position: absolute;
  right: -14px;
  text-align: center;
  width: 20px;
}

.review-comment-notification .post-rating-emoticon {
  display: inline-block;
  margin: -3px 8px 0 0;
  width: 44px;
  height: 37px;
}

.review-comment-notification .post-rating-emoticon img {
  margin-top: -12px;
}

.review-single-image {
  max-width: 80px;
}

.review-rating-stars {
  width: 100%;
  margin-bottom: 30px;
  text-align: right;
}

.review-description-holder {
  margin-bottom: 30px;
  width: 93%;
}

.review-description-holder > p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.review-sidebar-image {
  max-width: 60px;
}

.sidebar-stars {
  float: right;
  text-align: right;
  width: 90%;
}

.sidebar-stars span {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

.sidebar-stars a {
  color: #999 !important;
}

.sidebar-stars h3 {
  margin-left: 0 !important;
}

.sidebar-reviews-overflow {
  height: 405px;
  overflow: hidden;
}

.live-review-button {
  margin-top: 12px;
  text-align: center;
  width: 100%;
  z-index: -10;
}

.review-single-section-details {
  background-color: #fff;
  color: #999;
  min-height: 480px;
  padding: 15px 10px;
}

.link-icons {
  color: #0FA8E3;
  font-size: 24px;
}

.link-icons a {
  color: #0FA8E3;
}

.image_form-single, .location_form-single {
  float: left;
  /*width: 290px;*/
  width: calc(100% - 40px);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.review-org-name {
  color: #0FA8E3;
  font-size: 14px;
}

.customer.share {
  font-size: 40px;
  color: #0FA8E3;
}

.customer.orgshare {
  color: #0fa8e3;
  font-size: 40px;
}

.share-links-show {
  float: left;
  margin-right: 20px;
}

.share-message {
  height: 90px !important;
}

.reviewpagethx-overlay {
  background-color: rgba(77, 77, 77, 0.85) !important;
  min-height: 115px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.reviewpagereport-overlay {
  background-color: rgba(255, 0, 0, 0.7);
  min-height: 115px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.private-msg {
  background-color: #E0E2E0 !important;
}

.review-message-details {
  background-color: #fff;
  color: #999;
  min-height: 270px;
  padding: 15px 10px;
}

.review-message-head {
  background-color: #FF9400;
  height: 45px;
  color: #fff;
  font-size: 16px;
}

.review-message-head span {
  line-height: 45px;
  padding-left: 10px;
}

.review-message-head::before {
  border-color: #FF9400 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: " ";
  height: 0;
  left: 43px;
  position: absolute;
  top: 45px;
  width: 0;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: NEWS */
/*---------------------------------------------------------------------------------------------*/
.reviewpage-head h2 {
  color: #fff;
  text-align: center;
}

.reviewpage-head h2 a {
  color: #fff;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: PROFILE */
/*---------------------------------------------------------------------------------------------*/
.profilepage-head {
  background: #0fa8e3 none repeat scroll 0 0;
}

.profilepage-overlay {
  background-color: rgba(77, 77, 77, 0.85) !important;
  min-height: 115px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.profilepage-banner {
  min-height: 122px;
}

.profilepage-bannerholder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
}

.profilepage-content {
  padding-bottom: 25px;
}

.profilepage-banner h1 {
  color: #fff;
  font-size: 40px;
  padding-top: 40px;
  text-align: center;
}

.profile-inner-holder {
  padding: 20px;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: NEWS */
/*---------------------------------------------------------------------------------------------*/
.article-image {
  max-width: 90px;
}

.article-post-content {
  border-bottom: 1px dotted #999;
  height: 95px;
  margin-bottom: 20px;
  overflow: hidden;
}

.article-post-content h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-left: 15px;
  font-weight: normal;
}

.article-post-content p {
  font-size: 12px;
  margin-left: 15px;
}

.post-stars {
  height: 35px;
}

img.article-image-lrg {
  width: 710px;
  margin-bottom: 30px;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: FEATURED */
/*---------------------------------------------------------------------------------------------*/
ul.static-menu li {
  display: inline-block;
}

ul.static-menu li.active {
  background-color: #efefef;
  color: #666 !important;
}

ul.static-menu li.active a {
  color: #666 !important;
}

.static-menu > li {
  font-size: 14px;
}

.static-menu > li a, .static-menu > li a:focus {
  color: #fff !important;
  display: block;
  padding: 0 15px;
  font-weight: normal;
}

.static-menu > li a:hover {
  background-color: #efefef !important;
  color: #666 !important;
}

.static-menu > li:hover {
  display: inline-block;
}

/*---------------------------------------------------------------------------------------------*/
/*  PAGE: FEATURED */
/*---------------------------------------------------------------------------------------------*/
/*  Section Main */
/*-------------------------------*/
[id*="main-section"] {
  height: 400px;
  min-height: 400px;
  overflow: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*  overwrite default styles above */
[id*="main-section"]:nth-child(even) {
  background-color: #fff;
}

/*  overwrite odd/even AND default styles above */
/*-----------------*/
#main-section-1 {
  height: 50%;
}

#main-section-2 {
  height: 70%;
}

#main-section-3 {
  height: 70%;
}

#main-section-4 {
  height: 50%;
}

[class*="alternate-section"] {
  text-align: left;
}

/* ------------------------------------------------------ */
@media only screen and (min-width: 992px) {
  /* ------------------------------------------------------ */
  /* content left */
  [class*="alternate-section-left"]:nth-child(odd) > .column-xs-vcenter > .container > .row > [class*="col-md"]:first-child {
    left: 66.66666667%;
  }
  [class*="alternate-section-left"]:nth-child(odd) > .column-xs-vcenter > .container > .row > [class*="col-md"]:nth-child(2) {
    right: 33.33333333%;
  }
  /* content right */
  [class*="alternate-section-right"]:nth-child(even) > .column-xs-vcenter > .container > .row > [class*="col-md"]:first-child {
    left: 66.66666667%;
  }
  [class*="alternate-section-right"]:nth-child(even) > .column-xs-vcenter > .container > .row > [class*="col-md"]:nth-child(2) {
    right: 33.33333333%;
  }
  /* ------------------------------------------------------ */
}

/* ------------------------------------------------------ */
/*  Section Middle/Center */
/*-------------------------------*/
.column-xs-vcenter {
  background-color: transparent;
  vertical-align: middle;
  min-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

/*  Section Main : Content Styles */
/*-------------------------------*/
[id*="main-section"] h1 {
  font-size: 60px;
  font-weight: 100;
  color: #0fa8e3;
}

[id*="main-section"] h2 {
  font-size: 40px;
}

[id*="main-section"] p {
  color: #666;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

/*  Section Content Display Table */
/*-------------------------------*/
/* */
.section-copy {
  margin-top: 30px;
  margin-bottom: 30px;
}

.copy-images {
  border-radius: 50%;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}

.copy-images img {
  width: 100%;
}

[class*="col-steps"] {
  text-align: center;
}

.col-steps .copy-images {
  width: 65%;
  max-width: 300px;
  margin: 0 auto;
}

.col-steps .col-steps-copy {
  margin: 20px auto;
  width: 80%;
  max-width: 600px;
}

.text-split {
  display: inline-block;
  padding: 0 15px;
}

.tab-bullets {
  display: inline-block;
}

.tab-bullets > li {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  list-style-type: circle;
  text-align: left;
  color: #666;
}

/* ****************************************************** ----- TEMPLATE PAGES END */
/*
	============================================================================================================================================
																	HOME
	============================================================================================================================================
*/
.subpage-head {
  background: #0fa8e3 none repeat scroll 0 0;
}

.subpage-overlay {
  background-color: rgba(77, 77, 77, 0.85) !important;
  height: 238px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.subpage-banner {
  height: 238px !important;
}

.subpage-bannerholder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
}

.subpage-banner h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  padding-left: 15px;
  padding-top: 65px;
  text-align: left;
}

.subpage-content .nav > li > a {
  display: block;
  padding: 5px 10px;
  position: relative;
  color: #fff;
}

.subpage-content .nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #efefef;
  color: #0FA8E3;
}

.subpage-content .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #fff;
  color: #0FA8E3;
}

.table-xs-splash {
  background-image: url(/assets/img/hellopeter-home-image.jpg);
  background-repeat: no-repeat;
  background-position: 50% 38%;
  background-size: cover;
  color: #FFF;
  padding: 2rem 0;
}

.table-xs-splash .column-xs-splash {
  vertical-align: middle;
  height: 300px;
}

.table-xs-splash .splash-title {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 130%;
  margin: 0 0 20px 0;
}

.table-xs-splash .splash-content {
  padding: 11px 0;
}

.strip-cta {
  background-color: #FFF;
  padding: 2rem 0;
}

.strip-cta [class*="column-sm-strip"] {
  vertical-align: middle;
}

.user-action {
  margin: 0 0 0 6rem;
  max-width: 500px;
  position: relative;
}

.user-action:before {
  color: #ff9400;
  content: '\f005';
  font-family: 'FontAwesome';
  font-size: 4rem;
  line-height: 100%;
  position: absolute;
  left: -6rem;
  top: 0;
}

.user-action .action-title {
  color: #333;
  font-size: 2rem;
  font-weight: 300;
  line-height: 130%;
  margin: 0 0 20px 0;
}

.user-action .btns-1-action-signup {
  font-weight: 800;
}

.user-action .action-content {
  margin: 1rem 0 0 0;
}

.user-action .lnk-cta-login {
  font-weight: 800;
}

.testimonial-main {
  background-color: #25a8e2;
  border-radius: 9px;
  color: #FFF;
  padding: 1rem;
  transform: perspective(770px) rotateY(-25deg);
  perspective-origin: 100% 100%;
  width: 400px;
  max-width: 400px;
  margin: -3.5rem 0 0 auto;
}

.testimonial-main .testimonial-skew {
  transform: perspective(-770px) rotateY(30deg);
  perspective-origin: 100% 100%;
}

.testimonial-main .test-content {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 1.4rem;
  height: 90px;
  margin: 1rem 0 0.6rem;
  padding: 1rem 0 0;
}

.testimonial-main .test-author {
  text-align: right;
}

.testimonial-main [class*="testimonial-card"] .charged {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 2rem 0 0;
}

.testimonial-main [class*="testimonial-card"] .charged:before {
  color: #ff9400;
  content: '\f0e7';
  font-family: 'FontAwesome';
  font-size: 2.2rem;
  position: absolute;
  right: 0;
  top: -50%;
}

.testimonial-main [class*="testimonial-card"] .charged:after {
  content: 'supercharged';
  color: #FFF;
  font-size: .7rem;
}

.testimonial-main .testimonial-card-0 .charged {
  display: none;
}

#carousel-testimonials {
  width: 100%;
  margin: 0;
}

#carousel-testimonials a, #carousel-testimonials a:visited, #carousel-testimonials a:focus {
  color: #FFF;
}

#carousel-testimonials .controls {
  text-align: right;
  margin: 10px 0 0 0;
}

#carousel-testimonials .controls .left {
  margin: 0 15px 0 0;
}

#carousel-testimonials .controls .right {
  margin: 0 0 0 15px;
}

.table-md-cta {
  width: auto;
}

.table-md-cta [class*="column-md-cta"] {
  color: #FFF;
  padding: 15px;
}

.table-md-cta [class*="column-md-cta"] .cta-main-title {
  color: #FFF;
  font-weight: 500;
}

.table-md-cta [class*="column-md-cta"] .cta-main-copy {
  min-height: 80px;
}

.table-md-cta [class*="column-md-cta"] .btns-3-cta-action {
  margin: 20px 0 0 0;
}

.table-md-cta .column-md-cta-well {
  width: 30px !important;
}

.table-md-cta .column-md-cta-compare {
  background-color: #8fc03d;
}

.table-md-cta .column-md-cta-review {
  background-color: #fcb811;
}

.table-md-cta .column-md-cta-reward {
  background-color: gray;
}

@media only screen and (min-width: 992px) {
  .table-md-cta [class*="column-md-cta"] {
    width: 31.5%;
  }
}

.hp-week-heading {
  color: #25a8e2;
  font-weight: 500;
}

.hp-week-lead {
  margin: 0 0 1rem;
}

.hp-week-tabmenu {
  border-bottom: 1px solid #25a8e2;
}

.hp-week-tabmenu > li {
  border-left: 1px solid #E9E9E9;
}

.hp-week-tabmenu > li:first-of-type {
  border-left: none;
}

.hp-week-tabmenu > li > a, .hp-week-tabmenu > li > a:visited, .hp-week-tabmenu > li > a:focus {
  border-bottom: 2px solid transparent;
}

.hp-week-tabmenu > li > a:hover {
  border-bottom: 2px solid #25a8e2;
}

.hp-week-tabmenu > li.active > a, .hp-week-tabmenu > li.active > a:visited, .hp-week-tabmenu > li.active > a:focus {
  border-bottom: 2px solid #25a8e2;
}

.hp-week-tabcontent [class*="hpw-panel"] {
  padding: 1rem;
}

.hp-week-tabcontent [class*="hpw-panel"] .reviewed-card {
  border: 2px solid #D8E2E7;
  padding: .6rem;
  margin: 1.5rem 0 0.5rem;
  position: relative;
}

.hp-week-tabcontent [class*="hpw-panel"] .reviewed-card:before, .hp-week-tabcontent [class*="hpw-panel"] .reviewed-card:after {
  border-top: 12px solid #D8E2E7;
  border-right: 20px solid transparent;
  content: '';
  width: 0;
  position: absolute;
  top: 100%;
  left: -2px;
}

.hp-week-tabcontent [class*="hpw-panel"] .reviewed-card:after {
  border-top: 8px solid #FFF;
  border-right: 14px solid transparent;
  left: 0px;
}

.hp-week-tabcontent [class*="hpw-panel"] [class*="column-xs-viewed"] {
  vertical-align: middle;
}

.hp-week-tabcontent [class*="hpw-panel"] .column-xs-viewed-1 {
  border-right: 1px solid #D8E2E7;
  padding-right: 1rem;
}

.hp-week-tabcontent [class*="hpw-panel"] .column-xs-viewed-2 {
  padding-left: 1rem;
  width: 153px;
}

.hp-week-tabcontent [class*="hpw-panel"] .viewed-content .card-content-business {
  color: #25a8e2;
  font-weight: 500;
  text-transform: uppercase;
}

.hp-week-tabcontent [class*="hpw-panel"] .viewed-content .card-content-business > a, .hp-week-tabcontent [class*="hpw-panel"] .viewed-content .card-content-business > a:visited, .hp-week-tabcontent [class*="hpw-panel"] .viewed-content .card-content-business > a:focus {
  color: #25a8e2;
}

.hp-week-tabcontent [class*="hpw-panel"] .viewed-content .card-content-title {
  color: #666;
  font-size: 1.1rem;
  height: 50px;
}

.hp-week-tabcontent [class*="hpw-panel"] .table-xs-usercard {
  width: 8.6rem;
}

.hp-week-tabcontent [class*="hpw-panel"] .table-xs-usercard .column-xs-usercard-1 {
  width: 62px;
}

.hp-week-tabcontent .hpw-panel-viewed {
  padding: 0;
}

.hp-week-tabcontent .hpw-panel-top {
  padding: 0;
}

.table-xs-strip-write {
  background-image: url("/assets/img/2016/bg-review.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.table-xs-strip-write .column-xs-strip {
  background-color: rgba(63, 169, 245, 0.1);
  vertical-align: middle;
  padding: 20px 0;
  height: 230px;
}

.table-xs-strip-write .strip-write-main {
  max-width: 840px;
  margin: 0 auto;
}

.table-xs-strip-write .write-title {
  color: #FFF;
  font-size: 2rem;
  font-weight: 800;
  line-height: 100%;
  margin: 0 0 1.3rem;
}

.table-xs-strip-write .table-md-wr [class*="column-md-wr"] {
  margin-bottom: 8px;
}

.table-xs-strip-write .table-md-wr [class*="column-md-wr"] .control {
  height: 42px;
}

.table-xs-strip-write .table-md-wr .column-md-wr-action {
  width: 135px;
}

.table-xs-strip-write .table-md-wr .column-md-wr-action [class*="btns-"] {
  font-weight: 800;
  font-size: 1rem !important;
}

@media only screen and (min-width: 992px) {
  .table-xs-strip-write .table-md-wr [class*="column-md-wr"] {
    margin-bottom: 0px;
    padding-left: 10px;
  }
  .table-xs-strip-write .table-md-wr .column-md-wr-search, .table-xs-strip-write .table-md-wr .column-md-wr-rating {
    width: 50%;
  }
  .table-xs-strip-write .table-md-wr .column-md-wr-search {
    padding-left: 0px;
  }
}

.table-xs-strip-write .table-xs-rate-control {
  background: #FFF;
  border: 1px solid #efefef;
  height: 36px;
}

.table-xs-strip-write .table-xs-rate-control [class*="column-xs-rate"] {
  vertical-align: middle;
  padding: 0 15px;
}

.explore-main-title {
  color: #333;
  font-size: 2rem;
  margin: 0 0 1rem 0;
}

.explore-main-tab {
  background-color: #FFF;
}

.explore-tabmenu {
  border-bottom: 1px solid #666666;
}

.explore-tabmenu > li {
  border-left: 1px solid #E9E9E9;
}

.explore-tabmenu > li:first-of-type {
  border-left: none;
}

.explore-tabmenu > li > a, .explore-tabmenu > li > a:visited, .explore-tabmenu > li > a:focus {
  border-bottom: 2px solid transparent;
}

.explore-tabmenu > li > a:hover {
  border-bottom: 2px solid #666666;
}

.explore-tabmenu > li.active > a, .explore-tabmenu > li.active > a:visited, .explore-tabmenu > li.active > a:focus {
  border-bottom: 2px solid #666666;
}

@media only screen and (min-width: 768px) {
  .explore-tabcontent .table-sm-panel .column-sm-panel-cta {
    padding-left: 30px;
    width: 290px;
  }
}

.explore-tabcontent [class*="explore-panel"] {
  padding: 1rem;
}

.bpost-main {
  height: 80px;
  margin: .5rem 0;
  padding: 0 0 0 0.5rem;
}

.bpost-main .bpost-title {
  color: #31b744;
  font-size: .8rem;
  font-weight: 800;
  line-height: 100%;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

/*
	============================================================================================================================================
																	PERSONAL
	============================================================================================================================================
*/
/* Main carousel style */
.carousel {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

/* Indicators list style */
.article-slide .carousel-indicators {
  bottom: 0;
  left: 0;
  margin-left: 42px;
  width: 100%;
}

/* Indicators list style */
.article-slide .carousel-indicators li {
  border: medium none;
  border-radius: 0;
  float: left;
  height: 54px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 100px;
}

/* Indicators images style */
.article-slide .carousel-indicators img {
  border: 2px solid #FFF;
  float: left;
  height: 54px;
  left: 0;
  width: 100px;
}

/* Indicators active image style */
.article-slide .carousel-indicators .active img {
  border: 2px solid #428BCA;
  opacity: 0.7;
}

#main-section-blue {
  background-color: #0fa8e3;
  color: #fff;
  height: 200px;
  min-height: 200px !important;
}

#main-section-blue .column-xs-vcenter {
  min-height: 200px;
}

#main-section-white {
  background-color: #fff;
}

#main-section-grey {
  background-color: #333;
  color: #fff;
  height: 200px;
  min-height: 200px !important;
}

#main-section-placement p {
  font-size: 14px;
  line-height: 20px;
}

#main-section-onboard {
  height: 100px;
  min-height: 100px !important;
}

#main-section-onboardform {
  text-align: left;
}

#main-section-onboard .column-xs-vcenter {
  min-height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#main-section-onboardpayment {
  height: 100px;
  min-height: 100px !important;
}

#main-section-onboardpaymentform {
  text-align: left;
}

#main-section-onboardpayment .column-xs-vcenter {
  min-height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#main-section-onboardlogos {
  height: 100px;
  min-height: 100px !important;
}

#main-section-onboardlogos .column-xs-vcenter {
  min-height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#main-section-onboardlogos .carousel {
  width: 100%;
}

.well-white {
  background-color: #efefef;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}

.well-whiter {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}

#main-section-onboard h1 {
  color: #0fa8e3;
}

#main-section-onboard .lead {
  color: #666;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 20px;
}

.well-white legend {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #0fa8e3;
  display: block;
  font-size: 21px;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0 0 12px;
  width: 100%;
  text-align: left;
}

.onboard-h1 {
  color: #0fa8e3;
  font-size: 26px !important;
  font-weight: 300;
}

.onboard-steps {
  color: #666;
  font-size: 13px;
  margin-top: 6px;
}

.onboard-steps3 {
  color: #fff;
  font-size: 13px;
  margin-top: 13px;
  margin-right: 12px;
}

.onboard-faq > li {
  font-weight: 300;
  margin-bottom: 25px;
  color: #666;
}

.onboard-legal {
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: right;
  margin-top: 12px;
}

#main-section-onboardlogos .thumbnail {
  height: 115px;
  width: 115px;
  color: #666;
}

#main-section-onboardlogos h3 {
  color: #ff9400;
  font-size: 26px;
  margin-top: 30px;
  font-weight: 300;
}

.clickable {
  cursor: pointer;
}

.panel-heading span {
  margin-top: -23px;
  font-size: 15px;
  margin-right: -9px;
}

#main-section-packagehead {
  height: 100px;
  min-height: 100px !important;
}

#main-section-packagehead .column-xs-vcenter {
  min-height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#main-section-packagehead .panel > .panel-heading::after,
#main-section-packagehead .panel > .panel-heading::before {
  content: none;
}

#main-section-packagehead .panel > .panel-heading::before {
  border-right-color: transparent !important;
}

#main-section-packages .panel > .panel-heading::after,
#main-section-packages .panel > .panel-heading::before {
  content: none !important;
}

#main-section-packages .panel > .panel-heading::before {
  border-right-color: transparent !important;
}

.onboard-spacer {
  padding-top: 4px;
}

.packages-h1 {
  color: #0fa8e3;
}

.panel-pricing {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-pricing .panel-heading {
  padding: 20px 10px 0;
}

.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}

.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.panel-pricing .panel-body {
  background-color: #f0f0f0;
  color: #777777;
  font-size: 40px;
  margin: 0;
  padding: 8px 20px 20px;
}

.panel-basic, .panel-bronze, .panel-silver, .panel-gold, .panel-platinum, .panel-diamond {
  border-color: #f0f0f0;
}

.panel-basic > .panel-heading {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #fff;
}

.panel-bronze > .panel-heading {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #fff;
}

.panel-silver > .panel-heading {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #fff;
}

.panel-gold > .panel-heading {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #fff;
}

.panel-platinum > .panel-heading {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #fff;
}

.panel-diamond > .panel-heading {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #fff;
}

.package-h3 {
  color: #0fa8e3;
  font-weight: 300;
  margin: 0;
}

.package-price {
  color: #0fa8e3;
  font-size: 45px;
  font-weight: 300;
  min-height: 70px;
}

.package-price span {
  font-size: 12px;
  line-height: 12px;
  font-weight: normal !important;
  color: #666;
}

.package-annual {
  color: #0fa8e3;
  font-size: 12px;
  height: 40px;
}

.list-group-item {
  font-size: 12px;
}

.list-group-item > span {
  color: #999;
  font-size: 10px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
  background-color: #666 !important;
  border: 0 !important;
}

.additional-package-costs {
  background-color: #666;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  height: 80px;
  margin-bottom: 25px;
  padding: 9px;
  display: none;
}

.add-package-cost-holder {
  height: 30px;
  margin-left: 15px;
  margin-right: auto;
  text-align: center;
  width: 100px;
}

.additional-package-costs span {
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding-top: 10px;
  padding-right: 3px;
}

.add-package-costs-plus {
  font-size: 11px;
  margin-bottom: 1px;
  line-height: 14px;
}

.package-addons {
  float: left;
}

.package-results-title {
  color: #0fa8e3;
  font-weight: bold;
}

.package-results-total {
  color: #0fa8e3;
  font-weight: bold;
}

#main-section-request .chosen-single {
  text-align: left;
}

#main-section-request .active-result {
  text-align: left;
}

div#gallery {
  perspective: 1200px;
}

figure#spinner {
  transform-style: preserve-3d;
  min-height: 122px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50% -500px;
  transition: 1s;
}

figure#spinner img {
  width: 40%;
  position: absolute;
  left: 30%;
  transform-origin-z: 50% 50% -500px;
  outline: 1px solid transparent;
}

figure#spinner img:nth-child(1) {
  transform: rotateY(0deg);
}

figure#spinner img:nth-child(2) {
  transform: rotateY(-45deg);
}

figure#spinner img:nth-child(3) {
  transform: rotateY(-90deg);
}

figure#spinner img:nth-child(4) {
  transform: rotateY(-135deg);
}

figure#spinner img:nth-child(5) {
  transform: rotateY(-180deg);
}

figure#spinner img:nth-child(6) {
  transform: rotateY(-225deg);
}

figure#spinner img:nth-child(7) {
  transform: rotateY(-270deg);
}

figure#spinner img:nth-child(8) {
  transform: rotateY(-315deg);
}

#main-section-why1 h1 {
  color: #0fa8e3;
}

#main-section-why1 p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  width: 100%;
}

#main-section-why2 p {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
}

#main-section-why2 h4 {
  color: #0FA8E3;
  font-size: 24px;
  font-weight: 300;
}

#main-section-1 p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-top: 37px;
}

#main-section-hpi {
  background: transparent url("/assets/img/static/personal/personal-hpi.png") no-repeat scroll right bottom/37% auto;
  height: 475px;
}

#main-section-hpi h1 {
  text-align: left;
}

#main-section-hpi p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-top: 37px;
  text-align: left;
  width: 75%;
}

#main-section-hpi1 h2 {
  color: #0FA8E3;
  font-weight: 300;
  text-align: left;
}

#main-section-hpi1 p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  text-align: left;
  width: 100%;
}

#main-section-1 h2 {
  color: #0FA8E3;
  font-weight: 300;
}

#main-section-dark {
  background-color: #FF9400;
}

#main-section-dark p {
  color: #fff;
  font-weight: 300;
  line-height: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  text-align: left;
  width: 100%;
}

#main-section-dark h2 {
  color: #fff;
  font-weight: 300;
  text-align: left;
}

#main-section-pro h3 {
  font-weight: 300;
}

#main-section-test-left h2 {
  color: #0FA8E3;
  font-weight: 300;
  text-align: left;
}

#main-section-test-left p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  text-align: left;
  width: 100%;
}

#main-section-testdrive h2 {
  color: #0FA8E3;
  font-weight: 300;
  text-align: center;
}

#main-section-testdrive p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  text-align: center;
  width: 100%;
}

#main-section-rewards2 {
  background: transparent url("/assets/img/static/rewards/services.png") no-repeat scroll right bottom/37% auto;
  height: 475px;
}

#main-section-rewards2 h1 {
  text-align: left;
}

#main-section-rewards2 p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-top: 37px;
  text-align: left;
  width: 75%;
}

#main-section-rewards1 {
  background: transparent url("/assets/img/static/rewards/gopro.png") no-repeat scroll right bottom/37% auto;
  height: 475px;
}

#main-section-rewards1 h1 {
  text-align: left;
}

#main-section-rewards1 p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-top: 37px;
  text-align: left;
  width: 75%;
}

#main-section-buswhy1 {
  background: transparent url("/assets/img/static/business/business_whyhp.png") no-repeat scroll right bottom/37% auto;
  height: 475px;
}

#main-section-buswhy1 h1 {
  text-align: left;
}

#main-section-buswhy1 p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-top: 37px;
  text-align: left;
  width: 75%;
}

#main-section-buswhy2 p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  text-align: left;
  width: 60%;
}

#main-section-buswhy2 .board > div.board-inner {
  background: transparent !important;
}

#main-section-buswhy2 .board .nav-tabs {
  border-bottom: 0px solid #ddd !important;
}

#main-section-buswhy2 .board .tab-content .head {
  color: #0fa8e3;
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 10px;
  text-transform: none;
}

#main-section-buswhy2 .board li.active::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #0FA8E3 !important;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  bottom: 0;
  content: " ";
  display: none;
  left: 45%;
  margin: 0 auto;
  opacity: 1;
  position: absolute;
}

#main-section-buswhy2 .board {
  background: #fff none repeat scroll 0 0;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

#main-section-buswhy2 .board .nav-tabs > li {
  width: 25%;
}

#main-section-buswhy2 .board li.active span.round-tabs.one {
  background: #fff none repeat scroll 0 0 !important;
  border: 2px solid #0FA8E3;
  color: #0FA8E3;
}

#main-section-buswhy2 .board li.active span.round-tabs.two {
  background: #fff none repeat scroll 0 0 !important;
  border: 2px solid #0FA8E3;
  color: #0FA8E3;
}

#main-section-buswhy2 .board li.active span.round-tabs.three {
  background: #fff none repeat scroll 0 0 !important;
  border: 2px solid #0FA8E3;
  color: #0FA8E3;
}

#main-section-buswhy2 .board li.active span.round-tabs.four {
  background: #fff none repeat scroll 0 0 !important;
  border: 2px solid #0FA8E3;
  color: #0FA8E3;
}

#main-section-history {
  background: transparent url("/assets/img/static/personal/personal_history.png") no-repeat scroll right bottom/37% auto;
  height: 475px;
}

#main-section-history h1 {
  text-align: left;
}

#main-section-history p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-top: 37px;
  text-align: left;
  width: 75%;
}

#main-section-vision1 {
  background: transparent url("/assets/img/static/about/vision.png") no-repeat scroll right bottom/37% auto;
  height: 475px;
}

#main-section-vision1 h1 {
  text-align: left;
}

#main-section-vision1 p {
  color: #666;
  font-weight: 300;
  line-height: 27px;
  margin-top: 37px;
  text-align: left;
  width: 75%;
}

.rewards-tel {
  color: orange;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}

/*		EXPOSURE
	========================
*/
#main-section-exposure {
  text-align: left;
}

#main-section-exposure h2 {
  color: #0FA8E3;
  font-weight: 300;
  text-align: left;
}

.tab-response .nav-tabs {
  border-bottom: 0px solid #fff;
  display: inline-block;
  margin: 0 auto 40px;
}

.tab-response .nav-tabs > li {
  float: left;
  margin-bottom: 0px;
}

.tab-response .nav-tabs > li > a {
  background-color: #FFF;
  color: #666;
  border-radius: 0;
  display: block;
  line-height: 1.42857143;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px;
  position: relative;
}

.tab-response .nav-tabs > li:first-child > a {
  border-radius: 5px 0 0 5px;
}

.tab-response .nav-tabs > li:last-of-type > a {
  border-radius: 0 5px 5px 0;
}

.tab-response .nav-tabs > li > a:hover {
  border-color: transparent;
}

.tab-response .nav-tabs > li.active > a,
.tab-response .nav-tabs > li.active > a:hover,
.tab-response .nav-tabs > li.active > a:focus {
  background-color: #0FA8E3;
  border: 1px solid transparent;
  color: #FFF;
  cursor: default;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px;
}

#main-section-howto .tab-response .nav-tabs > li > a {
  background-color: #efefef;
  border-radius: 0;
  color: #666;
  display: block;
  line-height: 1.42857;
  margin-right: 0;
  margin-top: 0;
  padding: 10px;
  position: relative;
}

#main-section-howto .tab-response .nav-tabs > li.active > a,
.tab-response .nav-tabs > li.active > a:hover,
.tab-response .nav-tabs > li.active > a:focus {
  background-color: #0FA8E3;
  border: 1px solid transparent;
  color: #FFF;
  cursor: default;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px;
}

#main-section-howto .tab-response .nav-tabs > li:first-child > a {
  border-radius: 5px 0 0 5px;
}

#main-section-howto .tab-response .nav-tabs > li:last-of-type > a {
  border-radius: 0 5px 5px 0;
}

.howto-text {
  background: #ffffff none repeat scroll 0 0;
}

.howto-item {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.howto-title {
  font-size: 16px;
  line-height: 22px;
}

.howto-excerpt {
  color: #999;
}

#main-section- h2 {
  font-weight: 300;
}

#main-section-greycenter h2 {
  font-weight: 300;
}

#main-section-greycenter h3 {
  font-weight: 300;
}

#main-section-gray h2 {
  font-weight: 300;
}

#main-section-gray h3 {
  font-weight: 300;
}

#main-section-blue h2 {
  font-weight: 300;
  color: #fff !important;
}

#main-section-blue h3 {
  font-weight: 100;
  color: #fff !important;
}

#main-section-grey h1 {
  color: #fff;
}

#main-section-adtypes h4 {
  font-weight: 300;
  color: #0FA8E3;
}

#main-section-step1 {
  height: 200px;
  min-height: 200px !important;
}

#main-section-step1 h1 span {
  background-color: #0fa8e3;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  padding: 10px;
  text-transform: uppercase;
}

#main-section-grey h1 span {
  background-color: #fff;
  color: #666;
  font-size: 16px;
  margin-right: 10px;
  padding: 10px;
  text-transform: uppercase;
}

#main-section-adtypes p {
  color: #666;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}

#main-section-adtarget h2 {
  font-weight: 300;
  color: #0fa8e3;
  text-align: left;
}

#main-section-adtarget p {
  color: #666;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
  font-size: 18px;
  text-align: left;
}

#main-section-blue h1 {
  font-weight: 300;
  color: #fff;
}

#main-section-blue h1 span {
  background-color: #fff;
  color: #0fa8e3;
  font-size: 16px;
  margin-right: 10px;
  padding: 10px;
  text-transform: uppercase;
}

#main-section-adhow h2 {
  font-weight: 300;
  color: #0fa8e3;
}

#main-section-adhow h4 {
  font-weight: 300;
}

#main-section-reporting h2 {
  font-weight: 300;
  color: #0fa8e3;
}

#main-section-reporting p {
  font-weight: 300;
}

.write-review-headspacer h1 {
  font-weight: normal;
  color: #fff;
  font-size: 36px;
}

#main-section-blank {
  display: none;
}

#main-section-faqhead {
  height: 200px;
  min-height: 200px !important;
}

#main-section-faq {
  text-align: left;
}

#main-section-adacc {
  height: 200px;
  min-height: 200px !important;
  text-align: left;
}

.green-text {
  color: #00B56F !important;
}

.ads-spacer {
  margin-bottom: 25px;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal
.slider-track {
  height: 10px;
  width: 100%;
  margin-top: 0px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  display: none;
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3a94a5;
  background-image: -webkit-linear-gradient(top, #149bdf 0, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: .8;
  border: 0 solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider {
  display: block;
  float: left;
  margin-left: 5px;
}

.valueLabel {
  display: block;
  float: left;
  margin-left: 15px;
}

.slider-spacer {
  margin-bottom: 15px !important;
}

.hide-for-now {
  display: none;
}

.package-input {
  width: 55px;
  text-align: center;
  height: 25px;
}

.xtra-height {
  height: 50px;
  line-height: 30px;
}

/*		CASE STUDIES
	========================
*/
#main-section-hpi1 h2 {
  text-align: center;
}

#main-section-hpi1 p {
  text-align: center;
}

#carouse-wrap {
  height: 190px;
}

.roundabout-moveable-item {
  height: 300px;
  width: 420px;
  cursor: pointer;
  border: 0px solid black;
  display: block;
}

.roundabout-moveable-item img {
  height: 300px;
  width: 420px;
}

.roundabout-in-focus {
  cursor: auto;
}

#carousel li {
  background: #999 none repeat scroll 0 0;
  box-shadow: 0 0 5px #666;
  cursor: pointer;
  height: 300px;
  opacity: 1 !important;
  overflow: hidden;
  text-align: center;
  width: 420px;
}

#carousel li.roundabout-in-focus:hover span {
  display: block;
  z-index: 1;
}

#carousel li img {
  opacity: 0.65;
}

#carousel li.roundabout-in-focus {
  cursor: default;
}

#carousel li.roundabout-in-focus img {
  opacity: 1 !important;
}

#carousel li.roundabout-in-focus:hover img {
  opacity: 0.5 !important;
}

#carousel li span {
  display: none;
  position: absolute;
  width: 260px;
  border-radius: 5px;
  margin: 270px 88px;
  overflow: hidden;
  box-shadow: 0 0 8px #000;
}

#carousel a.view-project-button {
  display: block;
  color: #FFF;
  font: 34px/1.6em "Helvetica Neue", Arial, sans-serif;
  padding: 6px 12px;
  text-decoration: none;
  background: #9ABE42;
}

#carousel a.view-project-button:hover {
  background: #7E9D32;
}

#carousel li span a.preview {
  background: #BD3B3C;
  border-radius: 5px 0 0 5px;
}

#carousel li span a:hover.preview {
  background: #CE4A4B;
}

#carousel li span a.details {
  background: #A28E5C;
  border-radius: 0 5px 5px 0;
}

#carousel li span a:hover.details {
  background: #B8A169;
}

/*		ROADMAP
	========================
*/
.relaunch-head {
  background: #0fa8e3 none repeat scroll 0 0;
}

.relaunch-banner {
  height: 238px;
}

.relaunch-content {
  text-align: center;
}

.relaunch-content > h1 {
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 12px;
}

.relaunch-image {
  margin-left: auto;
  margin-right: auto;
  max-height: 180px;
}

#main-section-roapmap {
  text-align: left;
}

#main-section-roapmap .cd-timeline-content .cd-date {
  font-size: 18px;
  left: 122%;
  position: absolute;
  top: 6px;
  width: 100%;
}

#main-section-roapmap .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date {
  left: auto;
  right: 122%;
  text-align: right;
}

#main-section-roapmap .cd-timeline-img {
  border-radius: 50%;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
  left: 50%;
  height: 60px;
  margin-left: -30px;
  box-shadow: none;
}

.well-lightblue {
  background-color: #cde8f7;
  border: 1px solid #cde8f7;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 180px;
  padding: 20px;
  text-align: left;
}

.well-lightblue h4 {
  margin-top: 20px;
}

.relaunch-faq, .relaunch-why, .relaunch-packages, .relaunch-roadmap {
  background-position: right center;
  background-repeat: no-repeat;
  height: 180px;
}

.relaunch-faq {
  background-image: url("/assets/img/static/business/relaunch-faq.png");
}

.relaunch-why {
  background-image: url("/assets/img/static/business/relaunch-launch.png");
}

.relaunch-packages {
  background-image: url("/assets/img/static/business/relaunch-todo.png");
}

.relaunch-roadmap {
  background-image: url("/assets/img/static/business/relaunch-roadmap.png");
}

.howto-holder {
  background-color: #0fa8e3;
  min-height: 270px;
  margin-bottom: 25px;
  color: #fff;
  padding: 12px;
}

.howto-holder-inner {
  border: 1px solid #fff;
  padding: 8px;
  min-height: 270px;
}

.howto-holder h2 {
  color: #fff !important;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  text-align: center !important;
  width: 90%;
}

.howto-icon {
  color: #fff !important;
  font-size: 42px;
  text-align: center;
}

/*		VALUES
	========================
*/
#main-section-values {
  height: 100px;
  min-height: 100px !important;
}

.circular-menu {
  height: 750px;
  margin: 0 auto;
  position: relative;
  width: 900px;
}

.circle {
  width: 750px;
  height: 750px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.circle a {
  background-color: #0fa8e3;
  border-radius: 50%;
  color: #fff !important;
  display: block;
  font-size: 80px;
  height: 180px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -100px;
  padding-top: 30px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 180px;
}

.circle a:hover {
  color: #eef;
}

.open.circle {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.menu-button {
  color: #0fa8e3 !important;
  display: block;
  font-size: 22px;
  font-weight: bold;
  height: 40px;
  left: calc(50% - 75px);
  padding: 10px;
  position: absolute;
  text-align: center !important;
  text-decoration: none;
  top: calc(50% - 30px);
  width: 140px;
}

.menu-button:hover {
  background-color: #eef;
}

.about-values > span {
  float: left;
  font-size: 18px;
  width: 100%;
}

/*		LEGAL
	======================== */
.affix {
  top: 20px;
}

#wrapper-legal {
  transition: all 0.4s ease 0s;
  position: relative;
}

#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#wrapper-legal.active {
  padding-left: 0;
}

#wrapper-legal.active #sidebar-wrapper {
  left: 0;
}

#page-content-wrapper {
  width: 100%;
}

.nav.nav-pills.nav-stacked.legal-nav.affix {
  width: 250px;
  z-index: 10000;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a, .sidebar-nav li a:active, .sidebar-nav li a:focus {
  color: #999999;
  display: block;
  text-decoration: none;
  padding-left: 60px;
}

.sidebar-nav li a span:before, .sidebar-nav li a:active span:before, .sidebar-nav li a:focus span:before {
  position: absolute;
  left: 0;
  color: #41484c;
  text-align: center;
  width: 20px;
  line-height: 18px;
}

.sidebar-nav li a:hover, .sidebar-nav li.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a, .sidebar-nav > .sidebar-brand a:visted, .sidebar-nav > .sidebar-brand a:focus {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media screen and (max-width: 810px) {
  #section1, #section2, #section3, #section41, #section42 {
    margin-left: 150px;
  }
}

.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

#menu-toggle {
  text-decoration: none;
}

.btn-menu {
  color: #000;
}

.inset {
  padding: 20px;
}

@media (max-width: 767px) {
  #wrapper-legal {
    padding-left: 0;
  }
  #sidebar-wrapper {
    left: 0;
  }
  #wrapper-legal.active {
    position: relative;
    left: 250px;
  }
  #wrapper-legal.active #sidebar-wrapper {
    left: 250px;
    width: 250px;
    transition: all 0.4s ease 0s;
  }
  #menu-toggle {
    display: inline-block;
  }
  .inset {
    padding: 15px;
  }
}

#wrapper-legal [id*="section"] {
  margin-bottom: 75px;
}

#myScrollspy .nav > li > a {
  display: block;
  font-size: 14px;
  padding: 6px !important;
  position: relative;
  text-align: left;
}

.legal-content h1 {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
}

.legal-content p {
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
}

.legal-content li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
  text-align: justify;
  display: block;
}

.legal-content ol {
  counter-reset: item;
  padding-left: 30px;
  text-align: justify;
}

.legal-content ol li::before {
  content: counters(item, ".", decimal) ". ";
  counter-increment: item;
}

.legal-content ol > li {
  color: #0fa8e3;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
}

.legal-content ol > li > ol > li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
  text-align: justify;
  display: block;
  font-weight: normal;
  color: #666;
  text-transform: none;
}

.legal-head > span {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
  text-align: justify;
  display: block;
  font-weight: normal;
  color: #666;
  text-transform: none;
}

.well-validate {
  background-color: #0fa8e3;
  border: 1px solid #0fa8e3;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}

.login-disclaimer {
  color: #0fa8e3 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 89%;
}

.login-disclaimer span {
  font-weight: bold !important;
}

.well-helpchart {
  background-color: #f7f7f7;
  font-size: 14px;
  margin-bottom: 30px;
  min-height: 120px;
  padding: 20px;
  text-align: left;
}

.messages-helprequest {
  margin-bottom: 35px;
}

.helprequest_decisions {
  background-color: #ccc;
  height: 85px;
  padding: 20px;
}

.howto-image {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: block;
  padding: 20px;
}

.howto-text h2 {
  margin-top: 30px;
}

.terms-content ol > li {
  color: #0fa8e3;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  text-transform: capitalize;
}

.survey-form {
  background: #ffffff none repeat scroll 0 0;
  padding: 25px;
}

.survey-form label {
  color: #666 !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  margin-top: 20px;
}

input.btn.btn-custom-1.pull-right.billing-up {
  margin-top: -35px;
}

.billingBtn
{
    margin-top: -30px;
}

/*		REWARDS
	========================
*/
.mall-holder {
  background-color: #0fa8e3;
  min-height: 150px;
  padding: 20px;
  color: #fff;
  margin-bottom: 25px;
}

.mall-holder > span {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

.well-mall {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #0fa8e3;
  border: 1px solid #0fa8e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #ffffff;
}

.mall-img-item
{
    display: block;
    max-width: 100%;
    height: 100px;
    padding-bottom: 10px;
}

.portfolio-sorting {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 48px;
}

.portfolio-sorting li a {
  color: #ffffff !important;
  text-decoration: none;
  padding: 6px;
}

.portfolio-sorting li a:hover, .portfolio-sorting li a.active {
  color: #ffffff;
  /* border-bottom: 2px solid #2980b9; */
  font-weight: bold;
}

.portfolio-item {
  margin-bottom: 30px;
}

.list-inline > li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
  margin-top: 10px;
  padding-top: 5px;
  text-align: left;
}

img.merchant-logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

#main-section-merchant {
  min-height: 300px;
  height: 300px;
  text-align: left;
}

#main-section-merchant p {
  font-size: 16px;
  line-height: 22px;
}

.reward-deals {
  text-align: left;
}

.reward-deal-holder {
  min-height: 265px;
  border: 1px solid #efefef;
  padding: 20px;
  margin-bottom: 20px;
}

.reward-deal-holder:hover, .reward-deal-holder:focus {
  background-color: #fcfcfc;
}

.ahead-id {
  display: none;
}

#ahead-id {
  display: none;
}

a.page-link.disabled {
  background-color: #0fa8e3;
  color: #ffffff;
}

.no-gutter {
  padding-left: 0;
  padding-top: 0;
}

.deal-img {
  margin-bottom: 12px;
}

.reward-deal-holder h2 {
  font-size: 22px;
  line-height: 26px;
  color: #0fa8e3;
  font-weight: 500;
}

.reward-deal-holder p {
  font-size: 14px;
  line-height: 22px;
}

.termsConditions {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.news-bg {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 35px;
}

tr.highlighted-row {
  background-color: #efefef;
}

p.disclaimer {
  margin-bottom: 0;
  margin-top: 10px;
}
