.input-with-unit {
  display: flex;
  align-items: center;
}
.input-with-unit div.unit {
  min-width: 20%;
  text-align: right;
}

.input-with-unit input, .input-with-unit div.unit {
  flex-grow: 1;
}

.divSection.invalid {
  background-color: #e8cdcd;
}
html, body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: underline;
  color: #599dcf;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.hide-on-mobile {
  visibility: hidden !important;
  display: none !important;
}

.mobile-only {
  visibility: visible !important;
  /*display: block !important; -- can't see the spacer with it */
}

.responsive-container {
  display: block;
}

.responsive-two-cols-inverted-on-mobile {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-grow: 1;
}

.m-full-width {
  display: block;
  width: 100%;
}

.popover-content h3 
{
    padding: 0 !important;
}

@media all and (min-width: 768px) {
  .m-full-width {
    width: auto;
  }

  a[href*="tel:"] {
    pointer-events: none;
  }

  .responsive-two-cols-inverted-on-mobile {
    display: flex;
    flex-direction: row;
  }

  .hide-on-mobile {
    visibility: visible !important;
    display: block !important;
  }

  .mobile-only {
    visibility: hidden !important;
    display: none !important;
  }

  .responsive-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .d-half-width {
    display: inline-block;
    width: 49%;
  }
}

.popover-content h3 {
    color: #599dcf;
    font-size: 1.17em !important;
    margin: 1em 0 !important;
    font-weight: bold !important;
    border-bottom: none !important;
}

.popover-content .boxed {
  border: 2px solid #f3f3f3;
  padding: .9375rem 1.125rem;
  margin: 1.25rem 0;
}

.popover-content .boxed ul {
  list-style-type: none;
  padding: 0;
  margin: .64286em 0;
}

.popover-content .boxed ul li {
  padding-left: 2.85714em;
  background: url(/assets/fancy-checkbox.png) no-repeat 0 .35714em;
  background-size: auto 1.5em;
  min-height: 2.2em;
}

.popover-content .boxed ul li:not(:first-child) {
  margin-top: .64286em;
}

.popover-content .twoCols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popover-content .twoCols .left {
  width: 100%;
  min-width: 100%;
}
.popover-content .twoCols .right {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {

  .popover-content .termsOfUseHeader {
    margin: 0;
    font-weight: 500;
    font-size: 1.125rem;
  }

  .popover-content .termsOfUseHeader + p {
    margin-top: 5px;
  }

  .popover-content h4 {
    margin: 0;
    font-weight: 500;
    font-size: 1.125rem;
  }

    .popover-content h3 {
        font-weight: bold !important;
        font-size: 1.875rem !important;
        line-height: 1.2em !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-bottom: none !important;
    }

  .popover-content .twoCols .left {
    width: 55%;
    min-width: 55%;
  }
  .popover-content .twoCols .right {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }
}
.popover-content img {
  max-width: 100%;
}


.popover-content .twoCols .right .knowWhat {
  background: #599dcf;
  color: #fff;
  border-radius: .5625rem;
  padding: .9375rem 1.25rem;
}

.popover-content .twoCols .right .knowWhat h5 {
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem;
}

.popover-content hr {
  border: 0;
  margin: 1.25rem 0;
  border-top: .125rem solid #f3f3f3;
}
