.block--1546847053443_0 {
  text-align: left;
  background: white;
  color: black; }

.nav-tabs {
  border-bottom: none !important; }

a:hover, a:focus {
  outline: none;
  text-decoration: none; }

.tab .nav-tabs li {
  margin: 0; }

.tab .nav-tabs li a {
  font-size: 13.4px;
  color: #fff;
  background: #52576d;
  margin: 0;
  padding: 20px 10px;
  border-radius: 0;
  border: none;
  border-right: 2px solid #ddd;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  width: 100%;
  display: inline-block; }

.tab .nav-tabs li a:hover {
  border-top: none;
  border-bottom: none; }

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover {
  color: #fff;
  border: none;
  border-right: 1px solid #ddd;
  background: #e0d6d6;
  color: #000; }

.tab .nav-tabs li.active a:after {
  content: "";
  border-top: 10px solid #e0d6d6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 43%; }

.tab .tab-content {
  font-size: 24px;
  color: #999898;
  background: #fff;
  padding: 41px 0px 0px 0px;
  border-top: none; }

.tab .tab-content h3 {
  font-size: 24px;
  color: #999898;
  margin-top: 0; }

@media only screen and (max-width: 480px) {
  .tab .nav-tabs li {
    width: 100%;
    text-align: center;
    margin-top: 1px; }

  .tab .nav-tabs li.active a,
  .tab .nav-tabs li.active a:after,
  .tab .nav-tabs li.active a:hover {
    border: none; } }
ul.nav.nav-tabs li {
  float: left;
  position: relative;
  top: -4px; }

.btn-tab {
  background: #777;
  color: #dadada;
  font-weight: 100; }

.btn-tab:hover {
  color: #fff; }

.btn-tab:focus {
  color: #e9dedc; }

.tabs p {
  font-weight: 100;
  color: #000; }

.floating {
  float: left; }
