/***************************************************************** Begin Block Info Area ****************************************/
.block-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.block-card .card-overlay {
  background: rgba(18,143,155,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  overflow-y: hidden;
}

.block-card:hover .card-overlay {
  opacity: 1;
}

.cblock {
  padding-top: 50px;
}

.cblock-col { 
  display: flex;
  align-items:center;
  justify-content: center;
  padding: 0;
  background-position: center;
  background-size: cover;
}
 
.cblock-col2 { 
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 50px;
}

.cleftcol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
}

.crightcol {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cblockbtnlft { padding-top: 20px; padding-bottom: 30px; }

.cleft {
  width: 100%;
  height: 100%;
  padding: 0px 35px 0px 50px;
}

.cleft-line {
  border-left: 3px solid #008c99;
}

.cright {
  width: 100%;
  height: 100%;
  padding: 0px 50px 0px 35px;
}

.cright-line {
  border-right: 3px solid #008c99;
}

.cctr {
  width: 100%;
  padding: 0px 35px 0px 35px;
}

.cblock h2 {
  font-size: 2.625rem;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform:uppercase;
  line-height:115%;
}

.cblock p {
  font-family: 'freight-text-pro', Times, serif;
  font-size: 1.1rem;
  padding-bottom: 5px;
}

.cblock ul li {
  font-family: 'freight-text-pro', Times, serif;
  font-size: 1.1rem;
  text-align:left;
  padding-bottom: 20px;
}

.cblock p a {
  text-decoration: underline;
  font-family: 'freight-text-pro', Times, serif;
  font-size: 1.1rem;
  text-align:left;
}

.cdivcol {
  display: flex;
  flex-direction: column;
}

.cimage {
  max-width: 750px;
  width:100%;
  height: auto;
  flex-wrap: wrap;
}

.cicon { padding-left: 0px; padding-right: 20px; min-width: 100px; }

.cleftcol .caption, .crightcol .caption {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 5px 15px 0 0;
  text-align: left;
  max-width: 750px;
}

.sdisclaimer {
  font-family: 'freight-text-pro', Times, serif;
  font-size: 0.625em !important;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 991px) {
  .cleftcol, .crightcol {
    justify-content: center;
  }
  .cleft {
    padding: 0px 15px 0px 30px;
  }

  .cright {
    padding: 0px 30px 0px 15px;
  }

  .cicon { padding-right: 0px; min-width: 100px; }
}

@media (max-width: 767px) {
.cblock h2 { font-size: 2.4rem; }
}
/***************************************************************** End Block Info Area ******************************************/
/***************************************************************** Begin Chart **************************************************/
#return-comparison h1 {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 1.5rem;
  line-height: 4rem;
}
#graph {
  height: 200px;
  position: relative;
}
#graph .data-cont {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  width: 92%;
  height: 100%;
  margin: 0;
  right: 0;
}
#graph .data-cont .bar-group {
  text-align: center;
  bottom: -20px;
  position: relative;
  bottom: 0;
  display: inline-block;
  width: 25%;
}
#graph .data-cont .bar-group header { margin-bottom: 0; }
#graph .data-cont .bar-group header h1 {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 1.1rem;
  line-height: 1rem;
  margin: 0 0 5px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#graph .data-cont .bar-group header h1:before { content: none; }
#graph .data-cont .bar-group div.chart-bar {
  width: 90%;
  max-width: 97px;
  background-color: #ececec;
  margin: 0 auto;
  -webkit-transition: height 1s ease-out;
  -moz-transition: height 1s ease-out;
  transition: height 1s ease-out;
}
#graph .data-cont .bar-group div.minrate { background-color: #008C99; }
#graph .data-cont .bar-group div.maxrate { background-color: #003333; }
#graph .data-cont .bar-group footer {
  color: #999999;
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  width: 90%;
  font-size: 13px;
  line-height: 17px;
  padding-top: 10px;
}
#graph.hidedata .data-cont .bar-group header { opacity: 0; }
#graph.hidedata .data-cont .bar-group div.chart-bar { height: 0 !important; }
#graph .grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#graph .label-y {
  color: #999999;
  font-size: 12px;
  border-bottom: 1px solid #ececec;
  width: 100%;
  margin: 0;
  line-height: 1em;
}
.disclaim { font-family: 'proxima-nova', Arial, sans-serif !important; font-weight: 500; font-size: 0.875rem !important;  }
/***************************************************************** End Chart ****************************************************/