@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;
}
.validateFocus > a {
  display: 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;
  padding: 1em 1.5em;
  background: #fff;
}
.sr-text {
  width: 0px;
  height: 0px;
  margin: 0;
  position: absolute;
  left: -10000px;
}

.article p,
.article li {
  font-size: 1.1em;
}

.inlineLink,
.linkUnderline,
li a {
  text-decoration: underline;
}

h1,
.h-topHeading {
  font-family: "WF Serif", Georgia, serif;
  font-weight: normal;
  line-height: 1.3em;
  color: inherit;
  font-size: 2.25em;
}

h2,
.h-subHeading {
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1.3em;
  color: inherit;
  font-size: 1.75em;
  margin-bottom: 15px;
}

h3,
.h-promoHeading {
  font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1.3em;
  color: inherit;
  font-size: 1.5em;
  color: inherit;
}

h4,
.h-linkHeading {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.13em;
  margin: 0;
}

.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;
  padding: 0 1em;
}
.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;
  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================*/

#pnl_15 legend {
  margin:10px 0 10px 0;
}

.add_person {float:left;  background-color: #b11521 !important; color: #fff; cursor: pointer; padding: 0.70em 1.5em; margin: 1em 1em 0 0;}
.add_person:hover {background-color: #6e1118 !important;}

.form-left, .form-right {width:47.5%;}
        
.form-left {float:left;}
.form-right {float:right;}

#pnl_15 hr {clear:both; display:block; border: 1px solid #b9b9b9;  margin:30px 0 25px 0;}
#pnl_15 hr::after {content:''; clear:both; display:block;}

@media screen and (max-width: 768px) {
  .form-left, .form-right {width:100%; float:none;}
}

.field-label-custom {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.13em;
  margin: 0;
}

form,
fieldset {
  border: 0;
}

.ebiz fieldset {
  margin: 0;
  padding: 0;
}

#pnl_5 > fieldset fieldset {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
#pnl_5 fieldset fieldset:nth-of-type(3) {
    margin-top: 1em;
}


legend:not(.field-label):not(.notHidden) {
  visibility: hidden;
  height: 0;
  position: absolute;
  left: -9999px;
}
legend.notHidden {
  padding-top: 1em;
}


label {
  /*fix*/
  display: inline-block;
  width: 100%;
  margin-top: 0.75em;
  white-space: nowrap;
}
[id*="fld_5"] label, label[for*="fld_5"] {
  white-space: unset;
}
label.radio-label {
    width: unset;
    margin-right: 1em;
}
.field-radio.inline:not(#fld_5_Topics) {
    display: flex;
    flex-direction: row;
}
.field-radio.inline label:not(.hasInnerInput) {
    width: unset;
    margin: 0 0.75em 0.5em 0.1em;
}
.field-radio.inline:not(#fld_5_Topics) input {
    margin-top: 5px;
    height: 13px;
}
@media screen and (min-width: 768px) {
  .field-radio.inline label:not(.hasInnerInput) {
    margin: 0 1em 0.5em 0.5em;
  }
}


[type="text"],
[type="tel"],
[type="email"],
[type="number"] {
  padding: 0.75em 0.75em;
  border: 1px solid #787070;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
}
.inline-item {
  display: inline-block;
}
label.hasInnerInput {
  width: 100px!important;
  display: inline-block;
  margin: 0 0 0.5em 0.5em;
}
.innerInput {
  display: inline-block;
  padding: 0.5em 0.5em;
  width: 50%;
  vertical-align: middle;
}

.innerInput.hidden {
  display: none;
}
.main__textarea {
  display: flex;
  flex-direction: column;
}
#fld_5_Notes {
  width: 50%;
}


select {
  -webkit-appearance: none;
  height: 44px;
  background-color: #fff;
  background-image: url(/images/icons/dropdown-arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: right;
  border: 1px solid #787070;
  width: 100%;
  border-radius: 5px;
  background-size: 4.2em 11px, 0%;
  padding: 0.8em;
}
@media all and (-ms-high-contrast: none) {
  select {
    height: auto;
    background: none;
  }
}


.zip {
  /*fix*/
  width: 45%;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.loginButton {
  border: 1px solid #00698c;
  border-radius: 4px;
  -webkit-border-radius: 0;
  background-color: #00698c !important;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  float: right;
  padding: 0.75em 1.5em;
}
.left {
  float: left;
}

.loginButton:hover {
  background-color: #ce4c00;
  border: 1px solid #ce4c00;
}

@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: 1em;
}

.marginBottom {
  margin-bottom: 1em;
}

.marginLeft {
  margin-left: 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;
}
/*=====================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;
}

/* -- Gold Header --*/

/*=======================page layout=======================*/
.fullWidth {
  text-align: center;
}
.hidden {
    display: none;
}

.page,
.footer--inner {
  max-width: 1080px;
  margin: 0 auto;
}

.pageHeader,
.pageFooter {
  width: 100%;
  background-color: #fff;
}

.pageContent {
  background: #f5f5f5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@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 {
  background: #f5f5f5;
  padding: 1em;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.pageInner {
  background: #fff;
  padding: 1em;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .pageMain:not(.noFlex) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pageMain.fullWidth {
    width: 100%;
  }
}

@media screen and (37.5em) {
  .loginPage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.flexMain {
  -webkit-flex: 1 0 65%;
  -ms-flex: 1 0 65%;
  flex: 1 0 65%;
}
.flexSide {
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  background: white;
  padding: 2em 0 0 1.5em;
}
.flexSide fieldset {
  border-bottom: 1px solid #44464a;
  padding-top: 1em;
}
@media screen and (min-width: 48em) {
  .flexSide fieldset {
    border-top: 0;
  }
  .flexMain {
    max-width: 65%;
  }
  .flexSide {
    max-width: 35%;
  }
}
.flexSide p {
  margin: 1em;
}

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

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

@media screen and (min-width: 58em) {
  .global {
    width: 60%;
    margin-left: 20%;
  }
}

.social {
  text-align: center;
  margin: 1em 0;
}

@media screen and (min-width: 48em) {
  .social {
    position: absolute;
    top: 3em;
    right: 0.5em;
  }
}

@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: 48em) {
  .stagecoach {
    float: right;
    margin: 4em 0;
  }
}

@media screen and (min-width: 56em) {
  .stagecoach {
    margin: 3em 0;
  }
}

.legal {
  font-size: 12px !important;
  color: #696b63;
}

.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) {
  .no-not-may {
    max-width: 70%;
  }
}

.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:focus {
  border: 1px dotted red;
}

.validationError {
  border-color: red !important;
  border-width: medium !important;
}

#divSubmitInProgress {
  display: none;
}
#divSubmitInProgress img {
  width: 38px;
}

.photo.left {
  max-width: 120px;
  margin-right: 1em;
  float: left;
  height: auto;
}

.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;
}
.strong.clearfix {
  margin-top: 0;
}

.radio-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 50px;
}
.radio-item.flex-radio {
  flex-wrap: wrap;
}

.radio-item label {
  width: unset;
  margin: 0 0 0 1em;
}

@media screen and (max-width: 768px) {
  .innerInput {
    width: calc(100% - 35px);
    margin-top: 5px;
    margin-left: 35px;
  }
  .radio-item {
    margin: 0.5em 0;
    min-height: 50px;
  }
}

.ErrorControl {
  background-color: #FBE3E4;
  border: solid 1px Red;
}

.subheading-padding {
    padding-left: 0.75em;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 1.13em;
}

#content #divSubmitInProgress { 
 display:none;  
}

#content #divSubmitInProgress img { 
  width: 38px; 
}

.outlook-link{
  font-size:20px;
}

p.learn-more{
  padding-bottom: 0;
}

.learn-more-list{
  list-style: none;
}

.bold {
  font-weight: bold;
}
