/**
 * Toolkit styles
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}
*:focus {
  outline-style: auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  margin-left: 24px;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Gotham";
  font-display: auto;
  src: url("/fonts/Gotham/Gotham-Bold.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  font-display: auto;
  src: url("/fonts/Gotham/Gotham-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  font-display: auto;
  src: url("/fonts/Gotham/Gotham-Book.otf");
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: Gotham;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
}

h2,
.h2 {
  font-family: Gotham;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
}

h3,
.h3 {
  font-family: Gotham;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
}

p {
  font-family: Gotham;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
}
p.p1 {
  font-size: 1rem;
}
p.p2 {
  font-size: 0.875rem;
}
p.p3 {
  font-size: 0.875rem;
}
p.p4 {
  font-size: 0.75rem;
}
p.p5 {
  font-size: 0.75rem;
}

a {
  display: block;
  color: #007AFF;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: underline;
}
a:hover {
  font-weight: 500;
}

.bold {
  font-weight: 900;
}

input,
.input {
  font-size: 0.875rem;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.justify-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.justify-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}
.justify-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.justify-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.justify-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.justify-baseline {
  -webkit-justify-content: baseline;
  -moz-justify-content: baseline;
  -ms-justify-content: baseline;
  justify-content: baseline;
  -ms-flex-pack: baseline;
}

.align-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.align-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.full-width-button .button {
  width: 100%;
}

.fw-bold {
  font-weight: 900;
}
.fw-medium {
  font-weight: 500;
}
.fw-base {
  font-weight: 400;
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hide-on-mobile {
    display: initial;
  }
}
.hide-on-desktop {
  display: initial;
}
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}

.display-inline {
  display: inline;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}

.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}

.bg-color__primary-dark {
  background-color: #000000;
}

.text-color__primary-dark {
  color: #000000;
}

.bg-color__dark {
  background-color: #333333;
}

.text-color__dark {
  color: #333333;
}

.bg-color__medium {
  background-color: #666666;
}

.text-color__medium {
  color: #666666;
}

.bg-color__light {
  background-color: #999999;
}

.text-color__light {
  color: #999999;
}

.bg-color__off-grey {
  background-color: #D8D8D8;
}

.text-color__off-grey {
  color: #D8D8D8;
}

.bg-color__off-white {
  background-color: #F6F6F6;
}

.text-color__off-white {
  color: #F6F6F6;
}

.bg-color__primary-light {
  background-color: #FFFFFF;
}

.text-color__primary-light {
  color: #FFFFFF;
}

.bg-color__base {
  background-color: #888888;
}

.text-color__base {
  color: #888888;
}

.bg-color__warning {
  background-color: #FFBB38;
}

.text-color__warning {
  color: #FFBB38;
}

.bg-color__success {
  background-color: #18A957;
}

.text-color__success {
  color: #18A957;
}

.bg-color__error {
  background-color: #DF1642;
}

.text-color__error {
  color: #DF1642;
}

.bg-color__general {
  background-color: #007AFF;
}

.text-color__general {
  color: #007AFF;
}

.fs-12 {
  font-size: 0.75rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-36 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .fs-dt-12 {
    font-size: 0.75rem;
  }
  .fs-dt-14 {
    font-size: 0.875rem;
  }
  .fs-dt-16 {
    font-size: 1rem;
  }
  .fs-dt-18 {
    font-size: 1.125rem;
  }
  .fs-dt-24 {
    font-size: 1.5rem;
  }
  .fs-dt-36 {
    font-size: 2.25rem;
  }
}

.margin-l-0 {
  margin-left: 0;
}
.margin-l-auto {
  margin-left: auto;
}
.margin-l-5 {
  margin-left: 5px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-l-15 {
  margin-left: 15px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-l-25 {
  margin-left: 25px;
}
.margin-l-30 {
  margin-left: 30px;
}
.margin-l-35 {
  margin-left: 35px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-l-45 {
  margin-left: 45px;
}
.margin-l-50 {
  margin-left: 50px;
}
.margin-r-0 {
  margin-right: 0;
}
.margin-r-auto {
  margin-right: auto;
}
.margin-r-5 {
  margin-right: 5px;
}
.margin-r-10 {
  margin-right: 10px;
}
.margin-r-15 {
  margin-right: 15px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-r-25 {
  margin-right: 25px;
}
.margin-r-30 {
  margin-right: 30px;
}
.margin-r-35 {
  margin-right: 35px;
}
.margin-r-40 {
  margin-right: 40px;
}
.margin-r-45 {
  margin-right: 45px;
}
.margin-r-50 {
  margin-right: 50px;
}
.margin-t-0 {
  margin-top: 0;
}
.margin-t-auto {
  margin-top: auto;
}
.margin-t-5 {
  margin-top: 5px;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-25 {
  margin-top: 25px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-35 {
  margin-top: 35px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-45 {
  margin-top: 45px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-b-0 {
  margin-bottom: 0;
}
.margin-b-auto {
  margin-bottom: auto;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-25 {
  margin-bottom: 25px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-35 {
  margin-bottom: 35px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-b-45 {
  margin-bottom: 45px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-x-0 {
  margin-left: 0;
  margin-right: 0;
}
.margin-x-auto {
  margin-left: auto;
  margin-right: auto;
}
.margin-x-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-x-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-x-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-x-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-x-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.margin-x-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-x-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.margin-x-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-x-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.margin-x-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.margin-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.margin-y-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-y-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-y-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-y-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-y-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-y-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.margin-y-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-y-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.margin-y-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.padding-l-0 {
  padding-left: 0;
}
.padding-l-5 {
  padding-left: 5px;
}
.padding-l-10 {
  padding-left: 10px;
}
.padding-l-15 {
  padding-left: 15px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-l-25 {
  padding-left: 25px;
}
.padding-l-30 {
  padding-left: 30px;
}
.padding-l-35 {
  padding-left: 35px;
}
.padding-l-40 {
  padding-left: 40px;
}
.padding-l-45 {
  padding-left: 45px;
}
.padding-l-50 {
  padding-left: 50px;
}
.padding-r-0 {
  padding-right: 0;
}
.padding-r-5 {
  padding-right: 5px;
}
.padding-r-10 {
  padding-right: 10px;
}
.padding-r-15 {
  padding-right: 15px;
}
.padding-r-20 {
  padding-right: 20px;
}
.padding-r-25 {
  padding-right: 25px;
}
.padding-r-30 {
  padding-right: 30px;
}
.padding-r-35 {
  padding-right: 35px;
}
.padding-r-40 {
  padding-right: 40px;
}
.padding-r-45 {
  padding-right: 45px;
}
.padding-r-50 {
  padding-right: 50px;
}
.padding-t-0 {
  padding-top: 0;
}
.padding-t-5 {
  padding-top: 5px;
}
.padding-t-10 {
  padding-top: 10px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-t-25 {
  padding-top: 25px;
}
.padding-t-30 {
  padding-top: 30px;
}
.padding-t-35 {
  padding-top: 35px;
}
.padding-t-40 {
  padding-top: 40px;
}
.padding-t-45 {
  padding-top: 45px;
}
.padding-t-50 {
  padding-top: 50px;
}
.padding-b-0 {
  padding-bottom: 0;
}
.padding-b-5 {
  padding-bottom: 5px;
}
.padding-b-10 {
  padding-bottom: 10px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-b-25 {
  padding-bottom: 25px;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.padding-b-35 {
  padding-bottom: 35px;
}
.padding-b-40 {
  padding-bottom: 40px;
}
.padding-b-45 {
  padding-bottom: 45px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}
.padding-x-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-x-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.padding-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-x-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.padding-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-x-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.padding-x-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.padding-y-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-y-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-y-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.padding-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-y-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Global styles */
body {
  font-family: Gotham, Arial, sans;
}

hr {
  margin: 50px -25px 25px;
  height: calc(5px - 4px);
  background-color: #000000;
  opacity: 0.3;
  width: 100%;
}
@media (min-width: 768px) {
  hr {
    margin: 50px -35px 35px;
  }
}

@media (min-width: 1024px) {
  .container__wide {
    max-width: 1724px;
  }
}
.container__landing {
  padding: 50px 20px;
}
.container__overlay {
  padding: 0;
}

@media (min-width: 768px) {
  .two-column-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.two-column-wrapper .heading-area {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .two-column-wrapper .heading-area {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .two-column-wrapper .wrapped {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .two-column-wrapper .wrapped .input-wrapper,
  .two-column-wrapper .wrapped .custom-select,
  .two-column-wrapper .wrapped .informational-text {
    width: 50%;
    margin-left: 10px;
  }
  .two-column-wrapper .wrapped .input-wrapper:first-child,
  .two-column-wrapper .wrapped .custom-select:first-child,
  .two-column-wrapper .wrapped .informational-text:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .two-column-wrapper .wrapped .custom-select {
    max-width: 233px;
    margin-right: calc(10px - 8px);
  }
}
@media (min-width: 1024px) {
  .two-column-wrapper .wrapped .informational-text {
    align-items: center;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .two-column-wrapper .column {
    width: calc(50% - 35px);
  }
}
@media (min-width: 1024px) {
  .two-column-wrapper .column {
    width: calc(50% - 50px);
  }
}
@media (min-width: 768px) {
  .two-column-wrapper .column__one {
    order: 2;
    margin-top: calc(100px - 4px);
  }
}
.two-column-wrapper .column__two {
  margin-top: 35px;
  width: 100%;
}
@media (min-width: 768px) {
  .two-column-wrapper .column__two {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .two-column-wrapper .column__two {
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .two-column-wrapper .column__two .heading-area {
    margin-right: -385px;
  }
}

.continue-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  flex-grow: 1;
  margin: 0 20px 40px;
}
.continue-area hr {
  margin-left: 0;
  margin-right: 0;
}
.continue-area .link {
  align-self: center;
  order: 2;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .continue-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1008px;
    margin: 0 auto;
  }
  .continue-area .link {
    margin-right: auto;
    margin-top: 0;
    order: 1;
  }
  .continue-area .link.margin-r-10 {
    margin-right: 10px;
  }
}

.page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  min-height: 100vh;
}
.page-wrapper {
  position: relative;
  padding: 30px 20px;
  margin: 0 auto;
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .page-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 72px 96px 72px;
    max-width: 1200px;
    margin: 0 auto;
    max-height: calc(100% - 144px);
  }
}
@media (min-width: 768px) {
  .page-wrapper.form {
    padding: 72px 50px;
  }
}
@media (min-width: 900px) {
  .page-wrapper.form {
    padding: 72px 96px;
  }
}

.form-area {
  color: #333333;
}
.form-area h3 {
  font-size: 1.125rem;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .form-area h3 {
    font-size: 1.5rem;
    padding-top: 70px;
  }
}

.legal-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  flex-grow: 1;
  margin: 0 0 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .legal-area {
    max-width: 1008px;
    width: 100%;
    align-items: flex-start;
    margin: 0 auto;
  }
}
.legal-area h3 {
  display: none;
}
@media (min-width: 768px) {
  .legal-area h3 {
    display: block;
    font-size: 1.5rem;
    padding-top: 70px;
  }
}

.heading-area h1 {
  color: #333333;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .heading-area h1 {
    font-size: 2.25rem;
  }
}
.heading-area p {
  color: #666666;
  padding-top: 10px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .heading-area p {
    font-size: 1.125rem;
  }
}
.heading-area a {
  margin-top: 45px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .heading-area a {
    margin-top: 80px;
    font-size: 1.5rem;
  }
}

.continue-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  flex-grow: 1;
  margin: 0 0 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .continue-area {
    max-width: 1008px;
    width: 100%;
    align-items: flex-end;
    margin: 0 auto;
  }
}
.continue-area hr {
  margin-left: 0;
  margin-right: 0;
}
.continue-area .link {
  align-self: center;
}
@media (min-width: 768px) {
  .continue-area .link {
    align-self: start;
  }
}
.continue-area div {
  width: 100%;
}
@media (min-width: 768px) {
  .continue-area div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.continue-area div .button {
  order: 2;
}

.benefits-area {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .benefits-area {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.benefits-area hr {
  display: none;
}
@media (min-width: 768px) {
  .benefits-area hr {
    display: block;
    margin: 45px 0 0;
  }
}

.plan-type-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .plan-type-area {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1008px;
  }
}

.fill-base-light {
  fill: #e7e7e7;
}
.fill-base-medium {
  fill: #9c9c9c;
}
.fill-base {
  fill: #888888;
}
.fill-warning {
  fill: #FFBB38;
}
.fill-success {
  fill: #18A957;
}
.fill-error {
  fill: #DF1642;
}
.fill-general {
  fill: #007AFF;
}

.stroke-base {
  stroke: #888888;
}
.stroke-warning {
  stroke: #FFBB38;
}
.stroke-success {
  stroke: #18A957;
}
.stroke-error {
  stroke: #DF1642;
}
.stroke-general {
  stroke: #007AFF;
}

.-match svg [fill*="#"]:not([fill*="#FFF"]):not([fill*="#fff"]),
.-brand-svg svg [fill*="#"]:not([fill*="#FFF"]):not([fill*="#fff"]),
.-selected svg [fill*="#"]:not([fill*="#FFF"]):not([fill*="#fff"]),
.-branded svg [fill*="#"]:not([fill*="#FFF"]):not([fill*="#fff"]) {
  fill: #888888;
}
.-match svg [stroke*="#"]:not([stroke*="#FFF"]):not([stroke*="#fff"]),
.-brand-svg svg [stroke*="#"]:not([stroke*="#FFF"]):not([stroke*="#fff"]),
.-selected svg [stroke*="#"]:not([stroke*="#FFF"]):not([stroke*="#fff"]),
.-branded svg [stroke*="#"]:not([stroke*="#FFF"]):not([stroke*="#fff"]) {
  stroke: #888888;
}

svg.icon.-check [fill*="#"]:not([fill*="#FFF"]):not([fill*="#fff"]) {
  fill: #18A957;
}
svg.icon.-check [stroke*="#"]:not([stroke*="#FFF"]):not([stroke*="#fff"]) {
  stroke: #18A957;
}

.alert {
  padding: 20px;
  border: 2px solid;
  border-radius: 6px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .alert {
    padding: 35px 35px 40px;
  }
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  line-height: 1;
  margin-bottom: 15px;
}
.alert p {
  line-height: 1.5;
}
.alert.-error {
  background-color: #fffafb;
  border-color: #DF1642;
}
.alert.-success {
  background-color: #f0fdf6;
  border-color: #18A957;
}
.alert.-general {
  background-color: #f5faff;
  border-color: #007AFF;
}
.alert.-warning {
  background-color: #fffbf5;
  border-color: #FFBB38;
}
.alert.-notice {
  background-color: whitesmoke;
  border: 1px solid #999999;
  color: #DF1642;
  padding: 20px 20px 20px 55px;
}
@media (min-width: 768px) {
  .alert.-notice {
    padding: 25px 25px 25px 60px;
  }
}
.alert .button {
  margin-top: 25px;
}
.alert-title {
  font-weight: 900;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
}
.alert-title:before {
  content: "";
  background: url("../../images/addon/icons/tooltip-warning.svg");
  display: block;
  position: absolute;
  background-size: cover;
  left: -30px;
  top: calc(5px - 3px);
  width: 20px;
  height: 20px;
}

button,
.button {
  cursor: pointer;
  height: auto;
  padding: 15px 35px;
  border: none;
  border-radius: 3px;
  background-color: #888888;
  font-family: Gotham;
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  width: 100%;
}
@media (min-width: 768px) {
  button,
  .button {
    width: auto;
  }
}
button.-secondary,
.button.-secondary {
  border: solid 1px #D8D8D8;
  background-color: #FFFFFF;
  color: #888888;
}
button[disabled], button.-disabled,
.button[disabled],
.button.-disabled {
  background-color: #999999;
  pointer-events: none;
}

button.link {
  background: none;
  text-align: left;
  border: 0;
  margin-top: 30px;
  margin-bottom: 5px;
  text-decoration: none;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  button.link {
    margin-top: 35px;
    text-decoration: underline;
    margin-bottom: 0;
  }
}
button.link[type=grey] {
  color: #666666;
}

.container.-generic {
  border-radius: 6px;
  border: solid 1px #D8D8D8;
  background: #FFFFFF;
  padding: 20px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .container.-generic {
    padding: 35px;
    margin: 0 auto 35px;
    width: 100%;
  }
}
.container.-generic .column {
  width: 100%;
}
.container.-generic .column:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .container.-generic .column {
    width: auto;
  }
  .container.-generic .column:not(:last-of-type) {
    margin: 0 70px 0 0;
  }
  .container.-generic .column:last-of-type {
    margin: 0;
  }
}
.container.-generic .column-wrapper {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .container.-generic .column-wrapper {
    flex-wrap: nowrap;
  }
}
.container.-questions {
  border-radius: 6px;
  border: solid 1px #D8D8D8;
  background: #FFFFFF;
  padding: 20px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .container.-questions {
    padding: 35px 35px 40px;
    margin: 0 auto 35px;
  }
}
.container.-grey {
  border: solid 1px #D8D8D8;
  background-color: #F6F6F6;
  padding: 25px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .container.-grey {
    border-radius: 6px;
    padding: 35px;
  }
}

.icon {
  display: block;
}
.icon__logo-360-color {
  height: calc(60px + 1px);
  width: auto;
}
.icon.-close {
  height: calc(25px - 1px);
  width: auto;
  margin-right: -5px;
}
.icon.-individual-simple {
  height: calc(20px + 1px);
  width: auto;
  margin-left: calc(-5px + 1px);
  object-fit: contain;
}
@media (min-width: 768px) {
  .icon.-individual-simple {
    height: auto;
  }
}
.icon.-check {
  min-height: calc(25px - 1px);
  min-width: calc(25px - 1px);
  object-fit: contain;
}
.icon.-selected, .icon.-deselected, .icon.-disabled {
  height: calc(50px - 2px);
  width: auto;
}
.icon.-ind-plan.-match, .icon.-fam-plan.-match {
  margin-right: -20px;
}
@media (min-width: 768px) {
  .icon.-ind-plan.-match, .icon.-fam-plan.-match {
    margin-right: -15px;
  }
}

.card {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #D8D8D8;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 335px;
    /*min-width: 400px;*/
    max-width: calc(50% - 25px / 2);
    width: auto;
    margin: 25px 0 0 25px;
  }
  .card:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 1452px) {
  .card {
    margin: 24px 0 0 24px;
    max-width: calc(33% - 48px / 3);
  }
  .card:nth-child(odd) {
    margin-left: 24px;
  }
  .card:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1452px) {
  .card {
    width: calc(25% - 72px / 4);
  }
}
.card.hidden + .card {
  margin-left: 0;
}
.card.-in-form {
  background: #fff7f7;
  margin: -30px -20px;
  width: calc(100% + 40px);
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #D8D8D8;
  padding: 0;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .card.-in-form {
    border-radius: 10px;
    border: solid 1px #D8D8D8;
    min-width: 350px;
    margin: 25px 0 0 35px;
  }
}
@media (min-width: 1170px) {
  .card.-in-form {
    margin-left: 72px;
  }
}
@media (min-width: 768px) {
  .card.-in-form .-condensed {
    max-width: 348px;
  }
}
@media (min-width: 768px) {
  .card.-in-form .-condensed .-abbreviated {
    display: none;
  }
}
.card.-in-form .-condensed.card__content {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .card.-in-form .-condensed.card__content {
    padding: 10px 35px;
  }
}
.card.-in-form .-condensed.card__content-text {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  font-size: 0.875rem;
}
.card.-in-form .-condensed.card__content-text p {
  font-weight: 900;
}
.card.-in-form .-condensed.card__content-text .link {
  justify-content: flex-end;
}
.card.-in-form .-condensed.card__content-heading {
  display: none;
}
@media (min-width: 768px) {
  .card.-in-form .-condensed.card__content-heading {
    display: flex;
    align-items: center;
  }
}
.card.-in-form .-condensed.card__content-heading .link {
  display: none;
}
@media (min-width: 768px) {
  .card.-in-form .-condensed.card__content-heading .link {
    display: block;
  }
}
.card.-in-form .-condensed .price {
  padding-top: 10px;
  font-weight: 400;
}
.card.-in-form .-condensed .card__content-plan {
  display: none;
}
@media (min-width: 768px) {
  .card.-in-form .-condensed .card__content-plan {
    display: flex;
  }
}
.card.-in-form .-condensed .card__content-covers {
  display: none;
}
@media (min-width: 768px) {
  .card.-in-form .-condensed .card__content-covers {
    display: block;
  }
}
.card.-in-form .card__button-toggle {
  display: none;
}
@media (min-width: 768px) {
  .card.-in-form .card__button-toggle {
    display: block;
    padding-bottom: 25px;
  }
}
.card.-in-form .card__content-features {
  display: none;
}
.-expanded .card.-in-form .card__content-features {
  display: block;
}
.card.-in-form.-expanded {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  z-index: 10;
  margin: 0;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  border: 2px solid #888888;
  height: 100vh;
}
@media (min-width: 768px) {
  .card.-in-form.-expanded {
    overflow-y: unset;
    overflow-x: visible;
    position: relative;
    border-radius: 10px;
    height: auto;
    border: solid 1px #D8D8D8;
    min-width: 350px;
    margin: 25px 0 0 35px;
  }
}
.card.-in-form.-expanded .-abbreviated {
  display: none;
}
.card.-in-form.-expanded .card__content {
  flex-grow: 1;
}
.card.-in-form.-expanded .card__content-plan {
  display: flex;
  align-items: baseline;
}
.card.-in-form.-expanded .card__content-covers {
  display: block;
}
.card.-in-form.-expanded .-condensed.card__content-heading {
  display: flex;
}
.card.-in-form.-expanded .card__button-toggle {
  display: block;
  padding: 20px 0 40px;
}
.card.-in-form.-expanded .card__banner {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .card.-in-form.-expanded .hide-on-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .card.-in-form.-expanded .card__content-plan {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .card.-in-form.-expanded .card__button-toggle {
    display: block;
    padding: 20px 0 25px;
  }
}
.card.-match {
  background: #fff7f7;
  border: solid 2px #888888;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .card.-match {
    position: relative;
  }
}
.card.-match.-below-fold {
  position: fixed;
}
@media (min-width: 768px) {
  .card.-match.-below-fold {
    position: relative;
  }
}
.card.-expanded .-close-expand {
  display: block;
}
.plans-card_wrapper .card.-expanded {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: fixed;
  z-index: 10;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  height: 100vh;
}
.plans-card_wrapper .card.-expanded.-match {
  background: #fff7f7;
}
.plans-card_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .plans-card_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1724px;
  }
}
@media (min-width: 1452px) {
  .plans-card_wrapper.-full-width {
    flex-wrap: nowrap;
    max-width: 1724px;
    margin: 0;
    justify-content: center;
  }
  .plans-card_wrapper.-full-width [data-group-tab=individual] {
    justify-content: left;
  }
  .plans-card_wrapper.-full-width [data-group-tab=family] {
    justify-content: left;
  }
}
@media (min-width: 1452px) and (-ms-high-contrast: none), (min-width: 1452px) and (-ms-high-contrast: active) {
  .plans-card_wrapper.-full-width:not(.-short-cards) {
    width: 90vw;
    margin: 0 -15vw;
  }
}
.plans-card_wrapper.-short-cards {
  justify-content: flex-start;
}

.card__banner {
  display: none;
}
@media (min-width: 768px) {
  .card__banner {
    display: block;
    border-radius: 5px 5px 0 0;
  }
}
.-match .card__banner {
  display: block;
}
.card__banner.-match, .card__banner.-in-form {
  margin: 0;
  padding: calc(5px - 3px) 10px 0;
  background-color: #888888;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .card__banner.-match, .card__banner.-in-form {
    border: solid 2px #888888;
  }
}
.card__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 35px 20px 0;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .card__content {
    padding: 35px 35px 0;
    flex-grow: 1;
  }
}
.card__content .-close-expand {
  display: none;
}
.card__content h2 {
  color: #333333;
}
.card__content.-match, .card__content.-in-form {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .card__content.-match, .card__content.-in-form {
    padding-top: 10px;
  }
}
.card__content-heading {
  display: flex;
  justify-content: space-between;
}
.card__content-heading .-close-expand {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
}
.card__content-heading .-close-expand img {
  width: 100%;
  height: 100%;
}
.card__content-plan {
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (min-width: 768px) {
  .card__content-plan {
    padding: 20px 0 0;
  }
}
.card__content-plan .plan-name {
  display: inherit;
  align-items: baseline;
}
.card__content-plan .plan-name__text {
  font-size: 1rem;
}
@media (min-width: 375px) {
  .card__content-plan .plan-name__text {
    font-size: 1.125rem;
    padding: 0 0 5px 5px;
    line-height: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card__content-plan .plan-name__text {
    white-space: nowrap;
  }
}
.card__content-plan .price {
  color: #888888;
  white-space: nowrap;
}
.card__content-plan .price span {
  font-size: 1.375rem;
}
@media (min-width: 375px) {
  .card__content-plan .price span {
    font-size: 1.5rem;
  }
}
.card__content-plan h3 {
  line-height: 1;
  margin: 0;
  font-size: 1.125rem;
}
.card__content-plan .h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 -5px 0 0;
}
.card__content-plan .plus {
  padding: 5px 5px calc(5px - 3px);
  border-radius: 3px;
  background-color: #FFBB38;
  color: #FFFFFF;
}
.card__content-covers {
  line-height: 1;
  margin: 0 0 0 calc(20px - 2px);
  color: #666666;
  font-size: 0.75rem;
}
@media (min-width: 375px) {
  .card__content-covers {
    margin-left: calc(20px + 2px);
  }
}
@media (min-width: 768px) {
  .card__content-covers {
    margin-left: 25px;
  }
}
.card__content-covers.-family {
  margin-left: 25px;
}
@media (min-width: 375px) {
  .card__content-covers.-family {
    margin-left: 30px;
  }
}
.card__content-features {
  padding: 25px 0 0;
}
.-expanded .card__content-features.-condensed ul {
  background: linear-gradient(#FFFFFF 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #FFFFFF 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
}
.-match.-expanded .card__content-features ul, .-in-form.-expanded .card__content-features ul {
  background: linear-gradient(#fff7f7 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #fff7f7 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
}
.card__content-features.-condensed, .card__content-features.-match {
  display: none;
}
.-expanded .card__content-features.-condensed, .-expanded .card__content-features.-match {
  display: block;
  position: relative;
  overflow: hidden;
}
.-expanded .card__content-features.-condensed ul, .-expanded .card__content-features.-match ul {
  max-height: calc(100vh - 329px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}
@media (min-width: 768px) {
  .-expanded .card__content-features.-condensed ul, .-expanded .card__content-features.-match ul {
    background: none;
  }
}
.-in-form.-expanded .card__content-features.-condensed ul, .-in-form.-expanded .card__content-features.-match ul {
  max-height: calc(100vh - 279px);
}
@media (min-width: 768px) {
  .-in-form.-expanded .card__content-features.-condensed ul, .-in-form.-expanded .card__content-features.-match ul {
    max-height: none;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .-in-form.-expanded .card__content-features.-condensed, .-in-form.-expanded .card__content-features.-match {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .card__content-features.-condensed, .card__content-features.-match {
    display: block;
    flex-grow: 1;
  }
}
.card__content-features .features {
  font-size: 0.875rem;
}
.card__content-features .feature-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.card__content-features li {
  display: flex;
  padding-top: 25px;
}
.card__content-features .feature-text {
  font-size: 0.875rem;
  margin: 5px 0 0 10px;
  line-height: 1.25;
}
.card__content .-close {
  display: block;
}
@media (min-width: 768px) {
  .card__content .-close {
    display: none;
  }
}
.card__buttons {
  padding: 20px;
}
@media (min-width: 768px) {
  .card__buttons {
    padding: 0 20px 20px;
  }
}
.card__buttons.-full-width {
  padding: 20px 20px 40px;
}
.card__buttons.-overlay, .card__buttons-overlay {
  background: #fff7f7;
  border-radius: 0;
  box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .card__buttons.-overlay, .card__buttons-overlay {
    box-shadow: none;
  }
}
.card__buttons .button {
  margin: 0;
}
@media (min-width: 768px) {
  .card__buttons .button {
    width: 100%;
    margin: 50px 0 0;
  }
}
.card__buttons .link {
  display: block;
  padding: 20px 0 0;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 768px) {
  .card__buttons .link {
    display: none;
  }
}
.-expanded .card__buttons .link {
  display: none;
}
.-expanded .card__buttons .link.-close-expand {
  display: block;
}
.card__buttons .-close-expand {
  display: none;
}

.-expand-trigger .link.-close-expand {
  display: none;
}
.-expanded .-expand-trigger .link {
  display: none;
}
.-expanded .-expand-trigger .link.-close-expand {
  display: block;
}

footer,
.footer {
  width: 100%;
  max-width: 100vw;
  padding: 25px 0 30px;
  background: #D8D8D8;
  font-size: 0.75rem;
  color: #333333;
  line-height: 1.5;
  min-height: 102px;
  position: relative;
}
footer .disclaimer,
.footer .disclaimer {
  max-width: 764px;
  margin: 0 32px 0 0;
}
footer p,
.footer p {
  line-height: 1.5;
}
footer p:first-child,
.footer p:first-child {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  footer p:first-child,
  .footer p:first-child {
    padding-bottom: 15px;
  }
}
footer a,
.footer a {
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
}
footer img,
.footer img {
  object-fit: contain;
  width: 212px;
  height: calc(30px + 2px);
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  footer img,
  .footer img {
    margin: 0 auto;
  }
}
footer-wrapper,
.footer-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
@media (min-width: 768px) {
  footer-wrapper,
  .footer-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1008px;
  }
}

header,
.header {
  top: 0;
  left: 0;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(50px - 3px);
  width: 100%;
  padding: 0 20px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  header,
  .header {
    height: calc(85px + 2px);
    padding: 0 100px 0;
  }
}
header img,
.header img {
  object-fit: contain;
}
header img.primary-logo,
.header img.primary-logo {
  height: calc(60px - 2px);
  width: 120px;
}
@media (min-width: 768px) {
  header img.primary-logo,
  .header img.primary-logo {
    width: 212px;
    height: calc(60px + 2px);
  }
}
header img.brand-logo,
.header img.brand-logo {
  height: calc(25px + 1px);
  width: 134px;
}
@media (min-width: 768px) {
  header img.brand-logo,
  .header img.brand-logo {
    width: 217px;
    height: calc(40px - 2px);
  }
}
header:not(.-landing),
.header:not(.-landing) {
  border: 1px solid #D8D8D8;
}
header.-landing,
.header.-landing {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
}
header.-landing .header-button,
.header.-landing .header-button {
  display: none;
}
@media (min-width: 768px) {
  header.-landing .header-button,
  .header.-landing .header-button {
    display: block;
  }
}
.f-item-preview header,
.f-item-preview .header {
  position: relative;
}

.link {
  font-family: Gotham;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
  color: #007AFF;
  display: block;
}
.link:hover {
  font-weight: 500;
}
.link-reversed {
  color: #FFFFFF;
  text-decoration: underline;
}
.link-reversed:hover {
  font-weight: 500;
}
.link.-grey {
  color: #999999;
  font-size: 1rem;
  text-align: left;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .link.-grey {
    padding-top: 35px;
  }
}
.link.-grey:hover {
  text-decoration: underline;
}
.link.-in-form {
  padding-top: 20px;
}
.link.-white {
  color: #ffffff;
}

.tooltip {
  visibility: hidden;
  position: absolute;
  border-radius: 2px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.24);
  background-color: #666666;
  color: #FFFFFF;
  padding: 20px 15px 20px 30px;
  font-size: 0.75rem;
  width: auto;
  max-width: 100vw;
  opacity: 1;
  z-index: 1;
  cursor: default;
}
@media (min-width: 595px) {
  .tooltip {
    min-width: 348px;
    max-width: 378px;
  }
  .-simple .tooltip {
    min-width: 200px;
  }
}
.-simple .tooltip {
  padding: 15px 10px 15px 15px;
}
.tooltip-title {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.-simple .tooltip-title {
  font-size: 0.625rem;
}
.tooltip-title:before {
  position: absolute;
  content: "";
  width: calc(15px + 1px);
  height: calc(15px + 1px);
  display: block;
  color: #FFFFFF;
  left: calc(5px + 2px);
  top: calc(20px - 1px);
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../../images/addon/icons/tooltip-question-white.svg");
}
.-simple .tooltip-title:before {
  content: none;
}
.tooltip-text {
  display: block;
  font-weight: 400;
  line-height: 1.25;
}
.tooltip a {
  color: #FFFFFF;
  margin-top: 15px;
  display: inline-block;
}
.tooltip-triangle {
  content: "";
  width: calc(5px + 2px);
  height: calc(5px + 2px);
  position: absolute;
  background: #666666;
  bottom: calc(-5px + 3px);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.24);
  transform: rotate(45deg);
}
.tooltip-trigger {
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  display: inline-block;
  line-height: inherit;
  text-align: inherit;
  border-radius: 0;
  width: auto;
}
.tooltip-trigger:hover .tooltip, .tooltip-trigger:focus .tooltip {
  visibility: visible;
}
.-simple .tooltip {
  min-width: 200px;
  max-width: 250px;
  font-size: 0.625rem;
  padding: 10px;
}

.entry-code {
  position: relative;
  font-family: Gotham;
  font-weight: 900;
}
.landing-page .entry-code {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry-code .entry-rectangles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: justify-between;
  -moz-justify-content: justify-between;
  -ms-justify-content: justify-between;
  justify-content: justify-between;
  -ms-flex-pack: justify-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .entry-code .entry-rectangles {
    margin-bottom: 35px;
  }
}
.entry-code .rectangle {
  width: 40px;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #D8D8D8;
  background-color: #F6F6F6;
  margin: 0 calc(12px) 0 0;
  text-align: center;
  font-size: 1.5rem;
  padding: 0;
}
@media (min-width: 375px) {
  .entry-code .rectangle {
    font-size: 2.25rem;
    width: 50px;
    height: 70px;
  }
}
.entry-code .rectangle:last-of-type {
  margin: 0;
}
.entry-code .rectangle.-has-value {
  border: solid 1px #999999;
}

.landing-page {
  position: relative;
}
@media (max-width: 900px) {
  .landing-page {
    min-height: 950px;
    height: calc(110vh - 30px - 72px);
  }
}
@media (min-width: 900px) {
  .landing-page {
    min-height: 650px;
    height: calc(100vh - 30px - 72px);
  }
}
.landing-page.-branded {
  min-height: 518px;
  height: auto;
}
@media (min-width: 768px) {
  .landing-page.-branded {
    min-height: 612px;
    height: auto;
  }
}
.landing-page__member-login {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .landing-page__member-login {
    margin-bottom: 0;
  }
}
.-branded .landing-page__member-login {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .-branded .landing-page__member-login {
    display: none;
  }
}
.landing-page__member-login, .landing-page__member-login a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .landing-page__member-login, .landing-page__member-login a {
    font-size: 1.125rem;
  }
}
.landing-page__content-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  padding: 20px;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-blend-mode: multiply;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.99)), linear-gradient(to bottom, #888888, #888888), url("/images/addon/banners/TouchstoneFamily.jpg");
  background-size: cover;
  background-position: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .landing-page__content-area {
    background: none;
  }
  .landing-page__content-area:before {
    background: url("/images/addon/banners/TouchstoneFamily.jpg");
    content: "";
    position: absolute;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .landing-page__content-area:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.99)), linear-gradient(to bottom, #888888, #888888);
  }
  .landing-page__content-area > div {
    z-index: 1;
  }
}
@media (min-width: 900px) {
  .landing-page__content-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 900px) {
  .landing-page__content-area {
    padding: 72px 96px;
  }
}
@media (min-width: 1452px) {
  .landing-page__content-area {
    padding: 72px 0;
  }
}
.-branded .landing-page__content-area {
  padding-top: 30px;
  position: relative;
  min-height: 518px;
  height: auto;
}
@media (min-width: 768px) {
  .-branded .landing-page__content-area {
    min-height: 612px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.landing-page__title-area {
  color: #FFFFFF;
  margin: 100px auto 50px;
  max-width: 637px;
}
@media (min-width: 595px) {
  .landing-page__title-area {
    padding: 70px 35px 50px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .landing-page__title-area {
    padding: 70px 50px 50px;
    margin: 0;
  }
}
@media (min-width: 900px) {
  .landing-page__title-area {
    padding: 0 35px 0 0;
  }
}
@media (min-width: 900px) {
  .landing-page__title-area {
    margin-bottom: calc(50px - 3px);
  }
}
.-branded .landing-page__title-area {
  max-width: 1246px;
  width: 95%;
  margin: 15px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .-branded .landing-page__title-area {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
.-branded .landing-page__title-area img {
  width: 250px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .-branded .landing-page__title-area img {
    width: 361px;
    margin-bottom: 30px;
  }
}
.-branded .landing-page__title-area h1 {
  font-weight: 900;
  margin-bottom: 25px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .-branded .landing-page__title-area h1 {
    font-size: 3rem;
  }
}
.-branded .landing-page__title-area .button {
  display: inline-block;
  width: auto;
  margin: 5px auto;
}
@media (min-width: 768px) {
  .-branded .landing-page__title-area .button {
    margin: 0;
  }
}
.-branded .landing-page__title-area p {
  margin-bottom: 35px;
}
.-branded .landing-page__title-area h1 + p {
  display: none;
}
@media (min-width: 768px) {
  .-branded .landing-page__title-area h1 + p {
    display: block;
  }
}
.-branded .landing-page__title-area .single-package-content {
  display: none;
  text-align: center;
  align-items: center;
  background: #888888;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: 15%;
  padding: 16px;
  width: 22%;
  height: 80%;
  min-height: 140px;
  max-height: 220px;
  color: #ffffff;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .-branded .landing-page__title-area .single-package-content {
    display: block;
  }
}
.-branded .landing-page__title-area .single-package-mobile {
  text-align: center;
  align-items: center;
  background: #888888;
  border-radius: 10px;
  padding: 16px;
  width: 60%;
  margin: auto;
  min-height: 85px;
  max-height: 100px;
  color: #ffffff;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .-branded .landing-page__title-area .single-package-mobile {
    display: none;
  }
}
.landing-page__title-area h1 {
  font-weight: 900;
  margin-bottom: 25px;
  font-size: 1.875rem;
}
@media (min-width: 595px) {
  .landing-page__title-area h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .landing-page__title-area h1 {
    font-size: 3rem;
  }
}
@media (min-width: 900px) {
  .landing-page__title-area h1 {
    font-size: 4.5rem;
  }
}
.landing-page__title-area p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .landing-page__title-area p {
    font-size: 1.25rem;
  }
}
@media (min-width: 900px) {
  .landing-page__title-area p {
    font-size: 1.5rem;
  }
}
.landing-page__entry-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 6px;
  max-width: 410px;
  width: calc(100vw - 40px);
  padding: 40px 15px 30px;
}
@media (min-width: 375px) {
  .landing-page__entry-area {
    padding: 40px 20px 30px;
  }
}
@media (min-width: 595px) {
  .landing-page__entry-area {
    padding: 40px 30px 30px;
  }
}
@media (min-width: 768px) {
  .landing-page__entry-area {
    width: auto;
    padding: 45px 45px 35px;
  }
}
.landing-page__entry-area h2 {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .landing-page__entry-area h2 {
    font-size: 2.25rem;
  }
}
.landing-page__entry-area p {
  font-size: 1rem;
  margin-bottom: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-page__entry-area p {
    font-size: 1.25rem;
  }
}
.landing-page__entry-area img {
  margin-bottom: 45px;
  width: 242px;
}
@media (min-width: 375px) {
  .landing-page__entry-area img {
    width: 266px;
  }
}
@media (min-width: 768px) {
  .landing-page__entry-area button {
    width: 100%;
  }
}
.landing-page__entry-area form + .button {
  max-width: 300px;
}
@media (max-width: 375px) {
  .landing-page__entry-area form + .button {
    max-width: 248px;
  }
}

.branded-content-area {
  overflow: visible;
  z-index: 2;
}

.branded-content-area__wrapper,
.f-item-preview__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: -45px auto 45px;
  overflow: visible;
  z-index: 2;
}
@media (min-width: 768px) {
  .branded-content-area__wrapper,
  .f-item-preview__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: normal;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    width: 95%;
    max-width: 1264px;
  }
}
.branded-content-area .container.-branded,
.f-item-preview .container.-branded {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  color: #666666;
  position: relative;
  display: block;
  margin: 0 auto 20px;
  width: calc(100% - 40px);
  padding: 20px;
}
.branded-content-area .container.-branded:last-child,
.f-item-preview .container.-branded:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .branded-content-area .container.-branded:last-child,
  .f-item-preview .container.-branded:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .branded-content-area .container.-branded,
  .f-item-preview .container.-branded {
    margin: 0 0 25px;
    width: calc(50% - 11px);
    padding: 35px 45px 35px 70px;
  }
}
.branded-content-area .container.-branded p,
.f-item-preview .container.-branded p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .branded-content-area .container.-branded div,
  .f-item-preview .container.-branded div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.branded-content-area .container.-branded div h3,
.f-item-preview .container.-branded div h3 {
  font-weight: 500;
  color: #888888;
  line-height: 1;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .branded-content-area .container.-branded div h3,
  .f-item-preview .container.-branded div h3 {
    padding: 0 0 15px;
  }
}
@media (min-width: 768px) {
  .branded-content-area .container.-branded div img,
  .branded-content-area .container.-branded div svg,
  .f-item-preview .container.-branded div img,
  .f-item-preview .container.-branded div svg {
    position: absolute;
    left: 35px;
    top: 35px;
  }
}

.enrollment-area {
  border-top: 1px solid #D8D8D8;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .enrollment-area {
    padding: 75px 0;
  }
}
.enrollment-area__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .enrollment-area__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    max-width: 710px;
  }
}
.enrollment-area__wrapper .button {
  display: block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .enrollment-area__wrapper .button {
    margin-top: 0;
  }
}
.enrollment-area h2 {
  font-weight: 900;
  color: #888888;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .enrollment-area h2 {
    margin-bottom: 10px;
    line-height: 1.25;
    font-size: 1.5rem;
  }
}
.enrollment-area p {
  color: #666666;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .enrollment-area p {
    font-size: 1rem;
  }
}

.plan {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #D8D8D8;
  margin: 30px 0 0;
  padding: 25px 25px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .plan {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 335px;
    width: auto;
    padding: 40px 35px 0;
    max-width: 365px;
    margin: 50px 50px 0 0;
  }
  .plan:last-child {
    margin-right: 0;
  }
}
.plan:after {
  background: rgba(216, 216, 216, 0.5);
  border-radius: 50%;
  width: 240px;
  height: 240px;
  content: "";
  position: absolute;
  bottom: -70px;
  right: -40px;
}
@media (min-width: 768px) {
  .plan:after {
    bottom: -55px;
    right: -25px;
  }
}
.plan.-match {
  background: #fff7f7;
  border: solid 2px #888888;
}
.plan.-match:after {
  background: rgba(136, 136, 136, 0.07);
}
.plan .plan__content {
  padding: 0;
  min-height: 286px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .plan .plan__content {
    height: 450px;
  }
}
.plan .plan__content-planType {
  display: block;
}
.plan .plan__content-planType h2 {
  color: #333333;
  font-weight: 900;
  line-height: normal;
}
.plan .plan__content-planType h3 {
  font-size: 1rem;
  line-height: 1.25;
  color: #666666;
  padding-top: 10px;
}
.plan .plan__content-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 100;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .plan .plan__content-icons {
    padding-bottom: 40px;
  }
}

.benefit {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #D8D8D8;
  margin: 10px 0 0;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}
.benefit:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .benefit {
    width: calc(50% - 25px / 2);
    margin: 25px 0 0 25px;
  }
  .benefit:first-child {
    margin: 0;
  }
  .benefit:nth-child(2) {
    margin-top: 0;
  }
  .benefit:nth-child(odd) {
    margin-left: 0;
  }
}
.benefit.-selected {
  background: #fff7f7;
  border: solid 2px #888888;
}
.benefit.-grey {
  border: solid 1px #D8D8D8;
  background-color: #D8D8D8;
}
.benefit .column {
  color: #333333;
}
.benefit .column:nth-child(2n) {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .benefit .column:nth-child(2n) {
    margin-left: 20px;
  }
}
.benefit .p1,
.benefit .p2 {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .benefit .p1,
  .benefit .p2 {
    font-size: 1rem;
  }
}
.benefit .p2 {
  padding-top: 5px;
  color: #666666;
  font-weight: 400;
}

.informational-text {
  font-size: 0.75rem;
  line-height: 1;
  color: #007AFF;
  margin-top: 5px;
  overflow: visible;
}
.informational-text:before {
  content: url("../../images/addon/icons/tooltip-question.svg");
  width: calc(15px + 1px);
  height: calc(15px + 1px);
  object-fit: contain;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}
.informational-text.-success {
  color: #18A957;
}
@media (min-width: 768px) {
  .family-invite .informational-text.-success {
    margin-left: -50px;
  }
}
.informational-text.-success:before {
  content: "";
  background: url("../../images/addon/icons/checkmark.svg");
  object-fit: contain;
  display: inline-block;
  position: relative;
  vertical-align: sub;
  margin-right: 5px;
  border: 2px solid #18A957;
  border-radius: 50%;
  background-size: 85% 85%;
  background-position: center;
  padding: calc(5px - 4px);
  width: calc(10px + 2px);
  height: calc(10px + 2px);
}

.checkbox-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  color: #333333;
}
@media (min-width: 768px) {
  .checkbox-group {
    margin-right: 25px;
    margin-top: calc(10px - 3px);
  }
}
.checkbox-group input[type=checkbox] {
  -webkit-appearance: none;
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  width: 20px;
  border: solid 1px #D8D8D8;
  display: block;
  position: relative;
  border-radius: 3px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .checkbox-group input[type=checkbox] {
    margin-top: 15px;
  }
}
.checkbox-group input[type=checkbox]:checked {
  border: none;
  -webkit-appearance: none;
}
.checkbox-group input[type=checkbox]:checked:after {
  border-radius: 3px;
  content: "";
  background-image: url("../../images/addon/icons/checkmark-white.svg");
  background-size: contain;
  background-color: #888888;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.checkbox-group label {
  margin-top: calc(5px + 1px);
  font-size: 0.875rem;
  line-height: 1.25;
  font-family: Gotham;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .checkbox-group label {
    padding-right: 25px;
    margin-top: calc(15px + 3px);
  }
}

.radio-group {
  margin-top: 15px;
  color: #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.radio-group:first-child {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .radio-group:first-child {
    margin-top: 25px;
  }
}
.radio-group input[type=radio] {
  margin: 0 15px 0 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  border-radius: 50%;
  display: inline-block;
}
.radio-group input[type=radio]:hover {
  background-color: #D8D8D8;
}
.radio-group input[type=radio]:checked:before {
  background-color: #888888;
  border-color: #888888;
}
.radio-group input[type=radio]:before {
  border-radius: 50%;
  height: calc(20px - 30%);
  width: calc(20px - 30%);
  margin: 10% auto;
  display: block;
  content: "";
}
.radio-group h2 {
  font-size: 1.125rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .radio-group h2 {
    font-size: 1.5rem;
  }
}

input[type=password],
input[type=tel],
input[type=number],
input[type=email],
input[type=text]:not(.rectangle) {
  padding: 15px 15px 5px;
  border-radius: 4px;
  height: calc(50px - 2px);
  border: solid 1px #D8D8D8;
  background-color: #FFFFFF;
  width: 100%;
  font-size: 0.875rem;
  font-family: Gotham;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
}
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=text]:not(.rectangle)::placeholder {
  color: #666666;
  font-weight: 400;
}
.f-item-preview input[type=password],
.f-item-preview input[type=tel],
.f-item-preview input[type=number],
.f-item-preview input[type=email],
.f-item-preview input[type=text]:not(.rectangle) {
  width: 200px;
}
.f-item-preview input[type=password][data-date-input],
.f-item-preview input[type=tel][data-date-input],
.f-item-preview input[type=number][data-date-input],
.f-item-preview input[type=email][data-date-input],
.f-item-preview input[type=text]:not(.rectangle)[data-date-input] {
  width: 300px;
}
.input-wrapper:not(.empty) input[type=password]:invalid:not(:focus),
.input-wrapper:not(.empty) input[type=tel]:invalid:not(:focus),
.input-wrapper:not(.empty) input[type=number]:invalid:not(:focus),
.input-wrapper:not(.empty) input[type=email]:invalid:not(:focus),
.input-wrapper:not(.empty) input[type=text]:not(.rectangle):invalid:not(:focus) {
  border-color: #DF1642;
  color: #DF1642;
  background: #fef6f8;
}
.input-wrapper:not(.empty) input[type=password]:invalid:not(:focus) + .floating-label,
.input-wrapper:not(.empty) input[type=tel]:invalid:not(:focus) + .floating-label,
.input-wrapper:not(.empty) input[type=number]:invalid:not(:focus) + .floating-label,
.input-wrapper:not(.empty) input[type=email]:invalid:not(:focus) + .floating-label,
.input-wrapper:not(.empty) input[type=text]:not(.rectangle):invalid:not(:focus) + .floating-label {
  color: #DF1642;
}
.input-wrapper:not(.empty) input[type=password]:invalid:not(:focus) ~ .invalidated-error,
.input-wrapper:not(.empty) input[type=tel]:invalid:not(:focus) ~ .invalidated-error,
.input-wrapper:not(.empty) input[type=number]:invalid:not(:focus) ~ .invalidated-error,
.input-wrapper:not(.empty) input[type=email]:invalid:not(:focus) ~ .invalidated-error,
.input-wrapper:not(.empty) input[type=text]:not(.rectangle):invalid:not(:focus) ~ .invalidated-error {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #DF1642;
  margin-top: 5px;
  top: 100%;
  left: 0;
  font-size: 0.75rem;
  line-height: 1;
}
.input-wrapper:not(.empty) input[type=password]:invalid:not(:focus) ~ .invalidated-error svg,
.input-wrapper:not(.empty) input[type=tel]:invalid:not(:focus) ~ .invalidated-error svg,
.input-wrapper:not(.empty) input[type=number]:invalid:not(:focus) ~ .invalidated-error svg,
.input-wrapper:not(.empty) input[type=email]:invalid:not(:focus) ~ .invalidated-error svg,
.input-wrapper:not(.empty) input[type=text]:not(.rectangle):invalid:not(:focus) ~ .invalidated-error svg {
  margin-right: 5px;
}

.invalidated-error {
  display: none;
}

/* Firefox Fix */
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.floating-tooltip {
  display: none;
}

.input-wrapper.entry-tooltip {
  position: relative;
}
.input-wrapper.entry-tooltip input:focus ~ .floating-tooltip,
.input-wrapper.entry-tooltip input:focus-within ~ .floating-tooltip {
  position: absolute;
  padding: 15px;
  display: block;
  top: -100%;
  left: 0;
  background: #666666;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 0.75rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .input-wrapper.entry-tooltip input:focus ~ .floating-tooltip,
  .input-wrapper.entry-tooltip input:focus-within ~ .floating-tooltip {
    top: 0;
    left: calc(100% + 20px);
    min-width: 200px;
  }
}
.input-wrapper:not(.empty) input:focus ~ .floating-tooltip,
.input-wrapper:not(.empty) input:focus-within ~ .floating-tooltip {
  display: none !important;
}

.input-wrapper,
.custom-select {
  position: relative;
  margin-top: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .input-wrapper,
  .custom-select {
    margin-top: 35px;
  }
  .family-invite .flex-row.name-input .input-wrapper,
  .family-invite .flex-row.name-input .custom-select {
    margin-top: 25px;
  }
}
.input-wrapper .floating-label,
.custom-select .floating-label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  transition: 0.2s ease all;
  color: #666666;
}
.input-wrapper .informational-text .tooltip-trigger,
.custom-select .informational-text .tooltip-trigger {
  margin-top: 10px;
}

input:not([value=""]) .floating-label,
input:invalid:not(:focus) + .floating-label,
input:focus + .floating-label,
.input-wrapper:not(.empty) .floating-label {
  top: calc(5px + 2px);
  left: 15px;
  font-size: 0.625rem;
}

.input-wrapper.empty input:not(:focus) ~ .floating-label {
  top: calc(15px + 2px);
  font-size: 0.875rem;
}

.input-wrapper:not(.empty) [type=password]:invalid:not(:focus) ~ .requirement-wrapper,
.input-wrapper:not(.empty) input[type=number]:invalid:not(:focus) ~ .requirement-wrapper,
.input-wrapper:not(.empty) input[type=text]:invalid:not(:focus) ~ .requirement-wrapper,
.input-wrapper input:focus ~ .requirement-wrapper {
  display: block;
}

.input-wrapper .requirement-wrapper {
  display: none;
  list-style: none;
  margin-left: 0;
}
.input-wrapper .requirement-wrapper .requirement {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 10px;
  top: 100%;
  left: 0;
  font-size: 0.75rem;
  line-height: normal;
  color: #DF1642;
}
.input-wrapper .requirement-wrapper .requirement.-pass {
  color: #18A957;
}
.input-wrapper .requirement-wrapper .requirement svg {
  margin-right: 5px;
}

.select-dropdown {
  position: relative;
  font-size: 0.875rem;
  color: #333333;
  padding-right: 30px;
}
.select-dropdown:last-child {
  margin-right: 0;
}
.select-dropdown__button {
  text-align: left;
  display: inline-flex;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  box-sizing: content-box;
  background: none;
  width: 100%;
  min-width: 190px;
  color: #666666;
  font-weight: 500;
  position: relative;
  padding: 15px;
}
@media (min-width: 1024px) {
  .select-dropdown__button {
    max-width: 235px;
  }
}
.select-dropdown__button:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: 15px;
  top: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #888888;
}
.select-dropdown__button.-active {
  border-color: #666666;
}
.-active .select-dropdown__button {
  color: #333333;
  display: block;
}
.-active .select-dropdown__button:hover:not(.-dropdown-trigger) {
  background: #888888;
  color: #FFFFFF;
}
.select-dropdown__button:focus {
  outline: none;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  min-width: 190px;
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #666666;
  border-radius: 0 0 6px 6px;
  border-top: 0 solid transparent;
  box-sizing: content-box;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  z-index: 2;
  top: 45px;
}
.select-dropdown__list.-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  cursor: pointer;
  color: #666666;
  text-align: left;
}
.select-dropdown__list-item:hover {
  background-color: #888888;
  color: #FFFFFF;
  font-weight: 500;
}

.credit-card-field {
  position: relative;
  display: inline-block;
}
.credit-card-field input {
  min-width: 280px;
}
.f-item-preview .credit-card-field {
  width: auto;
}
.f-item-preview .credit-card-field input {
  min-width: 340px;
}
.credit-card-field .card-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 10px;
  pointer-events: none;
  top: 0;
  height: 100%;
}
.credit-card-field .card-list img {
  width: 35px;
  margin-left: 5px;
}
@media (min-width: 375px) {
  .credit-card-field .card-list img {
    width: 40px;
    margin-left: 5px;
  }
}
.credit-card-field .card-list img.-hidden {
  display: none;
}

.verify-account {
  color: #333333;
}
.verify-account h1 {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .verify-account h1 {
    font-size: 2.25rem;
  }
}
.verify-account .p1 {
  color: #666666;
  font-size: 1rem;
  line-height: 1.25;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .verify-account .p1 {
    font-size: 1.125rem;
    padding-top: 15px;
  }
}
.verify-account .-verify {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .verify-account .-verify {
    max-width: 702px;
  }
}
.verify-account .-verify b,
.verify-account .-verify strong,
.verify-account .-verify h2 {
  font-weight: 900;
}
.verify-account .-verify h2 {
  font-size: 1.125rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .verify-account .-verify h2 {
    font-size: 1.5rem;
  }
}
.verify-account .-verify p:not(.tooltip-title):not(.tooltip-text) {
  margin: 10px 0 25px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .verify-account .-verify p:not(.tooltip-title):not(.tooltip-text) {
    font-size: 1.25rem;
    margin: 25px 0 35px;
    max-width: 370px;
  }
}
.verify-account .-verify svg {
  margin-right: 10px;
}
.verify-account .-verify svg,
.verify-account .-verify h2 {
  display: inline-block;
  vertical-align: middle;
}
.verify-account .-verify .rectangle {
  background-color: #FFFFFF;
}
.verify-account .continue-area div {
  display: flex;
  justify-content: flex-end;
}

.tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  display: inline-flex;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  position: relative;
  width: 190px;
  box-sizing: content-box;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: none;
    width: auto;
    margin-top: 70px;
  }
}
.tabs__button {
  background: none;
  font-weight: 400;
  width: auto;
  text-align: left;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 10px 15px;
  color: #666666;
}
@media (min-width: 768px) {
  .tabs__button {
    display: block;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 1.5rem;
    margin-right: 40px;
    border-bottom: 3px solid transparent;
  }
  .tabs__wrapper .tabs__button:hover:not(.-dropdown-trigger) {
    background: none;
    color: #333333;
  }
  .tabs__button:hover {
    font-weight: 500;
  }
  .tabs__button[aria-selected=true], .tabs__button:active {
    border-color: #888888;
    color: #333333;
    font-weight: 500;
  }
}
.-active .tabs__button {
  color: #333333;
  display: block;
}
.-active .tabs__button[aria-selected=true], .-active .tabs__button:hover:not(.-dropdown-trigger) {
  background: #888888;
  color: #FFFFFF;
}
.tabs__button.-dropdown-trigger {
  display: block;
  color: #333333;
  font-weight: 500;
  position: relative;
  padding: 15px;
}
.tabs__button.-dropdown-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: 20px;
  top: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #888888;
}
@media (min-width: 768px) {
  .tabs__button.-dropdown-trigger {
    display: none;
  }
}
.-active .tabs {
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  border-color: #D8D8D8;
}
.tabs__wrapper {
  display: none;
}
.-active .tabs__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  width: calc(100% + 2px);
  top: 100%;
  z-index: 10;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 0 0 10px;
  box-sizing: border-box;
  left: calc(-5px + 4px);
}
@media (min-width: 768px) {
  .-active .tabs__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    width: auto;
    border: none;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .tabs__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    width: auto;
  }
}
.tabs .hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .tabs .hide-mobile {
    display: inline;
  }
}
.tabs__component .hidden {
  display: none;
}
.f-item-preview .tabs__component [data-group-tab] {
  margin-right: 20px;
}

.container.-legal {
  padding: 20px;
  border-radius: 6px;
  border: solid 1px #D8D8D8;
  background: #FFFFFF;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .container.-legal {
    padding: 30px 25px;
    margin-top: 25px;
  }
}
.container.-legal .scrolling-wrapper {
  padding-right: 20px;
  margin-right: -20px;
  max-height: 156px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .container.-legal .scrolling-wrapper {
    max-height: 140px;
  }
}

.legal-text,
.container.-legal {
  color: #333333;
}
.legal-text h3, .legal-text p,
.container.-legal h3,
.container.-legal p {
  font-size: 0.75rem;
  line-height: 1.25;
}
.legal-text h3,
.container.-legal h3 {
  display: block;
  font-weight: 900;
  padding-top: 0;
}
.legal-text p,
.container.-legal p {
  font-weight: 400;
}
.legal-text.-benefits,
.container.-legal.-benefits {
  display: none;
}
@media (min-width: 768px) {
  .legal-text.-benefits,
  .container.-legal.-benefits {
    display: block;
    padding-top: 60px;
  }
}

.legal-area .checkbox-group,
.legal-area .container.-legal {
  width: 100%;
}

.credit-card__wrapper {
  color: #666666;
}
.credit-card__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.credit-card__info p {
  color: #333333;
  font-weight: 500;
}
.credit-card__info p,
.credit-card__info img {
  display: inline-block;
}
.credit-card__info img {
  width: 40px;
  height: calc(25px + 1px);
  object-fit: contain;
  margin-right: 10px;
}

.container .contact-type.column-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 5px 5px 0 5px;
}
.container .contact-type.column-wrapper .column {
  width: auto;
  margin-bottom: 0;
  padding-left: 10px;
}
.container .contact-type.column-wrapper .column:first-child {
  padding-left: 0;
}
.container .contact-type.column-wrapper .column .-deselected,
.container .contact-type.column-wrapper .column .-selected {
  margin: calc(-10px + 6px) calc(-10px + 6px) 0 0;
}
@media (min-width: 768px) {
  .container .contact-type.column-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .container .contact-type.column-wrapper .column {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }
  .container .contact-type.column-wrapper .column:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }
  .container .contact-type.column-wrapper .column .-deselected,
  .container .contact-type.column-wrapper .column .-selected {
    margin-left: calc(-10px + 6px);
  }
}
.container .contact-type h2 {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .container .contact-type h2 {
    font-size: 1.5rem;
  }
}
.container .contact-type p {
  margin-bottom: 5px;
}
.container .contact-type__icon-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .container .contact-type__icon-wrapper {
    display: block;
  }
}
.contact-wrapper .container {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact-wrapper .container {
    max-width: 365px;
    margin: 35px 50px 35px 0;
  }
}
.container.-selected {
  border: solid 2px #888888;
  background-color: #fff7f7;
}
.container.-selected svg path[fill] {
  fill: #888888 !important;
}

@media (min-width: 768px) {
  .contact-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.verify-type {
  color: #666666;
}
.verify-type h1 {
  font-weight: 400;
}
.verify-type h1, .verify-type h2 {
  color: #333333;
}
.verify-type .-verify {
  display: none;
}
@media (min-width: 768px) {
  .verify-type .-verify {
    display: block;
  }
}
.verify-type a {
  display: inline;
  font-size: inherit;
}

.family-invite .name-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .family-invite .name-input {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .family-invite .name-input .input-wrapper:first-of-type {
    margin-right: 15px;
  }
}
.family-invite .name-input .input-wrapper {
  margin-right: 0;
}
@media (max-width: 768px) {
  .family-invite .container.-generic {
    border: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .family-invite .continue-area .link {
    margin: auto 15px auto auto;
  }
}
.family-invite .custom-margin-1 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .family-invite .custom-margin-1 {
    margin-top: 35px;
  }
}
.family-invite .custom-margin-2 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .family-invite .custom-margin-2 {
    margin-top: 35px;
  }
}
.family-invite .success-area {
  display: block;
  text-align: center;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .family-invite .success-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
}
.family-invite p {
  line-height: 1.5;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .family-invite button.custom-margin-2 {
    width: 180px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}

.button {
  background: #000;
}

.button.-secondary.login-button {
  color: #fff;
  background: #000;
}

h2 {
  color: #000;
}

.landing-page__member-login, .landing-page__member-login a {
  color: initial;
}

.landing-page__content-area {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to bottom, #fff, #fff), url(/images/addon/banners/TouchstoneFamily.jpg);
}

#addonLoginCornerLogo {
  visibility: hidden;
}

@media (min-width: 768px) {
  .-branded .landing-page__content-area {
    min-height: 871px;
  }
}
header.-landing, .header.-landing {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  header img.brand-logo, .header img.brand-logo {
    width: 217px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  header img.primary-logo, .header img.primary-logo {
    height: 36px;
    width: 134px;
  }
}
header.main__header {
  background-color: #fff;
  border: #fff;
}

#ctl00_ctl00_footer {
  background: #888888;
  color: #FFF;
}
#ctl00_ctl00_footer a {
  color: #FFF;
}

#ctl00_ctl00_ContentPlaceHolder1_logo {
  max-height: 15vh;
  min-height: 100px;
}

.-branded .landing-page__content-area {
  padding-left: 0px;
  padding-right: 0px;
}
.-branded .landing-page__content-area .landing-page__title-area {
  max-width: 98vw;
  padding: 0px;
}
.-branded .landing-page__content-area .box .row {
  background: rgba(243, 243, 245, 0.7215686275) !important;
  text-align: center;
  padding: 15px 0px 15px 0px;
  margin-bottom: 120px;
}

@media (min-width: 375px) {
  .landing-page__entry-area img {
    width: 167px;
  }
}
@media (max-width: 1210px) {
  .landing-page__entry-area img {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .box .row {
    padding: 40px 0px 40px 0px;
    margin-bottom: 0px !important;
  }
  #aspnetForm > div.branded-content-area > div > div.legal-text.-benefits {
    display: block;
    padding: 0px 20px 20px;
  }
}

/*# sourceMappingURL=eclub.BPAdvantage.addon.css.map */
