/*  SECTIONS  */

.section-insights {
  clear: both;
  padding: 0px;
  margin: 0px;
}


/*  COLUMN SETUP  */

.col-insights {
  display: block;
  float: left;
  margin: 1% 0 1% 5.6%;
}

.col-insights.span_1_of_2-insights {
  margin: 1% 0 1% 1.6%;
}

.col-insights:first-child {
  margin-left: 2%;
}

.col-insights.span_1_of_2-insights:first-child {
  margin-left: 0%;
}


/*  GROUPING  */

.group-insights:before,
.group-insights:after {
  content: "";
  display: table;
}

.group-insights:after {
  clear: both;
}

.group-insights {
  zoom: 1;
  /* For IE 6/7 */
}


/*  GRID OF THREE  */

.span_3_of_3-insights {
  width: 100%;
}

.span_2_of_3-insights {
  width: 66.1%;
}

.span_1_of_3-insights {
  /* width: calc(32.2% - 42px); */
  width: 28.2%;
  text-align: center;
  padding: 0;
  margin-top: 0;
}


/*  GRID OF TWO  */

.span_2_of_2-insights {
  width: 100%;
}

.span_1_of_2-insights {
  width: 49.2%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col-insights {
    margin: 1% 0 1% 0%;
  }

  .span_3_of_3-insights,
  .span_2_of_3-insights,
  .span_1_of_3-insights {
    width: 100%;
  }

  .span_2_of_2-insights,
  .span_1_of_2-insights {
    width: 100%;
  }
}

.insights-top {
  border-left: 1px solid #8BCCE4 !important;
  border-right: 1px solid #8BCCE4 !important;
  border-top: 1px solid #8BCCE4 !important;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.insights-logo-container {
  margin: 0 auto;
  width: 200px;
  height: 60px;
}

.insights-logo {
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.insights-name-field {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

.insights-name {
  color: #000 !important;
  font-size: 16px !important;
  text-align: center;
  font-weight: 700;
  word-break: break-word;
  text-decoration: none;
}

.insights-desc {
  color: #818181;
  font-size: 12px;
  line-height: 16px;
  padding: 0 20px;
  min-height: 70px;
}

.insights-middle {
  background-color: rgba(24, 154, 202, 0.1);
  border: 1px solid #8BCCE4 !important;
  padding: 20px;
  text-align: left;
}

.insights-middle-title {
  color: #5A5656;
  font-size: 14px;
  line-height: 18px;
}

.insights-middle-data {
  color: #189ACA;
  font-size: 18px;
  font-weight: 600;
  display: inline;
}

.insights-footer {
  padding: 25px 0;
  background: #ffffff;
  border-left: 1px solid #8BCCE4 !important;
  border-right: 1px solid #8BCCE4 !important;
  border-bottom: 1px solid #8BCCE4 !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.insights-overview {
  width: 180px;
  line-height: 20px;
  color: #189aca !important;
  font-size: 14px !important;
  font-weight: 600;
  font-style: normal;
  text-decoration: none !important;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #189aca !important;
  display: inline-block;
}


img.datasource-img:first-child {
  margin-left: 0;
}

img.datasource-img {
  margin-left: -10px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  width: 30px;
  height: 30px;
}

.data-total {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  background-color: #ffffff;
  color: #189aca;
  cursor: default;
  display: inline-block;
  position: absolute;
  margin-left: -8px;
}
