/*
 Theme Name: Saskatchewan Pension Plan
 Author: LMNO
 Author URI: https://www.saskpension.com/
 Description: Saskatchewan Pension Plan
 Version: 1.20.4
 */
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
 # Variables
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # partials
 --------------------------------------------------------------*/
@font-face {
  font-family: 'Metropolis HTF';
  src: url("./assets/fonts/Metropolis-Black.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Metropolis HTF";
  src: url("./assets/fonts/Metropolis-Regular.woff") format("woff");
}
html body {
  font-family: 'Metropolis HTF', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #53565a;
  line-height: 1.2em;
}
.white {
  color: #fff;
}
.grey {
  color: #616467;
}
.light-grey {
  color: #f1f1f1;
}
html a {
  color: #8fd400;
}
html a:hover, html a:focus, html a:active {
  color: #6da100;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
}
html a.highlight {
  color: #981d97;
}
html a.highlight:hover {
  color: #6d156c;
}
html a.white {
  color: #fff;
}
html a.white:hover, html a.white:focus, html a.white:active {
  color: #e6e6e6;
}
html a.grey {
  color: #616467;
}
html a.grey:hover, html a.grey:focus, html a.grey:active {
  color: #484b4d;
}
html a.light-grey {
  color: #f1f1f1;
}
html a.light-grey:hover, html a.light-grey:focus, html a.light-grey:active {
  color: #d8d8d8;
}
html a.green {
  color: #8fd400;
}
html a.green:hover, html a.green:focus, html a.green:active {
  color: #6da100;
}
html {
  /*
   *  H2
   * */
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: 'Metropolis HTF', sans-serif;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.2em;
  letter-spacing: 1px;
}
html h2, html .h2 {
  font-size: 3em;
}
@media screen and (max-width: 480px) {
  html h2, html .h2 {
    font-size: 2em;
  }
}
html h1, html h2 {
  font-weight: bold;
  color: #8fd400;
}
html h3, html h4, html h5, html h6 {
  font-weight: 400;
  color: #53565a;
}
html h1.large {
  font-size: 6em;
  line-height: 1em;
}
html h1.large.smaller-large {
  font-size: 4em;
}
@media screen and (max-width: 575px) {
  html h1.large.smaller-large {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 575px) {
  html h1.large {
    font-size: 4em;
  }
}
html h5 {
  margin-bottom: 0.25em;
}
b, strong {
  font-weight: bold !important;
}
p {
  line-height: 1.2em;
}
/*--------------------------------------------------
 TOP HEADER BAR
 --------------------------------------------------*/
.top-header {
  background: #53565a;
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
  position: relative;
}
.top-header form {
  display: inline-block;
}
.top-header .phone {
  margin: 0 16px;
}
.top-header a {
  color: #fff;
}
.top-header a.button {
  color: #981d97;
}
.top-header a:hover {
  color: #f2f2f2;
}
.top-header a:hover.button {
  color: #981d97;
}
@media screen and (max-width: 367px) {
  .top-header a.button {
    width: 120px;
  }
}
/*--------------------------------------------------
 NAVIGATION BAR
 --------------------------------------------------*/
#masthead img {
  width: 100%;
  max-width: 100px;
}
#masthead .menu-main-menu-container {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #masthead .menu-main-menu-container .sub-menu {
    background: #fffcf5;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 0 !important;
  }
  #masthead .menu-main-menu-container .sub-menu .dropdown-item.active, #masthead .menu-main-menu-container .sub-menu .dropdown-item:active {
    background-color: transparent;
  }
  #masthead .menu-main-menu-container .sub-menu a {
    margin: 0 auto;
    color: #616467;
    padding: 1em;
  }
  #masthead .menu-main-menu-container .sub-menu a:hover, #masthead .menu-main-menu-container .sub-menu a:active, #masthead .menu-main-menu-container .sub-menu a:focus {
    background: rgba(0, 0, 0, 0.1);
  }
}
#masthead .menu-secondary-menu-container {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #masthead .menu-secondary-menu-container a {
    font-family: 'Open Sans', sans-serif;
    padding: 0.5em 0.5em;
    display: inline-block;
    font-size: 1em;
    line-height: 1.2;
    border-radius: 0;
    background: #fff;
    color: #981d97;
    width: 125px;
    max-width: 100%;
    text-align: center;
    border: 1px solid #981d97;
  }
}
#masthead .nav-bar {
  width: 100%;
  z-index: 100;
  color: white;
  padding: 16px 0;
}
#masthead .nav-bar a {
  color: #981d97;
}
#masthead .nav-bar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#masthead .nav-bar ul li {
  display: inline-block;
}
#masthead .nav-bar ul li a {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  #masthead .nav-bar ul li a {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  #masthead .nav-bar div.text-left {
    text-align: center !important;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #masthead .nav-bar div.text-right {
    text-align: center !important;
  }
}
#masthead .nav-dropdown {
  display: none;
}
@media screen and (max-width: 992px) {
  #masthead .site-branding {
    flex: 1;
  }
  #masthead .mobile-nav {
    flex: 2;
  }
  #masthead .nav-dropdown {
    display: none;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 130px;
    right: 50%;
    transform: translate(50%);
    z-index: 99;
    background: rgba(83, 86, 90, 0.85);
    height: calc(100vh - 110px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 48px;
  }
  #masthead .nav-dropdown ul {
    padding: 0 !important;
    text-align: right;
    list-style-type: none;
    margin-bottom: 0 !important;
  }
  #masthead .nav-dropdown .menu-main-menu-container {
    display: block;
  }
  #masthead .nav-dropdown .menu-main-menu-container ul li {
    width: 100%;
  }
  #masthead .nav-dropdown .menu-main-menu-container ul a {
    font-family: 'Open Sans', sans-serif;
    padding: 0.5em 0.5em;
    display: inline-block;
    color: white;
    width: 100%;
    border-bottom: 1px solid #981d97;
    font-size: 1.5rem;
    text-align: right;
  }
  #masthead .nav-dropdown .menu-main-menu-container ul ul.sub-menu li a {
    font-size: 1.25em;
  }
  #masthead .nav-dropdown .menu-secondary-menu-container {
    display: block;
  }
  #masthead .nav-dropdown .menu-secondary-menu-container li {
    width: 100%;
  }
  #masthead .nav-dropdown .menu-secondary-menu-container a {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    width: 100%;
    color: white;
    padding: 0.5em 0.5em;
    border-bottom: 1px solid #981d97;
    font-size: 1.5rem;
    text-align: right;
  }
}
/*--------------------------------------------------
 HAMBURGER
 --------------------------------------------------*/
#hamburger {
  flex: 2;
  position: relative;
  float: right;
  width: 60px;
  height: 45px;
  margin-top: 8px;
  -webkit-transform: rotate(0deg) scale(0.6);
  -moz-transform: rotate(0deg) scale(0.6);
  -o-transform: rotate(0deg) scale(0.6);
  transform: rotate(0deg) scale(0.6);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 991px) {
  #hamburger {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  #hamburger {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  #hamburger {
    width: 50px;
  }
}
#hamburger span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #981d97;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 0px;
}
#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 18px;
}
#hamburger span:nth-child(4) {
  top: 36px;
}
#hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*--------------------------------------------------
 SEARCH
 --------------------------------------------------*/
.mobile-search-wrapper.open input {
  display: block;
}
.mobile-search-wrapper input {
  display: none;
  position: absolute;
  bottom: -39px;
  z-index: 99999;
  width: 100%;
  font-size: 14px;
  padding: 8px;
  color: #53565a;
  text-align: center;
  height: 39px;
}
.search-wrapper .search-toggle-input {
  color: #53565a;
  font-size: 14px;
  padding: 0.5em 0;
  width: 0px;
  max-width: 100%;
  margin-left: 4px;
  background: #fff;
  transition: 1s;
  -webkit-transition: 1s;
  border: 0px solid #981d97;
}
.search-wrapper .search-toggle-input.open {
  border-width: 1px;
  padding: 0.5em;
  width: 150px;
}
.search-wrapper .search-toggle-input:hover, .search-wrapper .search-toggle-input:active, .search-wrapper .search-toggle-input:focus {
  border: 1px solid #981d97;
  background: #fff;
}
.search-wrapper .search-toggle {
  cursor: pointer;
}
.site-header {
  width: 100%;
  background-color: #000;
  position: relative;
  color: #fff;
}
.site-header h1, .site-header h2, .site-header h3 {
  color: #fff;
}
.site-header.site-header-full {
  height: 100vh;
  min-height: 800px;
}
.site-header.site-header-full .header-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
}
.site-header.site-header-logo {
  background-color: #8fd400;
}
.site-header.site-header-logo .header-inner {
  padding-top: 50px;
  padding-bottom: 48px;
}
.site-header .header-inner {
  width: 100%;
}
.site-header .header-inner h1 {
  font-size: 3em;
}
.site-header .header-inner .logo img {
  max-width: 100%;
  width: 250px;
}
/*
 *  the actual footer
 * */
.footer {
  background: #616467;
  color: #53565a;
}
.footer #main-footer {
  background: #616467;
  color: #fff;
  padding: 48px 0;
  line-height: 1.4 !important;
}
.footer #main-footer h3 {
  color: inherit;
}
.footer #main-footer h4, .footer #main-footer h5 {
  color: #fff;
  font-weight: bold;
}
.footer #main-footer h6 {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.4 !important;
}
.footer #main-footer p {
  margin-bottom: 8px;
}
.footer #main-footer ul {
  padding: 0;
  list-style-type: none;
}
.footer #main-footer .copyright {
  font-size: 16px;
  margin-bottom: 0;
}
.footer #main-footer .logo img {
  max-width: 100%;
  width: 175px;
}
@media only screen and (max-width: 575px) {
  .footer #main-footer .contact-margin {
    margin-top: 48px;
    margin-bottom: 16px;
  }
}
.footer #main-footer .bbb-logo {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .footer #main-footer .bbb-logo {
    max-width: 62px;
  }
}
@media only screen and (max-width: 640px) {
  .footer #main-footer .bbb-logo {
    max-width: 50px;
  }
}
.footer hr {
  border-top-color: #fff;
}
@media only screen and (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
/*--------------------------------------------------
 BOTTOM FOOTER
 --------------------------------------------------*/
#bottom-footer {
  background: #53565a;
  color: #fff;
  padding: 16px 0;
}
#bottom-footer .center-align {
  display: flex;
  align-items: center;
}
#bottom-footer a.footer-social {
  font-size: 2em;
  color: #fff;
  margin: 8px;
  display: inline-block;
}
#bottom-footer a.footer-social:last-child {
  margin-right: 0;
}
#bottom-footer a.footer-social:hover {
  color: #f2f2f2;
}
@media only screen and (max-width: 992px) {
  #bottom-footer a.footer-social {
    margin: 0 8px;
  }
}
#bottom-footer .menu {
  list-style-type: none;
  padding: 1em 0 0 0;
}
#bottom-footer .menu li {
  display: inline-block;
}
#bottom-footer .menu li a {
  padding: 1em 1em 0 0;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  #bottom-footer {
    text-align: center !important;
  }
  #bottom-footer .footer-social-wrapper {
    text-align: center !important;
  }
}
.modal .modal-body {
  padding: 0;
}
.modal .close.no-header-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: 300;
  font-size: 2.5rem;
  font-weight: 300;
  z-index: 10000;
}
.hero-wrapper-full {
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(9, 9, 121, 0) 15%, rgba(0, 212, 255, 0) 100%);
}
.hero-wrapper-full .position-left {
  background-position: bottom left !important;
}
.hero-wrapper-full .position-center {
  background-position: center !important;
}
.hero-wrapper-full .position-center h1 {
  text-align: center;
  padding-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .hero-wrapper-full .position-center h1 {
    padding-bottom: 0;
  }
}
.hero-wrapper-full .container {
  height: 500px;
  display: flex;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .hero-wrapper-full .container {
    display: none;
  }
}
.hero-wrapper-full .container h1 {
  font-size: 3.5rem;
  color: #8fd400;
  font-weight: bold;
  text-transform: uppercase;
}
.hero-wrapper {
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(9, 9, 121, 0) 15%, rgba(0, 212, 255, 0) 100%);
}
.hero-wrapper .position-left {
  background-position: bottom left !important;
}
.hero-wrapper .position-center {
  background-position: center !important;
}
.hero-wrapper .container {
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .hero-wrapper .container {
    display: none;
  }
}
.hero-wrapper .container h1 {
  font-size: 3.5rem;
  color: #8fd400;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.hero-mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hero-mobile-wrapper {
    display: block;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(9, 9, 121, 0) 15%, rgba(0, 212, 255, 0) 100%);
  }
  .hero-mobile-wrapper.no-background {
    background: #fff !important;
    background: none !important;
  }
}
.hero-mobile-wrapper .container img {
  max-width: 100% !important;
}
.hero-mobile-wrapper .container h1 {
  font-size: 2.5rem;
  color: #8fd400;
  font-weight: bold;
  text-transform: uppercase;
}
.news-card, .card {
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01);
  height: auto;
  background: white;
  transition: all 0.5s;
  position: relative;
  padding-bottom: 32px;
}
.news-card.news-card:hover, .card.news-card:hover {
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.news-card.news-card:hover .card-image, .card.news-card:hover .card-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news-card.card:hover, .card.card:hover {
  transform: none;
  transition: none;
}
.news-card .card-icon, .card .card-icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.news-card .card-image, .card .card-image {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  padding-bottom: 50.26%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 0.5s ease;
  display: block;
}
.news-card .content, .card .content {
  margin-bottom: 16px;
}
.news-card h5, .card h5 {
  color: #616467;
  font-weight: bold;
  padding: 16px;
  margin: 0 !important;
}
.news-card h4, .card h4 {
  color: #616467;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 16px;
}
.news-card p, .card p {
  color: #616467;
  padding-right: 15px;
  padding-left: 15px;
}
.news-card a, .card a, .news-card span, .card span {
  position: absolute;
  display: block;
  color: #981d97;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
}
.news-card a .fa, .card a .fa, .news-card span .fa, .card span .fa {
  float: inherit;
}
.news-card a .fa.fa-download, .card a .fa.fa-download, .news-card span .fa.fa-download, .card span .fa.fa-download, .news-card a .fa.fa-link, .card a .fa.fa-link, .news-card span .fa.fa-link, .card span .fa.fa-link {
  float: right !important;
}
@media screen and (max-width: 768px) {
  .news-card, .card {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .news-card, .card {
    margin-bottom: 48px;
  }
  .news-card .news-card:last-child, .card .news-card:last-child, .news-card .card:last-child, .card .card:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .news-card, .card {
    padding-left: 0 !important;
  }
}
/*--------------------------------------------------------------
 # main site styles
 --------------------------------------------------------------*/
html {
  font-size: 14px;
  line-height: 1.4em;
  overflow: visible !important;
}
html body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible !important;
  background: #fffcf5;
}
.margin-bottom-none {
  margin-bottom: 0px;
}
.margin-bottom {
  margin-bottom: 16px;
}
.margin-bottom-negative {
  margin-bottom: -48px;
}
.margin-bottom-large {
  margin-bottom: 48px;
}
.margin-bottom-large-important {
  margin-bottom: 48px !important;
}
.margin-top {
  margin-top: 16px;
}
.margin-top-large {
  margin-top: 48px;
}
.margin-top-negative {
  margin-top: -48px;
}
.padding-bottom {
  padding-bottom: 16px;
}
.padding-bottom-large {
  padding-bottom: 48px;
}
.padding-top {
  padding-top: 16px;
}
.padding-top-large {
  padding-top: 48px;
}
@media screen and (max-width: 992px) {
  .margin-top-mobile {
    margin-top: 16px;
  }
  .margin-top-large-mobile {
    margin-top: 48px;
  }
  .margin-bottom-mobile {
    margin-bottom: 16px;
  }
  .margin-bottom-large-mobile {
    margin-bottom: 48px;
  }
  .padding-bottom-mobile {
    padding-bottom: 16px;
  }
  .padding-bottom-large-mobile {
    padding-bottom: 48px;
  }
  .padding-top-mobile {
    padding-top: 16px;
  }
  .padding-top-large-mobile {
    padding-top: 48px;
  }
}
.shadow, .drop-shadow {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
#masthead {
  position: relative;
}
#masthead .breadcrumbs {
  position: absolute;
  top: 72px;
}
img {
  max-width: 100%;
}
img.aligncenter {
  margin: 16px auto;
  display: block;
}
.max-720 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.responsive-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.has-2-columns, .has-3-columns, .has-4-columns {
  margin: 16px 0;
}
.has-2-columns.margin-top-large, .has-3-columns.margin-top-large, .has-4-columns.margin-top-large {
  margin-top: 48px !important;
}
.has-2-columns .wp-block-column, .has-3-columns .wp-block-column, .has-4-columns .wp-block-column {
  margin-bottom: 0;
}
.has-2-columns .wp-block-column h2, .has-3-columns .wp-block-column h2, .has-4-columns .wp-block-column h2 {
  color: #8fd400;
  font-weight: bold;
}
.has-2-columns .wp-block-column .wp-block-image, .has-3-columns .wp-block-column .wp-block-image, .has-4-columns .wp-block-column .wp-block-image {
  margin-bottom: 0;
}
.has-2-columns .wp-block-column .wp-block-image figure, .has-3-columns .wp-block-column .wp-block-image figure, .has-4-columns .wp-block-column .wp-block-image figure {
  margin-bottom: 0;
  position: relative;
}
.video-container {
  background-color: #000 !important;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  .video-container {
    padding: 48px 0;
  }
}
.video-container .background-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-container .video-play-icon {
  width: 128px;
  max-width: 100%;
}
.video-container > * {
  position: relative;
  z-index: 10;
}
.video-container h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .video-container h2 {
    margin-top: 16px !important;
  }
}
.circle {
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .circle {
    margin-bottom: 16px;
  }
}
.circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.button {
  font-family: 'Metropolis HTF', sans-serif;
  padding: 0.5em 0.5em;
  display: inline-block;
  font-size: 1em;
  border-radius: 0px;
  background: #fff;
  color: #981d97;
  width: 160px;
  max-width: 100%;
  text-align: center;
  border: 1px solid #981d97;
  border-color: #981d97;
}
.button.button-auto {
  width: auto !important;
  padding: 0.5em 1.5em;
}
.button:hover {
  background-color: #f2f2f2;
  color: #981d97;
}
.button.dark {
  background-color: #616467;
  border-color: #fff;
  color: #fff;
}
.button.dark:hover {
  background-color: #878a8e;
}
.button.button-reverse, .button.button-inverted {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: calc(1em - 4px);
}
.button.button-reverse:hover, .button.button-inverted:hover {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.button.button-highlight {
  background: #981d97;
  color: #fff;
}
.button.button-highlight:hover {
  background-color: #6d156c;
}
.button.button-highlight-border {
  background: #981d97;
  color: #fff;
  border: 4px solid #fff;
  padding: calc(1em - 4px);
}
.button.button-highlight-border:hover {
  background-color: #6d156c;
}
.site-content .header-text {
  margin: 48px auto;
}
.site-content #main {
  /*&.main-faqs{
   p{
   margin-bottom: 2rem;
   border-left: 5px solid $light-grey;
   padding-left: 10px;
   strong:first-child{
   padding-bottom:5px;
   display:inline-block;
   }
   }
   }*/
}
.site-content #main h2, .site-content #main h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.site-content #main hr {
  margin: 48px 0;
}
.site-content #main table {
  width: 100%;
  text-align: left;
  margin: 48px 0;
}
.site-content #main table tr:nth-child(even) {
  background-color: #fff;
}
.site-content #main table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.site-content #main table th {
  font-size: 1.2em;
  padding: 12px 20px;
}
.site-content #main table td {
  padding: 12px 20px;
}
@media only screen and (max-width: 380px) {
  .site-content #main table td {
    padding: 12px 12px;
  }
}
.hr-wrapper {
  background-color: #f1f1f1;
}
.hr-wrapper hr {
  border-bottom: 1px solid #981d97;
  border-top: 0;
  margin: 0;
  padding: 0;
}
/*
 *
 *  Grey Box
 *
 * */
.full-container {
  width: calc(100vw - 60px);
  margin-left: calc(-50vw + 50% + 30px);
  background: #53565a;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .full-container {
    width: 100vw;
    margin-left: calc(-50vw + 50% + 0px);
  }
}
.full-container h1 {
  text-align: center;
  font-weight: bold;
  color: #8fd400;
  margin-bottom: 48px;
}
@media screen and (max-width: 992px) {
  .full-container h1 {
    margin-top: 32px;
  }
}
.full-container.transparent-bg {
  background: rgba(0, 0, 0, 0.02) !important;
  color: #53565a;
}
.full-container.transparent-bg h3, .full-container.transparent-bg h4, .full-container.transparent-bg h5 {
  color: #53565a !important;
}
.full-container.white {
  background: #fffcf5 !important;
  color: #53565a;
}
.full-container.white h3, .full-container.white h4, .full-container.white h5 {
  color: #53565a !important;
}
.full-container.white p a {
  color: #981d97;
}
.full-container.white li a {
  color: #981d97;
}
.full-container.height {
  padding: 48px 0;
}
@media screen and (max-width: 992px) {
  .full-container.height {
    padding: 16px 0;
  }
}
.full-container.height h4 {
  color: #fff;
  text-align: center;
  margin-top: 48px;
}
.full-container .container h2 {
  color: #8fd400 !important;
  font-weight: bold;
  margin: 16px 0 !important;
}
.full-container .container h3, .full-container .container h4, .full-container .container h5 {
  color: #fff;
}
.full-container .container .wp-block-columns {
  align-items: center;
}
.full-container .container .wp-block-columns .wp-block-column h2 {
  color: #8fd400;
  font-weight: bold;
}
.full-container .container .wp-block-columns .wp-block-column h3, .full-container .container .wp-block-columns .wp-block-column h4, .full-container .container .wp-block-columns .wp-block-column h5 {
  color: #fff;
  margin: 16px 0;
}
.full-container .container .wp-block-columns .wp-block-column h6 {
  color: #41b6e6;
  font-weight: bold;
}
.full-container .container .wp-block-columns .wp-block-column p {
  margin: 16px 0;
  line-height: 1.2em;
}
.full-container .container .wp-block-columns .wp-block-column ul {
  padding: 0 0 0 16px;
}
.full-container .container .wp-block-columns .wp-block-column ul li {
  text-align: left;
  line-height: 1.8em;
  margin-bottom: 0.4em;
}
.full-container .container .wp-block-columns .wp-block-column ol {
  counter-reset: item;
  list-style-type: none;
}
.full-container .container .wp-block-columns .wp-block-column ol > li {
  line-height: 1.8em;
  margin: 0;
  text-indent: -16px;
  list-style-type: none;
  counter-increment: item;
}
.full-container .container .wp-block-columns .wp-block-column ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 8px;
  font-weight: bold;
  text-align: right;
  content: counter(item) " ";
}
.full-container .container .wp-block-columns .wp-block-column .wp-block-embed {
  margin-bottom: 0 !important;
}
.full-container .container .wp-block-columns .wp-block-column .wp-block-image img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .full-container .container .wp-block-columns .wp-block-column {
    margin: 48px 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .full-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .wp-block-columns {
    display: block !important;
    flex-wrap: inherit !important;
  }
  .wp-block-columns .wp-block-column:nth-child(2n) {
    padding-top: 0 !important;
    margin-left: 0 !important;
  }
  .wp-block-columns .wp-block-column:not(:first-child) {
    padding-top: 0 !important;
    margin-left: 0;
  }
}
/*
 *
 *  Full Container Drop Shadow
 *
 * */
.container-drop-shadow {
  width: calc(100vw) !important;
  margin-left: calc(-50vw + 50%) !important;
  -webkit-box-shadow: 0 25px 25px -25px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 25px 25px -25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 25px 25px -25px rgba(0, 0, 0, 0.05);
}
/*
 *
 *  Order List Style
 *
 * */
.order-list ol {
  padding-inline-start: 20px !important;
  counter-reset: item;
  list-style-type: none;
}
.order-list ol > li {
  line-height: 2em;
  margin: 0;
  text-indent: -16px;
  list-style-type: none;
  counter-increment: item;
}
.order-list ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 8px;
  font-weight: bold;
  text-align: right;
  content: counter(item) " ";
}
@media only screen and (min-width: 991px) {
  .order-list ol {
    -moz-column-count: 2;
    -moz-column-gap: 48px;
    -webkit-column-count: 2;
    -webkit-column-gap: 48px;
    column-count: 2;
    column-gap: 48px;
  }
}
/*
 *
 *  Pdf Section
 *
 * */
.resource-section, .pdf-section {
  background: white;
  color: #53565a;
  margin: 0 auto;
  padding: 32px;
  border-radius: 30px 0 0;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.resource-section.left, .pdf-section.left {
  float: left;
  border-radius: 0 30px 0 0 !important;
}
.resource-section.right, .pdf-section.right {
  float: right;
}
.resource-section p, .pdf-section p {
  margin: 0 0 16px 0 !important;
}
.resource-section a, .pdf-section a {
  display: flex;
  color: #981d97;
  cursor: pointer;
  margin: 8px 0;
}
.resource-section a:last-of-type, .pdf-section a:last-of-type {
  margin: 0;
}
.resource-section a:nth-child(n):after, .pdf-section a:nth-child(n):after {
  content: ' ';
  display: block;
}
.resource-section a:hover, .pdf-section a:hover, .resource-section a:focus, .pdf-section a:focus, .resource-section a:active, .pdf-section a:active {
  color: #981d97 !important;
}
.resource-section a .fa, .pdf-section a .fa {
  padding-right: 5px;
}
/*
 *
 *  Tabs Section
 *
 * */
.graph-tabs {
  background-color: #53565a;
}
.graph-tabs ul.nav-pills {
  display: flex;
}
.graph-tabs ul.nav-pills li {
  margin-right: 16px;
}
.graph-tabs ul.nav-pills li:last-child {
  margin-right: 0;
}
.graph-tabs ul.nav-pills li a {
  color: #94979a;
  cursor: pointer;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
}
.graph-tabs ul.nav-pills li a.active, .graph-tabs ul.nav-pills li a:hover {
  color: #41b6e6;
  text-decoration: underline;
}
.graph-tabs .tab-content {
  padding: 16px;
}
.graph-tabs .tab-content .tab-pane {
  display: none;
}
.graph-tabs .tab-content .tab-pane.active {
  display: block;
}
/*
 *
 *  Divider
 *
 * */
.divider {
  margin: 48px 0;
  border: 0.5px solid #f1f1f1;
  overflow: hidden;
  width: 100%;
}
hr {
  border-top: 1px solid #616467;
  border: 0;
  width: 100%;
  max-width: 100%;
}
.dark hr {
  border-top: 1px solid #f1f1f1;
}
/*
 *
 *  CTA
 *
 * */
.cta {
  background-color: #616467;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
.cta h2 {
  color: #8fd400;
  font-weight: bold;
  margin: 48px 0 !important;
  text-transform: uppercase;
}
.cta-height {
  height: 400px;
}
/*
 *
 *  Parallax
 *
 * */
.parallax .row .col-6 {
  min-height: 400px;
  align-items: center;
  display: flex;
  position: relative;
}
.parallax .row .col-6 h2 {
  color: #8fd400;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
}
.parallax .row .col-6 h6 {
  color: #41b6e6;
}
.parallax .row .col-6 ul {
  line-height: 1.8em;
}
.parallax .row .col-6 .parallax-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.parallax .row .col-6 .parallax-image-wrapper .parallax-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.parallax .row .col-6 .parallax-image-wrapper .parallax-image.parallax-images-right-0 {
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  .parallax .row .col-6 .parallax-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  .parallax .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .parallax .row {
    position: relative;
  }
  .parallax .row .col-6-mobile {
    flex: none !important;
    display: contents !important;
  }
}
/*
 *
 *  Cards
 *
 * */
.tile {
  border-radius: 0;
  background-color: #6d7174;
  color: #fff;
  height: 100%;
  padding: 48px;
}
.tile:nth-child(even) {
  margin-top: 32px !important;
}
.tile .tile:nth-of-type(-n+2) {
  padding: 24px !important;
}
@media (max-width: 480px) {
  .tile {
    padding: 16px;
  }
  .tile .container {
    margin: 16px 0;
  }
}
.tile h1 {
  color: #8fd400;
}
.tile h2, .tile h3, .tile h3, .tile h4, .tile h5 {
  color: #41b6e6 !important;
  font-weight: bold;
}
.tile h3 {
  margin: 16px 0 !important;
}
.tile .tile-icon {
  max-width: 100%;
  height: 128px;
}
.tile .button.dark {
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .tile {
    margin-top: 32px;
  }
}
.modal-dialog {
  max-width: 1000px !important;
}
/*
 *
 *  POSTS
 *
 * */
.post-short-wrapper small {
  position: relative;
  top: -16px;
  display: inline-block;
}
/*
 *
 *  VIDEO
 *
 * */
.video-tile .video-image {
  cursor: pointer;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.video-tile .video-image:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.video-tile .video-image img.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 128px;
  transform: translate(-50%, -50%);
}
.fluid-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 *  responsive video
 *
 * */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-container iframe, .responsive-container object, .responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 *
 *  Wealth Calculator
 *
 *
 * */
.wealth_calculator_input_block label {
  width: 160px;
  text-align: center;
  display: block;
}
.wealth_calculator_input_block label.error {
  position: absolute;
  bottom: -18px;
  width: auto;
  text-align: left;
  font-size: 0.8em;
}
.wealth_calculator_input_block input#annual_addition {
  border: none;
  border-bottom: 1px solid #616467;
  background: transparent;
  text-align: center;
  width: 160px;
  left: -10px;
  position: relative;
}
.wealth_calculator_input_block input.button {
  position: relative;
  top: -6px;
  margin-left: 16px;
}
@media screen and (max-width: 480px) {
  .wealth_calculator_input_block input.button {
    margin-left: 0;
  }
}
/*
 *
 *  FAQ
 *
 * */
.faq-cat-header {
  cursor: pointer;
  text-transform: uppercase;
}
.faq-cat-header i {
  margin-right: 16px;
  font-size: 0.75em;
}
.faq-cat-wrapper .faq-question h4 {
  padding-left: 48px;
}
.faq-cat-wrapper .faq-question .faq-body {
  padding-left: 96px;
}
.faq-cat-wrapper.closed {
  height: 0;
  overflow: hidden;
}
.faq-question h4 {
  cursor: pointer;
}
.faq-question h4.closed {
  color: #7a7e81;
}
.faq-question .faq-body.closed {
  height: 0;
  overflow: hidden;
}
.top-faqs-wrapper h3 {
  text-transform: uppercase;
}
.top-faqs-wrapper h4, .top-faqs-wrapper h5 {
  line-height: 2em;
  font-size: 1.2em;
}
@media only screen and (max-width: 420px) {
  .top-faqs-wrapper {
    margin-bottom: 16px;
  }
}
/*
 *
 *  TABLE
 *
 * */
table.table-responsive {
  display: table;
}
@media only screen and (max-width: 550px) {
  table.table-responsive {
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
  }
}
table.wp-block-table, figure.wp-block-table > table {
  color: #53565a !important;
}
table.wp-block-table tbody th, figure.wp-block-table > table tbody th {
  background-color: #8fd400 !important;
  font-weight: bold;
  font-size: 1em;
}
table.wp-block-table tbody tr:first-child, figure.wp-block-table > table tbody tr:first-child {
  background-color: #8fd400 !important;
  font-weight: bold;
  font-size: 1em;
  padding: 12px 20px;
}
table.wp-block-table tbody tr td:first-child, figure.wp-block-table > table tbody tr td:first-child {
  border-right: 2px solid #fff;
}
table.wp-block-table tbody tr td:not(:first-child), figure.wp-block-table > table tbody tr td:not(:first-child) {
  border-left: 2px solid #fff;
}
/*
 *
 *  IFRAME iframe
 *
 * */
iframe {
  width: 1px;
  min-width: 100%;
  border: none;
  background: 0;
}
/*
 *
 *  Slick SLICK slick slider SLIDER Slider
 *
 * */
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
  outline: none;
}
.slick-prev, .slick-next {
  color: #fff !important;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
}
.slick-active .slick-dot {
  color: #616467 !important;
}
.slick-dot {
  color: #fff !important;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
}
.slider-list ul {
  list-style-type: none;
  padding: 0;
}
.slider-list ul li {
  line-height: 2.5em;
}
.slider-list ul li.active {
  color: #41b6e6;
  font-weight: bold;
}
/*
 *
 *  SPP FORMS
 *
 *
 * */
@media screen and (max-width: 480px) {
  #business_subscribe .contact-name .col-3 {
    padding: 0;
    margin-bottom: 40px !important;
  }
}
.full-container .container .retirement-form-wrapper h2 {
  color: #53565a !important;
}
.retirement-form-wrapper {
  width: 100%;
  max-width: 600px;
  background: #fffcf5;
  margin: 48px auto 0 auto;
  color: #53565a;
}
.retirement-form-wrapper .retirement-form-2, .retirement-form-wrapper .retirement-form-3 {
  display: none;
}
.retirement-form-wrapper .button {
  margin-right: 16px;
}
.retirement-form-wrapper h2 {
  color: #53565a !important;
}
.retirement-form-wrapper .form-top {
  padding: 48px;
  background: #fff;
}
.retirement-form-wrapper .form-bottom {
  padding: 48px 48px 68px 48px;
}
.retirement-form-wrapper span.wpcf7-list-item {
  width: 100%;
  margin: 0;
  position: relative;
}
.retirement-form-wrapper span.wpcf7-list-item.last {
  margin-bottom: 15px;
}
.retirement-form-wrapper span.wpcf7-list-item input[type=radio] {
  width: auto;
  position: relative;
  bottom: -2px;
  margin-right: 8px;
}
.retirement-form-wrapper span.wpcf7-list-item span.wpcf7-list-item-label {
  display: inline-block;
  line-height: 1em;
  padding-left: 16px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.retirement-form-wrapper input[type=submit] {
  font-family: 'Metropolis HTF', sans-serif;
  padding: 0.5em 0.5em;
  display: inline-block;
  font-size: 1em;
  border-radius: 0px;
  width: 160px;
  max-width: 100%;
  text-align: center;
  background-color: #616467;
  color: #fff;
  border: 1px solid #616467;
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 0;
}
.retirement-form-wrapper input[type=submit]:hover {
  background-color: #878a8e;
}
@media screen and (max-width: 600px) {
  .retirement-form-wrapper input[type=submit] {
    margin-top: 16px;
    margin-left: 0;
  }
}
.retirement-form-wrapper label {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .retirement-form-wrapper label {
    padding-bottom: 20px;
  }
}
.retirement-form-wrapper input, .retirement-form-wrapper textarea {
  width: 100%;
  padding: 1em;
  position: relative;
  margin-bottom: 16px;
}
.retirement-form-wrapper input::placeholder, .retirement-form-wrapper textarea::placeholder {
  font-size: 0.8em;
}
.retirement-form-wrapper span.wpcf7-not-valid-tip {
  color: #981d97;
  font-size: 0.8em;
  position: absolute;
  bottom: -33px;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  color: #53565a;
  border: 2px solid #981d97;
  text-align: center;
  width: 80%;
  max-width: 500px;
}
.wpcf7-form.sent .retirement-form-1, .wpcf7-form.sent .retirement-form-2 {
  display: none !important;
}
.wpcf7-form.sent .retirement-form-3 {
  display: block !important;
}
.wpcf7-form.sent .retirement-form-3 .form-bottom {
  text-align: center;
}
.wpcf7-form.sent .retirement-form-3 img {
  margin: 0 auto;
}
.full-container .container .wp-block-columns.charts-container {
  align-items: flex-start;
}
.charts-container .graph-tabs {
  margin-top: 1.5em;
}
.charts-container .graph-tabs p:empty {
  display: none;
}
.charts-on-light .graph-tabs {
  background-color: transparent;
  padding: 0;
}
.spp-chart-title {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1.2em;
}
.spp-chart-title span {
  display: block;
  font-size: 0.6em;
}
.spp-risk-rating {
  position: relative;
  border-top: 5px solid #75787a;
  margin: 60px 0;
  padding-top: 40px;
}
.spp-risk-rating > span {
  display: block;
  width: 33.3333%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.spp-risk-rating > span:first-of-type {
  text-align: left;
}
.spp-risk-rating > span:last-child {
  text-align: right;
}
.spp-marker {
  position: absolute;
  top: -5px;
  left: 0;
  background: #48beed;
  height: 5px;
}
.spp-marker:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: -13px;
  top: -13px;
  background: #53565a;
  border-radius: 50%;
  border: 5px solid #48beed;
}
.spp-number-tables th:not(:first-child), .spp-number-tables td:not(:first-child) {
  text-align: right;
}
svg > g > g:last-child {
  /* https://stackoverflow.com/questions/37902708/google-charts-tooltip-flickering */
  pointer-events: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Fspp%5C%2Fsass%5C%2Fstyle.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fspp%5C%2Fsass%5C%2F%5C%2Fpartials%5C%2F_normalize.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fspp%5C%2Fsass%5C%2F%5C%2Fpartials%5C%2F_typography.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fspp%5C%2Fsass%5C%2F%5C%2Fpartials%5C%2F_header.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fspp%5C%2Fsass%5C%2F%5C%2Fpartials%5C%2F_footer.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fspp%5C%2Fsass%5C%2F%5C%2Fpartials%5C%2F_modal.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fspp%5C%2Fsass%5C%2F%5C%2Fpartials%5C%2F_hero.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fspp%5C%2Fsass%5C%2F%5C%2Fpartials%5C%2F_card.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fspp%5C%2Fsass%5C%2F_site.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Fspp%5C%2Fsass%5C%2F%5C%2Fpartials%5C%2F_mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3B%3B%3B%3B%3B%3BGAAA%3BAAAA%3B%3BiEAAA%3BACAA%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAMC%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAeA%3BAAAA%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BYAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAUA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAMA%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAD9MD%3B%3BiEAAA%3BAAAA%3B%3BiEAAA%3BAECC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3BoEAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWF%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAQN%3BAAAA%3B%3BOAAA%3BAAAA%3BAACE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYA%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAOE%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%2CwBAAA%3BAAAA%3BAAKF%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAFzJD%3B%3BqDAAA%3BAGGC%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAOE%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAHnCL%3B%3BqDAAA%3BAG%2BCG%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAACE%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAKE%3BAAAA%2CkCAAA%3BAAAA%3BAAYA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAACE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAKE%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%2CoBAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAEE%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAeE%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%3BAAAA%3BAAKI%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAaI%3BAAAA%2CsBAAA%3BAAAA%3BAAQR%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAAA%3BAHnOT%3B%3BqDAAA%3BAGsPC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAoBA%3BAAAA%2CWAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BYAAA%3BAAAA%3BAH3UD%3B%3BqDAAA%3BAGwVK%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYE%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAOF%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAME%3BAAAA%2CcAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAaF%3BAAAA%2C4BAAA%3BAAAA%3BAAIE%3BAAAA%3BuBAAA%3BAAAA%3BAAMF%3BAAAA%2CcAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAKE%3BAAAA%3BeAAA%3BAAAA%3BAH1bP%3B%3BKAAA%3BAIGC%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAME%3BAAAA%3BeAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BkBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAJ3EH%3B%3BqDAAA%3BAImFC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAME%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%2CwBAAA%3BAAAA%3BAAGE%3BAAAA%3BcAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAGE%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAChIF%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BACNH%3BAAAA%3B%2BGAAA%3BAAAA%3BAAKG%3BAAAA%2C8CAAA%3BAAAA%3BAAIA%3BAAAA%2CyCAAA%3BAAAA%3BAAGE%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAeJ%3BAAAA%3B%2BGAAA%3BAAAA%3BAAIE%3BAAAA%2C8CAAA%3BAAAA%3BAAIA%3BAAAA%2CyCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUF%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3B%3BgHAAA%3BAAAA%3BAAKE%3BAAAA%3BgCAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BACzGF%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAASE%3BAAAA%3BkBAAA%3BAAAA%3BAAME%3BAAAA%3B6BAAA%3BAAAA%3BAAOF%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAWA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASE%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2C0BAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAACE%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAPnGL%3B%3BiEAAA%3BAQAA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAKG%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAQF%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CuBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CiCAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CuBAAA%3BAAAA%3BAACA%3BAAAA%2CuBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAAEA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BAAEA%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2CyBAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3B%3BkDAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3BYAAA%3BAAAA%3BAAMF%3BAAAA%2CkBAAA%3BAAAA%3BAAGI%3BAAAA%3BiBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAASF%3BAAAA%2CiBAAA%3BAAAA%3BAAKE%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3BqBAAA%3BAAAA%3BAAUN%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAcE%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKE%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAOE%3BAAAA%3BwBAAA%3BAAAA%3BAAOF%3BAAAA%3BcAAA%3BAAAA%3BAAIE%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAME%3BAAAA%2C4BAAA%3BAAAA%3BAAOF%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BMAAA%3BAAAA%3BAAeE%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BARxTH%3B%3B%3B%3BKAAA%3BAQuUC%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3ByCAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BACxSE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BADmTF%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%2C4BAAA%3BAAAA%3BAAKF%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%2C4BAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAOJ%3BAAAA%2CkBAAA%3BAAAA%3BACjVE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BADwVA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAMM%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAOF%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAWJ%3BAAAA%2C8BAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAC1aN%3BAAAA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAD2bJ%3BAACE%3BAAAA%3BkCAAA%3BAAAA%3BAAIE%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAR9eL%3B%3B%3B%3BKAAA%3BAQ2fC%3BAAAA%3B%3B%3B%3BoDAAA%3BAAAA%3BAR3fD%3B%3B%3B%3BKAAA%3BAQ0gBG%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAAA%3BARhiBL%3B%3B%3B%3BKAAA%3BAQijBC%3BAAAA%3B%3B%3B%3B%3B%3B%3BmDAAA%3BAAAA%3BAAYE%3BAAAA%3BuCAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAME%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAR7lBL%3B%3B%3B%3BKAAA%3BAQ2mBC%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAAGE%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOE%3BAAAA%3B6BAAA%3BAAAA%3BAAQN%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%2CgBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAR5oBP%3B%3B%3B%3BKAAA%3BAQypBC%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%2CgCAAA%3BAAAA%3BARvqBD%3B%3B%3B%3BKAAA%3BAQgrBC%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAOE%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAASF%3BAAAA%2CgBAAA%3BAAAA%3BARhsBD%3B%3B%3B%3BKAAA%3BAQitBK%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B4BAAA%3BAAAA%3BAC7qBF%3BAAAA%3BAD6rBE%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BUAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3B%3B%3BUAAA%3BAAAA%3BAAUE%3BAAAA%2CqCAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAGE%3BAAAA%3BiCAAA%3BAAAA%3BAAAA%3BARvxBP%3B%3B%3B%3BKAAA%3BAQsyBC%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOE%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BACryBE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAD6yBJ%3BAAAA%2C%2BBAAA%3BAAAA%3BARv1BD%3B%3B%3B%3BKAAA%3BAQq2BG%3BAAAA%3B%3BwBAAA%3BAAAA%3BARr2BH%3B%3B%3B%3BKAAA%3BAQk3BG%3BAAAA%3B%3B%3B%3BqCAAA%3BAAAA%3BAAQE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAWJ%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BARj5BH%3B%3B%3BKAAA%3BAQ%2B5BC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BARp6BH%3B%3B%3B%3B%3BKAAA%3BAQu7BG%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BARr9BL%3B%3B%3B%3BKAAA%3BAQg%2BBC%3BAAAA%3B4BAAA%3BAAAA%3BAAIE%3BAAAA%3BoBAAA%3BAAAA%3BAAUE%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAKF%3BAAAA%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%2CkBAAA%3BAAAA%3BAAIE%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAQJ%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BARzhCH%3B%3B%3B%3BKAAA%3BAQoiCC%3BAAAA%2CiBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%2C4BAAA%3BAAAA%3BAAMI%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAQE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%2C8BAAA%3BAAAA%3BARzkCR%3B%3B%3B%3BKAAA%3BAQslCC%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BARtlCD%3B%3B%3B%3BKAAA%3BAQkmCC%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%3B%2BCAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%2BCAAA%3BAAAA%3BAAME%3BAAAA%3BaAAA%3BAAAA%3BAAIE%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3BoBAAA%3BAAAA%3BARpoCP%3B%3B%3B%3B%3BKAAA%3BAQmpCC%3BAACE%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQE%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAeE%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%2CcAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOE%3BAAAA%2CmBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAQF%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaE%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAGE%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAQN%3BAAAA%2C0BAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAGA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%22%7D */