/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * Custom *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
* {
  margin: 0;
}

body {
  font-size: 1.25rem;
}

main {
  min-height: 69vh;
}

a {
  color: #8a6936;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a:-webkit-any-link:focus {
  outline-offset: 1px;
}

p {
  color: #121212;
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4 {
  font-family: AllspringSanomat-Regular-Web, georgia, serif;
}

h3,
h4 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 1em;
}

sup {
  font-size: 0.5em;
}

ul {
  padding-left: 30px;
  margin-bottom: 1em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * Grid
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* --- Gridpak variables ---*/
/* Reusable column setup */
.col {
  background-clip: padding-box !important;
  border: 0 solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-left-width: 0;
  padding: 0 1rem;
  width: 100%;
}

.row {
  margin-left: 0;
}

.span_1 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 8.33333%;
}

.span_2 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 16.66667%;
}

.span_3 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 25%;
}

.span_4 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 33.33333%;
}

.span_5 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 41.66667%;
}

.span_6 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 50%;
}

.span_7 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 58.33333%;
}

.span_8 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 66.66667%;
}

.span_9 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 75%;
}

.span_10 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 83.33333%;
}

.span_11 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 91.66667%;
}

.span_12 {
  margin-left: 0;
}

.offset_1 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 8.33333%;
}

.offset_8 {
  border-left-width: 0;
  margin-left: 0;
  padding: 0 1rem;
  width: 66.66667%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * Header & Footer *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

header {
  height: 4rem;
  display: block;
}
@media (max-width: 575px) {
  header .d-flex {
    justify-content: center;
  }
  header {
    height: 4.7rem;
  }
}
footer {
  background-color: #f3f3f3;
}
footer a {
  padding: 0 !important;
}

footer .footer-links {
  padding-bottom: 2rem;
}

footer .footer-links h2 {
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: AllspringSanomat-Regular-Web, georgia, serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
}

footer .footer-links ul {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

footer .footer-links ul li:not(:last-child) {
  margin-bottom: 1rem;
}

footer .footer-links a {
  color: #5627e7;
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 1rem;
}

footer .footer-links a:hover {
  color: #5627e7;
  text-decoration: underline;
}

footer .footer-links ul.social a {
  margin-right: 1.5rem;
}

footer .footer-links ul.social li {
  display: inline-block;
}

footer .footer-links .fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

footer .footer-links .fa-2x {
  font-size: 2em;
}

footer .footer-disclosures p {
  color: #121212 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

footer .footer-disclosures {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #d8d8d8;
}

footer .footer-disclosures .not-box {
  display: inline-block;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  border: 1px solid;
}

footer .footer-disclosures .not-box p {
  margin-bottom: 0px !important;
  font-weight: 600;
}

footer .footer-disclosures a {
  color: #121212;
  font-weight: 600;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * Intro*
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#Intro .banner {
  width: 100%;
  height: 190px;
  padding: 0;
  background-image: url("https://image.mail.allspringglobal.com/lib/fe3611737164047e731474/m/1/70af9f46-f635-4ce2-8249-5ec46f7cdd72.png");
  background-repeat: repeat-x;
  background-position: top left;
}

@media (max-width: 575px) {
  #Intro h1 {
  font-size: 3.3rem!important;
  line-height: 3.7rem!important;
  padding: 2.9rem 0rem 1.5rem 0rem!important;
  }
}

#Intro h1 {
  color: #121212;
  font-family: AllspringSanomat-Regular-Web, georgia, serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.4rem;
  text-align: left;
  padding: 3.75rem 0rem 1.875rem 0rem;
}

#Intro strong {
  color: #3f2957;
  font-family: AllspringSanomat-Bold-Web, georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
}

#Intro .plump {
  color: #3f2957;
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: -0.7rem;
}

#Intro .infograph {
  margin-bottom: 1rem;
}
#Intro .infograph p {
  color: black;
  margin: 0;
  line-height: 1.6rem;
}
#Intro .infograph .flex {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
#Intro .infograph .flex .cell {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 1rem 2rem;
  position: relative;
  text-align: center;
}
#Intro .infograph .flex .cell.divider {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: black;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  height: 80%;
  min-height: 10rem;
  padding: 0.5px;
}
#Intro .infograph .flex .cell .nearly {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  #Intro .infograph {
    /* md and below */
  }
  #Intro .infograph .flex .cell {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #Intro .infograph .flex .cell.divider {
    min-height: auto;
    min-width: 10rem;
  }
  #Intro .infograph .flex .cell .nearly {
    position: relative;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * Content*
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#Content {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * FormContent*
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#FormContent h2 {
  color: #121212;
  font-family: "Wells Fargo Serif Semibold", Georgia, serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 2.375rem;
  text-align: left;
  margin-bottom: 20px;
}

#FormContent p {
  color: #121212;
  font-family: GraphikTF-Regular-Web, verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  text-align: left;
  margin-bottom: 20px !important;
}

#ThankYou h1 {
  color: #121212;
  font-family: AllspringSanomat-Regular-Web, georgia, serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 2.375rem;
  text-align: left;
  margin-bottom: 20px;
}

#ThankYou p {
  color: #121212;
  font-family: GraphikTF-Regular-Web, verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5rem;
  text-align: left;
  margin-bottom: 20px !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * Thankyou*
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#Thankyou {
  padding: 6.875rem 0;
}
#Thankyou h1 {
  color: #000000;
  font-family: AllspringSanomat-Regular-Web, georgia, serif;
  font-size: 4.875rem;
  text-align: left;
  margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
  #Thankyou h1 {
    font-size: 3.875rem;
  }  
}

#Thankyou h2 {
  color: #574c48;
  font-family: AllspringSanomat-Regular-Web, georgia, serif;
  font-size: 1.875rem;
  line-height: 2.375rem;
  text-align: left;
  margin-bottom: 3.313rem;
}

#Thankyou p {
  color: #4d4d4d;
  font-family: GraphikTF-Regular-Web, verdana, sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1.25rem;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   *Form eloqua*
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#FormMC {
    padding-top: 2.875rem;
    padding-bottom: 1.875rem;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5B5B5B;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5B5B5B;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5B5B5B;
}

.spacer {
  width: 100%;
  display: block;
  height: 3.4375rem;
}
.spacer-lg {
  width: 100%;
  display: block;
  height: 6rem;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * Overlay
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  left: 0;
  right: 0;
}
#dialogbox {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2000;
  top: 50%;
}
#dialogbox .close {
  color: #007bff;
  opacity: 1;
  font-weight: 400;
  max-width: 400px;
  font-size: 1rem;
  margin: 0.625rem 0.5rem;
  position: relative;
  padding: 0;
}
#dialogbox .alert {
  max-width: 341px;
  border-radius: 12px;
  padding: 0px !important;
  min-height: 116px;
  margin: 0 auto;
  background-color: #ffffff;
}
#dialogbox p {
  margin: 1.563rem;
}

#dialogbox hr {
  color: #979797;
  opacity: 0.5;
  margin: 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * Utilities*
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html {
  width: 100%;
}

footer:after,
header:after,
section:after,
.clearfix {
  content: " ";
  display: table;
  clear: both;
}

.hidden { display: none; }

.container {
  margin: 0 auto;
  max-width: 1194px !important;
  width: 100%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#logo {
  height: 2.0625rem;
}

.pad-logo {
  padding-top: 20px;
}
