﻿@font-face {
  font-family: "GilroyBold";
  src: url("/Fonts/gilroy-bold.woff2") format("woff2");
}
@font-face {
  font-family: "GilroyRegular";
  src: url("/Fonts/gilroy-regular.woff2") format("woff2");
}
@font-face {
  font-family: "GilroySemiBold";
  src: url("/Fonts/gilroy-semibold.woff2") format("woff2");
}
body {
  background-color: #032d42;
  color: #000;
  font-family: GilroyRegular, Arial, Helvetica, sans-serif;
}

header {
  padding: 20px 0;
  background-color: #fff;
}
header img {
  height: 36px;
}

.hero-wrapper {
  background-image: url("/Images/HeroBGImage2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  height: 450px;
  display: flex;
  align-items: center;
}
.hero-wrapper h1 {
  font-family: GilroyBold, Arial, Helvetica, sans-serif;
  font-size: 62px;
  color: #62d84e;
}
.hero-wrapper h2 {
  font-family: GilroySemiBold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
}
.hero-wrapper .hero-info-item {
  display: flex;
  align-items: center;
}
.hero-wrapper .hero-info-item img {
  height: 28px;
  margin-right: 10px;
}

.content-section {
  padding: 50px 0;
}
.content-section h3 {
  font-family: GilroyBold, Arial, Helvetica, sans-serif;
  font-size: 36px;
  margin: 0px;
}
.content-section.intro {
  background-color: #fff;
  color: #000;
}
.content-section.graph {
  background-color: #fff;
  color: #000;
}

.result-items-container .report-item {
  margin-bottom: 30px;
}
.result-items-container .report-item .account-name {
  font-family: GilroySemiBold, Arial, Helvetica, sans-serif;
  font-size: 28px;
  padding: 10px 0;
  border-bottom: 1px #e7e7e7 solid;
  border-top: 1px #000 solid;
  margin-bottom: 10px;
}
.result-items-container .report-item .info-wrapper .counters-container {
  width: 100%;
  flex-shrink: 0;
}
.result-items-container .report-item .info-wrapper .counters-container .details-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.result-items-container .report-item .info-wrapper .counters-container .details-wrapper .period-item {
  display: flex;
  width: 20%;
}
.result-items-container .report-item .info-wrapper .counters-container .details-wrapper .period-item .period-label {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.result-items-container .report-item .info-wrapper .counters-container .details-wrapper .period-item .period-value {
  font-weight: bold;
}
.result-items-container .report-item .info-wrapper .counters-container .details-wrapper .graph-bar {
  width: 80%;
  border: 1px #032d42 solid;
  padding: 10px 10px;
  font-weight: bold;
}
.result-items-container .report-item .info-wrapper .partner-section {
  border: 1px #a7a7a7 solid;
}
.result-items-container .report-item .info-wrapper .partner-section h5 {
  display: flex;
  padding: 10px 10px;
  margin: 0;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.result-items-container .report-item .info-wrapper .partner-section .partner-list-container {
  display: flex;
  flex-wrap: wrap;
  display: none;
  box-sizing: border-box;
  padding: 5px 5px;
}
.result-items-container .report-item .info-wrapper .partner-section .partner-list-container .partner-item {
  border: 1px #e7e7e7 solid;
  padding: 5px 5px;
  margin: 5px 5px 5px 0;
  font-size: 14px;
}

footer {
  background-color: #fff;
  color: #000;
  padding: 50px 0;
}
footer .socials h4 {
  font-family: GilroyBold, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
footer .socials .social-item {
  display: inline-block;
  margin-right: 16px;
}
footer .socials .social-item img {
  width: 42px;
}
footer .logo {
  margin-top: 30px;
}
footer .logo td {
  vertical-align: middle;
  text-align: left;
}
footer .logo td img {
  margin: -10px 40px 0 0;
}
footer .logo td h5 {
  display: inline-block;
  font-family: GilroyBold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 10px;
}
footer .footer-links {
  margin-top: 20px;
}
footer .footer-links td {
  padding-right: 20px;
}
footer .footer-links td a {
  text-decoration: none;
  color: #000;
}
footer .footer-links td a:hover {
  text-decoration: underline;
}

.graph-bar {
  position: relative;
}
.graph-bar div {
  background-color: #62d84e;
  color: #000;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
