@font-face {
  font-family: "WF Serif";
  src: url("/offerPageCSS/fonts/WOFF2/WellsFargoSerif_W_Rg.woff2")
      format("woff2"),
    url("/offerPageCSS/fonts/WOFF/WellsFargoSerif_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WF Serif";
  src: url("/offerPageCSS/fonts/WOFF2/WellsFargoSerif_W_Lt.woff2")
      format("woff2"),
    url("/offerPageCSS/fonts/WOFF/WellsFargoSerif_W_Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WF Serif";
  src: url("/offerPageCSS/fonts/WOFF2/WellsFargoSerif_W_It.woff2")
      format("woff2"),
    url("/offerPageCSS/fonts/WOFF/WellsFargoSerif_W_It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "WF Sans";
  src: url("/offerPageCSS/fonts/WOFF2/WellsFargoSans_W_Rg.woff2")
      format("woff2"),
    url("/offerPageCSS/fonts/WOFF/WellsFargoSans_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WF Sans";
  src: url("/offerPageCSS/fonts/WOFF2/WellsFargoSans_W_It.woff2")
      format("woff2"),
    url("/offerPageCSS/fonts/WOFF/WellsFargoSans_W_It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "WF Sans";
  src: url("/offerPageCSS/fonts/WOFF2/WellsFargoSans_W_SBd.woff2")
      format("woff2"),
    url("/offerPageCSS/fonts/WOFF/WellsFargoSans_W_SBd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*compile v1*/

/*=========================reset=============================*/
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}
button {
  border: 0;
  font-family: inherit;
  font-size: 1em;
  background: none;
}
/*==========================base style===========================*/
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.4em;
  color: #44464a;
}

/*========================text elements========================*/
a,
button.inlineLink {
  text-decoration: underline;
  color: #00698c;
  display: inline-block;
}

a:hover,
button.inlineLink:hover {
  color: #ce4c00;
}
.inlineLink {
  text-decoration: underline;
  display: inline;
  word-break: break-word;
}
button.inlineLink {
  padding: 0.75em 0;
  cursor: pointer;
}
.article,
.textBlock {
  line-height: 1.8em;
}

.article p,
.article li {
  font-size: 1.1em;
}

.inlineLink,
.linkUnderline,
li a {
  text-decoration: underline;
}
.noUnderline {
  text-decoration: none;
}
h1,
.h-topHeading {
  font-family: "WF Serif", Georgia, serif;
  font-weight: 300;
  line-height: 1.3em;
  color: #9b6d2f;
  font-size: 3em;
}

h2,
.h-subHeading {
  font-family: "WF Sans", serif;
  font-weight: 300;
  line-height: 1.3em;
  color: #141414;
  font-size: 1.375em;
  margin-bottom: 10px;
}

h3,
.h-promoHeading {
  font-family: "WF Serif", Georgia, serif;
  font-weight: normal;
  line-height: 1.3em;
  color: inherit;
  font-size: 1.5em;
  color: inherit;
}

h4,
.h-linkHeading {
  font-family:  "WF Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.13em;
  margin: 0;
}

h2.formHeader {
  font-family:  "WF Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.13em;
  margin: 1em 2em;
}

.subText {
  font-size: 0.875em;
  line-height: 1.4em;
  padding: 1em 1.5em;
  background: #f5f5f5;
}

.date {
  font-size: 0.875em;
  color: #ce4c00;
}

.standAloneLink {
  margin: 1em 0;
  padding-bottom: 2em;
  border-bottom: 2px solid #ce4c00;
}

.linkContainer {
  text-align: center;
}

.disclaimer {
  font-style: italic;
  color: #696b63;
  line-height: 1.5em;
}

/*==================page modules===================*/
.hero {
  width: 100%;
  background: #fff;
}
.hero .buttonBlue {
  margin-bottom: 2em;
}
.hero h1 {
  padding-top: 1rem;
}
.hero p .buttonBlue {
  margin-bottom: 0;
  margin-top: 1em;
} /*do this better*/
.hero p {
  padding-bottom: 2em;
  font-size: 1.12em;
  margin: 0 auto;
}
@media screen and (min-width: 37.5em) {
  .hero p {
    max-width: 60%;
  }
  .hero p.full {
    max-width: 100%;
    padding-bottom: 1em;
  }
  .hero ul {
    margin-top: 0;
  }
}
.heroText {
  text-align: center;
}
.promoBox {
  text-align: left;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top: 1px solid #44464a;
}
.promoBox:nth-of-type(1) {
  border-top: none;
}
.promoBox .buttonBlue {
  width: 100%;
}
.skipLink {
  margin-top: 1em;
  width: 4em;
  height: 5em;
  position: relative;
  left: -9999px;
}
.skipLink:focus {
  left: 0;
}
@media screen and (min-width: 37.5em) and (max-width: 56em) {
  .pageSidebar {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1em;
  }
}

/*====================form elements================*/
/*input, select {
        padding: 0.75em 0.75em;
        border: 1px solid #44464A;
        border-radius: 4px;
        display: inline-block;
        vertical-align: top;
          width: 100%;
          margin-bottom: .75em
      }
      select{
          height: 30px;
          background: white;
      }*/
.formHeader {
  /* font-size: 0.875em;
  font-family: "WF Serif";
  font-weight: 400; */
  padding-top: 1em;
}
form,
fieldset {
  border: 0;
}
legend {
  visibility: hidden;
  height: 0;
}
label {
  /*fix*/
  font-family: "WF Sans";
  display: inline-block;
  width: 100%;
  margin-top: 0.85em;
  margin-bottom: 0.5em;
  font-size: 0.875em;
}
/* .field-required {
        color: red;
      } */
[type="text"],
[type="tel"],
[type="email"],
[type="number"] {
  padding: 0.9em 0.75em;
  border: 1px solid #787070;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 0px;
}

select {
  -webkit-appearance: none;
  height: 42px;
  background: url(/images/icons/dropdown-arrow-blue.svg) no-repeat right;
  border: 1px solid #787070;
  width: 100%;
  border-radius: 2px;
  background-size: 4.2em 11px, 0%;
  padding: 0.8em;
}

@media all and (-ms-high-contrast: none) {
  select {
    height: auto;
    background: none;
  }
}
.sr-text {
  width: 0px;
  height: 0px;
  margin: 0;
  position: absolute;
  left: -10000px;
}
/*label {
        font-size: .9rem;
        margin-top: .75rem;
      }*/
.zip {
  /*fix*/
  width: 45%;
}
.flexWrap {
  width: 47%;
}
.loginButton {
  border: 1px solid #87190a;
  border-radius: 8px;
  background-color: #87190a;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  float: right;
  padding: 0.75em 1.5em;
  font-weight: 400;
  -webkit-appearance: none;
}

.loginButton:hover {
  text-decoration: underline;
  background: #b42d19;
  border-color: #b42d19;
  text-decoration: underline;
}
@media screen and (max-width: 48em) {
  .zip {
    width: 48.5%;
  }
}
.slideHide {
  /*change this name*/
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
.slideHide.clicked {
  max-height: 1500px;
}
/*================surgical classes===============*/
.marginTop {
  margin-top: 1.5em;
}

.marginBottom {
  margin-bottom: 1em;
}

.marginRight {
  margin-right: 1em;
}

.paddingLeft {
  padding-left: 1em;
}

.paddingRight {
  padding-right: 1em;
}

.paddingBottom {
  padding-bottom: 1em;
}

.paddingTop {
  padding-top: 1em;
}

.partWidth {
  width: 60%;
  margin: 1em auto;
}

.alignRight {
  float: right;
}

.alignLeft {
  float: left;
}

.smallText {
  font-size: 80%;
}

.clear {
  clear: both;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rowsOfTwo {
  flex-wrap: wrap;
}
/*=====================styling for buttons========================*/
.buttonWhite {
  font-size: 1em;
  border: 1px solid;
  border-radius: 4px;
  padding: 0.75em 1.875em;
  cursor: pointer;
  color: #fff;
}

.buttonWhite:hover {
  background-color: #fff;
  color: #ce4c00;
  border-color: #fff;
}

.buttonGrey {
  font-size: 1em;
  border: 1px solid;
  border-radius: 4px;
  padding: 0.75em 1.875em;
  cursor: pointer;
  color: #fff;
  background: #44464a;
  border-color: #44464a;
}

.buttonGrey:hover {
  background-color: #ce4c00;
  color: #fff;
  border-color: #ce4c00;
}
.newWindow {
  height: 12px;
  width: 12px;
  display: inline-block;
}

.buttonGreyInvert {
  font-size: 1em;
  border: 1px solid;
  border-radius: 4px;
  padding: 0.75em 1.875em;
  cursor: pointer;
  color: #44464a;
}

.buttonGreyInvert:hover {
  color: #ce4c00;
}

.buttonBlue {
  font-size: 1em;
  border: 1px solid #00698c;
  border-radius: 4px;
  padding: 0.75em 1.875em;
  cursor: pointer;
  color: #fff;
  background: #00698c;
  text-align: center;
}

.buttonBlue:hover {
  background-color: #ce4c00;
  border: 1px solid #ce4c00;
  color: #fff;
}

/*========================svg icons=============================*/
.check,
.orIcon {
  fill: #ce4c00;
  stroke: #ce4c00;
}

.orIcon {
  margin: 0 1em;
  vertical-align: middle;
}

.close {
  fill: #00698c;
  float: right;
  cursor: pointer;
  padding: 0;
}

.info {
  fill: #00698c;
  stroke: #00698c;
  vertical-align: text-bottom;
  margin-left: 0.5em;
  position: relative;
  cursor: pointer;
}

.facebook,
.linkedin {
  fill: #696b63;
}

.facebook {
  margin-bottom: 0.15em;
  margin-left: 2em;
}

img.logo {
  margin: 1rem;
  width: 132px;
  height: 54px;
  display: inline;
}

/*=======================page layout=======================*/
.fullWidth {
  text-align: center;
}

.page,
.footer--inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pageHeader,
.pageFooter {
  width: 100%;
  background-color: #fff;
}

.pageContent {
  background: url("/images/full_svc_consult_bg.jpg") no-repeat left top;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 32%;
}

@media screen and (min-width: 56em) {
  .pageContent {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.pageSidebar {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 56em) {
  .pageSidebar {
    width: 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-top: 1em;
  }
}

@media screen and (min-width: 37.5em) and (max-width: 56em) {
  .pageSidebar {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1em;
  }
}

.pageMain {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1em;
}

@media screen and (37.5em) {
  .loginPage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.flexMain {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.flexSide {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background: white;
  -webkit-box-shadow: 4px 6px 13px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 6px 13px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 4px 6px 13px 0 rgba(0, 0, 0, 0.5);
}
.flexSide fieldset {
  padding: 1.687em;
  padding-left: 1.5em;
  padding-top: 0;
}
.flexSide p,
.flexSide h4 {
  margin: 1em 2em;
}
.flexSide img {
}
.m-img__small {
  max-width: 100px;
  margin: 0 1em;
}
/*==================footer================*/
.pageFooter {
  background-color: #fff;
  padding: 2.25em 1.25em 0 1.25em;
  position: relative;
}
.pageFooter--tan {
  background-color: #f4f0ed;
  padding: 2.25em 1.25em 1.25em 1.25em;
}

.needMoreInfo {
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
  width: 88%;
  margin: 0 4%;
}

@media screen and (min-width: 56em) {
  .needMoreInfo {
    text-align: left;
    margin: 0;
  }
}

.global {
  display: inline-block;
  width: 70%;
  text-align: center;
  margin-left: 15%;
  /*padding-top: 1em;*/
}
.global ul {
  list-style-type: none;
  padding-left: 0;
}
.global ul li {
  display: inline-block;
}

.global a {
  padding: 0.5rem;
  font-size: 0.88em;
  color: #696b63;
}

/* .global a:nth-of-type(1) {
        padding-left: 0;
      } */

.global a:hover {
  color: #bb0826;
}

.social {
  text-align: center;
  margin: 1em 0;
}

@media screen and (min-width: 56em) {
  .social {
    top: 0.5em;
    margin: 2em 0 1em 0;
  }
}

.stagecoach {
  width: auto;
  max-width: 14.5rem;
  margin: 1em auto;
}

@media screen and (min-width: 56em) {
  .stagecoach {
    margin: 3em 0;
  }
}
.legalContainer {
  width: 100%;
  height: auto;
  padding: 0.1em 0;
  background-color: #f4f0ed;
}
.legal {
  font-size: 12px !important;
  color: #696b63;
  line-height: 1.5em;
}

.legal a {
  text-decoration: underline;
  font-size: 12px !important;
}
.no-not-may {
  border: 1px solid #696b63;
  color: #696b63;
  padding: 0.5em 1em;
  font-size: 17.5px;
}
.no-not-may p {
  margin: 0;
  padding: 0;
}
.no-not-may ul {
  margin: 0.25em 0 0;
  padding-left: 1.25em;
}
@media screen and (min-width: 48em) {
  .global {
    margin-left: 20%;
    width: 60%;
  }
  .flexSide fieldset {
    border-top: 0;
  }
  .flexMain {
    max-width: 50%;
  }
  .flexSide {
    max-width: 50%;
  }
  .stagecoach {
    float: right;
    margin: 4em 0;
  }
  .social {
    position: absolute;
    top: 3em;
    right: 0.5em;
  }
  .no-not-may {
    max-width: 70%;
  }
  .pageMain {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1em 2em 4em;
  }
  .pageMain.fullWidth {
    width: 100%;
  }
}

.alert {
  padding: 5px;
  margin-bottom: 2px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert-danger {
  background-color: #ffc9c9;
  border-color: #ffc9c9;
  color: #ac1818;
}
.alert-danger a {
  color: #ac1818;
}
.alert-danger hr {
  border-top-color: #ff96a7;
}
.alert-danger strong,
.alert-danger b {
  text-decoration: underline;
}
/* p.errorCount {
  margin-left: -2em;
} */
p.errorCount:focus {
  border: 1px dotted red;
}

.validationError {
  border-color: red !important;
  border-width: medium !important;
}
.validateFocus > a {
  display: block;
}

#divSubmitInProgress {
  display: none;
}
#divSubmitInProgress img {
  width: 38px;
}

.photo.left {
  max-width: 120px;
  margin-right: 1em;
  float: left;
}

.vcard {
  line-height: 1.5em;
  font-size: 0.9em;
}

.vcard > .title {
  margin: 0;
}

.vcard > .h-linkHeading {
  color: #bb0826;
}

.strong {
  font-weight: bold;
  margin-top: 40px;
}
#divSubmitInProgress {
  display: none;
}
#divSubmitInProgress img {
  width: 38px;
}
.ErrorControl {
  background-color: #fbe3e4;
  border: solid 1px Red;
}
#toggleButton {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .textBody {
    width: 80%;
  }
  .complete {
    padding-bottom: 21em;
  }
  #toggleButton {
    display: none;
  }
  #toggleMobile {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .flexWrap {
    width: 100%;
  }
  .marginLeft {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .flexMain {
    margin-bottom: 2em;
  }
  .pageMain {
    padding: 1em;
  }
  .formHeader {
    padding-top: 1em;
  }

  .alignRight {
    display: none;
  }
  .hero {
    display: none;
  }
  #toggleMobile {
    display: none;
  }
}
/* wim consult */
/* .meganav__logo--wfa {
  width: 330px !important;
} */
@media screen and (min-width: 768px) {
.meganav__logo--wfa {
  width: 450px !important;
  left: 0.3em !important;
}
}
