@font-face {
  font-family: "Pioneer-Bold-Italic-V1";
  src: url("../fonts/Pioneer-BoldItalic-v1.006.ttf");
}
@font-face {
  font-family: "Pioneer-Italic";
  src: url("../fonts/Pioneer-Italic-v1.006.ttf");
}
@font-face {
  font-family: "Pioneer-Light-Condensed";
  src: url("../fonts/Pioneer-LightCondensed-v1.006.ttf");
}
@font-face {
  font-family: "Pioneer-Medium-v1";
  src: url("../fonts/Pioneer-Medium-v1.006.ttf");
}
@font-face {
  font-family: "Pioneer-MediumItalic-v1";
  src: url("../fonts/Pioneer-MediumItalic-v1.006.ttf");
}
@font-face {
  font-family: "Pioneer-Regular-v1";
  src: url("../fonts/Pioneer-Regular-v1.006.ttf");
}
@font-face {
  font-family: "Pioneer-UltraLightCondensed-v1";
  src: url("../fonts/Pioneer-UltraLightCondensed-v1.006.ttf");
}
@font-face {
  font-family: "Pioneer-Bold-v1";
  src: url("../fonts/Pioneer-Bold-v1.006.ttf");
}
.three-image-panel > div,
.twin-panel > div,
footer section div:first-child {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .three-image-panel > div,
  .twin-panel > div,
  footer section div:first-child {
    flex-basis: auto !important;
  }
}
@media (min-width: 900px) and (-ms-high-contrast: none), (min-width: 900px) and (-ms-high-contrast: active) {
  .three-image-panel > div,
  .twin-panel > div,
  footer section div:first-child {
    flex-basis: 0;
  }
}

.graphContainer,
.legend,
.counterOne,
.counterTwo,
.button,
.flex-box,
.flex-box-image-large,
.flex-box-column,
.flex-box-column-border,
.a-document-button,
.three-image-panel,
.singlePanel,
.singlePanel > .--buttonWrapper,
.twin-panel,
.twin-panel > div,
.panel-content,
.line,
.threeTilesContainer,
.tileOne,
.tileThree,
.tileTwo,
.tileOneButton,
.tileThreeButton,
.tileTwoButton,
.tileContents,
.utility-container,
.utility-container > div,
footer section,
.header,
.flip-header,
.tempBanner,
.backToTop,
.setFooter > section > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@keyframes rotateArrow {
  50% {
    transform: rotate(90deg);
  }
}
@keyframes nudge {
  0% {
    transform: translateX(-4px);
  }
  33% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bounceUpArrow {
  0% {
    transform: translateY(-8px);
  }
  33% {
    transform: translateY(0px);
  }
  66% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.close-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.animateArrow {
  animation-name: nudge;
  animation-duration: 1s;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

/* Remove default padding */
ol[class],
ul[class] {
  padding: 0;
}

/* Remove default margin */
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ol,
ul {
  margin: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  font-size: 20px;
  font-family: regular;
  font-family: "Pioneer-Regular-v1";
  font-weight: 500;
  line-height: 1.5;
  color: #646363;
}
@media (min-width: 600px) {
  html,
  body {
    font-size: 20px;
  }
}

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  background: #525659;
}

.content {
  background: #ffffff;
  min-height: 100vh !important;
}

a {
  color: #001196 !important;
}

a > b {
  color: #646363;
}
a > strong {
  color: #646363;
}

h1 {
  font-size: 65px;
  color: #001196;
  font-family: light;
  font-family: "Pioneer-Light-Condensed";
  font-weight: 500;
}
@media (min-width: 600px) {
  h1 {
    font-size: 65px;
  }
}

h2 {
  font-size: 36px;
  color: #001196;
  font-family: light;
  font-family: "Pioneer-Light-Condensed";
  font-weight: 500;
}
@media (min-width: 600px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 18px;
  font-family: bold;
  font-family: "Pioneer-Bold-v1";
  font-weight: 900;
  color: #001196;
}
@media (min-width: 600px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 24px;
}
@media (min-width: 600px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 20px;
}
@media (min-width: 600px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
}
@media (min-width: 600px) {
  h6 {
    font-size: 16px;
  }
}

/* Remove list styles on ul, ol elements with a class attribute */
ol[class],
ul[class] {
  list-style: none;
}

ol,
ul {
  padding: 0px 15px;
}

ul li::before {
  color: #001196;
  content: "o";
  border-radius: 50%;
  font-size: 3px !important;
  /* font-stretch: ultra-expanded !important; */
  /* border: 1px solid #001196; */
  background-color: #001196;
  line-height: 20px;
  margin-right: 20px;
  margin-left: -29px;
  vertical-align: text-bottom;
  padding: 2px 3px;
}

li {
  font-size: 18px;
  padding: 0px 15px;
}
@media (min-width: 600px) {
  li {
    font-size: 18px;
  }
}

ul li::marker {
  content: ".";
  font-size: 0px;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
button,
input,
select,
textarea {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  color: #0095ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

b,
strong {
  font-family: bold;
  font-family: "Pioneer-Bold-v1";
  font-weight: 900;
  overflow-wrap: anywhere;
}

p {
  font-size: 18px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
@media (min-width: 600px) {
  p {
    font-size: 18px;
  }
}

a,
p,
b,
strong {
  overflow-wrap: break-word;
}

.ws-sitewidth,
.ws-page-content {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 475px) {
  .ws-sitewidth,
  .ws-page-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 900px) {
  .ws-sitewidth,
  .ws-page-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .ws-sitewidth,
  .ws-page-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.ws-page-content {
  min-height: 100% !important;
  margin-bottom: calc(50px * -1);
  padding-top: calc(15px + 0px);
}

.ws-push {
  height: calc(30px + 20px);
}

.backToTop {
  background-color: #c6c6c6;
  padding: 20px 20px;
  flex-direction: row;
  bottom: 0px;
  border-radius: 5%;
  position: fixed;
  z-index: 10000;
  margin-left: -20px;
}
@media (min-width: 475px) {
  .backToTop {
    margin-left: -30px;
  }
}
@media (min-width: 900px) {
  .backToTop {
    margin-left: -40px;
  }
}
@media (min-width: 1200px) {
  .backToTop {
    margin-left: -50px;
  }
}

.setFooter {
  max-width: 1366px;
  margin: auto;
  margin-top: 40px;
  padding: 20px 50px;
  border-top: none !important;
}
.setFooter > section {
  border-top: 1px solid #2b2e34;
  margin-top: 20px;
}
.setFooter > section > div {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin-top: 20px;
  flex-direction: column;
}
@media (min-width: 600px) {
  .setFooter > section > div {
    flex-direction: row;
  }
}
.setFooter > section > div > div {
  text-align: center;
}
@media (min-width: 600px) {
  .setFooter > section > div > div {
    text-align: unset;
  }
}

.revealManager {
  margin-bottom: 20px;
}

header {
  background: #719bda;
}

.header {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media (min-width: 1200px) {
  .header {
    flex-direction: row;
    text-align: left;
  }
}
.header * {
  color: #001196;
}
.header a {
  text-decoration: none;
  margin-top: auto;
}
.header h1 {
  flex: 1;
  margin-top: auto;
  margin-bottom: -20px;
  font-family: light;
  font-family: "Pioneer-Light-Condensed";
  font-weight: 500;
  font-size: 56px;
  text-align: center;
}
@media (min-width: 600px) {
  .header h1 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .header h1 {
    text-align: left;
  }
}
.header p {
  margin: auto;
  margin-top: 20px;
  font-size: 20px;
}
@media (min-width: 600px) {
  .header p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .header p {
    margin: auto 7px -4px 7px;
  }
}
.header b {
  margin-top: 20px;
  font-size: 27px;
  margin-bottom: -10px;
}
@media (min-width: 600px) {
  .header b {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .header b {
    margin-top: auto;
  }
}
.header img {
  display: none;
}
@media (min-width: 1200px) {
  .header img {
    display: block;
  }
}

.flip-header {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .flip-header {
    flex-direction: row-reverse !important;
  }
}
.flip-header b {
  margin-left: auto;
  margin-right: auto;
}
.tempBanner a {
  text-decoration: none;
}

.tempBanner {
  max-width: 1366px;
  background-color: #001196;
  width: 100%;
  position: sticky;
  top: 0;
  height: 0;
  transition: height 0.7s ease-in-out;
  flex-direction: row;
  /* NEW - Chrome */
  z-index: 10000;
  justify-content: space-between;
  margin: auto;
}

.tempBanner > a > h2 {
  font-family: light;
  font-family: "Pioneer-Light-Condensed";
  font-weight: 500;
  opacity: 0;
  display: none;
  transition: opacity 0.7s ease-in-out;
  flex: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 10px 30px;
}

.tempBanner > a > img {
  opacity: 0;
  display: none;
  transition: opacity 0.7s ease-in-out;
  height: 35px;
  margin: 7px 30px;
}

.header-divider {
  margin-bottom: 50px;
  border-top: 2px solid #001196;
}

footer {
  background: #ffffff;
  font-family: regular;
  font-family: "Pioneer-Regular-v1";
  font-weight: 500;
  font-size: 16px;
  padding: 15px 0px;
  border-top: 1px solid #2b2e34;
}
@media (min-width: 600px) {
  footer {
    font-size: 16px;
  }
}
footer section {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 600px) {
  footer section {
    flex-direction: row;
  }
}
footer section a {
  color: #2b2e34;
  text-decoration: none;
}
footer section a:hover {
  font-weight: 700;
}
.utility-container {
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.utility-container > div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  animation: 0.6s fade-in;
}

.utility-container > div > * {
  margin: 10px 0;
  padding: 0;
}

.utility-container a {
  background: #719bda;
  color: #646363;
  padding: 6px 12px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.utility-container a:hover {
  text-decoration: none;
  transform: scale(1.04);
}

@keyframes fade-in {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.4);
  }
  85% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.threeTilesContainer {
  flex-direction: row;
  /* NEW - Chrome */
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 50px;
}

.tileOne,
.tileThree,
.tileTwo {
  flex: 1;
  max-width: 375px;
  min-height: 0px;
  margin: 10px;
  flex-direction: row;
  min-width: 100%;
  padding: 10px;
}
@media (min-width: 900px) {
  .tileOne,
  .tileThree,
  .tileTwo {
    min-width: 40%;
    min-height: 450px;
  }
}
@media (min-width: 1200px) {
  .tileOne,
  .tileThree,
  .tileTwo {
    min-width: 30%;
    max-width: 420px;
  }
}

.tileOneButton,
.tileThreeButton,
.tileTwoButton {
  background-color: #ffffff;
  font-family: "Pioneer-Medium-v1", sans-serif;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
  cursor: pointer;
  transition: 0.4s;
  align-items: center;
  justify-content: center;
  border: none;
}

.tileOneButton:hover,
.tileThreeButton:hover,
.tileTwoButton:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.tileContents {
  justify-content: space-between;
  flex-direction: row;
  flex-direction: column;
  margin: 60px auto 30px auto;
  line-height: 1.25;
}
.tileContents > a {
  padding: 0px 10px;
  max-width: none;
  min-height: 50px;
  margin-top: 45px;
}

.tileContents > h1 {
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  font-family: light;
  font-family: "Pioneer-Light-Condensed";
  font-weight: 500;
}
@media (min-width: 600px) {
  .tileContents > h1 {
    font-size: 50px;
  }
}

.tileContents > * {
  text-align: center;
}

.tileContents > p {
  font-family: bold;
  font-family: "Pioneer-Bold-v1";
  font-weight: 900;
  color: #ffffff;
  margin: 10px auto;
  margin-bottom: auto;
  max-width: 330px;
}

.tileContents > p,
.tileContents > a {
  font-family: bold;
  font-family: "Pioneer-Bold-v1";
  font-weight: 900;
  font-size: 18px;
}
@media (min-width: 600px) {
  .tileContents > p,
  .tileContents > a {
    font-size: 18px;
  }
}

.panelArrow {
  padding: 10px;
}

.panelArrowFlip {
  padding: 10px 0px;
}

#contentButton,
#contentButton2,
#contentButton3 {
  margin-bottom: 50px;
  display: none;
  height: 0px;
}

.rotate-panel-arrow {
  transform: rotate(90deg) !important;
  transition: 0.4s;
}

.twin-panel {
  flex-direction: column;
  flex-direction: column-reverse !important;
  margin-bottom: 50px;
}
.twin-panel > div {
  margin: none;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 600px) {
  .twin-panel > div {
    margin: auto;
  }
}
.twin-panel > div h1 {
  font-family: light;
  font-family: "Pioneer-Light-Condensed";
  font-weight: 500;
  font-size: 52px;
  color: #001196;
  line-height: 1;
  margin: 0 0;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .twin-panel > div h1 {
    font-size: 52px;
  }
}
.twin-panel > div p {
  font-family: regular;
  font-family: "Pioneer-Regular-v1";
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #646363;
}
@media (min-width: 600px) {
  .twin-panel > div p {
    font-size: 18px;
  }
}
.twin-panel > div:first-child {
  margin-left: 15px;
  margin-right: 15px;
}
.twin-panel--img {
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-position: top center !important;
  min-height: none;
  /* You must set a specified height */
  background-repeat: no-repeat;
  min-height: 380px;
  height: 100%;
}
@media (min-width: 600px) {
  .twin-panel--img {
    min-height: 500px;
  }
}
.twin-panel.flip-row {
  flex-direction: column-reverse !important;
}
@media (min-width: 600px) {
  .twin-panel.flip-row {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 600px) {
  .twin-panel {
    flex-direction: row !important;
  }
}

.panel-content {
  height: 0px;
  flex-direction: column;
  margin-top: 20px;
}
.panel-content div {
  opacity: 1 !important;
}

.divider {
  color: #001196;
  width: 0px;
  margin: 50px auto 100px auto;
  text-align: center;
}

.panel-content-close {
  max-width: 80px;
  opacity: 0;
}

.panel-bluebox {
  border: 2px solid #001196;
  padding: 25px 25px;
}
.panel-bluebox strong {
  color: #001196 !important;
}

.panel-button {
  margin-bottom: 50px !important;
}
@media (min-width: 600px) {
  .panel-button {
    margin-bottom: 0px !important;
  }
}

.line {
  position: sticky;
  border-bottom: 1px solid #001196;
  width: 100%;
  text-align: center;
  animation: line 0.8s linear forwards;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.fade-in {
  animation: fadein 0.8s linear forwards;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  text-align: center;
}

@keyframes line {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.singlePanel {
  min-height: 300px;
  margin-bottom: 50px;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
}
.singlePanel > h1 {
  font-size: 52px;
  font-family: light;
  font-family: "Pioneer-Light-Condensed";
  font-weight: 500;
}
@media (min-width: 600px) {
  .singlePanel > h1 {
    font-size: 52px;
  }
}
.singlePanel * {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 600px) {
  .singlePanel * {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  .singlePanel {
    padding: 80px 65px;
  }
}
@media (min-width: 900px) {
  .singlePanel {
    padding: 80px 130px;
  }
}
.singlePanel > .--buttonWrapper {
  flex-direction: row;
  flex-wrap: wrap;
}

.buttonContentWrapper {
  margin-bottom: 45px;
}

.whiteDots li::before {
  color: #ffffff;
  content: "o";
  border-radius: 50%;
  font-size: 3px !important;
  /* font-stretch: ultra-expanded !important; */
  /* border: 1px solid #001196; */
  background-color: white;
  line-height: 20px;
  margin-right: 20px;
  margin-left: -29px;
  vertical-align: text-bottom;
  padding: 2px 3px;
}

.three-image-panel {
  flex-direction: column;
}
@media (min-width: 600px) {
  .three-image-panel {
    flex-direction: row;
  }
}
.three-image-panel--img {
  background-size: cover !important;
  /* Resize the background image to cover the entire container */
  background-position: center !important;
  /* Center the image */
  min-height: 260px;
  /* You must set a specified height */
  margin-bottom: 50px;
}
.three-image-panel--img:nth-child(-n + 2) {
  margin-right: 0px;
}
@media (min-width: 600px) {
  .three-image-panel--img:nth-child(-n + 2) {
    margin-right: 20px;
  }
}

.menuHeading {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
.menuHeading > h1 {
  color: #ffffff;
  padding-top: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 40px;
  text-align: center;
  font-family: light;
  font-family: "Pioneer-Light-Condensed";
  font-weight: 500;
}
@media (min-width: 900px) {
  .menuHeading > h1 {
    font-size: 65px;
  }
}
.menuHeading > hr {
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 70%;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
}

.menuContainer {
  min-height: 450px;
  padding: 50px 20px;
  margin-bottom: 50px;
}

.menuItems {
  -webkit-column-count: 1;
  -webkit-column-gap: 40px;
  -moz-column-count: 1;
  -moz-column-gap: 40px;
  column-count: 1;
  column-gap: 40px;
}
@media (min-width: 600px) {
  .menuItems {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .menuItems {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.menuItems > div {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  backface-visibility: hidden;
}
.menuItems > div > a > div > p {
  text-decoration: none;
  font-family: bold;
  font-family: "Pioneer-Bold-v1";
  font-weight: 900;
  color: #ffffff;
  flex: 1;
  margin: 5px;
  font-size: 18px;
}
.menuItems > div > a > div > img {
  margin-right: 5px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
.menuItems > div > a > div {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.menuItems > div > a > div:hover {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.menuItems > div > a {
  text-decoration: none;
}

.who-are-you {
  background-color: #ededed;
  padding: 35px 50px;
}
.who-are-you > hr {
  margin: 50px auto 0px auto !important;
}

#contentButton > hr,
#contentButton2 > hr,
#contentButton3 > hr {
  margin-bottom: 0px !important;
}

.content > :first-child {
  margin-top: -350px;
  opacity: 0;
}
@media (min-width: 475px) {
  .content > :first-child {
    margin-top: -190px;
  }
}
@media (min-width: 600px) {
  .content > :first-child {
    margin-top: -200px;
  }
}
@media (min-width: 900px) {
  .content > :first-child {
    margin-top: -200px;
  }
}
@media (min-width: 1200px) {
  .content > :first-child {
    margin-top: -120px;
  }
}
.content > :nth-child(odd) {
  opacity: 0;
}

g > text {
  x: 280 !important;
}

.addMargin {
  display: block;
  margin: 0px 120px;
}

.hide {
  display: none;
}

.button {
  background: #001196;
  color: #ffffff;
  font-size: 18px;
  font-family: bold;
  font-family: "Pioneer-Bold-v1";
  font-weight: 900;
  padding: 9px;
  margin-bottom: 50px;
  margin: auto;
  margin-top: 20px !important;
  flex-direction: row;
  padding: 10px 18px;
}
@media (min-width: 600px) {
  .button {
    font-size: 18px;
  }
}
.button > img {
  margin-left: 60px;
  transform: rotate(-90deg);
}
.button:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: 0.4s;
}
@media (min-width: 600px) {
  .button {
    margin-top: 40px !important;
    margin-bottom: 0px;
  }
}

.remove-height {
  height: 0px;
}

.rotate-arrow {
  transform: rotate(0deg) !important;
  transition: 0.4s;
}

.flex-box {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .flex-box {
    flex-direction: row;
  }
}
.flex-box img {
  width: -webkit-fill-available !important;
  max-width: 635px;
}
.flex-box ul {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .flex-box ul {
    width: 50%;
  }
}

.flex-box-image-large {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .flex-box-image-large {
    flex-direction: row;
  }
}
.flex-box-image-large img {
  width: -webkit-fill-available !important;
  max-width: 800px;
}
.flex-box-image-large ul {
  width: 100%;
}
@media (min-width: 1200px) {
  .flex-box-image-large ul {
    margin-left: 40px;
  }
}

.flex-box-column {
  flex-direction: column;
}
.flex-box-column img {
  width: auto !important;
}

.flex-box-column-border {
  padding: 20px;
  flex-direction: column;
  border: 2px solid #001196;
}
.flex-box-column-border img {
  width: auto !important;
}

.a-document-button {
  background: #001196;
  color: #ffffff !important;
  font-size: 18px;
  font-family: bold;
  font-family: "Pioneer-Bold-v1";
  font-weight: 900;
  padding: 9px;
  width: fit-content;
  margin-top: 20px !important;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 600px) {
  .a-document-button {
    font-size: 18px;
  }
}
.a-document-button img {
  margin-right: 10px;
}

.three-panel-1,
.three-panel-2,
.three-panel-3 {
  opacity: 1 !important;
}

.cookieBanner {
  left: 0 !important;
  opacity: 1 !important;
}

.cookie-page * {
  opacity: 1 !important;
}

#graph,
#graph1,
#graphThree {
  max-height: 400px;
  height: 100%;
}

#graph text,
#graph1 text,
#graphThree text {
  font-size: 15px;
  font-family: regular;
  font-family: "Pioneer-Regular-v1";
  font-weight: 500;
}
@media (min-width: 600px) {
  #graph text,
  #graph1 text,
  #graphThree text {
    font-size: 15px;
  }
}

#graph ul,
#graph1 ul,
#graphThree ul {
  background-color: #ffffff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

#graph li,
#graph1 li,
#graphThree li {
  border-bottom: -1px solid #000;
}

.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
  margin: auto !important;
}

.google-visualization-tooltip {
  height: 0 !important;
  border: none !important;
}

.google-visualization-tooltip-item {
  padding: 0 20px !important;
  margin: 0 !important;
}

.graphContainer {
  flex-direction: column;
  text-align: center;
}
@media (min-width: 900px) {
  .graphContainer {
    flex-direction: row;
  }
}
.graphContainer h3 {
  margin-bottom: -175px;
  z-index: 100;
  position: relative;
}
.graphContainer > :nth-child(2) {
  margin-top: 165px;
}
@media (min-width: 900px) {
  .graphContainer > :nth-child(2) {
    margin-top: 0px;
  }
}

.panel-content h3 {
  z-index: 1000 !important;
}

.pull {
  margin-top: -115px;
  margin-bottom: 105px;
}

.graphContainer > div {
  margin: auto;
}

.graphContainer > strong {
  flex: 1;
}

.dropDownContent strong {
  color: #001196;
}

.dropdownContent text {
  color: #001196;
}

.legend {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.activeMembers,
.avcDot,
.deferredMembers,
.mainDot,
.pensioners,
.topUpDot,
.blueDot,
.lightBlueDot {
  width: 12px;
  height: 12px;
  margin: 8px 5px 0 20px;
  border-radius: 50%;
}

.blueDot {
  background-color: #1674ba;
}

.lightBlueDot {
  background-color: #00b0ad;
}

.mainDot {
  background-color: #941711;
}

.avcDot {
  background-color: #ff8043;
}

.topUpDot {
  background-color: #9fc63b;
}

.factsAndFigures {
  text-align: center;
}

.factsAndFigures > div {
  padding: 20px 0;
}

.counterContainer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 165px;
}
@media (min-width: 900px) {
  .counterContainer {
    flex-direction: row;
  }
}

.counterOne,
.counterTwo {
  flex: 1;
  width: 100%;
  height: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.counterOne {
  background-color: #ff8043;
  margin: 10px 0;
}
@media (min-width: 900px) {
  .counterOne {
    margin-right: 12px;
    margin-left: 0 !important;
  }
}

.counterTwo {
  background-color: #941711;
  margin: 10px 0;
}
@media (min-width: 900px) {
  .counterTwo {
    margin-left: 12px;
    margin-right: 0 !important;
  }
}

.counterOne span,
.counterTwo span {
  font-size: 70px;
  font-family: light;
  font-family: "Pioneer-Light-Condensed";
  font-weight: 500;
  color: #ffffff;
  line-height: 2.2;
}
@media (min-width: 600px) {
  .counterOne span,
  .counterTwo span {
    font-size: 70px;
  }
}

#donutchart {
  margin: auto;
}

.page-archive {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
}

.page-archive-head {
  text-align: center;
}

.page-archive__panel {
  padding-top: 45px;
  padding-bottom: 35px;
  margin: 0 auto;
  padding-right: 25px;
  min-width: 30%;
}
@media (min-width: 1200px) {
  .page-archive__panel {
    max-width: 350px;
  }
}
.page-archive__panel > div {
  flex: 1;
}
.page-archive__panel h5 {
  color: #525659;
  text-align: center;
}
.page-archive__panel img {
  max-width: 100%;
  display: block;
  max-height: 200px;
  margin-right: 0px;
  margin: 0 auto;
  width: 100%;
  width: 395px;
}
.page-archive__panel--link {
  background-color: #ff8043;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
}
.page-archive__panel--link a {
  color: #fff !important;
  font-size: 21px;
}

table {
  border-spacing: 0;
  min-width: 900px;
  width: 100%;
  text-align: left;
}

thead {
  background-color: #e0dfdf;
  color: #001196;
}

tbody > tr:first-child > td > strong {
  color: #646363;
  font-family: "Pioneer-Bold", sans-serif;
}

tbody > tr:first-child > td:first-child {
  width: 50% !important;
}

td {
  border-bottom: 1px solid #646363;
  padding: 5px 10px;
  font-size: 18px;
}
@media (min-width: 600px) {
  td {
    font-size: 18px;
  }
}

th {
  padding: 5px 10px;
  font-family: "Pioneer-Bold", sans-serif !important;
  font-size: 18px;
}
@media (min-width: 600px) {
  th {
    font-size: 18px;
  }
}

tr:last-child > td {
  border-bottom: none;
}

.tableWrap {
  width: 100%;
  overflow-x: scroll;
  min-height: fit-content;
  min-height: 250px;
}

.borderWrap {
  border: 1px solid #001196;
  padding: 20px;
}

.dropDownContent {
  margin: 30px auto;
}
@media (min-width: 900px) {
  .dropDownContent {
    max-width: 80%;
  }
}

.youtubeButton {
  width: 215px;
  height: 40px;
  background-color: #001196;
  border: none;
  color: #fff !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 20px;
  outline: none;
  padding: 0 28px;
  margin: auto;
  justify-content: center;
}

.hideImage img {
  display: none !important;
}

.buttonContentWrapper {
  margin-bottom: 50px;
}

.pull-up {
  margin-top: -50px;
  padding-bottom: 50px;
}

.findOutLink {
  max-width: 250px;
  height: 40px;
  background-color: #001196;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 20px;
  outline: none;
  transition: 0.4s;
  margin: auto;
  padding: 10px 15px;
  text-decoration: none !important;
}
.findOutLink img {
  margin-right: 10px;
}

.investmentButton {
  width: 150px !important;
  height: 40px;
  background-color: #001196;
  border: none;
  color: #fff !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 20px;
  outline: none;
  transition: 0.4s;
  padding: 0px 10px;
}
.investmentButton img {
  margin-right: 10px;
}

.youtubeButton {
  width: 250px !important;
  height: 40px;
  background-color: #001196;
  border: none;
  color: #fff !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 20px;
  outline: none;
  padding: 0 28px;
  margin: auto;
  justify-content: center;
}

.graphOld .legend {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.graphOld .mainDot,
.graphOld .avcDot,
.graphOld .topUpDot,
.graphOld .activeMembers,
.graphOld .deferredMembers,
.graphOld .pensioners {
  width: 12px;
  height: 12px;
  margin: 5px 5px 0px 20px;
  border-radius: 50%;
}
.graphOld .mainDot {
  background-color: #62358c;
}
.graphOld .avcDot {
  background-color: #a783ba;
}
.graphOld .topUpDot {
  background-color: #1674ba;
}
.graphOld .activeMembers {
  background-color: #941711;
}
.graphOld .deferredMembers {
  background-color: #ff8043;
}
.graphOld .pensioners {
  background-color: #007f92;
}
.graphOld .factsAndFigures {
  text-align: center;
}
.graphOld .factsAndFigures > div {
  padding: 20px 0px;
}
.graphOld .counterContainer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 0px;
}
@media (min-width: 900px) {
  .graphOld .counterContainer {
    flex-direction: row;
  }
}
.graphOld .counterThree,
.graphOld .counterFour {
  flex: 1;
  width: 100%;
  height: 150px;
}
.graphOld .counterThree {
  background-color: #80a41b;
  margin: 10px 0px;
}
@media (min-width: 900px) {
  .graphOld .counterThree {
    margin-right: 12px;
    margin-left: 0px !important;
  }
}
.graphOld .counterFour {
  background-color: #472784;
  margin: 10px 0px;
}
@media (min-width: 900px) {
  .graphOld .counterFour {
    margin-left: 12px;
    margin-right: 0px !important;
  }
}
.graphOld .counterThree span,
.graphOld .counterFour span {
  font-size: 70px;
  font-family: "Pioneer-UltraLightCondensed-v1";
  color: #ffffff;
  line-height: 2.2;
}
.graphOld #graph5,
.graphOld #graph6 {
  height: 300px;
}

.welcomeContainer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  transition: 1s 1s;
}
@media (min-width: 900px) {
  .welcomeContainer {
    flex-direction: row;
  }
}

.welcomeTextPanel {
  opacity: 0;
  transition: 1s 0.6s;
}

.welcomeImagePanel,
.welcomeTextPanel {
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: none;
}
@media (min-width: 900px) {
  .welcomeImagePanel,
  .welcomeTextPanel {
    margin: auto;
  }
}

.welcomeTextPanel {
  display: inherit;
  padding: 10px;
}

.welcomeTextPanel > h1,
.welcomeTextPanel > p {
  text-align: center;
  max-width: 100%;
}

.welcomeTextPanel > h1 {
  color: #001196;
  font-size: 40px;
}
@media (min-width: 900px) {
  .welcomeTextPanel > h1 {
    font-size: 65px;
  }
}

.welcomeTextPanel b,
.welcomeTextPanel strong {
  color: #001196;
}

.welcomeTextPanel > a {
  background-color: #001196;
  text-align: center;
  margin: 10px 0;
  padding: 6px 12px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  font-family: "Pioneer-Bold", sans-serif;
  color: #ffffff !important;
  font-size: 18px;
}

.welcomeTextPanel > a:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #3e4aad;
}

.welcomeTextPanel > a > img {
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
}

.welcomeImagePanel > div {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .welcomeImagePanel > div {
    margin: 10px 12px;
  }
}

.welcomeImagePanel > div > div {
  margin: 10px 0;
}
@media (min-width: 900px) {
  .welcomeImagePanel > div > div {
    margin: 0 0 0 10px;
  }
}

.block1 {
  height: 250px;
  width: 100%;
  opacity: 0;
  transition: opacity 1s 0.9s;
}
@media (min-width: 1200px) {
  .block1 {
    width: 320px;
    transition: 1s 0.9s;
  }
}

.block2 {
  opacity: 0;
  height: 250px;
  width: 290px;
  background-color: #a783ba;
  transition: 1s 1.5s;
}

.block3 {
  opacity: 0;
  height: 200px;
  width: 320px;
  background-color: #62358c;
  transition: 1s 1.8s;
}

.block4 {
  opacity: 0;
  height: 250px;
  width: 100%;
  transition: opacity 1s 0.9s;
}
@media (min-width: 1200px) {
  .block4 {
    width: 290px;
    height: 200px;
    transition: 1s 1.2s;
  }
}

.block2,
.block3 {
  display: none;
}
@media (min-width: 1200px) {
  .block2,
  .block3 {
    display: block;
  }
}

.block1,
.block4 {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 900px) {
  .block1,
  .block4 {
    display: block;
  }
}
