@charset "UTF-8";
/* E.g.
@include breakpoint($medium-2) {
	width: 30%;
}
*/
/*
  Font face declaration 
*/
@font-face {
  font-family: oraclesans-regular;
  src: url("../fonts/OracleSans_W_Rg.woff2") format("woff2"), url("../fonts/OracleSans_W_Rg.woff") format("woff"); }

@font-face {
  font-family: oraclesans-semibold;
  src: url("../fonts/OracleSans_W_SBd.woff2") format("woff2"), url("../fonts/OracleSans_W_SBd.woff") format("woff"); }

@font-face {
  font-family: oraclesans-bold;
  src: url("../fonts/OracleSans_W_Bd.woff2") format("woff2"), url("../fonts/OracleSans_W_Bd.woff") format("woff"); }

@font-face {
  font-family: oraclesans-light;
  src: url("../fonts/OracleSans-Light.woff2") format("woff2"), url("../fonts/OracleSans-Light.woff") format("woff"); }

@font-face {
  font-family: georgia;
  src: url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"); }

@font-face {
  font-family: georgia-bold;
  src: url("../fonts/Georgia_Bold.woff2") format("woff2"), url("../fonts/Georgia_Bold.woff") format("woff"); }

@font-face {
  font-family: MyriadPro-Regular, Myriad Pro;
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  fmin-height: 60px;
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%;
  background-color: #ffffff;
  margin: 0;
  padding: 0; }

body {
  font-family: "oraclesans-regular", Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #312D2A;
  margin: 0;
  padding: 0; }

p {
  letter-spacing: 0.02rem; }

.widow {
  white-space: nowrap; }

sup {
  font-size: 12px; }
  sup a,
  sup a:link,
  sup a:visited {
    color: #312D2A;
    font-size: 12px; }

ul li {
  list-style-type: none; }

.wrapper {
  max-width: 1018px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  padding: 0 1.5rem; }
  @media (min-width: 768px) {
    .wrapper {
      width: 90%;
      padding: 0; } }
  .wrapper .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 768px) {
      .wrapper .container {
        width: 90%;
        padding: 0 15px; } }

p {
  font-family: "oraclesans-regular", Helvetica, sans-serif;
  color: #312D2A;
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    p {
      font-size: 2rem;
      line-height: 2.6rem; } }

ul li {
  font-size: 1.6rem;
  line-height: 2.3rem; }
  @media (min-width: 992px) {
    ul li {
      font-size: 2rem;
      line-height: 2.6rem; } }

strong {
  font-family: "oraclesans-bold", Helvetica, sans-serif;
  font-weight: normal; }

a {
  text-decoration: none;
  outline: none; }
  a:hover, a:active, a:visited {
    text-decoration: none;
    outline: none; }

label {
  font-family: "oraclesans-light", Helvetica, sans-serif;
  color: #312D2A; }

h1,
h2,
h3,
h4 {
  font-family: "oraclesans-regular", Helvetica, sans-serif;
  color: #312D2A;
  font-weight: normal;
  margin-bottom: 2rem; }

h1 {
  font-family: "georgia", Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3rem; }
  @media (min-width: 576px) {
    h1 {
      font-size: 4rem; } }
  h1 span {
    font-size: 4.8rem;
    line-height: 6rem;
    font-weight: normal;
    display: block; }

h2 {
  font-size: 3rem;
  line-height: 3.8rem; }
  @media (min-width: 992px) {
    h2 {
      font-size: 4rem;
      line-height: 4.8rem; } }

h4 {
  font-family: "oraclesans-light", Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3; }

.clear {
  clear: both; }

.orange-button {
  padding: 1.2rem 3rem;
  color: #ffffff;
  background-color: #ae562c;
  border-radius: 0.8rem;
  margin-top: 2rem;
  display: inline-block; }
  .orange-button:visited, .orange-button:link {
    color: #ffffff;
    outline: 0 !important; }
  .orange-button:hover {
    background-color: #dd6000; }

.carousel {
  margin: 5rem 0; }
  .carousel .carousel-inner {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem; }
    @media (min-width: 576px) {
      .carousel .carousel-inner {
        padding: 4rem; } }
    @media (min-width: 992px) {
      .carousel .carousel-inner {
        padding: 6rem 4rem; } }
    .carousel .carousel-inner .carousel-item .item-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item .item-wrap {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .carousel .carousel-inner .carousel-item .left-num {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 2rem; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item .left-num {
          width: 55%;
          padding-right: 5rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          float: left;
          margin-bottom: 0; } }
      .carousel .carousel-inner .carousel-item .left-num p {
        font-size: 2rem; }
      .carousel .carousel-inner .carousel-item .left-num strong {
        font-size: 2.5rem;
        vertical-align: top;
        display: block;
        margin-bottom: 2rem;
        font-weight: normal;
        font-family: "oraclesans-regular", Helvetica, sans-serif; }
      .carousel .carousel-inner .carousel-item .left-num .num {
        font-size: 5rem;
        font-family: "georgia", Helvetica, sans-serif;
        line-height: 0.4;
        margin-right: 1rem;
        margin-bottom: 0;
        -webkit-transform: translateY(0) scale(0.84, 1);
        -ms-transform: translateY(0) scale(0.84, 1);
        transform: translateY(0) scale(0.84, 1); }
        @media (min-width: 576px) {
          .carousel .carousel-inner .carousel-item .left-num .num {
            font-size: 10rem;
            margin-right: 2rem; } }
        @media (min-width: 640px) {
          .carousel .carousel-inner .carousel-item .left-num .num {
            font-size: 12rem; } }
        @media (min-width: 992px) {
          .carousel .carousel-inner .carousel-item .left-num .num {
            font-size: 22rem;
            line-height: 0;
            -webkit-transform: translateY(-6rem) scale(0.84, 1);
            -ms-transform: translateY(-6rem) scale(0.84, 1);
            transform: translateY(-6rem) scale(0.84, 1); } }
        @media (min-width: 1200px) {
          .carousel .carousel-inner .carousel-item .left-num .num {
            font-size: 32rem; } }
    @media (min-width: 576px) {
      .carousel .carousel-inner .carousel-item .right-pie {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: left; } }
    @media (min-width: 992px) {
      .carousel .carousel-inner .carousel-item .right-pie {
        padding-left: 5rem;
        width: 50%;
        border-left: 2px solid #e6ac58; } }
    .carousel .carousel-inner .carousel-item .right-pie .pie {
      width: 200px;
      height: 200px;
      display: block;
      position: relative;
      margin: 0 auto; }
      @media (min-width: 576px) {
        .carousel .carousel-inner .carousel-item .right-pie .pie {
          min-width: 200px;
          margin: 0 2rem 0 0;
          display: inline-block; } }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item .right-pie .pie {
          width: 250px;
          height: 250px; } }
      .carousel .carousel-inner .carousel-item .right-pie .pie .number {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        left: 0;
        width: 100%;
        text-align: center;
        font-weight: bold;
        color: #312D2A;
        font-family: "georgia", Helvetica, sans-serif;
        font-size: 5rem;
        font-weight: normal;
        line-height: 0.8; }
        @media (min-width: 992px) {
          .carousel .carousel-inner .carousel-item .right-pie .pie .number {
            font-size: 8rem; } }
        @media (min-width: 1200px) {
          .carousel .carousel-inner .carousel-item .right-pie .pie .number {
            top: 54%; } }
        .carousel .carousel-inner .carousel-item .right-pie .pie .number sub {
          font-weight: bold;
          font-size: 60%; }
        .carousel .carousel-inner .carousel-item .right-pie .pie .number span {
          position: relative;
          bottom: -8px; }
          @media (min-width: 992px) {
            .carousel .carousel-inner .carousel-item .right-pie .pie .number span {
              bottom: -14px; } }
      .carousel .carousel-inner .carousel-item .right-pie .pie #progress_animate1,
      .carousel .carousel-inner .carousel-item .right-pie .pie #progress_animate2,
      .carousel .carousel-inner .carousel-item .right-pie .pie #progress_animate3,
      .carousel .carousel-inner .carousel-item .right-pie .pie #progress_animate4 {
        stroke-linecap: round; }
    .carousel .carousel-inner .carousel-item .right-pie .para-wrap {
      display: inline-block;
      margin-bottom: 0;
      text-align: center; }
      @media (min-width: 576px) {
        .carousel .carousel-inner .carousel-item .right-pie .para-wrap {
          text-align: left; } }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item .right-pie .para-wrap {
          width: 40%; } }
      .carousel .carousel-inner .carousel-item .right-pie .para-wrap p {
        font-family: "oraclesans-regular", Helvetica, sans-serif; }
    .carousel .carousel-inner .carousel-item .right-pie .icon {
      width: 60px;
      height: 50px;
      background: url("../images/robot.svg") no-repeat;
      margin: 0 auto 1rem auto; }
      @media (min-width: 576px) {
        .carousel .carousel-inner .carousel-item .right-pie .icon {
          margin: 0 0 1rem 0; } }
    .carousel .carousel-inner .carousel-item.item-1 .num {
      color: #e6ac58;
      -webkit-transform: translateY(0) scale(1, 1);
      -ms-transform: translateY(0) scale(1, 1);
      transform: translateY(0) scale(1, 1); }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-1 .num {
          line-height: 0;
          -webkit-transform: translateY(-3.5rem) scale(1, 1);
          -ms-transform: translateY(-3.5rem) scale(1, 1);
          transform: translateY(-3.5rem) scale(1, 1); } }
    .carousel .carousel-inner .carousel-item.item-2 .left-num .num {
      color: #a9bebc; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-2 .left-num .num {
          line-height: 0;
          -webkit-transform: translateY(-4rem) scale(0.84, 1);
          -ms-transform: translateY(-4rem) scale(0.84, 1);
          transform: translateY(-4rem) scale(0.84, 1); } }
    .carousel .carousel-inner .carousel-item.item-2 .right-pie {
      border-color: #a9bebc; }
    .carousel .carousel-inner .carousel-item.item-3 .left-num .num {
      color: #8bae81; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-3 .left-num .num {
          font-size: 26.4rem; } }
    .carousel .carousel-inner .carousel-item.item-3 .right-pie {
      border-color: #8bae81; }
    .carousel .carousel-inner .carousel-item.item-4 .left-num .num {
      color: #dd6000; }
      @media (min-width: 992px) {
        .carousel .carousel-inner .carousel-item.item-4 .left-num .num {
          font-size: 26.4rem; } }
    .carousel .carousel-inner .carousel-item.item-4 .right-pie {
      border-color: #dd6000; }
      .carousel .carousel-inner .carousel-item.item-4 .right-pie .number font {
        font-size: 110%; }
  .carousel .carousel-wrap {
    bottom: -40px;
    width: 220px;
    margin: 0 auto; }
  .carousel .carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .carousel .carousel-indicators li {
      background-color: #403c38;
      border: none;
      height: 6px;
      background-clip: inherit;
      opacity: 1;
      width: 25px;
      margin-right: 5px;
      margin-left: 5px; }
      .carousel .carousel-indicators li.active {
        border: 2px solid #403c38;
        background-color: transparent; }
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    outline: 0 !important;
    width: auto; }
  @media (min-width: 992px) {
    .carousel .carousel-control-next {
      right: 0; } }
  .carousel .carousel-control-next .carousel-control-next-icon {
    background: url(../images/slider-arrow-right.svg) no-repeat;
    background-position: center; }
  @media (min-width: 992px) {
    .carousel .carousel-control-prev {
      left: 0; } }
  .carousel .carousel-control-prev .carousel-control-prev-icon {
    background: url(../images/slider-arrow-right.svg) no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (min-width: 992px) {
  .divide-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.divide-flex .sub-title h3 {
  font-size: 4rem;
  font-family: "georgia", Helvetica, sans-serif;
  color: #41817e; }
  @media (min-width: 992px) {
    .divide-flex .sub-title h3 {
      font-size: 5.2rem;
      text-align: right;
      border-right: 2px solid #e6ac58;
      padding-right: 6rem; } }
  .divide-flex .sub-title h3 br {
    display: none; }
    @media (min-width: 992px) {
      .divide-flex .sub-title h3 br {
        display: block; } }

.divide-flex .bottom-para {
  width: 100%; }
  @media (min-width: 992px) {
    .divide-flex .bottom-para {
      padding-left: 5rem;
      width: 68%; } }
  .divide-flex .bottom-para p {
    font-size: 2rem;
    font-family: "oraclesans-light", Helvetica, sans-serif;
    line-height: 1.3; }
    @media (min-width: 992px) {
      .divide-flex .bottom-para p {
        font-size: 3rem; } }

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }

#section5 .chart-box .percentage-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #section5 .chart-box .percentage-wrap .position-1,
  #section5 .chart-box .percentage-wrap .position-2,
  #section5 .chart-box .percentage-wrap .position-3,
  #section5 .chart-box .percentage-wrap .position-4,
  #section5 .chart-box .percentage-wrap .position-5,
  #section5 .chart-box .percentage-wrap .position-6,
  #section5 .chart-box .percentage-wrap .position-7,
  #section5 .chart-box .percentage-wrap .position-8,
  #section5 .chart-box .percentage-wrap .position-9 {
    position: absolute; }
    #section5 .chart-box .percentage-wrap .position-1 svg,
    #section5 .chart-box .percentage-wrap .position-2 svg,
    #section5 .chart-box .percentage-wrap .position-3 svg,
    #section5 .chart-box .percentage-wrap .position-4 svg,
    #section5 .chart-box .percentage-wrap .position-5 svg,
    #section5 .chart-box .percentage-wrap .position-6 svg,
    #section5 .chart-box .percentage-wrap .position-7 svg,
    #section5 .chart-box .percentage-wrap .position-8 svg,
    #section5 .chart-box .percentage-wrap .position-9 svg {
      position: absolute;
      height: auto; }
    #section5 .chart-box .percentage-wrap .position-1 span,
    #section5 .chart-box .percentage-wrap .position-2 span,
    #section5 .chart-box .percentage-wrap .position-3 span,
    #section5 .chart-box .percentage-wrap .position-4 span,
    #section5 .chart-box .percentage-wrap .position-5 span,
    #section5 .chart-box .percentage-wrap .position-6 span,
    #section5 .chart-box .percentage-wrap .position-7 span,
    #section5 .chart-box .percentage-wrap .position-8 span,
    #section5 .chart-box .percentage-wrap .position-9 span {
      font-size: 2rem;
      color: #e6ac58;
      font-family: "oraclesans-bold", Helvetica, sans-serif; }
  #section5 .chart-box .percentage-wrap .position-1 {
    padding-left: 5rem;
    right: -5%;
    top: 1%; }
    #section5 .chart-box .percentage-wrap .position-1 svg {
      left: 0;
      width: 5rem;
      top: 11px; }
    #section5 .chart-box .percentage-wrap .position-1 span {
      color: #c74634; }
  #section5 .chart-box .percentage-wrap .position-2 {
    padding-bottom: 2rem;
    right: -12%;
    bottom: 12%;
    padding-left: 5rem;
    overflow: hidden; }
    #section5 .chart-box .percentage-wrap .position-2 svg {
      right: 16px;
      width: 9rem;
      bottom: 0;
      height: auto; }
    #section5 .chart-box .percentage-wrap .position-2 span {
      color: #94afaf; }
  #section5 .chart-box .percentage-wrap .position-3 {
    padding-right: 4rem;
    left: -25%;
    bottom: 43%; }
    #section5 .chart-box .percentage-wrap .position-3 svg {
      right: 0;
      width: 4rem;
      bottom: 4px; }
    #section5 .chart-box .percentage-wrap .position-3 span {
      color: #e6ac58; }
  #section5 .chart-box .percentage-wrap .position-4 {
    padding-right: 8rem;
    left: 2%;
    top: -5px; }
    @media (min-width: 576px) {
      #section5 .chart-box .percentage-wrap .position-4 {
        top: 0; } }
    #section5 .chart-box .percentage-wrap .position-4 svg {
      right: 0;
      width: 8rem;
      bottom: 1px; }
    #section5 .chart-box .percentage-wrap .position-4 span {
      color: #6e9366; }
  #section5 .chart-box .percentage-wrap .position-5 {
    padding-right: 4rem;
    left: -20%;
    top: 20%; }
    #section5 .chart-box .percentage-wrap .position-5 svg {
      right: 0;
      width: 4rem;
      bottom: 4px; }
    #section5 .chart-box .percentage-wrap .position-5 span {
      color: #c74634; }
  #section5 .chart-box .percentage-wrap .position-6 {
    padding-bottom: 2rem;
    right: -25%;
    top: 32%;
    padding-left: 4rem;
    overflow: hidden; }
    #section5 .chart-box .percentage-wrap .position-6 svg {
      right: 22px;
      width: 8rem;
      bottom: 0;
      height: auto; }
    #section5 .chart-box .percentage-wrap .position-6 span {
      color: #94afaf; }
  #section5 .chart-box .percentage-wrap .position-7 {
    padding-left: 5rem;
    right: -8%;
    top: 7%; }
    #section5 .chart-box .percentage-wrap .position-7 svg {
      left: 0;
      width: 5rem;
      top: 11px; }
    #section5 .chart-box .percentage-wrap .position-7 span {
      color: #c74634; }
  #section5 .chart-box .percentage-wrap .position-8 {
    padding-bottom: 2.5rem;
    right: -17%;
    bottom: 22%;
    padding-left: 4rem;
    overflow: hidden; }
    #section5 .chart-box .percentage-wrap .position-8 svg {
      right: 16px;
      width: 9rem;
      bottom: 0;
      height: auto; }
    #section5 .chart-box .percentage-wrap .position-8 span {
      color: #6e9366; }
  #section5 .chart-box .percentage-wrap .position-9 {
    padding-right: 4rem;
    left: -25%;
    top: 34%;
    overflow: hidden; }
    #section5 .chart-box .percentage-wrap .position-9 svg {
      right: -36px;
      width: 8rem;
      bottom: 12px; }
    #section5 .chart-box .percentage-wrap .position-9 span {
      color: #dea654; }

#section2c .percentage-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #section2c .percentage-wrap .position-1,
  #section2c .percentage-wrap .position-2 {
    position: absolute; }
    #section2c .percentage-wrap .position-1 svg,
    #section2c .percentage-wrap .position-2 svg {
      position: absolute;
      height: auto; }
    #section2c .percentage-wrap .position-1 span,
    #section2c .percentage-wrap .position-2 span {
      font-size: 2rem;
      color: #e6ac58;
      font-family: "oraclesans-bold", Helvetica, sans-serif; }
  #section2c .percentage-wrap .position-1 {
    padding-left: 3rem;
    right: -11%;
    top: 16%; }
    @media (min-width: 576px) {
      #section2c .percentage-wrap .position-1 {
        padding-left: 6rem; } }
    #section2c .percentage-wrap .position-1 svg {
      left: 0;
      width: 3rem;
      top: 11px; }
      @media (min-width: 576px) {
        #section2c .percentage-wrap .position-1 svg {
          width: 5rem; } }
    #section2c .percentage-wrap .position-1 span {
      color: #c74634; }
  #section2c .percentage-wrap .position-2 {
    padding-right: 2rem;
    left: -14%;
    top: 34%; }
    @media (min-width: 576px) {
      #section2c .percentage-wrap .position-2 {
        padding-right: 5rem;
        left: -17%; } }
    #section2c .percentage-wrap .position-2 svg {
      right: 3px;
      width: 2rem;
      bottom: 9px;
      height: 100%; }
      @media (min-width: 576px) {
        #section2c .percentage-wrap .position-2 svg {
          width: 4rem; } }
    #section2c .percentage-wrap .position-2 span {
      color: #dca553; }

#section2c .manager-chart {
  z-index: 1;
  position: relative; }

@media (max-width: 767px) {
  .sticky-wrapper {
    display: none; } }

h2.content-heading {
  font-family: "georgia", Helvetica, sans-serif;
  font-size: 3.2rem; }

.MS-Edge nav {
  min-height: 72px; }
  @media (max-width: 767px) {
    .MS-Edge nav {
      min-height: 52px; } }
  @media (min-width: 1024px) {
    .MS-Edge nav {
      min-height: 52px; } }

#vchart-1 .cls-1 {
  isolation: isolate; }

#vchart-1 .cls-17,
#vchart-1 .cls-2 {
  fill: none;
  stroke: #d9d9d6;
  stroke-miterlimit: 10; }

#vchart-1 .cls-2 {
  stroke-width: 0.5px; }

#vchart-1 .cls-3 {
  fill: #c74634; }

#vchart-1 .cls-4 {
  opacity: 0.1;
  mix-blend-mode: multiply; }

#vchart-1 .cls-12,
#vchart-1 .cls-15,
#vchart-1 .cls-5 {
  font-size: 12px;
  fill: #312d2a; }

#vchart-1 .cls-12,
#vchart-1 .cls-15,
#vchart-1 .cls-18,
#vchart-1 .cls-5 {
  font-family: OracleSans-UltraLight, OracleSans UltraLight;
  font-weight: 100; }

#vchart-1 .cls-6 {
  letter-spacing: 0.01em; }

#vchart-1 .cls-7 {
  letter-spacing: -0.01em; }

#vchart-1 .cls-8 {
  letter-spacing: 0em; }

#vchart-1 .cls-9 {
  letter-spacing: -0.03em; }

#vchart-1 .cls-10 {
  letter-spacing: -0.01em; }

#vchart-1 .cls-11 {
  letter-spacing: -0.01em; }

#vchart-1 .cls-12 {
  letter-spacing: 0.01em; }

#vchart-1 .cls-13 {
  letter-spacing: 0em; }

#vchart-1 .cls-14 {
  letter-spacing: -0.01em; }

#vchart-1 .cls-15 {
  letter-spacing: -0.03em; }

#vchart-1 .cls-16 {
  letter-spacing: 0em; }

#vchart-1 .cls-18 {
  font-size: 9px; }

#vchart-1 text {
  font-family: "oraclesans-light", Helvetica, sans-serif !important;
  line-height: 2.6rem;
  color: #312d2a;
  font-size: 12px !important; }

#vchart-1 tspan {
  border: 1px solid red !important; }

#hbarcharts1 .st0 {
  fill: #41817E; }

#hbarcharts1 .st1 {
  opacity: 0.1; }

#hbarcharts1 .st2 {
  fill: #FFFFFF; }

#hbarcharts1 .st3 {
  fill: #312D2A; }

#hbarcharts1 .st4 {
  fill: none;
  stroke: #D9D9D6;
  stroke-miterlimit: 10; }

#hbarchart-sec2 .cls-1 {
  isolation: isolate; }

#hbarchart-sec2 .cls-2 {
  fill: #c74634; }

#hbarchart-sec2 .cls-3 {
  opacity: 0.1;
  mix-blend-mode: multiply; }

#hbarchart-sec2 .cls-4 {
  fill: #fff; }

#hbarchart-sec2 .cls-10,
#hbarchart-sec2 .cls-35,
#hbarchart-sec2 .cls-5 {
  font-size: 9px;
  fill: #312d2a;
  font-family: OracleSans-Light, OracleSans Light;
  font-weight: 300; }

#hbarchart-sec2 .cls-6 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-7 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-8 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-9 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-10 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-11 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-12 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-13 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-14 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-15 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-16 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-17 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-18 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-19 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-20 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-21 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-22 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-23 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-24 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-25 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-26 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-27 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-28 {
  letter-spacing: -0.02em; }

#hbarchart-sec2 .cls-29 {
  letter-spacing: -0.01em; }

#hbarchart-sec2 .cls-30 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-31 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-32 {
  letter-spacing: 0.01em; }

#hbarchart-sec2 .cls-33 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-34 {
  letter-spacing: -0.01em; }

#hbarchart-sec2 .cls-35 {
  letter-spacing: -0.02em; }

#hbarchart-sec2 .cls-36 {
  letter-spacing: -0.01em; }

#hbarchart-sec2 .cls-37 {
  letter-spacing: 0em; }

#hbarchart-sec2 .cls-38 {
  fill: none;
  stroke: #d9d9d6;
  stroke-miterlimit: 10; }

#hbarchart3-1 .cls-1 {
  isolation: isolate; }

#hbarchart3-1 .cls-2 {
  fill: #759c6c; }

#hbarchart3-1 .cls-3 {
  opacity: 0.1;
  mix-blend-mode: multiply; }

#hbarchart3-1 .cls-4 {
  font-size: 10px;
  fill: #fff;
  font-family: OracleSans-Bold, OracleSans Bold;
  font-weight: 700; }

#hbarchart3-1 .cls-5 {
  font-size: 9px;
  font-family: OracleSans-regular, OracleSans Light;
  font-weight: 300; }

#hbarchart3-1 .cls-43,
#hbarchart3-1 .cls-5 {
  fill: #312d2a; }

#hbarchart3-1 .cls-6 {
  letter-spacing: -0.01em; }

#hbarchart3-1 .cls-7 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-8 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-9 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-10 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-11 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-12 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-13 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-14 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-15 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-16 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-17 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-18 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-19 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-20 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-21 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-22 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-23 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-24 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-25 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-26 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-27 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-28 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-29 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-30 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-31 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-32 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-33 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-34 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-35 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-36 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-37 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-38 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-39 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-40 {
  letter-spacing: -0.01em; }

#hbarchart3-1 .cls-41 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-42 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-44 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-45 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-46 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-47 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-48 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-49 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-50 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-51 {
  letter-spacing: 0.03em; }

#hbarchart3-1 .cls-52 {
  letter-spacing: 0em; }

#hbarchart3-1 .cls-53 {
  letter-spacing: 0.01em; }

#hbarchart3-1 .cls-54 {
  letter-spacing: -0.01em; }

#hbarchart3-1 .cls-55 {
  fill: none;
  stroke: #d9d9d6;
  stroke-miterlimit: 10;
  stroke-width: 0.87px; }

#hbarchart3-1 text {
  font-weight: 700; }

#hbarchart3-2 .cls-1 {
  isolation: isolate; }

#hbarchart3-2 .cls-2 {
  fill: #94afaf; }

#hbarchart3-2 .cls-3 {
  opacity: 0.1;
  mix-blend-mode: multiply; }

#hbarchart3-2 .cls-4 {
  font-size: 10px;
  fill: #fff;
  font-family: OracleSans-Bold, OracleSans Bold;
  font-weight: 700; }

#hbarchart3-2 .cls-20,
#hbarchart3-2 .cls-5 {
  font-size: 9px;
  font-family: OracleSans-Light, OracleSans Light;
  font-weight: 300; }

#hbarchart3-2 .cls-20,
#hbarchart3-2 .cls-26,
#hbarchart3-2 .cls-5 {
  fill: #312d2a; }

#hbarchart3-2 .cls-6 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-7 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-8 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-9 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-10 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-11 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-12 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-13 {
  letter-spacing: -0.01em; }

#hbarchart3-2 .cls-14 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-15 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-16 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-17 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-18 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-19 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-20 {
  letter-spacing: -0.01em; }

#hbarchart3-2 .cls-21 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-22 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-23 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-24 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-25 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-27 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-28 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-29 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-30 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-31 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-32 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-33 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-34 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-35 {
  letter-spacing: 0.03em; }

#hbarchart3-2 .cls-36 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-37 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-38 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-39 {
  letter-spacing: -0.01em; }

#hbarchart3-2 .cls-40 {
  letter-spacing: -0.01em; }

#hbarchart3-2 .cls-41 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-42 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-43 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-44 {
  letter-spacing: 0.02em; }

#hbarchart3-2 .cls-45 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-46 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-47 {
  letter-spacing: -0.01em; }

#hbarchart3-2 .cls-48 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-49 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-50 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-51 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-52 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-53 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-54 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-55 {
  letter-spacing: 0.03em; }

#hbarchart3-2 .cls-56 {
  letter-spacing: -0.04em; }

#hbarchart3-2 .cls-57 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-58 {
  letter-spacing: 0em; }

#hbarchart3-2 .cls-59 {
  letter-spacing: 0.03em; }

#hbarchart3-2 .cls-60 {
  letter-spacing: 0.01em; }

#hbarchart3-2 .cls-61 {
  fill: none;
  stroke: #d9d9d6;
  stroke-miterlimit: 10;
  stroke-width: 0.87px; }

#hbarchart3-2 text {
  font-weight: 700 !important; }

#hbarchart4-1 .st0 {
  fill: #E6AC58; }

#hbarchart4-1 .st1 {
  opacity: 0.05; }

#hbarchart4-1 .st2 {
  fill: #FFFFFF; }

#hbarchart4-1 .st3 {
  fill: #312D2A; }

#hbarchart4-1 .st4 {
  fill: none;
  stroke: #D9D9D6;
  stroke-width: 0.8724;
  stroke-miterlimit: 10; }

#hbarchart4-2 .st0 {
  fill: #AE562C; }

#hbarchart4-2 .st1 {
  opacity: 0.05; }

#hbarchart4-2 .st2 {
  fill: #FFFFFF; }

#hbarchart4-2 .st3 {
  fill: #312D2A; }

#hbarchart4-2 .st4 {
  fill: none;
  stroke: #D9D9D6;
  stroke-width: 0.8724;
  stroke-miterlimit: 10; }

#hbarchart4-3 .cls-1 {
  isolation: isolate; }

#hbarchart4-3 .cls-2 {
  fill: #ae562c; }

#hbarchart4-3 .cls-3 {
  opacity: 0.1; }

#hbarchart4-3 .cls-3,
#hbarchart4-3 .cls-5 {
  mix-blend-mode: multiply; }

#hbarchart4-3 .cls-4 {
  fill: #e5dbbe; }

#hbarchart4-3 .cls-5 {
  opacity: 0.05; }

#hbarchart4-3 .cls-6 {
  fill: #e6ac58; }

#hbarchart4-3 .cls-42,
#hbarchart4-3 .cls-43,
#hbarchart4-3 .cls-7 {
  font-size: 10px;
  font-family: OracleSans-Bold, OracleSans Bold;
  font-weight: 700; }

#hbarchart4-3 .cls-7 {
  fill: #fff; }

#hbarchart4-3 .cls-13,
#hbarchart4-3 .cls-37,
#hbarchart4-3 .cls-8 {
  font-size: 9px;
  fill: #312d2a;
  font-family: OracleSans-Light, OracleSans Light;
  font-weight: 300; }

#hbarchart4-3 .cls-9 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-10 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-11 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-12 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-13 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-14 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-15 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-16 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-17 {
  letter-spacing: -0.02em; }

#hbarchart4-3 .cls-18 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-19 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-20 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-21 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-22 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-23 {
  letter-spacing: -0.01em; }

#hbarchart4-3 .cls-24 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-25 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-26 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-27 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-28 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-29 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-30 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-31 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-32 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-33 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-34 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-35 {
  letter-spacing: -0.01em; }

#hbarchart4-3 .cls-36 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-37 {
  letter-spacing: -0.02em; }

#hbarchart4-3 .cls-38 {
  letter-spacing: -0.01em; }

#hbarchart4-3 .cls-39 {
  letter-spacing: 0em; }

#hbarchart4-3 .cls-40 {
  letter-spacing: 0.01em; }

#hbarchart4-3 .cls-41 {
  fill: none;
  stroke: #d9d9d6;
  stroke-miterlimit: 10; }

#hbarchart4-3 .cls-42 {
  fill: #8b8580; }

#hbarchart4-3 .cls-43 {
  fill: #c74634; }

#hbarchart4-3 text {
  font-weight: 700 !important; }

#charts1 .st0 {
  fill: #759C6C; }

#charts1 .st1 {
  opacity: 0.1; }

#charts1 .st2 {
  fill: #FFFFFF; }

#charts1 .st3 {
  fill: #312D2A; }

#charts1 .st4 {
  fill: none;
  stroke: #D9D9D6;
  stroke-width: 0.8724;
  stroke-miterlimit: 10; }

#charts2 .st0 {
  fill: #94AFAF; }

#charts2 .st1 {
  opacity: 0.1; }

#charts2 .st2 {
  fill: #FFFFFF; }

#charts2 .st3 {
  fill: #312D2A; }

#charts2 .st4 {
  fill: none;
  stroke: #D9D9D6;
  stroke-width: 0.8724;
  stroke-miterlimit: 10; }

/*header hero section*/
header {
  background: url(../images/hero-banner.jpg) no-repeat;
  background-size: cover;
  background-position: 10% 80%;
  overflow: hidden;
  position: relative;
  z-index: 30; }
  @media (min-width: 640px) {
    header {
      background-position: 0% 12px; } }
  @media (min-width: 768px) {
    header {
      background-position: 100% 80%; } }
  header:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url("../images/intro-right-img.jpg");
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: cover;
    z-index: 1;
    top: 0;
    right: 0;
    display: none; }
    @media (min-width: 768px) {
      header:after {
        display: block; } }
  header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 992px) {
      header:before {
        display: none; } }
  header .head-wrap {
    padding: 12rem 0 8rem 0;
    z-index: 5;
    position: relative; }
    header .head-wrap:after {
      content: '';
      position: fixed;
      top: 2.5rem;
      left: 2rem;
      width: 16rem;
      height: 5.6rem;
      background: url(../images/oracle-logo.svg) no-repeat;
      background-position: bottom right;
      background-size: contain;
      z-index: 100;
      display: none; }
      @media (min-width: 768px) {
        header .head-wrap:after {
          position: absolute;
          left: 0;
          display: block; } }
      @media (min-width: 992px) {
        header .head-wrap:after {
          width: 16rem;
          height: 6rem; } }
    @media (min-width: 768px) {
      header .head-wrap {
        padding: 13rem 0 7rem 0; } }
    @media (min-width: 1200px) {
      header .head-wrap {
        padding: 12rem 0; } }
    @media (min-width: 1500px) {
      header .head-wrap {
        padding: 15rem 0; } }
    @media (min-width: 1800px) {
      header .head-wrap {
        padding: 18rem 0; } }
    @media screen and (min-width: 1300px) and (max-height: 700px) {
      header .head-wrap {
        padding: 15rem 0; } }
  header .wrapper {
    position: relative; }
    header .wrapper .logo-wrap {
      background-color: #3A3631;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2;
      height: 5.6rem; }
      @media (min-width: 768px) {
        header .wrapper .logo-wrap {
          background-color: transparent;
          margin: 0 -15px; } }
      @media (min-width: 992px) {
        header .wrapper .logo-wrap {
          position: initial;
          height: 0; } }
      header .wrapper .logo-wrap .logo {
        display: inline-block;
        opacity: 1;
        width: 12rem;
        height: 9rem;
        position: absolute;
        top: 1.5rem;
        left: 2rem;
        z-index: 101; }
        @media (min-width: 768px) {
          header .wrapper .logo-wrap .logo {
            opacity: 0; } }
        @media (min-width: 992px) {
          header .wrapper .logo-wrap .logo {
            width: 16rem;
            height: 9rem;
            left: 0; } }
        header .wrapper .logo-wrap .logo img {
          width: 100%; }
      header .wrapper .logo-wrap .hamburger {
        background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17 17.001v2h-16v-2zm6-6v2h-22v-2zm-6-6.001v2.001h-16v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
        width: 40px;
        height: 40px;
        background-size: 80%;
        background-position: 50%;
        text-indent: -9999px;
        display: block;
        position: absolute;
        right: 5%;
        top: 8px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear; }
        @media (min-width: 768px) {
          header .wrapper .logo-wrap .hamburger {
            display: none; } }
        header .wrapper .logo-wrap .hamburger.active {
          background-color: #312d2a; }
    header .wrapper h1,
    header .wrapper h2,
    header .wrapper h3,
    header .wrapper h4 {
      color: #ffffff;
      font-family: "oraclesans-light", Helvetica, sans-serif;
      font-size: 2.5rem;
      line-height: 1.3; }
    header .wrapper h1 {
      font-family: "georgia", Helvetica, sans-serif;
      font-size: 4rem;
      margin-bottom: 0;
      position: relative;
      padding-bottom: 3rem; }
      @media (min-width: 768px) {
        header .wrapper h1 {
          font-size: 5rem; } }
      header .wrapper h1:before {
        content: '';
        position: absolute;
        width: 4rem;
        height: 0.4rem;
        bottom: 0;
        background-color: #facd62; }
    header .wrapper a.learn-more {
      background: #ffffff;
      font-family: "oraclesans-semibold", Helvetica, sans-serif;
      font-size: 1.6rem;
      padding: 1rem 5.5rem;
      margin-top: 5rem;
      border-radius: 5rem;
      display: none; }

/*navigation*/
nav {
  display: none;
  position: fixed;
  top: 80px;
  width: 100%;
  left: 0;
  z-index: 100;
  background-color: #312D2A; }
  @media (max-width: 767px) {
    nav.sticky {
      top: 5.5rem !important; } }
  nav .wrapper {
    background-color: #312D2A; }
    @media (min-width: 768px) {
      nav .wrapper {
        background-color: transparent; } }
  @media (min-width: 768px) {
    nav {
      display: block;
      background-color: #312D2A;
      position: absolute; } }
  @media (min-width: 768px) {
    nav {
      display: block !important;
      position: relative;
      top: auto; } }
  nav ul.main-nav {
    max-width: 1440px;
    margin: auto; }
  @media (min-width: 768px) {
    nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1024px) {
    nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  nav ul li {
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    text-align: center;
    font-size: auto; }
    nav ul li.selected, nav ul li.selected-prev, nav ul li:last-child {
      border: 0; }
      nav ul li.selected a:after, nav ul li.selected-prev a:after, nav ul li:last-child a:after {
        display: none; }
    nav ul li:last-child a {
      display: block;
      width: 100%;
      height: 100%;
      background-position: 50% 48% !important;
      background-size: contain; }
      @media (min-width: 768px) {
        nav ul li:last-child a {
          text-indent: -99999px;
          background: url(../images/download-icon.svg) no-repeat; } }
      nav ul li:last-child a:after {
        content: "";
        position: absolute;
        height: 4.5rem;
        width: 0.1rem;
        top: calc(50% - 2.2rem) !important;
        left: 0;
        background-color: white;
        opacity: 0.25;
        display: none; }
        @media (min-width: 768px) {
          nav ul li:last-child a:after {
            display: block; } }
        @media (min-width: 1500px) {
          nav ul li:last-child a:after {
            left: 0rem; } }
    @media (min-width: 768px) {
      nav ul li {
        border: 0;
        width: 90%; }
        nav ul li:first-child {
          width: 70%; }
        nav ul li:nth-child(5) {
          width: 100%; }
        nav ul li:last-child {
          width: 30%; } }
    nav ul li a,
    nav ul li label,
    nav ul li a:link,
    nav ul li a:visited {
      padding: 1.2rem  1rem;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      outline: 0 !important;
      height: 100%;
      font-size: 1.8rem;
      line-height: 2.4rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 576px) {
        nav ul li a,
        nav ul li label,
        nav ul li a:link,
        nav ul li a:visited {
          padding: 0.6rem 1rem; } }
  @media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
    nav ul li a,
    nav ul li label,
    nav ul li a:link,
    nav ul li a:visited {
      padding: 1.2rem 1rem 0.5rem 1rem; } }
      @media (min-width: 576px) {
          @supports (display: -ms-grid) {
            nav ul li a,
            nav ul li label,
            nav ul li a:link,
            nav ul li a:visited {
              padding: 1.2rem 1rem 0.5rem 1rem; } } }
      @media (min-width: 768px) {
        nav ul li a,
        nav ul li label,
        nav ul li a:link,
        nav ul li a:visited {
          font-size: 1.4rem;
          line-height: 1.8rem; } }
      @media (min-width: 1200px) {
        nav ul li a,
        nav ul li label,
        nav ul li a:link,
        nav ul li a:visited {
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 1.8rem;
          line-height: 2.4rem; } }
      nav ul li a:label,
      nav ul li label:label,
      nav ul li a:link:label,
      nav ul li a:visited:label {
        padding: .8rem 3rem; }
    nav ul li a {
      position: relative;
      font-family: "oraclesans-light", Helvetica, sans-serif; }
      @media (min-width: 768px) {
        nav ul li a {
          font-family: "oraclesans-semibold", Helvetica, sans-serif; } }
      nav ul li a br, nav ul li a span {
        display: block; }
        @media (max-width: 767px) {
          nav ul li a br, nav ul li a span {
            display: none; } }
        @media (min-width: 1024px) {
          nav ul li a br, nav ul li a span {
            display: none; } }
      nav ul li a:after {
        content: "";
        position: absolute;
        height: 4.5rem;
        width: 0.1rem;
        top: calc(50% - 2.2rem) !important;
        left: 0;
        background-color: white;
        opacity: 0.25;
        display: none; }
        @media (min-width: 768px) {
          nav ul li a:after {
            display: block; } }
    nav ul li.selected {
      background-color: #facd62; }
      nav ul li.selected a {
        font-family: "oraclesans-semibold", Helvetica, sans-serif;
        position: relative;
        color: #312D2A; }
      nav ul li.selected:hover a {
        background-color: #facd62;
        color: #312D2A; }
    @media (min-width: 992px) {
      nav ul li ul li a {
        padding-left: 3.8rem !important;
        padding-right: 3.8rem !important; } }
    nav ul li ul li a,
    nav ul li ul li a:link,
    nav ul li ul li a:visited {
      color: #ffffff; }
      @media (min-width: 768px) {
        nav ul li ul li a,
        nav ul li ul li a:link,
        nav ul li ul li a:visited {
          border-right: 1px solid #5f5956; } }
    nav ul li ul li:first-child {
      background-color: #3e3836;
      margin-left: 0; }
      @media (min-width: 768px) {
        nav ul li ul li:first-child {
          border-radius: 0.8rem 0 0 0.8rem;
          -webkit-border-radius: 0.8rem 0 0 0.8rem;
          -moz-border-radius: 0.8rem 0 0 0.8rem; } }
    nav ul li ul li:last-child {
      border: 0; }
      nav ul li ul li:last-child a {
        border-right: 0; }
    nav ul li ul li.finding {
      display: none; }
      @media (min-width: 992px) {
        nav ul li ul li.finding label {
          padding-left: 5rem;
          padding-right: 5rem; } }
      @media (min-width: 768px) {
        nav ul li ul li.finding {
          display: inline-block; } }
      nav ul li ul li.finding:hover {
        background-color: #3e3836; }
    nav ul li ul li.selected {
      background-color: transparent; }
      nav ul li ul li.selected a {
        color: #c74634; }
    nav ul li ul li:hover {
      background-color: #c74634;
      color: #ffffff; }
  nav .wrapper {
    width: 100%;
    position: fixed;
    top: 56px;
    z-index: 10; }
    @media (min-width: 768px) {
      nav .wrapper {
        margin-top: 0;
        margin-bottom: -2rem;
        position: relative;
        top: auto; } }

/*common elements*/
a:link,
a:visited {
  color: inherit; }

.highlited {
  color: #c74634 !important;
  font-family: "oraclesans-bold", Helvetica, sans-serif; }

br.lg-br {
  display: none; }
  @media (min-width: 1200px) {
    br.lg-br {
      display: block; } }

br.sm-br {
  display: block; }
  @media (min-width: 768px) {
    br.sm-br {
      display: none; } }

.top-shadow {
  background: url("../images/shadow-slice.png") repeat-x;
  background-position: top; }

.box {
  width: 100%;
  padding: 4rem 2rem;
  border: 1px rgba(63, 58, 54, 0.1) solid;
  -webkit-box-shadow: 2px 14px 56px -13px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 14px 56px -13px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 14px 56px -13px rgba(0, 0, 0, 0.3);
  border-radius: 0.6rem; }
  @media (min-width: 768px) {
    .box {
      padding: 4.5rem; } }
  .box p {
    color: #312D2A; }
  .box h2 {
    font-family: "georgia", Helvetica, sans-serif;
    font-size: 4rem;
    color: white; }
  .box ul {
    padding-left: 0; }
    @media (min-width: 1024px) {
      .box ul {
        padding-left: 2rem; } }
    .box ul li {
      list-style: disc;
      color: #ffffff; }

.section-strip {
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-size: cover; }

/*content area/section*/
#content-area {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    #content-area {
      padding: 8rem 0 5rem 0; } }
  #content-area p, #content-area div > p {
    font-family: "oraclesans-light", Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
    letter-spacing: 0; }
    #content-area p:last-child, #content-area div > p:last-child {
      margin-bottom: 0; }
  #content-area h2.main-heading {
    font-family: "georgia", Helvetica, sans-serif;
    font-size: 3.5rem;
    position: relative;
    padding-bottom: 3rem;
    margin-bottom: 3.5rem; }
    @media (min-width: 768px) {
      #content-area h2.main-heading {
        font-size: 4rem; } }
    #content-area h2.main-heading:before {
      content: '';
      position: absolute;
      width: 4rem;
      height: 0.4rem;
      bottom: 0;
      background-color: #facd62; }
  #content-area a {
    color: #312D2A; }

#content-area a.cta-link {
  text-decoration: underline;
  color: #41817e; }

#content-area a.cta-btn {
  color: #ffffff;
  font-family: "oraclesans-semibold", Helvetica, sans-serif;
  background-color: #312D2A;
  font-size: 1.6rem;
  padding: 1rem 4rem;
  margin-left: auto;
  border-radius: 5rem;
  border: 2px #312D2A solid; }
  #content-area a.cta-btn:hover {
    background: #4c4642;
    border-color: #4c4642; }
  #content-area a.cta-btn.lg {
    padding: 1rem 2rem; }
  #content-area a.cta-btn.transparent {
    color: #312D2A;
    background-color: transparent;
    border-color: #312D2A; }
    #content-area a.cta-btn.transparent:hover {
      color: #685f59;
      border-color: #685f59; }
  #content-area a.cta-btn.white {
    color: #312D2A;
    background-color: #ffffff;
    border-color: #ffffff; }
    #content-area a.cta-btn.white:hover {
      background-color: #dfdfdf;
      border-color: #dfdfdf; }

#content-area .box p {
  margin-bottom: 0; }
  #content-area .box p.box-title {
    margin-bottom: 3rem; }

#content-area .box p, #content-area .box li {
  color: #312D2A;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "oraclesans-light", Helvetica, sans-serif;
  list-style-type: none; }
  #content-area .box p span.semibold, #content-area .box li span.semibold {
    font-family: "oraclesans-semibold", Helvetica, sans-serif; }
  #content-area .box p span.bold, #content-area .box li span.bold {
    font-family: "oraclesans-bold", Helvetica, sans-serif; }

#content-area .box li {
  margin-bottom: 3rem; }
  #content-area .box li:last-child {
    margin-bottom: 0; }

#content-area .box.dark-blue li {
  background-image: url("../images/dark-blue-dot.png");
  list-style-type: none;
  position: relative;
  padding-left: 3rem;
  background-repeat: no-repeat;
  background-position: 0px 10px; }

#content-area .box .cta-area-content .text-content p {
  font-size: 2rem; }

#content-area.foot-note {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  #content-area.foot-note p {
    font-size: 1.2rem; }
  #content-area.foot-note a {
    display: block; }

/*page based styles*/
.intro-page nav {
  position: absolute;
  margin-top: 0; }
  @media (min-width: 768px) {
    .intro-page nav {
      margin-top: -10rem; } }
  @media (min-width: 992px) {
    .intro-page nav {
      margin-top: -12.5rem; } }
  @media (min-width: 1200px) {
    .intro-page nav {
      margin-top: -10rem; } }

.intro-page header {
  position: relative;
  background-image: url("../images/intro-abstract-blue.jpg");
  background-repeat: no-repeat;
  background-position: 50%; }
  .intro-page header .head-wrap {
    padding: 12rem 0 8rem 0;
    z-index: 5;
    position: relative; }
    @media (min-width: 768px) {
      .intro-page header .head-wrap {
        padding: 13rem 0; } }
    @media (min-width: 1200px) {
      .intro-page header .head-wrap {
        padding: 15rem 0 12rem 0; } }
    @media (min-width: 1500px) {
      .intro-page header .head-wrap {
        padding: 15rem 0 12rem 0; } }
  .intro-page header:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url("../images/intro-right-img.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 1;
    top: 0;
    right: 0;
    display: none; }
    @media (min-width: 768px) {
      .intro-page header:after {
        display: block; } }
  .intro-page header .wrapper h4 {
    margin-top: 4rem;
    font-family: "oraclesans-regular", Helvetica, sans-serif;
    font-size: 2.2rem;
    margin-bottom: 3rem; }
  .intro-page header .wrapper p {
    font-family: "oraclesans-regular", Helvetica, sans-serif;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 1rem; }
  .intro-page header .wrapper ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3.2rem 0; }
    .intro-page header .wrapper ul.social li {
      margin-right: 1rem; }
  .intro-page header .wrapper .copyright {
    margin-bottom: 4rem; }
    .intro-page header .wrapper .copyright p {
      font-size: 1rem; }

@media (min-width: 768px) {
  .page-1 #content-area.section1 {
    padding-bottom: 10rem; } }

@media (min-width: 768px) {
  .page-1 #content-area.section1 h3.sub-heading br {
    display: none; } }

.page-1 #content-area.section1 .box {
  color: #312D2A;
  position: relative;
  padding-left: 5rem;
  padding-right: 2rem;
  border-radius: 8px;
  margin-top: 3rem; }
  @media (min-width: 1024px) {
    .page-1 #content-area.section1 .box {
      padding-left: 8rem;
      padding-right: 9.2rem; } }
  .page-1 #content-area.section1 .box:before {
    background: #94AFAF;
    content: "";
    width: 4px;
    height: calc(100% - 8rem);
    position: absolute;
    left: 2.5rem; }
    @media (min-width: 768px) {
      .page-1 #content-area.section1 .box:before {
        height: calc(100% - 8rem); } }
    @media (min-width: 1024px) {
      .page-1 #content-area.section1 .box:before {
        height: calc(100% - 8rem);
        left: 4rem; } }
  .page-1 #content-area.section1 .box p, .page-1 #content-area.section1 .box li {
    color: inherit; }
  .page-1 #content-area.section1 .box ul {
    padding-left: 0; }
    .page-1 #content-area.section1 .box ul li {
      background-image: url("../images/dot.png");
      list-style-type: none;
      position: relative;
      padding-left: 3rem;
      background-repeat: no-repeat;
      background-position: 0px 5px;
      margin-bottom: 2rem; }
      .page-1 #content-area.section1 .box ul li:last-child {
        margin-bottom: 0; }

.page-1 #content-area.section2 {
  background: #F5F1E5;
  position: relative;
  padding: 5rem 0; }
  @media (min-width: 768px) {
    .page-1 #content-area.section2 {
      padding: 5rem 0 5rem 0; } }
  .page-1 #content-area.section2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 40rem;
    width: 100%;
    background-image: url("../images/section1-2-img.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover; }
    @media (min-width: 768px) {
      .page-1 #content-area.section2:before {
        height: 100%;
        width: 40%; } }
  .page-1 #content-area.section2 .text-content {
    margin-top: 40rem; }
    @media (min-width: 768px) {
      .page-1 #content-area.section2 .text-content {
        margin-top: 0;
        padding-left: 45%; } }

.page-1 .section3 {
  background-color: #312D2A;
  position: relative;
  padding-bottom: 0 !important; }
  .page-1 .section3:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    background-image: url(../images/swirl-trans.png);
    background-repeat: repeat;
    top: 0;
    right: 0; }
  .page-1 .section3 .wrapper {
    margin-top: -14rem; }
  .page-1 .section3 h3 {
    color: #facd62;
    padding-bottom: 0 !important;
    margin-bottom: 2rem !important; }
    .page-1 .section3 h3:before {
      display: none; }
  .page-1 .section3 p {
    color: #ffffff; }
  .page-1 .section3 .box.brown-light {
    background-image: url(../images/box-brown-light.jpg);
    background-repeat: repeat;
    padding: 3rem 2rem; }
    @media (min-width: 768px) {
      .page-1 .section3 .box.brown-light {
        padding: 5rem 8rem; } }
    .page-1 .section3 .box.brown-light h3, .page-1 .section3 .box.brown-light p {
      color: #312D2A; }
  .page-1 .section3 .sub-2 {
    padding-top: 8rem;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .page-1 .section3 .sub-2 {
        padding-bottom: 8rem; } }
    .page-1 .section3 .sub-2 ul {
      padding-left: 2rem;
      margin-top: 5rem; }
      .page-1 .section3 .sub-2 ul li {
        list-style: disc;
        color: #ffffff; }
        .page-1 .section3 .sub-2 ul li p {
          font-weight: bold;
          padding-left: 1rem; }

@media (max-width: 767px) {
  .page-1 #bottom-nav .right {
    width: 100% !important; } }

@media (min-width: 768px) {
  .page-2 #content-area.section1 h3.sub-heading br {
    display: none; } }

.page-2 #content-area.section1 .right img {
  width: 100%; }
  @media (min-width: 1200px) {
    .page-2 #content-area.section1 .right img {
      width: auto; } }

.page-2 #content-area.section2 {
  background-color: #F5F1E5;
  background-image: url("../images/page-1-2-bg.jpg");
  position: relative;
  padding: 0;
  margin: 0 0 7rem 0;
  background-size: 10rem;
  background-repeat: repeat-y;
  background-position: 100% 0; }
  @media (min-width: 768px) {
    .page-2 #content-area.section2 {
      margin-top: 2rem;
      background-image: url("../images/page-1-2-bg.jpg");
      background-size: 18rem;
      background-position: 116% 0;
      padding: 0; } }
  @media (min-width: 1024px) {
    .page-2 #content-area.section2 {
      background-position: 100% 0; } }
  .page-2 #content-area.section2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #ffffff;
    display: none; }
    @media (min-width: 1024px) {
      .page-2 #content-area.section2:before {
        display: block; } }
  .page-2 #content-area.section2 .left-block {
    padding-top: 5rem;
    padding-bottom: 2rem;
    padding-right: 3rem; }
    @media (min-width: 1024px) {
      .page-2 #content-area.section2 .left-block {
        padding-top: 1rem; } }
  .page-2 #content-area.section2 .right-block {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .page-2 #content-area.section2 .right-block {
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 5rem;
        margin-top: 0; } }
    .page-2 #content-area.section2 .right-block h3 {
      font-size: 2rem;
      line-height: 2.6rem;
      font-family: "oraclesans-bold", Helvetica, sans-serif;
      margin-bottom: 3rem; }
    .page-2 #content-area.section2 .right-block ul li {
      font-family: "oraclesans-light", Helvetica, sans-serif;
      margin-bottom: 3.5rem;
      background-image: url("../images/dark-blue-dot.png");
      list-style-type: none;
      position: relative;
      padding-left: 3rem;
      background-repeat: no-repeat;
      background-position: 0px 10px; }
      .page-2 #content-area.section2 .right-block ul li span {
        font-family: "oraclesans-semibold", Helvetica, sans-serif; }

.page-2 section#content-area.cta-area {
  padding: 6rem 0; }
  .page-2 section#content-area.cta-area .cta-area-text-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/* Part 2 */
.page-3 #content-area.section1 {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .page-3 #content-area.section1 h3.sub-heading br {
      display: none; } }

.page-3 #content-area.section2 {
  padding-bottom: 5rem; }
  @media (min-width: 768px) {
    .page-3 #content-area.section2 {
      padding-bottom: 10rem; } }
  .page-3 #content-area.section2 .box .left {
    position: relative;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .page-3 #content-area.section2 .box .left {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 7rem; } }
    @media (min-width: 992px) {
      .page-3 #content-area.section2 .box .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 1024px) {
      .page-3 #content-area.section2 .box .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 7rem; } }
    .page-3 #content-area.section2 .box .left:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background: #707070;
      right: 4rem;
      top: 0;
      display: none; }
      @media (min-width: 768px) {
        .page-3 #content-area.section2 .box .left:before {
          margin-bottom: 0;
          display: block; } }
    .page-3 #content-area.section2 .box .left img {
      width: 100%;
      margin-bottom: 5rem; }
      @media (min-width: 768px) {
        .page-3 #content-area.section2 .box .left img {
          width: auto; } }
      @media (min-width: 992px) {
        .page-3 #content-area.section2 .box .left img {
          width: 22rem; } }
      @media (min-width: 1024px) {
        .page-3 #content-area.section2 .box .left img {
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .page-3 #content-area.section2 .box .left img {
          width: auto; } }
    .page-3 #content-area.section2 .box .left h3 {
      font-size: 2rem;
      font-family: "oraclesans-bold", Helvetica, sans-serif;
      margin-bottom: 4rem; }
      @media (min-width: 992px) {
        .page-3 #content-area.section2 .box .left h3 {
          margin-left: 2rem; } }
  .page-3 #content-area.section2 .box .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page-3 #content-area.section2 .box .right img {
      display: block;
      margin: auto;
      margin-bottom: 2.5rem; }
      @media (min-width: 768px) {
        .page-3 #content-area.section2 .box .right img {
          display: inline-block; } }

.page-4 #content-area.section1 {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .page-4 #content-area.section1 h3.sub-heading br {
      display: none; } }

.page-4 #content-area.section2 {
  padding-bottom: 5rem;
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .page-4 #content-area.section2 {
      padding-top: 4rem;
      padding-bottom: 10rem; } }
  .page-4 #content-area.section2 .box .left {
    position: relative; }
    @media (min-width: 768px) {
      .page-4 #content-area.section2 .box .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .page-4 #content-area.section2 .box .left .img-wrapper {
      display: block;
      margin: auto;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .page-4 #content-area.section2 .box .left .img-wrapper {
          margin: 0; } }
      .page-4 #content-area.section2 .box .left .img-wrapper img {
        width: 100%; }
        @media (min-width: 768px) {
          .page-4 #content-area.section2 .box .left .img-wrapper img {
            width: 25rem; } }
        @media (min-width: 992px) {
          .page-4 #content-area.section2 .box .left .img-wrapper img {
            width: auto; } }
        @media (min-width: 1200px) {
          .page-4 #content-area.section2 .box .left .img-wrapper img {
            width: auto; } }
    .page-4 #content-area.section2 .box .left .text-content {
      padding-left: 1rem;
      padding-right: 1rem; }
      @media (min-width: 768px) {
        .page-4 #content-area.section2 .box .left .text-content {
          padding-left: 6rem;
          padding-right: 2rem; } }
      .page-4 #content-area.section2 .box .left .text-content h3 {
        font-size: 2rem;
        font-family: "oraclesans-bold", Helvetica, sans-serif;
        margin-bottom: 4rem; }
      .page-4 #content-area.section2 .box .left .text-content ul {
        padding: 0; }

.page-4 #content-area.section3 {
  background-color: #F5F1E5;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .page-4 #content-area.section3 {
      background-image: url("../images/page-3-3-bg.jpg");
      background-repeat: repeat-y;
      background-position: 100% 0;
      background-size: 55%;
      padding: 6rem 0; } }
  @media (min-width: 992px) {
    .page-4 #content-area.section3 {
      background-size: 54%; } }
  @media (min-width: 1024px) {
    .page-4 #content-area.section3 {
      background-size: 53%; } }
  .page-4 #content-area.section3 h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    font-family: "oraclesans-bold", Helvetica, sans-serif;
    margin-bottom: 3rem; }
  .page-4 #content-area.section3 .left-block {
    position: relative;
    padding-right: 1.5rem;
    margin-bottom: 4rem; }
    @media (min-width: 768px) {
      .page-4 #content-area.section3 .left-block {
        margin-bottom: 0;
        padding-right: 6.5rem; } }
    .page-4 #content-area.section3 .left-block:before {
      background: #94AFAF;
      content: "";
      width: 4px;
      height: 100%;
      position: absolute;
      left: -2rem; }
  .page-4 #content-area.section3 .right-block {
    background-image: url("../images/page-3-3-bg.jpg");
    background-repeat: repeat-y;
    background-position: 100% 0;
    background-size: cover;
    padding: 4rem 1.5rem; }
    @media (min-width: 768px) {
      .page-4 #content-area.section3 .right-block {
        background-image: none;
        padding: 0; } }
    .page-4 #content-area.section3 .right-block p {
      font-family: "oraclesans-bold", Helvetica, sans-serif;
      font-size: 1.9rem;
      line-height: 2.8rem; }
    .page-4 #content-area.section3 .right-block a.cta-btn {
      min-width: 23rem;
      margin-bottom: 1.5rem;
      display: block;
      margin-left: 0; }
      .page-4 #content-area.section3 .right-block a.cta-btn:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .page-4 #content-area.section3 .right-block a.cta-btn {
          min-width: inherit;
          display: inline-block;
          margin-right: 2rem;
          padding: 1rem 3rem;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .page-4 #content-area.section3 .right-block a.cta-btn {
          padding: 1rem 4rem; } }
      @media (min-width: 1024px) {
        .page-4 #content-area.section3 .right-block a.cta-btn {
          margin-right: 3rem; } }
      @media (min-width: 1200px) {
        .page-4 #content-area.section3 .right-block a.cta-btn {
          margin-right: 8rem; } }
      .page-4 #content-area.section3 .right-block a.cta-btn:last-child {
        margin-right: 0; }

.page-5 #content-area.section1 {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .page-5 #content-area.section1 h3.sub-heading br {
      display: none; } }

.page-5 #content-area.section2 {
  padding-bottom: 5rem; }
  @media (min-width: 768px) {
    .page-5 #content-area.section2 {
      padding-bottom: 10rem; } }
  .page-5 #content-area.section2 .box .left {
    padding-right: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .page-5 #content-area.section2 .box .left {
        padding-right: 7rem; } }
    .page-5 #content-area.section2 .box .left .img-wrapper {
      display: block;
      margin: auto;
      margin-bottom: 5rem; }
      @media (min-width: 768px) {
        .page-5 #content-area.section2 .box .left .img-wrapper {
          margin-bottom: 0; } }
  .page-5 #content-area.section2 .box .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 5rem; }
    .page-5 #content-area.section2 .box .right h3 {
      font-size: 2rem;
      font-family: "oraclesans-bold", Helvetica, sans-serif;
      margin-bottom: 4rem; }
    .page-5 #content-area.section2 .box .right ul {
      padding-left: 0; }
    .page-5 #content-area.section2 .box .right img {
      margin-bottom: 2.5rem; }

.page-6 #content-area.section1 {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .page-6 #content-area.section1 h3.sub-heading br {
      display: none; } }
  .page-6 #content-area.section1 img {
    width: 100%; }
    @media (min-width: 992px) {
      .page-6 #content-area.section1 img {
        width: auto; } }
    @media (min-width: 1200px) {
      .page-6 #content-area.section1 img {
        width: auto; } }

.page-6 #content-area.section2 {
  padding-bottom: 5rem; }
  @media (min-width: 768px) {
    .page-6 #content-area.section2 {
      padding-bottom: 10rem; } }
  .page-6 #content-area.section2 .box {
    margin-bottom: 5rem; }
    @media (min-width: 768px) {
      .page-6 #content-area.section2 .box {
        margin-bottom: 7rem; } }
    .page-6 #content-area.section2 .box:last-child {
      margin-bottom: 0; }
    .page-6 #content-area.section2 .box.dark-blue-box {
      background-image: url("../images/dark-blue-box-bg.jpg");
      background-position: 100% 0;
      background-repeat: repeat;
      background-size: cover; }
      .page-6 #content-area.section2 .box.dark-blue-box h3, .page-6 #content-area.section2 .box.dark-blue-box p, .page-6 #content-area.section2 .box.dark-blue-box li {
        color: #ffffff; }
      .page-6 #content-area.section2 .box.dark-blue-box a.link {
        color: #ffffff;
        text-decoration: underline; }
      .page-6 #content-area.section2 .box.dark-blue-box ul li {
        background-image: url("../images/light-blue-dot.png"); }
    .page-6 #content-area.section2 .box.light-blue-box {
      background-image: url("../images/light-blue-box-bg.jpg");
      background-position: 100% 0;
      background-repeat: repeat;
      background-size: cover; }
      .page-6 #content-area.section2 .box.light-blue-box ul li {
        background-image: url("../images/dark-blue-dot.png"); }
    .page-6 #content-area.section2 .box.beige-box {
      background-image: url("../images/beige-box-bg.jpg");
      background-position: 100% 0;
      background-repeat: repeat;
      background-size: cover; }
      .page-6 #content-area.section2 .box.beige-box ul li {
        background-image: url("../images/orange-dot.png"); }
    .page-6 #content-area.section2 .box .title {
      margin-bottom: 4rem; }
      .page-6 #content-area.section2 .box .title h3 {
        font-family: "oraclesans-bold", Helvetica, sans-serif;
        font-size: 2rem;
        margin-bottom: 0; }
    .page-6 #content-area.section2 .box ul {
      padding-left: 0; }
      .page-6 #content-area.section2 .box ul li {
        list-style-type: none;
        position: relative;
        padding-left: 3rem;
        background-repeat: no-repeat;
        background-position: 0px 5px;
        margin-bottom: 2rem;
        font-family: "oraclesans-regular", Helvetica, sans-serif; }
        .page-6 #content-area.section2 .box ul li:last-child {
          margin-bottom: 0; }
    .page-6 #content-area.section2 .box .cta-area-content {
      margin-top: 3rem; }
      @media (min-width: 768px) {
        .page-6 #content-area.section2 .box .cta-area-content {
          margin-top: 4rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page-6 #content-area.section2 .box .cta-area-content .text-content {
        width: 100%; }
        @media (min-width: 768px) {
          .page-6 #content-area.section2 .box .cta-area-content .text-content {
            width: 67%; } }
        @media (min-width: 992px) {
          .page-6 #content-area.section2 .box .cta-area-content .text-content {
            width: 75%; } }
      .page-6 #content-area.section2 .box .cta-area-content .cta-link {
        margin-left: 0;
        margin-top: 3rem; }
        @media (min-width: 768px) {
          .page-6 #content-area.section2 .box .cta-area-content .cta-link {
            margin-top: 0;
            margin-left: 2rem; } }
        @media (min-width: 992px) {
          .page-6 #content-area.section2 .box .cta-area-content .cta-link {
            margin-left: 5rem; } }
        .page-6 #content-area.section2 .box .cta-area-content .cta-link a.cta-btn {
          width: 100%; }
          @media (min-width: 768px) {
            .page-6 #content-area.section2 .box .cta-area-content .cta-link a.cta-btn {
              width: auto; } }

.page-6 section#content-area.cta-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-6 section#content-area.cta-area .cta-area-text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-6 section#content-area.cta-area .cta-area-text-content .cta-btn {
      margin: auto; }

.sticky-wrapper {
  height: auto !important; }

#bottom-nav {
  padding: 3rem 1rem;
  background-color: #2c5967;
  background-image: url("../images/bottom-nav-bg.png");
  background-repeat: repeat; }
  @media (min-width: 1200px) {
    #bottom-nav {
      padding: 6rem 0rem; } }
  @media (max-width: 767px) {
    #bottom-nav .left,
    #bottom-nav .right {
      width: 50% !important; } }
  #bottom-nav .right {
    text-align: right; }

#footnotes {
  padding: 5rem 0;
  overflow: hidden;
  background: #ffffff; }
  #footnotes ul li {
    list-style: none;
    font-size: 1.2rem;
    margin-bottom: 0.5rem; }
    #footnotes ul li p {
      font-size: 1.1rem;
      line-height: 1.8rem;
      padding-left: 0;
      margin-bottom: 0;
      letter-spacing: 0; }
      #footnotes ul li p a {
        color: #41817e;
        text-decoration: underline; }
    #footnotes ul li:last-child {
      margin-bottom: 0; }

.wide-btn {
  color: #ffffff !important;
  background-color: transparent;
  font-family: "oraclesans-semibold", Helvetica, sans-serif;
  font-size: 1.3rem;
  padding: 1rem 2rem 1rem 2rem;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: 100% 55%;
  display: block;
  line-height: 1.7rem; }
  @media (min-width: 768px) {
    .wide-btn {
      padding: 1rem 2.5rem 1rem 2.5rem;
      font-size: 1.6rem; } }
  .wide-btn.prev {
    background-position: left;
    background-image: url("../images/arrow-left.png"); }
  .wide-btn.right {
    text-align: right; }

quote {
  padding-left: 3rem;
  position: relative;
  display: block; }
  quote:before {
    content: "“";
    position: absolute;
    left: 0;
    top: 2rem;
    width: 5rem;
    height: 5rem;
    font-family: "georgia", Helvetica, sans-serif;
    font-size: 6rem; }
  quote h2 {
    font-family: "georgia", Helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem; }
  quote h3 {
    font-family: "oraclesans-bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #759C6C;
    margin-top: 3rem; }

.figure {
  font-family: "oraclesans-bold", Helvetica, sans-serif !important;
  font-size: 1.6rem !important;
  color: #312D2A !important; }

.graph-note {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  color: #94AFAF !important; }
  @media (min-width: 768px) {
    .graph-note {
      font-size: 1.6rem !important;
      line-height: 2.2rem !important; } }

.quotes {
  text-align: right;
  background-image: url(../images/box-brown-light.jpg);
  background-repeat: repeat; }
  .quotes h3 {
    font-family: "georgia", Helvetica, sans-serif;
    font-size: 2.8rem !important;
    text-align: right;
    margin-bottom: 3rem;
    position: relative; }
    @media (min-width: 768px) {
      .quotes h3 {
        padding-left: 10%; } }
  .quotes p {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: right;
    position: relative;
    margin-bottom: 3rem !important; }

section#content-area.cta-area {
  padding: 5rem 0;
  background-image: url("../images/cta-area-bg.jpg");
  background-repeat: repeat; }
  section#content-area.cta-area .cta-area-text-content {
    display: block; }
    @media (min-width: 1024px) {
      section#content-area.cta-area .cta-area-text-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    section#content-area.cta-area .cta-area-text-content p {
      font-family: "oraclesans-semibold", Helvetica, sans-serif;
      font-size: 2.2rem;
      line-height: 2.8rem;
      margin-bottom: 2rem; }
      @media (min-width: 1024px) {
        section#content-area.cta-area .cta-area-text-content p {
          margin-bottom: 0;
          width: 70%; } }
      @media (min-width: 1200px) {
        section#content-area.cta-area .cta-area-text-content p {
          width: auto; } }
    section#content-area.cta-area .cta-area-text-content.double-cta p {
      width: 100%;
      font-size: 2rem;
      line-height: 2.8rem; }
      @media (min-width: 992px) {
        section#content-area.cta-area .cta-area-text-content.double-cta p {
          width: 55%; } }
      @media (min-width: 1200px) {
        section#content-area.cta-area .cta-area-text-content.double-cta p {
          width: 70%; } }
    section#content-area.cta-area .cta-area-text-content.double-cta .cta-wrapper {
      width: 100%;
      padding-left: 0; }
      @media (min-width: 992px) {
        section#content-area.cta-area .cta-area-text-content.double-cta .cta-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 55%;
          padding-left: 2.5rem; } }
      section#content-area.cta-area .cta-area-text-content.double-cta .cta-wrapper a.cta-btn {
        margin-right: 2rem;
        min-width: 23rem;
        margin-bottom: 1.5rem;
        display: block;
        margin-left: 0; }
        section#content-area.cta-area .cta-area-text-content.double-cta .cta-wrapper a.cta-btn:last-child {
          margin-bottom: 0; }
        @media (min-width: 450px) {
          section#content-area.cta-area .cta-area-text-content.double-cta .cta-wrapper a.cta-btn {
            min-width: inherit;
            display: inline-block;
            margin-bottom: 0; } }
        @media (min-width: 1024px) {
          section#content-area.cta-area .cta-area-text-content.double-cta .cta-wrapper a.cta-btn {
            min-width: inherit;
            margin-right: 3rem; } }

/*IE edge style*/
.edge-only {
  display: none !important; }

.MS-Edge .edge-only {
  display: block; }

.MS-Edge .svg-chart {
  display: none; }
