.standard .underlined {
  display: inline-block;
position: relative;
margin-bottom: 1.4rem;
padding-bottom: 1rem;
}
.standard .underlined::before {
  content: "";
  display: block;
  width: 80%;
  max-width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #1270B3;
}
.standard .underlined::after {
  content: "";
  display: block;
  width: 20%;
  max-width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #80BA30;
}

.standard__header h2 {
    margin-top: 1rem;
    margin-bottom: 2.4rem;
    padding-top: 0;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1.1;
    color: #2e373a;
}

.standard__header__splash {
        margin-top: 7rem;
    }

@media (max-width: 480px) {
  .standard .underlined::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .standard .underlined::after {
    left: 50%;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}
.standard__header {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 748px) {
  .standard__header {
    margin-bottom: 0rem;
  }
}
.standard__header img {
  width: 100%;
}
@media (max-width: 748px) {
  .standard__header img {
    width: 170%;
    margin-left: -70%;
  }
}
.standard__header__splash {
  max-width: 467px;
  width: 100%;
  font-size: 1.4rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
@media (max-width: 748px) {
  .standard__header__splash {
    max-width: none;
    width: 100%;
    margin-bottom: 4rem;
    position: relative;
    text-align: center;
  }
}
.standard__header h1 {
  padding-bottom: 1rem;
}
@media (max-width: 748px) {
  .standard__header h1 {
    font-size: 3rem;
  }
  .standard__header h1.underlined::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .standard__header h1.underlined::after {
    left: 50%;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}
.standard-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0 auto 6rem;
  -webkit-box-shadow: 0px 2px 39px -11px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 39px -11px rgba(0, 0, 0, 0.19);
  border: 1px solid rgba(227, 227, 227, 0.5);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.standard-card:last-child {
  margin-bottom: 0;
}
.standard-card__label {
  position: relative;
  padding: 3rem;
}
.standard-card__label h2 {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  color: #000;
  -webkit-transform: translateX(-48%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-48%) translateY(-50%) rotate(-90deg);
  transform: translateX(-48%) translateY(-50%) rotate(-90deg);
  white-space: nowrap;
}
.standard-card__img {
  padding: 4rem 1rem 0 4rem;
  background: #F5F5F5;
}
.standard-card__text {
  padding: 2rem;
}
.standard-card__title h4 {
  display: inline-block;
  margin-top: 0;
  background-color: #1270b2;
  color: #ffffff;
  padding: 0.9rem 1rem 0.9rem;
  line-height: 1rem;
  font-weight: normal;
}
.standard-card__description {
  font-size: 1.4rem;
}
.standard-card__description .terms li:before {
  top: .6rem;
}
.standard-card__features {
  margin-bottom: 2rem;
}
.standard-card__features h4 {
  margin-bottom: 1rem;
}
.standard-card__features__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.standard-card__features__list li {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000;
  background: #f5f8fa;
  padding: 5px 10px;
  border: 1px solid rgba(227, 227, 227, 0.5);
  border-radius: 20px;
}
.standard-card__buttons .button:first-child {
  margin-right: 4rem;
}
.standard__footer {
  padding: 24rem 14% 8rem;
  text-align: center;
  background: url(images/standard__footer-bg.png) 50% 50% no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .standard__footer {
    padding: 3rem 0%;
  }
}
.standard__footer h2 {
  font-size: 4rem;
}
.standard__footer h2.underlined::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.standard__footer h2.underlined::after {
  left: 50%;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
}
ul.tabs {
  margin: 0 0 5rem 2rem;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin: 0;
  margin-right: 3rem;
  cursor: pointer;
  padding: 0px;
  line-height: 31px;
  font-size: 1.6rem;
  color: #6b7980;
  background-color: #fff;
  border-bottom: 4px solid transparent;
  overflow: hidden;
  position: relative;
  text-align: center;
  /* width: 160px; */
  line-height: 7rem;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
ul.tabs li.active {
  border-color: #1270B2;
  display: block;
  color: #2e373a;
}
.tab_container {
  clear: both;
  width: 100%;
  min-height: 500px;
  background: #fff;
  overflow: hidden;
}
.tab_content {
  padding: 2rem;
  display: none;
  text-align: justify;
}
.tab_container .terms li {
  padding: 0 0 5px 20px;
}
.tab_drawer_heading {
  display: none;
  padding-left: 20px;
  color: #005999;
}
.tab_drawer_heading.d_active {
  color: #6c7980;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}