.graphs-section {
  background-image: url( /media/evms_public/promise/images/graphs-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #c7541f;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
   @media only screen and(min-width: 800px) {
    .graphs-section {
      flex-direction: row;
    }}
.graphs-section__single {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  height: auto;
}
   @media only screen and(min-width: 800px) {
    .graphs-section__single {
      width: 56%;
      justify-content: right;
      margin: 30px 10px 30px 0;
      }}
.graphs-section__single.active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1400px;
}
  @media only screen and (max-width: 400px) {
    .graphs-section__single.active {
      flex-direction: column;
  }}

.graphs-section__single__title {
  text-transform: capitalize;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin: 30px auto;
  font-size: 1.75em;
  flex-wrap: wrap;
}
  @media only screen and (max-width: 645px) {
    .graphs-section__single__title {
      font-size: 2em;
    }}

.graphs-section__single__title__pie {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
   @media only screen and(min-width: 1200px) {
    .graphs-section__single__title__pie {
      flex-direction: row;
      justify-content: right;
    }}


  .myChart3,
  .myChart5,
  .myChart7,
  .myChart9 {
   	width:300px;
    height:300px;
  }



   @media only screen and(min-width: 1200px) {
  .myChart1,
  .myChart3,
  .myChart5,
  .myChart7,
  .myChart9 {
    width: 56% !important;
    margin: 0;
    padding-right: 60px;
  }}
  @media only screen and (max-width: 645px) {
  .myChart1,
  .myChart3,
  .myChart5,
  .myChart7,
  .myChart9 {
    width: 80% !important;
    margin: 0;
  }}
   @media only screen and(min-width: 1200px) {
  .myChart1,
  .myChart3,
  .myChart5,
  .myChart7,
  .myChart9 {
    width: 56% !important;
    margin: 0;
    padding-right: 60px;
  }}

.graphs-section__single__tabs {
  width: 15%;
  display: flex;
  align-items: start;
  margin: 60px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: left;
}


  @media only screen and (max-width: 1000px) {
  .graphs-section__single__tabs {
    width: 60%;
  }}


  @media only screen and (max-width: 800px) {
  .graphs-section__single__tabs {
    width: 80%;
  }}


  @media only screen and (max-width: 400px) {
  .graphs-section__single__tabs {
    width: 90%;
  }}



  /* 
  @media only screen and (max-width: 400px) {
  .graphs-section__single__tabs {
    margin: 30px 0px;
  }}
  @media only screen and (max-width: 645px) {
  .graphs-section__single__tabs {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: 120px 0px 60px 0px;
    }}
  @media only screen and (max-width: 800px) {
  .graphs-section__single__tabs {
    width: 50%;
  }}
  @media only screen and (max-width: 1100px) {
  .graphs-section__single__tabs {
    width: 32%;
  }}
  @media only screen and (max-width: 1650px) {
  .graphs-section__single__tabs {
    width: 67%;
  }} */

.graphs-section__single__tabs-tab {
  width: 100%;
  color: #ffffff;
  padding: 10px;
  border: 2px #ffffff solid;
  background-color: #c7541f;;
  font-family: myriad-pro-semi-condensed, sans-serif;
  text-align: center;
  font-size: 1.25em;
}
  @media only screen and (max-width: 645px) {
  .graphs-section__single__tabs-tab {
    width: 80%;
    margin: 15px;
  }}

.graphs-section__single__tabs-tab:hover {
  background-color: #ffffff;
  color: #c7541f;;
}
.graphs-section__single__tabs-tab.active {
  background-color: #ffffff;
  color: #c7541f;;
}

.graphs-section__single__total {
  width: 100%;
  margin: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 400px) {
  .graphs-section__single__total {
    margin: 30px 0px;
  }}

.graphs-section__single__total__title {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 1.75em;
  margin: 15px 0px;
  text-align: center;
}

.graphs-section__single__total__num {
  width: 22%;
  font-size: 3.5em;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin: 15px 0px 60px;
  font-weight: 900;
}
  @media only screen and (max-width: 1650px) {
    .graphs-section__single__total__num {
      width: 45%;
      padding: 0px 30px;
    }}
  @media only screen and (max-width: 800px) {
    .graphs-section__single__total__num {
      width: 75%;
      font-size: 2em;
      margin: 0px 0px 30px;
    }}
    @media only screen and (max-width: 400px) {
  		.graphs-section__single__total__num {
    		font-size: 2em;
    		width: 100%;
  		}
}
.graphs-section__single__total__num:before {
  border: 5px solid #ffffff;
  border-right: none;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 5%;
  z-index: 1;
  display: block;
  position: absolute;
}

.graphs-section__single__total__num:after {
  border: 5px solid #ffffff;
  border-left: none;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 5%;
  z-index: 1;
  display: block;
  position: absolute;
}
.graphs-section__single__fundYear {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.graphs-section__single__fundYear__title {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 3em;
  margin: 60px 0px;
}
  @media only screen and (max-width: 400px) {
    .graphs-section__single__fundYear__title {
      margin: 30px 0px;
    }}
    @media only screen and (max-width: 645px) {
  .graphs-section__single__fundYear__title {
    font-size: 2em;
  }}
  @media only screen and (max-width: 645px) {
  .myChart2,
  .myChart4,
  .myChart6,
  .myChart8,
  .myChart10 {
    width: 90% !important;
  }}
.graphs-section__single__fundYear__bars {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}




