@font-face {
  font-family: "tx529icons";
  src: url("../fonts/tx529icons.eot");
  src: url("../fonts/tx529icons.eot?#iefix") format("embedded-opentype"), url("../fonts/tx529icons.ttf") format("truetype"), url("../fonts/tx529icons.woff") format("woff"), url("../fonts/tx529icons.svg?#tx529icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "tx529icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=tx529-]:before,
[class*=" tx529-"]:before {
  font-family: "tx529icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tx529-enroll:before {
  content: "a";
}

.tx529-explore:before {
  content: "b";
}

.tx529-bar-chart:before {
  content: "c";
}

.tx529-calculator:before {
  content: "d";
}

.tx529-calculator2:before {
  content: "e";
}

.tx529-cart:before {
  content: "f";
}

.tx529-checkpaper:before {
  content: "g";
}

.tx529-circlechart:before {
  content: "h";
}

.tx529-dials:before {
  content: "i";
}

.tx529-dollar:before {
  content: "j";
}

.tx529-form:before {
  content: "k";
}

.tx529-gears:before {
  content: "l";
}

.tx529-graphsearch:before {
  content: "m";
}

.tx529-strategy:before {
  content: "n";
}

.tx529-star:before {
  content: "o";
}

.tx529-speakbubbles:before {
  content: "p";
}

.tx529-scale:before {
  content: "q";
}

.tx529-question:before {
  content: "r";
}

.tx529-puzzel:before {
  content: "s";
}

.tx529-projector:before {
  content: "t";
}

.tx529-present:before {
  content: "u";
}

.tx529-plus:before {
  content: "v";
}

.tx529-planner:before {
  content: "w";
}

.tx529-pie-chart:before {
  content: "x";
}

.tx529-paper:before {
  content: "y";
}

.tx529-key:before {
  content: "z";
}

.tx529-sun:before {
  content: "A";
}

.tx529-target:before {
  content: "B";
}

.tx529-umbrella:before {
  content: "C";
}

.tx529-plan:before {
  content: "D";
}

.tx529-search-nav:before {
  content: "E";
}

.nova-accordions-content .accordion-headline:after, #pagination:after, .navigation:after, .nova-loop:after, form p:after, form:after, .row:after {
  display: table;
  clear: both;
  content: " ";
}

.row {
  max-width: 1200px;
  margin: 0 auto;
}

.nova-boxes-content .nova-box-content, #sidebar-custom .sidebar-widget .column-inner h3 {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  top: 50%;
}

/*--------*/
/* Resets */
/*--------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:focus {
  outline: auto;
}

/*--------*/
/* Global */
/*--------*/
html {
  font-size: 62.5%;
  scroll-behavior: auto;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  line-height: 150%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
}
body:has(#wpadminbar) #nav, body.admin-bar #nav {
  top: 46px;
}
body:has(#wpadminbar) header:not(.tribe-events-calendar-list__event-header), body.admin-bar header:not(.tribe-events-calendar-list__event-header) {
  margin-top: 33px;
}

main {
  display: block;
}
main:focus, main:focus-visible {
  outline: none;
}
main strong {
  font-weight: 500;
}

section {
  position: relative;
  padding: 30px 0;
  background-position: center;
  background-size: cover;
}
section.large-padding-top {
  padding-top: 60px;
}
section.large-padding-bottom {
  padding-bottom: 60px;
}
section.no-padding-top {
  padding-top: 0;
}
section.no-padding-bottom {
  padding-bottom: 0;
}

div.large-padding-top {
  padding-top: 60px;
}
div.large-padding-bottom {
  padding-bottom: 60px;
}
div.no-padding-top {
  padding-top: 0;
}
div.no-padding-bottom {
  padding-bottom: 0;
}

figure {
  margin-bottom: 4rem;
}

iframe {
  display: block;
  max-width: 100%;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a img {
  border: 0;
}

blockquote {
  padding: 2rem;
}
blockquote p {
  position: relative;
  font-size: 2.5rem;
}
blockquote p::after, blockquote p::before {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: top;
  content: "";
}
blockquote p::before {
  top: 5px;
  left: -13px;
  background-image: url("../images/quote-left-solid-text-grey.svg");
}
.bg-primary-base blockquote p::before, .bg-secondary-base blockquote p::before, .b-tertiary-base blockquote p::before {
  background-image: url("../images/quote-left-solid-white.svg");
}
blockquote p::after {
  bottom: 18px;
  display: inline;
  background-image: url("../images/quote-right-solid-text-grey.svg");
}
.bg-primary-base blockquote p::after, .bg-secondary-base blockquote p::after, .b-tertiary-base blockquote p::after {
  background-image: url("../images/quote-right-solid-white.svg");
}

blockquote + figcaption {
  padding-right: 4rem;
  text-align: left;
  color: #111;
}
@media screen and (min-width: 660px) {
  blockquote + figcaption {
    text-align: right;
  }
}

.primary-color-background blockquote p::before,
.secondary-color-background blockquote p::before {
  background-image: url("../images/quote-left-solid-white.svg");
}
.primary-color-background blockquote p::after,
.secondary-color-background blockquote p::after {
  background-image: url("../images/quote-right-solid-white.svg");
}
.primary-color-background blockquote + figcaption,
.secondary-color-background blockquote + figcaption {
  color: #fff;
}

/*-----------------*/
/* Utility Classes */
/*-----------------*/
.prevent-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

.margin-centered {
  margin: 0 auto;
}

.right {
  float: right;
}

.row.d-flex {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media screen and (min-width: 850px) {
  .row.d-flex {
    flex-flow: row nowrap;
  }
}
.row.d-flex.align-start {
  align-items: flex-start;
}
.row.d-flex.align-start .column:first-child {
  padding-top: 46px;
}

.d-flex {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media screen and (min-width: 850px) {
  .d-flex {
    flex-flow: row nowrap;
  }
}
.d-flex:has(a.to-top) {
  justify-content: flex-end;
}

.bg-white {
  background-color: #fff;
}

.bg-grey-light {
  background-color: #f5f5f5;
}

.bg-grey-base {
  background-color: #dbdbdb;
}

.bg-primary-base {
  background-color: #5b4c9f;
}

.bg-primary-light {
  background-color: #e3e1ef;
}

.bg-secondary-base {
  background-color: #2e73ba;
}

.bg-tertiary-base {
  background-color: #1E8754;
}

.bg-accent-base {
  background-color: #24827C;
}

.bg-alt-base {
  background-color: #757A2D;
}

.text-white {
  color: #fff;
}

.text-color-primary {
  color: #5b4c9f;
}

.text-color-secondary {
  color: #2e73ba;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fw-500 {
  font-weight: 500 !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

i span,
.nova-full-cover-link span:not(.new-window),
.screen-reader-text,
.sr-only {
  position: absolute !important;
  top: 0;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.hide {
  display: none;
}

@media all and (min-width: 850px) {
  .mobileshow {
    display: none;
  }
}

.hide-mobile {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hide-mobile {
    display: block;
  }
}

.hide-desktop {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

.showOnFocus {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background-color: #2e73ba;
  color: #fff !important;
  padding: 10px 20px;
  z-index: 50000000;
}

a.showOnFocus {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  z-index: 5000;
}

/* a:active used to take into account a:focus bug in earlier versions of Internet Explorer. */
a.showOnFocus:focus-visible,
a.showOnFocus:focus,
a.showOnFocus:active {
  overflow: visible;
  height: auto;
  width: auto;
  clip: auto;
}

.list-style-none li {
  padding-left: 0;
}
.list-style-none li::before {
  display: none;
}

.max-content-width {
  max-width: 1200px;
}

.max-width-lg {
  max-width: 850px;
}

.text-content-width {
  max-width: 768px;
  margin: 0 auto;
}

.lg-span6 .checkmark-list {
  margin: 30px auto;
}
@media screen and (min-width: 850px) {
  .lg-span6 .checkmark-list {
    margin-left: 30px;
  }
}
.checkmark-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 2rem;
}
.checkmark-list li::marker {
  color: transparent;
  font-size: 0;
}
.checkmark-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.checkmark-list + .img-container {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .checkmark-list + .img-container {
    margin-left: 30px;
  }
}
@media screen and (min-width: 660px) {
  .checkmark-list + .img-container {
    max-width: 75%;
  }
}
@media screen and (min-width: 850px) {
  .checkmark-list + .img-container {
    margin: 4rem auto 0;
  }
}
.checkmark-list + .img-container p {
  margin-bottom: 0;
}
.checkmark-list + .img-container p > img {
  margin-top: 2rem;
}
.bg-grey-light .checkmark-list li::before, .bg-grey-base .checkmark-list li::before {
  background: url("../images/check-circle-dark-teal.svg");
}
.bg-white .checkmark-list li::before {
  background: url("../images/check-circle-purple.svg");
}
.bg-primary-base .checkmark-list li::before, .bg-secondary-base .checkmark-list li::before, .bg-tertiary-base .checkmark-list li::before {
  background: url("../images/check-circle-white.svg");
}
.bg-secondary-base .checkmark-list li::before, .bg-accent-base .checkmark-list li::before, .bg-primary-base .checkmark-list li::before {
  background: url("../images/check-circle-white.svg");
}

.icon-row {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .icon-row {
    padding-top: 4rem;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 850px) {
  .icon-row {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .icon-row {
    flex-flow: row nowrap;
  }
}
.icon-row .tx529-button {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  text-transform: none;
  color: #fff;
}
.icon-row .tx529-button.pdf::before, .icon-row .tx529-button.pdf::after {
  display: none;
}
.icon-row .tx529-button span.h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 3.5rem;
}
.icon-row .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}
.icon-row .icon-container {
  width: auto;
  height: 75px;
}
@media screen and (min-width: 1024px) {
  .icon-row .icon-container {
    height: 85px;
    margin-bottom: 2rem;
  }
}
.icon-row .icon-container img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 660px) {
  .icon-row p + p {
    max-width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .icon-row p + p {
    max-width: 88%;
  }
}
.icon-row a {
  text-decoration: none;
}
.icon-row a:focus, .icon-row a:hover {
  text-decoration: none;
  color: #111;
}
.icon-row.fixed-desktop .tx529-button {
  width: 300px;
}
.icon-row.fixed-desktop .tx529-button .new-window {
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(17, 17, 17, 0.6);
}
.icon-row.fixed-desktop .tx529-button::after {
  font-size: 2rem;
}
.icon-row.fixed-desktop .tx529-button i::before {
  right: 0;
}
.icon-row.fixed-desktop .tx529-button:hover {
  color: #fff;
}
@media screen and (min-width: 480px) {
  .icon-row.fixed-desktop .tx529-button {
    width: 200px;
  }
}
@media screen and (min-width: 850px) {
  .icon-row.fixed-desktop .tx529-button {
    width: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .icon-row.fixed-desktop {
    padding-top: 0;
  }
  .icon-row.fixed-desktop .column {
    margin-bottom: 0;
  }
  .icon-row.fixed-desktop p:has(.tx529-button) {
    margin: 1rem;
  }
  .icon-row.fixed-desktop .tx529-button {
    width: auto;
    max-width: inherit;
    width: 200px;
    padding: 5px 30px;
  }
  .icon-row.fixed-desktop .tx529-button::after {
    top: 14px;
    left: 15px;
  }
  .icon-row.fixed-desktop .tx529-button span.h3 {
    font-size: 2rem;
  }
  .icon-row.fixed-desktop .icon-container {
    height: 50px;
    margin-bottom: 0;
  }
  .icon-row.fixed-desktop p + p {
    font-size: 17px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  section:has(.fixed-desktop) {
    position: fixed;
    bottom: -22px;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 0;
    box-shadow: 0 0 15px rgba(50, 50, 50, 0.2);
  }
}

#main-content:has(.fixed-desktop) + #footer {
  padding-bottom: 180px !important;
}

a.to-top {
  position: relative;
  color: inherit;
  text-decoration: none;
  padding: 5px;
  border: 1px solid transparent;
}
a.to-top:target {
  scroll-padding: 300px;
  overflow: initial !important;
}
a.to-top::after {
  position: absolute;
  top: -1px;
  padding: 5px 4px 1px;
  margin-right: 5px;
  margin-left: 5px;
  height: 26px;
  font-family: "FontAwesome";
  text-decoration: none;
  content: "\f0aa";
}
a.to-top:hover {
  text-decoration: none;
}
.nova-accordions a.to-top {
  text-decoration: none;
}
.nova-accordions a.to-top:hover {
  text-decoration: none;
}

.box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.box a:focus {
  text-decoration: underline;
}
.box a:focus img {
  outline: dotted 1px solid;
}
.box.link-box {
  text-decoration: none;
}

.link-box {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 2rem;
}
.bg-white .link-box {
  background-color: #f5f5f5;
}
.bg-primary-base .link-box, .bg-secondary-base .link-box, .bg-grey-light .link-box {
  background-color: #fff;
}
.bg-primary-base .link-box *, .bg-secondary-base .link-box *, .bg-grey-light .link-box * {
  color: #5b4c9f;
}
.link-box p:has(a) {
  margin-bottom: 0;
}
.link-box a,
.link-box a.pdf,
.link-box a.external {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0;
}
.link-box a:hover,
.link-box a.pdf:hover,
.link-box a.external:hover {
  border-color: inherit;
  outline: none;
  border-radius: 10px;
}
.link-box a i.fa-external-link::before, .link-box a::before, .link-box a[href*=download]::before,
.link-box a.pdf i.fa-external-link::before,
.link-box a.pdf::before,
.link-box a.pdf[href*=download]::before,
.link-box a.external i.fa-external-link::before,
.link-box a.external::before,
.link-box a.external[href*=download]::before {
  top: unset;
  bottom: 2rem;
  left: 1.5rem;
  color: #5b4c9f;
}
.link-box a i.fa-external-link,
.link-box a.pdf i.fa-external-link,
.link-box a.external i.fa-external-link {
  position: unset;
}
.link-box a i.fa-external-link::before,
.link-box a.pdf i.fa-external-link::before,
.link-box a.external i.fa-external-link::before {
  top: unset;
  bottom: 3.5rem;
  font-size: 15px;
}

/* Annimated Checkbox */
/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 16.8px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 16.8px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 16.8px;
  }
}
.wizstep {
  display: none;
}

#elwiz .tx529-button {
  font-size: 20px;
  width: 150px;
}
#elwiz label {
  display: inline;
}
#elwiz input.check-box {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1.4px solid #5b4c9f;
  border-radius: 5px;
  top: -3px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
#elwiz input.check-box:focus {
  box-shadow: 2px 2px 5px #5b4c9f;
}
#elwiz input.check-box::before, #elwiz input.check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2.8px;
  background-color: #1E8754;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
#elwiz input.check-box::before {
  top: 10.08px;
  left: 5.74px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#elwiz input.check-box::after {
  top: 5.18px;
  left: 0.7px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*-------------*/
/* Grid System */
/*-------------*/
.row:has(.portobj) {
  max-width: 1200px;
}

.column {
  float: left;
  min-height: 1px;
}
.column.center {
  float: none;
  margin: 0 auto;
}

.column-inner {
  position: relative;
  margin: 0 15px;
  padding: 15px;
}

.column.xs-span1 {
  width: 8.3333333333%;
}

.column.xs-span2 {
  width: 16.6666666667%;
}

.column.xs-span3 {
  width: 25%;
}

.column.xs-span4 {
  width: 33.3333333333%;
}

.column.xs-span5 {
  width: 41.6666666667%;
}

.column.xs-span6 {
  width: 50%;
}

.column.xs-span7 {
  width: 58.3333333333%;
}

.column.xs-span8 {
  width: 66.6666666667%;
}

.column.xs-span9 {
  width: 75%;
}

.column.xs-span10 {
  width: 83.3333333333%;
}

.column.xs-span11 {
  width: 91.6666666667%;
}

.column.xs-span12 {
  width: 100%;
}

.column.xs-left0 {
  margin-left: 0%;
}

.column.xs-right0 {
  margin-right: 0%;
}

.column.xs-left1 {
  margin-left: 8.3333333333%;
}

.column.xs-right1 {
  margin-right: 8.3333333333%;
}

.column.xs-left2 {
  margin-left: 16.6666666667%;
}

.column.xs-right2 {
  margin-right: 16.6666666667%;
}

.column.xs-left3 {
  margin-left: 25%;
}

.column.xs-right3 {
  margin-right: 25%;
}

.column.xs-left4 {
  margin-left: 33.3333333333%;
}

.column.xs-right4 {
  margin-right: 33.3333333333%;
}

.column.xs-left5 {
  margin-left: 41.6666666667%;
}

.column.xs-right5 {
  margin-right: 41.6666666667%;
}

.column.xs-left6 {
  margin-left: 50%;
}

.column.xs-right6 {
  margin-right: 50%;
}

.column.xs-left7 {
  margin-left: 58.3333333333%;
}

.column.xs-right7 {
  margin-right: 58.3333333333%;
}

.column.xs-left8 {
  margin-left: 66.6666666667%;
}

.column.xs-right8 {
  margin-right: 66.6666666667%;
}

.column.xs-left9 {
  margin-left: 75%;
}

.column.xs-right9 {
  margin-right: 75%;
}

.column.xs-left10 {
  margin-left: 83.3333333333%;
}

.column.xs-right10 {
  margin-right: 83.3333333333%;
}

.column.xs-left11 {
  margin-left: 91.6666666667%;
}

.column.xs-right11 {
  margin-right: 91.6666666667%;
}

.column.xs-left12 {
  margin-left: 100%;
}

.column.xs-right12 {
  margin-right: 100%;
}

.column.xs-span1point5 {
  width: 12.5%;
}

.column.xs-left1point5 {
  margin-left: 12.5%;
}

.column.xs-right1point5 {
  margin-right: 12.5%;
}

.column.xs-span2point4 {
  width: 20%;
}

.column.xs-left2point4 {
  margin-left: 20%;
}

.column.xs-right2point4 {
  margin-right: 20%;
}

@media screen and (min-width: 480px) {
  .column.sm-span1 {
    width: 8.3333333333%;
  }
  .column.sm-span2 {
    width: 16.6666666667%;
  }
  .column.sm-span3 {
    width: 25%;
  }
  .column.sm-span4 {
    width: 33.3333333333%;
  }
  .column.sm-span5 {
    width: 41.6666666667%;
  }
  .column.sm-span6 {
    width: 50%;
  }
  .column.sm-span7 {
    width: 58.3333333333%;
  }
  .column.sm-span8 {
    width: 66.6666666667%;
  }
  .column.sm-span9 {
    width: 75%;
  }
  .column.sm-span10 {
    width: 83.3333333333%;
  }
  .column.sm-span11 {
    width: 91.6666666667%;
  }
  .column.sm-span12 {
    width: 100%;
  }
  .column.sm-left0 {
    margin-left: 0%;
  }
  .column.sm-right0 {
    margin-right: 0%;
  }
  .column.sm-left1 {
    margin-left: 8.3333333333%;
  }
  .column.sm-right1 {
    margin-right: 8.3333333333%;
  }
  .column.sm-left2 {
    margin-left: 16.6666666667%;
  }
  .column.sm-right2 {
    margin-right: 16.6666666667%;
  }
  .column.sm-left3 {
    margin-left: 25%;
  }
  .column.sm-right3 {
    margin-right: 25%;
  }
  .column.sm-left4 {
    margin-left: 33.3333333333%;
  }
  .column.sm-right4 {
    margin-right: 33.3333333333%;
  }
  .column.sm-left5 {
    margin-left: 41.6666666667%;
  }
  .column.sm-right5 {
    margin-right: 41.6666666667%;
  }
  .column.sm-left6 {
    margin-left: 50%;
  }
  .column.sm-right6 {
    margin-right: 50%;
  }
  .column.sm-left7 {
    margin-left: 58.3333333333%;
  }
  .column.sm-right7 {
    margin-right: 58.3333333333%;
  }
  .column.sm-left8 {
    margin-left: 66.6666666667%;
  }
  .column.sm-right8 {
    margin-right: 66.6666666667%;
  }
  .column.sm-left9 {
    margin-left: 75%;
  }
  .column.sm-right9 {
    margin-right: 75%;
  }
  .column.sm-left10 {
    margin-left: 83.3333333333%;
  }
  .column.sm-right10 {
    margin-right: 83.3333333333%;
  }
  .column.sm-left11 {
    margin-left: 91.6666666667%;
  }
  .column.sm-right11 {
    margin-right: 91.6666666667%;
  }
  .column.sm-left12 {
    margin-left: 100%;
  }
  .column.sm-right12 {
    margin-right: 100%;
  }
  .column.sm-span1point5 {
    width: 12.5%;
  }
  .column.sm-left1point5 {
    margin-left: 12.5%;
  }
  .column.sm-right1point5 {
    margin-right: 12.5%;
  }
  .column.sm-span2point4 {
    width: 20%;
  }
  .column.sm-left2point4 {
    margin-left: 20%;
  }
  .column.sm-right2point4 {
    margin-right: 20%;
  }
}
@media screen and (min-width: 660px) {
  .column.md-span1 {
    width: 8.3333333333%;
  }
  .column.md-span2 {
    width: 16.6666666667%;
  }
  .column.md-span3 {
    width: 25%;
  }
  .column.md-span4 {
    width: 33.3333333333%;
  }
  .column.md-span5 {
    width: 41.6666666667%;
  }
  .column.md-span6 {
    width: 50%;
  }
  .column.md-span7 {
    width: 58.3333333333%;
  }
  .column.md-span8 {
    width: 66.6666666667%;
  }
  .column.md-span9 {
    width: 75%;
  }
  .column.md-span10 {
    width: 83.3333333333%;
  }
  .column.md-span11 {
    width: 91.6666666667%;
  }
  .column.md-span12 {
    width: 100%;
  }
  .column.md-left0 {
    margin-left: 0%;
  }
  .column.md-right0 {
    margin-right: 0%;
  }
  .column.md-left1 {
    margin-left: 8.3333333333%;
  }
  .column.md-right1 {
    margin-right: 8.3333333333%;
  }
  .column.md-left2 {
    margin-left: 16.6666666667%;
  }
  .column.md-right2 {
    margin-right: 16.6666666667%;
  }
  .column.md-left3 {
    margin-left: 25%;
  }
  .column.md-right3 {
    margin-right: 25%;
  }
  .column.md-left4 {
    margin-left: 33.3333333333%;
  }
  .column.md-right4 {
    margin-right: 33.3333333333%;
  }
  .column.md-left5 {
    margin-left: 41.6666666667%;
  }
  .column.md-right5 {
    margin-right: 41.6666666667%;
  }
  .column.md-left6 {
    margin-left: 50%;
  }
  .column.md-right6 {
    margin-right: 50%;
  }
  .column.md-left7 {
    margin-left: 58.3333333333%;
  }
  .column.md-right7 {
    margin-right: 58.3333333333%;
  }
  .column.md-left8 {
    margin-left: 66.6666666667%;
  }
  .column.md-right8 {
    margin-right: 66.6666666667%;
  }
  .column.md-left9 {
    margin-left: 75%;
  }
  .column.md-right9 {
    margin-right: 75%;
  }
  .column.md-left10 {
    margin-left: 83.3333333333%;
  }
  .column.md-right10 {
    margin-right: 83.3333333333%;
  }
  .column.md-left11 {
    margin-left: 91.6666666667%;
  }
  .column.md-right11 {
    margin-right: 91.6666666667%;
  }
  .column.md-left12 {
    margin-left: 100%;
  }
  .column.md-right12 {
    margin-right: 100%;
  }
  .column.md-span1point5 {
    width: 12.5%;
  }
  .column.md-left1point5 {
    margin-left: 12.5%;
  }
  .column.md-right1point5 {
    margin: 12.5%;
  }
  .column.md-span2point4 {
    width: 20%;
  }
  .column.md-left2point4 {
    margin-left: 20%;
  }
  .column.md-right2point4 {
    margin-right: 20%;
  }
}
@media screen and (min-width: 850px) {
  .column.lg-span1 {
    width: 8.3333333333%;
  }
  .column.lg-span2 {
    width: 16.6666666667%;
  }
  .column.lg-span3 {
    width: 25%;
  }
  .column.lg-span4 {
    width: 33.3333333333%;
  }
  .column.lg-span5 {
    width: 41.6666666667%;
  }
  .column.lg-span6 {
    width: 50%;
  }
  .column.lg-span7 {
    width: 58.3333333333%;
  }
  .column.lg-span8 {
    width: 66.6666666667%;
  }
  .column.lg-span9 {
    width: 75%;
  }
  .column.lg-span10 {
    width: 83.3333333333%;
  }
  .column.lg-span11 {
    width: 91.6666666667%;
  }
  .column.lg-span12 {
    width: 100%;
  }
  .column.lg-left0 {
    margin-left: 0%;
  }
  .column.lg-right0 {
    margin-right: 0%;
  }
  .column.lg-left1 {
    margin-left: 8.3333333333%;
  }
  .column.lg-right1 {
    margin-right: 8.3333333333%;
  }
  .column.lg-left2 {
    margin-left: 16.6666666667%;
  }
  .column.lg-right2 {
    margin-right: 16.6666666667%;
  }
  .column.lg-left3 {
    margin-left: 25%;
  }
  .column.lg-right3 {
    margin-right: 25%;
  }
  .column.lg-left4 {
    margin-left: 33.3333333333%;
  }
  .column.lg-right4 {
    margin-right: 33.3333333333%;
  }
  .column.lg-left5 {
    margin-left: 41.6666666667%;
  }
  .column.lg-right5 {
    margin-right: 41.6666666667%;
  }
  .column.lg-left6 {
    margin-left: 50%;
  }
  .column.lg-right6 {
    margin-right: 50%;
  }
  .column.lg-left7 {
    margin-left: 58.3333333333%;
  }
  .column.lg-right7 {
    margin-right: 58.3333333333%;
  }
  .column.lg-left8 {
    margin-left: 66.6666666667%;
  }
  .column.lg-right8 {
    margin-right: 66.6666666667%;
  }
  .column.lg-left9 {
    margin-left: 75%;
  }
  .column.lg-right9 {
    margin-right: 75%;
  }
  .column.lg-left10 {
    margin-left: 83.3333333333%;
  }
  .column.lg-right10 {
    margin-right: 83.3333333333%;
  }
  .column.lg-left11 {
    margin-left: 91.6666666667%;
  }
  .column.lg-right11 {
    margin-right: 91.6666666667%;
  }
  .column.lg-left12 {
    margin-left: 100%;
  }
  .column.lg-right12 {
    margin-right: 100%;
  }
  .column.lg-span1point5 {
    width: 12.5%;
  }
  .column.lg-left1point5 {
    margin-left: 12.5%;
  }
  .column.lg-right1point5 {
    margin-right: 12.5%;
  }
  .column.lg-span2point4 {
    width: 20%;
  }
  .column.lg-left2point4 {
    margin-left: 20%;
  }
  .column.lg-right2point4 {
    margin-right: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .column.xl-span1 {
    width: 8.3333333333%;
  }
  .column.xl-span2 {
    width: 16.6666666667%;
  }
  .column.xl-span3 {
    width: 25%;
  }
  .column.xl-span4 {
    width: 33.3333333333%;
  }
  .column.xl-span5 {
    width: 41.6666666667%;
  }
  .column.xl-span6 {
    width: 50%;
  }
  .column.xl-span7 {
    width: 58.3333333333%;
  }
  .column.xl-span8 {
    width: 66.6666666667%;
  }
  .column.xl-span9 {
    width: 75%;
  }
  .column.xl-span10 {
    width: 83.3333333333%;
  }
  .column.xl-span11 {
    width: 91.6666666667%;
  }
  .column.xl-span12 {
    width: 100%;
  }
  .column.xl-left0 {
    margin-left: 0%;
  }
  .column.xl-right0 {
    margin-right: 0%;
  }
  .column.xl-left1 {
    margin-left: 8.3333333333%;
  }
  .column.xl-right1 {
    margin-right: 8.3333333333%;
  }
  .column.xl-left2 {
    margin-left: 16.6666666667%;
  }
  .column.xl-right2 {
    margin-right: 16.6666666667%;
  }
  .column.xl-left3 {
    margin-left: 25%;
  }
  .column.xl-right3 {
    margin-right: 25%;
  }
  .column.xl-left4 {
    margin-left: 33.3333333333%;
  }
  .column.xl-right4 {
    margin-right: 33.3333333333%;
  }
  .column.xl-left5 {
    margin-left: 41.6666666667%;
  }
  .column.xl-right5 {
    margin-right: 41.6666666667%;
  }
  .column.xl-left6 {
    margin-left: 50%;
  }
  .column.xl-right6 {
    margin-right: 50%;
  }
  .column.xl-left7 {
    margin-left: 58.3333333333%;
  }
  .column.xl-right7 {
    margin-right: 58.3333333333%;
  }
  .column.xl-left8 {
    margin-left: 66.6666666667%;
  }
  .column.xl-right8 {
    margin-right: 66.6666666667%;
  }
  .column.xl-left9 {
    margin-left: 75%;
  }
  .column.xl-right9 {
    margin-right: 75%;
  }
  .column.xl-left10 {
    margin-left: 83.3333333333%;
  }
  .column.xl-right10 {
    margin-right: 83.3333333333%;
  }
  .column.xl-left11 {
    margin-left: 91.6666666667%;
  }
  .column.xl-right11 {
    margin-right: 91.6666666667%;
  }
  .column.xl-left12 {
    margin-left: 100%;
  }
  .column.xl-right12 {
    margin-right: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .column.xxl-span1 {
    width: 8.3333333333%;
  }
  .column.xxl-span2 {
    width: 16.6666666667%;
  }
  .column.xxl-span3 {
    width: 25%;
  }
  .column.xxl-span4 {
    width: 33.3333333333%;
  }
  .column.xxl-span5 {
    width: 41.6666666667%;
  }
  .column.xxl-span6 {
    width: 50%;
  }
  .column.xxl-span7 {
    width: 58.3333333333%;
  }
  .column.xxl-span8 {
    width: 66.6666666667%;
  }
  .column.xxl-span9 {
    width: 75%;
  }
  .column.xxl-span10 {
    width: 83.3333333333%;
  }
  .column.xxl-span11 {
    width: 91.6666666667%;
  }
  .column.xxl-span12 {
    width: 100%;
  }
  .column.xxl-left0 {
    margin-left: 0%;
  }
  .column.xxl-right0 {
    margin-right: 0%;
  }
  .column.xxl-left1 {
    margin-left: 8.3333333333%;
  }
  .column.xxl-right1 {
    margin-right: 8.3333333333%;
  }
  .column.xxl-left2 {
    margin-left: 16.6666666667%;
  }
  .column.xxl-right2 {
    margin-right: 16.6666666667%;
  }
  .column.xxl-left3 {
    margin-left: 25%;
  }
  .column.xxl-right3 {
    margin-right: 25%;
  }
  .column.xxl-left4 {
    margin-left: 33.3333333333%;
  }
  .column.xxl-right4 {
    margin-right: 33.3333333333%;
  }
  .column.xxl-left5 {
    margin-left: 41.6666666667%;
  }
  .column.xxl-right5 {
    margin-right: 41.6666666667%;
  }
  .column.xxl-left6 {
    margin-left: 50%;
  }
  .column.xxl-right6 {
    margin-right: 50%;
  }
  .column.xxl-left7 {
    margin-left: 58.3333333333%;
  }
  .column.xxl-right7 {
    margin-right: 58.3333333333%;
  }
  .column.xxl-left8 {
    margin-left: 66.6666666667%;
  }
  .column.xxl-right8 {
    margin-right: 66.6666666667%;
  }
  .column.xxl-left9 {
    margin-left: 75%;
  }
  .column.xxl-right9 {
    margin-right: 75%;
  }
  .column.xxl-left10 {
    margin-left: 83.3333333333%;
  }
  .column.xxl-right10 {
    margin-right: 83.3333333333%;
  }
  .column.xxl-left11 {
    margin-left: 91.6666666667%;
  }
  .column.xxl-right11 {
    margin-right: 91.6666666667%;
  }
  .column.xxl-left12 {
    margin-left: 100%;
  }
  .column.xxl-right12 {
    margin-right: 100%;
  }
}
/*------------------------------*/
/* Wordpress - Required Classes */
/*------------------------------*/
#wpadminbar ul {
  max-width: unset;
}

.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 20px auto;
  margin: 2rem auto;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  margin: 2rem auto;
}

@media all and (min-width: 660px) {
  .alignleft,
  .alignright {
    max-width: 50%;
    margin-top: 0;
  }
  .alignleft {
    float: left;
    clear: right;
    margin-right: 20px;
    margin-right: 2rem;
  }
  .alignright {
    float: right;
    clear: left;
    margin-left: 20px;
    margin-left: 2rem;
  }
}
.bypostauthor {
  background-color: #f5f5f5;
}

.sticky {
  background-color: #f5f5f5;
}

.wp-caption {
  background-color: #f5f5f5;
  padding: 10px;
}

.wp-caption-text, .gallery-caption {
  text-align: center;
}

/* Other Wordpress classes (not required to style) */
.categories {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.categories .cat-item {
  display: inline-block;
  margin: 3px 3px 3px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.categories .cat-item a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

#wp-calendar {
  width: 100%;
  text-align: center;
}

.wp-post-image {
  box-sizing: content-box;
}

/*------*/
/* Text */
/*------*/
* {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h5,
h1, h2, h3, h4, h5, h6, ul, ol {
  max-width: 768px;
  margin: 1.5rem auto;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
.h1.table-header, .h2.table-header, .h3.table-header, .h4.table-header, .h5.table-header, .h5.table-header,
h1.table-header, h2.table-header, h3.table-header, h4.table-header, h5.table-header, h6.table-header, ul.table-header, ol.table-header {
  max-width: initial;
}

.nova-two-column h1, .nova-two-column .h1, .nova-two-column h2, .nova-two-column .h3 {
  max-width: 1200px;
}

.h1, .h2, .h3, .h4, .h5, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-top: 3rem;
  font-weight: 300;
  line-height: 1.5;
}
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h5:first-child, .h6:first-child,
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 1.5rem;
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h5 a, .h6 a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

.h1, .h2, .h3, .h4,
h1, h2, h3 h4 {
  letter-spacing: 0.2rem;
  color: #5b4c9f;
}

.h1,
h1 {
  font-size: 3rem;
  line-height: 1.25;
}
@media all and (min-width: 480px) {
  .h1,
  h1 {
    font-size: 4.5rem;
  }
}
@media all and (min-width: 660px) {
  .h1,
  h1 {
    font-size: 5rem;
  }
}
.h1.page-headline,
h1.page-headline {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 768px) {
  .h1.page-headline,
  h1.page-headline {
    margin-top: 0;
    padding-left: 15px;
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .h1.page-headline,
  h1.page-headline {
    max-width: unset;
  }
}

.h2,
h2 {
  font-size: 3.5rem;
  line-height: 1.25;
}
@media all and (min-width: 660px) {
  .h2,
  h2 {
    font-size: 4rem;
  }
}
.search .h2, .blog .h2,
.search h2,
.blog h2 {
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 3rem;
  color: #5b4c9f;
}

.h4, .h5,
h4, h5 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.06em !important;
}

.h6,
h6 {
  font-size: 1.5rem;
}

p, li, th, td, address {
  color: #111;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
}

#average-returns td {
  font-size: 1.8rem;
}

dt, dd,
p,
li {
  line-height: 1.4em;
}

address {
  font-style: normal;
  line-height: 1.4em;
}
address p {
  font-size: inherit;
}

p,
dl {
  max-width: 768px;
  margin: 1rem auto 1.8rem;
}

ol li,
ul li {
  margin: 0.5rem 0 2.3rem;
}
.footnote__container ol li,
.footnote__container ul li {
  margin-bottom: 1rem;
}
ol li::marker,
ul li::marker {
  font-weight: 500;
}
.footnote__container ol li::marker,
.footnote__container ul li::marker {
  font-size: 1.5rem;
}
ol li dl,
ol li ul,
ol li ol,
ul li dl,
ul li ul,
ul li ol {
  margin-left: 2rem;
}
ol.list-as-table,
ul.list-as-table {
  max-width: 1200px;
}

ol {
  list-style-position: inside;
}
.footnote__container ol {
  list-style-position: outside;
}

ul {
  list-style-position: inside;
}
ul li {
  position: relative;
}
ul li#newer-pages::marker, ul li#older-pages::marker, ul li.nova-feature::marker, ul li.nova-hidden-content-container::marker {
  display: none;
}

dl dt,
dl dd {
  color: inherit;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
}
dl dt {
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}
dl dt::before {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 7px;
  height: 7px;
  background-color: #111;
  border-radius: 50%;
  content: "";
}
.bg-primary-base dl dt::before, .bg-secondary-base dl dt::before, .bg-tertiary-base dl dt::before {
  background-color: #fff;
}
dl dd {
  padding-left: 30px;
}

hr {
  margin: 2rem 0;
  border: 0;
  border-bottom: solid 1px #888;
}

sup {
  vertical-align: super;
  font-size: inherit;
  line-height: 12px;
}

small {
  display: block;
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.7em;
}
small sup {
  line-height: 8px;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  cursor: pointer;
  color: inherit;
  position: relative;
  padding: 0 0.1em;
  border: 1px solid transparent;
}
.list-as-table a {
  border: none;
  text-underline-offset: 6px;
}
footer a {
  border: 1px solid transparent;
}
a:has(img) {
  border: none;
}
a:hover, a:focus {
  border-color: inherit;
  text-decoration: none;
  outline-offset: 2px;
}
.bg-primary-base a:hover .new-window, .bg-secondary-base a:hover .new-window, .bg-tertiary-base a:hover .new-window, .bg-primary-base a:focus .new-window, .bg-secondary-base a:focus .new-window, .bg-tertiary-base a:focus .new-window {
  border-top-color: #fff;
}
footer .footer--disclaimer a:hover .new-window, footer .menu-item a:hover .new-window, footer .footer--disclaimer a:focus .new-window, footer .menu-item a:focus .new-window {
  bottom: -17px;
  border-top: none;
}
footer .footer--disclaimer a:hover .new-window, footer .footer--disclaimer a:focus .new-window {
  bottom: -26px;
}
a:focus {
  outline: auto;
}
a.instructions .new-window {
  border-top: none;
}
a.external:hover .new-window, a.external:focus .new-window, a.state-link:hover .new-window, a.state-link:focus .new-window, a.mega-menu-link:hover .new-window a.mega-menu-link:focus .new-window {
  display: none;
}
a.tx529-button:hover .new-window, a.tx529-button:focus .new-window {
  top: 110%;
  padding: 0.4rem 0.5rem;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #111;
}
a .new-window {
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition-delay: 0.4s;
}
a.external {
  display: inline;
  padding-right: 16px;
}
a.external .fa-external-link {
  position: relative;
  color: inherit;
}
a.external .fa-external-link::before {
  position: absolute;
  top: -23px;
  right: -15px;
  width: 13px;
  height: 0px;
  font-size: 12px;
  display: block;
}
.footnote__item a.external .fa-external-link::before {
  top: -18px;
}
footer a.external .fa-external-link::before {
  top: -20px;
}
a[href$=".pdf"], a[href*=download] {
  display: inline-block;
  text-underline-offset: 7px;
  position: relative;
  padding-left: 1.8rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a[href$=".pdf"]::before, a[href*=download]::before {
  position: absolute;
  display: block;
  top: 0;
  left: 1px;
  height: 16px;
  font-family: "FontAwesome";
  content: "\f1c1";
  font-size: 1.5rem;
}
a[href$=".pdf"]::after, a[href*=download]::after {
  display: none;
  z-index: 2;
  position: absolute;
  right: -1px;
  bottom: -28px;
  min-width: 130px;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(17, 17, 17, 0.6);
  border: 1px solid #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #111;
  text-align: center;
  content: "Opens a new tab";
  speak-as: never;
}
a[href$=".pdf"]:focus::after, a[href$=".pdf"]:hover::after, a[href*=download]:focus::after, a[href*=download]:hover::after {
  display: block;
}
a[href$=".pdf"].nova-full-cover-link.pdf:focus::after, a[href$=".pdf"].nova-full-cover-link.pdf:hover::after, .nova-buttons a[href$=".pdf"]:focus::after, .nova-buttons a[href$=".pdf"]:hover::after, a[href*=download].nova-full-cover-link.pdf:focus::after, a[href*=download].nova-full-cover-link.pdf:hover::after, .nova-buttons a[href*=download]:focus::after, .nova-buttons a[href*=download]:hover::after {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.bg-primary-base a[href$=".pdf"].nova-full-cover-link.pdf:focus::after, .bg-primary-base a[href$=".pdf"].nova-full-cover-link.pdf:hover::after, .bg-secondary-base a[href$=".pdf"].nova-full-cover-link.pdf:focus::after, .bg-secondary-base a[href$=".pdf"].nova-full-cover-link.pdf:hover::after, .bg-tertiary-base a[href$=".pdf"].nova-full-cover-link.pdf:focus::after, .bg-tertiary-base a[href$=".pdf"].nova-full-cover-link.pdf:hover::after, .bg-primary-base a[href*=download].nova-full-cover-link.pdf:focus::after, .bg-primary-base a[href*=download].nova-full-cover-link.pdf:hover::after, .bg-secondary-base a[href*=download].nova-full-cover-link.pdf:focus::after, .bg-secondary-base a[href*=download].nova-full-cover-link.pdf:hover::after, .bg-tertiary-base a[href*=download].nova-full-cover-link.pdf:focus::after, .bg-tertiary-base a[href*=download].nova-full-cover-link.pdf:hover::after {
  color: #fff;
}
a .fa-search {
  padding-left: 5px;
}

/*-------*/
/* Forms */
/*-------*/
fieldset {
  border: none;
}

#wpcf7-f65-p31-o1 .lg-span6:nth-child(even) input {
  width: 95%;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  position: absolute;
  top: 30px;
  z-index: 2;
}

form {
  max-width: 100%;
  margin: 0 auto;
}
label {
  display: block;
  font-weight: 300;
  line-height: 1.5;
}

input,
select,
textarea {
  -webkit-appearance: none;
  background-color: #fff;
  font-weight: 300;
  color: #111;
  font-size: 18px;
  font-size: 1.8rem;
}

input:not([type=button]):not([type=submit]),
select,
textarea {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  margin: 2px 0 10px 0;
  margin: 0.2rem 0 1rem 0;
  padding: 5px 10px;
  border: solid 1px #111;
}
input:not([type=button]):not([type=submit]):focus,
select:focus,
textarea:focus {
  border: solid 1px #111;
}

input:not([type=button]):not([type=submit]),
select {
  height: 38px;
  height: 3.8rem;
}

input[type=checkbox], input[type=radio], input[type=submit] {
  width: auto;
}
input[type=checkbox], input[type=radio] {
  height: auto;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=radio] {
  -webkit-appearance: radio;
}

button[type=submit],
button[type=search],
input[type=button],
input[type=submit] {
  white-space: normal;
  cursor: pointer;
  -webkit-appearance: none;
}
button[type=submit].wp-block-search__button, button[type=submit].wpcf7-submit, .wp-block-search__inside-wrapper button[type=submit],
button[type=search].wp-block-search__button,
button[type=search].wpcf7-submit,
.wp-block-search__inside-wrapper button[type=search],
input[type=button].wp-block-search__button,
input[type=button].wpcf7-submit,
.wp-block-search__inside-wrapper input[type=button],
input[type=submit].wp-block-search__button,
input[type=submit].wpcf7-submit,
.wp-block-search__inside-wrapper input[type=submit] {
  padding: 5px 20px !important;
  font-weight: 300;
  margin-left: 0;
  background-color: #5b4c9f;
}

input[type=submit] {
  min-width: 150px;
}

input[type=checkbox]:checked + .check-box,
.check-box.checked {
  border-color: #1E8754;
}
input[type=checkbox]:checked + .check-box::after,
.check-box.checked::after {
  height: 7px;
  -moz-animation: dothabottomcheck 0.2s ease 0.2s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0.2s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0.2s forwards;
  animation: dothabottomcheck 0.2s ease 0.2s forwards;
}
input[type=checkbox]:checked + .check-box::before,
.check-box.checked::before {
  height: 16.8px;
  -moz-animation: dothatopcheck 0.4s ease 0.2s forwards;
  -o-animation: dothatopcheck 0.4s ease 0.2s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0.2s forwards;
  animation: dothatopcheck 0.4s ease 0.2s forwards;
}

select {
  padding-right: 20px;
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 30" enable-background="new 0 0 18 30" xml:space="preserve"><path fill="%23999999" d="M17.8,8.8c0,0.3-0.1,0.6-0.3,0.8c-0.2,0.2-0.5,0.3-0.8,0.3H1.3C1,9.9,0.8,9.7,0.6,9.5 C0.3,9.3,0.2,9.1,0.2,8.8c0-0.3,0.1-0.6,0.3-0.8l7.7-7.7C8.4,0.1,8.7,0,9,0c0.3,0,0.6,0.1,0.8,0.3L17.4,8 C17.7,8.2,17.8,8.5,17.8,8.8z"/><path fill="%23999999" d="M17.4,20.5c0.2,0.2,0.3,0.5,0.3,0.8c0,0.3-0.1,0.6-0.3,0.8l-7.7,7.7C9.6,29.9,9.3,30,9,30 c-0.3,0-0.6-0.1-0.8-0.3L0.6,22c-0.2-0.2-0.3-0.5-0.3-0.8c0-0.3,0.1-0.6,0.3-0.8c0.2-0.2,0.5-0.3,0.8-0.3h15.3 C17,20.1,17.2,20.3,17.4,20.5z"/></svg>');
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
}

textarea {
  max-width: 100%;
}

/* Contact Form 7 */
.gform_wrapper input,
.gform_wrapper select {
  font-size: 16px !important;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif !important;
}
.gform_wrapper .gfield_label {
  font-size: 1.25em !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  color: #111;
}
.gform_wrapper .gfield_label .gfield_required {
  font-size: 16px !important;
}
.gform_wrapper .gform_validation_errors {
  padding: 1rem 2rem !important;
  text-align: left !important;
  background-color: rgba(255, 223, 224, 0.25);
}
.gform_wrapper .gform_validation_errors h2 {
  text-transform: none;
  line-height: 24px !important;
  font-weight: 600 !important;
  font-size: 2rem !important;
}
.gform_wrapper .gform_validation_errors ol li a.gform_validation_error_link {
  font-size: 2rem !important;
}

/*--------*/
/* Tables */
/*--------*/
@media screen and (min-width: 1024px) {
  .column-inner:has(table) {
    margin: 0;
  }
}

.table__container .qtr-end {
  display: none;
}
.table__container .table--title {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table__container {
    width: auto;
    margin: 0;
  }
}

table {
  table-layout: auto;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  table {
    display: table;
    border-collapse: collapse;
  }
}
@media screen and (min-width: 660px) {
  table tbody {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  table tbody {
    text-align: left;
  }
}
table tr {
  display: block;
}
@media screen and (min-width: 1024px) {
  table tr {
    display: table-row;
    border-bottom: 1px solid #dbdbdb;
  }
}
table tr.table-header {
  position: absolute;
  top: -9999px;
  left: -9999px;
  color: #fff;
  background-color: #5b4c9f;
}
@media screen and (min-width: 1024px) {
  table tr.table-header {
    position: static;
    border: none;
    border: 1px solid #5b4c9f;
  }
}
table tr.table-header th {
  border: 1px solid;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  table tr.table-header th {
    line-height: 2ex;
    vertical-align: bottom;
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  table tr.table-header th.has-border {
    border-left: 1px solid #8579bf;
  }
}
table tr.table-header span {
  line-height: 1.6;
}
table tr.table-header--first th {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  table tr.table-header--first th {
    padding: 1rem;
    line-height: 1.3;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
  }
}
table th {
  text-align: left;
  display: block;
}
@media screen and (min-width: 1024px) {
  table th {
    display: table-cell;
  }
}
table th[role=rowheader] {
  padding: 1rem 0;
  color: #fff;
  text-align: center;
  background-color: #5b4c9f;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 2ex;
}
table th[role=rowheader] .footnote__label::after {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  table th[role=rowheader] .footnote__label::after {
    color: #111;
  }
}
@media screen and (min-width: 1024px) {
  table th[role=rowheader] {
    padding: 1rem;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 25%;
    text-align: left;
    background-color: unset;
    color: #111;
  }
}
table th.colspan-full {
  color: #5b4c9f;
  font-size: 2.5rem;
  padding: 3rem 1rem 1rem 0;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  table th.colspan-full {
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
  }
}
table th.highcharts-text {
  color: #111;
}
table td {
  display: block;
  border-bottom: 1px solid #dbdbdb;
  padding: 1rem 0;
  color: #111;
  word-break: break-word;
}
table td:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 660px) {
  table td {
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  table td {
    display: table-cell;
  }
}
@media screen and (min-width: 660px) {
  table td[role=gridcell] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 22%;
    min-height: 70px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  table td[role=gridcell] {
    display: table-cell;
    width: unset;
    height: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  table td[role=gridcell].has-border--right, table td[role=gridcell]:last-of-type {
    border-right: 1px solid #dbdbdb;
  }
}
@media screen and (min-width: 1024px) {
  table td[role=gridcell].has-border--left, table td[role=gridcell]:last-of-type {
    border-left: 1px solid #dbdbdb;
  }
}
table td[role=gridcell]::before {
  content: attr(data-th) " ";
  font-size: 16px;
  font-weight: bold;
  width: 75%;
  display: inline-block;
  text-align: left;
  text-indent: 0;
}
@media screen and (min-width: 480px) {
  table td[role=gridcell]::before {
    width: 85%;
  }
}
@media (min-width: 660px) {
  table td[role=gridcell]::before {
    display: block;
    width: auto;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  table td[role=gridcell]::before {
    display: none;
  }
}
table td.highcharts-number {
  color: #111;
}
@media screen and (min-width: 1024px) {
  table td.has-border {
    border-left: 1px solid #dbdbdb;
  }
}
@media screen and (min-width: 1024px) {
  table td.has-border--right {
    border-right: 1px solid #dbdbdb;
  }
}
table.table--simple th {
  padding: 1rem 0;
}
table.table--simple tr {
  margin-bottom: 1rem;
}
table.table--simple .table-header th {
  padding: 1rem 0;
  font-size: 18px;
  font-weight: 500;
}
table.table--simple tbody {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  table.table--simple tr {
    border-left: 1px solid #dbdbdb;
  }
}
table.table--simple th[role=rowheader] {
  width: 100%;
  padding: 1.5rem 1rem;
  text-align: center;
  background-color: #5b4c9f;
  color: #fff;
}
@media screen and (min-width: 660px) {
  table.table--simple th[role=rowheader] {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  table.table--simple th[role=rowheader] {
    width: auto;
    padding: 1rem;
    text-align: left;
    background-color: unset;
    color: #111;
  }
}
table.table--simple td[role=gridcell].hide-mobile {
  display: none;
}
@media screen and (min-width: 1024px) {
  table.table--simple td[role=gridcell].hide-mobile {
    display: table-cell;
  }
}
@media screen and (min-width: 660px) {
  table.table--simple td[role=gridcell] {
    padding: 1rem 0;
    height: auto;
  }
}
table.account-fees th[role=rowheader] {
  width: 100%;
  padding: 1rem;
  text-align: left;
  background-color: #5b4c9f;
  color: #fff;
}
@media screen and (min-width: 660px) {
  table.account-fees th[role=rowheader] {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  table.account-fees th[role=rowheader] {
    width: auto;
    padding: 1rem;
    text-align: left;
    background-color: unset;
    color: #111;
  }
}
table.account-fees td[role=gridcell] {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  padding: 0 0 15px;
  vertical-align: top;
  text-align: left;
  align-items: flex-start;
  font-size: 18px;
}
table.account-fees td[role=gridcell]::before {
  width: 100%;
  padding-bottom: 5px;
  text-align: left;
}
@media screen and (min-width: 660px) {
  table.account-fees td[role=gridcell] {
    display: table-cell;
  }
  table.account-fees td[role=gridcell]:nth-of-type(2n) {
    width: 460px;
  }
  table.account-fees td[role=gridcell]:last-of-type {
    width: auto;
  }
}
@media screen and (min-width: 850px) {
  table.account-fees td[role=gridcell]:nth-of-type(2n) {
    width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  table.account-fees td[role=gridcell] {
    padding: 15px;
  }
  table.account-fees td[role=gridcell]:first-of-type {
    width: 250px;
  }
  table.account-fees td[role=gridcell]:nth-of-type(2n) {
    width: 470px;
  }
  table.account-fees td[role=gridcell]:last-of-type {
    width: auto;
  }
}
table tfoot ol,
table tfoot p {
  max-width: unset;
}
table.table--pricing tr.table-header th {
  vertical-align: middle;
}
@media screen and (min-width: 850px) {
  table.table--pricing th[role=rowheader] {
    width: auto;
  }
}
table.table--pricing td:last-of-type {
  position: relative;
}
@media screen and (min-width: 850px) {
  table.table--pricing td:last-of-type {
    min-width: 80px;
  }
}
table.table--pricing td:last-of-type::before {
  width: 67%;
}
@media screen and (min-width: 480px) {
  table.table--pricing td:last-of-type::before {
    display: inline-block;
    width: 80%;
  }
}
@media screen and (min-width: 850px) {
  table.table--pricing td:last-of-type::before {
    display: none;
  }
}
table.table--pricing td:last-of-type .input__container {
  display: inline-flex;
  align-items: center;
}
table.table--pricing td:last-of-type .historical-price {
  height: 40px;
  width: 40px;
  margin: 0;
}
@media screen and (min-width: 660px) {
  table.table--pricing td:last-of-type .historical-price {
    height: 24px;
    width: 24px;
  }
}
table.table--pricing td:last-of-type label {
  font-size: 14px;
  margin-right: 1rem;
}
@media screen and (min-width: 660px) {
  table.table--pricing td[role=gridcell] {
    width: 25%;
  }
}
@media screen and (min-width: 850px) {
  table.table--pricing td[role=gridcell] {
    width: 12%;
    border-right: 1px solid #dbdbdb;
  }
}

.list-as-table__container {
  max-width: 768px;
  margin: 0 auto;
}
.list-as-table__container a.to-top {
  display: block;
  margin: 1.5rem 3rem 0 0;
}
.list-as-table__container a.to-top::after {
  padding: 5px 4px 5px;
}
@media screen and (min-width: 850px) {
  .list-as-table__container a.to-top {
    margin: 0.5rem 1.8rem 0 0;
  }
}
.list-as-table__container h2.table-header {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 1rem 0;
  padding: 0.5rem 1.5rem;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  background-color: #5b4c9f;
}
@media screen and (min-width: 480px) {
  .list-as-table__container h2.table-header {
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 850px) {
  .list-as-table__container h2.table-header {
    text-align: left;
  }
}
.list-as-table__container h2.table-header a {
  padding: 10px;
  font-size: 16px;
  line-height: 2.4;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .list-as-table__container h2.table-header a {
    padding: 0 10px;
  }
}
.list-as-table__container ul.list-as-table {
  margin: 0;
}
.list-as-table__container ul.list-as-table li {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
  border-bottom: 1px solid #dbdbdb;
  padding: 0;
  list-style: none;
}
.list-as-table__container ul.list-as-table li::before {
  display: none;
}
@media screen and (min-width: 850px) {
  .list-as-table__container ul.list-as-table li:last-of-type {
    border-bottom: none;
  }
}
@media screen and (min-width: 660px) {
  .list-as-table__container ul.list-as-table li {
    flex-flow: column nowrap;
    padding: 0;
  }
}
.list-as-table__container ul.list-as-table li .has-form-input {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (min-width: 660px) {
  .list-as-table__container ul.list-as-table li .has-form-input {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
  }
}
.list-as-table__container ul.list-as-table li .has-form-input label {
  width: 70%;
  margin-right: 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 660px) {
  .list-as-table__container ul.list-as-table li .has-form-input label {
    margin-right: 0;
    margin-left: 2.7rem;
  }
}
@media screen and (min-width: 850px) {
  .list-as-table__container ul.list-as-table li .has-form-input label {
    margin-right: 1rem;
    width: auto;
    margin-left: 0;
  }
}
.list-as-table__container ul.list-as-table li .has-form-input input[type=text] {
  display: inline-block;
  width: 30%;
  margin: 0;
}
.list-as-table__container ul.list-as-table li p.text-small {
  margin: 0;
}
@media screen and (min-width: 660px) {
  .list-as-table__container ul.list-as-table li p.text-small {
    width: 160px;
  }
}
.list-as-table__container ul.list-as-table a {
  display: block;
  width: 100%;
  padding: 15px 40px 15px 0;
  font-size: 2rem;
  text-decoration: none;
  color: #111;
  scroll-behavior: smooth;
}
@media screen and (min-width: 850px) {
  .list-as-table__container ul.list-as-table a {
    min-height: unset;
    padding: 20px 40px 20px 0;
  }
}
.list-as-table__container ul.list-as-table a::after {
  z-index: 1;
}
.list-as-table__container ul.list-as-table a:hover, .list-as-table__container ul.list-as-table a:active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.list-as-table__container ul.list-as-table a.instructions.pdf {
  width: fit-content;
  align-self: flex-start;
  padding-left: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 850px) {
  .list-as-table__container ul.list-as-table a.instructions.pdf {
    padding-right: 0;
  }
}
.list-as-table__container ul.list-as-table a.instructions.pdf:focus {
  text-decoration: none;
}
.list-as-table__container ul.list-as-table a.instructions.pdf::before {
  top: unset;
}
.list-as-table__container ul.list-as-table a.instructions.pdf::after {
  bottom: -8px;
  right: 24px;
  box-shadow: none;
}
@media screen and (min-width: 850px) {
  .list-as-table__container ul.list-as-table a.instructions.pdf {
    padding-top: 0;
  }
}
.list-as-table__container ul.list-as-table a.download::before {
  display: none;
  z-index: 99999999;
  position: absolute;
  right: 32px;
  left: unset;
  top: 40px;
  min-width: fit-content;
  font-family: inherit;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(17, 17, 17, 0.6);
  color: #111;
  text-align: center;
  box-shadow: none;
  content: "Opens a new tab";
}
.list-as-table__container ul.list-as-table a.download:focus::before, .list-as-table__container ul.list-as-table a.download:hover::before {
  display: block;
}
.list-as-table__container ul.list-as-table a.download::after {
  display: block;
  right: 0;
  bottom: calc(50% - 18px);
  background-image: url("../images/icon-download-document.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  height: 26px;
  width: 26px;
  content: "";
  background-color: transparent;
  box-shadow: none;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 850px) {
  .list-as-table__container ul.list-as-table a.download::after {
    content: "Download      ";
  }
}
.list-as-table__container ul.list-as-table a.external.external-site[title]:hover::before {
  content: attr(title);
  position: absolute;
  top: 21px;
  right: 37px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
}
.list-as-table__container ul.list-as-table a.external.external-site i.fa-external-link {
  position: absolute;
  top: calc(50% - 12px);
  right: 14px;
}
@media screen and (min-width: 850px) {
  .list-as-table__container ul.list-as-table a.external.external-site i.fa-external-link {
    right: 15px;
  }
}
.list-as-table__container ul.list-as-table a.external.external-site i.fa-external-link::before {
  font-size: 3rem;
  top: 0;
  right: 0;
}
.list-as-table__container ul.list-as-table p {
  font-size: 2rem;
}
.list-as-table__container ul.list-as-table .display-column {
  align-items: flex-start !important;
}
.list-as-table__container ul.list-as-table .display-column .tx529-button--grey {
  width: auto;
  padding: 9px 30px;
}
.list-as-table__container p {
  max-width: 1024px;
}
.list-as-table__container hr {
  border-bottom: 1px solid #423d69;
}

.info-table td:before {
  display: block;
  float: none !important;
}
@media (min-width: 850px) {
  .info-table td:before {
    display: none;
  }
}
.info-table td:not(:first-child)::before {
  font-weight: 400;
}

.calculator-body table td {
  word-break: normal;
}

/*---------------*/
/* Media Queries */
/*---------------*/
@media print {
  #nav {
    position: absolute;
  }
}
/*--------*/
/* Header */
/*--------*/
#site-header {
  display: flex;
  flex-direction: column;
  z-index: 3;
  position: static;
  top: 0;
  background-color: #fff;
  width: 100vw;
  height: fit-content;
  border-bottom: 1px solid #f5f5f5;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 850px) {
  #site-header {
    position: fixed;
    border-bottom: 0;
  }
}
@media screen and (min-width: 850px) {
  #site-header + main {
    margin-top: 105px;
  }
}
@media screen and (min-width: 992px) {
  #site-header + main {
    margin-top: 169px;
  }
}
@media screen and (min-width: 1170px) {
  #site-header + main {
    margin-top: 115px;
  }
}
@media screen and (min-width: 850px) {
  #site-header.announcement-bar-enabled + main {
    margin-top: 255px;
  }
}
@media screen and (min-width: 992px) {
  #site-header.announcement-bar-enabled + main {
    margin-top: 329px;
  }
}
@media screen and (min-width: 1024px) {
  #site-header.announcement-bar-enabled + main {
    margin-top: 319px;
  }
}
@media screen and (min-width: 1170px) {
  #site-header.announcement-bar-enabled + main {
    margin-top: 265px;
  }
}
@media screen and (min-width: 850px) {
  #site-header.status-bar-enabled + main {
    margin-top: 204px;
  }
}
@media screen and (min-width: 992px) {
  #site-header.status-bar-enabled + main {
    margin-top: 269px;
  }
}
@media screen and (min-width: 1170px) {
  #site-header.status-bar-enabled + main {
    margin-top: 215px;
  }
}
@media screen and (min-width: 850px) {
  #site-header.announcement-bar-enabled.status-bar-enabled + main {
    margin-top: 365px;
  }
}
@media screen and (min-width: 992px) {
  #site-header.announcement-bar-enabled.status-bar-enabled + main {
    margin-top: 429px;
  }
}
@media screen and (min-width: 1024px) {
  #site-header.announcement-bar-enabled.status-bar-enabled + main {
    margin-top: 419px;
  }
}
@media screen and (min-width: 1170px) {
  #site-header.announcement-bar-enabled.status-bar-enabled + main {
    margin-top: 366px;
  }
}
#site-header .site-header__container {
  width: 100%;
}
#site-header .site-header__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 95px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #site-header .site-header__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1170px) {
  #site-header .site-header__content {
    flex-direction: row;
    align-items: center;
  }
}
#site-header .site-logo__container {
  padding: 1rem 0 1.5rem 2rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 850px) {
  #site-header .site-logo__container {
    border: none;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  #site-header .site-logo__container {
    padding-bottom: 1.5rem;
  }
}
#main-nav__holder.largeheader #site-header .site-logo__container .site-logo__link img {
  height: 100px;
  width: auto;
}
#site-header .site-logo__container .site-logo__link {
  display: block;
  width: 100%;
}
#site-header .site-logo__container .site-logo__link img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  margin: 0;
  height: 90px;
  width: auto;
  /* Fix blurriness when scaling/transitioning */
  -webkit-filter: blur(0);
  filter: blur(0);
  /* Fix for blur filter causing issues in IE9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
@media screen and (min-width: 850px) {
  #site-header .site-logo__container .site-logo__link img {
    height: 80px;
  }
}
@media screen and (min-width: 992px) {
  #site-header .site-logo__container .site-logo__link img {
    height: 90px;
  }
}

@media screen and (min-width: 992px) {
  #primary-menu-container.desktop {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    margin: 0 auto;
    width: auto;
  }
}
#primary-menu-container.desktop .primary-nav {
  width: 100%;
}

#mega-menu-wrap-primary .mega-menu-toggle {
  margin-right: 2rem;
}
@media screen and (max-width: 849px) {
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    top: 77px;
  }
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
  height: fit-content;
  overflow: scroll;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
@media screen and (min-width: 850px) {
  #mega-menu-wrap-primary #mega-menu-primary {
    top: 72px;
  }
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary {
    top: 1px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary {
    justify-content: flex-end;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
  border-bottom: 1px solid #8f8f8f;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
    border-bottom: 5px solid transparent;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor a {
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor a {
    font-weight: normal;
  }
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current_page_item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:has(.mega-current-menu-item), #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:has(a.mega-menu-link[aria-current=page]) #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-item {
    border-bottom: 5px solid #5b4c9f;
  }
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-type-widget {
    border: 0;
  }
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
  height: unset !important;
  line-height: unset !important;
  padding: 11px 0 11px 10px !important;
  position: relative;
  margin-left: 2rem;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    display: flex !important;
    align-items: center;
    margin-left: 0;
    padding: 11px 10px 11px 10px !important;
    border-bottom: 5px solid transparent;
  }
}
@media screen and (min-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1055px) {
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    font-size: 22px !important;
  }
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link.external {
  width: fit-content !important;
  padding-right: 5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link.external i.fa-external-link {
  font-size: 12px;
  margin-right: 10px;
  right: 0;
  top: 12px;
  color: #5b4c9f;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link.external:focus i, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link.external:hover i {
  color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link[aria-current=page] {
  font-weight: 500 !important;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link[aria-current=page]:hover {
    text-decoration: underline;
    color: black;
    background-color: transparent;
  }
}
.safari #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link[role=button]:focus, .safari #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:focus, .safari #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:focus-within {
  outline: none !important;
  border: 1px solid #5b4c9f;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link[aria-expanded=true] span.mega-indicator {
    transform: rotate(180deg);
  }
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:focus {
  outline: auto !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: inline-block;
  height: 100% !important;
  margin-right: 2rem;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  height: 90% !important;
  margin: auto 0;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin-right: 0;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color: #f5f5f5;
  padding-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 2rem;
    top: 57px;
  }
}
@media screen and (min-width: 1170px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 83px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row:has(.mega-menu-columns-6-of-12) {
    max-width: 768px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0 20px 0 0;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item {
    border-bottom-color: transparent;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
  padding-left: 2rem !important;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
    padding-left: 1.4rem !important;
    padding-right: 0 !important;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  color: black;
  background-color: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover i {
  color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:has(i) {
  padding-left: 25px;
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:has(i) {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:has(i) {
    padding-left: 20px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link[aria-current=page] i {
  font-weight: 500 !important;
  color: #5b4c9f;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link[aria-current=page] i:hover {
  color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link > i {
  margin-right: 8px;
  font-size: 2rem;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  margin: 0;
  padding: 1rem 0;
  font-size: 18px;
  font-weight: 600;
  border: 0;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    margin-left: 1.4rem;
    border-bottom: 1px solid #111;
  }
}
@media screen and (min-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 20px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image {
  display: none;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image {
    display: block;
    margin-top: 34px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column {
  padding: 0 1.5rem;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column:first-of-type {
    padding-left: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column:last-of-type {
    padding-right: 0;
  }
}

/*------------*/
/* Posts Loop */
/*------------*/
.nova-loop {
  padding: 30px 0;
  border-top: solid 1px #8f8f8f;
}
.nova-loop:first-child {
  padding-top: 0;
  border-top: 0;
}
.nova-loop:first-child.nova-loop-advisoriq {
  padding-top: 30px;
  border-top: solid 1px #f5f5f5;
}
.nova-loop h5 {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.nova-loop .tx529-button {
  display: block;
}

.nova-loop-meta h1, .nova-loop-meta h2, .nova-loop-meta h3, .nova-loop-meta h4, .nova-loop-meta h5, .nova-loop-meta h6 {
  margin: 5px 0;
  margin: 0.5rem 0;
}

/*----------*/
/* Comments */
/*----------*/
.commentlist .comment {
  padding: 10px 15px;
  padding: 2rem 3rem;
  border-bottom: solid 2px #f5f5f5;
}
.commentlist .comment:last-child {
  border-bottom: 0;
}
.commentlist .comment-meta a {
  text-decoration: none;
}
.commentlist .comment-reply-link {
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
}
.commentlist .children {
  list-style: none;
}

.navigation a {
  text-decoration: none;
}

/*---------*/
/* Sidebar */
/*---------*/
#sidebar .sidebar-widget {
  margin: 30px 0;
  margin: 3rem 0;
}
#sidebar .sidebar-widget:first-child {
  margin-top: 15px;
  margin-top: 1.5rem;
}
#sidebar .post-date {
  margin-left: 5px;
}
#sidebar ul {
  margin-left: 0;
  list-style: none;
}
#sidebar ul li {
  padding: 10px 0;
  padding: 1rem 0;
  border-bottom: solid 1px #f5f5f5;
}
#sidebar ul li:last-child {
  border-bottom: 0;
}
#sidebar ul a {
  text-decoration: none;
}

#sidebar-custom {
  text-align: center;
}
#sidebar-custom .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}
#sidebar-custom .sidebar-widget {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-top: 15px;
  margin-top: 1.5rem;
}
#sidebar-custom .sidebar-widget .column-inner {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 150px;
}
#sidebar-custom .sidebar-widget .column-inner h3 {
  margin: 0;
}
#sidebar-custom .sidebar-widget .bg-grey-light:hover {
  background-color: #e1e1e1;
}
#sidebar-custom .sidebar-widget .bg-grey-base:hover {
  background-color: rgba(219, 219, 219, 0.75);
}

.section-with-sidebar > .row > .column:first-child > .column-inner > *:first-child {
  margin-top: 0;
}

/*------------*/
/* Pagination */
/*------------*/
#pagination {
  margin: 0;
  padding: 30px 0;
  border-top: solid 1px #8f8f8f;
  list-style: none;
}
#pagination li {
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
#pagination a {
  padding: 5px 15px;
  background-color: transparent;
  color: #111;
  text-transform: none;
  text-decoration: none;
}
#pagination a:hover {
  color: #fff;
  background-color: #5b4c9f;
}
#pagination #newer-pages {
  float: left;
}
#pagination #newer-pages .fa {
  margin-right: 5px;
}
#pagination #older-pages {
  float: right;
}
#pagination #older-pages .fa {
  margin-left: 5px;
}

/*------------*/
/* Search Bar */
/*------------*/
.searchform,
.wp-block-search {
  display: flex;
  flex-direction: column;
  padding: 4rem;
  background-color: #f5f5f5;
}
.sidebar-widget .searchform,
.sidebar-widget .wp-block-search {
  padding: 0;
}
.searchform .wp-block-search__inside-wrapper,
.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  flex-direction: column;
}
.searchform .searchsubmit-wrapper button[type=submit],
.wp-block-search .searchsubmit-wrapper button[type=submit] {
  padding: 5px 30px;
  font-weight: 300;
}
.searchform .wp-block-search__label,
.wp-block-search .wp-block-search__label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/*--------*/
/* Footer */
/*--------*/
#footer {
  background-color: #f5f5f5;
  padding: 30px 0;
  text-underline-offset: 6px;
}
#footer .row {
  max-width: 1200px;
}
#footer h2 {
  font-size: 2.5rem;
  margin-left: 0;
}
#footer p,
#footer div,
#footer li {
  color: #423d69;
  font-weight: 400;
  font-size: 1em;
}
#footer p {
  line-height: 1.6em;
}
#footer li {
  list-style: none;
  font-size: 2rem;
  padding-left: 0;
}
#footer li::before {
  display: none;
}
#footer .footer--top {
  border-bottom: 1px solid #8f8f8f;
  margin-bottom: 2rem;
}
@media screen and (min-width: 850px) {
  #footer .footer--top .column-inner {
    padding-bottom: 0;
    border-bottom: 1px solid #8f8f8f;
  }
}
#footer .footer--top .subscribe {
  text-align: center;
}
@media screen and (min-width: 660px) {
  #footer .footer--top .subscribe {
    text-align: left;
  }
}
#footer .footer--top form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: 0;
}
@media screen and (min-width: 660px) {
  #footer .footer--top form {
    align-items: flex-start;
  }
}
@media screen and (min-width: 850px) {
  #footer .footer--top form {
    flex-direction: row;
  }
}
#footer .footer--top form input[type=text] {
  min-width: 200px;
  max-width: 300px;
  height: 55px;
  margin-right: 0;
}
@media screen and (min-width: 850px) {
  #footer .footer--top form input[type=text] {
    margin-top: 0;
    min-width: unset;
    width: 300px;
  }
}
#footer .footer--top form input[type=submit].small {
  font-size: 3rem;
  padding: 9px 20px !important;
}
#footer .footer--top form input[type=submit].small:focus {
  box-shadow: 0 1px #2e2a49;
}
@media screen and (min-width: 850px) {
  #footer .footer--top form input[type=submit].small {
    margin-left: 2rem;
  }
}
#footer .footer--top .social {
  text-align: center;
}
@media screen and (min-width: 660px) {
  #footer .footer--top .social {
    text-align: right;
  }
}
@media screen and (min-width: 850px) {
  #footer .footer--top .social {
    text-align: left;
  }
}
#footer .footer--top .social .social-icons li {
  display: inline-flex;
  margin: 0 0 0 15px;
}
#footer .footer--top .social .social-icons li:first-of-type {
  margin-left: 0;
}
#footer .footer--top .social .social-icons a {
  display: inline-block;
  width: 50px;
  height: auto;
  padding: 0;
  color: #f5f5f5;
  border-radius: 3px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 44px;
  text-align: center;
}
#footer .footer--top .social .social-icons a:focus {
  box-shadow: 0 1px #2e2a49;
}
#footer .footer--top .social .social-icons a.x-logo {
  background-image: url("/wp-content/uploads/2024/03/x-logo-white-sm.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 11px 11px;
}
#footer .footer--top .social .social-icons i {
  color: #fff;
  top: 0;
}
#footer .footer--top .social .social-icons i.fa-external-link {
  display: none;
}
#footer .footer--top .footer--links {
  margin-top: 2rem;
  border-top: 1px solid #8f8f8f;
}
@media screen and (min-width: 850px) {
  #footer .footer--top .footer--links {
    margin-top: 0;
  }
}
#footer .footer--top .footer--links.links-right {
  margin-top: 0;
}
@media screen and (min-width: 660px) {
  #footer .footer--top .footer--links.links-right {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 850px) {
  #footer .footer--top .footer--links.links-right {
    margin-top: 0;
  }
}
#footer .footer--top .footer--links .footer--menu-right,
#footer .footer--top .footer--links .footer--menu-left {
  display: flex;
  flex-flow: row wrap;
}
#footer .footer--top .footer--links .footer--menu-right {
  margin-left: 0;
  margin-right: 4rem;
}
#footer .footer--top .footer--links li {
  display: flex;
  width: 100%;
  margin: 0;
  letter-spacing: 0.05em;
}
#footer .footer--top .footer--links a {
  color: #111;
  width: fit-content;
  padding: 1rem 0;
  font-size: 16px;
  border: none;
  text-decoration: none;
  color: #111;
}
#footer .footer--top .footer--links a:hover {
  text-decoration: underline;
}
#footer .footer--top .footer--links a:focus {
  outline: auto;
}
#footer .footer--top .footer--links a:focus img {
  outline: auto;
}
@media screen and (min-width: 850px) {
  #footer .footer--top .footer--links a {
    padding: 0.75rem 0;
  }
}
#footer .footer--top .footer--links a.pdf {
  padding: 1rem 0 1rem 2rem;
}
@media screen and (min-width: 850px) {
  #footer .footer--top .footer--links a.pdf {
    padding: 0.75rem 0 0.75rem 2rem;
  }
}
#footer .footer--top .footer--links a.pdf::after {
  bottom: -19px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
#footer .footer--top .footer--links a.pdf::before {
  top: 8px;
}
#footer .footer--top .footer--links a .fa-external-link {
  top: 0;
}
#footer .footer--bottom p {
  max-width: 1200px;
}
#footer .footer--bottom p a[href$=".pdf"]::after,
#footer .footer--bottom p a[href*=download]::after,
#footer .footer--bottom p a::after {
  bottom: -28px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
#footer .footer--bottom a:has(img) {
  border-bottom-color: transparent;
}
#footer .footer--bottom a:has(img):hover {
  border-color: transparent;
}
#footer .footer--bottom a:has(img) .fa-external-link::before {
  top: -70px;
}
#footer .footer--bottom .footer--contact .logo--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 660px) {
  #footer .footer--bottom .footer--contact .logo--container {
    flex-direction: row;
  }
}
#footer .footer--bottom .footer--contact .logo--container a {
  display: block;
}
#footer .footer--bottom .footer--contact .logo--container .logo-tx {
  max-width: 400px;
}
#footer .footer--bottom .footer--contact .logo--container .logo-orion {
  width: 220px;
}
#footer .footer--bottom .footer--disclaimer a.pdf::before {
  top: -2px;
}
@media screen and (min-width: 850px) {
  #footer .footer--bottom .footer--disclaimer .column-inner {
    padding-bottom: 0;
  }
}
#footer .footer--bottom .footer--copyright p {
  max-width: 1200px;
}
@media screen and (min-width: 850px) {
  #footer .footer--bottom .footer--copyright .column-inner {
    padding-top: 0;
  }
}

section.events__headline {
  padding-top: 0;
}

.events__list {
  padding-top: 0;
  padding-bottom: 3rem;
}

.tribe-events-view .tribe-common-l-container.tribe-events-l-container {
  padding: 0;
  margin-top: 4rem;
}

.tribe-events {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
.tribe-events a:not(.tribe-common-anchor--unstyle):visited,
.tribe-events a:not(.tribe-common-anchor--unstyle) {
  color: unset;
}
.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events button.tribe-events-c-nav__next:disabled {
  font-size: 1.75rem;
  color: #8f8f8f;
  padding: 14px 0.5rem 0.5rem 1rem;
}
.tribe-events .tribe-events-c-nav__list-item--today {
  display: none;
}
@media screen and (min-width: 768px) {
  .tribe-events .tribe-events-calendar-list__event-details {
    border-left: 1px solid #8f8f8f;
  }
}
.tribe-events .tribe-events-calendar-list__event-header {
  margin: 0;
}
.tribe-events h2.tribe-events-calendar-list__event-title.tribe-common-h6 {
  margin-bottom: 1rem;
  margin-top: 2px;
  font-size: 3rem;
  font-weight: 700 !important;
  line-height: 3rem;
  text-transform: none;
  font-family: "Source Sans Pro";
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
  margin-left: 1rem;
  background-color: #8f8f8f;
  font-family: "Source Sans Pro";
}
.tribe-events .tribe-events-c-view-selector__list-item-text {
  color: #111;
}
@media screen and (min-width: 768px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag {
    padding-right: 2rem;
  }
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
  color: #111;
  line-height: 100%;
  font-size: 3.5rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
    line-height: 100%;
    font-size: 4rem;
  }
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  display: block;
  font-size: 2rem;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
}
.tribe-events .tribe-events-calendar-list__event-datetime,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: #111;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  border-right: 1px solid #8f8f8f;
  padding-right: 1rem;
  padding-top: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    border-right: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    display: inline-block;
  }
}

.tribe-common .tribe-events-header {
  display: none;
}
.tribe-common .tribe-events-before-html {
  padding-bottom: 6rem;
}
@media screen and (min-width: 850px) {
  .tribe-common .tribe-events-before-html {
    padding-bottom: 10rem;
  }
}
.tribe-common .tribe-events-before-html p {
  line-height: 137% !important;
  font-family: "Source Sans Pro";
  font-weight: 300;
}
.tribe-common .tribe-events-before-html p a.email {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 6px;
  color: #24598c;
}
.tribe-common .tribe-events-before-html p a.email:hover {
  text-decoration: none;
}
.tribe-common .tribe-events-before-html p a.email:focus {
  outline: auto;
  text-decoration: none;
}
.tribe-common .tribe-events-calendar-list__month-separator-text {
  color: #111;
  font-weight: 500;
  font-size: 22px;
  font-family: "Source Sans Pro";
}
@media screen and (min-width: 768px) {
  .tribe-common .tribe-events-calendar-list__month-separator-text {
    font-size: 24px !important;
  }
}
.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-h5:not(.tribe-events-calendar-list__event-date-tag-daynum),
.tribe-common .tribe-common-h6 {
  color: #5b4c9f;
}
.tribe-common .tribe-common-b2 {
  font-family: "Source Sans Pro";
  display: block;
  visibility: visible;
}
.tribe-common .tribe-events-calendar-list__event-wrapper {
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .tribe-common .tribe-events-calendar-list__event-wrapper {
    padding-left: 0;
  }
}
.tribe-common .tribe-events-calendar-list__event-datetime-wrapper span:not(.screen-reader-text) {
  font-size: 2rem;
}
.tribe-common p {
  line-height: 137% !important;
  color: #111 !important;
  font-family: "Source Sans Pro";
  font-weight: 300;
}
.tribe-common .tribe-events-c-nav__list {
  align-items: center;
}
.tribe-common .tribe-events-c-nav__list-item::before {
  display: none;
}
.tribe-common a.txtx529-button,
.tribe-common a:not(.tribe-common-anchor--unstyle):not(.tribe-events-c-nav__prev):not(.tribe-events-c-ical__link):not(.tribe-events-c-nav__today):not(.tribe-events-c-nav__next):not(.tribe-events-c-nav__today):not(.email) {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 9px 20px;
  margin: 2rem 0;
  border-radius: 10px;
  background-color: #5b4c9f;
  color: #fff;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 3rem;
  box-shadow: 0 5px #423d69;
  cursor: pointer;
}
.tribe-common a.txtx529-button:hover, .tribe-common a.txtx529-button:active, .tribe-common a.txtx529-button.active,
.tribe-common a:not(.tribe-common-anchor--unstyle):not(.tribe-events-c-nav__prev):not(.tribe-events-c-ical__link):not(.tribe-events-c-nav__today):not(.tribe-events-c-nav__next):not(.tribe-events-c-nav__today):not(.email):hover,
.tribe-common a:not(.tribe-common-anchor--unstyle):not(.tribe-events-c-nav__prev):not(.tribe-events-c-ical__link):not(.tribe-events-c-nav__today):not(.tribe-events-c-nav__next):not(.tribe-events-c-nav__today):not(.email):active,
.tribe-common a:not(.tribe-common-anchor--unstyle):not(.tribe-events-c-nav__prev):not(.tribe-events-c-ical__link):not(.tribe-events-c-nav__today):not(.tribe-events-c-nav__next):not(.tribe-events-c-nav__today):not(.email).active {
  color: #fff;
  background-color: #423d69;
  box-shadow: 0 1px #423d69;
  border-color: #423d69;
}
.tribe-common a.txtx529-button:focus,
.tribe-common a:not(.tribe-common-anchor--unstyle):not(.tribe-events-c-nav__prev):not(.tribe-events-c-ical__link):not(.tribe-events-c-nav__today):not(.tribe-events-c-nav__next):not(.tribe-events-c-nav__today):not(.email):focus {
  outline-offset: -3px;
  outline-color: #fff;
  box-shadow: none;
}
.tribe-common .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev,
.tribe-common a.tribe-events-c-ical__link,
.tribe-common a.tribe-events-c-nav__next,
.tribe-common a.tribe-events-c-nav__prev {
  color: #111;
  padding: 1rem 0.5rem;
  font-size: 1.75rem;
  font-weight: normal;
}
.tribe-common .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover,
.tribe-common a.tribe-events-c-ical__link:hover,
.tribe-common a.tribe-events-c-nav__next:hover,
.tribe-common a.tribe-events-c-nav__prev:hover {
  text-decoration: underline;
}
.tribe-common .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:active, .tribe-common .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus,
.tribe-common a.tribe-events-c-ical__link:active,
.tribe-common a.tribe-events-c-ical__link:focus,
.tribe-common a.tribe-events-c-nav__next:active,
.tribe-common a.tribe-events-c-nav__next:focus,
.tribe-common a.tribe-events-c-nav__prev:active,
.tribe-common a.tribe-events-c-nav__prev:focus {
  outline: auto;
}
.tribe-common a.tribe-events-c-nav__prev {
  padding-top: 14px;
  margin-left: -0.5rem;
}
.tribe-common a.tribe-events-c-nav__prev.tribe-common-b1--min-medium {
  font-size: 1.75rem;
}
.tribe-common a.tribe-events-c-nav__next {
  padding-top: 14px;
  margin-right: -0.5rem;
}
.tribe-common .tribe-events-c-ical.tribe-common-b2 {
  display: flex;
}
@media screen and (min-width: 768px) {
  .tribe-common .tribe-events-c-ical.tribe-common-b2 {
    justify-content: flex-end;
  }
}
.tribe-common a.tribe-events-c-ical__link {
  max-width: 250px;
  margin: 2rem auto 0;
  border: 1px solid #5b4c9f;
  border-radius: 8px;
  font-weight: normal;
  padding: 1rem 1.5rem;
}
.tribe-common a.tribe-events-c-ical__link:active, .tribe-common a.tribe-events-c-ical__link:focus, .tribe-common a.tribe-events-c-ical__link:focus-within {
  background-color: #fff;
  outline: auto;
  color: #111;
}
.tribe-common a.tribe-events-c-ical__link:visited {
  border-color: #24598c;
}
.tribe-common a.tribe-events-c-ical__link:hover {
  background-color: #5b4c9f;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .tribe-common a.tribe-events-c-ical__link {
    margin: 2rem 0 0;
  }
}

.row.portobj {
  max-width: 1200px !important;
}
@media screen and (min-width: 850px) {
  .row.portobj {
    height: 600px;
  }
}
.row.portobj .column-inner {
  margin: 5px;
  padding: 5px;
}
.row.portobj h2.optiontitle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 95px;
  text-align: center;
  border-bottom: 3px solid #5b4c9f;
}
@media (min-width: 850px) and (max-width: 923px) {
  .row.portobj h2.optiontitle {
    font-size: 20px;
  }
}
.row.portobj .portfolioallocationchart {
  height: 400px;
}
@media (min-width: 850px) {
  .row.portobj .portfolioallocationchart {
    height: 250px;
  }
}
.row.portobj .highcharts-container {
  width: 100% !important;
  height: 100% !important;
}
.row.portobj .highchart {
  width: 100%;
}
.row.portobj .highcharts-data-table {
  display: block;
  background: white;
}
@media screen and (min-width: 660px) {
  .row.portobj .highcharts-data-table {
    width: 100%;
    margin: 0 auto;
  }
}
.row.portobj .highcharts-data-table .highcharts-table-caption {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.row.portobj .highcharts-data-table:focus {
  outline: 2px solid #111;
}
.row.portobj .highcharts-data-table table {
  margin-top: 0;
  border: 1px solid #111;
  background: #fff;
}
@media screen and (min-width: 660px) {
  .row.portobj .highcharts-data-table table {
    margin: 0 auto;
  }
}
.row.portobj .highcharts-data-table thead tr {
  display: flex;
  flex-flow: row nowrap;
  background-color: #5b4c9f;
}
.row.portobj .highcharts-data-table thead th {
  color: #fff !important;
  padding: 1rem 0 1rem 2rem;
}
.row.portobj .highcharts-data-table thead th:first-of-type {
  width: 60%;
  border-right: 1px solid #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .row.portobj .highcharts-data-table thead th:first-of-type {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row.portobj .highcharts-data-table thead th {
    display: table-cell;
  }
}
.row.portobj .highcharts-data-table tr {
  border-bottom: 1px solid #dbdbdb;
}
.row.portobj .highcharts-data-table tr:last-of-type {
  border-bottom: 0;
}
.row.portobj .highcharts-data-table td,
.row.portobj .highcharts-data-table th {
  align-items: center;
  min-height: 50px;
  color: #111 !important;
  font-size: 18px;
  padding: 1rem;
}
.row.portobj .highcharts-data-table td.highcharts-number,
.row.portobj .highcharts-data-table th.highcharts-number {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .row.portobj .highcharts-data-table td,
  .row.portobj .highcharts-data-table th {
    height: unset;
    display: table-cell;
  }
}
.row.portobj .highcharts-data-table th {
  text-align: left;
}
.row.portobj .highcharts-data-table th.text {
  border-right: 1px solid #111;
}
.row.portobj .highcharts-data-table td:not(:last-of-type) {
  border-right: 1px solid #dbdbdb;
  border-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .row.portobj .highcharts-data-table td {
    display: table-cell;
  }
}
.row.portobj .highcharts-data-table td.number {
  min-width: 74px;
  text-align: center;
}
.row.portobj .highcharts-data-table tbody tr {
  display: flex;
  flex-flow: row-nowrap;
}
.row.portobj .highcharts-data-table tbody th.highcharts-text {
  width: 60%;
  border-right: 1px solid #dbdbdb;
}
@media screen and (min-width: 1024px) {
  .row.portobj .highcharts-data-table tbody th.highcharts-text {
    width: 50%;
  }
}
@media screen and (min-width: 660px) {
  .row.portobj .highcharts-data-table tbody td.highcharts-number {
    width: unset;
  }
}

.chartkey {
  text-align: left;
  color: #111;
}
.chartkey li {
  list-style: none;
  padding-left: 0;
}
.chartkey li::before {
  display: none;
}
.chartkey .column {
  padding-bottom: 50px;
}
.chartkey .bullet {
  border-radius: 50%;
  display: inline-block !important;
  height: 12px;
  width: 12px;
  margin-right: 5px;
}

#loadChart select > option,
#loadChart svg {
  font-size: 2rem !important;
}

ul[role=list] li::before {
  display: none;
}
ul.highcharts-menu {
  font-size: 20px !important;
  padding: 0 !important;
  width: 275px;
}
@media screen and (min-width: 1024px) {
  ul.highcharts-menu {
    width: 265px;
  }
}
ul.highcharts-menu hr {
  margin: 0;
}

.highcharts-contextmenu {
  padding: 10px !important;
}
.highcharts-contextmenu .highcharts-menu-item {
  font-size: 20px !important;
  margin: 0;
  padding: 10px 10px !important;
}
@media screen and (min-width: 850px) {
  .highcharts-contextmenu .highcharts-menu-item {
    padding: 3px 10px !important;
  }
}

.has-footnotes .footnote__counter {
  counter-reset: footnotes;
}
.has-footnotes .footnote__counter sup {
  position: relative;
  margin-right: 10px;
}
.has-footnotes .footnote__container {
  margin-top: 50px;
  border-top: 1px solid #dbdbdb;
  padding-left: 15px;
  scroll-snap-align: start;
}
.has-footnotes .footnote__label {
  position: absolute;
  display: inline-flex;
  width: 11px;
  height: 18px;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  counter-increment: footnotes;
}
.has-footnotes .footnote__label::after {
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 14px;
  cursor: pointer;
  speak-as: never;
  content: counter(footnotes);
}
.has-footnotes .footnote__item {
  padding: 0 0 5px 5px;
  font-size: 1.6rem;
  text-align: left;
  border-left: 1px solid transparent;
}
.has-footnotes .footnote__item:target, .has-footnotes .footnote__item:focus {
  border-left: 1px solid #2e73ba;
  scroll-margin-top: 300px;
}
.has-footnotes .footnote__item:target::marker, .has-footnotes .footnote__item:focus::marker {
  color: #111;
}
.has-footnotes .footnote__source-link:focus, .has-footnotes .footnote__source-link.has-focus,
.has-footnotes .footnote__back-link:focus,
.has-footnotes .footnote__back-link.has-focus {
  outline: 2px solid #2e73ba;
}
.has-footnotes .footnote__source-link img,
.has-footnotes .footnote__back-link img {
  display: none !important;
}
.has-footnotes a.footnote__back-link {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
}
.bg-primary-base .has-footnotes a.footnote__back-link::after, .bg-secondary-base .has-footnotes a.footnote__back-link::after, .bg-tertiary-base .has-footnotes a.footnote__back-link::after {
  background-image: url(../images/icon-return-arrow-white.svg);
}
.has-footnotes a.footnote__back-link::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 15px;
  width: 15px;
  background-image: url(../images/icon-return-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.has-footnotes a.footnote__back-link:hover::after {
  border-bottom: 1px solid #2e73ba;
}
.has-footnotes a.footnote__back-link:active::after {
  outline: auto;
}
.has-footnotes ol {
  padding-left: 20px;
}
.has-footnotes tfoot {
  text-align: left;
}
.has-footnotes tfoot td p {
  font-size: 18px;
}
.has-footnotes tfoot td,
.has-footnotes tfoot ol {
  padding: 0;
}
.has-footnotes tfoot .footnote__container {
  margin-top: 0;
  border-top: 0;
  padding: 0 4rem 0 1rem;
  scroll-snap-align: start;
}

.secondary-color-background .toggletip__container,
.orange-background .toggletip__container,
.primary-color-background .toggletip__container {
  color: #fff;
  font-weight: 600;
}

.bg-accent-light .toggletip__container,
.bg-primary-light .toggletip__container {
  color: #111;
  font-weight: 600;
}

.toggletip__container {
  position: relative;
  display: inline-flex;
  margin-left: -6px;
  margin-right: -6px;
  outline: 0;
  border: 2px solid transparent;
  color: inherit;
  font-weight: 400;
  background-color: transparent;
  text-transform: none !important;
  cursor: pointer;
}
.toggletip__container button.toggeltip__trigger {
  appearance: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: 2px solid transparent;
  border-radius: 3px;
  background-color: transparent;
  text-transform: none !important;
  line-height: 1em;
  color: inherit;
  cursor: pointer;
}
.toggletip__container button.toggeltip__trigger:hover {
  outline: auto;
}
.toggletip__container button.toggeltip__trigger[aria-expanded=true] + .toggletip__content {
  visibility: visible;
}
.toggletip__container button.toggeltip__trigger[aria-expanded=true] + .toggletip__content .arrow::before {
  visibility: visible;
  background: #fff;
}
.toggletip__container button.toggeltip__trigger:focus {
  outline: auto;
}

.toggletip__content {
  z-index: 500;
  position: absolute;
  right: -352px;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  visibility: hidden;
  width: 350px;
  height: auto;
  margin: auto;
  padding: 10px 25px 25px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #111;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 0 0 20px 0px rgba(128, 128, 128, 0.4392156863);
  text-align: left;
  transition: all 0.1s ease;
  text-transform: none;
}
@media screen and (min-width: 540px) {
  .toggletip__content {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .toggletip__content {
    width: 500px;
  }
}
.toggletip__content a.to-top {
  display: none;
}
.toggletip__content strong {
  color: inherit;
  font-weight: 600;
  text-transform: capitalize;
}
.toggletip__content a {
  transition: none;
  color: #2e73ba !important;
}
.toggletip__content a:focus {
  outline: auto;
}
.toggletip__content a.pdf:before, .toggletip__content a[href$=".pdf"]:before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin-left: 5px;
  text-decoration: underline;
  margin-right: 5px;
}
.toggletip__content button[data-close] {
  display: block;
  text-align: center;
  align-self: flex-end;
  padding: 1rem;
  border: 0;
  outline: none;
  font-family: inherit;
  font-weight: normal;
  background-color: #fff;
}
.toggletip__content button[data-close]:focus, .toggletip__content button[data-close]:hover {
  outline: auto;
  cursor: pointer;
}

.arrow {
  visibility: hidden;
}

.arrow::before {
  display: block;
  width: 8px;
  height: 8px;
  visibility: visible;
  transform: rotate(45deg);
  background: transparent;
  content: "";
}

.toggletip__content[data-popper-placement^=top] > .arrow {
  bottom: -4px;
}

.toggletip__content[data-popper-placement^=bottom] > .arrow {
  top: -4px;
}

.toggletip__content[data-popper-placement^=left] > .arrow {
  right: -4px;
}

.toggletip__content[data-popper-placement^=right] > .arrow {
  left: -4px;
}

.glossary a.to-top,
.glossary a.to-top:hover {
  text-decoration: none;
  color: #111 !important;
}
.glossary a.pdf:before,
.glossary a[href$=".pdf"]:before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin-left: 5px;
  text-decoration: underline;
  margin-right: 5px;
}
.glossary dd,
.glossary dt {
  color: #111;
  font-size: 18px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.4em;
}
.glossary dd p,
.glossary dt p {
  font-size: 18px;
  font-size: 2rem;
}
.glossary dd p:first-of-type,
.glossary dt p:first-of-type {
  margin-top: 0;
}
.glossary dt {
  margin-bottom: 0;
  font-weight: 700;
}
.glossary dd small {
  margin-top: 0.5rem;
}
.glossary dd strong {
  font-weight: 500;
}

.announcement-bar {
  display: none;
  height: 0;
}
#site-header.announcement-bar-enabled .announcement-bar {
  display: flex !important;
  position: relative;
  align-items: center;
  height: fit-content;
  width: 100%;
  padding: 1rem 2rem;
  text-align: left;
  background-color: #5b4c9f;
}
@media screen and (min-width: 768px) {
  #site-header.announcement-bar-enabled .announcement-bar {
    height: 160px;
  }
}
@media screen and (min-width: 1024px) {
  #site-header.announcement-bar-enabled .announcement-bar {
    height: 150px;
  }
}
.announcement-bar .announcement-content {
  display: flex;
  align-items: center;
  width: 86%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .announcement-bar .announcement-content {
    flex-flow: row nowrap;
    width: 92%;
  }
}
@media screen and (min-width: 660px) {
  .announcement-bar .announcement-content:has(.has-icon) {
    width: 1024px;
  }
}
@media screen and (min-width: 768px) {
  .announcement-bar .announcement-content .has-cta h3 {
    display: block;
    width: 100%;
  }
}
.announcement-bar .announcement-content .has-cta .cta-text-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .announcement-bar .announcement-content .has-cta .cta-text-container {
    flex-flow: row nowrap;
  }
}
.announcement-bar .announcement-content .has-cta .cta-text-container .cta-text {
  display: block;
}
@media screen and (min-width: 768px) {
  .announcement-bar .announcement-content .has-cta .cta-text-container .cta-text {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .announcement-bar .announcement-content .has-cta p:has(.tx529-button) {
    width: 20%;
  }
}
.announcement-bar .announcement-content .has-icon img {
  display: none;
}
@media screen and (min-width: 660px) {
  .announcement-bar .announcement-content .has-icon img {
    display: block;
    max-height: 75px;
    max-width: auto;
    margin-right: 30px;
  }
}
.announcement-bar p:has(img) {
  margin: 0;
  width: fit-content;
}
.announcement-bar h2, .announcement-bar .h2,
.announcement-bar h3, .announcement-bar .h3,
.announcement-bar h4, .announcement-bar .h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
  letter-spacing: unset;
}
@media (min-width: 850px) {
  .announcement-bar h2, .announcement-bar .h2,
  .announcement-bar h3, .announcement-bar .h3,
  .announcement-bar h4, .announcement-bar .h4 {
    font-size: 30px;
  }
}
.announcement-bar p,
.announcement-bar a:not(.tx529-button),
.announcement-bar p a:not(.tx529-button) {
  margin-bottom: 0.5rem;
  font-size: 16px;
  color: #fff;
}
.announcement-bar p {
  width: 100%;
}
.announcement-bar p a:not(.tx529-button):hover {
  color: #fff;
}
.announcement-bar .tx529-button {
  display: block;
  margin: 0 0 1rem 0;
  padding: 1rem 1.5rem;
  font-size: 16px;
  background-color: #f5f5f5;
  color: #111;
  box-shadow: 0 5px #8f8f8f;
}
.announcement-bar .tx529-button:hover, .announcement-bar .tx529-button:active, .announcement-bar .tx529-button.active, .announcement-bar .tx529-button:focus {
  box-shadow: 0 2px #8f8f8f;
  color: #111;
}
@media screen and (min-width: 850px) {
  .announcement-bar .tx529-button {
    margin-left: auto;
  }
}
.announcement-bar button.announcement-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  outline: none;
  border: none;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #5b4c9f !important;
  background: #fff;
}
.announcement-bar button.announcement-close:hover, .announcement-bar button.announcement-close:focus {
  outline: auto;
}
@media (min-width: 850px) {
  .announcement-bar button.announcement-close {
    left: unset;
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .announcement-bar button.announcement-close {
    top: 15px;
    right: 30px;
  }
}

#status-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 850px) {
  #status-bar {
    height: 100px;
  }
}
#status-bar.scrolled {
  display: none;
}
#status-bar p,
#status-bar a,
#status-bar li {
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
}

.row--buttons .tx529-button, a.tx529-button,
button.tx529-button,
.nova-button, button[type=submit],
button[type=search],
input[type=button],
input[type=submit], .commentlist .comment-reply-link, .searchform button[type=submit],
.wp-block-search button[type=submit] {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 12px 30px 14px;
  border: 1px solid transparent;
  background-color: #5b4c9f;
  color: #fff;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border-radius: 8px;
  font-size: 3rem;
  box-shadow: 0 5px #423d69;
  cursor: pointer;
  transition: all 0.2s ease;
}
.row--buttons .tx529-button:hover, a.tx529-button:hover,
button.tx529-button:hover,
.nova-button:hover, button[type=submit]:hover,
button[type=search]:hover,
input[type=button]:hover,
input[type=submit]:hover, .commentlist .comment-reply-link:hover, .row--buttons .tx529-button:active, a.tx529-button:active,
button.tx529-button:active,
.nova-button:active, button[type=submit]:active,
button[type=search]:active,
input[type=button]:active,
input[type=submit]:active, .commentlist .comment-reply-link:active, .row--buttons .active.tx529-button, a.active.tx529-button,
button.active.tx529-button,
.active.nova-button, button.active[type=submit],
button.active[type=search],
input.active[type=button],
input.active[type=submit], .commentlist .active.comment-reply-link {
  color: #fff;
  background-color: #423d69;
  box-shadow: 0 1px #423d69;
  border-color: #423d69;
}
.row--buttons .tx529-button:focus-within, a.tx529-button:focus-within,
button.tx529-button:focus-within,
.nova-button:focus-within, button[type=submit]:focus-within,
button[type=search]:focus-within,
input[type=button]:focus-within,
input[type=submit]:focus-within, .commentlist .comment-reply-link:focus-within, .row--buttons .tx529-button:focus, a.tx529-button:focus,
button.tx529-button:focus,
.nova-button:focus, button[type=submit]:focus,
button[type=search]:focus,
input[type=button]:focus,
input[type=submit]:focus, .commentlist .comment-reply-link:focus {
  outline-offset: -3px;
  outline-color: #fff;
  background-color: #423d69;
  box-shadow: 0 1px #423d69;
}

p a.tx529-button.pdf {
  display: inline-block;
  width: 280px;
}
p a.tx529-button.pdf:hover::after {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

a.tx529-button,
button.tx529-button,
.nova-button {
  display: inline;
  background-color: #5b4c9f;
}
a.tx529-button.small,
button.tx529-button.small,
.nova-button.small {
  padding: 10px 20px;
  font-size: 2.5rem;
}
a.tx529-button.open-video i,
button.tx529-button.open-video i,
.nova-button.open-video i {
  margin-right: 1rem;
}
a.tx529-button.pdf, a.tx529-button[href$=".pdf"], a.tx529-button[href*=download],
button.tx529-button.pdf,
button.tx529-button[href$=".pdf"],
button.tx529-button[href*=download],
.nova-button.pdf,
.nova-button[href$=".pdf"],
.nova-button[href*=download] {
  position: relative;
  padding-left: 2.1rem;
}
a.tx529-button.pdf::before, a.tx529-button[href$=".pdf"]::before, a.tx529-button[href*=download]::before,
button.tx529-button.pdf::before,
button.tx529-button[href$=".pdf"]::before,
button.tx529-button[href*=download]::before,
.nova-button.pdf::before,
.nova-button[href$=".pdf"]::before,
.nova-button[href*=download]::before {
  position: absolute;
  display: block;
  top: 17px;
  left: 15px;
  font-size: 2.5rem;
  font-family: "FontAwesome" !important;
  content: "\f1c1";
  color: inherit;
}
a.tx529-button.cta-button,
button.tx529-button.cta-button,
.nova-button.cta-button {
  display: inline-block;
}
p.pdf a.tx529-button,
p.pdf button.tx529-button,
p.pdf .nova-button {
  display: inline-block;
  width: 280px;
}
.bg-tertiary-base a.tx529-button, .bg-primary-base a.tx529-button, .bg-secondary-base a.tx529-button, .bg-accent-base a.tx529-button, .bg-alt-base a.tx529-button,
.bg-tertiary-base button.tx529-button,
.bg-primary-base button.tx529-button,
.bg-secondary-base button.tx529-button,
.bg-accent-base button.tx529-button,
.bg-alt-base button.tx529-button,
.bg-tertiary-base .nova-button,
.bg-primary-base .nova-button,
.bg-secondary-base .nova-button,
.bg-accent-base .nova-button,
.bg-alt-base .nova-button {
  background-color: #dbdbdb;
  color: #111;
  box-shadow: 0 5px #292929;
}
.bg-tertiary-base a.tx529-button:hover, .bg-tertiary-base a.tx529-button:active, .bg-tertiary-base a.tx529-button.active, .bg-primary-base a.tx529-button:hover, .bg-primary-base a.tx529-button:active, .bg-primary-base a.tx529-button.active, .bg-secondary-base a.tx529-button:hover, .bg-secondary-base a.tx529-button:active, .bg-secondary-base a.tx529-button.active, .bg-accent-base a.tx529-button:hover, .bg-accent-base a.tx529-button:active, .bg-accent-base a.tx529-button.active, .bg-alt-base a.tx529-button:hover, .bg-alt-base a.tx529-button:active, .bg-alt-base a.tx529-button.active,
.bg-tertiary-base button.tx529-button:hover,
.bg-tertiary-base button.tx529-button:active,
.bg-tertiary-base button.tx529-button.active,
.bg-primary-base button.tx529-button:hover,
.bg-primary-base button.tx529-button:active,
.bg-primary-base button.tx529-button.active,
.bg-secondary-base button.tx529-button:hover,
.bg-secondary-base button.tx529-button:active,
.bg-secondary-base button.tx529-button.active,
.bg-accent-base button.tx529-button:hover,
.bg-accent-base button.tx529-button:active,
.bg-accent-base button.tx529-button.active,
.bg-alt-base button.tx529-button:hover,
.bg-alt-base button.tx529-button:active,
.bg-alt-base button.tx529-button.active,
.bg-tertiary-base .nova-button:hover,
.bg-tertiary-base .nova-button:active,
.bg-tertiary-base .nova-button.active,
.bg-primary-base .nova-button:hover,
.bg-primary-base .nova-button:active,
.bg-primary-base .nova-button.active,
.bg-secondary-base .nova-button:hover,
.bg-secondary-base .nova-button:active,
.bg-secondary-base .nova-button.active,
.bg-accent-base .nova-button:hover,
.bg-accent-base .nova-button:active,
.bg-accent-base .nova-button.active,
.bg-alt-base .nova-button:hover,
.bg-alt-base .nova-button:active,
.bg-alt-base .nova-button.active {
  box-shadow: 0 1px #292929;
  background-color: #fff;
}
.bg-tertiary-base a.tx529-button:focus-within, .bg-tertiary-base a.tx529-button:focus, .bg-primary-base a.tx529-button:focus-within, .bg-primary-base a.tx529-button:focus, .bg-secondary-base a.tx529-button:focus-within, .bg-secondary-base a.tx529-button:focus, .bg-accent-base a.tx529-button:focus-within, .bg-accent-base a.tx529-button:focus, .bg-alt-base a.tx529-button:focus-within, .bg-alt-base a.tx529-button:focus,
.bg-tertiary-base button.tx529-button:focus-within,
.bg-tertiary-base button.tx529-button:focus,
.bg-primary-base button.tx529-button:focus-within,
.bg-primary-base button.tx529-button:focus,
.bg-secondary-base button.tx529-button:focus-within,
.bg-secondary-base button.tx529-button:focus,
.bg-accent-base button.tx529-button:focus-within,
.bg-accent-base button.tx529-button:focus,
.bg-alt-base button.tx529-button:focus-within,
.bg-alt-base button.tx529-button:focus,
.bg-tertiary-base .nova-button:focus-within,
.bg-tertiary-base .nova-button:focus,
.bg-primary-base .nova-button:focus-within,
.bg-primary-base .nova-button:focus,
.bg-secondary-base .nova-button:focus-within,
.bg-secondary-base .nova-button:focus,
.bg-accent-base .nova-button:focus-within,
.bg-accent-base .nova-button:focus,
.bg-alt-base .nova-button:focus-within,
.bg-alt-base .nova-button:focus {
  outline-color: #292929;
  box-shadow: 0 1px #292929;
}
.bg-tertiary-base a.tx529-button.external i, .bg-primary-base a.tx529-button.external i, .bg-secondary-base a.tx529-button.external i, .bg-accent-base a.tx529-button.external i, .bg-alt-base a.tx529-button.external i,
.bg-tertiary-base button.tx529-button.external i,
.bg-primary-base button.tx529-button.external i,
.bg-secondary-base button.tx529-button.external i,
.bg-accent-base button.tx529-button.external i,
.bg-alt-base button.tx529-button.external i,
.bg-tertiary-base .nova-button.external i,
.bg-primary-base .nova-button.external i,
.bg-secondary-base .nova-button.external i,
.bg-accent-base .nova-button.external i,
.bg-alt-base .nova-button.external i {
  color: #111;
}
a.tx529-button.bg-primary-base,
button.tx529-button.bg-primary-base,
.nova-button.bg-primary-base {
  background-color: #5b4c9f;
}
a.tx529-button.bg-primary-base:hover, a.tx529-button.bg-primary-base:active, a.tx529-button.bg-primary-base.active,
button.tx529-button.bg-primary-base:hover,
button.tx529-button.bg-primary-base:active,
button.tx529-button.bg-primary-base.active,
.nova-button.bg-primary-base:hover,
.nova-button.bg-primary-base:active,
.nova-button.bg-primary-base.active {
  background-color: #423d69;
  box-shadow: 0 1px #2e2a49;
}
a.tx529-button.bg-primary-base:focus,
button.tx529-button.bg-primary-base:focus,
.nova-button.bg-primary-base:focus {
  box-shadow: 0 1px #2e2a49;
}
a.tx529-button.bg-primary-base.external i,
button.tx529-button.bg-primary-base.external i,
.nova-button.bg-primary-base.external i {
  color: #fff !important;
}
a.tx529-button.bg-secondary-base,
button.tx529-button.bg-secondary-base,
.nova-button.bg-secondary-base {
  background-color: #2e73ba;
  box-shadow: 0 5px #14324f;
}
a.tx529-button.bg-secondary-base:hover, a.tx529-button.bg-secondary-base:active, a.tx529-button.bg-secondary-base.active,
button.tx529-button.bg-secondary-base:hover,
button.tx529-button.bg-secondary-base:active,
button.tx529-button.bg-secondary-base.active,
.nova-button.bg-secondary-base:hover,
.nova-button.bg-secondary-base:active,
.nova-button.bg-secondary-base.active {
  background-color: #24598c;
  box-shadow: 0 1px #14324f;
}
a.tx529-button.bg-secondary-base:focus,
button.tx529-button.bg-secondary-base:focus,
.nova-button.bg-secondary-base:focus {
  box-shadow: 0 1px #14324f;
}
a.tx529-button.bg-secondary-base.external i,
button.tx529-button.bg-secondary-base.external i,
.nova-button.bg-secondary-base.external i {
  color: #fff;
}
a.tx529-button.bg-tertiary-base,
button.tx529-button.bg-tertiary-base,
.nova-button.bg-tertiary-base {
  background-color: #1E8754;
  box-shadow: 0 5px #155d3a;
}
a.tx529-button.bg-tertiary-base:hover, a.tx529-button.bg-tertiary-base:active, a.tx529-button.bg-tertiary-base.active,
button.tx529-button.bg-tertiary-base:hover,
button.tx529-button.bg-tertiary-base:active,
button.tx529-button.bg-tertiary-base.active,
.nova-button.bg-tertiary-base:hover,
.nova-button.bg-tertiary-base:active,
.nova-button.bg-tertiary-base.active {
  background-color: #155d3a;
  box-shadow: 0 1px #0b3420;
}
a.tx529-button.bg-tertiary-base:focus,
button.tx529-button.bg-tertiary-base:focus,
.nova-button.bg-tertiary-base:focus {
  box-shadow: 0 1px #0b3420;
}
a.tx529-button.bg-tertiary-base.external i,
button.tx529-button.bg-tertiary-base.external i,
.nova-button.bg-tertiary-base.external i {
  color: #fff;
}
a.tx529-button.bg-accent-base,
button.tx529-button.bg-accent-base,
.nova-button.bg-accent-base {
  background-color: #24827C;
  box-shadow: 0 5px #134643;
}
a.tx529-button.bg-accent-base:hover, a.tx529-button.bg-accent-base:active, a.tx529-button.bg-accent-base.active,
button.tx529-button.bg-accent-base:hover,
button.tx529-button.bg-accent-base:active,
button.tx529-button.bg-accent-base.active,
.nova-button.bg-accent-base:hover,
.nova-button.bg-accent-base:active,
.nova-button.bg-accent-base.active {
  background-color: #134643;
  box-shadow: 0 1px #134643;
  color: #fff;
}
a.tx529-button.bg-accent-base:focus,
button.tx529-button.bg-accent-base:focus,
.nova-button.bg-accent-base:focus {
  box-shadow: 0 1px #134643;
}
a.tx529-button.bg-accent-base.external i,
button.tx529-button.bg-accent-base.external i,
.nova-button.bg-accent-base.external i {
  color: #fff;
}
a.tx529-button.bg-alt-base,
button.tx529-button.bg-alt-base,
.nova-button.bg-alt-base {
  background-color: #757A2D;
  box-shadow: 0 5px #3f4218;
}
a.tx529-button.bg-alt-base:hover, a.tx529-button.bg-alt-base:active, a.tx529-button.bg-alt-base.active,
button.tx529-button.bg-alt-base:hover,
button.tx529-button.bg-alt-base:active,
button.tx529-button.bg-alt-base.active,
.nova-button.bg-alt-base:hover,
.nova-button.bg-alt-base:active,
.nova-button.bg-alt-base.active {
  background-color: #3f4218;
  box-shadow: 0 1px #3f4218;
}
a.tx529-button.bg-alt-base:focus,
button.tx529-button.bg-alt-base:focus,
.nova-button.bg-alt-base:focus {
  box-shadow: 0 1px #3f4218;
}
a.tx529-button.bg-alt-base.external i,
button.tx529-button.bg-alt-base.external i,
.nova-button.bg-alt-base.external i {
  color: #fff;
}
a.tx529-button.bg-grey-light,
button.tx529-button.bg-grey-light,
.nova-button.bg-grey-light {
  background-color: #f5f5f5;
  color: #111;
  box-shadow: 0 5px #8f8f8f;
}
a.tx529-button.bg-grey-light:hover, a.tx529-button.bg-grey-light:active, a.tx529-button.bg-grey-light.active,
button.tx529-button.bg-grey-light:hover,
button.tx529-button.bg-grey-light:active,
button.tx529-button.bg-grey-light.active,
.nova-button.bg-grey-light:hover,
.nova-button.bg-grey-light:active,
.nova-button.bg-grey-light.active {
  box-shadow: 0 1px #8f8f8f;
  color: #111;
  background-color: #fff;
}
a.tx529-button.bg-grey-light:focus,
button.tx529-button.bg-grey-light:focus,
.nova-button.bg-grey-light:focus {
  box-shadow: 0 1px #8f8f8f;
}
a.tx529-button.bg-grey-light.external i,
button.tx529-button.bg-grey-light.external i,
.nova-button.bg-grey-light.external i {
  color: #111;
}
a.tx529-button.bg-grey-base,
button.tx529-button.bg-grey-base,
.nova-button.bg-grey-base {
  background-color: #dbdbdb;
  color: #111;
  box-shadow: 0 5px #8f8f8f;
}
a.tx529-button.bg-grey-base:hover,
a.tx529-button.bg-grey-base :focus, a.tx529-button.bg-grey-base:focus-within, a.tx529-button.bg-grey-base:active, a.tx529-button.bg-grey-base.active,
button.tx529-button.bg-grey-base:hover,
button.tx529-button.bg-grey-base :focus,
button.tx529-button.bg-grey-base:focus-within,
button.tx529-button.bg-grey-base:active,
button.tx529-button.bg-grey-base.active,
.nova-button.bg-grey-base:hover,
.nova-button.bg-grey-base :focus,
.nova-button.bg-grey-base:focus-within,
.nova-button.bg-grey-base:active,
.nova-button.bg-grey-base.active {
  box-shadow: 0 1px #8f8f8f;
  color: #111;
  background-color: #fff;
}
a.tx529-button.bg-grey-base:focus-within,
button.tx529-button.bg-grey-base:focus-within,
.nova-button.bg-grey-base:focus-within {
  border-color: #423d69;
}
a.tx529-button.bg-grey-base:focus,
button.tx529-button.bg-grey-base:focus,
.nova-button.bg-grey-base:focus {
  box-shadow: 0 1px #8f8f8f;
}
a.tx529-button.bg-grey-base.external i,
button.tx529-button.bg-grey-base.external i,
.nova-button.bg-grey-base.external i {
  color: #fff;
}

.row--buttons {
  display: flex;
  flex-flow: column nowrap;
  max-width: initial;
  margin-bottom: 4rem;
  scroll-behavior: smooth;
  scroll-margin-top: 400px;
}
@media screen and (min-width: 480px) {
  .row--buttons {
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 850px) {
  .row--buttons {
    max-width: 768px;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.row--buttons li {
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 480px) {
  .row--buttons li {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 850px) {
  .row--buttons li {
    margin: 0;
  }
}
.row--buttons .tx529-button {
  display: block;
  text-transform: none;
  padding: 9px 30px;
  border-radius: 8px;
  font-size: 23px;
  font-weight: 300;
  width: auto;
  margin: 0 0 10px;
}
.row--buttons .tx529-button i {
  left: -10px;
}

.scroll-down-button {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.scroll-down-button a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.scroll-down-button a:hover {
  color: #fff;
}
.scroll-down-button a:hover .fa {
  top: 8px;
}
.scroll-down-button .fa {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: 0px;
  display: block;
  margin: 0 auto;
  font-size: 40px;
  font-size: 4rem;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  font-size: 15px;
  font-size: 1.5em;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 12px;
  top: 9px;
  font-size: 19px;
  font-size: 1.9rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover,
#return-to-top:focus {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i,
#return-to-top:focus i {
  color: #fff;
  top: 5px;
}

/*---------------*/
/* NOVA Sections */
/*---------------*/
section:focus {
  outline: none;
}
section:focus .nova-section-headline {
  outline: auto;
}
section.bg-secondary-base, section.bg-secondary-base h1, section.bg-secondary-base h2, section.bg-secondary-base h3, section.bg-secondary-base h4, section.bg-secondary-base h5, section.bg-secondary-base h6, section.bg-secondary-base p, section.bg-secondary-base li, section.bg-secondary-base th, section.bg-secondary-base td, section.bg-secondary-base a, section.bg-alt-base, section.bg-alt-base h1, section.bg-alt-base h2, section.bg-alt-base h3, section.bg-alt-base h4, section.bg-alt-base h5, section.bg-alt-base h6, section.bg-alt-base p, section.bg-alt-base li, section.bg-alt-base th, section.bg-alt-base td, section.bg-alt-base a, section.bg-accent-base, section.bg-accent-base h1, section.bg-accent-base h2, section.bg-accent-base h3, section.bg-accent-base h4, section.bg-accent-base h5, section.bg-accent-base h6, section.bg-accent-base p, section.bg-accent-base li, section.bg-accent-base th, section.bg-accent-base td, section.bg-accent-base a, section.bg-tertiary-base, section.bg-tertiary-base h1, section.bg-tertiary-base h2, section.bg-tertiary-base h3, section.bg-tertiary-base h4, section.bg-tertiary-base h5, section.bg-tertiary-base h6, section.bg-tertiary-base p, section.bg-tertiary-base li, section.bg-tertiary-base th, section.bg-tertiary-base td, section.bg-tertiary-base a, section.bg-primary-base, section.bg-primary-base h1, section.bg-primary-base h2, section.bg-primary-base h3, section.bg-primary-base h4, section.bg-primary-base h5, section.bg-primary-base h6, section.bg-primary-base p, section.bg-primary-base li, section.bg-primary-base th, section.bg-primary-base td, section.bg-primary-base a, section.has-background, section.has-background h1, section.has-background h2, section.has-background h3, section.has-background h4, section.has-background h5, section.has-background h6, section.has-background p, section.has-background li, section.has-background th, section.has-background td, section.has-background a, section.nova-header, section.nova-header h1, section.nova-header h2, section.nova-header h3, section.nova-header h4, section.nova-header h5, section.nova-header h6, section.nova-header p, section.nova-header li, section.nova-header th, section.nova-header td, section.nova-header a {
  color: #fff;
}
section.bg-secondary-base hr, section.bg-alt-base hr, section.bg-accent-base hr, section.bg-tertiary-base hr, section.bg-primary-base hr, section.has-background hr, section.nova-header hr {
  border-color: #fff;
}
section.bg-secondary-base a:not(.tx529-button):not(.nova-full-cover-link):hover, section.bg-alt-base a:not(.tx529-button):not(.nova-full-cover-link):hover, section.bg-accent-base a:not(.tx529-button):not(.nova-full-cover-link):hover, section.bg-tertiary-base a:not(.tx529-button):not(.nova-full-cover-link):hover, section.bg-primary-base a:not(.tx529-button):not(.nova-full-cover-link):hover, section.has-background a:not(.tx529-button):not(.nova-full-cover-link):hover, section.nova-header a:not(.tx529-button):not(.nova-full-cover-link):hover {
  color: #fff;
}
section.nova-one-column:has(.nova-header-content) .nova-header-content {
  max-width: 1200px;
  padding: 0 30px;
}
section.nova-one-column:has(.nova-header-content) .header-content {
  background-color: #5b4c9f;
  height: 140px;
  max-height: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.nova-one-column:has(.nova-header-content) .header-content {
    height: 200px;
  }
}
section.nova-one-column:has(.nova-header-content) .header-content .column-inner {
  height: 100%;
}
section.nova-one-column:has(.nova-header-content) .header-content .column-inner:has(.text-left) {
  padding-left: 0;
  margin-left: 0;
}
@media screen and (min-width: 850px) {
  section.nova-one-column:has(.nova-header-content) .header-content .column-inner:has(.text-left) {
    padding-left: 1rem;
    margin-right: 0;
  }
}
section.nova-header + .nova-one-column .header-content, section.nova-one-column + .nova-one-column .header-content, section.nova-two-column + .nova-one-column .header-content, section.nova-buttons + .nova-one-column .header-content, section.nova-accordions + .nova-one-column .header-content, section.nova-features + .nova-one-column .header-content, section.nova-features-hidden + .nova-one-column .header-content, section.nova-cta + .nova-one-column .header-content {
  background-color: initial;
  height: unset;
  max-height: unset;
  width: auto;
}
@media screen and (min-width: 768px) {
  section.nova-header + .nova-one-column .header-content, section.nova-one-column + .nova-one-column .header-content, section.nova-two-column + .nova-one-column .header-content, section.nova-buttons + .nova-one-column .header-content, section.nova-accordions + .nova-one-column .header-content, section.nova-features + .nova-one-column .header-content, section.nova-features-hidden + .nova-one-column .header-content, section.nova-cta + .nova-one-column .header-content {
    height: auto;
  }
}
section.nova-header + .nova-one-column .header-content .column-inner, section.nova-one-column + .nova-one-column .header-content .column-inner, section.nova-two-column + .nova-one-column .header-content .column-inner, section.nova-buttons + .nova-one-column .header-content .column-inner, section.nova-accordions + .nova-one-column .header-content .column-inner, section.nova-features + .nova-one-column .header-content .column-inner, section.nova-features-hidden + .nova-one-column .header-content .column-inner, section.nova-cta + .nova-one-column .header-content .column-inner {
  display: block;
}
section .nova-section-headline {
  text-align: center;
}
section .nova-section-headline .column-inner {
  padding-bottom: 0;
}
section .nova-section-headline .column-inner > *:first-child {
  margin-top: 0;
}
section .nova-section-headline .column-inner > *:last-child {
  margin-bottom: 0;
}
section.nova-features .nova-section-headline.column-inner:has(.text-left.section-heading), section.nova-accordions .nova-section-headline.column-inner:has(.text-left.section-heading), section.nova-one-column .nova-header-content .nova-section-headline.column-inner:has(.text-left.section-heading) {
  max-width: 768px;
  margin: auto;
  padding-left: 0;
}
section.nova-two-column .nova-section-headline:has(.section-heading) {
  margin: auto;
  padding-left: 0;
}
section.nova-two-column .nova-section-headline:has(.section-heading) h2 {
  margin: 1.5rem 0 !important;
}
@media screen and (min-width: 850px) {
  section.nova-two-column .nova-section-headline:has(.section-heading) {
    max-width: 1200px;
  }
}
section.nova-two-column .nova-section-headline:has(.section-heading) .column-inner {
  padding-left: 15px;
  margin-left: 15px;
}

/* Subsections inside each section */
.nova-background-overlay {
  opacity: 0.65;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nova-full-cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  text-decoration: none;
}

#show-perf-me,
#show-perf-qe {
  display: block;
  margin: auto;
}

/*--------------------*/
/* Nova Boxes Section */
/*--------------------*/
.nova-boxes-3-columns .nova-boxes-content {
  max-width: 900px;
}

.nova-boxes-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nova-boxes-content .column {
  padding: 10px;
  text-align: center;
}
.nova-boxes-content .nova-background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
}
.nova-boxes-content .column-inner {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 230px;
  margin: 0;
  padding: 10px 20px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.nova-boxes-content .column-inner.has-link:hover, .nova-boxes-content .column-inner.has-link:has(.nova-full-cover-link:focus) {
  background-color: #dbdbdb;
  color: #111;
}
.nova-boxes-content .column-inner.has-link:hover .nova-background-overlay, .nova-boxes-content .column-inner.has-link:has(.nova-full-cover-link:focus) .nova-background-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.nova-boxes-content .column-inner.bg-secondary-base h3,
.nova-boxes-content .column-inner.bg-secondary-base p, .nova-boxes-content .column-inner.bg-accent-base h3,
.nova-boxes-content .column-inner.bg-accent-base p, .nova-boxes-content .column-inner.bg-primary-base h3,
.nova-boxes-content .column-inner.bg-primary-base p {
  color: #fff;
}
.nova-boxes-content .column-inner.bg-secondary-base .nova-full-cover-link:hover, .nova-boxes-content .column-inner.bg-secondary-base .nova-full-cover-link:focus, .nova-boxes-content .column-inner.bg-secondary-base .nova-full-cover-link.nova-link-active, .nova-boxes-content .column-inner.bg-accent-base .nova-full-cover-link:hover, .nova-boxes-content .column-inner.bg-accent-base .nova-full-cover-link:focus, .nova-boxes-content .column-inner.bg-accent-base .nova-full-cover-link.nova-link-active, .nova-boxes-content .column-inner.bg-primary-base .nova-full-cover-link:hover, .nova-boxes-content .column-inner.bg-primary-base .nova-full-cover-link:focus, .nova-boxes-content .column-inner.bg-primary-base .nova-full-cover-link.nova-link-active {
  border: 1px solid #353535;
}
.nova-boxes-content .column-inner.bg-grey-base h3,
.nova-boxes-content .column-inner.bg-grey-base p {
  color: #111;
}
.nova-boxes-content .column-inner.bg-grey-base .nova-full-cover-link:hover, .nova-boxes-content .column-inner.bg-grey-base .nova-full-cover-link:focus, .nova-boxes-content .column-inner.bg-grey-base .nova-full-cover-link.nova-link-active {
  border: 1px solid #353535;
}
.nova-boxes-content .nova-full-cover-link {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  top: 0;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid transparent;
  padding: 20px;
  line-height: 107%;
  height: 100%;
}
.nova-boxes-content .nova-full-cover-link:hover, .nova-boxes-content .nova-full-cover-link:focus, .nova-boxes-content .nova-full-cover-link.nova-link-active {
  border: 1px solid inherit;
}
.nova-boxes-content .nova-box-content h3 {
  margin: 0;
}
.nova-boxes-content .nova-box-content p {
  margin: 0.5rem;
  line-height: 1.5;
}

@media all and (min-width: 660px) {
  .nova-boxes-3-columns .nova-boxes-content .height-2 .column-inner {
    height: 480px;
  }
}
@media all and (min-width: 850px) {
  .nova-boxes-content .height-2 .column-inner {
    height: 480px;
  }
}
/*-------------------------*/
/* Nova Accordions Section */
/*-------------------------*/
.nova-accordions h2 {
  margin-bottom: 20px !important;
}
.nova-main-content .nova-accordions.bg-grey-light h1, .nova-main-content .nova-accordions.bg-grey-light h3, .nova-main-content .nova-accordions.bg-grey-light h4, .nova-main-content .nova-accordions.bg-grey-light h5, .nova-main-content .nova-accordions.bg-grey-light h6, .nova-main-content .nova-accordions.bg-grey-light p, .nova-main-content .nova-accordions.bg-grey-light li, .nova-main-content .nova-accordions.bg-grey-light th, .nova-main-content .nova-accordions.bg-grey-light td, .nova-main-content .nova-accordions.bg-primary-base h1, .nova-main-content .nova-accordions.bg-primary-base h3, .nova-main-content .nova-accordions.bg-primary-base h4, .nova-main-content .nova-accordions.bg-primary-base h5, .nova-main-content .nova-accordions.bg-primary-base h6, .nova-main-content .nova-accordions.bg-primary-base p, .nova-main-content .nova-accordions.bg-primary-base li, .nova-main-content .nova-accordions.bg-primary-base th, .nova-main-content .nova-accordions.bg-primary-base td, .nova-main-content .nova-accordions.bg-secondary-base h1, .nova-main-content .nova-accordions.bg-secondary-base h3, .nova-main-content .nova-accordions.bg-secondary-base h4, .nova-main-content .nova-accordions.bg-secondary-base h5, .nova-main-content .nova-accordions.bg-secondary-base h6, .nova-main-content .nova-accordions.bg-secondary-base p, .nova-main-content .nova-accordions.bg-secondary-base li, .nova-main-content .nova-accordions.bg-secondary-base th, .nova-main-content .nova-accordions.bg-secondary-base td, .nova-main-content .nova-accordions.bg-tertiary-base h1, .nova-main-content .nova-accordions.bg-tertiary-base h3, .nova-main-content .nova-accordions.bg-tertiary-base h4, .nova-main-content .nova-accordions.bg-tertiary-base h5, .nova-main-content .nova-accordions.bg-tertiary-base h6, .nova-main-content .nova-accordions.bg-tertiary-base p, .nova-main-content .nova-accordions.bg-tertiary-base li, .nova-main-content .nova-accordions.bg-tertiary-base th, .nova-main-content .nova-accordions.bg-tertiary-base td {
  color: #fff;
}

.nova-accordions-content {
  max-width: 768px;
  margin: 0 15px;
}
@media screen and (min-width: 850px) {
  .nova-accordions-content {
    margin: 0 auto;
  }
}
.nova-accordions-content .accordion-buttons {
  margin-bottom: 4rem;
}
@media screen and (min-width: 850px) {
  .nova-accordions-content .accordion-buttons {
    padding-right: 0;
    padding-left: 0;
  }
}
.nova-accordions-content .column.accordion-item {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: all 0.2s ease;
}
.nova-accordions-content .column.accordion-item:hover, .nova-accordions-content .column.accordion-item:active {
  background-color: #fff;
}
.nova-accordions-content .column.accordion-item .wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-out;
}
.nova-accordions-content .column.accordion-item.is-active .wrapper {
  grid-template-rows: 1fr;
}
.nova-accordions-content .column.accordion-item.is-active .accordion-icon {
  transform: rotate(180deg);
}
.nova-accordions-content .column.accordion-item.is-active .accordion-content {
  overflow: visible;
}
.bg-white .nova-accordions-content .column.accordion-item {
  background-color: #dbdbdb;
}
.bg-white .nova-accordions-content .column.accordion-item:hover, .bg-white .nova-accordions-content .column.accordion-item:active, .bg-white .nova-accordions-content .column.accordion-item.is-active {
  background-color: #f5f5f5;
}
.bg-grey-light .nova-accordions-content .column.accordion-item {
  background-color: #dbdbdb;
}
.bg-grey-light .nova-accordions-content .column.accordion-item:hover, .bg-grey-light .nova-accordions-content .column.accordion-item:active, .bg-grey-light .nova-accordions-content .column.accordion-item.is-active {
  background-color: #fff;
}
.nova-accordions-content .accordion-headline {
  margin: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 300;
}
.nova-accordions-content .accordion-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  border: none;
  background: none;
  text-align: left;
  font-family: inherit;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
.nova-accordions-content .accordion-trigger:hover {
  cursor: pointer;
}
.nova-accordions-content .accordion-trigger .accordion-title {
  float: left;
  display: block;
  width: 90%;
  width: calc(100% - 30px);
  padding-right: 30px;
  font-size: 2rem;
  line-height: 1.3;
  color: #111;
}
.nova-accordions-content .accordion-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: #5b4c9f;
  font-size: 20px;
  font-size: 3rem;
  line-height: 30px;
  text-align: center;
  transition: all 0.2s ease-out;
}
.nova-accordions-content .accordion-icon::before {
  content: "\f078";
}
.bg-secondary-base .nova-accordions-content .accordion-icon {
  color: #2e73ba;
}
.bg-tertiary-base .nova-accordions-content .accordion-icon {
  color: #1E8754;
}
.nova-accordions-content .accordion-content.inner {
  margin: 0rem 2rem;
  overflow: hidden;
}
.nova-accordions-content .accordion-content.inner *:not(.new-window) {
  color: #111;
}

/*----------------------*/
/* Nova Buttons Section */
/*----------------------*/
.nova-buttons-content {
  max-width: 1024px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  margin: auto;
}
.nova-buttons-content p {
  margin: 0;
}
.nova-buttons-content nav {
  width: 100%;
}
.nova-buttons-content ul.buttons-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: unset;
}
.stacked .nova-buttons-content ul.buttons-list {
  justify-content: center;
}
@media screen and (min-width: 660px) {
  .stacked .nova-buttons-content ul.buttons-list {
    max-width: 300px;
  }
}
.nova-buttons-content i:not(.fa) {
  position: absolute;
  left: 15px;
  top: 15px;
}
.nova-buttons-content .column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding: 0 5px;
}
.nova-buttons-content .column::before {
  display: none;
}
.stacked .nova-buttons-content .column {
  width: 100%;
}
.nova-buttons-content .column .column-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.nova-buttons-content .column .column-inner a {
  display: inline;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 850px) {
  .nova-buttons-content .column .column-inner a {
    max-width: 260px;
  }
}
@media screen and (min-width: 992px) {
  .nova-buttons-content .column .column-inner a {
    max-width: 310px;
  }
}

/*-----------------------------*/
/* Nova Call to Action Section */
/*-----------------------------*/
.nova-cta .nova-section-headline {
  margin-bottom: 2rem;
}
.nova-cta .nova-section-headline .column-inner {
  padding-top: 0;
}

.nova-cta-content {
  text-align: center;
}
.nova-cta-content .column-inner > *:last-child {
  margin-bottom: 0;
}
.nova-cta-content .column-inner p {
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 2rem;
}
@media all and (min-width: 660px) {
  .nova-cta-content .column-inner p {
    font-size: 2.4rem;
  }
}
.nova-cta-content .column-inner .tx529-button.external {
  display: inline-block;
}

/*---------------------*/
/* Nova Header Section */
/*---------------------*/
#account-access-link {
  display: none;
}

.nova-header {
  padding: 0;
}
.nova-header .row.nova-header-content {
  max-width: 1200px;
  padding: 0;
  display: flex;
}
.nova-header .row.nova-header-content:has(.header-size-small) {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .nova-header .row.nova-header-content {
    padding: 0 15px;
  }
}
.nova-header .header-content {
  min-height: 300px;
  width: 100%;
  aspect-ratio: 6/3;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}
.nova-header .header-content.header-size-small {
  background-image: none !important;
  min-height: unset;
  height: 140px;
  max-height: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nova-header .header-content.header-size-small {
    height: 200px;
  }
}
.nova-header .header-content.header-size-small .column-inner {
  justify-content: center;
}
.nova-header .header-content.header-size-small.align-text-left-center .column-inner, .nova-header .header-content.header-size-small.align-text-right-center .column-inner, .nova-header .header-content.header-size-small.align-text-left-bottom .column-inner {
  margin: 0 15px;
  padding: 15px;
  background: #5b4c9f;
}
.nova-header .header-content.header-size-small.align-text-left-center .column-inner .page-headline, .nova-header .header-content.header-size-small.align-text-right-center .column-inner .page-headline, .nova-header .header-content.header-size-small.align-text-left-bottom .column-inner .page-headline {
  text-align: center;
}
@media screen and (min-width: 480px) {
  .nova-header .header-content.align-text-right-center .column-inner {
    background: none;
    justify-content: center;
    align-items: flex-end;
  }
  .nova-header .header-content.align-text-right-center .column-inner .page-headline {
    text-align: right;
  }
}
@media screen and (min-width: 480px) {
  .nova-header .header-content.align-text-left-center .column-inner {
    background: none;
    justify-content: center;
    align-items: flex-start;
  }
  .nova-header .header-content.align-text-left-center .column-inner .page-headline {
    text-align: left;
  }
}
@media screen and (min-width: 480px) {
  .nova-header .header-content.align-text-left-bottom .column-inner {
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.5) 0%, rgba(255, 255, 255, 0) 40%);
    justify-content: flex-end;
    align-items: flex-start;
  }
  .nova-header .header-content.align-text-left-bottom .column-inner .page-headline {
    text-align: left;
  }
}
.nova-header .column-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  background: linear-gradient(0deg, rgba(41, 41, 41, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
}
.nova-header .header-content-inner-content {
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 660px) {
  .nova-header .header-content-inner-content {
    align-items: flex-start;
    padding-left: 15px;
  }
}
.nova-header p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 660px) {
  .nova-header p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
}

/* Keep, but currently not using carousels, also this needs an update if we want to use it. Owl Carousel styling */
.nova-features-hidden .nova-features-content ul.features-list,
.nova-features .nova-features-content ul.features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
}
.nova-features-hidden .nova-features-content ul.features-list .nova-feature-size-small,
.nova-features .nova-features-content ul.features-list .nova-feature-size-small {
  padding: 0;
}
.nova-features-hidden .nova-features-content ul.features-list .nova-feature-size-large,
.nova-features-hidden .nova-features-content ul.features-list .nova-feature-size-medium,
.nova-features .nova-features-content ul.features-list .nova-feature-size-large,
.nova-features .nova-features-content ul.features-list .nova-feature-size-medium {
  padding: 0 5px;
}
.nova-features-hidden .nova-features-content ul.features-list:has(.nova-feature-size-small),
.nova-features .nova-features-content ul.features-list:has(.nova-feature-size-small) {
  max-width: initial;
}

.nova-feature {
  margin-top: 20px;
  font-size: 1em;
}
.nova-feature p {
  margin: 1.5rem 20px;
}
.nova-feature .nova-area {
  display: flex;
  flex-direction: column;
}
.nova-feature .nova-area.has-link {
  position: relative;
}
.nova-feature .nova-feature-column-content {
  position: relative;
  display: flex;
  height: 110px;
  justify-content: space-evenly;
  align-items: center;
}
.nova-feature .nova-feature-column-content p {
  margin: 0 auto;
  color: inherit;
  line-height: 1;
  font-size: 2.2rem;
  text-align: center;
}
.nova-feature.none .nova-feature-column-content {
  flex-direction: column;
  flex-flow: column nowrap;
}
.nova-feature.left .nova-feature-column-content {
  flex-direction: row-reverse;
  height: 70px;
}
.nova-feature.right .nova-feature-column-content {
  flex-direction: row;
  height: 70px;
}
.nova-feature.left.nova-feature-size-small .nova-feature-column-content, .nova-feature.right.nova-feature-size-small .nova-feature-column-content, .nova-feature.none.nova-feature-size-small .nova-feature-column-content {
  height: 100%;
  flex-direction: column;
  flex-flow: column nowrap;
}
.nova-feature .nova-full-cover-link {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #dbdbdb;
  border: 1px solid transparent;
  box-shadow: 0 5px black;
  padding: 20px;
  line-height: 107%;
  height: 100%;
}
.nova-feature .nova-full-cover-link:target {
  scroll-margin-top: 280px;
}
.nova-feature .nova-full-cover-link:hover, .nova-feature .nova-full-cover-link:focus, .nova-feature .nova-full-cover-link.nova-link-active {
  background-color: #fff;
  border: 1px solid black;
}
.nova-feature .nova-full-cover-link .bg-grey-light.new-tab:not(.external):focus::after, .nova-feature .nova-full-cover-link .bg-grey-light.new-tab:not(.external):hover::after, .bg-white .nova-feature .nova-full-cover-link.new-tab:not(.external):focus::after, .bg-white .nova-feature .nova-full-cover-link.new-tab:not(.external):hover::after {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  color: #fff;
}
.nova-feature .nova-full-cover-link.new-tab:not(.external)::after {
  display: none;
  z-index: 99999999;
  position: absolute;
  right: 0;
  bottom: -26px;
  min-width: 130px;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border-top: 1px solid #111;
  box-shadow: 0px 2px 2px 0px rgba(17, 17, 17, 0.6);
  color: #111;
  text-align: center;
  content: "Opens a new tab";
}
.nova-feature .nova-full-cover-link.new-tab:not(.external):focus::after, .nova-feature .nova-full-cover-link.new-tab:not(.external):focus-within::after, .nova-feature .nova-full-cover-link.new-tab:not(.external):hover::after {
  display: block;
  color: #fff;
  border: none;
  box-shadow: none;
}
.nova-feature .nova-full-cover-link.external::after {
  position: absolute;
  display: block;
  top: 6px;
  right: 6px;
  height: 16px;
  font-family: "FontAwesome";
  content: "\f08e";
  font-size: 1.5rem;
}
.nova-feature .nova-full-cover-link.pdf::before {
  top: 6px;
  left: 10px;
}
.nova-feature .nova-full-cover-link .nova-main-icon {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 60px;
  color: inherit;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  line-height: 1;
}
.nova-feature .nova-full-cover-link .nova-main-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
section.bg-primary-base .nova-feature .nova-full-cover-link {
  background-color: #f5f5f5;
  box-shadow: 0 5px #2e2a49;
  color: #423d69;
}
section.bg-primary-base .nova-feature .nova-full-cover-link:hover, section.bg-primary-base .nova-feature .nova-full-cover-link:focus, section.bg-primary-base .nova-feature .nova-full-cover-link.nova-link-active {
  box-shadow: 0 1px #2e2a49;
  border: 1px solid black;
  background-color: #fff;
}
section.bg-secondary-base .nova-feature .nova-full-cover-link {
  background-color: #f5f5f5;
  box-shadow: 0 5px #24598c;
  color: #24598c;
}
section.bg-secondary-base .nova-feature .nova-full-cover-link:hover, section.bg-secondary-base .nova-feature .nova-full-cover-link:focus, section.bg-secondary-base .nova-feature .nova-full-cover-link.nova-link-active {
  background-color: #fff;
  box-shadow: 0 1px #24598c;
}
section.bg-tertiary-base .nova-feature .nova-full-cover-link {
  background: #f5f5f5;
  box-shadow: 0 5px #155d3a;
  color: #155d3a;
}
section.bg-tertiary-base .nova-feature .nova-full-cover-link:hover, section.bg-tertiary-base .nova-feature .nova-full-cover-link:focus, section.bg-tertiary-base .nova-feature .nova-full-cover-link.nova-link-active {
  background-color: #fff;
  box-shadow: 0 1px #155d3a;
}
section.bg-grey-light .nova-feature .nova-full-cover-link, section.bg-grey-base .nova-feature .nova-full-cover-link, section.bg-white .nova-feature .nova-full-cover-link {
  background-color: #5b4c9f;
  box-shadow: 0 5px #2e2a49;
  color: #fff;
}
section.bg-grey-light .nova-feature .nova-full-cover-link:hover, section.bg-grey-light .nova-feature .nova-full-cover-link.nova-link-active, section.bg-grey-base .nova-feature .nova-full-cover-link:hover, section.bg-grey-base .nova-feature .nova-full-cover-link.nova-link-active, section.bg-white .nova-feature .nova-full-cover-link:hover, section.bg-white .nova-feature .nova-full-cover-link.nova-link-active {
  box-shadow: 0 1px #2e2a49;
  background-color: #423d69;
}
section.bg-grey-light .nova-feature .nova-full-cover-link:focus, section.bg-grey-base .nova-feature .nova-full-cover-link:focus, section.bg-white .nova-feature .nova-full-cover-link:focus {
  outline: 2px solid #111 !important;
  box-shadow: none;
}
.nova-feature.nova-feature-size-small .nova-area {
  height: 160px;
  padding: 8px 5px;
}
.nova-feature.nova-feature-size-small .nova-full-cover-link {
  padding: 8px 5px;
}
.nova-feature.nova-feature-size-small .nova-main-icon {
  margin-bottom: 10px;
  font-size: 45px;
}
.nova-feature.nova-feature-size-small .nova-main-icon::before {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 21px);
  margin: 0;
}
.nova-feature.nova-feature-size-small p {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

section#frequently-asked-questions .nova-features-content .nova-features-content {
  scroll-margin-top: 300px;
}

section.bg-white .nova-hidden-content {
  border: 1px solid #dbdbdb;
}

.nova-features-hidden .nova-hidden-content {
  display: none;
  position: relative;
  background: #fff;
  padding: 2rem;
}
.nova-features-hidden .nova-hidden-content h3,
.nova-features-hidden .nova-hidden-content h2 {
  color: #5b4c9f;
}
.nova-features-hidden .nova-hidden-content a {
  color: #2e73ba;
}
.nova-features-hidden .nova-hidden-content p,
.nova-features-hidden .nova-hidden-content li {
  color: #111;
}
.nova-features-hidden .nova-hidden-content > .nova-area > h2:first-of-type {
  text-align: center;
}
.nova-features-hidden .row.nova-features-hidden-content {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.nova-features-hidden .row.nova-features-hidden-content ul.features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.nova-features-hidden .row.nova-features-hidden-content ul.features-list li {
  list-style: none;
  padding: 0 5px;
}
.nova-features-hidden .nova-hidden-content-container {
  min-height: 0;
  margin-top: 3rem;
  margin-left: 0;
}
.nova-features-hidden .nova-hidden-content-container .tx529-button {
  margin: auto;
  display: block;
}
.nova-features-hidden .nova-hidden-content-close {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 30px auto;
  padding: 5px 0;
  border-radius: 50%;
  background-color: #2e73ba;
  border: 1px solid #2e73ba;
  color: #fff !important;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.nova-features-hidden .nova-hidden-content-close:hover {
  background-color: #fff;
  color: #2e73ba !important;
}

@media all and (min-width: 850px) {
  #frequently-asked-questions .nova-features-content {
    text-align: center;
  }
  .nova-hidden-content .nova-area {
    width: 98%;
    margin: auto;
  }
}
.highcharts-container {
  width: 100% !important;
  height: 100% !important;
}

.highchart {
  width: 100%;
}

/*----------*/
/* 404 Page */
/*----------*/
.error404 main {
  text-align: center;
}
.error404 main .tx529-button {
  margin-top: 30px;
}

/*------------------*/
/* Single Post Page */
/*------------------*/
.single-post-content {
  margin: 30px 0;
  padding: 20px 0;
  border-top: solid 1px #dbdbdb;
}
.single-post-content.comments-open {
  border-bottom: solid 1px #dbdbdb;
}

.single-post-meta h1, .single-post-meta h2, .single-post-meta h3, .single-post-meta h4, .single-post-meta h5, .single-post-meta h6 {
  margin: 5px 0;
  margin: 0.5rem 0;
}
.single-post-meta h1:first-child, .single-post-meta h2:first-child, .single-post-meta h3:first-child, .single-post-meta h4:first-child, .single-post-meta h5:first-child, .single-post-meta h6:first-child {
  margin-top: 15px;
  margin-top: 1.5rem;
}

/* ===== Employers page components =====*/
main:has(.employers-hero) {
  background-color: pink;
}
main:has(.employers-hero) .nova-one-column .nova-section-headline:has(.text-left.section-heading),
main:has(.employers-hero) .nova-one-column .section-heading {
  max-width: 1200px;
}

.employers-hero {
  padding-top: 0;
}
@media screen and (min-width: 850px) {
  .employers-hero {
    padding-top: 40px;
  }
}
.employers-hero .lg-span8 {
  padding-right: 2rem;
}
.employers-hero h1 {
  font-size: 28px;
  letter-spacing: normal;
}
@media screen and (min-width: 850px) {
  .employers-hero h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .employers-hero h1 {
    font-size: 37px;
  }
}
.employers-hero .row.d-flex {
  flex-flow: column nowrap;
}
@media screen and (min-width: 850px) {
  .employers-hero .row.d-flex {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 850px) {
  .employers-hero .column.xs-span8 {
    padding-right: 2rem;
  }
}

/* ===== End Employers page =====*/
body.home header + main > section.nova-header {
  min-height: 300px;
  background-color: #5b4c9f;
}
@media screen and (min-width: 480px) {
  body.home header + main > section.nova-header {
    height: 300px;
    background-image: url("/wp-content/uploads/2024/08/AdobeStock_363697630-flopped.jpg");
    background-position: top 10% right 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 660px) {
  body.home header + main > section.nova-header {
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  body.home header + main > section.nova-header {
    height: 400px;
  }
}
@media screen and (min-width: 850px) {
  body.home header + main > section.nova-header {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  body.home header + main > section.nova-header {
    height: 595px;
  }
}
@media screen and (min-width: 1200px) {
  body.home header + main > section.nova-header {
    height: 675px;
  }
}
@media screen and (min-width: 1400px) {
  body.home header + main > section.nova-header {
    height: 750px;
  }
}
@media screen and (min-width: 1600px) {
  body.home header + main > section.nova-header {
    height: 775px;
  }
}
@media screen and (min-width: 1900px) {
  body.home header + main > section.nova-header {
    height: 850px;
  }
}
body.home header + main > section.nova-header > .row.nova-header-content {
  height: 100%;
}
@media screen and (min-width: 480px) {
  body.home header + main > section.nova-header > .row.nova-header-content {
    padding-left: 5%;
  }
}
@media screen and (min-width: 1200px) {
  body.home header + main > section.nova-header > .row.nova-header-content {
    padding-left: 9%;
  }
}
@media screen and (min-width: 1400px) {
  body.home header + main > section.nova-header > .row.nova-header-content {
    margin: 0 auto 0 7%;
    padding-left: 0;
  }
}
body.home header + main > section.nova-header .header-content,
body.home header + main > section.nova-header .column-inner {
  background: none;
}
body.home header + main > section.nova-header .header-content-inner-content {
  height: fit-content;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 660px) {
  body.home header + main > section.nova-header .header-content-inner-content {
    padding-left: 0;
  }
}
body.home header + main > section.nova-header h2,
body.home header + main > section.nova-header h1 {
  width: 90%;
  margin: 2rem 0;
  padding-left: 0;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 480px) {
  body.home header + main > section.nova-header h2,
  body.home header + main > section.nova-header h1 {
    text-align: left;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body.home header + main > section.nova-header h2,
  body.home header + main > section.nova-header h1 {
    max-width: 60%;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  body.home header + main > section.nova-header h2,
  body.home header + main > section.nova-header h1 {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 1400px) {
  body.home header + main > section.nova-header h2,
  body.home header + main > section.nova-header h1 {
    max-width: unset;
  }
}
body.home header + main > section.nova-header .tx529-button {
  padding: 10px 30px;
  min-width: 250px;
  line-height: 1.1;
  color: #fff;
}
@media screen and (min-width: 1150px) {
  body.home header + main > section.nova-header .tx529-button {
    padding: 2px 30px;
    line-height: 2;
  }
}
body.home a.no-icon::before {
  display: none;
  content: "";
}

/*# sourceMappingURL=main.css.map */
