/* VARIABLES */
.brandon {
  font-family: "brandon-grotesque", sans-serif;
}
.raleway {
  font-family: "Raleway", sans-serif;
}
.antialias {
  -webkit-font-smoothing: antialiased;
}
.icos {
  background: url('../ico/sprite.png') no-repeat;
  display: inline-block;
  width: 45px;
  height: 45px;
  position: relative;
  top: 15px;
  margin-right: 15px;
}
.icos.ico_v1 {
  background-position: 0% 2.5%;
}
.icos.ico_v2 {
  background-position: 10.95% 2.5%;
}
.icos.ico_v3 {
  background-position: 21.95% 2.5%;
}
.icos.ico_v4 {
  background-position: 32.95% 2.5%;
}
.icos.ico_v5 {
  background-position: 43.95% 2.5%;
}
.icos.ico_v6 {
  background-position: 54.95% 2.5%;
}
.icos.ico_v7 {
  background-position: 65.95% 2.5%;
}
.icos.ico_v8 {
  background-position: 76.95% 2.5%;
}
.icos.ico_v9 {
  background-position: 0 35.5%;
}
.icos.ico_v10 {
  background-position: 10.95% 35.5%;
}
.icos.ico_v11 {
  background-position: 21.95% 35.5%;
}
.icos.ico_v12 {
  background-position: 32.95% 35.5%;
}
.icos.ico_v13 {
  background-position: 43.95% 35.5%;
}
.icos.ico_is {
  width: 60px;
  height: 60px;
  background-position: 31.25% 86%;
  display: block;
  position: absolute;
  left: 15px;
  top: 22px;
}
.icos.ico_com {
  width: 60px;
  height: 60px;
  background-position: 46.75% 86%;
  display: block;
  position: absolute;
  left: 15px;
  top: 22px;
}
.icos.ico_rig {
  width: 60px;
  height: 60px;
  background-position: 0 86%;
  display: block;
  position: absolute;
  left: 15px;
  top: 22px;
}
.icos.ico_svil {
  width: 60px;
  height: 60px;
  background-position: 15.55% 86%;
  display: block;
  position: absolute;
  left: 15px;
  top: 22px;
}
.entry-content p {
  text-align: left;
  margin: 40px 0;
  font-size: 20px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
}
.entry-content span {
  font-size: 24px;
  line-height: initial;
  -webkit-font-smoothing: antialiased;
}
.entry-content h2 {
  font-size: 32px;
  line-height: 34px;
  color: #fbd773;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
}
.entry-content h3 {
  display: block;
  padding-left: 70px;
  text-align: left;
}
.tabs_forb {
  border-bottom: 1px dashed #a7a7a7;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.tabs_forb ul {
  padding-left: 0;
  margin-bottom: 0;
  border: none;
}
.tabs_forb ul li {
  min-height: auto;
  margin: 0;
  margin-right: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabs_forb ul li.active a {
  border: none;
}
.tabs_forb .nav-tabs > li > a {
  border: none;
  margin-right: 0;
}
.tabs_forb .nav-tabs > li.active > a,
.tabs_forb .nav-tabs > li.active > a:hover,
.tabs_forb .nav-tabs > li.active > a:focus {
  border: none;
}
.tabs_forb .tab-content {
  padding: 50px;
  text-align: left;
  border-radius: 5px;
  border-top-left-radius: 0;
}
.tabs_forb .tab-content h4 {
  font-size: 20px;
  text-transform: none;
  text-align: left;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}
.tabs_forb .tab-content ul li {
  background: none !important;
}
.tabs_forb .tab-content ul li p {
  text-transform: none;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
@media screen and (max-width: 966px) {
  .tabs_forb .tab-content ul li {
    margin-bottom: 30px;
  }
  .tabs_forb .tab-content ul li p {
    line-height: initial;
    display: block;
    padding-left: 45px;
  }
  .tabs_forb .tab-content ul li p i {
    position: absolute;
    left: 0;
    margin-right: 15px;
    top: inherit;
  }
}
.tabs_forb .tab-content span {
  font-size: 150px;
  color: #ffffff;
  text-align: left;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 160px;
  font-weight: bold;
}
.tabs_forb .tab-content .icon {
  display: inline-block;
  height: auto;
  position: relative;
  top: -18px;
  left: 29px;
}
.tabs_forb.blue ul li {
  background: #658686;
}
.tabs_forb.blue ul li a {
  color: #292932;
}
.tabs_forb.blue ul li.active a {
  background: #94d3e5;
  color: #292932 !important;
}
.tabs_forb.blue .tab-content {
  background: #94d3e5;
}
.tabs_forb.blue .tab-content h4 {
  color: #292932;
}
.tabs_forb.green ul li {
  background: #6f804b;
}
.tabs_forb.green ul li a {
  color: #292932;
}
.tabs_forb.green ul li.active a {
  background: #acc574;
  color: #292932 !important;
}
.tabs_forb.green .tab-content {
  background: #acc574;
}
.tabs_forb.green .tab-content h4 {
  color: #292932;
}
.tabs_forb.purple ul li {
  background: #776a80;
}
.tabs_forb.purple ul li a {
  color: #292932;
}
.tabs_forb.purple ul li.active a {
  background: #c7b0d5;
  color: #292932 !important;
}
.tabs_forb.purple .tab-content {
  background: #c7b0d5;
}
.tabs_forb.purple .tab-content h4 {
  color: #292932;
}
.tabs_forb.orange ul li {
  background: #806430;
}
.tabs_forb.orange ul li a {
  color: #292932;
}
.tabs_forb.orange ul li.active a {
  background: #f7c35f;
  color: #292932 !important;
}
.tabs_forb.orange .tab-content {
  background: #f7c35f;
}
.tabs_forb.orange .tab-content h4 {
  color: #292932;
}
@media screen and (max-width: 966px) {
  .tabs_forb .tab-content span {
    font-size: 45px;
    line-height: 50px;
  }
  .tabs_forb .tab-content .icon {
    display: block;
    position: static;
    margin-top: 30px;
  }
}
.blue h3 {
  color: #94D3E5;
}
.green h3 {
  color: #acc574;
}
.purple h3 {
  color: #c7b0d5;
}
.orange h3 {
  color: #f7c35f;
}
.download_report {
  margin-bottom: 60px;
}
.download_report p {
  margin: 0;
  font-size: 26px;
  line-height: 39px;
  text-transform: uppercase;
  color: #f7c35f;
  -webkit-font-smoothing: antialiased;
}
.download_report .download {
  padding: 35px;
  background: #000;
}
.download_report .download .text {
  display: inline;
}
.download_report .download .text .btn_d {
  color: #fff;
  float: left;
  margin-top: 20px;
}
.download_report .download .text .btn_d:hover {
  color: #fff;
}
.download_report .download .text h5 {
  font-size: 32px;
  line-height: 34px;
  color: #FBD773;
  text-align: left;
}
.download_report .download .text p {
  margin: 0;
  font-size: 22px;
  color: #fff;
  text-transform: none;
  line-height: 22px;
}
.download_report .download img {
  display: inline-block;
  float: left;
  padding-right: 15px;
}
@media screen and (max-width: 966px) {
  .download_report p {
    margin-bottom: 30px;
  }
  .download_report .download img {
    float: none;
    margin-bottom: 35px;
  }
}
