@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i");
* {
  box-sizing: border-box;
}
/*MODULE CODE*/
.Module-Heading {
  font-family: klavika-web-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 94px;
  line-height: 86px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.Module-Heading span {
  color: #e64b1a;
  font-style: italic;
}
.Module-Heading2 {
  font-family: klavika-web-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 63px;
  line-height: 55px;
  text-transform: uppercase;
	margin-bottom: 0px;
}
.Module-Subhead {
  font-family: klavika-web-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
}
.Module-Body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.Module-Disclaimer {
  font-family: 'Noto Sans', sans-serif;
  font-size: 10px;
  line-height: 12px;
}
.ModuleHero .section-wrapper .content-box {
  max-width: 780px;
  padding: 50px 50px 50px 0px;
}
.section-wrapper {
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
}
sup {
  font-size: 60%;
}
.body {
  background-color: #000000;
  font-family: 'Noto Sans', sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.section-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-wrapper.align-right {
  align-items: flex-end;
}
/*MODULE HERO*/
.ModuleHero .section-wrapper {
  max-width: 1700px;
}
.section-content.ModuleHero {
  background-image: url('../images/Hero-Avatar.jpg');
  background-repeat: no-repeat;
  background-position: 240% 50%;
  background-size: cover;
  display: flex;
  padding: 50px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  min-height: 500px;
}
.ModuleHero-mobile-img {
  display: none;
}
.section-content.ModuleHero {
  min-height: 500px;
}
/*MODULE CHART*/
.ModuleChart .section-wrapper {
  max-width: 1100px;
}
table.chart {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-top: 66px;
}
table.chart td {
  color: #ffffff;
  padding: 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
table.chart td:first-child {
  border-left: none;
  width: 50%;
}
/*table.chart td:nth-child(2), table.chart td:nth-child(3), table.chart td:nth-child(4) {
  width: 50%;
}*/
table.chart td:last-child {
  border-right: none;
}
table.chart .header-row {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  background-image: url('../images/chart-header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
table.chart .header-row td {
  padding-top: 10px;
  padding-bottom: 10px;
}
table.chart .chart-check {
  vertical-align: top;
}
table.chart .chart-body, table.chart .chart-check {
  text-align: center;
  vertical-align: middle;
	width: 50%;
}
table.chart .chart-body p, table.chart .chart-body-left p, table.chart .chart-body-right p{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
 font-size: 18px;
  line-height: 26px;
}

table.chart .chart-body-left {
  vertical-align: top;
	text-align: center;
	border-right: 0px;
	width:25% !important;
} 
table.chart .chart-body-middle{
	  vertical-align: middle;
	text-align: center;
	border-left: 0px;
    border-right: 0px;
	min-width:52px;
}
table.chart .chart-body-right{
	  vertical-align: top;
	text-align: center;
	border-left: 0px;
width:25%;
}

table.chart .chart-body-left ul {
  margin: 0px;
}
table.chart .chart-body-left li {
  padding-bottom: 10px;
}
table.chart .chart-body p {
  margin-top: 15px;
  margin-bottom: 15px;
}
table.chart p.chart-footnotes {
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
table.chart .label-row {}
table.chart .dark-row {
  background-color: #141414;
}
table.chart .light-row {
  background-color: #212121;
}
.chart-title {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: top;
  margin-top: 10px;
  font-family: klavika-web-condensed, sans-serif;
  font-weight: 500;
}
td > div {
  position: relative;
  padding: 0px;
}
.chart-addition {
  position: absolute;
  top: 50%;
  right: -34px;
  padding: 0px;
}
table.chart .title-row td {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 25px;
  border-bottom: 1px solid #333;
}
table.chart tr:nth-child(3) {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/*MODULE FOOTER*/
.ModuleFooter .section-wrapper {
  max-width: 1100px;
}
.ModuleFooter {
  background-image: url('../images/Module-Footer-BG.jpg');
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.ModuleFooter .section-wrapper .content-box {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
}
.ModuleFooter-logos {
  margin-bottom: 50px;
  margin-top: 20px;
  max-width: 424px;
  height: auto;
  align-self: center;
}
.ModuleFooter .content-box {
  margin-left: auto;
  width: 100%;
  margin-right: auto;
}
.ModuleFooter a {
  color: #fff;
  text-decoration: none;
}
.ModuleFooter a:hover {
  text-decoration: underline;
}
@media (max-width: 2020px) {
  .section-content.ModuleHero {
    background-position: 40% 50%;
  }
}
@media (max-width: 1920px) {
  .section-content.ModuleHero {
    background-position: 60% 50%;
  }
}
@media (max-width: 1250px) {
  .section-content.ModuleHero {
    background-position: 65% 50%;
  }
	.ModuleHero .section-wrapper .content-box {
  max-width: 600px;
  padding: 50px 50px 50px 0px;
}
	.Module-Heading {
  font-size: 90px;
  line-height: 80px;
}

.Module-Heading2 {
  font-size: 60px;
  line-height: 50px;
}
.Module-Subhead {
  font-size: 32px;
  line-height: 34px;
}
}
@media (max-width: 767px) {
  .ModuleHero-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .Module-Heading {
    font-size: 86px;
  }
  .Module-Subhead {
    font-size: 38px;
    line-height: 40px;
  }
  .section-content.ModuleHero {
    background: #000;
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 30px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-content.ModuleHero .content-box {
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding-bottom: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ModuleHero-mobile-img {
    margin: 0 auto;
    display: block;
  }
  .section-wrapper .content-box {
    max-width: 100%;
  }
  .Module-Disclaimer {
    padding-left: 30px;
    padding-right: 30px;
  }
  table.chart {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {}
@media (max-width: 600px) {}