/*
Theme Name: BICC
Theme URI:
Description:
Author: mspired
Author URI: http://mspired.com/
*/

.about-tab ul {
  margin: 0;
  padding: 0;
  max-width: 150px;
}

.about-tab li {
  display: inline-block;
  transition: all .3s ease;
  cursor: pointer;
  border: 0;
  outline: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-right: 1%;
  list-style-type: none;
  float: left;
}
.about-tab li a {
  display: block;
  width: 125px;
  width: 12.5rem;
  height: 40px;
  height: 4rem;
  text-align: center;
  vertical-align: middle;
  background-color: #e9edef;
  border-radius: 0 8px 8px 0;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}
.about-tab li:last-of-type {
  margin-right: 0
}

.about-tab li.active {
  width: 125px;
  width: 12.5rem;
  height: 40px;
  height: 4rem
}
.about-tab li.active a {
  background-color: #31383c;
  color: #fff;
}

.about-tab li:hover:not(.active) {
    width: 125px;
    width: 12.5rem;
    height: 40px;
    height: 4rem
}
.about-tab li:hover:not(.active) a {
  background-color: #bbc5ce;
  background-color: rgba(187, 197, 206, .8);
}

.cta-container .download {
	height: 40px;
	width: 130px;
	display: inline-block;
	margin-bottom: -15px;
}

.cta-container .download:nth-child(2) {
	margin-right: 15px;
}

.cta-container .download img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}