/* Heading tags */

@media (min-width: 50px) {
  h1 {
    font-family: 'Merriweather';
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    line-height: 1.2;
    font-size: 1.4rem;
  }
}

@media (min-width: 576px) {
  h1 {
    font-family: 'Merriweather';
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    line-height: 1.2;
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-family: 'Merriweather';
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    line-height: 1.3;
    font-size: 2.2rem;
  }
}

/* type settings site 1rem = 16px */

.body-grey-color {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 100%;
  background-color: #f0f0ee;
}

.body-text-center {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 100%;
  color: black;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.325;
}

.body-text {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 100%;
  color: black;
  font-size: 1rem;
  line-height: 1.3;
}

.lost-page {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 5rem;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.lost-page-text {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* about page */

.logo {
  height: 50px;
}

@media (min-width: 300px) {
  .terms-of-use {
    font-size: 5rem;
    font-weight: 200;
    height: 75vh;
    background-image: url(../../assets/img/terms-of-Use.jpg);
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .terms-of-use {
    font-size: 5rem;
    font-weight: 200;
    height: 75vh;
    background-image: url(../../assets/img/terms-of-Use.jpg);
    color: white;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 60px;
  }
}

/* confirmation page */

.welcome {
  font-size: 5rem;
  font-weight: 200;
  height: 65vh;
  background-image: url(../../assets/img/couple-finding-family-energy.jpg);
  color: white;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100vw;
  background-position: center;
}

@media (min-width: 50px) {
  .welcome-header {
    background-color: rgba(0,0,0,0.51);
    padding: 15px 0 0 0;
    width: 75vw;
    border-radius: 10px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 200;
    height: 75px;
  }
}

@media (min-width: 576px) {
  .welcome-header {
    background-color: rgba(0,0,0,0.51);
    padding: 15px 0 0 0;
    width: 75vw;
    border-radius: 10px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 200;
    height: 100px;
  }
}

@media (min-width: 992px) {
  .welcome-header {
    background-color: rgba(0,0,0,0.51);
    padding: 10px 0 0 0;
    width: 75vw;
    border-radius: 10px;
    text-align: center;
    font-size: 3.8rem;
    font-weight: 200;
    height: 125px;
  }
}

.confirmation-box {
  background-color: rgb(191,191,191);
  color: white;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 1.7rem;
  padding-left: 50px;
  line-height: 2;
}

.confirmation-number {
  font-size: 2rem;
  padding-left: 25px;
  font-family: 'Open Sans';
}

.welcome-title {
  font-family: 'Merriweather';
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  padding: 20px;
}

@media (min-width: 300px) {
  .welcome-body {
    font-family: 'Open Sans';
    padding: 20px 50px 50px 10px;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .welcome-body {
    font-family: 'Open Sans';
    padding: 20px 50px 50px 10px;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (min-width: 300px) {
  .title-enrollment {
    font-weight: 600;
    font-family: 'Merriweather';
    text-transform: uppercase;
    font-size: 1.495rem;
    padding-top: 4.5rem;
  }
}

@media (min-width: 768px) {
  .title-enrollment {
    font-weight: 600;
    font-family: 'Merriweather';
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-top: 4.5rem;
  }
}

@media (min-width: 992px) {
  .title-enrollment {
    font-weight: 400;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-top: 4.5rem;
  }
}

.title-enroll-feedback2 {
  font-weight: 900;
  font-family: 'Merriweather';
  font-size: 1rem;
  padding-top: 20px;
  padding-bottom: 10px;
}

.title-enroll-feedback {
  font-weight: 500;
  font-family: 'Open Sans';
  font-size: 1rem;
  padding-top: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.error-input {
  color: red;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 1rem;
}

.mailing-label {
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: .800rem;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 0;
  color: #8c8c8c;
  margin: 0;
}

.subtitle-enroll-feedback2 {
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: .800rem;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 0;
  color: #8c8c8c;
  margin: 0;
}

.subtitle-enroll-feedback {
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: .800rem;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 0;
}

.plan-display {
  font-family: 'Open Sans';
  font-size: 1.7rem;
  color: #3182c8;
  font-weight: 700;
  line-height: .5;
  line-height: 1.2;
  padding-bottom: 8px;
}

.plan-display-term {
  font-family: 'Open Sans';
  font-size: 2.5rem;
  color: #3182c8;
  font-weight: 700;
  line-height: .5;
}

.plan-display-price {
  font-family: 'Open Sans';
  font-size: 2.4rem;
  color: #3182c8;
  font-weight: 700;
  line-height: .5;
}

.display-f-address-mailing {
  font-family: 'Open Sans';
  font-size: 1.1rem;
  font-weight: 400;
  color: black;
  border: 0.5px solid rgb(176,176,176);
  border-radius: 5px;
  padding: 15px 5px 0px 5px;
  justify-content: center;
  margin: 0;
  margin-bottom: 10px;
}

.display-client-info {
  font-family: 'Open Sans';
  font-size: 1.1rem;
  font-weight: 400;
  color: black;
  border: 0.5px solid rgb(176,176,176);
  border-radius: 5px;
  padding: 15px 5px 0px 5px;
  justify-content: center;
  margin: 0;
  margin-bottom: 10px;
}

.info-feed-links {
  padding-bottom: 20px;
  padding-top: 35px;
}

.info-feed-links li {
  padding-bottom: 5px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: .8rem;
}

.account-valid-title {
  font-family: 'Open Sans';
  font-size: 1.3rem;
  font-weight: 700;
  color: #9f9f9f;
}

.required {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 20px;
}

.fa.fa-asterisk.asterisk {
  font-size: 11px;
  padding-right: 4px;
  color: rgb(255,0,0);
}

.fa.fa-asterisk.asterisk2 {
  font-size: 8px;
  color: rgb(255,0,0);
  float: right;
  position: absolute;
  top: 8px;
  left: 5px;
}

.fa.fa-asterisk.asterisk3 {
  font-size: 10px;
  color: rgb(255,0,0);
  float: right;
  top: 15px;
  position: relative;
  right: 100px;
}

.disclam-NoPaddingTop {
  font-family: 'Open Sans';
  font-size: 0.8rem;
}

.disclam {
  font-family: 'Open Sans';
  font-size: 0.8rem;
  padding-top: 15px;
}

.body-redirect {
  padding-top: 10px;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 1.2rem;
}

.title-redirect {
  text-align: center;
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 2rem;
  padding-top: 4.5rem;
}

#mybor {
  overflow: scroll;
  z-index: 99999;
}

.bolded_body2 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 1.2rem;
}

.bolded_body {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 1rem;
}

.boldedBodyPhoneDesclaimer {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: .8rem;
}

.hints {
  font-style: oblique;
  font-family: 'Open Sans';
  font-weight: 600;
  color: rgb(23 120 12);
  padding-top: 10px;
  line-height: 1.4;
  letter-spacing: 1.8px;
}

.lightgrey_body {
  font-family: 'Open Sans';
  font-size: .8rem;
  color: rgb(159,158,158);
}

.comments {
  font-family: 'Open Sans';
  font-size: 1rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.utility {
  font-family: 'Open Sans';
  font-size: 1rem;
  font-weight: 600;
}

.commodity {
  font-family: 'Open Sans';
  font-size: 1rem;
  font-weight: 600;
}

/* forms settings */

.extention-phone {
  width: 25%;
  position: absolute;
  margin-left: 50%;
}

.phone {
  position: relative;
  width: 50%;
  float: left;
}

.fieldset-sorry {
  border: 1px solid black;
  margin: 0;
  padding: 25px;
  margin-top: 25px;
  background-color: #fcfcfc;
  border-radius: 10px;
  max-width: 750px;
  width: 100%;
}

fieldset .referralCode {
  border: 1px solid black;
  margin: 0;
  padding: 25px;
  margin-top: 25px;
  background-color: #fcfcfc;
  border-radius: 10px;
}

fieldset {
  border: 1px solid black;
  margin: 0;
  padding: 25px;
  margin-top: 25px;
  background-color: #fcfcfc;
  border-radius: 10px;
}

.legendReferral {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 135px;
  padding-left: 5px;
}

legend {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 322px;
  padding-left: 5px;
}

.legend2Spanish {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 200px;
  padding-left: 5px;
}

.legend2 {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  width: 150px;
  padding-left: 5px;
}

.legend3 {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  width: 260px;
  padding-left: 5px;
}

.legend4 {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  width: 175px;
  padding-left: 5px;
}

.form-label4 {
  font-family: 'Open Sans';
  font-size: .875rem;
  color: rgba(0,0,0,0.7);
  font-weight: 700;
  width: 100%;
}

.form-label3 {
  font-family: 'Open Sans';
  font-size: .875rem;
  color: rgba(0,0,0,0.7);
  font-weight: 700;
  width: 100%;
}

.form-label2 {
  font-family: 'Open Sans';
  font-size: .875rem;
  color: rgba(0,0,0,0.7);
  font-weight: 700;
  width: 100%;
}

.form-label {
  font-family: 'Open Sans';
  font-size: .875rem;
  color: rgba(0,0,0,0.7);
  font-weight: 700;
  width: 100%;
  max-width: 320px;
}

.drop {
  height: auto;
}

.account-info-code {
  height: 50px;
  max-width: 350px;
  width: 100%;
  background-color: #eaeaea;
  border-radius: 5px;
  border: 1px solid black;
}

.bg-display-enroll-col {
  background-color: #e8e8e8;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .call-action-heading {
    font-family: 'Open Sans';
    font-weight: 400;
    color: white;
    font-size: 1.5rem;
  }
}

.call-action-list {
  font-family: 'Open Sans';
  font-weight: 600;
  color: white;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.title {
  font-family: 'Merriweather';
  font-weight: 800;
  font-size: 1.50rem;
  text-align: center;
  padding: 25px 0 15px 0;
  color: #2c5092;
  text-transform: capitalize;
}

.title-three-steps2 {
  font-family: 'Open Sans';
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 0 10px 0;
  font-weight: 600;
  color: #4a4a4a;
}

.title-three-steps {
  font-family: 'Merriweather';
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 0 10px 0;
  font-weight: 600;
  color: #2c5092;
}

/* contact page */

@media (min-width: 300px) {
  #contact-section {
    margin: auto;
    max-width: 750px;
    background-color: white;
    top: -20px;
    padding: 25px;
    border-radius: 10px;
  }
}

@media (min-width: 768px) {
  #contact-section {
    position: relative;
    margin: auto;
    max-width: 750px;
    background-color: white;
    top: -50px;
    padding: 25px;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  #contact-section {
    position: relative;
    margin: auto;
    max-width: 750px;
    background-color: white;
    top: -80px;
    padding: 25px;
    border-radius: 10px;
  }
}

/* cards */

.cards {
  background-color: white;
  box-shadow: 5px 5px 5px rgba(193,193,193,0.35);
  padding: 10px;
  margin: 5px;
}

#bor_title {
  font-family: 'Merriweather';
  font-size: 1rem;
  font-weight: 700;
}

/* breaker index section */

.breaker1 {
  background-color: white;
}

/* select dropdown styling */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffffff;
  background-image: none;
  border: 1px solid #626262;
}

.select {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 20rem;
  height: 3em;
  line-height: 3;
  overflow: hidden;
  border-radius: .25em;
  border: 1px solid #c6c6c6;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: auto;
}

.select-enroll {
  position: relative;
  display: flex;
  height: 3em;
  line-height: 3;
  overflow: hidden;
  border-radius: .25em;
  border: 1px solid #c6c6c6;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: auto;
}

.select-enroll::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #b7d432;
  cursor: pointer;
  color: #718809;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #b7d432;
  cursor: pointer;
  color: #718809;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

select {
  flex: 1;
  padding: 0 .5em;
  cursor: pointer;
  font-family: 'Lato';
  font-size: 1rem;
}

select::-ms-expand {
  display: none;
}

.select:hover::after {
  color: #ffffff;
}

.select-enroll:hover::after {
  color: #ffffff;
}

.rateClass .select {
  margin-left: 0;
  max-width: 350px;
}

/* index banner */

.jumbotron.indexBanner {
  background-image: url(../../assets/img/momAndDaughter.jpg);
  height: 100vh;
  width: 100%;
  padding: 0;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.overlayIndexJumbo {
  height: inherit;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: rgba(61,61,61,0.53);
}

.item {
  clear: both;
  padding: .360rem;
  counter-increment: list;
  font-size: 1rem;
  line-height: 1.375;
  font-family: 'Open Sans';
  font-weight: 600;
  align-items: center;
  display: block;
}

.item:before {
  content: counter(list);
  width: 3rem;
  height: 3rem;
  float: left;
  margin: 0 15px 0 0;
  color: white;
  background: linear-gradient(-230deg, #b7d432, #718809);
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-family: 'Lato';
  font-weight: 800;
}

.edit {
  margin-bottom: -5px;
  text-decoration: underline;
  font-size: .865rem;
  font-family: 'Open Sans';
  font-weight: 400;
}

/* positioning - spacing - hidden/show */

.hidden {
  display: none;
}

.center {
  display: flex;
  justify-content: center;
}

.right {
  display: flex;
  justify-content: right;
}

.left {
  display: flex;
  justify-content: left;
}

.spacing {
  padding: 10px;
}

.mleft20 {
  margin-left: 25px;
}

.mleft25 {
  margin-left: 25px;
  float: left;
}

.mleft40 {
  margin-left: 40px;
}

.mleft60 {
  margin-left: 60px;
}

.spacing25 {
  padding: 25px;
}

.spacing35 {
  padding: 35px;
}

.spacing50 {
  padding: 50px;
}

.top-padding15 {
  padding-top: 15px;
}

.top-padding25 {
  padding-top: 25px;
}

.top-padding35 {
  padding-top: 35px;
}

.breaker1-image {
  background-image: url(../../assets/img/DayPlayingPlane.jpg);
  height: 65vh;
  background-position: center;
  background-size: cover;
}

.breaker-text {
  max-width: 750px;
}

.largerCheckbox {
  width: 18px;
  height: 18px;
}

@media (min-width: 300px) and (max-width:992px) {
  .next-butn-mobile {
    display: none;
    visibility: hidden;
  }
}

.modal-dialog-scrollable .modal-body {
  font-family: 'Open Sans';
  font-size: .95rem;
  font-weight: 400;
}

@media (min-width: 50px) {
  .text-center.subtitle {
    font-family: 'Open Sans';
    font-size: .8rem;
    max-width: 855px;
  }
}

@media (min-width: 576px) {
  .text-center.subtitle {
    font-family: 'Open Sans';
    font-size: 1rem;
    max-width: 855px;
  }
}

@media (min-width: 768px) {
  .text-center.subtitle {
    font-family: 'Open Sans';
    font-size: 1.125rem;
    max-width: 960px;
  }
}

/* Hide all anchor tags without links */

a[href=''] {
  display: none;
}

/* navbar styling */

.bsnav {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 50;
}

.navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .nav-link {
  color: black !important;
}

.navbar.navbar-expand-lg.bsnav.bsnav-dark.fixed-top {
  background-color: #fff;
}

.bsnav-mobile .navbar.bsnav-dark {
  background: #454545 !important;
}

.bsnav-mobile-overlay {
  background: rgba(0,0,0,0.5);
}

.dropDownArrow {
  margin-left: 5px;
  margin-right: 5px;
}

.navbar-nav .selectLanguage li a {
  background: #ffffff;
  display: block;
}

.navbar-nav .selectLanguage li {
  background: #ffffff;
  padding: 12px;
}

.LaguageLinkColor {
  color: black;
  padding-left: 10px;
}

.legendReferralSpanish {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 200px;
  padding-left: 5px;
}

/* hamburger menu */
.bsnav-dark .navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::before,
.bsnav-dark .navbar-toggler .navbar-toggler-icon::after {
  background-color: black !important;
}

.bsnav-mobile .navbar-nav .nav-item .nav-link {
  color: white !important;
}