


/** 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;

  /*font color*/
  /* --headline_education_color: #0143a7;
   --headline_crosssell_acquisition_color: #0143a7;
   --headline_action-required_color:#0143a7;*/
  --headline-color: #0143a7;
  --subheader_header_color: #1c1c1c;
  /*--subheader_body_color:#0143a7;*/
  --subheader_body_color: #0054a6;
  --body_copy_color: #1c1c1c;
  --cta_button_color: initial;

  /*font type*/
  /* --headline_education_font: "TD Graphik Light";
   --headline_crosssell_acquisition_font: "TD Graphik Light";;
   --headline_action-required_font: "TD Graphik Light";;
   --subheader_header_font: "TD Graphik Light";;*/
  /* --td_graphik_light: "TD Graphik Light";
  --webly_sleek_semi_light: "Webly Sleek SemiLight"; */
  /* --subheader_body_font: "Webly Sleek SemiLight";
   --body_copy_font: "Webly Sleek SemiLight";
   --cta_button_font: "Webly Sleek SemiLight";*/

  /*--offwhite-bg: #f3f3f8;*/

  --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;
  background-color: #e8ecf8;
  /* margin-top: 120px; */
}

.lp2-hero-section {
  background-color: #ffffff;
}

@media screen and (min-width: 850px) {
  .hero-section {
    background-color: #e8ecf8;
  }

  .lp2-hero-section {
    background-color: #ffffff;
  }
}


article {
  /* width: 100%; */
}


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;
}

.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: 8em 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;
}



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

.width-50 {
  width: 50%;
}

.width-70 {
  width: 70%;
}

.margin-tb {
  margin: 3em 0;
}



.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: -4em;
}

.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;
}




.font_38 {
  font-size: 38px;
}
/* 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%;
}

/* 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;
}

.font-52 {
  font-size: 52px;
}


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


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


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

  .lp2-special-pad {
    padding:0 6em 0 3em;
  }

}

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

  .right {
    padding: 0;
  }

  .left {
    background-color: #fff;
    height: 100%;
  }


  .more-pad {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
}


@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%; */
  }
}

.mobile-padding-left-right {
  padding-left: 2em;
  padding-right: 2em;
}

@media (min-width: 800px) {
  .mobile-padding-left-right {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-module__small-icon-list {
    width: 100%;
    /* max-width: 780px; */
    max-width: 690px;
  }
}

.lp2-hero-image-container {
  padding-top: 2em;
}

.lp2-hero-text-container {
  padding: 2em 0 0;
}

.lp2-hero-image {
  max-width: 215px;
}

@media (min-width: 800px) {
  .lp2-hero-container {
    /* padding: 4em 0 0; */
  }

  .lp2-hero-image-container {
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .lp2-hero-image {
    padding-right: 3em;
    padding-top: 4em;
  }
}

.font_54 {
  font-size: 54px;
  line-height: 52px;;
}

.padding_top_10 {
  padding-top: 10px;
}