


/** global **/

:root {

  /* new font sizes aaron test */
  /*
   --text-medium-two:48px;
   --text-medium:36px;
   --text-small-two: 32px;*/


  --text-medium-two: 24px;
  --text-medium-three: 29px;

  --text-medium: 18px;
  --text-small-two: 16px;



  /*various padding*/
  --padding-one: 76px;
  /* --padding-two: 43px;*/
  --padding-two: 28px;
  /*--padding-three: 66px;*/
  --padding-three: 46px;
  /*font size*/
  --headline_education_textsize: 64px;
  --headline_crosssell_acquisition_textsize: 24px;
  --headline_action_required_textsize: 50px;
  --subheader_header_textsize: 18px;
  --subheader_body_textsize: 24px;
  --body_copy_textsize: 16px;
  --cta_button_textsize: 16px;

  
  --headline-color: #0143a7;
  --subheader_header_color: #1c1c1c;
  --subheader_body_color: #0054a6;
  --body_copy_color: #1c1c1c;
  --cta_button_color: initial;

  --darkblue-bg: #002b5c;
  --brick-bg: #ac0610;
  --cobalt: #0143a7;
  --white-txt: #fff;
  --backgroundblue-bg: #e8ecf8;
  --backgroundgrey-bg: #f3f3f8;
  --backgroundwhite-bg: #fff;
  --border-color: #0143a7;
  --border-top-color: #65c9e9;
}

/*a:visited, a:active {
      all: unset;
      color: initial;
  }*/
button {
  cursor: pointer;
}


sup {
  line-height: 0;
}


img.scale-img {
  width: 100%;
}


img.brand-logo {
  width: 133px;
}

h1, h2 {
  margin: 0;
  padding: 0;
}

.hero-section {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}




p {
  margin: 0;
  padding: 0;
}

/* header styles -- these are the only ones with different font styles across modules*/

/* aaron trying to understand what font size is right??!?!? */



.text-medium-two {
  font-size: var(--text-medium-two);
  /* padding-bottom: var(--padding-two); */
}

.text-medium {
  font-size: var(--text-medium);
  font-weight: 200;

}

.text-small-two {
  font-size: var(--text-small-two);
  line-height: 23px;
  /* font-weight: 300; */
}

.text-small {
  font-size: var(--text-small);
  line-height: 46px;
}



.bolder {
  font-weight: bolder;
  padding-bottom: 10px;
}

.headline_education_textsize {
  font-size: var(--headline_education_textsize);
  line-height: 76px;
}

.headline_crosssell_acquisition_textsize {
  font-size: var(--headline_crosssell_acquisition_textsize);

}

.subheader_header_color {
  color: var(--subheader_header_color);
}

.subheader_header_textsize {
  font-size: var(--subheader_header_textsize);
}

.headline_action_required_textsize {
  font-size: var(--headline_action_required_textsize);
  /*line-height:76px;*/
  line-height: 50px;
}


.body_copy_textsize {
  font-size: var(--body_copy_textsize);
}

.subheader_body_textsize {
  font-size: var(--subheader_body_textsize);
}

.subheader_body_color {
  color: var(--subheader_body_color);
}

.headline-color {
  color: var(--headline-color);
}

.body-color {
  color: var(--body_copy_color)
}

.brick-bg {
  background: var(--brick-color);
}

.darkblue-bg {
  background: var(--darkblue-bg);
}

.darkblue-txt {
  color: var(--cobalt);
}

.black-txt {
  color: #000;
}


.lightblue-bg {
  background-color: #eaeff9;
}
.colbalt-bg {
  background: var(--cobalt);
}

.background-blue-bg {
  background: var(--backgroundblue-bg);
}

.backgroundwhite-bg {
  background: var(--backgroundwhite-bg);
}

.backgroundgrey-bg {
  background: var(--backgroundgrey-bg);
}

.white-txt {
  color: var(--white-txt);
}

.brick-bg {
  background: var(--brick-bg);
}

.cta-button {
  font-size: var(--cta_button_textsize);
  border: none;
  color: var(--white-txt);
  padding: 1em 1em;
  border-radius: .5em;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.padding-wrapper-more-top {
  padding: 4em 4em 2em 4em;
}





.padding-wrapper-bottom {
  padding-bottom: 4em;
}

.padding-tb {
  padding: 7em 0 4em 0;
}

.padding-tb-equal {
  padding: 4em 0;
}

.padding-top {
  padding-top: 1em;
}

.padding-lr {
  padding: 0 4em;
}

.padding-bottom2 {
  padding-bottom: 1em;
}

.parallax_image {
  width: 100%;
  height: 200px;
  /* margin-left: auto; */
}

.vertical-list-item-bullet img {
  /* width: 90px; */
  width: 60px;
}

.width-50 {
  width: 50%;
}

.width-70 {
  width: 70%;
}

.width-100 {
  width: 100%;
}
.margin-tb {
  margin: 3em 0;
}

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

.text-center {
  margin: 0 auto;
}

.thick-border {
  border: 4px solid var(--border-color);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.thick-border-top {
  border-top: 6px solid var(--border-top-color);
}

.header-crosssell-graphic .left:after, .header-action-required-two-column .left:after, .header-education-graphic .left:after {
  position: absolute;
  content: "";
  right: 0;
  width: 4px;
  height: 80%;
  background: var(--border-color);
}




.alert-icon {
  position: absolute;
  width: 100%;
  justify-content: center;
  display: flex;
  top: -2em;
}

.site-legal__wrapper {
  display: none;
  /*padding: 1em 2em;*/
  padding: 3em 0;
  width: 100%;
}

.site-legal__wrapper.active {
  display: inline-block;

}

.site-legal__wrapper p {
  padding: 0 3em;
  max-width: 1024px;
  margin: 0 auto;
}





/* body support module list */

.vertical-container {
  /*width:100%;
      margin: 0 auto;*/
  min-width: 46%;
  margin: 0 auto;
  width: 100%;
}

.vertical-list-container {
  /*width: 100%;
    margin: 0 auto;*/
  margin: 0 auto;
  min-width: 60%;
  max-width: 100%;
}

.vertical-list-item {
  flex-direction: row;
  /*align-items: center;*/
  align-items: flex-start;
  display: flex;
  padding: 1em 0;
  flex-basis: 70%;
  align-items: center;
}


.vertical-list-content {
  text-align: left;
  min-width: 50%;
  flex: 1 1 70%;
}

.vertical-list-item-bullet {

  flex: 1;
  margin-right: 1em;
  /* flex: 1 1 20%; */
  flex: 1 1 10%;
  justify-content: center;
  display: flex;
}

.double-button-wrapper img {
  width: 80%;
}

ul#bullet_list li:last-of-type p {
  padding: 0;
}

.horizontal-list-item {
  margin: 0 0 1.5em 0;
}

/* double button stuff */
.double-button-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  max-width: 70%;
  margin: 0 auto;
}

.double-button-wrapper a {
  /*width: 50%;*/
  display: flex;
  /* flex: 1 0 50%; */
  justify-content: center;
  align-items: center;
}

.force-maxwidth {
  margin: 0 auto;
}

.right {
  padding: 2em 0;
}

.hide-mobile {
  display: none;
}


.special-pad {
  padding: 0 2em;
}




/*new styles 2023 */
.container {
  max-width: 900px;
  width: 95%;
}


@media screen and (min-width: 1200px) {


  .special-pad {
    padding:0 0em 0 4em;
  }

}

@media screen and (min-width: 850px) {

  .right {
    padding: 0;
  }

  .horizontal-list-item {
    margin: 0 0 0 0;
  }

  .parallax_image {
    /* width: initial !important; */
    width: 240px !important;
    /* margin-left: auto; */
  }


}


@media screen and (min-width: 950px) {
  .hide-mobile {
    display: inline;
  }
}


@media screen and (max-width: 975px) {





  .cta-button {
    padding: 1em 3em;
    /* width: 80%; */
  }


  .show-dt {
    display: none;
  }

  .show-mobile {
    display: inline;
  }

  .alert-icon img {
    /*width: 5em;*/
    /* transform: scale(.5); */
  }



  .padding-wrapper-more-top {
    padding: 4em 1em 1em 1em;
  }


  .width-50, .width-70 {
    width: 100%;
  }

  .padding-lr {
    padding: 0;
  }

  .header-crosssell-graphic, .header-crosssell-lifestyle {
    padding-bottom: 2em;
  }


  .header-action-required-two-column .left img, .body-support-module .left img {
    width: 50%;
    padding-bottom: 2em;
  }

  .padding-tb {
    padding: 0;
  }

  .header-action-required-two-column {
    padding: 6em 0 3em 0;
  }


  .double-button-wrapper img {
    padding: 1em 0;
  }

  .brand .icon-img {
    width: 6.3em;

  }

}

.site-footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
}

.footer__wrapper {
  display: inline-flex;
  list-style: none;
}

a {
  text-decoration: none;
}

@media (max-width: 978px) and (min-width: 500px) {


  .vertical-list-container {
    width: 100%;
    margin: 0 auto;
  }

}



@media (min-width: 800px) {


  .vertical-list-container {
    margin: 0 auto;
    min-width: 60%;
    max-width: 80%;
  }
}